|
|
|
| 1 | 2026-09-15T08:26:51.243Z | job assigned to worker 01M2J2RT07Y2VMFFXWYCXB6R0C [factory aws, i-0788e3904758713ae] (queued for 46 s) |
| |
| 2 | 2026-09-15T08:26:57.331Z | starting task 0: "setup" |
| 3 | 2026-09-15T08:26:57.336Z | ++ uname -s |
| 4 | 2026-09-15T08:26:57.339Z | + kern=SunOS |
| 5 | 2026-09-15T08:26:57.339Z | + build_user=build |
| 6 | 2026-09-15T08:26:57.339Z | + build_uid=12345 |
| 7 | 2026-09-15T08:26:57.339Z | + work_dir=/work |
| 8 | 2026-09-15T08:26:57.339Z | + input_dir=/input |
| 9 | 2026-09-15T08:26:57.339Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-15T08:26:57.339Z | + case "$kern" in |
| 11 | 2026-09-15T08:26:57.339Z | + groupadd -g 12345 build |
| 12 | 2026-09-15T08:26:57.340Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-15T08:26:59.348Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-15T08:26:59.414Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-15T08:26:59.420Z | + home_fs=zfs |
| 16 | 2026-09-15T08:26:59.421Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-15T08:26:59.421Z | + mkdir -p /home/build |
| 18 | 2026-09-15T08:26:59.421Z | + chown build:build /home/build /work |
| 19 | 2026-09-15T08:27:01.414Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-15T08:27:01.417Z | process exited: duration 4083 ms, exit code 0 |
| |
| 21 | 2026-09-15T08:27:01.424Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-15T08:27:01.427Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-09-15T08:27:01.427Z | * rust toolchain profile = "default" |
| 24 | 2026-09-15T08:27:01.427Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 25 | 2026-09-15T08:27:01.427Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-15T08:27:01.427Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-15T08:27:01.427Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-15T08:27:01.430Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-15T08:27:01.431Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-09-15T08:27:01.533Z | info: downloading installer |
| 31 | 2026-09-15T08:27:02.738Z | info: profile set to default |
| 32 | 2026-09-15T08:27:02.738Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-15T08:27:02.741Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 34 | 2026-09-15T08:27:02.894Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 35 | 2026-09-15T08:27:02.898Z | info: downloading 6 components |
| 36 | 2026-09-15T08:27:15.812Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 37 | 2026-09-15T08:27:15.812Z | |
| 38 | 2026-09-15T08:27:15.844Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-09-15T08:27:15.844Z | |
| 40 | 2026-09-15T08:27:15.848Z | |
| 41 | 2026-09-15T08:27:15.848Z | Rust is installed now. Great! |
| 42 | 2026-09-15T08:27:15.848Z | |
| 43 | 2026-09-15T08:27:15.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-15T08:27:15.848Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-15T08:27:15.848Z | |
| 46 | 2026-09-15T08:27:15.848Z | To configure your current shell, you need to source |
| 47 | 2026-09-15T08:27:15.848Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-15T08:27:15.848Z | |
| 49 | 2026-09-15T08:27:15.848Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-15T08:27:15.848Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-15T08:27:15.848Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-15T08:27:15.848Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-15T08:27:15.848Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-15T08:27:15.848Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-15T08:27:15.848Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-15T08:27:15.848Z | HOST_CC = None |
| 57 | 2026-09-15T08:27:15.848Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-15T08:27:15.848Z | CC = None |
| 59 | 2026-09-15T08:27:15.848Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-15T08:27:16.014Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-15T08:27:16.014Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-15T08:27:16.014Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-15T08:27:16.014Z | CFLAGS = None |
| 64 | 2026-09-15T08:27:16.014Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-15T08:27:16.014Z | HOST_CFLAGS = None |
| 66 | 2026-09-15T08:27:16.014Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-15T08:27:16.014Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-15T08:27:16.014Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-15T08:27:16.014Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-15T08:27:16.096Z | + rustup --version |
| 71 | 2026-09-15T08:27:16.103Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-15T08:27:16.106Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-15T08:27:16.126Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 74 | 2026-09-15T08:27:16.129Z | + cargo --version |
| 75 | 2026-09-15T08:27:16.140Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 76 | 2026-09-15T08:27:16.144Z | + rustc --version |
| 77 | 2026-09-15T08:27:16.162Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 78 | 2026-09-15T08:27:16.165Z | process exited: duration 14740 ms, exit code 0 |
| |
| 79 | 2026-09-15T08:27:16.171Z | starting task 2: "authentication" |
| 80 | 2026-09-15T08:27:16.188Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-15T08:27:16.195Z | starting task 3: "clone repository" |
| 82 | 2026-09-15T08:27:16.198Z | + mkdir -p /work/oxidecomputer/dendrite |
| 83 | 2026-09-15T08:27:16.201Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 84 | 2026-09-15T08:27:16.227Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 85 | 2026-09-15T08:27:17.341Z | + cd /work/oxidecomputer/dendrite |
| 86 | 2026-09-15T08:27:17.344Z | + git fetch origin d285fdba5bdf562598becb51809162b2b259fceb |
| 87 | 2026-09-15T08:27:17.630Z | From https://github.com/oxidecomputer/dendrite |
| 88 | 2026-09-15T08:27:17.630Z | * branch d285fdba5bdf562598becb51809162b2b259fceb -> FETCH_HEAD |
| 89 | 2026-09-15T08:27:17.637Z | + [[ -n zl/mcast-remove-feature ]] |
| 90 | 2026-09-15T08:27:17.640Z | ++ git branch --show-current |
| 91 | 2026-09-15T08:27:17.640Z | + current=main |
| 92 | 2026-09-15T08:27:17.640Z | + [[ main != zl/mcast-remove-feature ]] |
| 93 | 2026-09-15T08:27:17.640Z | + git branch -f zl/mcast-remove-feature d285fdba5bdf562598becb51809162b2b259fceb |
| 94 | 2026-09-15T08:27:17.643Z | + git checkout -f zl/mcast-remove-feature |
| 95 | 2026-09-15T08:27:17.662Z | Switched to branch 'zl/mcast-remove-feature' |
| 96 | 2026-09-15T08:27:17.665Z | + git reset --hard d285fdba5bdf562598becb51809162b2b259fceb |
| 97 | 2026-09-15T08:27:17.681Z | HEAD is now at d285fdb [review] fixups + drop bypass_egress + count fwd'ed packets in egress |
| 98 | 2026-09-15T08:27:17.684Z | process exited: duration 1487 ms, exit code 0 |
| |
| 99 | 2026-09-15T08:27:17.690Z | starting task 4: "build" |
| 100 | 2026-09-15T08:27:17.694Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-15T08:27:17.696Z | ++ TOFINO_STAGES=20 |
| 102 | 2026-09-15T08:27:17.696Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-09-15T08:27:17.697Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 104 | 2026-09-15T08:27:17.697Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 105 | 2026-09-15T08:27:17.697Z | +++ uname -s |
| 106 | 2026-09-15T08:27:17.697Z | ++ '[' SunOS == SunOS ']' |
| 107 | 2026-09-15T08:27:17.697Z | ++ SERIES=illumos |
| 108 | 2026-09-15T08:27:17.697Z | +++ uname -s |
| 109 | 2026-09-15T08:27:17.700Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-09-15T08:27:17.700Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 111 | 2026-09-15T08:27:17.700Z | ++ rustup show active-toolchain |
| 112 | 2026-09-15T08:27:17.703Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 113 | 2026-09-15T08:27:17.703Z | + source .github/buildomat/illumos.sh |
| 114 | 2026-09-15T08:27:17.703Z | ++ banner 'sde setup' |
| 115 | 2026-09-15T08:27:17.706Z | |
| 116 | 2026-09-15T08:27:17.706Z | #### ##### ###### #### ###### ##### # # ##### |
| 117 | 2026-09-15T08:27:17.706Z | # # # # # # # # # # # |
| 118 | 2026-09-15T08:27:17.706Z | #### # # ##### #### ##### # # # # # |
| 119 | 2026-09-15T08:27:17.706Z | # # # # # # # # # ##### |
| 120 | 2026-09-15T08:27:17.706Z | # # # # # # # # # # # # |
| 121 | 2026-09-15T08:27:17.706Z | #### ##### ###### #### ###### # #### # |
| 122 | 2026-09-15T08:27:17.706Z | |
| 123 | 2026-09-15T08:27:17.706Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 124 | 2026-09-15T08:27:17.706Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 125 | 2026-09-15T08:27:17.706Z | ++ export PKG=tofino_sde.p5p |
| 126 | 2026-09-15T08:27:17.706Z | ++ PKG=tofino_sde.p5p |
| 127 | 2026-09-15T08:27:17.706Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 128 | 2026-09-15T08:27:17.710Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 129 | 2026-09-15T08:27:17.714Z | Dload Upload Total Spent Left Speed |
| 130 | 2026-09-15T08:27:18.943Z |
0 0 0 0 0 0 0 0 0
68 76.03M 68 52.17M 0 0 52.21M 0 00:01 00:01 52.22M
100 76.03M 100 76.03M 0 0 61.72M 0 00:01 00:01 52.22M
100 76.03M 100 76.03M 0 0 61.72M 0 00:01 00:01 52.22M
100 76.03M 100 76.03M 0 0 61.72M 0 00:01 00:01 52.22M |
| 131 | 2026-09-15T08:27:18.947Z | +++ digest -a sha256 tofino_sde.p5p |
| 132 | 2026-09-15T08:27:18.994Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 133 | 2026-09-15T08:27:18.997Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 134 | 2026-09-15T08:27:18.997Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 135 | 2026-09-15T08:27:20.507Z | Startup: Refreshing catalog 'helios' ... Done |
| 136 | 2026-09-15T08:27:21.005Z | Startup: Caching catalogs ... Done |
| 137 | 2026-09-15T08:27:21.061Z | Startup: Refreshing catalog 'oxide' ... Done |
| 138 | 2026-09-15T08:27:23.999Z | Planning: Solver setup ... Done |
| 139 | 2026-09-15T08:27:24.073Z | Planning: Running solver ... Done |
| 140 | 2026-09-15T08:27:24.129Z | Planning: Finding local manifests ... Done |
| 141 | 2026-09-15T08:27:24.132Z | Planning: Fetching manifests: 1/1 100% complete |
| 142 | 2026-09-15T08:27:24.137Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-09-15T08:27:24.149Z | Planning: Package planning ... Done |
| 144 | 2026-09-15T08:27:24.152Z | Planning: Merging actions ... Done |
| 145 | 2026-09-15T08:27:24.239Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-09-15T08:27:24.243Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-09-15T08:27:25.031Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-09-15T08:27:25.034Z | Planning: Planning completed in 3.97 seconds |
| 149 | 2026-09-15T08:27:25.038Z | Packages to install: 1 |
| 150 | 2026-09-15T08:27:25.038Z | Create boot environment: No |
| 151 | 2026-09-15T08:27:25.038Z | Create backup boot environment: No |
| 152 | 2026-09-15T08:27:25.062Z | |
| 153 | 2026-09-15T08:27:25.062Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 154 | 2026-09-15T08:27:25.196Z | Download: Completed 75.30 MB in 0.13 seconds (565M/s) |
| 155 | 2026-09-15T08:27:25.369Z | Actions: 1/293 actions (Installing new actions) |
| 156 | 2026-09-15T08:27:26.322Z | Actions: Completed 293 actions in 0.95 seconds. |
| 157 | 2026-09-15T08:27:26.325Z | Finalize: Updating package state database ... Done |
| 158 | 2026-09-15T08:27:26.367Z | Finalize: Updating package cache ... Done |
| 159 | 2026-09-15T08:27:26.472Z | Finalize: Updating image state ... Done |
| 160 | 2026-09-15T08:27:29.034Z | Finalize: Creating fast lookup database ... Done |
| 161 | 2026-09-15T08:27:29.102Z | Finalize: Reading search index ... Done |
| 162 | 2026-09-15T08:27:29.105Z | Finalize: Updating search index ... Done |
| 163 | 2026-09-15T08:27:29.323Z | Finalize: Updating package cache ... Done |
| 164 | 2026-09-15T08:27:29.496Z | ++ export SDE=/opt/oxide/tofino_sde |
| 165 | 2026-09-15T08:27:29.497Z | ++ SDE=/opt/oxide/tofino_sde |
| 166 | 2026-09-15T08:27:29.497Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 167 | 2026-09-15T08:27:29.497Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-09-15T08:27:29.497Z | ++ banner packages |
| 169 | 2026-09-15T08:27:29.500Z | |
| 170 | 2026-09-15T08:27:29.500Z | ##### ## #### # # ## #### ###### #### |
| 171 | 2026-09-15T08:27:29.500Z | # # # # # # # # # # # # # # |
| 172 | 2026-09-15T08:27:29.500Z | # # # # # #### # # # ##### #### |
| 173 | 2026-09-15T08:27:29.500Z | ##### ###### # # # ###### # ### # # |
| 174 | 2026-09-15T08:27:29.500Z | # # # # # # # # # # # # # # |
| 175 | 2026-09-15T08:27:29.500Z | # # # #### # # # # #### ###### #### |
| 176 | 2026-09-15T08:27:29.500Z | |
| 177 | 2026-09-15T08:27:29.500Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 178 | 2026-09-15T08:27:29.765Z | Startup: Refreshing catalog 'helios' ... Done |
| 179 | 2026-09-15T08:27:29.769Z | Startup: Refreshing catalog 'oxide' ... Done |
| 180 | 2026-09-15T08:27:32.293Z | Planning: Solver setup ... Done |
| 181 | 2026-09-15T08:27:32.365Z | Planning: Running solver ... Done |
| 182 | 2026-09-15T08:27:32.415Z | Planning: Finding local manifests ... Done |
| 183 | 2026-09-15T08:27:32.418Z | Planning: Fetching manifests: 0/1 0% complete |
| 184 | 2026-09-15T08:27:32.437Z | Planning: Fetching manifests: 1/1 100% complete |
| 185 | 2026-09-15T08:27:32.452Z | Planning: Package planning ... Done |
| 186 | 2026-09-15T08:27:32.456Z | Planning: Merging actions ... Done |
| 187 | 2026-09-15T08:27:32.530Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-09-15T08:27:32.533Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-09-15T08:27:32.686Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-09-15T08:27:32.714Z | Planning: Planning completed in 2.95 seconds |
| 191 | 2026-09-15T08:27:32.722Z | Packages to update: 1 |
| 192 | 2026-09-15T08:27:32.722Z | Services to change: 1 |
| 193 | 2026-09-15T08:27:32.722Z | Create boot environment: No |
| 194 | 2026-09-15T08:27:32.722Z | Create backup boot environment: Yes |
| 195 | 2026-09-15T08:27:32.739Z | |
| 196 | 2026-09-15T08:27:32.739Z | Download: 0/19 items 0.0/0.3MB 0% complete |
| 197 | 2026-09-15T08:27:32.777Z | Download: Completed 344.28 kB in 0.04 seconds (8.9M/s) |
| 198 | 2026-09-15T08:27:34.659Z | Actions: 1/30 actions (Removing old actions) |
| 199 | 2026-09-15T08:27:34.662Z | Actions: 5/30 actions (Installing new actions) |
| 200 | 2026-09-15T08:27:34.665Z | Actions: 9/30 actions (Updating modified actions) |
| 201 | 2026-09-15T08:27:34.670Z | Actions: Completed 30 actions in 0.01 seconds. |
| 202 | 2026-09-15T08:27:34.712Z | Finalize: Updating package state database ... Done |
| 203 | 2026-09-15T08:27:34.715Z | Finalize: Updating package cache ... Done |
| 204 | 2026-09-15T08:27:34.809Z | Finalize: Updating image state ... Done |
| 205 | 2026-09-15T08:27:36.759Z | Finalize: Creating fast lookup database ... Done |
| 206 | 2026-09-15T08:27:36.824Z | Finalize: Reading search index ... Done |
| 207 | 2026-09-15T08:27:36.828Z | Finalize: Updating search index ... Done |
| 208 | 2026-09-15T08:27:36.922Z | Finalize: Updating package cache ... Done |
| 209 | 2026-09-15T08:27:37.007Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 210 | 2026-09-15T08:27:37.219Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-09-15T08:27:37.324Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-09-15T08:27:37.327Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-09-15T08:27:37.480Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-09-15T08:27:37.483Z | Planning: Planning completed in 0.26 seconds |
| 215 | 2026-09-15T08:27:37.507Z | Mediators to change: 2 |
| 216 | 2026-09-15T08:27:37.507Z | Create boot environment: No |
| 217 | 2026-09-15T08:27:37.510Z | Create backup boot environment: No |
| 218 | 2026-09-15T08:27:37.564Z | Finalize: Updating package state database ... Done |
| 219 | 2026-09-15T08:27:37.564Z | Finalize: Updating package cache ... Done |
| 220 | 2026-09-15T08:27:37.623Z | Finalize: Updating image state ... Done |
| 221 | 2026-09-15T08:27:39.535Z | Finalize: Creating fast lookup database ... Done |
| 222 | 2026-09-15T08:27:39.594Z | Finalize: Reading search index ... Done |
| 223 | 2026-09-15T08:27:39.597Z | Finalize: Updating search index ... Done |
| 224 | 2026-09-15T08:27:39.692Z | Finalize: Updating package cache ... Done |
| 225 | 2026-09-15T08:27:39.765Z | ++ cargo --version |
| 226 | 2026-09-15T08:27:39.774Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 227 | 2026-09-15T08:27:39.778Z | ++ rustc --version |
| 228 | 2026-09-15T08:27:39.796Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 229 | 2026-09-15T08:27:39.800Z | + banner copyrights |
| 230 | 2026-09-15T08:27:39.803Z | |
| 231 | 2026-09-15T08:27:39.803Z | #### #### ##### # # ##### # #### # # ##### #### |
| 232 | 2026-09-15T08:27:39.803Z | # # # # # # # # # # # # # # # # # |
| 233 | 2026-09-15T08:27:39.803Z | # # # # # # # # # # ###### # #### |
| 234 | 2026-09-15T08:27:39.804Z | # # # ##### # ##### # # ### # # # # |
| 235 | 2026-09-15T08:27:39.804Z | # # # # # # # # # # # # # # # # |
| 236 | 2026-09-15T08:27:39.804Z | #### #### # # # # # #### # # # #### |
| 237 | 2026-09-15T08:27:39.804Z | |
| 238 | 2026-09-15T08:27:39.804Z | + ./tools/check_copyrights.sh |
| 239 | 2026-09-15T08:27:40.088Z | common/src/illumos.rs: Copyright with wrong year |
| 240 | 2026-09-15T08:27:40.983Z | dpd/p4/headers.p4: Copyright with wrong year |
| 241 | 2026-09-15T08:27:41.392Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 242 | 2026-09-15T08:27:41.450Z | packet/src/eth.rs: Copyright with wrong year |
| 243 | 2026-09-15T08:27:41.543Z | pcap/build.rs: Copyright with wrong year |
| 244 | 2026-09-15T08:27:41.737Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 245 | 2026-09-15T08:27:41.929Z | uplinkd/src/sys.rs: Copyright with wrong year |
| 246 | 2026-09-15T08:27:41.969Z | + banner clippy |
| 247 | 2026-09-15T08:27:41.972Z | |
| 248 | 2026-09-15T08:27:41.972Z | #### # # ##### ##### # # |
| 249 | 2026-09-15T08:27:41.972Z | # # # # # # # # # # |
| 250 | 2026-09-15T08:27:41.972Z | # # # # # # # # |
| 251 | 2026-09-15T08:27:41.972Z | # # # ##### ##### # |
| 252 | 2026-09-15T08:27:41.972Z | # # # # # # # |
| 253 | 2026-09-15T08:27:41.972Z | #### ###### # # # # |
| 254 | 2026-09-15T08:27:41.972Z | |
| 255 | 2026-09-15T08:27:41.972Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 256 | 2026-09-15T08:27:41.973Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 257 | 2026-09-15T08:27:42.121Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-09-15T08:27:55.746Z | Updating crates.io index |
| 259 | 2026-09-15T08:27:55.783Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-09-15T08:27:56.069Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 261 | 2026-09-15T08:27:57.221Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 262 | 2026-09-15T08:27:57.582Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 263 | 2026-09-15T08:27:57.889Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 264 | 2026-09-15T08:27:58.833Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-09-15T08:27:59.246Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 266 | 2026-09-15T08:27:59.601Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 267 | 2026-09-15T08:28:00.055Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 268 | 2026-09-15T08:28:00.552Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-09-15T08:28:00.922Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-09-15T08:28:01.696Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-09-15T08:28:02.168Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 272 | 2026-09-15T08:28:02.677Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 273 | 2026-09-15T08:28:03.044Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 274 | 2026-09-15T08:28:03.457Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 275 | 2026-09-15T08:28:03.926Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 276 | 2026-09-15T08:28:04.220Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 277 | 2026-09-15T08:28:05.315Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-09-15T08:28:05.718Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-09-15T08:28:06.047Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-09-15T08:28:07.363Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 281 | 2026-09-15T08:28:07.921Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 282 | 2026-09-15T08:28:08.631Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 283 | 2026-09-15T08:28:10.429Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 284 | 2026-09-15T08:28:11.413Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 285 | 2026-09-15T08:28:11.737Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 286 | 2026-09-15T08:28:12.104Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2026-09-15T08:28:13.814Z | Downloading crates ... |
| 288 | 2026-09-15T08:28:13.886Z | Downloaded block-buffer v0.12.0 |
| 289 | 2026-09-15T08:28:13.889Z | Downloaded autocfg v1.5.0 |
| 290 | 2026-09-15T08:28:13.892Z | Downloaded ciborium-ll v0.2.2 |
| 291 | 2026-09-15T08:28:13.901Z | Downloaded cfg-if v1.0.4 |
| 292 | 2026-09-15T08:28:13.904Z | Downloaded ciborium-io v0.2.2 |
| 293 | 2026-09-15T08:28:13.907Z | Downloaded block-buffer v0.10.4 |
| 294 | 2026-09-15T08:28:13.911Z | Downloaded enum-as-inner v0.6.1 |
| 295 | 2026-09-15T08:28:13.914Z | Downloaded cpufeatures v0.2.17 |
| 296 | 2026-09-15T08:28:13.917Z | Downloaded cfg_aliases v0.2.1 |
| 297 | 2026-09-15T08:28:13.920Z | Downloaded futures-io v0.3.32 |
| 298 | 2026-09-15T08:28:13.920Z | Downloaded async-recursion v1.1.1 |
| 299 | 2026-09-15T08:28:13.923Z | Downloaded fixedbitset v0.4.2 |
| 300 | 2026-09-15T08:28:13.925Z | Downloaded clap_lex v1.1.0 |
| 301 | 2026-09-15T08:28:13.928Z | Downloaded embedded-io v0.4.0 |
| 302 | 2026-09-15T08:28:13.931Z | Downloaded gethostname v0.5.0 |
| 303 | 2026-09-15T08:28:13.931Z | Downloaded dof v0.3.0 |
| 304 | 2026-09-15T08:28:13.934Z | Downloaded darling_macro v0.21.3 |
| 305 | 2026-09-15T08:28:13.934Z | Downloaded form_urlencoded v1.2.2 |
| 306 | 2026-09-15T08:28:13.937Z | Downloaded foreign-types v0.3.2 |
| 307 | 2026-09-15T08:28:13.945Z | Downloaded cstr-argument v0.1.2 |
| 308 | 2026-09-15T08:28:13.946Z | Downloaded heck v0.4.1 |
| 309 | 2026-09-15T08:28:13.946Z | Downloaded hostname v0.4.2 |
| 310 | 2026-09-15T08:28:13.946Z | Downloaded fastrand v2.3.0 |
| 311 | 2026-09-15T08:28:13.949Z | Downloaded crc8 v0.1.1 |
| 312 | 2026-09-15T08:28:13.949Z | Downloaded flate2 v1.1.2 |
| 313 | 2026-09-15T08:28:13.952Z | Downloaded git-stub v1.0.0 |
| 314 | 2026-09-15T08:28:13.955Z | Downloaded float-ord v0.3.2 |
| 315 | 2026-09-15T08:28:13.958Z | Downloaded hostname v0.3.1 |
| 316 | 2026-09-15T08:28:13.958Z | Downloaded dunce v1.0.5 |
| 317 | 2026-09-15T08:28:13.961Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 318 | 2026-09-15T08:28:13.961Z | Downloaded defmt-parser v1.0.0 |
| 319 | 2026-09-15T08:28:13.964Z | Downloaded base16ct v0.2.0 |
| 320 | 2026-09-15T08:28:13.966Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-09-15T08:28:13.967Z | Downloaded futures-task v0.3.32 |
| 322 | 2026-09-15T08:28:13.969Z | Downloaded dof v0.4.0 |
| 323 | 2026-09-15T08:28:13.972Z | Downloaded heck v0.5.0 |
| 324 | 2026-09-15T08:28:13.972Z | Downloaded foreign-types-macros v0.2.3 |
| 325 | 2026-09-15T08:28:13.975Z | Downloaded difflib v0.4.0 |
| 326 | 2026-09-15T08:28:13.978Z | Downloaded crypto-common v0.1.6 |
| 327 | 2026-09-15T08:28:13.978Z | Downloaded http-body v1.0.1 |
| 328 | 2026-09-15T08:28:13.981Z | Downloaded fnv v1.0.7 |
| 329 | 2026-09-15T08:28:13.981Z | Downloaded dyn-clone v1.0.20 |
| 330 | 2026-09-15T08:28:13.984Z | Downloaded cpufeatures v0.3.0 |
| 331 | 2026-09-15T08:28:13.987Z | Downloaded futures-macro v0.3.32 |
| 332 | 2026-09-15T08:28:13.987Z | Downloaded glob v0.3.3 |
| 333 | 2026-09-15T08:28:13.990Z | Downloaded fs-err v3.1.2 |
| 334 | 2026-09-15T08:28:13.993Z | Downloaded httpdate v1.0.3 |
| 335 | 2026-09-15T08:28:13.993Z | Downloaded camino-tempfile v1.4.1 |
| 336 | 2026-09-15T08:28:13.996Z | Downloaded hubpack_derive v0.1.1 |
| 337 | 2026-09-15T08:28:13.999Z | Downloaded hubpack v0.1.2 |
| 338 | 2026-09-15T08:28:13.999Z | Downloaded hyper-tls v0.6.0 |
| 339 | 2026-09-15T08:28:14.002Z | Downloaded base64 v0.22.1 |
| 340 | 2026-09-15T08:28:14.005Z | Downloaded dtrace-parser v0.3.0 |
| 341 | 2026-09-15T08:28:14.005Z | Downloaded debug-ignore v1.0.5 |
| 342 | 2026-09-15T08:28:14.008Z | Downloaded hash32 v0.3.1 |
| 343 | 2026-09-15T08:28:14.012Z | Downloaded hex v0.4.3 |
| 344 | 2026-09-15T08:28:14.012Z | Downloaded compression-codecs v0.4.32 |
| 345 | 2026-09-15T08:28:14.015Z | Downloaded daft-derive v0.1.5 |
| 346 | 2026-09-15T08:28:14.018Z | Downloaded is-terminal v0.4.16 |
| 347 | 2026-09-15T08:28:14.021Z | Downloaded futures-sink v0.3.32 |
| 348 | 2026-09-15T08:28:14.021Z | Downloaded foldhash v0.1.5 |
| 349 | 2026-09-15T08:28:14.024Z | Downloaded ident_case v1.0.1 |
| 350 | 2026-09-15T08:28:14.024Z | Downloaded group v0.13.0 |
| 351 | 2026-09-15T08:28:14.027Z | Downloaded ff v0.13.1 |
| 352 | 2026-09-15T08:28:14.027Z | Downloaded globset v0.4.16 |
| 353 | 2026-09-15T08:28:14.030Z | Downloaded idna_adapter v1.2.1 |
| 354 | 2026-09-15T08:28:14.033Z | Downloaded displaydoc v0.2.5 |
| 355 | 2026-09-15T08:28:14.035Z | Downloaded digest v0.10.7 |
| 356 | 2026-09-15T08:28:14.035Z | Downloaded indent_write v2.2.0 |
| 357 | 2026-09-15T08:28:14.038Z | Downloaded csv-core v0.1.12 |
| 358 | 2026-09-15T08:28:14.041Z | Downloaded chacha20 v0.9.1 |
| 359 | 2026-09-15T08:28:14.041Z | Downloaded is_ci v1.2.0 |
| 360 | 2026-09-15T08:28:14.044Z | Downloaded internet-checksum v0.2.1 |
| 361 | 2026-09-15T08:28:14.044Z | Downloaded instant v0.1.13 |
| 362 | 2026-09-15T08:28:14.048Z | Downloaded lazy_static v1.5.0 |
| 363 | 2026-09-15T08:28:14.050Z | Downloaded bytecount v0.6.9 |
| 364 | 2026-09-15T08:28:14.051Z | Downloaded is_terminal_polyfill v1.70.1 |
| 365 | 2026-09-15T08:28:14.053Z | Downloaded http-body-util v0.1.3 |
| 366 | 2026-09-15T08:28:14.053Z | Downloaded git-stub-vcs v0.1.0 |
| 367 | 2026-09-15T08:28:14.057Z | Downloaded humantime v2.3.0 |
| 368 | 2026-09-15T08:28:14.059Z | Downloaded kstat-rs v0.2.4 |
| 369 | 2026-09-15T08:28:14.059Z | Downloaded deranged v0.5.3 |
| 370 | 2026-09-15T08:28:14.063Z | Downloaded lru-slab v0.1.2 |
| 371 | 2026-09-15T08:28:14.063Z | Downloaded managed v0.8.0 |
| 372 | 2026-09-15T08:28:14.066Z | Downloaded memoffset v0.9.1 |
| 373 | 2026-09-15T08:28:14.066Z | Downloaded anstream v1.0.0 |
| 374 | 2026-09-15T08:28:14.069Z | Downloaded macaddr v1.0.1 |
| 375 | 2026-09-15T08:28:14.071Z | Downloaded lru-cache v0.1.2 |
| 376 | 2026-09-15T08:28:14.071Z | Downloaded libscf-sys v1.2.0 |
| 377 | 2026-09-15T08:28:14.074Z | Downloaded linked-hash-map v0.5.6 |
| 378 | 2026-09-15T08:28:14.074Z | Downloaded clap_derive v4.6.1 |
| 379 | 2026-09-15T08:28:14.077Z | Downloaded digest v0.11.3 |
| 380 | 2026-09-15T08:28:14.080Z | Downloaded ingot-types v0.1.2 |
| 381 | 2026-09-15T08:28:14.080Z | Downloaded hmac v0.12.1 |
| 382 | 2026-09-15T08:28:14.083Z | Downloaded darling v0.21.3 |
| 383 | 2026-09-15T08:28:14.086Z | Downloaded futures-channel v0.3.32 |
| 384 | 2026-09-15T08:28:14.089Z | Downloaded derive-ex v0.1.8 |
| 385 | 2026-09-15T08:28:14.093Z | Downloaded crossbeam-utils v0.8.21 |
| 386 | 2026-09-15T08:28:14.093Z | Downloaded memmap v0.7.0 |
| 387 | 2026-09-15T08:28:14.096Z | Downloaded getrandom v0.4.2 |
| 388 | 2026-09-15T08:28:14.096Z | Downloaded num-iter v0.1.45 |
| 389 | 2026-09-15T08:28:14.099Z | Downloaded num-conv v0.2.1 |
| 390 | 2026-09-15T08:28:14.099Z | Downloaded match_cfg v0.1.0 |
| 391 | 2026-09-15T08:28:14.102Z | Downloaded ciborium v0.2.2 |
| 392 | 2026-09-15T08:28:14.105Z | Downloaded num_threads v0.1.7 |
| 393 | 2026-09-15T08:28:14.105Z | Downloaded ingot v0.1.1 |
| 394 | 2026-09-15T08:28:14.108Z | Downloaded newtype_derive v0.1.6 |
| 395 | 2026-09-15T08:28:14.108Z | Downloaded newline-converter v0.3.0 |
| 396 | 2026-09-15T08:28:14.111Z | Downloaded ipnetwork v0.21.1 |
| 397 | 2026-09-15T08:28:14.111Z | Downloaded omicron-workspace-hack v0.1.0 |
| 398 | 2026-09-15T08:28:14.114Z | Downloaded num_enum_derive v0.5.11 |
| 399 | 2026-09-15T08:28:14.114Z | Downloaded opaque-debug v0.3.1 |
| 400 | 2026-09-15T08:28:14.117Z | Downloaded getrandom v0.2.16 |
| 401 | 2026-09-15T08:28:14.117Z | Downloaded iana-time-zone v0.1.64 |
| 402 | 2026-09-15T08:28:14.120Z | Downloaded keccak v0.1.6 |
| 403 | 2026-09-15T08:28:14.123Z | Downloaded mime v0.3.17 |
| 404 | 2026-09-15T08:28:14.123Z | Downloaded defmt v1.0.1 |
| 405 | 2026-09-15T08:28:14.126Z | Downloaded linear-map v1.2.0 |
| 406 | 2026-09-15T08:28:14.129Z | Downloaded hybrid-array v0.4.12 |
| 407 | 2026-09-15T08:28:14.129Z | Downloaded olpc-cjson v0.1.4 |
| 408 | 2026-09-15T08:28:14.132Z | Downloaded phf_shared v0.12.1 |
| 409 | 2026-09-15T08:28:14.132Z | Downloaded hyper-rustls v0.27.7 |
| 410 | 2026-09-15T08:28:14.135Z | Downloaded openssl-macros v0.1.1 |
| 411 | 2026-09-15T08:28:14.138Z | Downloaded libsw-core v0.3.2 |
| 412 | 2026-09-15T08:28:14.138Z | Downloaded openssl-probe v0.1.6 |
| 413 | 2026-09-15T08:28:14.141Z | Downloaded crossbeam-epoch v0.9.18 |
| 414 | 2026-09-15T08:28:14.141Z | Downloaded anyhow v1.0.102 |
| 415 | 2026-09-15T08:28:14.144Z | Downloaded elliptic-curve v0.13.8 |
| 416 | 2026-09-15T08:28:14.146Z | Downloaded half v2.7.1 |
| 417 | 2026-09-15T08:28:14.149Z | Downloaded dropshot_endpoint v0.16.7 |
| 418 | 2026-09-15T08:28:14.152Z | Downloaded num-integer v0.1.46 |
| 419 | 2026-09-15T08:28:14.155Z | Downloaded pretty-hex v0.4.1 |
| 420 | 2026-09-15T08:28:14.155Z | Downloaded predicates-core v1.0.9 |
| 421 | 2026-09-15T08:28:14.158Z | Downloaded proc-macro-crate v1.3.1 |
| 422 | 2026-09-15T08:28:14.158Z | Downloaded percent-encoding v2.3.2 |
| 423 | 2026-09-15T08:28:14.161Z | Downloaded powerfmt v0.2.0 |
| 424 | 2026-09-15T08:28:14.161Z | Downloaded clap v4.6.1 |
| 425 | 2026-09-15T08:28:14.166Z | Downloaded multer v3.1.0 |
| 426 | 2026-09-15T08:28:14.169Z | Downloaded num_enum_derive v0.7.5 |
| 427 | 2026-09-15T08:28:14.172Z | Downloaded num_enum v0.5.11 |
| 428 | 2026-09-15T08:28:14.174Z | Downloaded progenitor-client v0.10.0 |
| 429 | 2026-09-15T08:28:14.174Z | Downloaded proc-macro-error-attr v1.0.4 |
| 430 | 2026-09-15T08:28:14.177Z | Downloaded newtype-uuid v1.3.2 |
| 431 | 2026-09-15T08:28:14.177Z | Downloaded native-tls v0.2.14 |
| 432 | 2026-09-15T08:28:14.181Z | Downloaded httparse v1.10.1 |
| 433 | 2026-09-15T08:28:14.184Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 434 | 2026-09-15T08:28:14.184Z | Downloaded icu_normalizer v2.0.0 |
| 435 | 2026-09-15T08:28:14.187Z | Downloaded ipnet v2.11.0 |
| 436 | 2026-09-15T08:28:14.187Z | Downloaded oxnet v0.1.6 |
| 437 | 2026-09-15T08:28:14.190Z | Downloaded pest_generator v2.8.2 |
| 438 | 2026-09-15T08:28:14.192Z | Downloaded progenitor-macro v0.14.0 |
| 439 | 2026-09-15T08:28:14.192Z | Downloaded pin-project-lite v0.2.16 |
| 440 | 2026-09-15T08:28:14.195Z | Downloaded quick-error v1.2.3 |
| 441 | 2026-09-15T08:28:14.198Z | Downloaded rand_chacha v0.3.1 |
| 442 | 2026-09-15T08:28:14.198Z | Downloaded drift v0.2.0 |
| 443 | 2026-09-15T08:28:14.204Z | Downloaded libsw v3.5.0 |
| 444 | 2026-09-15T08:28:14.207Z | Downloaded icu_provider v2.0.0 |
| 445 | 2026-09-15T08:28:14.210Z | Downloaded darling_core v0.21.3 |
| 446 | 2026-09-15T08:28:14.213Z | Downloaded memmap2 v0.9.8 |
| 447 | 2026-09-15T08:28:14.213Z | Downloaded getrandom v0.3.3 |
| 448 | 2026-09-15T08:28:14.216Z | Downloaded poly1305 v0.8.0 |
| 449 | 2026-09-15T08:28:14.219Z | Downloaded indexmap v1.9.3 |
| 450 | 2026-09-15T08:28:14.222Z | Downloaded progenitor-macro v0.11.1 |
| 451 | 2026-09-15T08:28:14.222Z | Downloaded progenitor-macro v0.10.0 |
| 452 | 2026-09-15T08:28:14.225Z | Downloaded progenitor-client v0.14.0 |
| 453 | 2026-09-15T08:28:14.225Z | Downloaded oxide-tokio-rt v0.1.2 |
| 454 | 2026-09-15T08:28:14.227Z | Downloaded chacha20poly1305 v0.10.1 |
| 455 | 2026-09-15T08:28:14.227Z | Downloaded paste v1.0.15 |
| 456 | 2026-09-15T08:28:14.230Z | Downloaded rand_xorshift v0.4.0 |
| 457 | 2026-09-15T08:28:14.230Z | Downloaded once_cell v1.21.3 |
| 458 | 2026-09-15T08:28:14.233Z | Downloaded progenitor-client v0.11.1 |
| 459 | 2026-09-15T08:28:14.236Z | Downloaded ref-cast-impl v1.0.25 |
| 460 | 2026-09-15T08:28:14.236Z | Downloaded progenitor v0.10.0 |
| 461 | 2026-09-15T08:28:14.239Z | Downloaded proc-macro-error2 v2.0.1 |
| 462 | 2026-09-15T08:28:14.239Z | Downloaded proc-macro-error v1.0.4 |
| 463 | 2026-09-15T08:28:14.242Z | Downloaded scopeguard v1.2.0 |
| 464 | 2026-09-15T08:28:14.242Z | Downloaded num_enum v0.7.5 |
| 465 | 2026-09-15T08:28:14.245Z | Downloaded omicron-zone-package v0.12.2 |
| 466 | 2026-09-15T08:28:14.248Z | Downloaded pest_derive v2.8.2 |
| 467 | 2026-09-15T08:28:14.251Z | Downloaded log v0.4.29 |
| 468 | 2026-09-15T08:28:14.254Z | Downloaded predicates v3.1.4 |
| 469 | 2026-09-15T08:28:14.254Z | Downloaded pin-project-internal v1.1.10 |
| 470 | 2026-09-15T08:28:14.257Z | Downloaded rustc_version v0.1.7 |
| 471 | 2026-09-15T08:28:14.257Z | Downloaded rand_core v0.6.4 |
| 472 | 2026-09-15T08:28:14.260Z | Downloaded rand_chacha v0.9.0 |
| 473 | 2026-09-15T08:28:14.260Z | Downloaded quote v1.0.45 |
| 474 | 2026-09-15T08:28:14.263Z | Downloaded semver v0.1.20 |
| 475 | 2026-09-15T08:28:14.263Z | Downloaded progenitor v0.11.1 |
| 476 | 2026-09-15T08:28:14.266Z | Downloaded secrecy v0.10.3 |
| 477 | 2026-09-15T08:28:14.266Z | Downloaded async-compression v0.4.33 |
| 478 | 2026-09-15T08:28:14.269Z | Downloaded icu_properties v2.0.1 |
| 479 | 2026-09-15T08:28:14.272Z | Downloaded icu_locale_core v2.0.0 |
| 480 | 2026-09-15T08:28:14.275Z | Downloaded rustc_version v0.4.1 |
| 481 | 2026-09-15T08:28:14.278Z | Downloaded icu_normalizer_data v2.0.0 |
| 482 | 2026-09-15T08:28:14.281Z | Downloaded bytes v1.12.0 |
| 483 | 2026-09-15T08:28:14.283Z | Downloaded same-file v1.0.6 |
| 484 | 2026-09-15T08:28:14.283Z | Downloaded progenitor v0.14.0 |
| 485 | 2026-09-15T08:28:14.286Z | Downloaded curl v0.4.50 |
| 486 | 2026-09-15T08:28:14.289Z | Downloaded resolv-conf v0.7.5 |
| 487 | 2026-09-15T08:28:14.289Z | Downloaded cc v1.2.64 |
| 488 | 2026-09-15T08:28:14.291Z | Downloaded serde_urlencoded v0.7.1 |
| 489 | 2026-09-15T08:28:14.294Z | Downloaded sha1 v0.10.6 |
| 490 | 2026-09-15T08:28:14.294Z | Downloaded serde_spanned v0.6.9 |
| 491 | 2026-09-15T08:28:14.297Z | Downloaded litemap v0.8.0 |
| 492 | 2026-09-15T08:28:14.297Z | Downloaded serde_repr v0.1.20 |
| 493 | 2026-09-15T08:28:14.300Z | Downloaded ref-cast v1.0.25 |
| 494 | 2026-09-15T08:28:14.302Z | Downloaded rustc-hash v2.1.1 |
| 495 | 2026-09-15T08:28:14.303Z | Downloaded schemars_derive v0.8.22 |
| 496 | 2026-09-15T08:28:14.306Z | Downloaded rand_core v0.9.3 |
| 497 | 2026-09-15T08:28:14.306Z | Downloaded search_path v0.1.4 |
| 498 | 2026-09-15T08:28:14.309Z | Downloaded sigpipe v0.1.3 |
| 499 | 2026-09-15T08:28:14.309Z | Downloaded serde_spanned v1.1.1 |
| 500 | 2026-09-15T08:28:14.309Z | Downloaded signal-hook-tokio v0.4.0 |
| 501 | 2026-09-15T08:28:14.311Z | Downloaded jiff-static v0.2.15 |
| 502 | 2026-09-15T08:28:14.312Z | Downloaded rustversion v1.0.22 |
| 503 | 2026-09-15T08:28:14.314Z | Downloaded scroll v0.13.0 |
| 504 | 2026-09-15T08:28:14.317Z | Downloaded rustls-pemfile v2.2.0 |
| 505 | 2026-09-15T08:28:14.317Z | Downloaded sha1 v0.11.0 |
| 506 | 2026-09-15T08:28:14.321Z | Downloaded serde-big-array v0.5.1 |
| 507 | 2026-09-15T08:28:14.321Z | Downloaded pest_meta v2.8.2 |
| 508 | 2026-09-15T08:28:14.324Z | Downloaded parking_lot v0.12.5 |
| 509 | 2026-09-15T08:28:14.324Z | Downloaded scroll v0.12.0 |
| 510 | 2026-09-15T08:28:14.327Z | Downloaded ppv-lite86 v0.2.21 |
| 511 | 2026-09-15T08:28:14.327Z | Downloaded num-traits v0.2.19 |
| 512 | 2026-09-15T08:28:14.327Z | Downloaded scroll_derive v0.13.1 |
| 513 | 2026-09-15T08:28:14.330Z | Downloaded slog-bunyan v2.5.0 |
| 514 | 2026-09-15T08:28:14.330Z | Downloaded parking_lot_core v0.9.12 |
| 515 | 2026-09-15T08:28:14.333Z | Downloaded structmeta v0.3.0 |
| 516 | 2026-09-15T08:28:14.333Z | Downloaded hickory-resolver v0.25.2 |
| 517 | 2026-09-15T08:28:14.337Z | Downloaded hickory-resolver v0.24.4 |
| 518 | 2026-09-15T08:28:14.339Z | Downloaded strsim v0.11.1 |
| 519 | 2026-09-15T08:28:14.340Z | Downloaded stable_deref_trait v1.2.0 |
| 520 | 2026-09-15T08:28:14.342Z | Downloaded icu_collections v2.0.0 |
| 521 | 2026-09-15T08:28:14.345Z | Downloaded scroll_derive v0.12.1 |
| 522 | 2026-09-15T08:28:14.345Z | Downloaded serde_derive_internals v0.29.1 |
| 523 | 2026-09-15T08:28:14.349Z | Downloaded num-rational v0.4.2 |
| 524 | 2026-09-15T08:28:14.349Z | Downloaded structmeta-derive v0.3.0 |
| 525 | 2026-09-15T08:28:14.349Z | Downloaded siphasher v1.0.1 |
| 526 | 2026-09-15T08:28:14.352Z | Downloaded strum v0.28.0 |
| 527 | 2026-09-15T08:28:14.352Z | Downloaded password-hash v0.5.0 |
| 528 | 2026-09-15T08:28:14.352Z | Downloaded serde_tokenstream v0.2.3 |
| 529 | 2026-09-15T08:28:14.356Z | Downloaded parse-display-derive v0.10.0 |
| 530 | 2026-09-15T08:28:14.356Z | Downloaded owo-colors v4.3.0 |
| 531 | 2026-09-15T08:28:14.359Z | Downloaded hashbrown v0.12.3 |
| 532 | 2026-09-15T08:28:14.359Z | Downloaded swrite v0.1.0 |
| 533 | 2026-09-15T08:28:14.362Z | Downloaded expectorate v1.3.0 |
| 534 | 2026-09-15T08:28:14.362Z | Downloaded crypto-bigint v0.5.5 |
| 535 | 2026-09-15T08:28:14.364Z | Downloaded smawk v0.3.2 |
| 536 | 2026-09-15T08:28:14.368Z | Downloaded proc-macro2 v1.0.106 |
| 537 | 2026-09-15T08:28:14.370Z | Downloaded progenitor-impl v0.10.0 |
| 538 | 2026-09-15T08:28:14.370Z | Downloaded strum v0.26.3 |
| 539 | 2026-09-15T08:28:14.373Z | Downloaded quinn-udp v0.5.14 |
| 540 | 2026-09-15T08:28:14.373Z | Downloaded signal-hook-registry v1.4.6 |
| 541 | 2026-09-15T08:28:14.373Z | Downloaded sha2 v0.10.9 |
| 542 | 2026-09-15T08:28:14.376Z | Downloaded testing_table v0.3.0 |
| 543 | 2026-09-15T08:28:14.376Z | Downloaded tagptr v0.2.0 |
| 544 | 2026-09-15T08:28:14.379Z | Downloaded tabwriter v1.4.1 |
| 545 | 2026-09-15T08:28:14.379Z | Downloaded sync_wrapper v1.0.2 |
| 546 | 2026-09-15T08:28:14.379Z | Downloaded supports-color v3.0.2 |
| 547 | 2026-09-15T08:28:14.382Z | Downloaded subtle v2.6.1 |
| 548 | 2026-09-15T08:28:14.382Z | Downloaded serde_plain v1.0.2 |
| 549 | 2026-09-15T08:28:14.385Z | Downloaded progenitor-impl v0.14.0 |
| 550 | 2026-09-15T08:28:14.385Z | Downloaded serde_path_to_error v0.1.20 |
| 551 | 2026-09-15T08:28:14.388Z | Downloaded miniz_oxide v0.8.9 |
| 552 | 2026-09-15T08:28:14.388Z | Downloaded slog-async v2.8.0 |
| 553 | 2026-09-15T08:28:14.391Z | Downloaded slab v0.4.11 |
| 554 | 2026-09-15T08:28:14.391Z | Downloaded semver v1.0.28 |
| 555 | 2026-09-15T08:28:14.391Z | Downloaded slog-dtrace v0.3.0 |
| 556 | 2026-09-15T08:28:14.394Z | Downloaded postcard v1.1.3 |
| 557 | 2026-09-15T08:28:14.394Z | Downloaded take_mut v0.2.2 |
| 558 | 2026-09-15T08:28:14.397Z | Downloaded tabled_derive v0.7.0 |
| 559 | 2026-09-15T08:28:14.397Z | Downloaded pin-project v1.1.10 |
| 560 | 2026-09-15T08:28:14.402Z | Downloaded tinyvec_macros v0.1.1 |
| 561 | 2026-09-15T08:28:14.405Z | Downloaded thread-id v4.2.2 |
| 562 | 2026-09-15T08:28:14.405Z | Downloaded termtree v0.5.1 |
| 563 | 2026-09-15T08:28:14.408Z | Downloaded shlex v1.3.0 |
| 564 | 2026-09-15T08:28:14.408Z | Downloaded crossbeam-channel v0.5.15 |
| 565 | 2026-09-15T08:28:14.411Z | Downloaded shlex v2.0.1 |
| 566 | 2026-09-15T08:28:14.411Z | Downloaded papergrid v0.11.0 |
| 567 | 2026-09-15T08:28:14.415Z | Downloaded time-core v0.1.8 |
| 568 | 2026-09-15T08:28:14.418Z | Downloaded rusty-fork v0.3.0 |
| 569 | 2026-09-15T08:28:14.418Z | Downloaded prettyplease v0.2.37 |
| 570 | 2026-09-15T08:28:14.419Z | Downloaded thread-id v5.0.0 |
| 571 | 2026-09-15T08:28:14.422Z | Downloaded strum v0.27.2 |
| 572 | 2026-09-15T08:28:14.422Z | Downloaded strum_macros v0.27.2 |
| 573 | 2026-09-15T08:28:14.422Z | Downloaded strum_macros v0.26.4 |
| 574 | 2026-09-15T08:28:14.425Z | Downloaded snafu-derive v0.8.9 |
| 575 | 2026-09-15T08:28:14.426Z | Downloaded progenitor-impl v0.11.1 |
| 576 | 2026-09-15T08:28:14.426Z | Downloaded smf v0.2.3 |
| 577 | 2026-09-15T08:28:14.429Z | Downloaded slog-json v2.6.1 |
| 578 | 2026-09-15T08:28:14.429Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 579 | 2026-09-15T08:28:14.429Z | Downloaded toml_datetime v0.6.11 |
| 580 | 2026-09-15T08:28:14.432Z | Downloaded synstructure v0.13.2 |
| 581 | 2026-09-15T08:28:14.432Z | Downloaded static_assertions v1.1.0 |
| 582 | 2026-09-15T08:28:14.435Z | Downloaded slog-term v2.9.2 |
| 583 | 2026-09-15T08:28:14.435Z | Downloaded tokio-macros v2.7.0 |
| 584 | 2026-09-15T08:28:14.435Z | Downloaded serde_with_macros v3.14.1 |
| 585 | 2026-09-15T08:28:14.438Z | Downloaded rustls-pki-types v1.12.0 |
| 586 | 2026-09-15T08:28:14.442Z | Downloaded papergrid v0.18.0 |
| 587 | 2026-09-15T08:28:14.445Z | Downloaded toml_write v0.1.2 |
| 588 | 2026-09-15T08:28:14.445Z | Downloaded terminal_size v0.4.3 |
| 589 | 2026-09-15T08:28:14.446Z | Downloaded heapless v0.8.0 |
| 590 | 2026-09-15T08:28:14.451Z | Downloaded hyper-util v0.1.20 |
| 591 | 2026-09-15T08:28:14.454Z | Downloaded plain v0.2.3 |
| 592 | 2026-09-15T08:28:14.454Z | Downloaded pkg-config v0.3.32 |
| 593 | 2026-09-15T08:28:14.454Z | Downloaded futures v0.3.32 |
| 594 | 2026-09-15T08:28:14.457Z | Downloaded lock_api v0.4.14 |
| 595 | 2026-09-15T08:28:14.457Z | Downloaded thiserror v2.0.18 |
| 596 | 2026-09-15T08:28:14.460Z | Downloaded topological-sort v0.2.2 |
| 597 | 2026-09-15T08:28:14.463Z | Downloaded tower-layer v0.3.3 |
| 598 | 2026-09-15T08:28:14.463Z | Downloaded thiserror-impl v2.0.18 |
| 599 | 2026-09-15T08:28:14.463Z | Downloaded thiserror-impl v1.0.69 |
| 600 | 2026-09-15T08:28:14.466Z | Downloaded tower-service v0.3.3 |
| 601 | 2026-09-15T08:28:14.466Z | Downloaded thiserror v1.0.69 |
| 602 | 2026-09-15T08:28:14.470Z | Downloaded openssl-sys v0.9.117 |
| 603 | 2026-09-15T08:28:14.473Z | Downloaded rayon-core v1.13.0 |
| 604 | 2026-09-15T08:28:14.473Z | Downloaded tinystr v0.8.1 |
| 605 | 2026-09-15T08:28:14.476Z | Downloaded ryu v1.0.20 |
| 606 | 2026-09-15T08:28:14.476Z | Downloaded signal-hook v0.4.4 |
| 607 | 2026-09-15T08:28:14.479Z | Downloaded try-lock v0.2.5 |
| 608 | 2026-09-15T08:28:14.479Z | Downloaded typify-macro v0.6.2 |
| 609 | 2026-09-15T08:28:14.479Z | Downloaded indexmap v2.14.0 |
| 610 | 2026-09-15T08:28:14.482Z | Downloaded unarray v0.1.4 |
| 611 | 2026-09-15T08:28:14.485Z | Downloaded time-macros v0.2.27 |
| 612 | 2026-09-15T08:28:14.485Z | Downloaded http v1.4.2 |
| 613 | 2026-09-15T08:28:14.488Z | Downloaded thiserror-no-std v2.0.2 |
| 614 | 2026-09-15T08:28:14.491Z | Downloaded smallvec v1.15.1 |
| 615 | 2026-09-15T08:28:14.491Z | Downloaded tokio-dtrace v0.1.1 |
| 616 | 2026-09-15T08:28:14.494Z | Downloaded serde_derive v1.0.228 |
| 617 | 2026-09-15T08:28:14.494Z | Downloaded untrusted v0.7.1 |
| 618 | 2026-09-15T08:28:14.494Z | Downloaded untrusted v0.9.0 |
| 619 | 2026-09-15T08:28:14.497Z | Downloaded universal-hash v0.5.1 |
| 620 | 2026-09-15T08:28:14.497Z | Downloaded unicode-linebreak v0.1.5 |
| 621 | 2026-09-15T08:28:14.497Z | Downloaded unicode-xid v0.2.6 |
| 622 | 2026-09-15T08:28:14.500Z | Downloaded typify-macro v0.4.3 |
| 623 | 2026-09-15T08:28:14.500Z | Downloaded tokio-native-tls v0.3.1 |
| 624 | 2026-09-15T08:28:14.500Z | Downloaded serde_core v1.0.228 |
| 625 | 2026-09-15T08:28:14.503Z | Downloaded const_format v0.2.34 |
| 626 | 2026-09-15T08:28:14.506Z | Downloaded tempfile v3.27.0 |
| 627 | 2026-09-15T08:28:14.506Z | Downloaded strum_macros v0.28.0 |
| 628 | 2026-09-15T08:28:14.509Z | Downloaded derive_more v0.99.20 |
| 629 | 2026-09-15T08:28:14.511Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 630 | 2026-09-15T08:28:14.511Z | Downloaded usdt-attr-macro v0.6.0 |
| 631 | 2026-09-15T08:28:14.511Z | Downloaded utf8parse v0.2.2 |
| 632 | 2026-09-15T08:28:14.515Z | Downloaded utf8_iter v1.0.4 |
| 633 | 2026-09-15T08:28:14.515Z | Downloaded usdt v0.5.0 |
| 634 | 2026-09-15T08:28:14.515Z | Downloaded minimal-lexical v0.2.1 |
| 635 | 2026-09-15T08:28:14.517Z | Downloaded memchr v2.7.5 |
| 636 | 2026-09-15T08:28:14.520Z | Downloaded schemars v0.9.0 |
| 637 | 2026-09-15T08:28:14.525Z | Downloaded wait-timeout v0.2.1 |
| 638 | 2026-09-15T08:28:14.529Z | Downloaded version_check v0.9.5 |
| 639 | 2026-09-15T08:28:14.529Z | Downloaded usdt-macro v0.6.0 |
| 640 | 2026-09-15T08:28:14.529Z | Downloaded usdt-macro v0.5.0 |
| 641 | 2026-09-15T08:28:14.532Z | Downloaded usdt-attr-macro v0.5.0 |
| 642 | 2026-09-15T08:28:14.532Z | Downloaded usdt v0.6.0 |
| 643 | 2026-09-15T08:28:14.532Z | Downloaded term v1.2.0 |
| 644 | 2026-09-15T08:28:14.535Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 645 | 2026-09-15T08:28:14.535Z | Downloaded quinn v0.11.9 |
| 646 | 2026-09-15T08:28:14.537Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 647 | 2026-09-15T08:28:14.537Z | Downloaded phf v0.12.1 |
| 648 | 2026-09-15T08:28:14.538Z | Downloaded pem v3.0.5 |
| 649 | 2026-09-15T08:28:14.541Z | Downloaded ingot-macros v0.1.1 |
| 650 | 2026-09-15T08:28:14.541Z | Downloaded blake2 v0.10.6 |
| 651 | 2026-09-15T08:28:14.543Z | Downloaded parse-display v0.10.0 |
| 652 | 2026-09-15T08:28:14.543Z | Downloaded potential_utf v0.1.3 |
| 653 | 2026-09-15T08:28:14.543Z | Downloaded similar v2.7.0 |
| 654 | 2026-09-15T08:28:14.546Z | Downloaded yoke-derive v0.8.0 |
| 655 | 2026-09-15T08:28:14.546Z | Downloaded tokio-rustls v0.26.4 |
| 656 | 2026-09-15T08:28:14.549Z | Downloaded num-derive v0.4.2 |
| 657 | 2026-09-15T08:28:14.549Z | Downloaded num-complex v0.4.6 |
| 658 | 2026-09-15T08:28:14.552Z | Downloaded waitgroup v0.1.2 |
| 659 | 2026-09-15T08:28:14.552Z | Downloaded xattr v1.6.1 |
| 660 | 2026-09-15T08:28:14.552Z | Downloaded want v0.3.1 |
| 661 | 2026-09-15T08:28:14.552Z | Downloaded thread_local v1.1.9 |
| 662 | 2026-09-15T08:28:14.555Z | Downloaded schemars v0.8.22 |
| 663 | 2026-09-15T08:28:14.559Z | Downloaded zerofrom-derive v0.1.6 |
| 664 | 2026-09-15T08:28:14.562Z | Downloaded zerofrom v0.1.6 |
| 665 | 2026-09-15T08:28:14.562Z | Downloaded toml v0.8.23 |
| 666 | 2026-09-15T08:28:14.565Z | Downloaded tokio-stream v0.1.17 |
| 667 | 2026-09-15T08:28:14.565Z | Downloaded serde_yaml v0.9.34+deprecated |
| 668 | 2026-09-15T08:28:14.568Z | Downloaded textwrap v0.16.2 |
| 669 | 2026-09-15T08:28:14.570Z | Downloaded tokio-rustls v0.25.0 |
| 670 | 2026-09-15T08:28:14.571Z | Downloaded zeroize_derive v1.4.3 |
| 671 | 2026-09-15T08:28:14.571Z | Downloaded usdt-impl v0.6.0 |
| 672 | 2026-09-15T08:28:14.573Z | Downloaded usdt-impl v0.5.0 |
| 673 | 2026-09-15T08:28:14.573Z | Downloaded scuffle v0.1.0 |
| 674 | 2026-09-15T08:28:14.576Z | Downloaded zone_cfg_derive v0.3.1 |
| 675 | 2026-09-15T08:28:14.576Z | Downloaded slog v2.8.2 |
| 676 | 2026-09-15T08:28:14.579Z | Downloaded rand v0.8.5 |
| 677 | 2026-09-15T08:28:14.579Z | Downloaded spin v0.9.8 |
| 678 | 2026-09-15T08:28:14.582Z | Downloaded rand v0.9.3 |
| 679 | 2026-09-15T08:28:14.582Z | Downloaded qorb v0.4.1 |
| 680 | 2026-09-15T08:28:14.585Z | Downloaded vsss-rs v3.3.4 |
| 681 | 2026-09-15T08:28:14.588Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 682 | 2026-09-15T08:28:14.588Z | Downloaded nom v7.1.3 |
| 683 | 2026-09-15T08:28:14.591Z | Downloaded hashbrown v0.16.1 |
| 684 | 2026-09-15T08:28:14.594Z | Downloaded dropshot_endpoint v0.17.1 |
| 685 | 2026-09-15T08:28:14.597Z | Downloaded derive-where v1.6.0 |
| 686 | 2026-09-15T08:28:14.600Z | Downloaded tinyvec v1.10.0 |
| 687 | 2026-09-15T08:28:14.600Z | Downloaded writeable v0.6.1 |
| 688 | 2026-09-15T08:28:14.602Z | Downloaded dropshot-api-manager v0.7.2 |
| 689 | 2026-09-15T08:28:14.605Z | Downloaded ucd-trie v0.1.7 |
| 690 | 2026-09-15T08:28:14.605Z | Downloaded console v0.16.4 |
| 691 | 2026-09-15T08:28:14.605Z | Downloaded bitflags v2.11.1 |
| 692 | 2026-09-15T08:28:14.608Z | Downloaded rustls-webpki v0.103.6 |
| 693 | 2026-09-15T08:28:14.611Z | Downloaded test-strategy v0.4.3 |
| 694 | 2026-09-15T08:28:14.614Z | Downloaded idna v1.1.0 |
| 695 | 2026-09-15T08:28:14.614Z | Downloaded socket2 v0.6.4 |
| 696 | 2026-09-15T08:28:14.626Z | Downloaded iri-string v0.7.8 |
| 697 | 2026-09-15T08:28:14.626Z | Downloaded walkdir v2.5.0 |
| 698 | 2026-09-15T08:28:14.626Z | Downloaded zone v0.3.1 |
| 699 | 2026-09-15T08:28:14.626Z | Downloaded hashbrown v0.15.5 |
| 700 | 2026-09-15T08:28:14.626Z | Downloaded schemars v1.2.0 |
| 701 | 2026-09-15T08:28:14.633Z | Downloaded yoke v0.8.0 |
| 702 | 2026-09-15T08:28:14.636Z | Downloaded whoami v1.6.1 |
| 703 | 2026-09-15T08:28:14.636Z | Downloaded toml v0.7.8 |
| 704 | 2026-09-15T08:28:14.639Z | Downloaded icu_properties_data v2.0.1 |
| 705 | 2026-09-15T08:28:14.644Z | Downloaded mio v1.2.1 |
| 706 | 2026-09-15T08:28:14.647Z | Downloaded serde v1.0.228 |
| 707 | 2026-09-15T08:28:14.650Z | Downloaded unicode-ident v1.0.24 |
| 708 | 2026-09-15T08:28:14.650Z | Downloaded pest v2.8.2 |
| 709 | 2026-09-15T08:28:14.653Z | Downloaded zerovec-derive v0.11.1 |
| 710 | 2026-09-15T08:28:14.656Z | Downloaded zeroize v1.8.1 |
| 711 | 2026-09-15T08:28:14.656Z | Downloaded tracing-attributes v0.1.30 |
| 712 | 2026-09-15T08:28:14.656Z | Downloaded zmij v1.0.17 |
| 713 | 2026-09-15T08:28:14.659Z | Downloaded zerocopy-derive v0.7.35 |
| 714 | 2026-09-15T08:28:14.661Z | Downloaded hashbrown v0.17.1 |
| 715 | 2026-09-15T08:28:14.666Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 716 | 2026-09-15T08:28:14.669Z | Downloaded vergen v8.3.2 |
| 717 | 2026-09-15T08:28:14.669Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 718 | 2026-09-15T08:28:14.669Z | Downloaded libm v0.2.15 |
| 719 | 2026-09-15T08:28:14.674Z | Downloaded tracing-core v0.1.34 |
| 720 | 2026-09-15T08:28:14.677Z | Downloaded steno v0.4.1 |
| 721 | 2026-09-15T08:28:14.680Z | Downloaded typify v0.6.2 |
| 722 | 2026-09-15T08:28:14.683Z | Downloaded typify v0.4.3 |
| 723 | 2026-09-15T08:28:14.683Z | Downloaded clap_builder v4.6.0 |
| 724 | 2026-09-15T08:28:14.686Z | Downloaded unsafe-libyaml v0.2.11 |
| 725 | 2026-09-15T08:28:14.689Z | Downloaded itertools v0.12.1 |
| 726 | 2026-09-15T08:28:14.692Z | Downloaded iddqd v0.3.18 |
| 727 | 2026-09-15T08:28:14.696Z | Downloaded tar v0.4.45 |
| 728 | 2026-09-15T08:28:14.698Z | Downloaded itertools v0.15.0 |
| 729 | 2026-09-15T08:28:14.702Z | Downloaded toml_edit v0.22.27 |
| 730 | 2026-09-15T08:28:14.705Z | Downloaded blake3 v1.8.2 |
| 731 | 2026-09-15T08:28:14.709Z | Downloaded uuid v1.23.3 |
| 732 | 2026-09-15T08:28:14.713Z | Downloaded goblin v0.8.2 |
| 733 | 2026-09-15T08:28:14.716Z | Downloaded similar v3.2.0 |
| 734 | 2026-09-15T08:28:14.719Z | Downloaded futures-util v0.3.32 |
| 735 | 2026-09-15T08:28:14.723Z | Downloaded hkdf v0.12.4 |
| 736 | 2026-09-15T08:28:14.726Z | Downloaded h2 v0.4.14 |
| 737 | 2026-09-15T08:28:14.729Z | Downloaded hyper v1.10.1 |
| 738 | 2026-09-15T08:28:14.733Z | Downloaded itertools v0.14.0 |
| 739 | 2026-09-15T08:28:14.738Z | Downloaded snafu v0.8.9 |
| 740 | 2026-09-15T08:28:14.741Z | Downloaded iddqd v0.4.5 |
| 741 | 2026-09-15T08:28:14.747Z | Downloaded reqwest v0.13.2 |
| 742 | 2026-09-15T08:28:14.751Z | Downloaded reqwest v0.12.23 |
| 743 | 2026-09-15T08:28:14.754Z | Downloaded tracing v0.1.41 |
| 744 | 2026-09-15T08:28:14.757Z | Downloaded regex v1.12.4 |
| 745 | 2026-09-15T08:28:14.759Z | Downloaded aho-corasick v1.1.3 |
| 746 | 2026-09-15T08:28:14.763Z | Downloaded allocator-api2 v0.2.21 |
| 747 | 2026-09-15T08:28:14.765Z | Downloaded libloading v0.8.9 |
| 748 | 2026-09-15T08:28:14.765Z | Downloaded toml_edit v0.19.15 |
| 749 | 2026-09-15T08:28:14.773Z | Downloaded url v2.5.7 |
| 750 | 2026-09-15T08:28:14.776Z | Downloaded serde_json v1.0.150 |
| 751 | 2026-09-15T08:28:14.779Z | Downloaded zerotrie v0.2.2 |
| 752 | 2026-09-15T08:28:14.782Z | Downloaded zerocopy-derive v0.8.27 |
| 753 | 2026-09-15T08:28:14.787Z | Downloaded typed-path v0.9.3 |
| 754 | 2026-09-15T08:28:14.789Z | Downloaded git2 v0.19.0 |
| 755 | 2026-09-15T08:28:14.794Z | Downloaded tower v0.5.2 |
| 756 | 2026-09-15T08:28:14.800Z | Downloaded aws-lc-rs v1.16.2 |
| 757 | 2026-09-15T08:28:14.806Z | Downloaded tokio-util v0.7.16 |
| 758 | 2026-09-15T08:28:14.810Z | Downloaded chrono v0.4.45 |
| 759 | 2026-09-15T08:28:14.813Z | Downloaded newtype-uuid-macros v0.1.0 |
| 760 | 2026-09-15T08:28:14.816Z | Downloaded const-oid v0.10.2 |
| 761 | 2026-09-15T08:28:14.816Z | Downloaded base64ct v1.8.0 |
| 762 | 2026-09-15T08:28:14.819Z | Downloaded num v0.4.3 |
| 763 | 2026-09-15T08:28:14.819Z | Downloaded bindgen v0.72.1 |
| 764 | 2026-09-15T08:28:14.822Z | Downloaded normalize-line-endings v0.3.0 |
| 765 | 2026-09-15T08:28:14.822Z | Downloaded jobserver v0.1.34 |
| 766 | 2026-09-15T08:28:14.826Z | Downloaded crc32fast v1.5.0 |
| 767 | 2026-09-15T08:28:14.826Z | Downloaded unicode-segmentation v1.12.0 |
| 768 | 2026-09-15T08:28:14.829Z | Downloaded cookie v0.18.1 |
| 769 | 2026-09-15T08:28:14.830Z | Downloaded cexpr v0.6.0 |
| 770 | 2026-09-15T08:28:14.830Z | Downloaded camino v1.2.3 |
| 771 | 2026-09-15T08:28:14.834Z | Downloaded rustls-webpki v0.102.8 |
| 772 | 2026-09-15T08:28:14.843Z | Downloaded tough v0.20.0 |
| 773 | 2026-09-15T08:28:14.847Z | Downloaded portable-atomic v1.11.1 |
| 774 | 2026-09-15T08:28:14.851Z | Downloaded serde_with v3.14.1 |
| 775 | 2026-09-15T08:28:14.858Z | Downloaded winnow v0.5.40 |
| 776 | 2026-09-15T08:28:14.863Z | Downloaded unicode-normalization v0.1.24 |
| 777 | 2026-09-15T08:28:14.866Z | Downloaded zerocopy v0.7.35 |
| 778 | 2026-09-15T08:28:14.874Z | Downloaded tower-http v0.6.8 |
| 779 | 2026-09-15T08:28:14.880Z | Downloaded quinn-proto v0.11.14 |
| 780 | 2026-09-15T08:28:14.883Z | Downloaded typenum v1.20.1 |
| 781 | 2026-09-15T08:28:14.886Z | Downloaded rayon v1.11.0 |
| 782 | 2026-09-15T08:28:14.890Z | Downloaded proptest v1.8.0 |
| 783 | 2026-09-15T08:28:14.896Z | Downloaded foreign-types-shared v0.3.1 |
| 784 | 2026-09-15T08:28:14.899Z | Downloaded float-cmp v0.10.0 |
| 785 | 2026-09-15T08:28:14.899Z | Downloaded clang-sys v1.8.1 |
| 786 | 2026-09-15T08:28:14.899Z | Downloaded itoa v1.0.15 |
| 787 | 2026-09-15T08:28:14.901Z | Downloaded inout v0.1.4 |
| 788 | 2026-09-15T08:28:14.901Z | Downloaded tabled v0.15.0 |
| 789 | 2026-09-15T08:28:14.908Z | Downloaded zerovec v0.11.4 |
| 790 | 2026-09-15T08:28:14.911Z | Downloaded colored v3.1.1 |
| 791 | 2026-09-15T08:28:14.914Z | Downloaded cancel-safe-futures v0.1.5 |
| 792 | 2026-09-15T08:28:14.914Z | Downloaded highway v1.3.0 |
| 793 | 2026-09-15T08:28:14.917Z | Downloaded tabled v0.21.0 |
| 794 | 2026-09-15T08:28:14.924Z | Downloaded syn v1.0.109 |
| 795 | 2026-09-15T08:28:14.930Z | Downloaded time v0.3.47 |
| 796 | 2026-09-15T08:28:14.936Z | Downloaded goblin v0.10.1 |
| 797 | 2026-09-15T08:28:14.940Z | Downloaded curve25519-dalek v4.1.3 |
| 798 | 2026-09-15T08:28:14.945Z | Downloaded bstr v1.12.0 |
| 799 | 2026-09-15T08:28:14.950Z | Downloaded futures-core v0.3.32 |
| 800 | 2026-09-15T08:28:14.952Z | Downloaded fs_extra v1.3.0 |
| 801 | 2026-09-15T08:28:14.953Z | Downloaded data-encoding v2.9.0 |
| 802 | 2026-09-15T08:28:14.953Z | Downloaded defmt-macros v1.0.1 |
| 803 | 2026-09-15T08:28:14.955Z | Downloaded argon2 v0.5.3 |
| 804 | 2026-09-15T08:28:14.955Z | Downloaded moka v0.12.11 |
| 805 | 2026-09-15T08:28:14.960Z | Downloaded const_format_proc_macros v0.2.34 |
| 806 | 2026-09-15T08:28:14.962Z | Downloaded daft v0.1.5 |
| 807 | 2026-09-15T08:28:14.962Z | Downloaded cargo_metadata v0.18.1 |
| 808 | 2026-09-15T08:28:14.965Z | Downloaded cipher v0.4.4 |
| 809 | 2026-09-15T08:28:14.965Z | Downloaded bitflags v1.3.2 |
| 810 | 2026-09-15T08:28:14.965Z | Downloaded bit-vec v0.8.0 |
| 811 | 2026-09-15T08:28:14.968Z | Downloaded anstyle-parse v1.0.0 |
| 812 | 2026-09-15T08:28:14.968Z | Downloaded backoff v0.4.0 |
| 813 | 2026-09-15T08:28:14.971Z | Downloaded fixedbitset v0.5.7 |
| 814 | 2026-09-15T08:28:14.971Z | Downloaded zerocopy v0.8.27 |
| 815 | 2026-09-15T08:28:14.981Z | Downloaded smoltcp v0.11.0 |
| 816 | 2026-09-15T08:28:14.988Z | Downloaded winnow v1.0.3 |
| 817 | 2026-09-15T08:28:14.993Z | Downloaded syn v2.0.118 |
| 818 | 2026-09-15T08:28:14.999Z | Downloaded regress v0.11.1 |
| 819 | 2026-09-15T08:28:15.004Z | Downloaded openapiv3 v2.2.0 |
| 820 | 2026-09-15T08:28:15.010Z | Downloaded regress v0.10.5 |
| 821 | 2026-09-15T08:28:15.014Z | Downloaded rustls v0.23.40 |
| 822 | 2026-09-15T08:28:15.020Z | Downloaded winnow v0.7.14 |
| 823 | 2026-09-15T08:28:15.025Z | Downloaded either v1.15.0 |
| 824 | 2026-09-15T08:28:15.028Z | Downloaded futures-executor v0.3.32 |
| 825 | 2026-09-15T08:28:15.028Z | Downloaded foldhash v0.2.0 |
| 826 | 2026-09-15T08:28:15.028Z | Downloaded erased-serde v0.3.31 |
| 827 | 2026-09-15T08:28:15.031Z | Downloaded embedded-io v0.6.1 |
| 828 | 2026-09-15T08:28:15.031Z | Downloaded foreign-types-shared v0.1.1 |
| 829 | 2026-09-15T08:28:15.031Z | Downloaded foreign-types v0.5.0 |
| 830 | 2026-09-15T08:28:15.031Z | Downloaded filetime v0.2.26 |
| 831 | 2026-09-15T08:28:15.031Z | Downloaded dtrace-parser v0.2.0 |
| 832 | 2026-09-15T08:28:15.035Z | Downloaded critical-section v1.2.0 |
| 833 | 2026-09-15T08:28:15.035Z | Downloaded cmake v0.1.54 |
| 834 | 2026-09-15T08:28:15.035Z | Downloaded arrayvec v0.7.6 |
| 835 | 2026-09-15T08:28:15.035Z | Downloaded anstyle v1.0.14 |
| 836 | 2026-09-15T08:28:15.038Z | Downloaded crossbeam-deque v0.8.6 |
| 837 | 2026-09-15T08:28:15.038Z | Downloaded byteorder v1.5.0 |
| 838 | 2026-09-15T08:28:15.038Z | Downloaded async-trait v0.1.89 |
| 839 | 2026-09-15T08:28:15.041Z | Downloaded convert_case v0.4.0 |
| 840 | 2026-09-15T08:28:15.041Z | Downloaded cobs v0.3.0 |
| 841 | 2026-09-15T08:28:15.041Z | Downloaded arrayref v0.3.9 |
| 842 | 2026-09-15T08:28:15.041Z | Downloaded errno v0.3.14 |
| 843 | 2026-09-15T08:28:15.041Z | Downloaded defmt v0.3.100 |
| 844 | 2026-09-15T08:28:15.044Z | Downloaded aead v0.5.2 |
| 845 | 2026-09-15T08:28:15.044Z | Downloaded find-msvc-tools v0.1.9 |
| 846 | 2026-09-15T08:28:15.044Z | Downloaded compression-core v0.4.32 |
| 847 | 2026-09-15T08:28:15.044Z | Downloaded async-stream-impl v0.3.6 |
| 848 | 2026-09-15T08:28:15.044Z | Downloaded adler2 v2.0.1 |
| 849 | 2026-09-15T08:28:15.047Z | Downloaded atomic-waker v1.1.2 |
| 850 | 2026-09-15T08:28:15.047Z | Downloaded openssl v0.10.81 |
| 851 | 2026-09-15T08:28:15.050Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 852 | 2026-09-15T08:28:15.052Z | Downloaded crucible-workspace-hack v0.1.0 |
| 853 | 2026-09-15T08:28:15.053Z | Downloaded colorchoice v1.0.4 |
| 854 | 2026-09-15T08:28:15.053Z | Downloaded bit-set v0.8.0 |
| 855 | 2026-09-15T08:28:15.055Z | Downloaded bcs v0.1.6 |
| 856 | 2026-09-15T08:28:15.056Z | Downloaded crypto-common v0.2.2 |
| 857 | 2026-09-15T08:28:15.056Z | Downloaded anstyle-query v1.1.4 |
| 858 | 2026-09-15T08:28:15.056Z | Downloaded equivalent v1.0.2 |
| 859 | 2026-09-15T08:28:15.056Z | Downloaded constant_time_eq v0.3.1 |
| 860 | 2026-09-15T08:28:15.059Z | Downloaded cargo-platform v0.1.9 |
| 861 | 2026-09-15T08:28:15.059Z | Downloaded atomicwrites v0.4.4 |
| 862 | 2026-09-15T08:28:15.059Z | Downloaded async-stream v0.3.6 |
| 863 | 2026-09-15T08:28:15.064Z | Downloaded vcpkg v0.2.15 |
| 864 | 2026-09-15T08:28:15.086Z | Downloaded webpki-roots v1.0.2 |
| 865 | 2026-09-15T08:28:15.089Z | Downloaded typify-impl v0.6.2 |
| 866 | 2026-09-15T08:28:15.094Z | Downloaded unicode-width v0.2.1 |
| 867 | 2026-09-15T08:28:15.098Z | Downloaded dropshot v0.16.7 |
| 868 | 2026-09-15T08:28:15.110Z | Downloaded typify-impl v0.4.3 |
| 869 | 2026-09-15T08:28:15.118Z | Downloaded hickory-proto v0.24.4 |
| 870 | 2026-09-15T08:28:15.126Z | Downloaded rustls v0.22.4 |
| 871 | 2026-09-15T08:28:15.133Z | Downloaded regex-syntax v0.8.11 |
| 872 | 2026-09-15T08:28:15.138Z | Downloaded regex-automata v0.4.13 |
| 873 | 2026-09-15T08:28:15.147Z | Downloaded nix v0.31.3 |
| 874 | 2026-09-15T08:28:15.153Z | Downloaded rustix v0.38.44 |
| 875 | 2026-09-15T08:28:15.165Z | Downloaded hickory-proto v0.25.2 |
| 876 | 2026-09-15T08:28:15.174Z | Downloaded nix v0.30.1 |
| 877 | 2026-09-15T08:28:15.180Z | Downloaded dropshot v0.17.1 |
| 878 | 2026-09-15T08:28:15.193Z | Downloaded unicode-width v0.1.14 |
| 879 | 2026-09-15T08:28:15.196Z | Downloaded chrono-tz v0.10.4 |
| 880 | 2026-09-15T08:28:15.209Z | Downloaded libz-sys v1.1.22 |
| 881 | 2026-09-15T08:28:15.223Z | Downloaded rustix v1.1.4 |
| 882 | 2026-09-15T08:28:15.243Z | Downloaded csv v1.4.0 |
| 883 | 2026-09-15T08:28:15.330Z | Downloaded jiff v0.2.15 |
| 884 | 2026-09-15T08:28:15.341Z | Downloaded petgraph v0.6.5 |
| 885 | 2026-09-15T08:28:15.353Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 886 | 2026-09-15T08:28:15.395Z | Downloaded petgraph v0.8.2 |
| 887 | 2026-09-15T08:28:15.409Z | Downloaded libc v0.2.186 |
| 888 | 2026-09-15T08:28:15.444Z | Downloaded sha3 v0.10.8 |
| 889 | 2026-09-15T08:28:15.460Z | Downloaded tokio v1.52.3 |
| 890 | 2026-09-15T08:28:15.542Z | Downloaded encoding_rs v0.8.35 |
| 891 | 2026-09-15T08:28:15.564Z | Downloaded ring v0.17.14 |
| 892 | 2026-09-15T08:28:15.597Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 893 | 2026-09-15T08:28:15.892Z | Downloaded aws-lc-sys v0.39.1 |
| 894 | 2026-09-15T08:28:16.215Z | Compiling proc-macro2 v1.0.106 |
| 895 | 2026-09-15T08:28:16.215Z | Compiling quote v1.0.45 |
| 896 | 2026-09-15T08:28:16.215Z | Compiling unicode-ident v1.0.24 |
| 897 | 2026-09-15T08:28:16.218Z | Compiling serde_core v1.0.228 |
| 898 | 2026-09-15T08:28:16.218Z | Compiling serde v1.0.228 |
| 899 | 2026-09-15T08:28:16.218Z | Compiling libc v0.2.186 |
| 900 | 2026-09-15T08:28:16.218Z | Checking cfg-if v1.0.4 |
| 901 | 2026-09-15T08:28:16.508Z | Compiling zmij v1.0.17 |
| 902 | 2026-09-15T08:28:16.543Z | Compiling autocfg v1.5.0 |
| 903 | 2026-09-15T08:28:16.877Z | Compiling memchr v2.7.5 |
| 904 | 2026-09-15T08:28:16.880Z | Compiling libm v0.2.15 |
| 905 | 2026-09-15T08:28:17.208Z | Compiling getrandom v0.4.2 |
| 906 | 2026-09-15T08:28:17.289Z | Compiling jobserver v0.1.34 |
| 907 | 2026-09-15T08:28:17.330Z | Compiling shlex v2.0.1 |
| 908 | 2026-09-15T08:28:17.347Z | Compiling find-msvc-tools v0.1.9 |
| 909 | 2026-09-15T08:28:17.488Z | Compiling version_check v0.9.5 |
| 910 | 2026-09-15T08:28:17.519Z | Compiling cc v1.2.64 |
| 911 | 2026-09-15T08:28:17.589Z | Checking smallvec v1.15.1 |
| 912 | 2026-09-15T08:28:17.607Z | Compiling syn v2.0.118 |
| 913 | 2026-09-15T08:28:17.631Z | Compiling thiserror v2.0.18 |
| 914 | 2026-09-15T08:28:17.678Z | Checking itoa v1.0.15 |
| 915 | 2026-09-15T08:28:17.760Z | Compiling icu_properties_data v2.0.1 |
| 916 | 2026-09-15T08:28:17.777Z | Compiling icu_normalizer_data v2.0.0 |
| 917 | 2026-09-15T08:28:17.931Z | Compiling parking_lot_core v0.9.12 |
| 918 | 2026-09-15T08:28:18.020Z | Checking stable_deref_trait v1.2.0 |
| 919 | 2026-09-15T08:28:18.038Z | Compiling serde_json v1.0.150 |
| 920 | 2026-09-15T08:28:18.208Z | Compiling heck v0.5.0 |
| 921 | 2026-09-15T08:28:18.304Z | Checking litemap v0.8.0 |
| 922 | 2026-09-15T08:28:18.409Z | Checking writeable v0.6.1 |
| 923 | 2026-09-15T08:28:18.430Z | Compiling num-traits v0.2.19 |
| 924 | 2026-09-15T08:28:18.535Z | Checking percent-encoding v2.3.2 |
| 925 | 2026-09-15T08:28:18.692Z | Checking form_urlencoded v1.2.2 |
| 926 | 2026-09-15T08:28:18.800Z | Checking utf8_iter v1.0.4 |
| 927 | 2026-09-15T08:28:18.815Z | Compiling zerocopy v0.8.27 |
| 928 | 2026-09-15T08:28:18.830Z | Checking pin-project-lite v0.2.16 |
| 929 | 2026-09-15T08:28:18.887Z | Compiling log v0.4.29 |
| 930 | 2026-09-15T08:28:18.904Z | Compiling equivalent v1.0.2 |
| 931 | 2026-09-15T08:28:18.918Z | Compiling semver v1.0.28 |
| 932 | 2026-09-15T08:28:18.934Z | Checking iana-time-zone v0.1.64 |
| 933 | 2026-09-15T08:28:18.989Z | Compiling rustversion v1.0.22 |
| 934 | 2026-09-15T08:28:19.038Z | Checking getrandom v0.2.16 |
| 935 | 2026-09-15T08:28:19.059Z | Checking socket2 v0.6.4 |
| 936 | 2026-09-15T08:28:19.178Z | Checking uuid v1.23.3 |
| 937 | 2026-09-15T08:28:19.210Z | Checking scopeguard v1.2.0 |
| 938 | 2026-09-15T08:28:19.312Z | Checking lock_api v0.4.14 |
| 939 | 2026-09-15T08:28:19.439Z | Checking bitflags v2.11.1 |
| 940 | 2026-09-15T08:28:19.457Z | Checking signal-hook-registry v1.4.6 |
| 941 | 2026-09-15T08:28:19.472Z | Checking mio v1.2.1 |
| 942 | 2026-09-15T08:28:19.507Z | Checking parking_lot v0.12.5 |
| 943 | 2026-09-15T08:28:19.600Z | Compiling schemars v0.8.22 |
| 944 | 2026-09-15T08:28:19.775Z | Checking dyn-clone v1.0.20 |
| 945 | 2026-09-15T08:28:19.833Z | Compiling portable-atomic v1.11.1 |
| 946 | 2026-09-15T08:28:19.850Z | Checking futures-core v0.3.32 |
| 947 | 2026-09-15T08:28:19.960Z | Compiling ring v0.17.14 |
| 948 | 2026-09-15T08:28:19.977Z | Checking critical-section v1.2.0 |
| 949 | 2026-09-15T08:28:19.994Z | Compiling hashbrown v0.17.1 |
| 950 | 2026-09-15T08:28:20.034Z | Compiling httparse v1.10.1 |
| 951 | 2026-09-15T08:28:20.145Z | Compiling regex-syntax v0.8.11 |
| 952 | 2026-09-15T08:28:20.393Z | Compiling synstructure v0.13.2 |
| 953 | 2026-09-15T08:28:20.495Z | Compiling serde_derive_internals v0.29.1 |
| 954 | 2026-09-15T08:28:20.785Z | Checking once_cell v1.21.3 |
| 955 | 2026-09-15T08:28:20.808Z | Compiling indexmap v2.14.0 |
| 956 | 2026-09-15T08:28:20.966Z | Checking futures-sink v0.3.32 |
| 957 | 2026-09-15T08:28:20.983Z | Checking subtle v2.6.1 |
| 958 | 2026-09-15T08:28:21.201Z | Checking slab v0.4.11 |
| 959 | 2026-09-15T08:28:21.260Z | Compiling aho-corasick v1.1.3 |
| 960 | 2026-09-15T08:28:21.277Z | Compiling thiserror v1.0.69 |
| 961 | 2026-09-15T08:28:21.357Z | Compiling rustix v1.1.4 |
| 962 | 2026-09-15T08:28:21.442Z | Checking rand_core v0.6.4 |
| 963 | 2026-09-15T08:28:21.478Z | Checking typenum v1.20.1 |
| 964 | 2026-09-15T08:28:21.643Z | Compiling serde_derive v1.0.228 |
| 965 | 2026-09-15T08:28:21.705Z | Compiling zerofrom-derive v0.1.6 |
| 966 | 2026-09-15T08:28:21.760Z | Compiling yoke-derive v0.8.0 |
| 967 | 2026-09-15T08:28:22.078Z | Compiling zerovec-derive v0.11.1 |
| 968 | 2026-09-15T08:28:22.271Z | Compiling displaydoc v0.2.5 |
| 969 | 2026-09-15T08:28:22.336Z | Compiling thiserror-impl v2.0.18 |
| 970 | 2026-09-15T08:28:22.708Z | Compiling schemars_derive v0.8.22 |
| 971 | 2026-09-15T08:28:22.801Z | Compiling tokio-macros v2.7.0 |
| 972 | 2026-09-15T08:28:22.924Z | Checking zerofrom v0.1.6 |
| 973 | 2026-09-15T08:28:23.012Z | Compiling zerocopy-derive v0.8.27 |
| 974 | 2026-09-15T08:28:23.049Z | Checking yoke v0.8.0 |
| 975 | 2026-09-15T08:28:23.166Z | Compiling futures-macro v0.3.32 |
| 976 | 2026-09-15T08:28:23.229Z | Checking zerovec v0.11.4 |
| 977 | 2026-09-15T08:28:23.523Z | Checking zerotrie v0.2.2 |
| 978 | 2026-09-15T08:28:23.761Z | Compiling zeroize_derive v1.4.3 |
| 979 | 2026-09-15T08:28:23.779Z | Compiling regex-automata v0.4.13 |
| 980 | 2026-09-15T08:28:23.931Z | Checking tinystr v0.8.1 |
| 981 | 2026-09-15T08:28:23.957Z | Checking potential_utf v0.1.3 |
| 982 | 2026-09-15T08:28:24.086Z | Checking icu_collections v2.0.0 |
| 983 | 2026-09-15T08:28:24.103Z | Compiling thiserror-impl v1.0.69 |
| 984 | 2026-09-15T08:28:24.118Z | Checking icu_locale_core v2.0.0 |
| 985 | 2026-09-15T08:28:24.391Z | Checking zeroize v1.8.1 |
| 986 | 2026-09-15T08:28:24.546Z | Checking futures-channel v0.3.32 |
| 987 | 2026-09-15T08:28:24.564Z | Checking icu_provider v2.0.0 |
| 988 | 2026-09-15T08:28:24.698Z | Checking bytes v1.12.0 |
| 989 | 2026-09-15T08:28:24.795Z | Checking chrono v0.4.45 |
| 990 | 2026-09-15T08:28:24.848Z | Checking icu_properties v2.0.1 |
| 991 | 2026-09-15T08:28:24.914Z | Checking icu_normalizer v2.0.0 |
| 992 | 2026-09-15T08:28:25.127Z | Compiling serde_tokenstream v0.2.3 |
| 993 | 2026-09-15T08:28:25.230Z | Checking tokio v1.52.3 |
| 994 | 2026-09-15T08:28:25.415Z | Compiling ucd-trie v0.1.7 |
| 995 | 2026-09-15T08:28:25.558Z | Compiling regex v1.12.4 |
| 996 | 2026-09-15T08:28:25.644Z | Compiling pest v2.8.2 |
| 997 | 2026-09-15T08:28:25.648Z | Checking futures-io v0.3.32 |
| 998 | 2026-09-15T08:28:25.680Z | Checking idna_adapter v1.2.1 |
| 999 | 2026-09-15T08:28:25.731Z | Checking futures-task v0.3.32 |
| 1000 | 2026-09-15T08:28:25.780Z | Compiling pkg-config v0.3.32 |
| 1001 | 2026-09-15T08:28:25.807Z | Checking idna v1.1.0 |
| 1002 | 2026-09-15T08:28:25.872Z | Checking futures-util v0.3.32 |
| 1003 | 2026-09-15T08:28:25.964Z | Compiling anyhow v1.0.102 |
| 1004 | 2026-09-15T08:28:26.060Z | Checking url v2.5.7 |
| 1005 | 2026-09-15T08:28:26.346Z | Compiling tracing-attributes v0.1.30 |
| 1006 | 2026-09-15T08:28:26.518Z | Checking tracing-core v0.1.34 |
| 1007 | 2026-09-15T08:28:26.559Z | Compiling generic-array v0.14.7 |
| 1008 | 2026-09-15T08:28:26.786Z | Compiling pest_meta v2.8.2 |
| 1009 | 2026-09-15T08:28:26.814Z | Compiling allocator-api2 v0.2.21 |
| 1010 | 2026-09-15T08:28:26.861Z | Compiling fnv v1.0.7 |
| 1011 | 2026-09-15T08:28:26.965Z | Compiling foldhash v0.2.0 |
| 1012 | 2026-09-15T08:28:27.117Z | Compiling vcpkg v0.2.15 |
| 1013 | 2026-09-15T08:28:27.135Z | Compiling hashbrown v0.16.1 |
| 1014 | 2026-09-15T08:28:27.333Z | Checking http v1.4.2 |
| 1015 | 2026-09-15T08:28:27.523Z | Compiling pest_generator v2.8.2 |
| 1016 | 2026-09-15T08:28:27.676Z | Checking tracing v0.1.41 |
| 1017 | 2026-09-15T08:28:27.708Z | Compiling getrandom v0.3.3 |
| 1018 | 2026-09-15T08:28:27.856Z | Compiling byteorder v1.5.0 |
| 1019 | 2026-09-15T08:28:28.058Z | Compiling camino v1.2.3 |
| 1020 | 2026-09-15T08:28:28.075Z | Checking crypto-common v0.1.6 |
| 1021 | 2026-09-15T08:28:28.091Z | Checking errno v0.3.14 |
| 1022 | 2026-09-15T08:28:28.145Z | Compiling pest_derive v2.8.2 |
| 1023 | 2026-09-15T08:28:28.197Z | Checking base64 v0.22.1 |
| 1024 | 2026-09-15T08:28:28.213Z | Compiling time-core v0.1.8 |
| 1025 | 2026-09-15T08:28:28.364Z | Checking ipnet v2.11.0 |
| 1026 | 2026-09-15T08:28:28.383Z | Compiling num-conv v0.2.1 |
| 1027 | 2026-09-15T08:28:28.434Z | Checking tokio-util v0.7.16 |
| 1028 | 2026-09-15T08:28:28.452Z | Compiling scroll_derive v0.13.1 |
| 1029 | 2026-09-15T08:28:28.536Z | Compiling time-macros v0.2.27 |
| 1030 | 2026-09-15T08:28:28.582Z | Compiling paste v1.0.15 |
| 1031 | 2026-09-15T08:28:28.599Z | Checking http-body v1.0.1 |
| 1032 | 2026-09-15T08:28:28.639Z | Checking rustls-pki-types v1.12.0 |
| 1033 | 2026-09-15T08:28:28.731Z | Checking atomic-waker v1.1.2 |
| 1034 | 2026-09-15T08:28:29.033Z | Checking untrusted v0.9.0 |
| 1035 | 2026-09-15T08:28:29.146Z | Checking tower-service v0.3.3 |
| 1036 | 2026-09-15T08:28:29.164Z | Checking try-lock v0.2.5 |
| 1037 | 2026-09-15T08:28:29.241Z | Checking tower-layer v0.3.3 |
| 1038 | 2026-09-15T08:28:29.274Z | Checking want v0.3.1 |
| 1039 | 2026-09-15T08:28:29.345Z | Checking h2 v0.4.14 |
| 1040 | 2026-09-15T08:28:29.389Z | Checking ryu v1.0.20 |
| 1041 | 2026-09-15T08:28:29.405Z | Checking httpdate v1.0.3 |
| 1042 | 2026-09-15T08:28:29.422Z | Compiling openssl-sys v0.9.117 |
| 1043 | 2026-09-15T08:28:29.515Z | Compiling async-trait v0.1.89 |
| 1044 | 2026-09-15T08:28:29.532Z | Compiling cmake v0.1.54 |
| 1045 | 2026-09-15T08:28:29.548Z | Compiling dunce v1.0.5 |
| 1046 | 2026-09-15T08:28:29.694Z | Compiling fs_extra v1.3.0 |
| 1047 | 2026-09-15T08:28:29.763Z | Compiling crossbeam-utils v0.8.21 |
| 1048 | 2026-09-15T08:28:29.880Z | Checking pretty-hex v0.4.1 |
| 1049 | 2026-09-15T08:28:29.953Z | Compiling strsim v0.11.1 |
| 1050 | 2026-09-15T08:28:30.007Z | Compiling aws-lc-sys v0.39.1 |
| 1051 | 2026-09-15T08:28:30.058Z | Compiling scroll v0.13.0 |
| 1052 | 2026-09-15T08:28:30.098Z | Checking block-buffer v0.10.4 |
| 1053 | 2026-09-15T08:28:30.240Z | Compiling regress v0.10.5 |
| 1054 | 2026-09-15T08:28:30.256Z | Checking ppv-lite86 v0.2.21 |
| 1055 | 2026-09-15T08:28:30.275Z | Compiling slog v2.8.2 |
| 1056 | 2026-09-15T08:28:30.317Z | Compiling usdt-impl v0.6.0 |
| 1057 | 2026-09-15T08:28:30.373Z | Compiling plain v0.2.3 |
| 1058 | 2026-09-15T08:28:30.519Z | Compiling goblin v0.10.1 |
| 1059 | 2026-09-15T08:28:30.556Z | Checking digest v0.10.7 |
| 1060 | 2026-09-15T08:28:30.611Z | Checking http-body-util v0.1.3 |
| 1061 | 2026-09-15T08:28:30.662Z | Checking ipnetwork v0.21.1 |
| 1062 | 2026-09-15T08:28:30.747Z | Checking erased-serde v0.3.31 |
| 1063 | 2026-09-15T08:28:30.881Z | Compiling ident_case v1.0.1 |
| 1064 | 2026-09-15T08:28:30.905Z | Compiling omicron-workspace-hack v0.1.0 |
| 1065 | 2026-09-15T08:28:31.086Z | Compiling darling_core v0.21.3 |
| 1066 | 2026-09-15T08:28:31.163Z | Checking serde_urlencoded v0.7.1 |
| 1067 | 2026-09-15T08:28:31.292Z | Compiling dtrace-parser v0.3.0 |
| 1068 | 2026-09-15T08:28:31.295Z | Checking hyper v1.10.1 |
| 1069 | 2026-09-15T08:28:31.359Z | Compiling openapiv3 v2.2.0 |
| 1070 | 2026-09-15T08:28:31.392Z | Compiling daft-derive v0.1.5 |
| 1071 | 2026-09-15T08:28:31.891Z | Compiling typify-impl v0.4.3 |
| 1072 | 2026-09-15T08:28:32.095Z | Compiling thread-id v5.0.0 |
| 1073 | 2026-09-15T08:28:32.208Z | Checking hyper-util v0.1.20 |
| 1074 | 2026-09-15T08:28:32.746Z | Compiling aws-lc-rs v1.16.2 |
| 1075 | 2026-09-15T08:28:33.138Z | Compiling darling_macro v0.21.3 |
| 1076 | 2026-09-15T08:28:33.242Z | Compiling dof v0.4.0 |
| 1077 | 2026-09-15T08:28:33.398Z | Checking encoding_rs v0.8.35 |
| 1078 | 2026-09-15T08:28:33.486Z | Checking cpufeatures v0.2.17 |
| 1079 | 2026-09-15T08:28:33.560Z | Checking untrusted v0.7.1 |
| 1080 | 2026-09-15T08:28:33.671Z | Compiling darling v0.21.3 |
| 1081 | 2026-09-15T08:28:33.916Z | Checking mime v0.3.17 |
| 1082 | 2026-09-15T08:28:33.997Z | Compiling slog-async v2.8.0 |
| 1083 | 2026-09-15T08:28:34.090Z | Checking rand_core v0.9.3 |
| 1084 | 2026-09-15T08:28:34.137Z | Checking oxnet v0.1.6 |
| 1085 | 2026-09-15T08:28:34.180Z | Compiling usdt-macro v0.6.0 |
| 1086 | 2026-09-15T08:28:34.254Z | Compiling usdt-attr-macro v0.6.0 |
| 1087 | 2026-09-15T08:28:34.337Z | Compiling structmeta-derive v0.3.0 |
| 1088 | 2026-09-15T08:28:34.384Z | Compiling multer v3.1.0 |
| 1089 | 2026-09-15T08:28:34.552Z | Compiling rustls v0.23.40 |
| 1090 | 2026-09-15T08:28:34.610Z | Compiling unsafe-libyaml v0.2.11 |
| 1091 | 2026-09-15T08:28:34.734Z | Compiling rustls v0.22.4 |
| 1092 | 2026-09-15T08:28:34.993Z | Compiling async-stream-impl v0.3.6 |
| 1093 | 2026-09-15T08:28:35.099Z | Checking sync_wrapper v1.0.2 |
| 1094 | 2026-09-15T08:28:35.204Z | Compiling serde_yaml v0.9.34+deprecated |
| 1095 | 2026-09-15T08:28:35.240Z | Compiling typify-macro v0.4.3 |
| 1096 | 2026-09-15T08:28:35.292Z | Checking fastrand v2.3.0 |
| 1097 | 2026-09-15T08:28:35.389Z | Compiling structmeta v0.3.0 |
| 1098 | 2026-09-15T08:28:35.590Z | Checking foreign-types-shared v0.1.1 |
| 1099 | 2026-09-15T08:28:35.608Z | Compiling openssl v0.10.81 |
| 1100 | 2026-09-15T08:28:35.672Z | Checking hex v0.4.3 |
| 1101 | 2026-09-15T08:28:35.690Z | Checking foreign-types v0.3.2 |
| 1102 | 2026-09-15T08:28:35.760Z | Checking tempfile v3.27.0 |
| 1103 | 2026-09-15T08:28:35.885Z | Checking tower v0.5.2 |
| 1104 | 2026-09-15T08:28:35.902Z | Checking rand_chacha v0.9.0 |
| 1105 | 2026-09-15T08:28:35.949Z | Checking futures-executor v0.3.32 |
| 1106 | 2026-09-15T08:28:36.085Z | Compiling strum_macros v0.26.4 |
| 1107 | 2026-09-15T08:28:36.102Z | Compiling openssl-macros v0.1.1 |
| 1108 | 2026-09-15T08:28:36.230Z | Checking powerfmt v0.2.0 |
| 1109 | 2026-09-15T08:28:36.256Z | Compiling native-tls v0.2.14 |
| 1110 | 2026-09-15T08:28:36.379Z | Checking iri-string v0.7.8 |
| 1111 | 2026-09-15T08:28:36.440Z | Checking openssl-probe v0.1.6 |
| 1112 | 2026-09-15T08:28:36.517Z | Checking deranged v0.5.3 |
| 1113 | 2026-09-15T08:28:36.544Z | Checking futures v0.3.32 |
| 1114 | 2026-09-15T08:28:36.625Z | Checking rand v0.9.3 |
| 1115 | 2026-09-15T08:28:36.709Z | Compiling typify v0.4.3 |
| 1116 | 2026-09-15T08:28:36.802Z | Compiling newtype-uuid-macros v0.1.0 |
| 1117 | 2026-09-15T08:28:37.111Z | Compiling ref-cast v1.0.25 |
| 1118 | 2026-09-15T08:28:37.362Z | Checking num_threads v0.1.7 |
| 1119 | 2026-09-15T08:28:37.380Z | Checking tower-http v0.6.8 |
| 1120 | 2026-09-15T08:28:37.472Z | Compiling ref-cast-impl v1.0.25 |
| 1121 | 2026-09-15T08:28:37.513Z | Checking time v0.3.47 |
| 1122 | 2026-09-15T08:28:37.550Z | Compiling dropshot v0.16.7 |
| 1123 | 2026-09-15T08:28:37.641Z | Checking memmap2 v0.9.8 |
| 1124 | 2026-09-15T08:28:37.645Z | Checking unicode-width v0.2.1 |
| 1125 | 2026-09-15T08:28:37.826Z | Compiling derive-ex v0.1.8 |
| 1126 | 2026-09-15T08:28:37.902Z | Checking crossbeam-channel v0.5.15 |
| 1127 | 2026-09-15T08:28:38.046Z | Checking webpki-roots v1.0.2 |
| 1128 | 2026-09-15T08:28:38.078Z | Compiling dropshot_endpoint v0.16.7 |
| 1129 | 2026-09-15T08:28:38.164Z | Compiling strum_macros v0.27.2 |
| 1130 | 2026-09-15T08:28:38.221Z | Checking winnow v0.7.14 |
| 1131 | 2026-09-15T08:28:38.624Z | Compiling progenitor-impl v0.11.1 |
| 1132 | 2026-09-15T08:28:38.819Z | Checking tokio-native-tls v0.3.1 |
| 1133 | 2026-09-15T08:28:38.978Z | Checking hyper-tls v0.6.0 |
| 1134 | 2026-09-15T08:28:39.344Z | Compiling test-strategy v0.4.3 |
| 1135 | 2026-09-15T08:28:39.380Z | Checking newtype-uuid v1.3.2 |
| 1136 | 2026-09-15T08:28:39.535Z | Checking thread_local v1.1.9 |
| 1137 | 2026-09-15T08:28:39.578Z | Checking winnow v1.0.3 |
| 1138 | 2026-09-15T08:28:39.704Z | Checking daft v0.1.5 |
| 1139 | 2026-09-15T08:28:39.755Z | Compiling serde_with_macros v3.14.1 |
| 1140 | 2026-09-15T08:28:39.933Z | Checking serde_spanned v1.1.1 |
| 1141 | 2026-09-15T08:28:39.951Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1142 | 2026-09-15T08:28:39.975Z | Checking is-terminal v0.4.16 |
| 1143 | 2026-09-15T08:28:40.069Z | Checking term v1.2.0 |
| 1144 | 2026-09-15T08:28:40.072Z | Checking debug-ignore v1.0.5 |
| 1145 | 2026-09-15T08:28:40.187Z | Checking match_cfg v0.1.0 |
| 1146 | 2026-09-15T08:28:40.260Z | Checking either v1.15.0 |
| 1147 | 2026-09-15T08:28:40.283Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1148 | 2026-09-15T08:28:40.300Z | Checking take_mut v0.2.2 |
| 1149 | 2026-09-15T08:28:40.447Z | Checking slog-term v2.9.2 |
| 1150 | 2026-09-15T08:28:40.465Z | Checking hostname v0.3.1 |
| 1151 | 2026-09-15T08:28:40.561Z | Checking slog-json v2.6.1 |
| 1152 | 2026-09-15T08:28:40.706Z | Checking spin v0.9.8 |
| 1153 | 2026-09-15T08:28:40.723Z | Compiling syn v1.0.109 |
| 1154 | 2026-09-15T08:28:40.727Z | Compiling progenitor-macro v0.11.1 |
| 1155 | 2026-09-15T08:28:40.727Z | Checking slog-bunyan v2.5.0 |
| 1156 | 2026-09-15T08:28:40.788Z | Checking usdt v0.6.0 |
| 1157 | 2026-09-15T08:28:40.851Z | Checking async-stream v0.3.6 |
| 1158 | 2026-09-15T08:28:40.870Z | Compiling parse-display-derive v0.10.0 |
| 1159 | 2026-09-15T08:28:40.976Z | Checking rustls-webpki v0.102.8 |
| 1160 | 2026-09-15T08:28:41.022Z | Checking rustls-pemfile v2.2.0 |
| 1161 | 2026-09-15T08:28:41.039Z | Checking waitgroup v0.1.2 |
| 1162 | 2026-09-15T08:28:41.106Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1163 | 2026-09-15T08:28:41.142Z | Checking serde_path_to_error v0.1.20 |
| 1164 | 2026-09-15T08:28:41.164Z | Checking hostname v0.4.2 |
| 1165 | 2026-09-15T08:28:41.264Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1166 | 2026-09-15T08:28:41.403Z | Checking strum v0.26.3 |
| 1167 | 2026-09-15T08:28:41.517Z | Checking rand_chacha v0.3.1 |
| 1168 | 2026-09-15T08:28:41.542Z | Checking macaddr v1.0.1 |
| 1169 | 2026-09-15T08:28:41.579Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1170 | 2026-09-15T08:28:41.708Z | Checking wait-timeout v0.2.1 |
| 1171 | 2026-09-15T08:28:41.725Z | Checking lazy_static v1.5.0 |
| 1172 | 2026-09-15T08:28:41.773Z | Checking bit-vec v0.8.0 |
| 1173 | 2026-09-15T08:28:41.822Z | Checking quick-error v1.2.3 |
| 1174 | 2026-09-15T08:28:41.839Z | Checking toml v0.9.12+spec-1.1.0 |
| 1175 | 2026-09-15T08:28:41.929Z | Checking rusty-fork v0.3.0 |
| 1176 | 2026-09-15T08:28:41.969Z | Checking bit-set v0.8.0 |
| 1177 | 2026-09-15T08:28:42.097Z | Checking rand v0.8.5 |
| 1178 | 2026-09-15T08:28:42.133Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1179 | 2026-09-15T08:28:42.378Z | Checking rand_xorshift v0.4.0 |
| 1180 | 2026-09-15T08:28:42.396Z | Checking sha1 v0.10.6 |
| 1181 | 2026-09-15T08:28:42.498Z | Checking unarray v0.1.4 |
| 1182 | 2026-09-15T08:28:42.596Z | Checking strum v0.27.2 |
| 1183 | 2026-09-15T08:28:42.613Z | Checking proptest v1.8.0 |
| 1184 | 2026-09-15T08:28:42.731Z | Checking tokio-rustls v0.25.0 |
| 1185 | 2026-09-15T08:28:42.760Z | Checking tabwriter v1.4.1 |
| 1186 | 2026-09-15T08:28:42.805Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1187 | 2026-09-15T08:28:42.907Z | Checking colored v3.1.1 |
| 1188 | 2026-09-15T08:28:42.942Z | Checking serde_with v3.14.1 |
| 1189 | 2026-09-15T08:28:43.408Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-09-15T08:28:43.636Z | Checking instant v0.1.13 |
| 1191 | 2026-09-15T08:28:43.936Z | Checking rustc-hash v2.1.1 |
| 1192 | 2026-09-15T08:28:44.030Z | Checking backoff v0.4.0 |
| 1193 | 2026-09-15T08:28:44.054Z | Checking iddqd v0.3.18 |
| 1194 | 2026-09-15T08:28:44.174Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1195 | 2026-09-15T08:28:44.201Z | Checking parse-display v0.10.0 |
| 1196 | 2026-09-15T08:28:44.258Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1197 | 2026-09-15T08:28:44.345Z | Checking itertools v0.14.0 |
| 1198 | 2026-09-15T08:28:44.368Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1199 | 2026-09-15T08:28:44.824Z | Compiling toml_datetime v0.6.11 |
| 1200 | 2026-09-15T08:28:44.869Z | Compiling clap_derive v4.6.1 |
| 1201 | 2026-09-15T08:28:44.886Z | Checking utf8parse v0.2.2 |
| 1202 | 2026-09-15T08:28:45.004Z | Checking anstyle-parse v1.0.0 |
| 1203 | 2026-09-15T08:28:45.164Z | Checking terminal_size v0.4.3 |
| 1204 | 2026-09-15T08:28:45.314Z | Checking anstyle v1.0.14 |
| 1205 | 2026-09-15T08:28:45.356Z | Checking anstyle-query v1.1.4 |
| 1206 | 2026-09-15T08:28:45.413Z | Checking colorchoice v1.0.4 |
| 1207 | 2026-09-15T08:28:45.450Z | Checking is_terminal_polyfill v1.70.1 |
| 1208 | 2026-09-15T08:28:45.554Z | Checking anstream v1.0.0 |
| 1209 | 2026-09-15T08:28:45.810Z | Checking clap_lex v1.1.0 |
| 1210 | 2026-09-15T08:28:45.987Z | Checking clap_builder v4.6.0 |
| 1211 | 2026-09-15T08:28:47.201Z | Checking clap v4.6.1 |
| 1212 | 2026-09-15T08:28:48.323Z | Compiling num-derive v0.4.2 |
| 1213 | 2026-09-15T08:28:48.827Z | Compiling rustls-webpki v0.103.6 |
| 1214 | 2026-09-15T08:28:49.332Z | Compiling prettyplease v0.2.37 |
| 1215 | 2026-09-15T08:28:50.889Z | Checking crossbeam-epoch v0.9.18 |
| 1216 | 2026-09-15T08:28:50.928Z | Compiling winnow v0.5.40 |
| 1217 | 2026-09-15T08:28:50.956Z | Compiling cfg_aliases v0.2.1 |
| 1218 | 2026-09-15T08:28:51.894Z | Checking serde_spanned v0.6.9 |
| 1219 | 2026-09-15T08:28:51.954Z | Compiling memoffset v0.9.1 |
| 1220 | 2026-09-15T08:28:52.022Z | Compiling rayon-core v1.13.0 |
| 1221 | 2026-09-15T08:28:52.240Z | Compiling tokio-rustls v0.26.4 |
| 1222 | 2026-09-15T08:28:52.266Z | Compiling toml_edit v0.19.15 |
| 1223 | 2026-09-15T08:28:53.388Z | Compiling proc-macro-crate v1.3.1 |
| 1224 | 2026-09-15T08:28:53.726Z | Compiling zerocopy-derive v0.7.35 |
| 1225 | 2026-09-15T08:28:54.064Z | Compiling crc32fast v1.5.0 |
| 1226 | 2026-09-15T08:28:54.501Z | Compiling hyper-rustls v0.27.7 |
| 1227 | 2026-09-15T08:28:54.773Z | Compiling reqwest v0.12.23 |
| 1228 | 2026-09-15T08:28:54.985Z | Checking crossbeam-deque v0.8.6 |
| 1229 | 2026-09-15T08:28:55.299Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1230 | 2026-09-15T08:28:55.534Z | Checking adler2 v2.0.1 |
| 1231 | 2026-09-15T08:28:55.903Z | Compiling progenitor-client v0.11.1 |
| 1232 | 2026-09-15T08:28:56.143Z | Compiling progenitor v0.11.1 |
| 1233 | 2026-09-15T08:28:56.488Z | Checking miniz_oxide v0.8.9 |
| 1234 | 2026-09-15T08:28:57.360Z | Compiling num-integer v0.1.46 |
| 1235 | 2026-09-15T08:28:57.437Z | Compiling proc-macro-error-attr v1.0.4 |
| 1236 | 2026-09-15T08:28:57.634Z | Compiling heapless v0.8.0 |
| 1237 | 2026-09-15T08:28:57.919Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1238 | 2026-09-15T08:28:57.936Z | Checking flate2 v1.1.2 |
| 1239 | 2026-09-15T08:28:57.970Z | Compiling progenitor-client v0.10.0 |
| 1240 | 2026-09-15T08:28:58.341Z | Compiling ingot-macros v0.1.1 |
| 1241 | 2026-09-15T08:28:59.085Z | Checking hash32 v0.3.1 |
| 1242 | 2026-09-15T08:28:59.214Z | Checking hybrid-array v0.4.12 |
| 1243 | 2026-09-15T08:28:59.217Z | Compiling proc-macro-error v1.0.4 |
| 1244 | 2026-09-15T08:28:59.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1245 | 2026-09-15T08:28:59.693Z | Checking toml_write v0.1.2 |
| 1246 | 2026-09-15T08:28:59.710Z | Compiling smoltcp v0.11.0 |
| 1247 | 2026-09-15T08:28:59.911Z | Checking toml_edit v0.22.27 |
| 1248 | 2026-09-15T08:29:00.266Z | Checking num-rational v0.4.2 |
| 1249 | 2026-09-15T08:29:00.538Z | Checking num-iter v0.1.45 |
| 1250 | 2026-09-15T08:29:00.655Z | Compiling zerocopy v0.7.35 |
| 1251 | 2026-09-15T08:29:00.678Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1252 | 2026-09-15T08:29:00.952Z | Checking ingot-types v0.1.2 |
| 1253 | 2026-09-15T08:29:00.985Z | Compiling num_enum_derive v0.7.5 |
| 1254 | 2026-09-15T08:29:01.118Z | Compiling hubpack_derive v0.1.1 |
| 1255 | 2026-09-15T08:29:01.207Z | Checking cobs v0.3.0 |
| 1256 | 2026-09-15T08:29:01.293Z | Compiling foreign-types-macros v0.2.3 |
| 1257 | 2026-09-15T08:29:01.318Z | Compiling scroll_derive v0.12.1 |
| 1258 | 2026-09-15T08:29:01.353Z | Compiling num-complex v0.4.6 |
| 1259 | 2026-09-15T08:29:01.624Z | Compiling usdt-impl v0.5.0 |
| 1260 | 2026-09-15T08:29:01.723Z | Checking managed v0.8.0 |
| 1261 | 2026-09-15T08:29:01.880Z | Compiling crucible-workspace-hack v0.1.0 |
| 1262 | 2026-09-15T08:29:01.922Z | Checking foreign-types-shared v0.3.1 |
| 1263 | 2026-09-15T08:29:01.938Z | Checking bitflags v1.3.2 |
| 1264 | 2026-09-15T08:29:02.004Z | Checking scroll v0.12.0 |
| 1265 | 2026-09-15T08:29:02.021Z | Checking num_enum v0.7.5 |
| 1266 | 2026-09-15T08:29:02.021Z | Checking foreign-types v0.5.0 |
| 1267 | 2026-09-15T08:29:02.158Z | Checking num v0.4.3 |
| 1268 | 2026-09-15T08:29:02.237Z | Checking hubpack v0.1.2 |
| 1269 | 2026-09-15T08:29:02.253Z | Checking postcard v1.1.3 |
| 1270 | 2026-09-15T08:29:02.299Z | Checking ingot v0.1.1 |
| 1271 | 2026-09-15T08:29:02.402Z | Compiling dof v0.3.0 |
| 1272 | 2026-09-15T08:29:02.528Z | Checking toml v0.8.23 |
| 1273 | 2026-09-15T08:29:02.948Z | Checking block-buffer v0.12.0 |
| 1274 | 2026-09-15T08:29:03.017Z | Checking crypto-common v0.2.2 |
| 1275 | 2026-09-15T08:29:03.175Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1276 | 2026-09-15T08:29:03.211Z | Compiling dtrace-parser v0.2.0 |
| 1277 | 2026-09-15T08:29:03.540Z | Checking camino-tempfile v1.4.1 |
| 1278 | 2026-09-15T08:29:03.644Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1279 | 2026-09-15T08:29:03.661Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1280 | 2026-09-15T08:29:03.696Z | Checking cstr-argument v0.1.2 |
| 1281 | 2026-09-15T08:29:03.817Z | Compiling thread-id v4.2.2 |
| 1282 | 2026-09-15T08:29:03.835Z | Compiling float-ord v0.3.2 |
| 1283 | 2026-09-15T08:29:03.851Z | Compiling heck v0.4.1 |
| 1284 | 2026-09-15T08:29:03.884Z | Checking compression-core v0.4.32 |
| 1285 | 2026-09-15T08:29:03.906Z | Checking const-oid v0.10.2 |
| 1286 | 2026-09-15T08:29:04.013Z | Checking static_assertions v1.1.0 |
| 1287 | 2026-09-15T08:29:04.050Z | Compiling minimal-lexical v0.2.1 |
| 1288 | 2026-09-15T08:29:04.067Z | Checking compression-codecs v0.4.32 |
| 1289 | 2026-09-15T08:29:04.070Z | Checking digest v0.11.3 |
| 1290 | 2026-09-15T08:29:04.234Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1291 | 2026-09-15T08:29:04.237Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1292 | 2026-09-15T08:29:04.289Z | Compiling nom v7.1.3 |
| 1293 | 2026-09-15T08:29:04.342Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1294 | 2026-09-15T08:29:04.505Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1295 | 2026-09-15T08:29:04.602Z | Checking goblin v0.8.2 |
| 1296 | 2026-09-15T08:29:04.722Z | Checking rayon v1.11.0 |
| 1297 | 2026-09-15T08:29:05.030Z | Compiling num_enum_derive v0.5.11 |
| 1298 | 2026-09-15T08:29:05.047Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1299 | 2026-09-15T08:29:05.257Z | Compiling rustc_version v0.4.1 |
| 1300 | 2026-09-15T08:29:05.536Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1301 | 2026-09-15T08:29:05.539Z | Compiling dropshot v0.17.1 |
| 1302 | 2026-09-15T08:29:05.758Z | Checking cpufeatures v0.3.0 |
| 1303 | 2026-09-15T08:29:05.776Z | Compiling convert_case v0.4.0 |
| 1304 | 2026-09-15T08:29:05.837Z | Compiling rustix v0.38.44 |
| 1305 | 2026-09-15T08:29:05.870Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1306 | 2026-09-15T08:29:06.018Z | Checking tinyvec_macros v0.1.1 |
| 1307 | 2026-09-15T08:29:06.077Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1308 | 2026-09-15T08:29:06.095Z | Checking tinyvec v1.10.0 |
| 1309 | 2026-09-15T08:29:06.128Z | Compiling derive_more v0.99.20 |
| 1310 | 2026-09-15T08:29:06.144Z | Checking num_enum v0.5.11 |
| 1311 | 2026-09-15T08:29:06.276Z | Checking sha1 v0.11.0 |
| 1312 | 2026-09-15T08:29:06.416Z | Checking toml v1.1.2+spec-1.1.0 |
| 1313 | 2026-09-15T08:29:06.451Z | Checking async-compression v0.4.33 |
| 1314 | 2026-09-15T08:29:06.537Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1315 | 2026-09-15T08:29:06.690Z | Compiling nix v0.30.1 |
| 1316 | 2026-09-15T08:29:06.864Z | Checking libscf-sys v1.2.0 |
| 1317 | 2026-09-15T08:29:06.996Z | Compiling libz-sys v1.1.22 |
| 1318 | 2026-09-15T08:29:07.074Z | Compiling dropshot_endpoint v0.17.1 |
| 1319 | 2026-09-15T08:29:07.211Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1320 | 2026-09-15T08:29:07.315Z | Checking bytecount v0.6.9 |
| 1321 | 2026-09-15T08:29:07.486Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1322 | 2026-09-15T08:29:07.704Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1323 | 2026-09-15T08:29:07.873Z | Compiling usdt-macro v0.5.0 |
| 1324 | 2026-09-15T08:29:08.167Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1325 | 2026-09-15T08:29:08.298Z | Compiling usdt-attr-macro v0.5.0 |
| 1326 | 2026-09-15T08:29:08.347Z | Compiling zone_cfg_derive v0.3.1 |
| 1327 | 2026-09-15T08:29:08.437Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1328 | 2026-09-15T08:29:08.535Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1329 | 2026-09-15T08:29:08.610Z | Checking itertools v0.12.1 |
| 1330 | 2026-09-15T08:29:08.649Z | Checking sigpipe v0.1.3 |
| 1331 | 2026-09-15T08:29:08.731Z | Checking memmap v0.7.0 |
| 1332 | 2026-09-15T08:29:08.772Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1333 | 2026-09-15T08:29:08.864Z | Checking jiff v0.2.15 |
| 1334 | 2026-09-15T08:29:08.991Z | Checking glob v0.3.3 |
| 1335 | 2026-09-15T08:29:09.025Z | Checking usdt v0.5.0 |
| 1336 | 2026-09-15T08:29:09.046Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1337 | 2026-09-15T08:29:09.081Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1338 | 2026-09-15T08:29:09.205Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1339 | 2026-09-15T08:29:09.278Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1340 | 2026-09-15T08:29:09.300Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1341 | 2026-09-15T08:29:09.316Z | Checking smf v0.2.3 |
| 1342 | 2026-09-15T08:29:09.395Z | Checking secrecy v0.10.3 |
| 1343 | 2026-09-15T08:29:09.513Z | Checking whoami v1.6.1 |
| 1344 | 2026-09-15T08:29:09.535Z | Compiling curve25519-dalek v4.1.3 |
| 1345 | 2026-09-15T08:29:09.572Z | Checking zone v0.3.1 |
| 1346 | 2026-09-15T08:29:09.714Z | Checking hmac v0.12.1 |
| 1347 | 2026-09-15T08:29:09.852Z | Checking inout v0.1.4 |
| 1348 | 2026-09-15T08:29:09.869Z | Compiling clang-sys v1.8.1 |
| 1349 | 2026-09-15T08:29:09.872Z | Compiling enum-as-inner v0.6.1 |
| 1350 | 2026-09-15T08:29:09.982Z | Checking ff v0.13.1 |
| 1351 | 2026-09-15T08:29:10.000Z | Checking data-encoding v2.9.0 |
| 1352 | 2026-09-15T08:29:10.047Z | Compiling semver v0.1.20 |
| 1353 | 2026-09-15T08:29:10.109Z | Checking group v0.13.0 |
| 1354 | 2026-09-15T08:29:10.221Z | Compiling rustc_version v0.1.7 |
| 1355 | 2026-09-15T08:29:10.262Z | Checking cipher v0.4.4 |
| 1356 | 2026-09-15T08:29:10.300Z | Checking hkdf v0.12.4 |
| 1357 | 2026-09-15T08:29:10.358Z | Checking atomicwrites v0.4.4 |
| 1358 | 2026-09-15T08:29:10.420Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1359 | 2026-09-15T08:29:10.424Z | Checking universal-hash v0.5.1 |
| 1360 | 2026-09-15T08:29:10.455Z | Checking crypto-bigint v0.5.5 |
| 1361 | 2026-09-15T08:29:10.458Z | Compiling regress v0.11.1 |
| 1362 | 2026-09-15T08:29:10.489Z | Checking half v2.7.1 |
| 1363 | 2026-09-15T08:29:10.559Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1364 | 2026-09-15T08:29:10.732Z | Checking base64ct v1.8.0 |
| 1365 | 2026-09-15T08:29:10.972Z | Checking opaque-debug v0.3.1 |
| 1366 | 2026-09-15T08:29:11.046Z | Checking base16ct v0.2.0 |
| 1367 | 2026-09-15T08:29:11.170Z | Checking ciborium-io v0.2.2 |
| 1368 | 2026-09-15T08:29:11.213Z | Checking indent_write v2.2.0 |
| 1369 | 2026-09-15T08:29:11.262Z | Checking ciborium-ll v0.2.2 |
| 1370 | 2026-09-15T08:29:11.321Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1371 | 2026-09-15T08:29:11.441Z | Checking poly1305 v0.8.0 |
| 1372 | 2026-09-15T08:29:11.471Z | Checking elliptic-curve v0.13.8 |
| 1373 | 2026-09-15T08:29:11.488Z | Checking thiserror-no-std v2.0.2 |
| 1374 | 2026-09-15T08:29:11.492Z | Checking password-hash v0.5.0 |
| 1375 | 2026-09-15T08:29:11.593Z | Checking chacha20 v0.9.1 |
| 1376 | 2026-09-15T08:29:11.666Z | Compiling newtype_derive v0.1.6 |
| 1377 | 2026-09-15T08:29:11.710Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1378 | 2026-09-15T08:29:11.713Z | Compiling nix v0.31.3 |
| 1379 | 2026-09-15T08:29:11.778Z | Checking blake2 v0.10.6 |
| 1380 | 2026-09-15T08:29:11.892Z | Checking aead v0.5.2 |
| 1381 | 2026-09-15T08:29:11.959Z | Compiling typify-impl v0.6.2 |
| 1382 | 2026-09-15T08:29:11.999Z | Compiling libloading v0.8.9 |
| 1383 | 2026-09-15T08:29:12.031Z | Checking bstr v1.12.0 |
| 1384 | 2026-09-15T08:29:12.034Z | Checking resolv-conf v0.7.5 |
| 1385 | 2026-09-15T08:29:12.109Z | Compiling owo-colors v4.3.0 |
| 1386 | 2026-09-15T08:29:12.197Z | Checking keccak v0.1.6 |
| 1387 | 2026-09-15T08:29:12.232Z | Compiling bindgen v0.72.1 |
| 1388 | 2026-09-15T08:29:12.355Z | Checking linked-hash-map v0.5.6 |
| 1389 | 2026-09-15T08:29:12.373Z | Checking sha3 v0.10.8 |
| 1390 | 2026-09-15T08:29:12.533Z | Checking lru-cache v0.1.2 |
| 1391 | 2026-09-15T08:29:12.571Z | Checking chacha20poly1305 v0.10.1 |
| 1392 | 2026-09-15T08:29:12.591Z | Checking vsss-rs v3.3.4 |
| 1393 | 2026-09-15T08:29:12.661Z | Checking argon2 v0.5.3 |
| 1394 | 2026-09-15T08:29:12.756Z | Checking ciborium v0.2.2 |
| 1395 | 2026-09-15T08:29:12.951Z | Checking hickory-proto v0.24.4 |
| 1396 | 2026-09-15T08:29:12.968Z | Checking tokio-dtrace v0.1.1 |
| 1397 | 2026-09-15T08:29:13.081Z | Checking papergrid v0.18.0 |
| 1398 | 2026-09-15T08:29:13.142Z | Compiling cexpr v0.6.0 |
| 1399 | 2026-09-15T08:29:13.165Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1400 | 2026-09-15T08:29:13.450Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1401 | 2026-09-15T08:29:13.706Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1402 | 2026-09-15T08:29:13.833Z | Checking serde-big-array v0.5.1 |
| 1403 | 2026-09-15T08:29:13.942Z | Compiling serde_repr v0.1.20 |
| 1404 | 2026-09-15T08:29:13.975Z | Compiling derive-where v1.6.0 |
| 1405 | 2026-09-15T08:29:14.198Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1406 | 2026-09-15T08:29:14.430Z | Checking unicode-segmentation v1.12.0 |
| 1407 | 2026-09-15T08:29:14.449Z | Checking same-file v1.0.6 |
| 1408 | 2026-09-15T08:29:14.514Z | Checking siphasher v1.0.1 |
| 1409 | 2026-09-15T08:29:14.566Z | Compiling shlex v1.3.0 |
| 1410 | 2026-09-15T08:29:14.583Z | Checking walkdir v2.5.0 |
| 1411 | 2026-09-15T08:29:14.689Z | Checking phf_shared v0.12.1 |
| 1412 | 2026-09-15T08:29:14.796Z | Checking newline-converter v0.3.0 |
| 1413 | 2026-09-15T08:29:14.815Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1414 | 2026-09-15T08:29:14.848Z | Checking hickory-resolver v0.24.4 |
| 1415 | 2026-09-15T08:29:14.964Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1416 | 2026-09-15T08:29:15.256Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1417 | 2026-09-15T08:29:15.383Z | Compiling typify-macro v0.6.2 |
| 1418 | 2026-09-15T08:29:15.476Z | Checking tabled v0.21.0 |
| 1419 | 2026-09-15T08:29:15.517Z | Checking oxide-tokio-rt v0.1.2 |
| 1420 | 2026-09-15T08:29:15.662Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1421 | 2026-09-15T08:29:16.436Z | Checking itertools v0.15.0 |
| 1422 | 2026-09-15T08:29:16.493Z | Checking console v0.16.4 |
| 1423 | 2026-09-15T08:29:16.540Z | Compiling progenitor-impl v0.10.0 |
| 1424 | 2026-09-15T08:29:16.777Z | Checking tokio-stream v0.1.17 |
| 1425 | 2026-09-15T08:29:16.796Z | Compiling pin-project-internal v1.1.10 |
| 1426 | 2026-09-15T08:29:16.909Z | Compiling slog-dtrace v0.3.0 |
| 1427 | 2026-09-15T08:29:17.000Z | Checking csv-core v0.1.12 |
| 1428 | 2026-09-15T08:29:17.143Z | Checking foldhash v0.1.5 |
| 1429 | 2026-09-15T08:29:17.143Z | Checking similar v3.2.0 |
| 1430 | 2026-09-15T08:29:17.179Z | Checking unicode-linebreak v0.1.5 |
| 1431 | 2026-09-15T08:29:17.282Z | Compiling cancel-safe-futures v0.1.5 |
| 1432 | 2026-09-15T08:29:17.395Z | Checking swrite v0.1.0 |
| 1433 | 2026-09-15T08:29:17.509Z | Compiling unicode-xid v0.2.6 |
| 1434 | 2026-09-15T08:29:17.529Z | Checking smawk v0.3.2 |
| 1435 | 2026-09-15T08:29:17.630Z | Checking unicode-width v0.1.14 |
| 1436 | 2026-09-15T08:29:17.665Z | Compiling chrono-tz v0.10.4 |
| 1437 | 2026-09-15T08:29:17.698Z | Checking expectorate v1.3.0 |
| 1438 | 2026-09-15T08:29:17.836Z | Checking textwrap v0.16.2 |
| 1439 | 2026-09-15T08:29:17.855Z | Checking pin-project v1.1.10 |
| 1440 | 2026-09-15T08:29:17.879Z | Compiling const_format_proc_macros v0.2.34 |
| 1441 | 2026-09-15T08:29:17.964Z | Checking hashbrown v0.15.5 |
| 1442 | 2026-09-15T08:29:18.052Z | Checking csv v1.4.0 |
| 1443 | 2026-09-15T08:29:18.427Z | Checking qorb v0.4.1 |
| 1444 | 2026-09-15T08:29:18.577Z | Compiling progenitor-macro v0.10.0 |
| 1445 | 2026-09-15T08:29:18.661Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-09-15T08:29:18.664Z | Checking phf v0.12.1 |
| 1447 | 2026-09-15T08:29:18.709Z | Checking unicode-normalization v0.1.24 |
| 1448 | 2026-09-15T08:29:18.820Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-09-15T08:29:19.381Z | Checking libsw-core v0.3.2 |
| 1450 | 2026-09-15T08:29:19.408Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1451 | 2026-09-15T08:29:19.411Z | Compiling snafu-derive v0.8.9 |
| 1452 | 2026-09-15T08:29:19.529Z | Compiling async-recursion v1.1.1 |
| 1453 | 2026-09-15T08:29:19.886Z | Compiling cookie v0.18.1 |
| 1454 | 2026-09-15T08:29:20.014Z | Compiling moka v0.12.11 |
| 1455 | 2026-09-15T08:29:20.124Z | Checking highway v1.3.0 |
| 1456 | 2026-09-15T08:29:20.143Z | Checking fixedbitset v0.5.7 |
| 1457 | 2026-09-15T08:29:20.208Z | Checking fixedbitset v0.4.2 |
| 1458 | 2026-09-15T08:29:20.345Z | Checking petgraph v0.8.2 |
| 1459 | 2026-09-15T08:29:20.378Z | Checking petgraph v0.6.5 |
| 1460 | 2026-09-15T08:29:20.399Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1461 | 2026-09-15T08:29:21.151Z | Checking snafu v0.8.9 |
| 1462 | 2026-09-15T08:29:21.389Z | Checking libsw v3.5.0 |
| 1463 | 2026-09-15T08:29:21.512Z | Checking olpc-cjson v0.1.4 |
| 1464 | 2026-09-15T08:29:21.591Z | Checking const_format v0.2.34 |
| 1465 | 2026-09-15T08:29:21.664Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-09-15T08:29:21.862Z | Checking papergrid v0.11.0 |
| 1467 | 2026-09-15T08:29:21.925Z | Compiling typify v0.6.2 |
| 1468 | 2026-09-15T08:29:22.023Z | Checking globset v0.4.16 |
| 1469 | 2026-09-15T08:29:22.041Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1470 | 2026-09-15T08:29:22.057Z | Checking gethostname v0.5.0 |
| 1471 | 2026-09-15T08:29:22.260Z | Compiling tabled_derive v0.7.0 |
| 1472 | 2026-09-15T08:29:22.278Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-09-15T08:29:22.462Z | Checking reqwest v0.13.2 |
| 1474 | 2026-09-15T08:29:22.516Z | Checking bcs v0.1.6 |
| 1475 | 2026-09-15T08:29:22.607Z | Checking pem v3.0.5 |
| 1476 | 2026-09-15T08:29:22.667Z | Checking progenitor v0.10.0 |
| 1477 | 2026-09-15T08:29:22.747Z | Checking serde_plain v1.0.2 |
| 1478 | 2026-09-15T08:29:22.769Z | Checking typed-path v0.9.3 |
| 1479 | 2026-09-15T08:29:22.802Z | Checking termtree v0.5.1 |
| 1480 | 2026-09-15T08:29:22.891Z | Compiling signal-hook v0.4.4 |
| 1481 | 2026-09-15T08:29:22.939Z | Checking crc8 v0.1.1 |
| 1482 | 2026-09-15T08:29:22.990Z | Checking tagptr v0.2.0 |
| 1483 | 2026-09-15T08:29:23.037Z | Checking linear-map v1.2.0 |
| 1484 | 2026-09-15T08:29:23.109Z | Checking humantime v2.3.0 |
| 1485 | 2026-09-15T08:29:23.179Z | Checking tabled v0.15.0 |
| 1486 | 2026-09-15T08:29:23.207Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-09-15T08:29:23.312Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-09-15T08:29:23.518Z | Checking tough v0.20.0 |
| 1489 | 2026-09-15T08:29:23.740Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-09-15T08:29:23.907Z | Compiling progenitor-impl v0.14.0 |
| 1491 | 2026-09-15T08:29:24.391Z | Checking steno v0.4.1 |
| 1492 | 2026-09-15T08:29:24.665Z | Checking hickory-proto v0.25.2 |
| 1493 | 2026-09-15T08:29:25.404Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1494 | 2026-09-15T08:29:25.431Z | Compiling cargo-platform v0.1.9 |
| 1495 | 2026-09-15T08:29:25.448Z | Compiling vergen v8.3.2 |
| 1496 | 2026-09-15T08:29:25.672Z | Compiling fs-err v3.1.2 |
| 1497 | 2026-09-15T08:29:25.712Z | Compiling cargo_metadata v0.18.1 |
| 1498 | 2026-09-15T08:29:26.020Z | Compiling progenitor-macro v0.14.0 |
| 1499 | 2026-09-15T08:29:26.037Z | Checking progenitor-client v0.14.0 |
| 1500 | 2026-09-15T08:29:26.042Z | Checking dropshot-api-manager-types v0.7.2 |
| 1501 | 2026-09-15T08:29:26.200Z | Checking sha2 v0.10.9 |
| 1502 | 2026-09-15T08:29:26.249Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1503 | 2026-09-15T08:29:26.453Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-09-15T08:29:26.664Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1505 | 2026-09-15T08:29:26.797Z | Checking hickory-resolver v0.25.2 |
| 1506 | 2026-09-15T08:29:26.994Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-09-15T08:29:27.404Z | Compiling blake3 v1.8.2 |
| 1508 | 2026-09-15T08:29:27.729Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-09-15T08:29:27.933Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-09-15T08:29:27.951Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-09-15T08:29:28.385Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1512 | 2026-09-15T08:29:28.420Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1513 | 2026-09-15T08:29:28.493Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1514 | 2026-09-15T08:29:28.676Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1515 | 2026-09-15T08:29:29.118Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1516 | 2026-09-15T08:29:29.154Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1517 | 2026-09-15T08:29:29.578Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1518 | 2026-09-15T08:29:29.614Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-09-15T08:29:29.678Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1520 | 2026-09-15T08:29:30.011Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1521 | 2026-09-15T08:29:30.114Z | Checking progenitor v0.14.0 |
| 1522 | 2026-09-15T08:29:30.359Z | Checking git-stub v1.0.0 |
| 1523 | 2026-09-15T08:29:30.454Z | Compiling strum_macros v0.28.0 |
| 1524 | 2026-09-15T08:29:30.516Z | Checking filetime v0.2.26 |
| 1525 | 2026-09-15T08:29:30.656Z | Checking arrayref v0.3.9 |
| 1526 | 2026-09-15T08:29:30.735Z | Checking is_ci v1.2.0 |
| 1527 | 2026-09-15T08:29:30.838Z | Compiling curl v0.4.50 |
| 1528 | 2026-09-15T08:29:30.856Z | Checking xattr v1.6.1 |
| 1529 | 2026-09-15T08:29:30.900Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1530 | 2026-09-15T08:29:30.986Z | Checking arrayvec v0.7.6 |
| 1531 | 2026-09-15T08:29:31.084Z | Checking constant_time_eq v0.3.1 |
| 1532 | 2026-09-15T08:29:31.170Z | Checking tar v0.4.45 |
| 1533 | 2026-09-15T08:29:31.456Z | Checking supports-color v3.0.2 |
| 1534 | 2026-09-15T08:29:31.540Z | Checking git-stub-vcs v0.1.0 |
| 1535 | 2026-09-15T08:29:31.717Z | Checking toml v0.7.8 |
| 1536 | 2026-09-15T08:29:31.754Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1537 | 2026-09-15T08:29:31.906Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1538 | 2026-09-15T08:29:31.981Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1539 | 2026-09-15T08:29:32.014Z | Checking similar v2.7.0 |
| 1540 | 2026-09-15T08:29:32.215Z | Checking strum v0.28.0 |
| 1541 | 2026-09-15T08:29:32.318Z | Checking drift v0.2.0 |
| 1542 | 2026-09-15T08:29:32.338Z | Checking kstat-rs v0.2.4 |
| 1543 | 2026-09-15T08:29:32.351Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1544 | 2026-09-15T08:29:32.521Z | Checking topological-sort v0.2.2 |
| 1545 | 2026-09-15T08:29:32.625Z | Checking dropshot-api-manager v0.7.2 |
| 1546 | 2026-09-15T08:29:32.662Z | Checking omicron-zone-package v0.12.2 |
| 1547 | 2026-09-15T08:29:32.710Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1548 | 2026-09-15T08:29:32.762Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1549 | 2026-09-15T08:29:32.859Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1550 | 2026-09-15T08:29:33.491Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1551 | 2026-09-15T08:29:33.933Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1552 | 2026-09-15T08:29:34.136Z | Checking signal-hook-tokio v0.4.0 |
| 1553 | 2026-09-15T08:29:34.169Z | Checking scuffle v0.1.0 |
| 1554 | 2026-09-15T08:29:34.261Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1555 | 2026-09-15T08:29:34.739Z | Checking iddqd v0.4.5 |
| 1556 | 2026-09-15T08:29:34.842Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1557 | 2026-09-15T08:29:34.861Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1558 | 2026-09-15T08:29:35.042Z | Checking search_path v0.1.4 |
| 1559 | 2026-09-15T08:29:35.094Z | Checking internet-checksum v0.2.1 |
| 1560 | 2026-09-15T08:29:35.183Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1561 | 2026-09-15T08:29:35.218Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1562 | 2026-09-15T08:29:35.371Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1563 | 2026-09-15T08:29:35.624Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1564 | 2026-09-15T08:29:35.764Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1565 | 2026-09-15T08:29:35.817Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1566 | 2026-09-15T08:29:37.748Z | Compiling git2 v0.19.0 |
| 1567 | 2026-09-15T08:29:40.047Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1568 | 2026-09-15T08:29:40.714Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1569 | 2026-09-15T08:29:46.850Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1570 | 2026-09-15T08:29:48.118Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1571 | 2026-09-15T08:29:53.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1572 | 2026-09-15T08:29:53.872Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1573 | 2026-09-15T08:29:53.872Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1574 | 2026-09-15T08:29:54.359Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1575 | 2026-09-15T08:29:54.362Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1576 | 2026-09-15T08:29:54.437Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1577 | 2026-09-15T08:29:54.440Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1578 | 2026-09-15T08:30:01.654Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1579 | 2026-09-15T08:30:01.654Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1580 | 2026-09-15T08:30:04.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s |
| 1581 | 2026-09-15T08:30:04.460Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1582 | 2026-09-15T08:30:04.460Z | + cargo clippy --features softnpu -- --deny warnings |
| 1583 | 2026-09-15T08:30:04.760Z | Downloading crates ... |
| 1584 | 2026-09-15T08:30:04.906Z | Downloaded wyz v0.5.1 |
| 1585 | 2026-09-15T08:30:04.909Z | Downloaded ascii v1.1.0 |
| 1586 | 2026-09-15T08:30:04.910Z | Downloaded typeid v1.0.3 |
| 1587 | 2026-09-15T08:30:04.910Z | Downloaded serde_arrays v0.1.0 |
| 1588 | 2026-09-15T08:30:04.910Z | Downloaded radium v0.7.0 |
| 1589 | 2026-09-15T08:30:04.913Z | Downloaded bitstruct_derive v0.1.0 |
| 1590 | 2026-09-15T08:30:04.916Z | Downloaded tap v1.0.1 |
| 1591 | 2026-09-15T08:30:04.916Z | Downloaded bitstruct v0.1.1 |
| 1592 | 2026-09-15T08:30:04.919Z | Downloaded libloading v0.7.4 |
| 1593 | 2026-09-15T08:30:04.919Z | Downloaded funty v2.0.0 |
| 1594 | 2026-09-15T08:30:04.925Z | Downloaded erased-serde v0.4.8 |
| 1595 | 2026-09-15T08:30:04.939Z | Downloaded num-bigint v0.4.6 |
| 1596 | 2026-09-15T08:30:04.942Z | Downloaded bitvec v1.0.1 |
| 1597 | 2026-09-15T08:30:05.065Z | Checking num-integer v0.1.46 |
| 1598 | 2026-09-15T08:30:05.144Z | Checking num-complex v0.4.6 |
| 1599 | 2026-09-15T08:30:05.155Z | Compiling radium v0.7.0 |
| 1600 | 2026-09-15T08:30:05.163Z | Checking tap v1.0.1 |
| 1601 | 2026-09-15T08:30:05.169Z | Checking funty v2.0.0 |
| 1602 | 2026-09-15T08:30:05.176Z | Compiling typeid v1.0.3 |
| 1603 | 2026-09-15T08:30:05.181Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1604 | 2026-09-15T08:30:05.189Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1605 | 2026-09-15T08:30:05.245Z | Checking wyz v0.5.1 |
| 1606 | 2026-09-15T08:30:05.349Z | Checking num-bigint v0.4.6 |
| 1607 | 2026-09-15T08:30:05.353Z | Checking num-iter v0.1.45 |
| 1608 | 2026-09-15T08:30:05.396Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1609 | 2026-09-15T08:30:05.406Z | Compiling erased-serde v0.4.8 |
| 1610 | 2026-09-15T08:30:05.458Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1611 | 2026-09-15T08:30:05.461Z | Compiling bitstruct_derive v0.1.0 |
| 1612 | 2026-09-15T08:30:05.493Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1613 | 2026-09-15T08:30:05.535Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1614 | 2026-09-15T08:30:05.559Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1615 | 2026-09-15T08:30:05.582Z | Checking bitvec v1.0.1 |
| 1616 | 2026-09-15T08:30:05.594Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1617 | 2026-09-15T08:30:05.602Z | Checking ascii v1.1.0 |
| 1618 | 2026-09-15T08:30:05.650Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1619 | 2026-09-15T08:30:05.678Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1620 | 2026-09-15T08:30:05.766Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1621 | 2026-09-15T08:30:05.775Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1622 | 2026-09-15T08:30:05.790Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1623 | 2026-09-15T08:30:05.804Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1624 | 2026-09-15T08:30:06.037Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1625 | 2026-09-15T08:30:06.073Z | Checking serde_arrays v0.1.0 |
| 1626 | 2026-09-15T08:30:06.083Z | Checking bitstruct v0.1.1 |
| 1627 | 2026-09-15T08:30:06.137Z | Checking num-rational v0.4.2 |
| 1628 | 2026-09-15T08:30:06.160Z | Checking libloading v0.7.4 |
| 1629 | 2026-09-15T08:30:06.169Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1630 | 2026-09-15T08:30:06.391Z | Checking num v0.4.3 |
| 1631 | 2026-09-15T08:30:06.455Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1632 | 2026-09-15T08:30:07.025Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1633 | 2026-09-15T08:30:07.313Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1634 | 2026-09-15T08:30:07.313Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1635 | 2026-09-15T08:30:07.501Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1636 | 2026-09-15T08:30:07.662Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1637 | 2026-09-15T08:30:07.665Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1638 | 2026-09-15T08:30:08.118Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1639 | 2026-09-15T08:30:08.327Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1640 | 2026-09-15T08:30:08.331Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1641 | 2026-09-15T08:30:08.331Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1642 | 2026-09-15T08:30:08.331Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1643 | 2026-09-15T08:30:09.095Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1644 | 2026-09-15T08:30:09.912Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1645 | 2026-09-15T08:30:14.025Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1646 | 2026-09-15T08:30:14.139Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1647 | 2026-09-15T08:30:20.477Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1648 | 2026-09-15T08:30:21.741Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1649 | 2026-09-15T08:30:22.261Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1650 | 2026-09-15T08:30:27.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.69s |
| 1651 | 2026-09-15T08:30:27.341Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1652 | 2026-09-15T08:30:27.362Z | + cargo clippy --features chaos -- --deny warnings |
| 1653 | 2026-09-15T08:30:27.823Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1654 | 2026-09-15T08:30:27.826Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1655 | 2026-09-15T08:30:27.826Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1656 | 2026-09-15T08:30:35.063Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1657 | 2026-09-15T08:30:35.066Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1658 | 2026-09-15T08:30:37.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s |
| 1659 | 2026-09-15T08:30:37.813Z | + banner fmt |
| 1660 | 2026-09-15T08:30:37.816Z | |
| 1661 | 2026-09-15T08:30:37.816Z | ###### # # ##### |
| 1662 | 2026-09-15T08:30:37.816Z | # ## ## # |
| 1663 | 2026-09-15T08:30:37.816Z | ##### # ## # # |
| 1664 | 2026-09-15T08:30:37.816Z | # # # # |
| 1665 | 2026-09-15T08:30:37.816Z | # # # # |
| 1666 | 2026-09-15T08:30:37.816Z | # # # # |
| 1667 | 2026-09-15T08:30:37.816Z | |
| 1668 | 2026-09-15T08:30:37.816Z | + cargo fmt -- --check |
| 1669 | 2026-09-15T08:30:38.260Z | + banner test |
| 1670 | 2026-09-15T08:30:38.264Z | |
| 1671 | 2026-09-15T08:30:38.264Z | ##### ###### #### ##### |
| 1672 | 2026-09-15T08:30:38.264Z | # # # # |
| 1673 | 2026-09-15T08:30:38.264Z | # ##### #### # |
| 1674 | 2026-09-15T08:30:38.264Z | # # # # |
| 1675 | 2026-09-15T08:30:38.264Z | # # # # # |
| 1676 | 2026-09-15T08:30:38.264Z | # ###### #### # |
| 1677 | 2026-09-15T08:30:38.264Z | |
| 1678 | 2026-09-15T08:30:38.264Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1679 | 2026-09-15T08:30:38.264Z | + RUST_BACKTRACE=full |
| 1680 | 2026-09-15T08:30:38.264Z | + cargo test --features tofino_stub --no-fail-fast |
| 1681 | 2026-09-15T08:30:39.105Z | Compiling unicode-ident v1.0.24 |
| 1682 | 2026-09-15T08:30:39.105Z | Compiling cfg-if v1.0.4 |
| 1683 | 2026-09-15T08:30:39.108Z | Compiling memchr v2.7.5 |
| 1684 | 2026-09-15T08:30:39.219Z | Compiling serde_core v1.0.228 |
| 1685 | 2026-09-15T08:30:39.225Z | Compiling itoa v1.0.15 |
| 1686 | 2026-09-15T08:30:39.228Z | Compiling libc v0.2.186 |
| 1687 | 2026-09-15T08:30:39.241Z | Compiling zmij v1.0.17 |
| 1688 | 2026-09-15T08:30:39.253Z | Compiling libm v0.2.15 |
| 1689 | 2026-09-15T08:30:39.313Z | Compiling proc-macro2 v1.0.106 |
| 1690 | 2026-09-15T08:30:39.362Z | Compiling heck v0.5.0 |
| 1691 | 2026-09-15T08:30:39.519Z | Compiling equivalent v1.0.2 |
| 1692 | 2026-09-15T08:30:39.612Z | Compiling log v0.4.29 |
| 1693 | 2026-09-15T08:30:39.727Z | Compiling quote v1.0.45 |
| 1694 | 2026-09-15T08:30:39.770Z | Compiling iana-time-zone v0.1.64 |
| 1695 | 2026-09-15T08:30:39.798Z | Compiling smallvec v1.15.1 |
| 1696 | 2026-09-15T08:30:39.948Z | Compiling syn v2.0.118 |
| 1697 | 2026-09-15T08:30:39.990Z | Compiling dyn-clone v1.0.20 |
| 1698 | 2026-09-15T08:30:40.007Z | Compiling hashbrown v0.17.1 |
| 1699 | 2026-09-15T08:30:40.019Z | Compiling fnv v1.0.7 |
| 1700 | 2026-09-15T08:30:40.051Z | Compiling regex-syntax v0.8.11 |
| 1701 | 2026-09-15T08:30:40.116Z | Compiling stable_deref_trait v1.2.0 |
| 1702 | 2026-09-15T08:30:40.134Z | Compiling pin-project-lite v0.2.16 |
| 1703 | 2026-09-15T08:30:40.196Z | Compiling percent-encoding v2.3.2 |
| 1704 | 2026-09-15T08:30:40.231Z | Compiling litemap v0.8.0 |
| 1705 | 2026-09-15T08:30:40.392Z | Compiling writeable v0.6.1 |
| 1706 | 2026-09-15T08:30:40.417Z | Compiling num-traits v0.2.19 |
| 1707 | 2026-09-15T08:30:40.445Z | Compiling icu_properties_data v2.0.1 |
| 1708 | 2026-09-15T08:30:40.563Z | Compiling icu_normalizer_data v2.0.0 |
| 1709 | 2026-09-15T08:30:40.578Z | Compiling form_urlencoded v1.2.2 |
| 1710 | 2026-09-15T08:30:40.641Z | Compiling utf8_iter v1.0.4 |
| 1711 | 2026-09-15T08:30:40.686Z | Compiling getrandom v0.4.2 |
| 1712 | 2026-09-15T08:30:40.761Z | Compiling aho-corasick v1.1.3 |
| 1713 | 2026-09-15T08:30:40.790Z | Compiling scopeguard v1.2.0 |
| 1714 | 2026-09-15T08:30:40.832Z | Compiling ucd-trie v0.1.7 |
| 1715 | 2026-09-15T08:30:40.897Z | Compiling semver v1.0.28 |
| 1716 | 2026-09-15T08:30:41.030Z | Compiling serde_json v1.0.150 |
| 1717 | 2026-09-15T08:30:41.059Z | Compiling indexmap v2.14.0 |
| 1718 | 2026-09-15T08:30:41.130Z | Compiling lock_api v0.4.14 |
| 1719 | 2026-09-15T08:30:41.240Z | Compiling byteorder v1.5.0 |
| 1720 | 2026-09-15T08:30:41.356Z | Compiling uuid v1.23.3 |
| 1721 | 2026-09-15T08:30:41.428Z | Compiling allocator-api2 v0.2.21 |
| 1722 | 2026-09-15T08:30:41.461Z | Compiling futures-core v0.3.32 |
| 1723 | 2026-09-15T08:30:41.614Z | Compiling regex-automata v0.4.13 |
| 1724 | 2026-09-15T08:30:41.687Z | Compiling foldhash v0.2.0 |
| 1725 | 2026-09-15T08:30:41.771Z | Compiling ryu v1.0.20 |
| 1726 | 2026-09-15T08:30:41.914Z | Compiling hashbrown v0.16.1 |
| 1727 | 2026-09-15T08:30:41.963Z | Compiling pretty-hex v0.4.1 |
| 1728 | 2026-09-15T08:30:42.103Z | Compiling strsim v0.11.1 |
| 1729 | 2026-09-15T08:30:42.177Z | Compiling futures-sink v0.3.32 |
| 1730 | 2026-09-15T08:30:42.287Z | Compiling time-core v0.1.8 |
| 1731 | 2026-09-15T08:30:42.392Z | Compiling num-conv v0.2.1 |
| 1732 | 2026-09-15T08:30:42.439Z | Compiling plain v0.2.3 |
| 1733 | 2026-09-15T08:30:42.507Z | Compiling slab v0.4.11 |
| 1734 | 2026-09-15T08:30:42.540Z | Compiling time-macros v0.2.27 |
| 1735 | 2026-09-15T08:30:42.553Z | Compiling futures-channel v0.3.32 |
| 1736 | 2026-09-15T08:30:42.678Z | Compiling synstructure v0.13.2 |
| 1737 | 2026-09-15T08:30:42.706Z | Compiling serde_derive_internals v0.29.1 |
| 1738 | 2026-09-15T08:30:42.925Z | Compiling futures-task v0.3.32 |
| 1739 | 2026-09-15T08:30:43.067Z | Compiling futures-io v0.3.32 |
| 1740 | 2026-09-15T08:30:43.114Z | Compiling regress v0.10.5 |
| 1741 | 2026-09-15T08:30:43.177Z | Compiling darling_core v0.21.3 |
| 1742 | 2026-09-15T08:30:43.305Z | Compiling regex v1.12.4 |
| 1743 | 2026-09-15T08:30:43.360Z | Compiling thread-id v5.0.0 |
| 1744 | 2026-09-15T08:30:43.439Z | Compiling getrandom v0.2.16 |
| 1745 | 2026-09-15T08:30:43.452Z | Compiling socket2 v0.6.4 |
| 1746 | 2026-09-15T08:30:43.625Z | Compiling parking_lot_core v0.9.12 |
| 1747 | 2026-09-15T08:30:43.768Z | Compiling bitflags v2.11.1 |
| 1748 | 2026-09-15T08:30:43.894Z | Compiling parking_lot v0.12.5 |
| 1749 | 2026-09-15T08:30:43.908Z | Compiling serde_derive v1.0.228 |
| 1750 | 2026-09-15T08:30:43.919Z | Compiling zerofrom-derive v0.1.6 |
| 1751 | 2026-09-15T08:30:43.948Z | Compiling yoke-derive v0.8.0 |
| 1752 | 2026-09-15T08:30:44.012Z | Compiling zerovec-derive v0.11.1 |
| 1753 | 2026-09-15T08:30:44.154Z | Compiling displaydoc v0.2.5 |
| 1754 | 2026-09-15T08:30:44.301Z | Compiling thiserror-impl v2.0.18 |
| 1755 | 2026-09-15T08:30:44.957Z | Compiling schemars_derive v0.8.22 |
| 1756 | 2026-09-15T08:30:45.049Z | Compiling tokio-macros v2.7.0 |
| 1757 | 2026-09-15T08:30:45.141Z | Compiling zeroize_derive v1.4.3 |
| 1758 | 2026-09-15T08:30:45.177Z | Compiling zerocopy-derive v0.8.27 |
| 1759 | 2026-09-15T08:30:45.331Z | Compiling futures-macro v0.3.32 |
| 1760 | 2026-09-15T08:30:45.582Z | Compiling thiserror v2.0.18 |
| 1761 | 2026-09-15T08:30:45.692Z | Compiling zerofrom v0.1.6 |
| 1762 | 2026-09-15T08:30:45.799Z | Compiling yoke v0.8.0 |
| 1763 | 2026-09-15T08:30:45.823Z | Compiling tracing-attributes v0.1.30 |
| 1764 | 2026-09-15T08:30:45.835Z | Compiling thiserror-impl v1.0.69 |
| 1765 | 2026-09-15T08:30:45.996Z | Compiling zerovec v0.11.4 |
| 1766 | 2026-09-15T08:30:46.172Z | Compiling zerotrie v0.2.2 |
| 1767 | 2026-09-15T08:30:46.198Z | Compiling pest v2.8.2 |
| 1768 | 2026-09-15T08:30:46.438Z | Compiling zerocopy v0.8.27 |
| 1769 | 2026-09-15T08:30:46.478Z | Compiling scroll_derive v0.13.1 |
| 1770 | 2026-09-15T08:30:46.676Z | Compiling serde v1.0.228 |
| 1771 | 2026-09-15T08:30:47.004Z | Compiling tinystr v0.8.1 |
| 1772 | 2026-09-15T08:30:47.016Z | Compiling potential_utf v0.1.3 |
| 1773 | 2026-09-15T08:30:47.053Z | Compiling async-trait v0.1.89 |
| 1774 | 2026-09-15T08:30:47.184Z | Compiling bytes v1.12.0 |
| 1775 | 2026-09-15T08:30:47.197Z | Compiling serde_tokenstream v0.2.3 |
| 1776 | 2026-09-15T08:30:47.210Z | Compiling icu_locale_core v2.0.0 |
| 1777 | 2026-09-15T08:30:47.311Z | Compiling icu_collections v2.0.0 |
| 1778 | 2026-09-15T08:30:47.351Z | Compiling chrono v0.4.45 |
| 1779 | 2026-09-15T08:30:47.479Z | Compiling pest_meta v2.8.2 |
| 1780 | 2026-09-15T08:30:47.497Z | Compiling scroll v0.13.0 |
| 1781 | 2026-09-15T08:30:47.763Z | Compiling icu_provider v2.0.0 |
| 1782 | 2026-09-15T08:30:47.820Z | Compiling http v1.4.2 |
| 1783 | 2026-09-15T08:30:47.833Z | Compiling goblin v0.10.1 |
| 1784 | 2026-09-15T08:30:47.900Z | Compiling daft-derive v0.1.5 |
| 1785 | 2026-09-15T08:30:49.053Z | Compiling icu_properties v2.0.1 |
| 1786 | 2026-09-15T08:30:49.056Z | Compiling icu_normalizer v2.0.0 |
| 1787 | 2026-09-15T08:30:49.057Z | Compiling pest_generator v2.8.2 |
| 1788 | 2026-09-15T08:30:49.057Z | Compiling schemars v0.8.22 |
| 1789 | 2026-09-15T08:30:49.057Z | Compiling darling_macro v0.21.3 |
| 1790 | 2026-09-15T08:30:49.057Z | Compiling pest_derive v2.8.2 |
| 1791 | 2026-09-15T08:30:49.057Z | Compiling openssl-macros v0.1.1 |
| 1792 | 2026-09-15T08:30:49.217Z | Compiling idna_adapter v1.2.1 |
| 1793 | 2026-09-15T08:30:49.265Z | Compiling openapiv3 v2.2.0 |
| 1794 | 2026-09-15T08:30:49.290Z | Compiling darling v0.21.3 |
| 1795 | 2026-09-15T08:30:49.302Z | Compiling async-stream-impl v0.3.6 |
| 1796 | 2026-09-15T08:30:49.330Z | Compiling idna v1.1.0 |
| 1797 | 2026-09-15T08:30:49.372Z | Compiling dtrace-parser v0.3.0 |
| 1798 | 2026-09-15T08:30:49.409Z | Compiling structmeta-derive v0.3.0 |
| 1799 | 2026-09-15T08:30:49.834Z | Compiling url v2.5.7 |
| 1800 | 2026-09-15T08:30:50.014Z | Compiling typify-impl v0.4.3 |
| 1801 | 2026-09-15T08:30:50.124Z | Compiling newtype-uuid-macros v0.1.0 |
| 1802 | 2026-09-15T08:30:50.297Z | Compiling serde_yaml v0.9.34+deprecated |
| 1803 | 2026-09-15T08:30:50.462Z | Compiling zeroize v1.8.1 |
| 1804 | 2026-09-15T08:30:50.483Z | Compiling structmeta v0.3.0 |
| 1805 | 2026-09-15T08:30:50.670Z | Compiling dof v0.4.0 |
| 1806 | 2026-09-15T08:30:50.687Z | Compiling strum_macros v0.26.4 |
| 1807 | 2026-09-15T08:30:50.734Z | Compiling signal-hook-registry v1.4.6 |
| 1808 | 2026-09-15T08:30:50.940Z | Compiling untrusted v0.9.0 |
| 1809 | 2026-09-15T08:30:50.953Z | Compiling thiserror v1.0.69 |
| 1810 | 2026-09-15T08:30:51.059Z | Compiling mio v1.2.1 |
| 1811 | 2026-09-15T08:30:51.071Z | Compiling omicron-workspace-hack v0.1.0 |
| 1812 | 2026-09-15T08:30:51.136Z | Compiling usdt-impl v0.6.0 |
| 1813 | 2026-09-15T08:30:51.149Z | Compiling base64 v0.22.1 |
| 1814 | 2026-09-15T08:30:51.500Z | Compiling tokio v1.52.3 |
| 1815 | 2026-09-15T08:30:51.586Z | Compiling http-body v1.0.1 |
| 1816 | 2026-09-15T08:30:51.741Z | Compiling dropshot_endpoint v0.16.7 |
| 1817 | 2026-09-15T08:30:51.779Z | Compiling ref-cast-impl v1.0.25 |
| 1818 | 2026-09-15T08:30:51.927Z | Compiling ipnet v2.11.0 |
| 1819 | 2026-09-15T08:30:52.315Z | Compiling atomic-waker v1.1.2 |
| 1820 | 2026-09-15T08:30:52.395Z | Compiling derive-ex v0.1.8 |
| 1821 | 2026-09-15T08:30:52.445Z | Compiling strum_macros v0.27.2 |
| 1822 | 2026-09-15T08:30:52.467Z | Compiling httparse v1.10.1 |
| 1823 | 2026-09-15T08:30:52.660Z | Compiling usdt-attr-macro v0.6.0 |
| 1824 | 2026-09-15T08:30:52.779Z | Compiling usdt-macro v0.6.0 |
| 1825 | 2026-09-15T08:30:53.053Z | Compiling portable-atomic v1.11.1 |
| 1826 | 2026-09-15T08:30:53.398Z | Compiling tower-service v0.3.3 |
| 1827 | 2026-09-15T08:30:53.503Z | Compiling tower-layer v0.3.3 |
| 1828 | 2026-09-15T08:30:53.664Z | Compiling try-lock v0.2.5 |
| 1829 | 2026-09-15T08:30:53.718Z | Compiling critical-section v1.2.0 |
| 1830 | 2026-09-15T08:30:53.777Z | Compiling want v0.3.1 |
| 1831 | 2026-09-15T08:30:53.829Z | Compiling once_cell v1.21.3 |
| 1832 | 2026-09-15T08:30:53.901Z | Compiling httpdate v1.0.3 |
| 1833 | 2026-09-15T08:30:53.943Z | Compiling serde_with_macros v3.14.1 |
| 1834 | 2026-09-15T08:30:53.983Z | Compiling test-strategy v0.4.3 |
| 1835 | 2026-09-15T08:30:54.142Z | Compiling ppv-lite86 v0.2.21 |
| 1836 | 2026-09-15T08:30:54.312Z | Compiling erased-serde v0.3.31 |
| 1837 | 2026-09-15T08:30:54.821Z | Compiling subtle v2.6.1 |
| 1838 | 2026-09-15T08:30:54.994Z | Compiling parse-display-derive v0.10.0 |
| 1839 | 2026-09-15T08:30:55.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1840 | 2026-09-15T08:30:55.660Z | Compiling http-body-util v0.1.3 |
| 1841 | 2026-09-15T08:30:55.687Z | Compiling anyhow v1.0.102 |
| 1842 | 2026-09-15T08:30:56.027Z | Compiling serde_urlencoded v0.7.1 |
| 1843 | 2026-09-15T08:30:56.085Z | Compiling rand_core v0.6.4 |
| 1844 | 2026-09-15T08:30:56.107Z | Compiling typenum v1.20.1 |
| 1845 | 2026-09-15T08:30:56.262Z | Compiling typify-macro v0.4.3 |
| 1846 | 2026-09-15T08:30:56.320Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1847 | 2026-09-15T08:30:56.586Z | Compiling futures-util v0.3.32 |
| 1848 | 2026-09-15T08:30:56.799Z | Compiling sync_wrapper v1.0.2 |
| 1849 | 2026-09-15T08:30:56.841Z | Compiling powerfmt v0.2.0 |
| 1850 | 2026-09-15T08:30:57.001Z | Compiling deranged v0.5.3 |
| 1851 | 2026-09-15T08:30:57.064Z | Compiling num_threads v0.1.7 |
| 1852 | 2026-09-15T08:30:57.128Z | Compiling tracing-core v0.1.34 |
| 1853 | 2026-09-15T08:30:57.161Z | Compiling camino v1.2.3 |
| 1854 | 2026-09-15T08:30:57.198Z | Compiling iri-string v0.7.8 |
| 1855 | 2026-09-15T08:30:57.663Z | Compiling tracing v0.1.41 |
| 1856 | 2026-09-15T08:30:57.733Z | Compiling encoding_rs v0.8.35 |
| 1857 | 2026-09-15T08:30:57.895Z | Compiling fastrand v2.3.0 |
| 1858 | 2026-09-15T08:30:58.082Z | Compiling cpufeatures v0.2.17 |
| 1859 | 2026-09-15T08:30:58.157Z | Compiling mime v0.3.17 |
| 1860 | 2026-09-15T08:30:58.170Z | Compiling generic-array v0.14.7 |
| 1861 | 2026-09-15T08:30:58.283Z | Compiling typify v0.4.3 |
| 1862 | 2026-09-15T08:30:58.377Z | Compiling progenitor-impl v0.11.1 |
| 1863 | 2026-09-15T08:30:58.433Z | Compiling hex v0.4.3 |
| 1864 | 2026-09-15T08:30:58.693Z | Compiling crypto-common v0.1.6 |
| 1865 | 2026-09-15T08:30:58.828Z | Compiling errno v0.3.14 |
| 1866 | 2026-09-15T08:30:58.879Z | Compiling tokio-util v0.7.16 |
| 1867 | 2026-09-15T08:30:58.976Z | Compiling thread_local v1.1.9 |
| 1868 | 2026-09-15T08:30:59.075Z | Compiling unicode-width v0.2.1 |
| 1869 | 2026-09-15T08:30:59.236Z | Compiling syn v1.0.109 |
| 1870 | 2026-09-15T08:30:59.293Z | Compiling rustls-pki-types v1.12.0 |
| 1871 | 2026-09-15T08:30:59.355Z | Compiling match_cfg v0.1.0 |
| 1872 | 2026-09-15T08:30:59.468Z | Compiling winnow v0.7.14 |
| 1873 | 2026-09-15T08:30:59.639Z | Compiling rustix v1.1.4 |
| 1874 | 2026-09-15T08:31:00.114Z | Compiling winnow v1.0.3 |
| 1875 | 2026-09-15T08:31:00.325Z | Compiling take_mut v0.2.2 |
| 1876 | 2026-09-15T08:31:00.344Z | Compiling term v1.2.0 |
| 1877 | 2026-09-15T08:31:00.438Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1878 | 2026-09-15T08:31:00.849Z | Compiling h2 v0.4.14 |
| 1879 | 2026-09-15T08:31:00.860Z | Compiling ring v0.17.14 |
| 1880 | 2026-09-15T08:31:01.165Z | Compiling serde_spanned v1.1.1 |
| 1881 | 2026-09-15T08:31:01.321Z | Compiling spin v0.9.8 |
| 1882 | 2026-09-15T08:31:01.394Z | Compiling debug-ignore v1.0.5 |
| 1883 | 2026-09-15T08:31:01.442Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1884 | 2026-09-15T08:31:01.665Z | Compiling quick-error v1.2.3 |
| 1885 | 2026-09-15T08:31:01.806Z | Compiling block-buffer v0.10.4 |
| 1886 | 2026-09-15T08:31:01.913Z | Compiling progenitor-macro v0.11.1 |
| 1887 | 2026-09-15T08:31:02.152Z | Compiling waitgroup v0.1.2 |
| 1888 | 2026-09-15T08:31:02.297Z | Compiling async-stream v0.3.6 |
| 1889 | 2026-09-15T08:31:02.473Z | Compiling serde_path_to_error v0.1.20 |
| 1890 | 2026-09-15T08:31:02.611Z | Compiling lazy_static v1.5.0 |
| 1891 | 2026-09-15T08:31:02.715Z | Compiling bit-vec v0.8.0 |
| 1892 | 2026-09-15T08:31:02.835Z | Compiling digest v0.10.7 |
| 1893 | 2026-09-15T08:31:02.870Z | Compiling ipnetwork v0.21.1 |
| 1894 | 2026-09-15T08:31:02.955Z | Compiling hyper v1.10.1 |
| 1895 | 2026-09-15T08:31:03.046Z | Compiling bit-set v0.8.0 |
| 1896 | 2026-09-15T08:31:03.058Z | Compiling strum v0.26.3 |
| 1897 | 2026-09-15T08:31:03.189Z | Compiling crossbeam-utils v0.8.21 |
| 1898 | 2026-09-15T08:31:03.208Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1899 | 2026-09-15T08:31:03.221Z | Compiling unarray v0.1.4 |
| 1900 | 2026-09-15T08:31:03.473Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1901 | 2026-09-15T08:31:03.513Z | Compiling slog v2.8.2 |
| 1902 | 2026-09-15T08:31:03.516Z | Compiling macaddr v1.0.1 |
| 1903 | 2026-09-15T08:31:03.693Z | Compiling tabwriter v1.4.1 |
| 1904 | 2026-09-15T08:31:03.751Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1905 | 2026-09-15T08:31:03.925Z | Compiling ref-cast v1.0.25 |
| 1906 | 2026-09-15T08:31:03.990Z | Compiling colored v3.1.1 |
| 1907 | 2026-09-15T08:31:04.019Z | Compiling hyper-util v0.1.20 |
| 1908 | 2026-09-15T08:31:04.031Z | Compiling strum v0.27.2 |
| 1909 | 2026-09-15T08:31:04.158Z | Compiling aws-lc-sys v0.39.1 |
| 1910 | 2026-09-15T08:31:04.424Z | Compiling getrandom v0.3.3 |
| 1911 | 2026-09-15T08:31:04.613Z | Compiling untrusted v0.7.1 |
| 1912 | 2026-09-15T08:31:04.721Z | Compiling aws-lc-rs v1.16.2 |
| 1913 | 2026-09-15T08:31:04.843Z | Compiling rand_core v0.9.3 |
| 1914 | 2026-09-15T08:31:05.049Z | Compiling oxnet v0.1.6 |
| 1915 | 2026-09-15T08:31:05.072Z | Compiling openssl-sys v0.9.117 |
| 1916 | 2026-09-15T08:31:05.537Z | Compiling futures-executor v0.3.32 |
| 1917 | 2026-09-15T08:31:06.125Z | Compiling rustls-webpki v0.103.6 |
| 1918 | 2026-09-15T08:31:06.131Z | Compiling instant v0.1.13 |
| 1919 | 2026-09-15T08:31:06.134Z | Compiling foreign-types-shared v0.1.1 |
| 1920 | 2026-09-15T08:31:06.220Z | Compiling foreign-types v0.3.2 |
| 1921 | 2026-09-15T08:31:06.330Z | Compiling rand_chacha v0.9.0 |
| 1922 | 2026-09-15T08:31:06.335Z | Compiling rustls v0.23.40 |
| 1923 | 2026-09-15T08:31:06.372Z | Compiling tempfile v3.27.0 |
| 1924 | 2026-09-15T08:31:06.894Z | Compiling tower v0.5.2 |
| 1925 | 2026-09-15T08:31:06.898Z | Compiling toml_datetime v0.6.11 |
| 1926 | 2026-09-15T08:31:06.966Z | Compiling openssl-probe v0.1.6 |
| 1927 | 2026-09-15T08:31:07.130Z | Compiling rand v0.9.3 |
| 1928 | 2026-09-15T08:31:07.156Z | Compiling openssl v0.10.81 |
| 1929 | 2026-09-15T08:31:07.200Z | Compiling tower-http v0.6.8 |
| 1930 | 2026-09-15T08:31:07.267Z | Compiling futures v0.3.32 |
| 1931 | 2026-09-15T08:31:07.436Z | Compiling time v0.3.47 |
| 1932 | 2026-09-15T08:31:07.622Z | Compiling clap_derive v4.6.1 |
| 1933 | 2026-09-15T08:31:07.721Z | Compiling memmap2 v0.9.8 |
| 1934 | 2026-09-15T08:31:08.031Z | Compiling crossbeam-channel v0.5.15 |
| 1935 | 2026-09-15T08:31:08.130Z | Compiling webpki-roots v1.0.2 |
| 1936 | 2026-09-15T08:31:08.207Z | Compiling newtype-uuid v1.3.2 |
| 1937 | 2026-09-15T08:31:08.560Z | Compiling daft v0.1.5 |
| 1938 | 2026-09-15T08:31:08.923Z | Compiling is-terminal v0.4.16 |
| 1939 | 2026-09-15T08:31:09.024Z | Compiling either v1.15.0 |
| 1940 | 2026-09-15T08:31:09.115Z | Compiling usdt v0.6.0 |
| 1941 | 2026-09-15T08:31:09.233Z | Compiling tokio-rustls v0.26.4 |
| 1942 | 2026-09-15T08:31:09.299Z | Compiling slog-term v2.9.2 |
| 1943 | 2026-09-15T08:31:09.347Z | Compiling slog-json v2.6.1 |
| 1944 | 2026-09-15T08:31:09.442Z | Compiling slog-async v2.8.0 |
| 1945 | 2026-09-15T08:31:09.536Z | Compiling native-tls v0.2.14 |
| 1946 | 2026-09-15T08:31:09.558Z | Compiling hyper-rustls v0.27.7 |
| 1947 | 2026-09-15T08:31:09.609Z | Compiling hostname v0.3.1 |
| 1948 | 2026-09-15T08:31:09.756Z | Compiling tokio-native-tls v0.3.1 |
| 1949 | 2026-09-15T08:31:09.901Z | Compiling hyper-tls v0.6.0 |
| 1950 | 2026-09-15T08:31:09.990Z | Compiling slog-bunyan v2.5.0 |
| 1951 | 2026-09-15T08:31:10.003Z | Compiling rustls-webpki v0.102.8 |
| 1952 | 2026-09-15T08:31:10.007Z | Compiling multer v3.1.0 |
| 1953 | 2026-09-15T08:31:10.097Z | Compiling reqwest v0.12.23 |
| 1954 | 2026-09-15T08:31:10.134Z | Compiling rustls-pemfile v2.2.0 |
| 1955 | 2026-09-15T08:31:10.348Z | Compiling hostname v0.4.2 |
| 1956 | 2026-09-15T08:31:10.495Z | Compiling rustls v0.22.4 |
| 1957 | 2026-09-15T08:31:10.522Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1958 | 2026-09-15T08:31:10.907Z | Compiling rand_chacha v0.3.1 |
| 1959 | 2026-09-15T08:31:11.093Z | Compiling wait-timeout v0.2.1 |
| 1960 | 2026-09-15T08:31:11.396Z | Compiling rusty-fork v0.3.0 |
| 1961 | 2026-09-15T08:31:11.409Z | Compiling rand v0.8.5 |
| 1962 | 2026-09-15T08:31:11.754Z | Compiling rand_xorshift v0.4.0 |
| 1963 | 2026-09-15T08:31:11.782Z | Compiling sha1 v0.10.6 |
| 1964 | 2026-09-15T08:31:12.041Z | Compiling proptest v1.8.0 |
| 1965 | 2026-09-15T08:31:12.053Z | Compiling itertools v0.14.0 |
| 1966 | 2026-09-15T08:31:12.404Z | Compiling tokio-rustls v0.25.0 |
| 1967 | 2026-09-15T08:31:12.638Z | Compiling dropshot v0.16.7 |
| 1968 | 2026-09-15T08:31:13.290Z | Compiling anstyle v1.0.14 |
| 1969 | 2026-09-15T08:31:14.211Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1970 | 2026-09-15T08:31:14.521Z | Compiling progenitor-client v0.10.0 |
| 1971 | 2026-09-15T08:31:14.722Z | Compiling progenitor-client v0.11.1 |
| 1972 | 2026-09-15T08:31:14.823Z | Compiling serde_with v3.14.1 |
| 1973 | 2026-09-15T08:31:15.038Z | Compiling num-derive v0.4.2 |
| 1974 | 2026-09-15T08:31:15.345Z | Compiling progenitor v0.11.1 |
| 1975 | 2026-09-15T08:31:15.494Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1976 | 2026-09-15T08:31:15.843Z | Compiling rustc-hash v2.1.1 |
| 1977 | 2026-09-15T08:31:15.905Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1978 | 2026-09-15T08:31:15.973Z | Compiling iddqd v0.3.18 |
| 1979 | 2026-09-15T08:31:16.005Z | Compiling backoff v0.4.0 |
| 1980 | 2026-09-15T08:31:16.259Z | Compiling parse-display v0.10.0 |
| 1981 | 2026-09-15T08:31:16.502Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1982 | 2026-09-15T08:31:16.608Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1983 | 2026-09-15T08:31:17.028Z | Compiling utf8parse v0.2.2 |
| 1984 | 2026-09-15T08:31:17.158Z | Compiling anstyle-parse v1.0.0 |
| 1985 | 2026-09-15T08:31:17.453Z | Compiling colorchoice v1.0.4 |
| 1986 | 2026-09-15T08:31:17.465Z | Compiling anstyle-query v1.1.4 |
| 1987 | 2026-09-15T08:31:17.478Z | Compiling is_terminal_polyfill v1.70.1 |
| 1988 | 2026-09-15T08:31:17.565Z | Compiling anstream v1.0.0 |
| 1989 | 2026-09-15T08:31:17.589Z | Compiling clap_lex v1.1.0 |
| 1990 | 2026-09-15T08:31:18.753Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1991 | 2026-09-15T08:31:20.895Z | Compiling winnow v0.5.40 |
| 1992 | 2026-09-15T08:31:25.552Z | Compiling terminal_size v0.4.3 |
| 1993 | 2026-09-15T08:31:26.781Z | Compiling toml_edit v0.19.15 |
| 1994 | 2026-09-15T08:31:27.960Z | Compiling proc-macro-crate v1.3.1 |
| 1995 | 2026-09-15T08:31:28.311Z | Compiling clap_builder v4.6.0 |
| 1996 | 2026-09-15T08:31:28.566Z | Compiling dropshot_endpoint v0.17.1 |
| 1997 | 2026-09-15T08:31:30.124Z | Compiling clap v4.6.1 |
| 1998 | 2026-09-15T08:31:34.318Z | Compiling serde_spanned v0.6.9 |
| 1999 | 2026-09-15T08:31:35.519Z | Compiling prettyplease v0.2.37 |
| 2000 | 2026-09-15T08:31:35.763Z | Compiling adler2 v2.0.1 |
| 2001 | 2026-09-15T08:31:35.902Z | Compiling miniz_oxide v0.8.9 |
| 2002 | 2026-09-15T08:31:36.589Z | Compiling crc32fast v1.5.0 |
| 2003 | 2026-09-15T08:31:36.626Z | Compiling ingot-macros v0.1.1 |
| 2004 | 2026-09-15T08:31:36.889Z | Compiling zerocopy-derive v0.7.35 |
| 2005 | 2026-09-15T08:31:36.915Z | Compiling flate2 v1.1.2 |
| 2006 | 2026-09-15T08:31:37.756Z | Compiling hubpack_derive v0.1.1 |
| 2007 | 2026-09-15T08:31:37.899Z | Compiling hybrid-array v0.4.12 |
| 2008 | 2026-09-15T08:31:39.557Z | Compiling scroll_derive v0.12.1 |
| 2009 | 2026-09-15T08:31:39.653Z | Compiling toml_write v0.1.2 |
| 2010 | 2026-09-15T08:31:39.845Z | Compiling toml_edit v0.22.27 |
| 2011 | 2026-09-15T08:31:40.700Z | Compiling block-buffer v0.12.0 |
| 2012 | 2026-09-15T08:31:40.808Z | Compiling crypto-common v0.2.2 |
| 2013 | 2026-09-15T08:31:40.979Z | Compiling num_enum_derive v0.7.5 |
| 2014 | 2026-09-15T08:31:41.753Z | Compiling foreign-types-macros v0.2.3 |
| 2015 | 2026-09-15T08:31:41.759Z | Compiling num-integer v0.1.46 |
| 2016 | 2026-09-15T08:31:42.055Z | Compiling const-oid v0.10.2 |
| 2017 | 2026-09-15T08:31:42.067Z | Compiling float-ord v0.3.2 |
| 2018 | 2026-09-15T08:31:42.185Z | Compiling compression-core v0.4.32 |
| 2019 | 2026-09-15T08:31:42.225Z | Compiling digest v0.11.3 |
| 2020 | 2026-09-15T08:31:42.339Z | Compiling compression-codecs v0.4.32 |
| 2021 | 2026-09-15T08:31:42.594Z | Compiling toml v0.8.23 |
| 2022 | 2026-09-15T08:31:42.839Z | Compiling zerocopy v0.7.35 |
| 2023 | 2026-09-15T08:31:44.486Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2024 | 2026-09-15T08:31:44.697Z | Compiling glob v0.3.3 |
| 2025 | 2026-09-15T08:31:44.787Z | Compiling cpufeatures v0.3.0 |
| 2026 | 2026-09-15T08:31:44.802Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2027 | 2026-09-15T08:31:44.870Z | Compiling sha1 v0.11.0 |
| 2028 | 2026-09-15T08:31:45.131Z | Compiling async-compression v0.4.33 |
| 2029 | 2026-09-15T08:31:45.135Z | Compiling proc-macro-error-attr v1.0.4 |
| 2030 | 2026-09-15T08:31:45.156Z | Compiling num-iter v0.1.45 |
| 2031 | 2026-09-15T08:31:45.378Z | Compiling num-rational v0.4.2 |
| 2032 | 2026-09-15T08:31:45.586Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2033 | 2026-09-15T08:31:45.599Z | Compiling num-complex v0.4.6 |
| 2034 | 2026-09-15T08:31:46.013Z | Compiling num v0.4.3 |
| 2035 | 2026-09-15T08:31:46.093Z | Compiling proc-macro-error v1.0.4 |
| 2036 | 2026-09-15T08:31:46.220Z | Compiling dropshot v0.17.1 |
| 2037 | 2026-09-15T08:31:46.334Z | Compiling num_enum_derive v0.5.11 |
| 2038 | 2026-09-15T08:31:46.369Z | Compiling dtrace-parser v0.2.0 |
| 2039 | 2026-09-15T08:31:46.893Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2040 | 2026-09-15T08:31:47.077Z | Compiling dof v0.3.0 |
| 2041 | 2026-09-15T08:31:47.264Z | Compiling thread-id v4.2.2 |
| 2042 | 2026-09-15T08:31:47.354Z | Compiling derive_more v0.99.20 |
| 2043 | 2026-09-15T08:31:47.366Z | Compiling usdt-impl v0.5.0 |
| 2044 | 2026-09-15T08:31:47.439Z | Compiling minimal-lexical v0.2.1 |
| 2045 | 2026-09-15T08:31:47.697Z | Compiling nom v7.1.3 |
| 2046 | 2026-09-15T08:31:47.893Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2047 | 2026-09-15T08:31:48.487Z | Compiling usdt-macro v0.5.0 |
| 2048 | 2026-09-15T08:31:48.616Z | Compiling usdt-attr-macro v0.5.0 |
| 2049 | 2026-09-15T08:31:49.025Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2050 | 2026-09-15T08:31:49.264Z | Compiling zone_cfg_derive v0.3.1 |
| 2051 | 2026-09-15T08:31:49.857Z | Compiling libscf-sys v1.2.0 |
| 2052 | 2026-09-15T08:31:49.985Z | Compiling rustc_version v0.4.1 |
| 2053 | 2026-09-15T08:31:50.003Z | Compiling memoffset v0.9.1 |
| 2054 | 2026-09-15T08:31:50.096Z | Compiling crossbeam-epoch v0.9.18 |
| 2055 | 2026-09-15T08:31:50.400Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2056 | 2026-09-15T08:31:50.849Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2057 | 2026-09-15T08:31:50.862Z | Compiling enum-as-inner v0.6.1 |
| 2058 | 2026-09-15T08:31:50.881Z | Compiling curve25519-dalek v4.1.3 |
| 2059 | 2026-09-15T08:31:51.175Z | Compiling regress v0.11.1 |
| 2060 | 2026-09-15T08:31:51.314Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2061 | 2026-09-15T08:31:51.450Z | Compiling crossbeam-deque v0.8.6 |
| 2062 | 2026-09-15T08:31:51.651Z | Compiling hubpack v0.1.2 |
| 2063 | 2026-09-15T08:31:52.400Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2064 | 2026-09-15T08:31:52.991Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2065 | 2026-09-15T08:31:53.270Z | Compiling static_assertions v1.1.0 |
| 2066 | 2026-09-15T08:31:53.354Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2067 | 2026-09-15T08:31:53.512Z | Compiling typify-impl v0.6.2 |
| 2068 | 2026-09-15T08:31:54.105Z | Compiling rayon-core v1.13.0 |
| 2069 | 2026-09-15T08:31:54.164Z | Compiling clang-sys v1.8.1 |
| 2070 | 2026-09-15T08:31:54.640Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2071 | 2026-09-15T08:31:54.944Z | Compiling hash32 v0.3.1 |
| 2072 | 2026-09-15T08:31:54.944Z | Compiling bytecount v0.6.9 |
| 2073 | 2026-09-15T08:31:55.100Z | Compiling heapless v0.8.0 |
| 2074 | 2026-09-15T08:31:55.104Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2075 | 2026-09-15T08:31:55.124Z | Compiling scroll v0.12.0 |
| 2076 | 2026-09-15T08:31:55.197Z | Compiling ingot-types v0.1.2 |
| 2077 | 2026-09-15T08:31:55.388Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2078 | 2026-09-15T08:31:55.400Z | Compiling cobs v0.3.0 |
| 2079 | 2026-09-15T08:31:55.518Z | Compiling libloading v0.8.9 |
| 2080 | 2026-09-15T08:31:55.538Z | Compiling foreign-types-shared v0.3.1 |
| 2081 | 2026-09-15T08:31:55.592Z | Compiling bitflags v1.3.2 |
| 2082 | 2026-09-15T08:31:55.605Z | Compiling managed v0.8.0 |
| 2083 | 2026-09-15T08:31:55.636Z | Compiling bindgen v0.72.1 |
| 2084 | 2026-09-15T08:31:55.655Z | Compiling foreign-types v0.5.0 |
| 2085 | 2026-09-15T08:31:55.720Z | Compiling postcard v1.1.3 |
| 2086 | 2026-09-15T08:31:55.740Z | Compiling ingot v0.1.1 |
| 2087 | 2026-09-15T08:31:55.833Z | Compiling smoltcp v0.11.0 |
| 2088 | 2026-09-15T08:31:56.322Z | Compiling goblin v0.8.2 |
| 2089 | 2026-09-15T08:31:56.502Z | Compiling cexpr v0.6.0 |
| 2090 | 2026-09-15T08:31:56.793Z | Compiling num_enum v0.7.5 |
| 2091 | 2026-09-15T08:31:56.918Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2092 | 2026-09-15T08:31:57.078Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2093 | 2026-09-15T08:31:57.195Z | Compiling camino-tempfile v1.4.1 |
| 2094 | 2026-09-15T08:31:57.433Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2095 | 2026-09-15T08:31:57.445Z | Compiling serde_repr v0.1.20 |
| 2096 | 2026-09-15T08:31:57.490Z | Compiling derive-where v1.6.0 |
| 2097 | 2026-09-15T08:31:57.729Z | Compiling cstr-argument v0.1.2 |
| 2098 | 2026-09-15T08:31:58.041Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2099 | 2026-09-15T08:31:58.317Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2100 | 2026-09-15T08:31:59.490Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2101 | 2026-09-15T08:31:59.569Z | Compiling rayon v1.11.0 |
| 2102 | 2026-09-15T08:31:59.683Z | Compiling rustix v0.38.44 |
| 2103 | 2026-09-15T08:31:59.836Z | Compiling typify-macro v0.6.2 |
| 2104 | 2026-09-15T08:31:59.887Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2105 | 2026-09-15T08:32:00.012Z | Compiling crucible-workspace-hack v0.1.0 |
| 2106 | 2026-09-15T08:32:00.510Z | Compiling tinyvec_macros v0.1.1 |
| 2107 | 2026-09-15T08:32:00.674Z | Compiling tinyvec v1.10.0 |
| 2108 | 2026-09-15T08:32:01.047Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2109 | 2026-09-15T08:32:01.421Z | Compiling num_enum v0.5.11 |
| 2110 | 2026-09-15T08:32:01.704Z | Compiling pin-project-internal v1.1.10 |
| 2111 | 2026-09-15T08:32:01.910Z | Compiling memmap v0.7.0 |
| 2112 | 2026-09-15T08:32:02.106Z | Compiling usdt v0.5.0 |
| 2113 | 2026-09-15T08:32:02.294Z | Compiling typify v0.6.2 |
| 2114 | 2026-09-15T08:32:02.514Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2115 | 2026-09-15T08:32:02.667Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2116 | 2026-09-15T08:32:02.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2117 | 2026-09-15T08:32:03.284Z | Compiling itertools v0.12.1 |
| 2118 | 2026-09-15T08:32:03.414Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2119 | 2026-09-15T08:32:03.620Z | Compiling progenitor-impl v0.10.0 |
| 2120 | 2026-09-15T08:32:03.664Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2121 | 2026-09-15T08:32:03.945Z | Compiling sigpipe v0.1.3 |
| 2122 | 2026-09-15T08:32:03.957Z | Compiling jiff v0.2.15 |
| 2123 | 2026-09-15T08:32:04.034Z | Compiling const_format_proc_macros v0.2.34 |
| 2124 | 2026-09-15T08:32:04.182Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2125 | 2026-09-15T08:32:04.255Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2126 | 2026-09-15T08:32:04.607Z | Compiling zone v0.3.1 |
| 2127 | 2026-09-15T08:32:05.266Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2128 | 2026-09-15T08:32:05.307Z | Compiling progenitor-impl v0.14.0 |
| 2129 | 2026-09-15T08:32:05.712Z | Compiling atomicwrites v0.4.4 |
| 2130 | 2026-09-15T08:32:05.876Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2131 | 2026-09-15T08:32:05.917Z | Compiling papergrid v0.18.0 |
| 2132 | 2026-09-15T08:32:06.269Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2133 | 2026-09-15T08:32:06.294Z | Compiling nix v0.30.1 |
| 2134 | 2026-09-15T08:32:06.611Z | Compiling smf v0.2.3 |
| 2135 | 2026-09-15T08:32:07.141Z | Compiling progenitor-macro v0.10.0 |
| 2136 | 2026-09-15T08:32:07.214Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2137 | 2026-09-15T08:32:07.256Z | Compiling secrecy v0.10.3 |
| 2138 | 2026-09-15T08:32:07.586Z | Compiling snafu-derive v0.8.9 |
| 2139 | 2026-09-15T08:32:07.703Z | Compiling async-recursion v1.1.1 |
| 2140 | 2026-09-15T08:32:08.403Z | Compiling predicates-core v1.0.9 |
| 2141 | 2026-09-15T08:32:08.524Z | Compiling whoami v1.6.1 |
| 2142 | 2026-09-15T08:32:08.787Z | Compiling progenitor-macro v0.14.0 |
| 2143 | 2026-09-15T08:32:08.846Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2144 | 2026-09-15T08:32:09.308Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2145 | 2026-09-15T08:32:09.321Z | Compiling tabled v0.21.0 |
| 2146 | 2026-09-15T08:32:11.749Z | Compiling nix v0.31.3 |
| 2147 | 2026-09-15T08:32:11.823Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2148 | 2026-09-15T08:32:12.209Z | Compiling itertools v0.15.0 |
| 2149 | 2026-09-15T08:32:12.363Z | Compiling hmac v0.12.1 |
| 2150 | 2026-09-15T08:32:12.573Z | Compiling inout v0.1.4 |
| 2151 | 2026-09-15T08:32:12.680Z | Compiling ff v0.13.1 |
| 2152 | 2026-09-15T08:32:12.727Z | Compiling float-cmp v0.10.0 |
| 2153 | 2026-09-15T08:32:12.875Z | Compiling data-encoding v2.9.0 |
| 2154 | 2026-09-15T08:32:12.956Z | Compiling normalize-line-endings v0.3.0 |
| 2155 | 2026-09-15T08:32:13.041Z | Compiling difflib v0.4.0 |
| 2156 | 2026-09-15T08:32:13.140Z | Compiling group v0.13.0 |
| 2157 | 2026-09-15T08:32:13.253Z | Compiling predicates v3.1.4 |
| 2158 | 2026-09-15T08:32:13.378Z | Compiling cipher v0.4.4 |
| 2159 | 2026-09-15T08:32:13.546Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2160 | 2026-09-15T08:32:13.604Z | Compiling hkdf v0.12.4 |
| 2161 | 2026-09-15T08:32:13.742Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2162 | 2026-09-15T08:32:14.077Z | Compiling tabled_derive v0.7.0 |
| 2163 | 2026-09-15T08:32:14.515Z | Compiling universal-hash v0.5.1 |
| 2164 | 2026-09-15T08:32:14.590Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-09-15T08:32:14.611Z | Compiling half v2.7.1 |
| 2166 | 2026-09-15T08:32:14.623Z | Compiling base16ct v0.2.0 |
| 2167 | 2026-09-15T08:32:14.649Z | Compiling opaque-debug v0.3.1 |
| 2168 | 2026-09-15T08:32:14.728Z | Compiling crc8 v0.1.1 |
| 2169 | 2026-09-15T08:32:14.789Z | Compiling indent_write v2.2.0 |
| 2170 | 2026-09-15T08:32:14.907Z | Compiling unicode-segmentation v1.12.0 |
| 2171 | 2026-09-15T08:32:14.929Z | Compiling ciborium-io v0.2.2 |
| 2172 | 2026-09-15T08:32:15.002Z | Compiling base64ct v1.8.0 |
| 2173 | 2026-09-15T08:32:15.030Z | Compiling ciborium-ll v0.2.2 |
| 2174 | 2026-09-15T08:32:15.254Z | Compiling password-hash v0.5.0 |
| 2175 | 2026-09-15T08:32:15.301Z | Compiling newline-converter v0.3.0 |
| 2176 | 2026-09-15T08:32:15.424Z | Compiling poly1305 v0.8.0 |
| 2177 | 2026-09-15T08:32:15.690Z | Compiling elliptic-curve v0.13.8 |
| 2178 | 2026-09-15T08:32:15.974Z | Compiling chacha20 v0.9.1 |
| 2179 | 2026-09-15T08:32:15.992Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2180 | 2026-09-15T08:32:16.079Z | Compiling tokio-dtrace v0.1.1 |
| 2181 | 2026-09-15T08:32:16.199Z | Compiling thiserror-no-std v2.0.2 |
| 2182 | 2026-09-15T08:32:16.780Z | Compiling reqwest v0.13.2 |
| 2183 | 2026-09-15T08:32:17.010Z | Compiling blake2 v0.10.6 |
| 2184 | 2026-09-15T08:32:17.157Z | Compiling console v0.16.4 |
| 2185 | 2026-09-15T08:32:17.214Z | Compiling aead v0.5.2 |
| 2186 | 2026-09-15T08:32:17.377Z | Compiling strum_macros v0.28.0 |
| 2187 | 2026-09-15T08:32:17.423Z | Compiling bstr v1.12.0 |
| 2188 | 2026-09-15T08:32:17.641Z | Compiling resolv-conf v0.7.5 |
| 2189 | 2026-09-15T08:32:17.785Z | Compiling similar v3.2.0 |
| 2190 | 2026-09-15T08:32:17.896Z | Compiling keccak v0.1.6 |
| 2191 | 2026-09-15T08:32:17.917Z | Compiling linked-hash-map v0.5.6 |
| 2192 | 2026-09-15T08:32:18.105Z | Compiling lru-cache v0.1.2 |
| 2193 | 2026-09-15T08:32:18.168Z | Compiling sha3 v0.10.8 |
| 2194 | 2026-09-15T08:32:18.533Z | Compiling expectorate v1.3.0 |
| 2195 | 2026-09-15T08:32:18.823Z | Compiling progenitor-client v0.14.0 |
| 2196 | 2026-09-15T08:32:19.127Z | Compiling chacha20poly1305 v0.10.1 |
| 2197 | 2026-09-15T08:32:19.211Z | Compiling argon2 v0.5.3 |
| 2198 | 2026-09-15T08:32:19.265Z | Compiling vsss-rs v3.3.4 |
| 2199 | 2026-09-15T08:32:19.410Z | Compiling oxide-tokio-rt v0.1.2 |
| 2200 | 2026-09-15T08:32:19.617Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-09-15T08:32:20.125Z | Compiling ciborium v0.2.2 |
| 2202 | 2026-09-15T08:32:20.298Z | Compiling hickory-proto v0.24.4 |
| 2203 | 2026-09-15T08:32:20.553Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2204 | 2026-09-15T08:32:20.602Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2205 | 2026-09-15T08:32:21.409Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2206 | 2026-09-15T08:32:21.471Z | Compiling serde-big-array v0.5.1 |
| 2207 | 2026-09-15T08:32:21.739Z | Compiling siphasher v1.0.1 |
| 2208 | 2026-09-15T08:32:21.955Z | Compiling same-file v1.0.6 |
| 2209 | 2026-09-15T08:32:22.054Z | Compiling phf_shared v0.12.1 |
| 2210 | 2026-09-15T08:32:22.130Z | Compiling walkdir v2.5.0 |
| 2211 | 2026-09-15T08:32:22.155Z | Compiling hickory-resolver v0.24.4 |
| 2212 | 2026-09-15T08:32:22.228Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2213 | 2026-09-15T08:32:22.254Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2214 | 2026-09-15T08:32:23.629Z | Compiling progenitor v0.14.0 |
| 2215 | 2026-09-15T08:32:23.771Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-09-15T08:32:23.901Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-09-15T08:32:24.741Z | Compiling newtype_derive v0.1.6 |
| 2218 | 2026-09-15T08:32:25.756Z | Compiling owo-colors v4.3.0 |
| 2219 | 2026-09-15T08:32:25.759Z | Compiling tokio-stream v0.1.17 |
| 2220 | 2026-09-15T08:32:25.759Z | Compiling csv-core v0.1.12 |
| 2221 | 2026-09-15T08:32:25.759Z | Compiling termtree v0.5.1 |
| 2222 | 2026-09-15T08:32:25.759Z | Compiling unicode-linebreak v0.1.5 |
| 2223 | 2026-09-15T08:32:25.759Z | Compiling smawk v0.3.2 |
| 2224 | 2026-09-15T08:32:25.759Z | Compiling foldhash v0.1.5 |
| 2225 | 2026-09-15T08:32:25.759Z | Compiling swrite v0.1.0 |
| 2226 | 2026-09-15T08:32:25.759Z | Compiling unicode-width v0.1.14 |
| 2227 | 2026-09-15T08:32:25.759Z | Compiling hashbrown v0.15.5 |
| 2228 | 2026-09-15T08:32:25.759Z | Compiling textwrap v0.16.2 |
| 2229 | 2026-09-15T08:32:25.759Z | Compiling qorb v0.4.1 |
| 2230 | 2026-09-15T08:32:25.821Z | Compiling csv v1.4.0 |
| 2231 | 2026-09-15T08:32:26.255Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-09-15T08:32:26.669Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2233 | 2026-09-15T08:32:27.905Z | Compiling phf v0.12.1 |
| 2234 | 2026-09-15T08:32:28.135Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2235 | 2026-09-15T08:32:28.276Z | Compiling pin-project v1.1.10 |
| 2236 | 2026-09-15T08:32:28.385Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2237 | 2026-09-15T08:32:28.408Z | Compiling unicode-normalization v0.1.24 |
| 2238 | 2026-09-15T08:32:28.423Z | Compiling libz-sys v1.1.22 |
| 2239 | 2026-09-15T08:32:28.867Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-09-15T08:32:28.924Z | Compiling libsw-core v0.3.2 |
| 2241 | 2026-09-15T08:32:29.148Z | Compiling fixedbitset v0.4.2 |
| 2242 | 2026-09-15T08:32:29.440Z | Compiling highway v1.3.0 |
| 2243 | 2026-09-15T08:32:29.492Z | Compiling humantime v2.3.0 |
| 2244 | 2026-09-15T08:32:29.787Z | Compiling fixedbitset v0.5.7 |
| 2245 | 2026-09-15T08:32:29.878Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-09-15T08:32:29.893Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2247 | 2026-09-15T08:32:30.275Z | Compiling progenitor v0.10.0 |
| 2248 | 2026-09-15T08:32:30.382Z | Compiling petgraph v0.8.2 |
| 2249 | 2026-09-15T08:32:30.399Z | Compiling petgraph v0.6.5 |
| 2250 | 2026-09-15T08:32:31.163Z | Compiling libsw v3.5.0 |
| 2251 | 2026-09-15T08:32:31.345Z | Compiling olpc-cjson v0.1.4 |
| 2252 | 2026-09-15T08:32:31.522Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2253 | 2026-09-15T08:32:31.793Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2254 | 2026-09-15T08:32:31.899Z | Compiling snafu v0.8.9 |
| 2255 | 2026-09-15T08:32:32.121Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2256 | 2026-09-15T08:32:32.318Z | Compiling chrono-tz v0.10.4 |
| 2257 | 2026-09-15T08:32:32.405Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2258 | 2026-09-15T08:32:33.141Z | Compiling papergrid v0.11.0 |
| 2259 | 2026-09-15T08:32:33.291Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2260 | 2026-09-15T08:32:33.564Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2261 | 2026-09-15T08:32:33.583Z | Compiling strum v0.28.0 |
| 2262 | 2026-09-15T08:32:33.720Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2263 | 2026-09-15T08:32:33.849Z | Compiling globset v0.4.16 |
| 2264 | 2026-09-15T08:32:34.980Z | Compiling const_format v0.2.34 |
| 2265 | 2026-09-15T08:32:35.201Z | Compiling slog-dtrace v0.3.0 |
| 2266 | 2026-09-15T08:32:35.318Z | Compiling cancel-safe-futures v0.1.5 |
| 2267 | 2026-09-15T08:32:35.741Z | Compiling gethostname v0.5.0 |
| 2268 | 2026-09-15T08:32:35.872Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2269 | 2026-09-15T08:32:36.743Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2270 | 2026-09-15T08:32:37.099Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2271 | 2026-09-15T08:32:37.284Z | Compiling pem v3.0.5 |
| 2272 | 2026-09-15T08:32:37.332Z | Compiling bcs v0.1.6 |
| 2273 | 2026-09-15T08:32:37.483Z | Compiling serde_plain v1.0.2 |
| 2274 | 2026-09-15T08:32:37.653Z | Compiling cargo-platform v0.1.9 |
| 2275 | 2026-09-15T08:32:38.322Z | Compiling typed-path v0.9.3 |
| 2276 | 2026-09-15T08:32:38.416Z | Compiling tagptr v0.2.0 |
| 2277 | 2026-09-15T08:32:38.578Z | Compiling linear-map v1.2.0 |
| 2278 | 2026-09-15T08:32:38.737Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2279 | 2026-09-15T08:32:39.119Z | Compiling moka v0.12.11 |
| 2280 | 2026-09-15T08:32:39.180Z | Compiling tough v0.20.0 |
| 2281 | 2026-09-15T08:32:41.102Z | Compiling cargo_metadata v0.18.1 |
| 2282 | 2026-09-15T08:32:41.518Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2283 | 2026-09-15T08:32:43.627Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2284 | 2026-09-15T08:32:43.796Z | Compiling tabled v0.15.0 |
| 2285 | 2026-09-15T08:32:43.902Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2286 | 2026-09-15T08:32:44.286Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2287 | 2026-09-15T08:32:44.498Z | Compiling git2 v0.19.0 |
| 2288 | 2026-09-15T08:32:44.520Z | Compiling steno v0.4.1 |
| 2289 | 2026-09-15T08:32:46.977Z | Compiling cookie v0.18.1 |
| 2290 | 2026-09-15T08:32:47.244Z | Compiling hickory-proto v0.25.2 |
| 2291 | 2026-09-15T08:32:49.197Z | Compiling hickory-resolver v0.25.2 |
| 2292 | 2026-09-15T08:32:50.499Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2293 | 2026-09-15T08:32:51.462Z | Compiling vergen v8.3.2 |
| 2294 | 2026-09-15T08:32:52.392Z | Compiling signal-hook v0.4.4 |
| 2295 | 2026-09-15T08:32:53.002Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2296 | 2026-09-15T08:32:53.498Z | Compiling mockall_derive v0.14.0 |
| 2297 | 2026-09-15T08:32:54.149Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2298 | 2026-09-15T08:32:54.182Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-09-15T08:32:54.742Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2300 | 2026-09-15T08:32:55.477Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2301 | 2026-09-15T08:32:55.961Z | Compiling sha2 v0.10.9 |
| 2302 | 2026-09-15T08:32:56.372Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2303 | 2026-09-15T08:32:56.442Z | Compiling yansi v1.0.1 |
| 2304 | 2026-09-15T08:32:56.598Z | Compiling diff v0.1.13 |
| 2305 | 2026-09-15T08:32:56.766Z | Compiling mockall v0.14.0 |
| 2306 | 2026-09-15T08:32:56.859Z | Compiling pretty_assertions v1.4.1 |
| 2307 | 2026-09-15T08:32:56.909Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2308 | 2026-09-15T08:32:57.499Z | Compiling fs-err v3.1.2 |
| 2309 | 2026-09-15T08:32:57.909Z | Compiling predicates-tree v1.0.12 |
| 2310 | 2026-09-15T08:32:58.640Z | Compiling git-stub v1.0.0 |
| 2311 | 2026-09-15T08:32:58.932Z | Compiling serial_test_derive v3.5.0 |
| 2312 | 2026-09-15T08:32:58.950Z | Compiling filetime v0.2.26 |
| 2313 | 2026-09-15T08:32:59.037Z | Compiling xattr v1.6.1 |
| 2314 | 2026-09-15T08:32:59.150Z | Compiling is_ci v1.2.0 |
| 2315 | 2026-09-15T08:32:59.227Z | Compiling downcast v0.11.0 |
| 2316 | 2026-09-15T08:32:59.308Z | Compiling fragile v2.0.1 |
| 2317 | 2026-09-15T08:32:59.573Z | Compiling arrayref v0.3.9 |
| 2318 | 2026-09-15T08:32:59.662Z | Compiling constant_time_eq v0.3.1 |
| 2319 | 2026-09-15T08:32:59.679Z | Compiling arrayvec v0.7.6 |
| 2320 | 2026-09-15T08:32:59.733Z | Compiling serial_test v3.5.0 |
| 2321 | 2026-09-15T08:32:59.900Z | Compiling blake3 v1.8.2 |
| 2322 | 2026-09-15T08:33:00.103Z | Compiling toml v0.7.8 |
| 2323 | 2026-09-15T08:33:00.130Z | Compiling supports-color v3.0.2 |
| 2324 | 2026-09-15T08:33:00.324Z | Compiling tar v0.4.45 |
| 2325 | 2026-09-15T08:33:00.488Z | Compiling git-stub-vcs v0.1.0 |
| 2326 | 2026-09-15T08:33:00.889Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2327 | 2026-09-15T08:33:01.367Z | Compiling signal-hook-tokio v0.4.0 |
| 2328 | 2026-09-15T08:33:01.666Z | Compiling scuffle v0.1.0 |
| 2329 | 2026-09-15T08:33:01.731Z | Compiling similar v2.7.0 |
| 2330 | 2026-09-15T08:33:02.719Z | Compiling drift v0.2.0 |
| 2331 | 2026-09-15T08:33:03.161Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2332 | 2026-09-15T08:33:03.379Z | Compiling kstat-rs v0.2.4 |
| 2333 | 2026-09-15T08:33:03.616Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2334 | 2026-09-15T08:33:03.705Z | Compiling topological-sort v0.2.2 |
| 2335 | 2026-09-15T08:33:03.863Z | Compiling hex-literal v1.1.0 |
| 2336 | 2026-09-15T08:33:03.990Z | Compiling omicron-zone-package v0.12.2 |
| 2337 | 2026-09-15T08:33:04.012Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2338 | 2026-09-15T08:33:04.069Z | Compiling dropshot-api-manager v0.7.2 |
| 2339 | 2026-09-15T08:33:05.463Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2340 | 2026-09-15T08:33:06.448Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2341 | 2026-09-15T08:33:06.895Z | Compiling curl v0.4.50 |
| 2342 | 2026-09-15T08:33:07.448Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2343 | 2026-09-15T08:33:07.509Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2344 | 2026-09-15T08:33:07.718Z | Compiling iddqd v0.4.5 |
| 2345 | 2026-09-15T08:33:07.761Z | Compiling internet-checksum v0.2.1 |
| 2346 | 2026-09-15T08:33:07.913Z | Compiling search_path v0.1.4 |
| 2347 | 2026-09-15T08:33:08.326Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2348 | 2026-09-15T08:33:08.930Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2349 | 2026-09-15T08:33:09.873Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2350 | 2026-09-15T08:33:11.215Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2351 | 2026-09-15T08:33:21.169Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2352 | 2026-09-15T08:34:01.170Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s |
| 2353 | 2026-09-15T08:34:01.294Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 2354 | 2026-09-15T08:34:01.297Z | |
| 2355 | 2026-09-15T08:34:01.297Z | running 0 tests |
| 2356 | 2026-09-15T08:34:01.297Z | |
| 2357 | 2026-09-15T08:34:01.297Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2358 | 2026-09-15T08:34:01.297Z | |
| 2359 | 2026-09-15T08:34:01.297Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2360 | 2026-09-15T08:34:01.301Z | |
| 2361 | 2026-09-15T08:34:01.301Z | running 0 tests |
| 2362 | 2026-09-15T08:34:01.301Z | |
| 2363 | 2026-09-15T08:34:01.304Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2364 | 2026-09-15T08:34:01.304Z | |
| 2365 | 2026-09-15T08:34:01.304Z | Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2) |
| 2366 | 2026-09-15T08:34:01.304Z | |
| 2367 | 2026-09-15T08:34:01.304Z | running 0 tests |
| 2368 | 2026-09-15T08:34:01.304Z | |
| 2369 | 2026-09-15T08:34:01.304Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2370 | 2026-09-15T08:34:01.304Z | |
| 2371 | 2026-09-15T08:34:01.304Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 2372 | 2026-09-15T08:34:01.309Z | |
| 2373 | 2026-09-15T08:34:01.309Z | running 4 tests |
| 2374 | 2026-09-15T08:34:01.312Z | test nat::tests::test_vni ... ok |
| 2375 | 2026-09-15T08:34:01.312Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2376 | 2026-09-15T08:34:01.312Z | test test_purge ... ok |
| 2377 | 2026-09-15T08:34:01.315Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2378 | 2026-09-15T08:34:01.315Z | |
| 2379 | 2026-09-15T08:34:01.315Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2380 | 2026-09-15T08:34:01.315Z | |
| 2381 | 2026-09-15T08:34:01.315Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 2382 | 2026-09-15T08:34:01.319Z | |
| 2383 | 2026-09-15T08:34:01.319Z | running 1 test |
| 2384 | 2026-09-15T08:34:01.322Z | ------- |
| 2385 | 2026-09-15T08:34:01.322Z | Generating OpenAPI documents from API definitions ... |
| 2386 | 2026-09-15T08:34:01.461Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2387 | 2026-09-15T08:34:01.531Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2388 | 2026-09-15T08:34:02.592Z | ------- |
| 2389 | 2026-09-15T08:34:02.592Z | Checking 13 OpenAPI documents... |
| 2390 | 2026-09-15T08:34:02.592Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2391 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2392 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2393 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2394 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2395 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2396 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2397 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2398 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2399 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2400 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2401 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2402 | 2026-09-15T08:34:02.595Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2403 | 2026-09-15T08:34:02.595Z | Fresh dpd "latest" symlink |
| 2404 | 2026-09-15T08:34:02.595Z | ------- |
| 2405 | 2026-09-15T08:34:02.595Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2406 | 2026-09-15T08:34:02.660Z | test test::test_apis_up_to_date ... ok |
| 2407 | 2026-09-15T08:34:02.661Z | |
| 2408 | 2026-09-15T08:34:02.661Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 2409 | 2026-09-15T08:34:02.661Z | |
| 2410 | 2026-09-15T08:34:02.718Z | Running unittests src/main.rs (target/debug/deps/dpd-dbba7bbb9fbd16d9) |
| 2411 | 2026-09-15T08:34:02.724Z | |
| 2412 | 2026-09-15T08:34:02.724Z | running 60 tests |
| 2413 | 2026-09-15T08:34:02.727Z | test freemap::test_ordering ... ok |
| 2414 | 2026-09-15T08:34:02.727Z | test config::tests::test_updates ... ok |
| 2415 | 2026-09-15T08:34:02.727Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2416 | 2026-09-15T08:34:02.727Z | test freemap::test_split ... ok |
| 2417 | 2026-09-15T08:34:02.730Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2418 | 2026-09-15T08:34:02.730Z | test macaddrs::tests::test_mac_offset ... ok |
| 2419 | 2026-09-15T08:34:02.730Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2420 | 2026-09-15T08:34:02.730Z | Sep 15 08:34:00.948 DEBG created new freemapSep 15 08:34:00.948, unitDEBG: created new freemapfreemap_test, unit |
| 2421 | 2026-09-15T08:34:02.730Z | : freemap_test |
| 2422 | 2026-09-15T08:34:02.730Z | Sep 15 08:34:00.948 DEBG initted freemap. size: 128, unit: freemap_test |
| 2423 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 Sep 15 08:34:00.948DEBG reset freemapDEBG, unitinitted freemap. size: 128: freemap_test, |
| 2424 | 2026-09-15T08:34:02.731Z | unit: freemap_test |
| 2425 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG reset freemapSep 15 08:34:00.948, unitDEBG: created new freemapfreemap_test, |
| 2426 | 2026-09-15T08:34:02.731Z | unit: freemap_test |
| 2427 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG initted freemap. size: 128, unit: freemap_test |
| 2428 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG reset freemap, unit: freemap_test |
| 2429 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG created new freemap, unit: freemap_test |
| 2430 | 2026-09-15T08:34:02.731Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2431 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG initted freemap. size: 128, unit: freemap_test |
| 2432 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG reset freemap, unit: freemap_test |
| 2433 | 2026-09-15T08:34:02.731Z | test freemap::test_basic ... ok |
| 2434 | 2026-09-15T08:34:02.731Z | test freemap::test_exhaustion ... ok |
| 2435 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG created new freemap, unit: freemap_test |
| 2436 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG initted freemap. size: 8, unit: freemap_test |
| 2437 | 2026-09-15T08:34:02.731Z | Sep 15 08:34:00.948 DEBG reset freemap, unit: freemap_test |
| 2438 | 2026-09-15T08:34:02.731Z | test freemap::test_reclaim ... ok |
| 2439 | 2026-09-15T08:34:02.731Z | test freemap::test_free ... ok |
| 2440 | 2026-09-15T08:34:02.731Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2441 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2442 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2443 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2444 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2445 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2446 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2447 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2448 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2449 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_sources_contain_any ... ok |
| 2450 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2451 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2452 | 2026-09-15T08:34:02.731Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2453 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2454 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2455 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2456 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2457 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2458 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2459 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2460 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2461 | 2026-09-15T08:34:02.731Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2462 | 2026-09-15T08:34:02.732Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2463 | 2026-09-15T08:34:02.732Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2464 | 2026-09-15T08:34:02.732Z | test nat::test_mapping ... ok |
| 2465 | 2026-09-15T08:34:02.732Z | test api_server::tests::test_build_info ... ok |
| 2466 | 2026-09-15T08:34:02.736Z | test port_map::tests::test_backplane_group ... ok |
| 2467 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.950 DEBG created new freemap, unit: freemap_test |
| 2468 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.950 DEBG initted freemap. size: 128, unit: freemap_test |
| 2469 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.950 DEBG reset freemap, unit: freemap_test |
| 2470 | 2026-09-15T08:34:02.736Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2471 | 2026-09-15T08:34:02.736Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2472 | 2026-09-15T08:34:02.736Z | test freemap::test_span ... ok |
| 2473 | 2026-09-15T08:34:02.736Z | test port_map::tests::test_port_map ... ok |
| 2474 | 2026-09-15T08:34:02.736Z | test port_map::tests::dump_map ... ok |
| 2475 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2476 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2477 | 2026-09-15T08:34:02.736Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2478 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2479 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2480 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2481 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG reset freemapSep 15 08:34:00.951, unitDEBG: created new freemapfreemap_route_ipv6 |
| 2482 | 2026-09-15T08:34:02.736Z | , unit: Sep 15 08:34:00.951freemap_route_ipv4 INFO |
| 2483 | 2026-09-15T08:34:02.736Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2484 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951Sep 15 08:34:00.951 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 } }]created new freemap |
| 2485 | 2026-09-15T08:34:02.736Z | , unit: freemap_route_ipv6Sep 15 08:34:00.951 |
| 2486 | 2026-09-15T08:34:02.736Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2487 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951 DEBG initted freemap. size: 64Sep 15 08:34:00.951, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv4 |
| 2488 | 2026-09-15T08:34:02.736Z | |
| 2489 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.951Sep 15 08:34:00.951 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap |
| 2490 | 2026-09-15T08:34:02.736Z | , unit: freemap_route_ipv4Sep 15 08:34:00.952 |
| 2491 | 2026-09-15T08:34:02.736Z | 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 } }] |
| 2492 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.952 DEBG Sep 15 08:34:00.951Sep 15 08:34:00.952initted freemap. size: 64 , DEBGunitINFO: created new freemap freemap_route_ipv6, adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit |
| 2493 | 2026-09-15T08:34:02.736Z | : |
| 2494 | 2026-09-15T08:34:02.736Z | freemap_route_ipv4 |
| 2495 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 DEBGDEBG reset freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2496 | 2026-09-15T08:34:02.736Z | unitSep 15 08:34:00.952: DEBG freemap_route_ipv6created new freemap |
| 2497 | 2026-09-15T08:34:02.736Z | , Sep 15 08:34:00.952unit :INFO Sep 15 08:34:00.952freemap_route_ipv6 |
| 2498 | 2026-09-15T08:34:02.736Z | INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2499 | 2026-09-15T08:34:02.736Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:34:00.952 |
| 2500 | 2026-09-15T08:34:02.736Z | Sep 15 08:34:00.952 DEBGDEBG initted freemap. size: 64created new freemap, unit, :Sep 15 08:34:00.952Sep 15 08:34:00.952 unitfreemap_route_ipv4:DEBG |
| 2501 | 2026-09-15T08:34:02.736Z | freemap_route_ipv4 |
| 2502 | 2026-09-15T08:34:02.736Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:34:00.952 |
| 2503 | 2026-09-15T08:34:02.736Z | DEBG DEBGreset freemap Sep 15 08:34:00.952, 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 } }] |
| 2504 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952DEBGunit INFO : freemap_route_ipv4created new freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff, |
| 2505 | 2026-09-15T08:34:02.737Z | |
| 2506 | 2026-09-15T08:34:02.737Z | unitSep 15 08:34:00.952: INFOSep 15 08:34:00.952Sep 15 08:34:00.952freemap_route_ipv6 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2507 | 2026-09-15T08:34:02.737Z | |
| 2508 | 2026-09-15T08:34:02.737Z | DEBG initted freemap. size: 64DEBG, Sep 15 08:34:00.952replacing 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 } }] |
| 2509 | 2026-09-15T08:34:02.737Z | DEBGunit initted freemap. size: 64:, Sep 15 08:34:00.952freemap_route_ipv6Sep 15 08:34:00.952 |
| 2510 | 2026-09-15T08:34:02.737Z | unit :INFO DEBGSep 15 08:34:00.952adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2511 | 2026-09-15T08:34:02.737Z | DEBG freemap_route_ipv4 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 } }] |
| 2512 | 2026-09-15T08:34:02.737Z | |
| 2513 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952reset freemap , DEBGunit Sep 15 08:34:00.952: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 15 08:34:00.952 freemap_route_ipv6DEBG |
| 2514 | 2026-09-15T08:34:02.737Z | |
| 2515 | 2026-09-15T08:34:02.737Z | INFOreset freemap , adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit |
| 2516 | 2026-09-15T08:34:02.737Z | : Sep 15 08:34:00.952freemap_route_ipv4 |
| 2517 | 2026-09-15T08:34:02.737Z | INFOSep 15 08:34:00.952Sep 15 08:34:00.952 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 2518 | 2026-09-15T08:34:02.737Z | 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 3fff:dead::/64 -> 2001:db8::55:1 |
| 2519 | 2026-09-15T08:34:02.737Z | |
| 2520 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952DEBG Sep 15 08:34:00.952DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff, |
| 2521 | 2026-09-15T08:34:02.737Z | |
| 2522 | 2026-09-15T08:34:02.737Z | unit: freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:34:00.952Sep 15 08:34:00.952 |
| 2523 | 2026-09-15T08:34:02.737Z | INFO |
| 2524 | 2026-09-15T08:34:02.737Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 2525 | 2026-09-15T08:34:02.737Z | |
| 2526 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952 DEBG Sep 15 08:34:00.952reset freemap Sep 15 08:34:00.952, DEBGunit : Sep 15 08:34:00.952INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2527 | 2026-09-15T08:34:02.737Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO |
| 2528 | 2026-09-15T08:34:02.737Z | |
| 2529 | 2026-09-15T08:34:02.737Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2530 | 2026-09-15T08:34:02.737Z | INFOSep 15 08:34:00.952 Sep 15 08:34:00.952Sep 15 08:34:00.952 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 2531 | 2026-09-15T08:34:02.737Z | INFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2532 | 2026-09-15T08:34:02.737Z | |
| 2533 | 2026-09-15T08:34:02.737Z | DEBGSep 15 08:34:00.952 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 } }] |
| 2534 | 2026-09-15T08:34:02.737Z | 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 15 08:34:00.952 |
| 2535 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2536 | 2026-09-15T08:34:02.737Z | DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2537 | 2026-09-15T08:34:02.737Z | INFO Sep 15 08:34:00.952adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 2538 | 2026-09-15T08:34:02.737Z | DEBG |
| 2539 | 2026-09-15T08:34:02.737Z | 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 } }] |
| 2540 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952Sep 15 08:34:00.952Sep 15 08:34:00.952 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Sep 15 08:34:00.952 |
| 2541 | 2026-09-15T08:34:02.737Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG |
| 2542 | 2026-09-15T08:34:02.737Z | Sep 15 08:34:00.952 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 2543 | 2026-09-15T08:34:02.737Z | 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::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2544 | 2026-09-15T08:34:02.738Z | |
| 2545 | 2026-09-15T08:34:02.738Z | 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 } }]Sep 15 08:34:00.952Sep 15 08:34:00.952 |
| 2546 | 2026-09-15T08:34:02.738Z | DEBG Sep 15 08:34:00.952 DEBGINFOSep 15 08:34:00.952replacing 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:5::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2547 | 2026-09-15T08:34:02.738Z | |
| 2548 | 2026-09-15T08:34:02.738Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2549 | 2026-09-15T08:34:02.738Z | |
| 2550 | 2026-09-15T08:34:02.738Z | Sep 15 08:34:00.952 Sep 15 08:34:00.952Sep 15 08:34:00.952INFO DEBG Sep 15 08:34:00.952 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2551 | 2026-09-15T08:34:02.738Z | |
| 2552 | 2026-09-15T08:34:02.738Z | |
| 2553 | 2026-09-15T08:34:02.738Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2554 | 2026-09-15T08:34:02.738Z | Sep 15 08:34:00.952Sep 15 08:34:00.952INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:34:00.952INFO |
| 2555 | 2026-09-15T08:34:02.738Z | DEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2556 | 2026-09-15T08:34:02.738Z | 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 15 08:34:00.952 |
| 2557 | 2026-09-15T08:34:02.738Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2558 | 2026-09-15T08:34:02.738Z | DEBG Sep 15 08:34:00.952Sep 15 08:34:00.952 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 } }] INFOSep 15 08:34:00.952INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2559 | 2026-09-15T08:34:02.738Z | |
| 2560 | 2026-09-15T08:34:02.738Z | |
| 2561 | 2026-09-15T08:34:02.738Z | 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 15 08:34:00.952 |
| 2562 | 2026-09-15T08:34:02.738Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 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 |
| 2563 | 2026-09-15T08:34:02.738Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2564 | 2026-09-15T08:34:02.738Z | |
| 2565 | 2026-09-15T08:34:02.738Z | Sep 15 08:34:00.952INFO Sep 15 08:34:00.952 Sep 15 08:34:00.952adding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBGINFO INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2566 | 2026-09-15T08:34:02.742Z | |
| 2567 | 2026-09-15T08:34:02.742Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2568 | 2026-09-15T08:34:02.742Z | |
| 2569 | 2026-09-15T08:34:02.742Z | Sep 15 08:34:00.952 Sep 15 08:34:00.952DEBG Sep 15 08:34:00.952Sep 15 08:34:00.952 INFODEBGreplacing 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 } }] DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2570 | 2026-09-15T08:34:02.742Z | |
| 2571 | 2026-09-15T08:34:02.742Z | |
| 2572 | 2026-09-15T08:34:02.742Z | 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 } }] |
| 2573 | 2026-09-15T08:34:02.742Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952DEBG INFOINFOreplacing 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:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2574 | 2026-09-15T08:34:02.743Z | |
| 2575 | 2026-09-15T08:34:02.743Z | |
| 2576 | 2026-09-15T08:34:02.743Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2577 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952Sep 15 08:34:00.952Sep 15 08:34:00.952 DEBG INFO 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 } }] |
| 2578 | 2026-09-15T08:34:02.743Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2579 | 2026-09-15T08:34:02.743Z | |
| 2580 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952 Sep 15 08:34:00.952DEBG Sep 15 08:34:00.952INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2581 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952 |
| 2582 | 2026-09-15T08:34:02.743Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 2583 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952replacing 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 } }] |
| 2584 | 2026-09-15T08:34:02.743Z | DEBG Sep 15 08:34:00.952replacing 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 } }] |
| 2585 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 2586 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952Sep 15 08:34:00.952replacing 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 15 08:34:00.952INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2587 | 2026-09-15T08:34:02.743Z | |
| 2588 | 2026-09-15T08:34:02.743Z | 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 |
| 2589 | 2026-09-15T08:34:02.743Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2590 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952 DEBG INFOSep 15 08:34:00.952INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2591 | 2026-09-15T08:34:02.743Z | 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 } }] |
| 2592 | 2026-09-15T08:34:02.743Z | DEBG |
| 2593 | 2026-09-15T08:34:02.743Z | 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 } }] |
| 2594 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 DEBGSep 15 08:34:00.952 Sep 15 08:34:00.952replacing 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 |
| 2595 | 2026-09-15T08:34:02.743Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 15 08:34:00.952DEBG |
| 2596 | 2026-09-15T08:34:02.743Z | |
| 2597 | 2026-09-15T08:34:02.743Z | INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2598 | 2026-09-15T08:34:02.743Z | |
| 2599 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 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 } }]Sep 15 08:34:00.952 |
| 2600 | 2026-09-15T08:34:02.743Z | 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 15 08:34:00.952DEBG |
| 2601 | 2026-09-15T08:34:02.743Z | 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 15 08:34:00.952 |
| 2602 | 2026-09-15T08:34:02.743Z | INFOSep 15 08:34:00.952 Sep 15 08:34:00.952INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2603 | 2026-09-15T08:34:02.743Z | INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2604 | 2026-09-15T08:34:02.743Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO |
| 2605 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2606 | 2026-09-15T08:34:02.743Z | 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 } }]Sep 15 08:34:00.952 |
| 2607 | 2026-09-15T08:34:02.743Z | DEBGSep 15 08:34:00.952 Sep 15 08:34:00.952replacing 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 } }] |
| 2608 | 2026-09-15T08:34:02.743Z | DEBGSep 15 08:34:00.952 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 } }] Sep 15 08:34:00.952DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2609 | 2026-09-15T08:34:02.743Z | |
| 2610 | 2026-09-15T08:34:02.743Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2611 | 2026-09-15T08:34:02.743Z | |
| 2612 | 2026-09-15T08:34:02.743Z | Sep 15 08:34:00.952 Sep 15 08:34:00.952DEBGSep 15 08:34:00.952Sep 15 08:34:00.952 INFOINFO DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2613 | 2026-09-15T08:34:02.744Z | |
| 2614 | 2026-09-15T08:34:02.744Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2615 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952 |
| 2616 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952 INFODEBGSep 15 08:34:00.952 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:a::/64 -> 2001:db8::55:ff |
| 2617 | 2026-09-15T08:34:02.744Z | INFO |
| 2618 | 2026-09-15T08:34:02.744Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2619 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952 Sep 15 08:34:00.952DEBG Sep 15 08:34:00.952Sep 15 08:34:00.952 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 |
| 2620 | 2026-09-15T08:34:02.744Z | DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2621 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952adding route 3fff:beef:11::/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 } }] |
| 2622 | 2026-09-15T08:34:02.744Z | |
| 2623 | 2026-09-15T08:34:02.744Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2624 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952 INFOINFO DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2625 | 2026-09-15T08:34:02.744Z | |
| 2626 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952replacing 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 } }] |
| 2627 | 2026-09-15T08:34:02.744Z | 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 15 08:34:00.952 |
| 2628 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 DEBG DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2629 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952adding route 3fff:beef:c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2630 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952 |
| 2631 | 2026-09-15T08:34:02.744Z | INFO Sep 15 08:34:00.952 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 2632 | 2026-09-15T08:34:02.744Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2633 | 2026-09-15T08:34:02.744Z | DEBGINFOSep 15 08:34:00.952Sep 15 08:34:00.952 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:10::/64 -> 2001:db8::55:ff |
| 2634 | 2026-09-15T08:34:02.744Z | |
| 2635 | 2026-09-15T08:34:02.744Z | DEBG DEBGSep 15 08:34:00.952Sep 15 08:34:00.952 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 } }]INFODEBG 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:d::/64 -> 2001:db8::55:ff |
| 2636 | 2026-09-15T08:34:02.744Z | |
| 2637 | 2026-09-15T08:34:02.744Z | 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 } }] |
| 2638 | 2026-09-15T08:34:02.744Z | |
| 2639 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952Sep 15 08:34:00.952INFO INFODEBGINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2640 | 2026-09-15T08:34:02.744Z | 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 } }] |
| 2641 | 2026-09-15T08:34:02.744Z | |
| 2642 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2643 | 2026-09-15T08:34:02.744Z | DEBGSep 15 08:34:00.952Sep 15 08:34:00.952 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2644 | 2026-09-15T08:34:02.744Z | DEBG Sep 15 08:34:00.952replacing 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:e::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2645 | 2026-09-15T08:34:02.744Z | |
| 2646 | 2026-09-15T08:34:02.744Z | 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 } }]INFO |
| 2647 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 2648 | 2026-09-15T08:34:02.744Z | Sep 15 08:34:00.952replacing 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 15 08:34:00.952 Sep 15 08:34:00.952INFO |
| 2649 | 2026-09-15T08:34:02.744Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 2650 | 2026-09-15T08:34:02.744Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2651 | 2026-09-15T08:34:02.744Z | |
| 2652 | 2026-09-15T08:34:02.745Z | Sep 15 08:34:00.952 INFO Sep 15 08:34:00.952adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Sep 15 08:34:00.952 |
| 2653 | 2026-09-15T08:34:02.745Z | DEBGINFO Sep 15 08:34:00.952adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2654 | 2026-09-15T08:34:02.745Z | 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 } }]DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:34:00.952 |
| 2655 | 2026-09-15T08:34:02.745Z | |
| 2656 | 2026-09-15T08:34:02.745Z | 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 } }]DEBG |
| 2657 | 2026-09-15T08:34:02.745Z | 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 } }] |
| 2658 | 2026-09-15T08:34:02.745Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952 Sep 15 08:34:00.952 INFO INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 2659 | 2026-09-15T08:34:02.745Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2660 | 2026-09-15T08:34:02.745Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2661 | 2026-09-15T08:34:02.745Z | |
| 2662 | 2026-09-15T08:34:02.745Z | Sep 15 08:34:00.952Sep 15 08:34:00.952 Sep 15 08:34:00.952 DEBGDEBG Sep 15 08:34:00.952 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 } }] |
| 2663 | 2026-09-15T08:34:02.745Z | DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2664 | 2026-09-15T08:34:02.745Z | 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: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 } }] |
| 2665 | 2026-09-15T08:34:02.745Z | Sep 15 08:34:00.952 |
| 2666 | 2026-09-15T08:34:02.749Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2667 | 2026-09-15T08:34:02.749Z | INFOSep 15 08:34:00.952 Sep 15 08:34:00.952adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2668 | 2026-09-15T08:34:02.749Z | INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 15 08:34:00.952 |
| 2669 | 2026-09-15T08:34:02.749Z | |
| 2670 | 2026-09-15T08:34:02.749Z | Sep 15 08:34:00.952 DEBGDEBG Sep 15 08:34:00.953replacing 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 15 08:34:00.953 |
| 2671 | 2026-09-15T08:34:02.749Z | 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: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: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 } }] |
| 2672 | 2026-09-15T08:34:02.749Z | |
| 2673 | 2026-09-15T08:34:02.749Z | |
| 2674 | 2026-09-15T08:34:02.749Z | Sep 15 08:34:00.953 INFO Sep 15 08:34:00.953adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Sep 15 08:34:00.953INFOSep 15 08:34:00.953 |
| 2675 | 2026-09-15T08:34:02.749Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 2676 | 2026-09-15T08:34:02.749Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 2677 | 2026-09-15T08:34:02.749Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2678 | 2026-09-15T08:34:02.749Z | Sep 15 08:34:00.953Sep 15 08:34:00.953DEBG DEBGSep 15 08:34:00.953DEBGreplacing 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 } }] |
| 2679 | 2026-09-15T08:34:02.749Z | 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: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 } }] |
| 2680 | 2026-09-15T08:34:02.749Z | |
| 2681 | 2026-09-15T08:34:02.749Z | 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 } }] |
| 2682 | 2026-09-15T08:34:02.749Z | Sep 15 08:34:00.953 Sep 15 08:34:00.953INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 15 08:34:00.953Sep 15 08:34:00.953 |
| 2683 | 2026-09-15T08:34:02.749Z | INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2684 | 2026-09-15T08:34:02.749Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2685 | 2026-09-15T08:34:02.749Z | |
| 2686 | 2026-09-15T08:34:02.749Z | Sep 15 08:34:00.953 DEBGSep 15 08:34:00.953Sep 15 08:34:00.953 Sep 15 08:34:00.953DEBG 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 } }] |
| 2687 | 2026-09-15T08:34:02.749Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2688 | 2026-09-15T08:34:02.750Z | DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2689 | 2026-09-15T08:34:02.750Z | |
| 2690 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953Sep 15 08:34:00.953 Sep 15 08:34:00.953Sep 15 08:34:00.953 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2691 | 2026-09-15T08:34:02.750Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 2692 | 2026-09-15T08:34:02.750Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 2693 | 2026-09-15T08:34:02.750Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2694 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2695 | 2026-09-15T08:34:02.750Z | |
| 2696 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 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 15 08:34:00.953 |
| 2697 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 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 |
| 2698 | 2026-09-15T08:34:02.750Z | INFO Sep 15 08:34:00.953 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2699 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 2700 | 2026-09-15T08:34:02.750Z | |
| 2701 | 2026-09-15T08:34:02.750Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2702 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 DEBGSep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBGDEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2703 | 2026-09-15T08:34:02.750Z | 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: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 } }] |
| 2704 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 |
| 2705 | 2026-09-15T08:34:02.750Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2706 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 Sep 15 08:34:00.953INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2707 | 2026-09-15T08:34:02.750Z | INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2708 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953Sep 15 08:34:00.953 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2709 | 2026-09-15T08:34:02.750Z | DEBG Sep 15 08:34:00.953 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2710 | 2026-09-15T08:34:02.750Z | |
| 2711 | 2026-09-15T08:34:02.750Z | 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 15 08:34:00.953 |
| 2712 | 2026-09-15T08:34:02.750Z | DEBGSep 15 08:34:00.953Sep 15 08:34:00.953 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 } }]INFODEBGSep 15 08:34:00.953 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2713 | 2026-09-15T08:34:02.750Z | |
| 2714 | 2026-09-15T08:34:02.750Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2715 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2716 | 2026-09-15T08:34:02.750Z | INFO Sep 15 08:34:00.953adding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 Sep 15 08:34:00.953 |
| 2717 | 2026-09-15T08:34:02.750Z | DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2718 | 2026-09-15T08:34:02.750Z | adding route 3fff:beef:1c::/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 } }] |
| 2719 | 2026-09-15T08:34:02.750Z | |
| 2720 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBGINFODEBGSep 15 08:34:00.953 adding route 3fff:beef:13::/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 } }] |
| 2721 | 2026-09-15T08:34:02.750Z | |
| 2722 | 2026-09-15T08:34:02.750Z | INFO adding route 3fff:beef:1c::/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 } }] |
| 2723 | 2026-09-15T08:34:02.750Z | |
| 2724 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 Sep 15 08:34:00.953DEBG Sep 15 08:34:00.953 INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2725 | 2026-09-15T08:34:02.750Z | Sep 15 08:34:00.953 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 15 08:34:00.953DEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2726 | 2026-09-15T08:34:02.750Z | INFO |
| 2727 | 2026-09-15T08:34:02.751Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2728 | 2026-09-15T08:34:02.751Z | |
| 2729 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 Sep 15 08:34:00.953 DEBGINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2730 | 2026-09-15T08:34:02.751Z | |
| 2731 | 2026-09-15T08:34:02.751Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2732 | 2026-09-15T08:34:02.751Z | 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 15 08:34:00.953 |
| 2733 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953Sep 15 08:34:00.953 INFO INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2734 | 2026-09-15T08:34:02.751Z | INFO |
| 2735 | 2026-09-15T08:34:02.751Z | adding route 3fff:beef:19::/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 } }] |
| 2736 | 2026-09-15T08:34:02.751Z | |
| 2737 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBG DEBGSep 15 08:34:00.953 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 2738 | 2026-09-15T08:34:02.751Z | |
| 2739 | 2026-09-15T08:34:02.751Z | 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 } }] Sep 15 08:34:00.953 |
| 2740 | 2026-09-15T08:34:02.751Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 INFOINFO |
| 2741 | 2026-09-15T08:34:02.751Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 15 08:34:00.953adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2742 | 2026-09-15T08:34:02.751Z | |
| 2743 | 2026-09-15T08:34:02.751Z | INFO Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2744 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953replacing 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 } }] DEBGDEBG |
| 2745 | 2026-09-15T08:34:02.751Z | 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 15 08:34:00.953 |
| 2746 | 2026-09-15T08:34:02.751Z | 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 } }] |
| 2747 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953DEBGSep 15 08:34:00.953 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2748 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 2749 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2750 | 2026-09-15T08:34:02.751Z | INFO Sep 15 08:34:00.953adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 2751 | 2026-09-15T08:34:02.751Z | DEBG Sep 15 08:34:00.953adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2752 | 2026-09-15T08:34:02.751Z | DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2753 | 2026-09-15T08:34:02.751Z | 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 15 08:34:00.953 |
| 2754 | 2026-09-15T08:34:02.751Z | DEBGSep 15 08:34:00.953DEBGSep 15 08:34:00.953 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 } }]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 } }] |
| 2755 | 2026-09-15T08:34:02.751Z | |
| 2756 | 2026-09-15T08:34:02.751Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 2757 | 2026-09-15T08:34:02.751Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2758 | 2026-09-15T08:34:02.751Z | INFO Sep 15 08:34:00.953adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Sep 15 08:34:00.953 |
| 2759 | 2026-09-15T08:34:02.751Z | DEBGDEBG Sep 15 08:34:00.953replacing 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 } }] |
| 2760 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953 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 } }]INFODEBG adding route 3fff:beef:20::/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 } }] |
| 2761 | 2026-09-15T08:34:02.751Z | |
| 2762 | 2026-09-15T08:34:02.751Z | |
| 2763 | 2026-09-15T08:34:02.751Z | Sep 15 08:34:00.953 Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 INFOINFO DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2764 | 2026-09-15T08:34:02.751Z | 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 } }] |
| 2765 | 2026-09-15T08:34:02.751Z | |
| 2766 | 2026-09-15T08:34:02.755Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2767 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 INFODEBGSep 15 08:34:00.953DEBG 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:21::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 2768 | 2026-09-15T08:34:02.756Z | 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 } }] |
| 2769 | 2026-09-15T08:34:02.756Z | |
| 2770 | 2026-09-15T08:34:02.756Z | |
| 2771 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 INFO INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2772 | 2026-09-15T08:34:02.756Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2773 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953 |
| 2774 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953Sep 15 08:34:00.953INFO Sep 15 08:34:00.953DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2775 | 2026-09-15T08:34:02.756Z | 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:1e::/64 -> 2001:db8::55:ff |
| 2776 | 2026-09-15T08:34:02.756Z | |
| 2777 | 2026-09-15T08:34:02.756Z | INFOSep 15 08:34:00.953Sep 15 08:34:00.953 Sep 15 08:34:00.953DEBG INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 2778 | 2026-09-15T08:34:02.756Z | |
| 2779 | 2026-09-15T08:34:02.756Z | 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 } }] |
| 2780 | 2026-09-15T08:34:02.756Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2781 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBGINFODEBG 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 15 08:34:00.953 |
| 2782 | 2026-09-15T08:34:02.756Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2783 | 2026-09-15T08:34:02.756Z | 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 15 08:34:00.953 |
| 2784 | 2026-09-15T08:34:02.756Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 2785 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2786 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953 INFOSep 15 08:34:00.953 Sep 15 08:34:00.953adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO |
| 2787 | 2026-09-15T08:34:02.756Z | 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 } }]DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2788 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953 |
| 2789 | 2026-09-15T08:34:02.756Z | 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 } }] |
| 2790 | 2026-09-15T08:34:02.756Z | DEBG Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 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 |
| 2791 | 2026-09-15T08:34:02.756Z | INFODEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2792 | 2026-09-15T08:34:02.756Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2793 | 2026-09-15T08:34:02.756Z | 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 15 08:34:00.953 |
| 2794 | 2026-09-15T08:34:02.756Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2795 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953Sep 15 08:34:00.953 Sep 15 08:34:00.953DEBG Sep 15 08:34:00.953replacing 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 |
| 2796 | 2026-09-15T08:34:02.756Z | DEBG INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2797 | 2026-09-15T08:34:02.756Z | |
| 2798 | 2026-09-15T08:34:02.756Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2799 | 2026-09-15T08:34:02.756Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 INFO INFOINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2800 | 2026-09-15T08:34:02.756Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2801 | 2026-09-15T08:34:02.756Z | |
| 2802 | 2026-09-15T08:34:02.756Z | DEBGSep 15 08:34:00.953 Sep 15 08:34:00.953replacing 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 } }] |
| 2803 | 2026-09-15T08:34:02.756Z | DEBG Sep 15 08:34:00.953replacing 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 |
| 2804 | 2026-09-15T08:34:02.756Z | DEBG Sep 15 08:34:00.953replacing 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 15 08:34:00.953 |
| 2805 | 2026-09-15T08:34:02.757Z | 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 } }] INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2806 | 2026-09-15T08:34:02.757Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2807 | 2026-09-15T08:34:02.757Z | |
| 2808 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 INFO Sep 15 08:34:00.953adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2809 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 INFODEBG 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2810 | 2026-09-15T08:34:02.757Z | |
| 2811 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953replacing 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 } }] |
| 2812 | 2026-09-15T08:34:02.757Z | DEBGSep 15 08:34:00.953 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 |
| 2813 | 2026-09-15T08:34:02.757Z | 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 15 08:34:00.953 |
| 2814 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 15 08:34:00.953INFO Sep 15 08:34:00.953 |
| 2815 | 2026-09-15T08:34:02.757Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 15 08:34:00.953adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2816 | 2026-09-15T08:34:02.757Z | DEBG |
| 2817 | 2026-09-15T08:34:02.757Z | |
| 2818 | 2026-09-15T08:34:02.757Z | 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 15 08:34:00.953 |
| 2819 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953Sep 15 08:34:00.953DEBG 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 } }] |
| 2820 | 2026-09-15T08:34:02.757Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2821 | 2026-09-15T08:34:02.757Z | 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 15 08:34:00.953 |
| 2822 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 Sep 15 08:34:00.953INFOINFO Sep 15 08:34:00.953adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 2823 | 2026-09-15T08:34:02.757Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2824 | 2026-09-15T08:34:02.757Z | |
| 2825 | 2026-09-15T08:34:02.757Z | INFO Sep 15 08:34:00.953adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Sep 15 08:34:00.953 |
| 2826 | 2026-09-15T08:34:02.757Z | DEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2827 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953Sep 15 08:34:00.953replacing 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 } }] |
| 2828 | 2026-09-15T08:34:02.757Z | 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 } }]Sep 15 08:34:00.953replacing 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 } }] |
| 2829 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 |
| 2830 | 2026-09-15T08:34:02.757Z | INFOINFO Sep 15 08:34:00.953adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2831 | 2026-09-15T08:34:02.757Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2832 | 2026-09-15T08:34:02.757Z | INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2833 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG |
| 2834 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 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 } }] DEBGDEBG |
| 2835 | 2026-09-15T08:34:02.757Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2836 | 2026-09-15T08:34:02.757Z | |
| 2837 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953Sep 15 08:34:00.953 DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2838 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 |
| 2839 | 2026-09-15T08:34:02.757Z | Sep 15 08:34:00.953 INFOSep 15 08:34:00.953INFOSep 15 08:34:00.953 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2a::/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 } }] |
| 2840 | 2026-09-15T08:34:02.757Z | |
| 2841 | 2026-09-15T08:34:02.757Z | |
| 2842 | 2026-09-15T08:34:02.757Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 15 08:34:00.953Sep 15 08:34:00.953 DEBGDEBG Sep 15 08:34:00.953replacing 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: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 |
| 2843 | 2026-09-15T08:34:02.757Z | |
| 2844 | 2026-09-15T08:34:02.757Z | |
| 2845 | 2026-09-15T08:34:02.758Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2846 | 2026-09-15T08:34:02.758Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 INFO INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 2847 | 2026-09-15T08:34:02.758Z | |
| 2848 | 2026-09-15T08:34:02.758Z | 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 } }] |
| 2849 | 2026-09-15T08:34:02.758Z | |
| 2850 | 2026-09-15T08:34:02.758Z | Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 INFODEBGSep 15 08:34:00.953 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 2851 | 2026-09-15T08:34:02.758Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2852 | 2026-09-15T08:34:02.758Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffSep 15 08:34:00.953 |
| 2853 | 2026-09-15T08:34:02.758Z | |
| 2854 | 2026-09-15T08:34:02.758Z | DEBG Sep 15 08:34:00.953Sep 15 08:34:00.953Sep 15 08:34:00.953 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 } }]INFOINFO |
| 2855 | 2026-09-15T08:34:02.758Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2856 | 2026-09-15T08:34:02.758Z | |
| 2857 | 2026-09-15T08:34:02.758Z | 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 } }]Sep 15 08:34:00.954 |
| 2858 | 2026-09-15T08:34:02.758Z | Sep 15 08:34:00.954 DEBG Sep 15 08:34:00.954INFO Sep 15 08:34:00.954 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2859 | 2026-09-15T08:34:02.758Z | |
| 2860 | 2026-09-15T08:34:02.758Z | INFODEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2861 | 2026-09-15T08:34:02.758Z | |
| 2862 | 2026-09-15T08:34:02.758Z | Sep 15 08:34:00.954Sep 15 08:34:00.954 INFODEBGSep 15 08:34:00.954 Sep 15 08:34:00.954replacing 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 } }] |
| 2863 | 2026-09-15T08:34:02.758Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 2864 | 2026-09-15T08:34:02.758Z | 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 15 08:34:00.954adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2865 | 2026-09-15T08:34:02.758Z | |
| 2866 | 2026-09-15T08:34:02.762Z | INFOSep 15 08:34:00.954 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 15 08:34:00.954Sep 15 08:34:00.954 DEBGINFODEBG |
| 2867 | 2026-09-15T08:34:02.762Z | adding route 3fff:beef:2e::/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 } }] |
| 2868 | 2026-09-15T08:34:02.762Z | |
| 2869 | 2026-09-15T08:34:02.762Z | 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 } }] |
| 2870 | 2026-09-15T08:34:02.762Z | Sep 15 08:34:00.954 Sep 15 08:34:00.954Sep 15 08:34:00.954Sep 15 08:34:00.954Sep 15 08:34:00.954 INFO DEBGINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2871 | 2026-09-15T08:34:02.762Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2872 | 2026-09-15T08:34:02.762Z | created new freemapDEBG, Sep 15 08:34:00.954unitreplacing 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 } }]: |
| 2873 | 2026-09-15T08:34:02.762Z | |
| 2874 | 2026-09-15T08:34:02.762Z | freemap_route_ipv4DEBGSep 15 08:34:00.954 Sep 15 08:34:00.954 DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 15 08:34:00.954replacing 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 |
| 2875 | 2026-09-15T08:34:02.762Z | |
| 2876 | 2026-09-15T08:34:02.762Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2877 | 2026-09-15T08:34:02.762Z | |
| 2878 | 2026-09-15T08:34:02.762Z | INFO Sep 15 08:34:00.954adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Sep 15 08:34:00.954INFO |
| 2879 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954Sep 15 08:34:00.954 DEBG DEBG created new freemapSep 15 08:34:00.954, 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 } }]unitINFO: |
| 2880 | 2026-09-15T08:34:02.763Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2881 | 2026-09-15T08:34:02.763Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2882 | 2026-09-15T08:34:02.763Z | |
| 2883 | 2026-09-15T08:34:02.763Z | DEBGSep 15 08:34:00.954 DEBGSep 15 08:34:00.954 Sep 15 08:34:00.954Sep 15 08:34:00.954 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: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 DEBGDEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2884 | 2026-09-15T08:34:02.763Z | |
| 2885 | 2026-09-15T08:34:02.763Z | initted freemap. size: 64replacing 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 } }], |
| 2886 | 2026-09-15T08:34:02.763Z | unitSep 15 08:34:00.954: freemap_route_ipv4 INFO |
| 2887 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 |
| 2888 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2889 | 2026-09-15T08:34:02.763Z | DEBG INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 15 08:34:00.954 |
| 2890 | 2026-09-15T08:34:02.763Z | INFOSep 15 08:34:00.954Sep 15 08:34:00.954 DEBG |
| 2891 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 reset freemapINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff, DEBGunit :replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2892 | 2026-09-15T08:34:02.763Z | |
| 2893 | 2026-09-15T08:34:02.763Z | |
| 2894 | 2026-09-15T08:34:02.763Z | freemap_route_ipv4Sep 15 08:34:00.954 |
| 2895 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954DEBGSep 15 08:34:00.954 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 |
| 2896 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2897 | 2026-09-15T08:34:02.763Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 2898 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 Sep 15 08:34:00.954 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 } }] |
| 2899 | 2026-09-15T08:34:02.763Z | DEBGSep 15 08:34:00.954INFO initted freemap. size: 64, INFOunit:Sep 15 08:34:00.954 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff freemap_route_ipv6DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2900 | 2026-09-15T08:34:02.763Z | |
| 2901 | 2026-09-15T08:34:02.763Z | |
| 2902 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 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 15 08:34:00.954Sep 15 08:34:00.954INFOSep 15 08:34:00.954 DEBG |
| 2903 | 2026-09-15T08:34:02.763Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 2904 | 2026-09-15T08:34:02.763Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2905 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954reset freemap |
| 2906 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954, INFOunitINFO :adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 2907 | 2026-09-15T08:34:02.763Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2908 | 2026-09-15T08:34:02.763Z | |
| 2909 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 Sep 15 08:34:00.954Sep 15 08:34:00.954Sep 15 08:34:00.954 DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:34:00.954 |
| 2910 | 2026-09-15T08:34:02.763Z | 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 } }] INFO Sep 15 08:34:00.954adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2911 | 2026-09-15T08:34:02.763Z | INFO DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2912 | 2026-09-15T08:34:02.763Z | |
| 2913 | 2026-09-15T08:34:02.763Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2914 | 2026-09-15T08:34:02.763Z | 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 } }] |
| 2915 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954Sep 15 08:34:00.954 Sep 15 08:34:00.954DEBGSep 15 08:34:00.954INFO Sep 15 08:34:00.954replacing 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 } }] |
| 2916 | 2026-09-15T08:34:02.763Z | DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2917 | 2026-09-15T08:34:02.763Z | |
| 2918 | 2026-09-15T08:34:02.763Z | Sep 15 08:34:00.954 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 2919 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954Sep 15 08:34:00.954 DEBGINFOSep 15 08:34:00.954 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2920 | 2026-09-15T08:34:02.764Z | 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 } }] |
| 2921 | 2026-09-15T08:34:02.764Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2922 | 2026-09-15T08:34:02.764Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2923 | 2026-09-15T08:34:02.764Z | |
| 2924 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954Sep 15 08:34:00.954Sep 15 08:34:00.954 Sep 15 08:34:00.954INFO INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:34:00.954 |
| 2925 | 2026-09-15T08:34:02.764Z | 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 } }] |
| 2926 | 2026-09-15T08:34:02.764Z | DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2927 | 2026-09-15T08:34:02.764Z | |
| 2928 | 2026-09-15T08:34:02.764Z | 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 } }] |
| 2929 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954 Sep 15 08:34:00.954Sep 15 08:34:00.954DEBGSep 15 08:34:00.954 Sep 15 08:34:00.954 DEBGINFO INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2930 | 2026-09-15T08:34:02.764Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2931 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954 |
| 2932 | 2026-09-15T08:34:02.764Z | |
| 2933 | 2026-09-15T08:34:02.764Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2934 | 2026-09-15T08:34:02.764Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 15 08:34:00.954 |
| 2935 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954Sep 15 08:34:00.954 DEBGDEBGSep 15 08:34:00.954 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2936 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2937 | 2026-09-15T08:34:02.764Z | 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 } }] |
| 2938 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954replacing 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 } }] |
| 2939 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.954Sep 15 08:34:00.954 DEBGSep 15 08:34:00.954DEBGSep 15 08:34:00.955 DEBGcreated new freemap created new freemap, 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 } }]unitDEBG |
| 2940 | 2026-09-15T08:34:02.764Z | , :unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4 |
| 2941 | 2026-09-15T08:34:02.764Z | : |
| 2942 | 2026-09-15T08:34:02.764Z | freemap_route_ipv4 |
| 2943 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.955Sep 15 08:34:00.955 INFODEBG Sep 15 08:34:00.955adding route 3fff:dead::/64 -> 2001:db8::55:2 created new freemapDEBG |
| 2944 | 2026-09-15T08:34:02.764Z | , created new freemapunit, :unit :freemap_route_ipv6 |
| 2945 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.955freemap_route_ipv6 |
| 2946 | 2026-09-15T08:34:02.764Z | DEBG Sep 15 08:34:00.955 DEBG initted freemap. size: 64Sep 15 08:34:00.955, unitDEBG: 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 } }]initted freemap. size: 64 , freemap_route_ipv4 |
| 2947 | 2026-09-15T08:34:02.764Z | unit |
| 2948 | 2026-09-15T08:34:02.764Z | : freemap_route_ipv4 |
| 2949 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.955 Sep 15 08:34:00.955DEBG INFOreset freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 2950 | 2026-09-15T08:34:02.764Z | : Sep 15 08:34:00.955freemap_route_ipv4 |
| 2951 | 2026-09-15T08:34:02.764Z | DEBG Sep 15 08:34:00.955 reset freemapDEBG, |
| 2952 | 2026-09-15T08:34:02.764Z | Sep 15 08:34:00.955replacing 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 } }] |
| 2953 | 2026-09-15T08:34:02.764Z | DEBG unitinitted freemap. size: 64:Sep 15 08:34:00.955 , freemap_route_ipv4unit |
| 2954 | 2026-09-15T08:34:02.764Z | : INFOSep 15 08:34:00.955 freemap_route_ipv6Sep 15 08:34:00.955adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2955 | 2026-09-15T08:34:02.764Z | DEBGINFO |
| 2956 | 2026-09-15T08:34:02.764Z | initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Sep 15 08:34:00.955 |
| 2957 | 2026-09-15T08:34:02.764Z | unit Sep 15 08:34:00.955DEBG: DEBGreset freemapSep 15 08:34:00.955 , replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2958 | 2026-09-15T08:34:02.765Z | :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_ipv6freemap_route_ipv6 |
| 2959 | 2026-09-15T08:34:02.765Z | |
| 2960 | 2026-09-15T08:34:02.765Z | |
| 2961 | 2026-09-15T08:34:02.765Z | Sep 15 08:34:00.955 INFO Sep 15 08:34:00.955adding route 3fff:beef:2::/64 -> 2001:db8::55:ffSep 15 08:34:00.955Sep 15 08:34:00.955 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2962 | 2026-09-15T08:34:02.765Z | |
| 2963 | 2026-09-15T08:34:02.765Z | DEBG |
| 2964 | 2026-09-15T08:34:02.765Z | created new freemap, unitSep 15 08:34:00.955:Sep 15 08:34:00.955 Sep 15 08:34:00.955 DEBGDEBGSep 15 08:34:00.955 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 } }] |
| 2965 | 2026-09-15T08:34:02.765Z | |
| 2966 | 2026-09-15T08:34:02.769Z | 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: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 } }] |
| 2967 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955 |
| 2968 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 15 08:34:00.955 |
| 2969 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955 reset freemapINFO, adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit |
| 2970 | 2026-09-15T08:34:02.769Z | :created new freemapINFO, Sep 15 08:34:00.955unit :adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 2971 | 2026-09-15T08:34:02.769Z | 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 } }]freemap_route_ipv6 |
| 2972 | 2026-09-15T08:34:02.769Z | |
| 2973 | 2026-09-15T08:34:02.769Z | freemap_route_ipv6Sep 15 08:34:00.955 |
| 2974 | 2026-09-15T08:34:02.769Z | DEBGSep 15 08:34:00.955 Sep 15 08:34:00.955INFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Sep 15 08:34:00.955 |
| 2975 | 2026-09-15T08:34:02.769Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2976 | 2026-09-15T08:34:02.769Z | initted freemap. size: 64INFOSep 15 08:34:00.955, unit :adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOfreemap_route_ipv4 |
| 2977 | 2026-09-15T08:34:02.769Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2978 | 2026-09-15T08:34:02.769Z | |
| 2979 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955 Sep 15 08:34:00.955 DEBG Sep 15 08:34:00.955Sep 15 08:34:00.955replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:34:00.955DEBG |
| 2980 | 2026-09-15T08:34:02.769Z | 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 } }]reset freemapINFO, unitreplacing 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:2f::/64 -> 2001:db8::55:ff |
| 2981 | 2026-09-15T08:34:02.769Z | |
| 2982 | 2026-09-15T08:34:02.769Z | : |
| 2983 | 2026-09-15T08:34:02.769Z | freemap_route_ipv4Sep 15 08:34:00.955 |
| 2984 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955INFOSep 15 08:34:00.955 Sep 15 08:34:00.955INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 2985 | 2026-09-15T08:34:02.769Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 15 08:34:00.955 |
| 2986 | 2026-09-15T08:34:02.769Z | DEBGSep 15 08:34:00.955adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2987 | 2026-09-15T08:34:02.769Z | |
| 2988 | 2026-09-15T08:34:02.769Z | initted freemap. size: 64Sep 15 08:34:00.955, unitSep 15 08:34:00.955 :INFOSep 15 08:34:00.955 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG |
| 2989 | 2026-09-15T08:34:02.769Z | freemap_route_ipv6 |
| 2990 | 2026-09-15T08:34:02.769Z | 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 |
| 2991 | 2026-09-15T08:34:02.769Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2992 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955replacing 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 15 08:34:00.955 |
| 2993 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955DEBGSep 15 08:34:00.955 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2994 | 2026-09-15T08:34:02.769Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Sep 15 08:34:00.955 |
| 2995 | 2026-09-15T08:34:02.769Z | Sep 15 08:34:00.955INFODEBG INFOreset freemapINFO, adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit: |
| 2996 | 2026-09-15T08:34:02.770Z | freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2997 | 2026-09-15T08:34:02.770Z | |
| 2998 | 2026-09-15T08:34:02.770Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 15 08:34:00.955 |
| 2999 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955 Sep 15 08:34:00.955Sep 15 08:34:00.955 DEBG DEBG Sep 15 08:34:00.955INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3000 | 2026-09-15T08:34:02.770Z | |
| 3001 | 2026-09-15T08:34:02.770Z | 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 } }]DEBGDEBG |
| 3002 | 2026-09-15T08:34:02.770Z | 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 15 08:34:00.955replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:34:00.955Sep 15 08:34:00.955 |
| 3003 | 2026-09-15T08:34:02.770Z | INFO INFO |
| 3004 | 2026-09-15T08:34:02.770Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 15 08:34:00.955 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3005 | 2026-09-15T08:34:02.770Z | |
| 3006 | 2026-09-15T08:34:02.770Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3007 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 15 08:34:00.955 INFODEBGSep 15 08:34:00.955Sep 15 08:34:00.955 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 } }] |
| 3008 | 2026-09-15T08:34:02.770Z | DEBGINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3009 | 2026-09-15T08:34:02.770Z | 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 } }] |
| 3010 | 2026-09-15T08:34:02.770Z | |
| 3011 | 2026-09-15T08:34:02.770Z | |
| 3012 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955Sep 15 08:34:00.955 Sep 15 08:34:00.955DEBG Sep 15 08:34:00.955DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:34:00.955 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3013 | 2026-09-15T08:34:02.770Z | 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 } }] |
| 3014 | 2026-09-15T08:34:02.770Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3015 | 2026-09-15T08:34:02.770Z | INFO |
| 3016 | 2026-09-15T08:34:02.770Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffSep 15 08:34:00.955 |
| 3017 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955Sep 15 08:34:00.955 INFODEBGSep 15 08:34:00.955 INFO Sep 15 08:34:00.955 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:dead::/64 -> 2001:db8::55:3 |
| 3018 | 2026-09-15T08:34:02.770Z | DEBG |
| 3019 | 2026-09-15T08:34:02.770Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3020 | 2026-09-15T08:34:02.770Z | 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 |
| 3021 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955Sep 15 08:34:00.955 Sep 15 08:34:00.955DEBG 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 } }]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 15 08:34:00.955 |
| 3022 | 2026-09-15T08:34:02.770Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3023 | 2026-09-15T08:34:02.770Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3024 | 2026-09-15T08:34:02.770Z | |
| 3025 | 2026-09-15T08:34:02.770Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3026 | 2026-09-15T08:34:02.770Z | |
| 3027 | 2026-09-15T08:34:02.770Z | test route::tests::grow_succeeds ... ok |
| 3028 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955Sep 15 08:34:00.955 Sep 15 08:34:00.955INFO INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3029 | 2026-09-15T08:34:02.770Z | |
| 3030 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955Sep 15 08:34:00.955replacing 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 |
| 3031 | 2026-09-15T08:34:02.770Z | 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 15 08:34:00.955WARN |
| 3032 | 2026-09-15T08:34:02.770Z | Sep 15 08:34:00.955 Sep 15 08:34:00.955shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGDEBG |
| 3033 | 2026-09-15T08:34:02.770Z | 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 15 08:34:00.955 INFO |
| 3034 | 2026-09-15T08:34:02.770Z | INFOadding route 3fff:beef:3e::/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 } }] |
| 3035 | 2026-09-15T08:34:02.770Z | |
| 3036 | 2026-09-15T08:34:02.771Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 15 08:34:00.955 |
| 3037 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.955ERRO Sep 15 08:34:00.955DEBG 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 } }]INFOSep 15 08:34:00.955 |
| 3038 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.955 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG DEBG |
| 3039 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.955 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 } }] |
| 3040 | 2026-09-15T08:34:02.771Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO Sep 15 08:34:00.956adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 3041 | 2026-09-15T08:34:02.771Z | |
| 3042 | 2026-09-15T08:34:02.771Z | DEBGINFO Sep 15 08:34:00.962created new freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ff , |
| 3043 | 2026-09-15T08:34:02.771Z | unitERRO: shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 3044 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962 Sep 15 08:34:00.962DEBG freemap_route_ipv4DEBG |
| 3045 | 2026-09-15T08:34:02.771Z | 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 } }] |
| 3046 | 2026-09-15T08:34:02.771Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3047 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3048 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962 DEBG Sep 15 08:34:00.962Sep 15 08:34:00.962 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3049 | 2026-09-15T08:34:02.771Z | created new freemapreplacing 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, |
| 3050 | 2026-09-15T08:34:02.771Z | unitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff: |
| 3051 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 Sep 15 08:34:00.955 INFODEBG DEBG freemap_route_ipv6replacing 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:38::/64 -> 2001:db8::55:ff |
| 3052 | 2026-09-15T08:34:02.771Z | failed to allocate space for the new target list |
| 3053 | 2026-09-15T08:34:02.771Z | |
| 3054 | 2026-09-15T08:34:02.771Z | |
| 3055 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962 DEBGSep 15 08:34:00.962 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 15 08:34:00.962Sep 15 08:34:00.962DEBG |
| 3056 | 2026-09-15T08:34:02.771Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3057 | 2026-09-15T08:34:02.771Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 15 08:34:00.962 |
| 3058 | 2026-09-15T08:34:02.771Z | DEBG DEBGSep 15 08:34:00.962Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 3059 | 2026-09-15T08:34:02.771Z | |
| 3060 | 2026-09-15T08:34:02.771Z | failed to allocate space for the new target listINFO |
| 3061 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Sep 15 08:34:00.962INFO |
| 3062 | 2026-09-15T08:34:02.771Z | INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3063 | 2026-09-15T08:34:02.771Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3064 | 2026-09-15T08:34:02.771Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 Sep 15 08:34:00.962DEBG 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: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 } }] |
| 3065 | 2026-09-15T08:34:02.771Z | 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 } }] |
| 3066 | 2026-09-15T08:34:02.775Z | |
| 3067 | 2026-09-15T08:34:02.775Z | Sep 15 08:34:00.962 INFO Sep 15 08:34:00.962Sep 15 08:34:00.962adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3068 | 2026-09-15T08:34:02.776Z | INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3069 | 2026-09-15T08:34:02.776Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 15 08:34:00.962 |
| 3070 | 2026-09-15T08:34:02.776Z | 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 15 08:34:00.962 |
| 3071 | 2026-09-15T08:34:02.776Z | DEBG Sep 15 08:34:00.962replacing 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 } }] |
| 3072 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3073 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 3074 | 2026-09-15T08:34:02.776Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 15 08:34:00.962 |
| 3075 | 2026-09-15T08:34:02.776Z | INFO Sep 15 08:34:00.962adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Sep 15 08:34:00.962 |
| 3076 | 2026-09-15T08:34:02.776Z | DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3077 | 2026-09-15T08:34:02.776Z | 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 15 08:34:00.962 |
| 3078 | 2026-09-15T08:34:02.776Z | DEBGSep 15 08:34:00.962 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 |
| 3079 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 3080 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3081 | 2026-09-15T08:34:02.776Z | INFO Sep 15 08:34:00.962adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3082 | 2026-09-15T08:34:02.776Z | initted freemap. size: 64DEBGSep 15 08:34:00.962 , 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 } }]unitDEBGSep 15 08:34:00.962 |
| 3083 | 2026-09-15T08:34:02.776Z | :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 } }] |
| 3084 | 2026-09-15T08:34:02.776Z | freemap_route_ipv4DEBGSep 15 08:34:00.962 |
| 3085 | 2026-09-15T08:34:02.776Z | 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 } }]Sep 15 08:34:00.962 |
| 3086 | 2026-09-15T08:34:02.776Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 3087 | 2026-09-15T08:34:02.776Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3088 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962 Sep 15 08:34:00.962INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 15 08:34:00.962 Sep 15 08:34:00.962 |
| 3089 | 2026-09-15T08:34:02.776Z | DEBGreset freemapDEBG , replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3090 | 2026-09-15T08:34:02.776Z | 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 } }]: |
| 3091 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962freemap_route_ipv4 |
| 3092 | 2026-09-15T08:34:02.776Z | DEBGSep 15 08:34:00.962 Sep 15 08:34:00.962 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3093 | 2026-09-15T08:34:02.776Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3094 | 2026-09-15T08:34:02.776Z | |
| 3095 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962 DEBGSep 15 08:34:00.962 Sep 15 08:34:00.962initted freemap. size: 64Sep 15 08:34:00.962 , INFOunit :DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3096 | 2026-09-15T08:34:02.776Z | freemap_route_ipv6replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3097 | 2026-09-15T08:34:02.776Z | |
| 3098 | 2026-09-15T08:34:02.776Z | 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 } }]Sep 15 08:34:00.962 |
| 3099 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962DEBG Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBGDEBG failed to allocate space for the new target listreplacing 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 } }] failed to allocate space for the new target list |
| 3100 | 2026-09-15T08:34:02.776Z | reset freemap |
| 3101 | 2026-09-15T08:34:02.776Z | |
| 3102 | 2026-09-15T08:34:02.776Z | , unit:Sep 15 08:34:00.962 freemap_route_ipv6 Sep 15 08:34:00.962 |
| 3103 | 2026-09-15T08:34:02.776Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGSep 15 08:34:00.962 |
| 3104 | 2026-09-15T08:34:02.776Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:34:00.962DEBG |
| 3105 | 2026-09-15T08:34:02.776Z | Sep 15 08:34:00.962INFO replacing targets for 3fff:dead::/64 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3106 | 2026-09-15T08:34:02.776Z | |
| 3107 | 2026-09-15T08:34:02.777Z | 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 } }] |
| 3108 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962 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 15 08:34:00.962 |
| 3109 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:34:00.962 |
| 3110 | 2026-09-15T08:34:02.777Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 3111 | 2026-09-15T08:34:02.777Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 15 08:34:00.962 |
| 3112 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3113 | 2026-09-15T08:34:02.777Z | 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 } }] |
| 3114 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3115 | 2026-09-15T08:34:02.777Z | |
| 3116 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3117 | 2026-09-15T08:34:02.777Z | |
| 3118 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3119 | 2026-09-15T08:34:02.777Z | |
| 3120 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 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: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 } }] |
| 3121 | 2026-09-15T08:34:02.777Z | |
| 3122 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3123 | 2026-09-15T08:34:02.777Z | test route::tests::identity_replace_is_noop ... ok |
| 3124 | 2026-09-15T08:34:02.777Z | |
| 3125 | 2026-09-15T08:34:02.777Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3126 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 3127 | 2026-09-15T08:34:02.777Z | |
| 3128 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3129 | 2026-09-15T08:34:02.777Z | |
| 3130 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG 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: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 } }] |
| 3131 | 2026-09-15T08:34:02.777Z | |
| 3132 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3133 | 2026-09-15T08:34:02.777Z | |
| 3134 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3135 | 2026-09-15T08:34:02.777Z | |
| 3136 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3137 | 2026-09-15T08:34:02.777Z | |
| 3138 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3139 | 2026-09-15T08:34:02.777Z | |
| 3140 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3141 | 2026-09-15T08:34:02.777Z | |
| 3142 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3143 | 2026-09-15T08:34:02.777Z | |
| 3144 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3145 | 2026-09-15T08:34:02.777Z | |
| 3146 | 2026-09-15T08:34:02.777Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3147 | 2026-09-15T08:34:02.777Z | |
| 3148 | 2026-09-15T08:34:02.778Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3149 | 2026-09-15T08:34:02.778Z | |
| 3150 | 2026-09-15T08:34:02.778Z | Sep 15 08:34:00.962Sep 15 08:34:00.962 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: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 } }] |
| 3151 | 2026-09-15T08:34:02.778Z | Sep 15 08:34:00.963 DEBG created new freemap, Sep 15 08:34:00.963Sep 15 08:34:00.963unit :DEBGDEBG Sep 15 08:34:00.969freemap_route_ipv4created new freemap |
| 3152 | 2026-09-15T08:34:02.778Z | , created new freemapunitINFO: freemap_route_ipv4, adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3153 | 2026-09-15T08:34:02.778Z | unit |
| 3154 | 2026-09-15T08:34:02.778Z | : Sep 15 08:34:00.969Sep 15 08:34:00.969 DEBGDEBGSep 15 08:34:00.969 freemap_route_ipv4replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapDEBG, |
| 3155 | 2026-09-15T08:34:02.778Z | unit : |
| 3156 | 2026-09-15T08:34:02.778Z | created new freemap freemap_route_ipv6, |
| 3157 | 2026-09-15T08:34:02.778Z | unitSep 15 08:34:00.969 :DEBG Sep 15 08:34:00.969Sep 15 08:34:00.969 DEBGfreemap_route_ipv6 failed to allocate space for the new target list |
| 3158 | 2026-09-15T08:34:02.778Z | created new freemap |
| 3159 | 2026-09-15T08:34:02.778Z | , DEBGunit Sep 15 08:34:00.969: Sep 15 08:34:00.969initted freemap. size: 64DEBG DEBGinitted freemap. size: 64 , unitfreemap_route_ipv6: |
| 3160 | 2026-09-15T08:34:02.778Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv4 |
| 3161 | 2026-09-15T08:34:02.778Z | |
| 3162 | 2026-09-15T08:34:02.778Z | , unitSep 15 08:34:00.969: DEBG initted freemap. size: 64Sep 15 08:34:00.962, unitfreemap_route_ipv4:Sep 15 08:34:00.969 |
| 3163 | 2026-09-15T08:34:02.778Z | |
| 3164 | 2026-09-15T08:34:02.778Z | DEBG created new freemap freemap_route_ipv4, DEBGunit Sep 15 08:34:00.969Sep 15 08:34:00.969: reset freemap |
| 3165 | 2026-09-15T08:34:02.778Z | DEBG, INFO freemap_route_ipv4reset freemap |
| 3166 | 2026-09-15T08:34:02.783Z | unitSep 15 08:34:00.969adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff , |
| 3167 | 2026-09-15T08:34:02.783Z | DEBG reset freemap:, Sep 15 08:34:00.969unitunit:freemap_route_ipv4 |
| 3168 | 2026-09-15T08:34:02.783Z | freemap_route_ipv4DEBGSep 15 08:34:00.969 |
| 3169 | 2026-09-15T08:34:02.783Z | : freemap_route_ipv4DEBG |
| 3170 | 2026-09-15T08:34:02.783Z | 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 15 08:34:00.969created new freemapSep 15 08:34:00.969Sep 15 08:34:00.969 |
| 3171 | 2026-09-15T08:34:02.783Z | DEBGDEBG, unit initted freemap. size: 64Sep 15 08:34:00.969, : unitINFODEBG freemap_route_ipv6:adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3172 | 2026-09-15T08:34:02.783Z | |
| 3173 | 2026-09-15T08:34:02.783Z | initted freemap. size: 64 , freemap_route_ipv6Sep 15 08:34:00.969 initted freemap. size: 64unit, :unitDEBG Sep 15 08:34:00.969freemap_route_ipv6 |
| 3174 | 2026-09-15T08:34:02.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 } }] |
| 3175 | 2026-09-15T08:34:02.783Z | : |
| 3176 | 2026-09-15T08:34:02.783Z | DEBG freemap_route_ipv6initted freemap. size: 64 |
| 3177 | 2026-09-15T08:34:02.783Z | , Sep 15 08:34:00.969Sep 15 08:34:00.969unit : DEBG INFO Sep 15 08:34:00.969reset freemap freemap_route_ipv4adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff, |
| 3178 | 2026-09-15T08:34:02.783Z | unit |
| 3179 | 2026-09-15T08:34:02.783Z | :Sep 15 08:34:00.969 freemap_route_ipv6DEBGDEBGSep 15 08:34:00.969 Sep 15 08:34:00.969reset freemap DEBGDEBGreset freemap 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 } }], |
| 3180 | 2026-09-15T08:34:02.783Z | reset freemap, , unitunitunit |
| 3181 | 2026-09-15T08:34:02.783Z | :: Sep 15 08:34:00.969freemap_route_ipv4 Sep 15 08:34:00.969freemap_route_ipv6 |
| 3182 | 2026-09-15T08:34:02.783Z | : INFO |
| 3183 | 2026-09-15T08:34:02.783Z | INFOSep 15 08:34:00.969 Sep 15 08:34:00.969adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3184 | 2026-09-15T08:34:02.783Z | |
| 3185 | 2026-09-15T08:34:02.783Z | freemap_route_ipv6 |
| 3186 | 2026-09-15T08:34:02.783Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Sep 15 08:34:00.969initted freemap. size: 64 |
| 3187 | 2026-09-15T08:34:02.784Z | , unit:Sep 15 08:34:00.969 Sep 15 08:34:00.969DEBG 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 } }] |
| 3188 | 2026-09-15T08:34:02.784Z | 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 15 08:34:00.969freemap_route_ipv6 |
| 3189 | 2026-09-15T08:34:02.784Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:34:00.969 |
| 3190 | 2026-09-15T08:34:02.784Z | |
| 3191 | 2026-09-15T08:34:02.784Z | 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 15 08:34:00.969 |
| 3192 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 3193 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.1 Sep 15 08:34:00.969 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3194 | 2026-09-15T08:34:02.784Z | |
| 3195 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 reset freemapDEBGINFO , 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 15 08:34:00.969 |
| 3196 | 2026-09-15T08:34:02.784Z | adding route 172.17.0.0/32 -> 10.0.0.255unitDEBG:Sep 15 08:34:00.969 |
| 3197 | 2026-09-15T08:34:02.784Z | freemap_route_ipv6Sep 15 08:34:00.969 |
| 3198 | 2026-09-15T08:34:02.784Z | INFO INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 15 08:34:00.969 |
| 3199 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3200 | 2026-09-15T08:34:02.784Z | 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 } }] |
| 3201 | 2026-09-15T08:34:02.784Z | INFOSep 15 08:34:00.969 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3202 | 2026-09-15T08:34:02.784Z | |
| 3203 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 Sep 15 08:34:00.969Sep 15 08:34:00.969 INFODEBGDEBGSep 15 08:34:00.969 INFODEBG 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 } }] |
| 3204 | 2026-09-15T08:34:02.784Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3205 | 2026-09-15T08:34:02.784Z | |
| 3206 | 2026-09-15T08:34:02.784Z | 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 } }, NextHop { asic_port_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 15 08:34:00.969 |
| 3207 | 2026-09-15T08:34:02.784Z | |
| 3208 | 2026-09-15T08:34:02.784Z | INFO Sep 15 08:34:00.969adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 15 08:34:00.969 |
| 3209 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 DEBGSep 15 08:34:00.969INFO Sep 15 08:34:00.969INFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3210 | 2026-09-15T08:34:02.784Z | 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 } }] |
| 3211 | 2026-09-15T08:34:02.784Z | 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 } }] |
| 3212 | 2026-09-15T08:34:02.784Z | 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 } }] |
| 3213 | 2026-09-15T08:34:02.784Z | |
| 3214 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 INFO Sep 15 08:34:00.969adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3215 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 DEBGSep 15 08:34:00.969INFO Sep 15 08:34:00.969 INFODEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:00.969replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3216 | 2026-09-15T08:34:02.784Z | |
| 3217 | 2026-09-15T08:34:02.784Z | |
| 3218 | 2026-09-15T08:34:02.784Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 15 08:34:00.969 |
| 3219 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:34:00.969adding route 172.16.0.0/32 -> 10.0.0.3 Sep 15 08:34:00.969INFO |
| 3220 | 2026-09-15T08:34:02.784Z | |
| 3221 | 2026-09-15T08:34:02.784Z | 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 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255Sep 15 08:34:00.969 |
| 3222 | 2026-09-15T08:34:02.784Z | |
| 3223 | 2026-09-15T08:34:02.784Z | DEBGSep 15 08:34:00.969 |
| 3224 | 2026-09-15T08:34:02.784Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3225 | 2026-09-15T08:34:02.784Z | Sep 15 08:34:00.969 INFOINFOSep 15 08:34:00.969 Sep 15 08:34:00.969 adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 3226 | 2026-09-15T08:34:02.785Z | |
| 3227 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969DEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 15 08:34:00.969 |
| 3228 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969 DEBGDEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3229 | 2026-09-15T08:34:02.785Z | 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 } }] |
| 3230 | 2026-09-15T08:34:02.785Z | |
| 3231 | 2026-09-15T08:34:02.785Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3232 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969 Sep 15 08:34:00.969DEBG INFOSep 15 08:34:00.969 Sep 15 08:34:00.969 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3233 | 2026-09-15T08:34:02.785Z | DEBG DEBGSep 15 08:34:00.969 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3234 | 2026-09-15T08:34:02.785Z | |
| 3235 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969replacing 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 } }] |
| 3236 | 2026-09-15T08:34:02.785Z | INFODEBG Sep 15 08:34:00.969replacing 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 } }] |
| 3237 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969 Sep 15 08:34:00.969DEBG WARNadding route 172.17.0.4/32 -> 10.0.0.255INFOSep 15 08:34:00.969replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.1/32 -> 10.0.0.255 |
| 3238 | 2026-09-15T08:34:02.785Z | INFO |
| 3239 | 2026-09-15T08:34:02.785Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3240 | 2026-09-15T08:34:02.785Z | |
| 3241 | 2026-09-15T08:34:02.785Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3242 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969 Sep 15 08:34:00.969 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3243 | 2026-09-15T08:34:02.785Z | |
| 3244 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969Sep 15 08:34:00.969 DEBGINFOSep 15 08:34:00.969 adding route 172.17.0.2/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 } }] |
| 3245 | 2026-09-15T08:34:02.785Z | |
| 3246 | 2026-09-15T08:34:02.785Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3247 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969 DEBG Sep 15 08:34:00.969replacing 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 15 08:34:00.969 |
| 3248 | 2026-09-15T08:34:02.785Z | DEBG INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:00.963adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3249 | 2026-09-15T08:34:02.785Z | |
| 3250 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969DEBG created new freemapSep 15 08:34:00.969 , unitINFOSep 15 08:34:00.969: INFO freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3251 | 2026-09-15T08:34:02.785Z | DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3252 | 2026-09-15T08:34:02.785Z | |
| 3253 | 2026-09-15T08:34:02.785Z | 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 } }] |
| 3254 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.969Sep 15 08:34:00.969 DEBGDEBG Sep 15 08:34:00.969replacing 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 } }] |
| 3255 | 2026-09-15T08:34:02.785Z | DEBGSep 15 08:34:00.963created new freemap replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Sep 15 08:34:00.970created new freemap , DEBGunitSep 15 08:34:00.970 : created new freemap DEBGfreemap_route_ipv4, unit |
| 3256 | 2026-09-15T08:34:02.785Z | : freemap_route_ipv4 |
| 3257 | 2026-09-15T08:34:02.785Z | |
| 3258 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.975Sep 15 08:34:00.969 DEBGDEBGSep 15 08:34:00.969 Sep 15 08:34:00.975created new freemap , created new freemap Sep 15 08:34:00.975INFO, unitunitDEBG created new freemap:adding route 172.17.0.4/32 -> 10.0.0.255, |
| 3259 | 2026-09-15T08:34:02.785Z | INFOunit :: adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6Sep 15 08:34:00.975 |
| 3260 | 2026-09-15T08:34:02.785Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 3261 | 2026-09-15T08:34:02.785Z | |
| 3262 | 2026-09-15T08:34:02.785Z | |
| 3263 | 2026-09-15T08:34:02.785Z | freemap_route_ipv6Sep 15 08:34:00.975 |
| 3264 | 2026-09-15T08:34:02.785Z | Sep 15 08:34:00.975DEBGSep 15 08:34:00.975 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 15 08:34:00.975 |
| 3265 | 2026-09-15T08:34:02.785Z | INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:34:00.975 |
| 3266 | 2026-09-15T08:34:02.790Z | Sep 15 08:34:00.975 initted freemap. size: 64DEBGINFO adding route 172.17.0.8/32 -> 10.0.0.255initted freemap. size: 64DEBG |
| 3267 | 2026-09-15T08:34:02.790Z | , , unit: unitSep 15 08:34:00.975freemap_route_ipv4 |
| 3268 | 2026-09-15T08:34:02.790Z | DEBG Sep 15 08:34:00.975: DEBGSep 15 08:34:00.975replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 DEBG |
| 3269 | 2026-09-15T08:34:02.790Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 3270 | 2026-09-15T08:34:02.790Z | |
| 3271 | 2026-09-15T08:34:02.790Z | created new freemap, Sep 15 08:34:00.975unit Sep 15 08:34:00.975INFOSep 15 08:34:00.975: , adding route 172.17.0.9/32 -> 10.0.0.255unit INFO freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3272 | 2026-09-15T08:34:02.790Z | |
| 3273 | 2026-09-15T08:34:02.790Z | DEBG |
| 3274 | 2026-09-15T08:34:02.790Z | : Sep 15 08:34:00.975reset freemap Sep 15 08:34:00.975DEBGSep 15 08:34:00.975 , unitreplacing 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 } }]: |
| 3275 | 2026-09-15T08:34:02.790Z | DEBG freemap_route_ipv6replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3276 | 2026-09-15T08:34:02.790Z | |
| 3277 | 2026-09-15T08:34:02.790Z | |
| 3278 | 2026-09-15T08:34:02.790Z | DEBG Sep 15 08:34:00.975 Sep 15 08:34:00.975Sep 15 08:34:00.975 DEBGINFO initted freemap. size: 64 initted freemap. size: 64INFO, unitSep 15 08:34:00.975:adding route 172.17.0.10/32 -> 10.0.0.255 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3279 | 2026-09-15T08:34:02.790Z | |
| 3280 | 2026-09-15T08:34:02.790Z | freemap_route_ipv6, unit |
| 3281 | 2026-09-15T08:34:02.790Z | :DEBG Sep 15 08:34:00.975freemap_route_ipv6 |
| 3282 | 2026-09-15T08:34:02.790Z | initted freemap. size: 64DEBG , Sep 15 08:34:00.975unitreplacing 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 15 08:34:00.975: DEBG |
| 3283 | 2026-09-15T08:34:02.790Z | freemap_route_ipv4reset freemapDEBG, |
| 3284 | 2026-09-15T08:34:02.790Z | 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 15 08:34:00.975unitSep 15 08:34:00.975 |
| 3285 | 2026-09-15T08:34:02.790Z | : INFO freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3286 | 2026-09-15T08:34:02.790Z | Sep 15 08:34:00.975 |
| 3287 | 2026-09-15T08:34:02.790Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3288 | 2026-09-15T08:34:02.790Z | DEBGSep 15 08:34:00.975 Sep 15 08:34:00.975 Sep 15 08:34:00.975reset freemapDEBG DEBGINFO, unit adding route 3fff:dead::/64 -> 2001:db8::55:1: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 } }] |
| 3289 | 2026-09-15T08:34:02.790Z | freemap_route_ipv6Sep 15 08:34:00.975 |
| 3290 | 2026-09-15T08:34:02.790Z | DEBGSep 15 08:34:00.975reset freemap , DEBGunit :Sep 15 08:34:00.975replacing 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 } }] |
| 3291 | 2026-09-15T08:34:02.790Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3292 | 2026-09-15T08:34:02.790Z | INFOfreemap_route_ipv4 |
| 3293 | 2026-09-15T08:34:02.790Z | |
| 3294 | 2026-09-15T08:34:02.790Z | adding route 172.17.0.12/32 -> 10.0.0.255Sep 15 08:34:00.975 |
| 3295 | 2026-09-15T08:34:02.790Z | Sep 15 08:34:00.975INFO Sep 15 08:34:00.975 adding route 172.17.0.9/32 -> 10.0.0.255Sep 15 08:34:00.975 |
| 3296 | 2026-09-15T08:34:02.790Z | INFODEBG INFOSep 15 08:34:00.975 adding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:34:00.975DEBG |
| 3297 | 2026-09-15T08:34:02.790Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3298 | 2026-09-15T08:34:02.790Z | DEBGinitted freemap. size: 64replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 3299 | 2026-09-15T08:34:02.790Z | 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 } }] |
| 3300 | 2026-09-15T08:34:02.791Z | :Sep 15 08:34:00.975 Sep 15 08:34:00.975freemap_route_ipv6Sep 15 08:34:00.975Sep 15 08:34:00.975DEBG DEBGINFO |
| 3301 | 2026-09-15T08:34:02.791Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3302 | 2026-09-15T08:34:02.791Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3303 | 2026-09-15T08:34:02.791Z | adding route 172.17.0.13/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 15 08:34:00.975 |
| 3304 | 2026-09-15T08:34:02.791Z | |
| 3305 | 2026-09-15T08:34:02.791Z | DEBGSep 15 08:34:00.975 DEBGSep 15 08:34:00.975Sep 15 08:34:00.975Sep 15 08:34:00.975 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3306 | 2026-09-15T08:34:02.791Z | 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 |
| 3307 | 2026-09-15T08:34:02.791Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 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 } }] |
| 3308 | 2026-09-15T08:34:02.791Z | reset freemapSep 15 08:34:00.975 |
| 3309 | 2026-09-15T08:34:02.791Z | INFO, unitSep 15 08:34:00.975adding route 172.17.0.11/32 -> 10.0.0.255Sep 15 08:34:00.975 |
| 3310 | 2026-09-15T08:34:02.791Z | : INFODEBG freemap_route_ipv6Sep 15 08:34:00.975 |
| 3311 | 2026-09-15T08:34:02.791Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3312 | 2026-09-15T08:34:02.791Z | 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 } }] |
| 3313 | 2026-09-15T08:34:02.791Z | |
| 3314 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975 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 15 08:34:00.975 |
| 3315 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975 Sep 15 08:34:00.975INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 3316 | 2026-09-15T08:34:02.791Z | |
| 3317 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3318 | 2026-09-15T08:34:02.791Z | INFO Sep 15 08:34:00.975adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3319 | 2026-09-15T08:34:02.791Z | 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 } }]Sep 15 08:34:00.975 |
| 3320 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975Sep 15 08:34:00.975 DEBG DEBGDEBG Sep 15 08:34:00.975 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 } }] |
| 3321 | 2026-09-15T08:34:02.791Z | 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 } }] |
| 3322 | 2026-09-15T08:34:02.791Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3323 | 2026-09-15T08:34:02.791Z | |
| 3324 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975 Sep 15 08:34:00.975INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255Sep 15 08:34:00.975 |
| 3325 | 2026-09-15T08:34:02.791Z | DEBGadding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3326 | 2026-09-15T08:34:02.791Z | |
| 3327 | 2026-09-15T08:34:02.791Z | test route::tests::same_size_non_subset_replace ... ok |
| 3328 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975 Sep 15 08:34:00.975INFO DEBGSep 15 08:34:00.975 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 15 08:34:00.975INFO |
| 3329 | 2026-09-15T08:34:02.791Z | |
| 3330 | 2026-09-15T08:34:02.791Z | DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3331 | 2026-09-15T08:34:02.791Z | 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 15 08:34:00.975 |
| 3332 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975DEBG 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 } }] |
| 3333 | 2026-09-15T08:34:02.791Z | 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 15 08:34:00.975 |
| 3334 | 2026-09-15T08:34:02.791Z | INFOSep 15 08:34:00.975 adding route 172.17.0.17/32 -> 10.0.0.255INFOSep 15 08:34:00.975Sep 15 08:34:00.975 |
| 3335 | 2026-09-15T08:34:02.791Z | INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 3336 | 2026-09-15T08:34:02.791Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3337 | 2026-09-15T08:34:02.791Z | |
| 3338 | 2026-09-15T08:34:02.791Z | Sep 15 08:34:00.975Sep 15 08:34:00.975 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.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 } }] |
| 3339 | 2026-09-15T08:34:02.791Z | |
| 3340 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.975 Sep 15 08:34:00.975Sep 15 08:34:00.975DEBG Sep 15 08:34:00.975 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 } }] |
| 3341 | 2026-09-15T08:34:02.792Z | INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 3342 | 2026-09-15T08:34:02.792Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 3343 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.975Sep 15 08:34:00.975replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3344 | 2026-09-15T08:34:02.792Z | 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 } }]INFOSep 15 08:34:00.975 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3345 | 2026-09-15T08:34:02.792Z | DEBG |
| 3346 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.975 INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:00.975Sep 15 08:34:00.975 adding route 172.16.0.0/32 -> 10.0.0.4 INFO |
| 3347 | 2026-09-15T08:34:02.792Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 3348 | 2026-09-15T08:34:02.792Z | |
| 3349 | 2026-09-15T08:34:02.792Z | 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 15 08:34:00.975 |
| 3350 | 2026-09-15T08:34:02.792Z | DEBGSep 15 08:34:00.975 Sep 15 08:34:00.975INFO Sep 15 08:34:00.975adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3351 | 2026-09-15T08:34:02.792Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3352 | 2026-09-15T08:34:02.792Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3353 | 2026-09-15T08:34:02.792Z | 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 15 08:34:00.976 |
| 3354 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.976 Sep 15 08:34:00.976DEBGDEBG Sep 15 08:34:00.976replacing 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 |
| 3355 | 2026-09-15T08:34:02.792Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3356 | 2026-09-15T08:34:02.792Z | adding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3357 | 2026-09-15T08:34:02.792Z | |
| 3358 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.976Sep 15 08:34:00.976 INFOSep 15 08:34:00.969 INFO adding route 172.17.0.18/32 -> 10.0.0.255Sep 15 08:34:00.976 |
| 3359 | 2026-09-15T08:34:02.792Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 15 08:34:00.976DEBG |
| 3360 | 2026-09-15T08:34:02.792Z | adding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:34:00.976 |
| 3361 | 2026-09-15T08:34:02.792Z | DEBGDEBGreplacing 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 15 08:34:00.976 |
| 3362 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.976 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3363 | 2026-09-15T08:34:02.792Z | 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 } }] |
| 3364 | 2026-09-15T08:34:02.792Z | Sep 15 08:34:00.976 |
| 3365 | 2026-09-15T08:34:02.792Z | DEBG INFO adding route 172.17.0.21/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 } }] |
| 3366 | 2026-09-15T08:34:02.796Z | Sep 15 08:34:00.976 |
| 3367 | 2026-09-15T08:34:02.796Z | INFO Sep 15 08:34:00.976Sep 15 08:34:00.976Sep 15 08:34:00.976 Sep 15 08:34:00.976DEBGINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3368 | 2026-09-15T08:34:02.796Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 3369 | 2026-09-15T08:34:02.796Z | 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 } }] |
| 3370 | 2026-09-15T08:34:02.796Z | INFO Sep 15 08:34:00.976Sep 15 08:34:00.976 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255Sep 15 08:34:00.976 DEBG DEBG |
| 3371 | 2026-09-15T08:34:02.796Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3372 | 2026-09-15T08:34:02.796Z | |
| 3373 | 2026-09-15T08:34:02.796Z | 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 } }] |
| 3374 | 2026-09-15T08:34:02.796Z | Sep 15 08:34:00.976 Sep 15 08:34:00.982 DEBGDEBG created new freemapreplacing 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 15 08:34:00.982 |
| 3375 | 2026-09-15T08:34:02.796Z | , |
| 3376 | 2026-09-15T08:34:02.796Z | unit:DEBG Sep 15 08:34:00.982Sep 15 08:34:00.982replacing 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 } }] |
| 3377 | 2026-09-15T08:34:02.796Z | INFOINFOfreemap_route_ipv4 |
| 3378 | 2026-09-15T08:34:02.797Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3379 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982 INFOSep 15 08:34:00.982 created new freemapadding route 172.17.0.23/32 -> 10.0.0.255, |
| 3380 | 2026-09-15T08:34:02.797Z | unit: freemap_route_ipv4Sep 15 08:34:00.982DEBGSep 15 08:34:00.982 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3381 | 2026-09-15T08:34:02.797Z | |
| 3382 | 2026-09-15T08:34:02.797Z | 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 } }] |
| 3383 | 2026-09-15T08:34:02.797Z | DEBG Sep 15 08:34:00.982created new freemapSep 15 08:34:00.982, Sep 15 08:34:00.982unit INFO: DEBG adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6 |
| 3384 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982 |
| 3385 | 2026-09-15T08:34:02.797Z | INFO created new freemap , INFOunit Sep 15 08:34:00.982Sep 15 08:34:00.982adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3386 | 2026-09-15T08:34:02.797Z | |
| 3387 | 2026-09-15T08:34:02.797Z | : DEBG freemap_route_ipv6Sep 15 08:34:00.982 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 |
| 3388 | 2026-09-15T08:34:02.797Z | |
| 3389 | 2026-09-15T08:34:02.797Z | 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 15 08:34:00.982 |
| 3390 | 2026-09-15T08:34:02.797Z | DEBG Sep 15 08:34:00.982DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64Sep 15 08:34:00.982, |
| 3391 | 2026-09-15T08:34:02.797Z | INFOSep 15 08:34:00.982 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitINFOinitted freemap. size: 64: |
| 3392 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982, unitfreemap_route_ipv4: |
| 3393 | 2026-09-15T08:34:02.797Z | adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 3394 | 2026-09-15T08:34:02.797Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3395 | 2026-09-15T08:34:02.797Z | freemap_route_ipv4 |
| 3396 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982Sep 15 08:34:00.982 Sep 15 08:34:00.982DEBG 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 } }] Sep 15 08:34:00.982DEBGreset freemapSep 15 08:34:00.982, |
| 3397 | 2026-09-15T08:34:02.797Z | unit: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 } }]Sep 15 08:34:00.982reset freemapDEBG |
| 3398 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982freemap_route_ipv4, |
| 3399 | 2026-09-15T08:34:02.797Z | unit: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 } }] |
| 3400 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3401 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982 |
| 3402 | 2026-09-15T08:34:02.797Z | INFO INFO |
| 3403 | 2026-09-15T08:34:02.797Z | adding route 172.17.0.7/32 -> 10.0.0.255Sep 15 08:34:00.982 |
| 3404 | 2026-09-15T08:34:02.797Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3405 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982 Sep 15 08:34:00.982 Sep 15 08:34:00.982Sep 15 08:34:00.982Sep 15 08:34:00.982 DEBGDEBGDEBG DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 3406 | 2026-09-15T08:34:02.797Z | |
| 3407 | 2026-09-15T08:34:02.797Z | INFOinitted freemap. size: 64 |
| 3408 | 2026-09-15T08:34:02.797Z | , initted freemap. size: 64unitSep 15 08:34:00.982Sep 15 08:34:00.982Sep 15 08:34:00.982 :, INFO INFOINFO freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3409 | 2026-09-15T08:34:02.797Z | |
| 3410 | 2026-09-15T08:34:02.797Z | adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3411 | 2026-09-15T08:34:02.797Z | |
| 3412 | 2026-09-15T08:34:02.797Z | unit: |
| 3413 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982freemap_route_ipv6Sep 15 08:34:00.982 |
| 3414 | 2026-09-15T08:34:02.797Z | Sep 15 08:34:00.982DEBG Sep 15 08:34:00.982DEBG DEBG DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3415 | 2026-09-15T08:34:02.797Z | 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 15 08:34:00.982reset freemapSep 15 08:34:00.982 , DEBGunit |
| 3416 | 2026-09-15T08:34:02.797Z | DEBG: reset freemapfreemap_route_ipv6replacing 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 } }], |
| 3417 | 2026-09-15T08:34:02.797Z | |
| 3418 | 2026-09-15T08:34:02.798Z | 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 } }] |
| 3419 | 2026-09-15T08:34:02.798Z | unit:Sep 15 08:34:00.982Sep 15 08:34:00.982Sep 15 08:34:00.982 , Sep 15 08:34:00.982 unitINFO :INFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3420 | 2026-09-15T08:34:02.798Z | adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3421 | 2026-09-15T08:34:02.798Z | |
| 3422 | 2026-09-15T08:34:02.798Z | freemap_route_ipv6 |
| 3423 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982Sep 15 08:34:00.982 Sep 15 08:34:00.982DEBG 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 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 } }] |
| 3424 | 2026-09-15T08:34:02.798Z | |
| 3425 | 2026-09-15T08:34:02.798Z | |
| 3426 | 2026-09-15T08:34:02.798Z | INFO Sep 15 08:34:00.982adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64Sep 15 08:34:00.982, Sep 15 08:34:00.982Sep 15 08:34:00.982 |
| 3427 | 2026-09-15T08:34:02.798Z | DEBGunit : INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3428 | 2026-09-15T08:34:02.798Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3429 | 2026-09-15T08:34:02.798Z | freemap_route_ipv4adding route 172.17.0.29/32 -> 10.0.0.255Sep 15 08:34:00.982 |
| 3430 | 2026-09-15T08:34:02.798Z | |
| 3431 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982 INFODEBG INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3432 | 2026-09-15T08:34:02.798Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3433 | 2026-09-15T08:34:02.798Z | |
| 3434 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982 Sep 15 08:34:00.982 DEBG DEBGreset freemap Sep 15 08:34:00.982, 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 15 08:34:00.982unit |
| 3435 | 2026-09-15T08:34:02.798Z | :INFO DEBGfreemap_route_ipv4Sep 15 08:34:00.982 |
| 3436 | 2026-09-15T08:34:02.798Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3437 | 2026-09-15T08:34:02.798Z | INFO |
| 3438 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982adding route 172.17.0.30/32 -> 10.0.0.255Sep 15 08:34:00.982 |
| 3439 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982 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 } }]Sep 15 08:34:00.982 Sep 15 08:34:00.982DEBG |
| 3440 | 2026-09-15T08:34:02.798Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:34:00.982 DEBG |
| 3441 | 2026-09-15T08:34:02.798Z | 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 } }]initted freemap. size: 64DEBGINFO |
| 3442 | 2026-09-15T08:34:02.798Z | , adding route 172.17.0.11/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 } }]Sep 15 08:34:00.982 |
| 3443 | 2026-09-15T08:34:02.798Z | unit |
| 3444 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982: INFO freemap_route_ipv6INFO |
| 3445 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3446 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982DEBGSep 15 08:34:00.982 INFOSep 15 08:34:00.982 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 } }] |
| 3447 | 2026-09-15T08:34:02.798Z | DEBGSep 15 08:34:00.982INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3448 | 2026-09-15T08:34:02.798Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3449 | 2026-09-15T08:34:02.798Z | 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 15 08:34:00.982 |
| 3450 | 2026-09-15T08:34:02.798Z | |
| 3451 | 2026-09-15T08:34:02.798Z | DEBGINFO Sep 15 08:34:00.982Sep 15 08:34:00.982reset freemap , DEBGSep 15 08:34:00.982adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3452 | 2026-09-15T08:34:02.798Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3453 | 2026-09-15T08:34:02.798Z | :Sep 15 08:34:00.982DEBGINFO Sep 15 08:34:00.982 freemap_route_ipv6 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3454 | 2026-09-15T08:34:02.798Z | Sep 15 08:34:00.982replacing 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 } }] |
| 3455 | 2026-09-15T08:34:02.798Z | 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 |
| 3456 | 2026-09-15T08:34:02.798Z | |
| 3457 | 2026-09-15T08:34:02.798Z | DEBG Sep 15 08:34:00.982 Sep 15 08:34:00.982Sep 15 08:34:00.982 Sep 15 08:34:00.982 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3458 | 2026-09-15T08:34:02.799Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.32/32 -> 10.0.0.255DEBG |
| 3459 | 2026-09-15T08:34:02.799Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 3460 | 2026-09-15T08:34:02.799Z | |
| 3461 | 2026-09-15T08:34:02.799Z | Sep 15 08:34:00.982 |
| 3462 | 2026-09-15T08:34:02.799Z | 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 } }]INFO Sep 15 08:34:00.982 |
| 3463 | 2026-09-15T08:34:02.799Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Sep 15 08:34:00.982adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3464 | 2026-09-15T08:34:02.799Z | Sep 15 08:34:00.982Sep 15 08:34:00.982 |
| 3465 | 2026-09-15T08:34:02.799Z | DEBGSep 15 08:34:00.982DEBG DEBGSep 15 08:34:00.982Sep 15 08:34:00.982replacing 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 } }] |
| 3466 | 2026-09-15T08:34:02.803Z | 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 } }] |
| 3467 | 2026-09-15T08:34:02.803Z | 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 } }]DEBGSep 15 08:34:00.982adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3468 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.982replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3469 | 2026-09-15T08:34:02.803Z | INFO |
| 3470 | 2026-09-15T08:34:02.803Z | 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 } }]INFOSep 15 08:34:00.982 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3471 | 2026-09-15T08:34:02.803Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFOSep 15 08:34:00.982 |
| 3472 | 2026-09-15T08:34:02.803Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG |
| 3473 | 2026-09-15T08:34:02.803Z | |
| 3474 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.982replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:34:00.982 |
| 3475 | 2026-09-15T08:34:02.803Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Sep 15 08:34:00.982DEBG |
| 3476 | 2026-09-15T08:34:02.803Z | 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 15 08:34:00.982Sep 15 08:34:00.982 INFODEBG |
| 3477 | 2026-09-15T08:34:02.803Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3478 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.982 |
| 3479 | 2026-09-15T08:34:02.803Z | DEBG Sep 15 08:34:00.982replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3480 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.982 |
| 3481 | 2026-09-15T08:34:02.803Z | INFOINFOSep 15 08:34:00.982 DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 15 08:34:00.982replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3482 | 2026-09-15T08:34:02.803Z | |
| 3483 | 2026-09-15T08:34:02.803Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3484 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.982DEBG INFOSep 15 08:34:00.982replacing targets for 3fff:dead::/64 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 15 08:34:00.982Sep 15 08:34:00.983 DEBG DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3485 | 2026-09-15T08:34:02.803Z | 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 } }] |
| 3486 | 2026-09-15T08:34:02.803Z | |
| 3487 | 2026-09-15T08:34:02.803Z | created new freemapadding route 172.17.0.15/32 -> 10.0.0.255Sep 15 08:34:00.988, Sep 15 08:34:00.988INFO |
| 3488 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.988unitDEBG 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 |
| 3489 | 2026-09-15T08:34:02.803Z | adding route 172.17.0.35/32 -> 10.0.0.255: freemap_route_ipv4 |
| 3490 | 2026-09-15T08:34:02.803Z | |
| 3491 | 2026-09-15T08:34:02.803Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 15 08:34:00.988 |
| 3492 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.988 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 } }] |
| 3493 | 2026-09-15T08:34:02.803Z | Sep 15 08:34:00.988INFO DEBGSep 15 08:34:00.988adding route 172.17.0.3/32 -> 10.0.0.255Sep 15 08:34:00.988 |
| 3494 | 2026-09-15T08:34:02.803Z | DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 15 08:34:00.988 |
| 3495 | 2026-09-15T08:34:02.803Z | |
| 3496 | 2026-09-15T08:34:02.803Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Sep 15 08:34:00.988 |
| 3497 | 2026-09-15T08:34:02.803Z | DEBGSep 15 08:34:00.988Sep 15 08:34:00.988 INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3498 | 2026-09-15T08:34:02.803Z | adding route 172.17.0.36/32 -> 10.0.0.255Sep 15 08:34:00.988 |
| 3499 | 2026-09-15T08:34:02.804Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBGSep 15 08:34:00.988DEBG |
| 3500 | 2026-09-15T08:34:02.804Z | INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3501 | 2026-09-15T08:34:02.804Z | |
| 3502 | 2026-09-15T08:34:02.804Z | created new freemapSep 15 08:34:00.988Sep 15 08:34:00.988, Sep 15 08:34:00.988 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 } }]DEBGSep 15 08:34:00.988 |
| 3503 | 2026-09-15T08:34:02.804Z | 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 } }] |
| 3504 | 2026-09-15T08:34:02.804Z | DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3505 | 2026-09-15T08:34:02.804Z | adding route 172.17.0.17/32 -> 10.0.0.255unit: |
| 3506 | 2026-09-15T08:34:02.804Z | freemap_route_ipv6Sep 15 08:34:00.988 |
| 3507 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988INFO Sep 15 08:34:00.988 adding route 172.17.0.37/32 -> 10.0.0.255INFOINFOSep 15 08:34:00.988 |
| 3508 | 2026-09-15T08:34:02.804Z | adding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:34:00.988 |
| 3509 | 2026-09-15T08:34:02.804Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Sep 15 08:34:00.988DEBG |
| 3510 | 2026-09-15T08:34:02.804Z | 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 } }]DEBG |
| 3511 | 2026-09-15T08:34:02.804Z | 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 15 08:34:00.988 |
| 3512 | 2026-09-15T08:34:02.804Z | DEBGinitted freemap. size: 64 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 } }] |
| 3513 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988, Sep 15 08:34:00.988 Sep 15 08:34:00.988unitINFODEBG: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3514 | 2026-09-15T08:34:02.804Z | |
| 3515 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 3516 | 2026-09-15T08:34:02.804Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3517 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3518 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988DEBG 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 } }] Sep 15 08:34:00.988 |
| 3519 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 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 15 08:34:00.988 |
| 3520 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255DEBG DEBG |
| 3521 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988replacing 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 } }] INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3522 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 |
| 3523 | 2026-09-15T08:34:02.804Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3524 | 2026-09-15T08:34:02.804Z | 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 } }]Sep 15 08:34:00.988 |
| 3525 | 2026-09-15T08:34:02.804Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff reset freemap |
| 3526 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988INFOSep 15 08:34:00.988 , unit adding route 172.17.0.39/32 -> 10.0.0.255DEBG:Sep 15 08:34:00.988 freemap_route_ipv4DEBGINFO |
| 3527 | 2026-09-15T08:34:02.804Z | 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 } }] |
| 3528 | 2026-09-15T08:34:02.804Z | |
| 3529 | 2026-09-15T08:34:02.804Z | 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.7/32 -> 10.0.0.255 |
| 3530 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 |
| 3531 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988INFO Sep 15 08:34:00.988adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Sep 15 08:34:00.988 |
| 3532 | 2026-09-15T08:34:02.804Z | DEBG 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 } }]INFOSep 15 08:34:00.988 |
| 3533 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3534 | 2026-09-15T08:34:02.804Z | DEBG |
| 3535 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 DEBGSep 15 08:34:00.988 initted freemap. size: 64replacing 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 } }] , INFOINFO unitadding route 172.17.0.8/32 -> 10.0.0.255: |
| 3536 | 2026-09-15T08:34:02.804Z | Sep 15 08:34:00.988 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3537 | 2026-09-15T08:34:02.804Z | DEBG |
| 3538 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.988freemap_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 } }] |
| 3539 | 2026-09-15T08:34:02.805Z | |
| 3540 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.988Sep 15 08:34:00.988 DEBGDEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] failed to allocate space for the new target list |
| 3541 | 2026-09-15T08:34:02.805Z | 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 } }] |
| 3542 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.988 |
| 3543 | 2026-09-15T08:34:02.805Z | INFO Sep 15 08:34:00.988Sep 15 08:34:00.988Sep 15 08:34:00.988 adding route 172.17.0.21/32 -> 10.0.0.255DEBGINFO |
| 3544 | 2026-09-15T08:34:02.805Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3545 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.988adding route 172.17.0.9/32 -> 10.0.0.255 INFO DEBG |
| 3546 | 2026-09-15T08:34:02.805Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3547 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.995Sep 15 08:34:00.995Sep 15 08:34:00.995 reset freemapDEBG, 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 } }]unitreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3548 | 2026-09-15T08:34:02.805Z | : freemap_route_ipv6 |
| 3549 | 2026-09-15T08:34:02.805Z | |
| 3550 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.995 DEBGINFO |
| 3551 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.995Sep 15 08:34:00.995 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3552 | 2026-09-15T08:34:02.805Z | |
| 3553 | 2026-09-15T08:34:02.805Z | INFO Sep 15 08:34:00.995Sep 15 08:34:00.995adding route 172.17.0.10/32 -> 10.0.0.255 INFODEBGSep 15 08:34:00.995 |
| 3554 | 2026-09-15T08:34:02.805Z | INFO WARN Sep 15 08:34:00.995replacing 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 } }] |
| 3555 | 2026-09-15T08:34:02.805Z | DEBG adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3556 | 2026-09-15T08:34:02.805Z | |
| 3557 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.995adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3558 | 2026-09-15T08:34:02.805Z | INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Sep 15 08:34:00.995Sep 15 08:34:00.995adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3559 | 2026-09-15T08:34:02.805Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3560 | 2026-09-15T08:34:02.805Z | |
| 3561 | 2026-09-15T08:34:02.805Z | Sep 15 08:34:00.995 DEBGDEBGSep 15 08:34:00.995 Sep 15 08:34:00.995 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3562 | 2026-09-15T08:34:02.805Z | DEBG |
| 3563 | 2026-09-15T08:34:02.805Z | 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 } }] |
| 3564 | 2026-09-15T08:34:02.805Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:34:00.995Sep 15 08:34:00.995 |
| 3565 | 2026-09-15T08:34:02.805Z | INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3566 | 2026-09-15T08:34:02.810Z | INFO |
| 3567 | 2026-09-15T08:34:02.810Z | adding route 172.17.0.12/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3568 | 2026-09-15T08:34:02.810Z | Sep 15 08:34:00.995 DEBGSep 15 08:34:00.995INFO DEBG Sep 15 08:34:00.995replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3569 | 2026-09-15T08:34:02.811Z | |
| 3570 | 2026-09-15T08:34:02.811Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3571 | 2026-09-15T08:34:02.811Z | 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 15 08:34:00.995 |
| 3572 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3573 | 2026-09-15T08:34:02.811Z | DEBG |
| 3574 | 2026-09-15T08:34:02.811Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:34:00.995 |
| 3575 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995DEBGSep 15 08:34:00.995 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3576 | 2026-09-15T08:34:02.811Z | adding route 172.17.0.13/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 } }] |
| 3577 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995 |
| 3578 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995 INFOINFOSep 15 08:34:00.995 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3579 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995DEBG INFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3580 | 2026-09-15T08:34:02.811Z | |
| 3581 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995 |
| 3582 | 2026-09-15T08:34:02.811Z | DEBGSep 15 08:34:00.995 Sep 15 08:34:00.995DEBG Sep 15 08:34:00.995DEBGreplacing 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 } }] |
| 3583 | 2026-09-15T08:34:02.811Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3584 | 2026-09-15T08:34:02.811Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.14/32 -> 10.0.0.255Sep 15 08:34:00.995Sep 15 08:34:00.995 |
| 3585 | 2026-09-15T08:34:02.811Z | INFO |
| 3586 | 2026-09-15T08:34:02.811Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3587 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995Sep 15 08:34:00.995 |
| 3588 | 2026-09-15T08:34:02.811Z | INFOSep 15 08:34:00.995 adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 15 08:34:00.995DEBGDEBG 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 } }]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.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 } }] |
| 3589 | 2026-09-15T08:34:02.811Z | |
| 3590 | 2026-09-15T08:34:02.811Z | |
| 3591 | 2026-09-15T08:34:02.811Z | |
| 3592 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995Sep 15 08:34:00.995 Sep 15 08:34:00.995DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.27/32 -> 10.0.0.255 |
| 3593 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995 |
| 3594 | 2026-09-15T08:34:02.811Z | INFOSep 15 08:34:00.995 INFOINFO Sep 15 08:34:00.995adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3595 | 2026-09-15T08:34:02.811Z | DEBG |
| 3596 | 2026-09-15T08:34:02.811Z | 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 15 08:34:00.995 |
| 3597 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3598 | 2026-09-15T08:34:02.811Z | DEBGSep 15 08:34:00.995DEBG DEBGSep 15 08:34:00.995 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3599 | 2026-09-15T08:34:02.811Z | adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3600 | 2026-09-15T08:34:02.811Z | |
| 3601 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995Sep 15 08:34:00.995 Sep 15 08:34:00.995DEBG INFOSep 15 08:34:00.995 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3602 | 2026-09-15T08:34:02.811Z | adding route 172.17.0.49/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 3603 | 2026-09-15T08:34:02.811Z | |
| 3604 | 2026-09-15T08:34:02.811Z | |
| 3605 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995 |
| 3606 | 2026-09-15T08:34:02.811Z | INFO Sep 15 08:34:00.995adding route 172.17.0.29/32 -> 10.0.0.255 Sep 15 08:34:00.995 |
| 3607 | 2026-09-15T08:34:02.811Z | Sep 15 08:34:00.995DEBG 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.16/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:00.995 |
| 3608 | 2026-09-15T08:34:02.812Z | |
| 3609 | 2026-09-15T08:34:02.812Z | DEBG |
| 3610 | 2026-09-15T08:34:02.812Z | 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 15 08:34:00.995 |
| 3611 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995 INFOINFO Sep 15 08:34:00.995adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3612 | 2026-09-15T08:34:02.812Z | |
| 3613 | 2026-09-15T08:34:02.812Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 3614 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3615 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995Sep 15 08:34:00.995 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3616 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995 |
| 3617 | 2026-09-15T08:34:02.812Z | |
| 3618 | 2026-09-15T08:34:02.812Z | INFOSep 15 08:34:00.995 Sep 15 08:34:00.995adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3619 | 2026-09-15T08:34:02.812Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3620 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995 Sep 15 08:34:00.995INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3621 | 2026-09-15T08:34:02.812Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3622 | 2026-09-15T08:34:02.812Z | DEBG Sep 15 08:34:00.995replacing 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 } }] |
| 3623 | 2026-09-15T08:34:02.812Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3624 | 2026-09-15T08:34:02.812Z | DEBGSep 15 08:34:00.995Sep 15 08:34:00.995 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3625 | 2026-09-15T08:34:02.812Z | DEBG Sep 15 08:34:00.995 Sep 15 08:34:00.995replacing 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 } }] |
| 3626 | 2026-09-15T08:34:02.812Z | INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3627 | 2026-09-15T08:34:02.812Z | |
| 3628 | 2026-09-15T08:34:02.812Z | INFO Sep 15 08:34:00.995adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3629 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995 INFOSep 15 08:34:00.995INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 Sep 15 08:34:00.995 |
| 3630 | 2026-09-15T08:34:02.812Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 3631 | 2026-09-15T08:34:02.812Z | |
| 3632 | 2026-09-15T08:34:02.812Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3633 | 2026-09-15T08:34:02.812Z | test route::tests::add_target_fails_full ... ok |
| 3634 | 2026-09-15T08:34:02.812Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3635 | 2026-09-15T08:34:02.812Z | 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 15 08:34:00.995 |
| 3636 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995 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 } }] |
| 3637 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995replacing 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 } }] INFOSep 15 08:34:00.995 |
| 3638 | 2026-09-15T08:34:02.812Z | INFO Sep 15 08:34:00.995adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3639 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3640 | 2026-09-15T08:34:02.812Z | |
| 3641 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995INFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3642 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995Sep 15 08:34:00.995 |
| 3643 | 2026-09-15T08:34:02.812Z | DEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3644 | 2026-09-15T08:34:02.812Z | Sep 15 08:34:00.995Sep 15 08:34:00.995replacing 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 } }] DEBGINFO |
| 3645 | 2026-09-15T08:34:02.812Z | adding route 172.17.0.30/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3646 | 2026-09-15T08:34:02.812Z | 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 |
| 3647 | 2026-09-15T08:34:02.813Z | adding route 172.17.0.54/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3648 | 2026-09-15T08:34:02.813Z | Sep 15 08:34:00.995INFO Sep 15 08:34:00.995Sep 15 08:34:00.995 DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3649 | 2026-09-15T08:34:02.813Z | adding route 172.17.0.20/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 } }] |
| 3650 | 2026-09-15T08:34:02.813Z | |
| 3651 | 2026-09-15T08:34:02.813Z | adding route 172.17.0.34/32 -> 10.0.0.255Sep 15 08:34:00.995 |
| 3652 | 2026-09-15T08:34:02.813Z | INFO Sep 15 08:34:00.995Sep 15 08:34:00.995 adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 3653 | 2026-09-15T08:34:02.813Z | DEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3654 | 2026-09-15T08:34:02.813Z | |
| 3655 | 2026-09-15T08:34:02.813Z | Sep 15 08:34:00.995 Sep 15 08:34:00.995DEBG Sep 15 08:34:00.995replacing 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 15 08:34:00.995 INFO |
| 3656 | 2026-09-15T08:34:02.813Z | DEBGadding route 172.17.0.21/32 -> 10.0.0.255 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 } }] |
| 3657 | 2026-09-15T08:34:02.813Z | |
| 3658 | 2026-09-15T08:34:02.813Z | 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 } }]Sep 15 08:34:00.995 |
| 3659 | 2026-09-15T08:34:02.813Z | Sep 15 08:34:00.995INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 Sep 15 08:34:00.995replacing 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 15 08:34:00.995 INFOSep 15 08:34:00.996Sep 15 08:34:00.996 DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3660 | 2026-09-15T08:34:02.813Z | created new freemap DEBG, unit: freemap_route_ipv4 |
| 3661 | 2026-09-15T08:34:02.813Z | created new freemap, unitSep 15 08:34:01.002: Sep 15 08:34:00.982DEBG INFO Sep 15 08:34:01.002 freemap_route_ipv4replacing 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 } }] |
| 3662 | 2026-09-15T08:34:02.813Z | INFO |
| 3663 | 2026-09-15T08:34:02.813Z | DEBG adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 15 08:34:01.002 |
| 3664 | 2026-09-15T08:34:02.813Z | |
| 3665 | 2026-09-15T08:34:02.813Z | created new freemap , INFOSep 15 08:34:01.002 unitadding route 172.17.0.57/32 -> 10.0.0.255 DEBG: freemap_route_ipv6 |
| 3666 | 2026-09-15T08:34:02.817Z | |
| 3667 | 2026-09-15T08:34:02.817Z | created new freemap, Sep 15 08:34:01.002Sep 15 08:34:01.002Sep 15 08:34:01.002 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] unitSep 15 08:34:01.002:DEBG freemap_route_ipv6replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3668 | 2026-09-15T08:34:02.817Z | |
| 3669 | 2026-09-15T08:34:02.817Z | DEBG, |
| 3670 | 2026-09-15T08:34:02.817Z | unitreplacing 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 } }]: |
| 3671 | 2026-09-15T08:34:02.817Z | Sep 15 08:34:01.002freemap_route_ipv4 Sep 15 08:34:01.002 |
| 3672 | 2026-09-15T08:34:02.817Z | DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.33/32 -> 10.0.0.255Sep 15 08:34:01.002unit |
| 3673 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002Sep 15 08:34:01.002 INFODEBG DEBGadding route 172.17.0.58/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: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 } }] |
| 3674 | 2026-09-15T08:34:02.818Z | :Sep 15 08:34:01.002 |
| 3675 | 2026-09-15T08:34:02.818Z | reset freemapfreemap_route_ipv4 |
| 3676 | 2026-09-15T08:34:02.818Z | , DEBGSep 15 08:34:01.002unit DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 15 08:34:01.002 |
| 3677 | 2026-09-15T08:34:02.818Z | |
| 3678 | 2026-09-15T08:34:02.818Z | DEBG Sep 15 08:34:01.002reset freemap:Sep 15 08:34:01.002 , Sep 15 08:34:01.002 unitfreemap_route_ipv4INFO: |
| 3679 | 2026-09-15T08:34:02.818Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255Sep 15 08:34:01.002 adding route 172.17.0.34/32 -> 10.0.0.255WARN |
| 3680 | 2026-09-15T08:34:02.818Z | freemap_route_ipv4 |
| 3681 | 2026-09-15T08:34:02.818Z | |
| 3682 | 2026-09-15T08:34:02.818Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 15 08:34:01.002 DEBGDEBG Sep 15 08:34:01.002Sep 15 08:34:01.002 |
| 3683 | 2026-09-15T08:34:02.818Z | 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 } }]DEBGDEBG initted freemap. size: 64 |
| 3684 | 2026-09-15T08:34:02.818Z | , 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 } }]initted freemap. size: 64unit |
| 3685 | 2026-09-15T08:34:02.818Z | , unit::Sep 15 08:34:01.002 freemap_route_ipv6 freemap_route_ipv6INFOSep 15 08:34:01.002 |
| 3686 | 2026-09-15T08:34:02.818Z | |
| 3687 | 2026-09-15T08:34:02.818Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3688 | 2026-09-15T08:34:02.818Z | INFO Sep 15 08:34:01.002adding route 172.17.0.35/32 -> 10.0.0.255Sep 15 08:34:01.002 |
| 3689 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002DEBG 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 } }] |
| 3690 | 2026-09-15T08:34:02.818Z | DEBGreset freemap , Sep 15 08:34:01.002unitSep 15 08:34:01.002: reset freemapINFO , unitDEBGfreemap_route_ipv6adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3691 | 2026-09-15T08:34:02.818Z | :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 } }] |
| 3692 | 2026-09-15T08:34:02.818Z | |
| 3693 | 2026-09-15T08:34:02.818Z | freemap_route_ipv6 |
| 3694 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002Sep 15 08:34:01.002 INFODEBG adding route 172.17.0.36/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 } }] |
| 3695 | 2026-09-15T08:34:02.818Z | |
| 3696 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002Sep 15 08:34:01.002 INFOINFO Sep 15 08:34:01.002Sep 15 08:34:01.002adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3697 | 2026-09-15T08:34:02.818Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3698 | 2026-09-15T08:34:02.818Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3699 | 2026-09-15T08:34:02.818Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3700 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002 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 } }] |
| 3701 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002Sep 15 08:34:01.002Sep 15 08:34:01.002 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:dead::/64 -> 2001:db8::55:2 |
| 3702 | 2026-09-15T08:34:02.818Z | |
| 3703 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 3704 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002replacing 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 15 08:34:01.002 DEBGSep 15 08:34:01.002 |
| 3705 | 2026-09-15T08:34:02.818Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3706 | 2026-09-15T08:34:02.818Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3707 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002 |
| 3708 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002INFO adding route 172.17.0.63/32 -> 10.0.0.255INFOSep 15 08:34:01.002 |
| 3709 | 2026-09-15T08:34:02.818Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 15 08:34:01.002 INFO |
| 3710 | 2026-09-15T08:34:02.818Z | Sep 15 08:34:01.002DEBG DEBG Sep 15 08:34:01.002replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3711 | 2026-09-15T08:34:02.818Z | |
| 3712 | 2026-09-15T08:34:02.819Z | adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3713 | 2026-09-15T08:34:02.819Z | |
| 3714 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 Sep 15 08:34:01.002INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 3715 | 2026-09-15T08:34:02.819Z | failed to allocate space for the new target list |
| 3716 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 Sep 15 08:34:01.002Sep 15 08:34:01.002DEBG DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 15 08:34:01.002replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3717 | 2026-09-15T08:34:02.819Z | INFO |
| 3718 | 2026-09-15T08:34:02.819Z | |
| 3719 | 2026-09-15T08:34:02.819Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3720 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 Sep 15 08:34:01.002 DEBG failed to allocate space for the new target list |
| 3721 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 INFOSep 15 08:34:01.002 adding route 172.16.0.0/32 -> 10.0.0.4INFODEBG |
| 3722 | 2026-09-15T08:34:02.819Z | adding route 172.17.0.39/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 } }] |
| 3723 | 2026-09-15T08:34:02.819Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3724 | 2026-09-15T08:34:02.819Z | |
| 3725 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 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 15 08:34:01.002Sep 15 08:34:01.002 |
| 3726 | 2026-09-15T08:34:02.819Z | DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 15 08:34:01.002 |
| 3727 | 2026-09-15T08:34:02.819Z | |
| 3728 | 2026-09-15T08:34:02.819Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 15 08:34:01.002 |
| 3729 | 2026-09-15T08:34:02.819Z | |
| 3730 | 2026-09-15T08:34:02.819Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3731 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:00.996 |
| 3732 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 DEBG Sep 15 08:34:01.002created new freemap , Sep 15 08:34:01.002unitDEBG 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 } }] |
| 3733 | 2026-09-15T08:34:02.819Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv4 |
| 3734 | 2026-09-15T08:34:02.819Z | 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 15 08:34:01.002 |
| 3735 | 2026-09-15T08:34:02.819Z | INFO |
| 3736 | 2026-09-15T08:34:02.819Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3737 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 Sep 15 08:34:01.002DEBGSep 15 08:34:01.002 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 } }]DEBGSep 15 08:34:01.002 |
| 3738 | 2026-09-15T08:34:02.819Z | created new freemap , DEBGINFO unit:replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3739 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002freemap_route_ipv6 |
| 3740 | 2026-09-15T08:34:02.819Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3741 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002Sep 15 08:34:01.002 adding route 172.17.0.36/32 -> 10.0.0.255INFODEBG Sep 15 08:34:01.002 adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64 |
| 3742 | 2026-09-15T08:34:02.819Z | |
| 3743 | 2026-09-15T08:34:02.819Z | 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 } }]unit |
| 3744 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002: DEBGSep 15 08:34:01.002Sep 15 08:34:01.002 freemap_route_ipv4 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3745 | 2026-09-15T08:34:02.819Z | DEBG adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3746 | 2026-09-15T08:34:02.819Z | |
| 3747 | 2026-09-15T08:34:02.819Z | 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 } }] |
| 3748 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002 Sep 15 08:34:01.002DEBG Sep 15 08:34:01.002Sep 15 08:34:01.002DEBG reset freemapINFOreplacing 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 } }] INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3749 | 2026-09-15T08:34:02.819Z | , adding route 172.17.0.37/32 -> 10.0.0.255unit |
| 3750 | 2026-09-15T08:34:02.819Z | : |
| 3751 | 2026-09-15T08:34:02.819Z | Sep 15 08:34:01.002freemap_route_ipv4 DEBG |
| 3752 | 2026-09-15T08:34:02.820Z | 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 15 08:34:01.002Sep 15 08:34:01.002 |
| 3753 | 2026-09-15T08:34:02.820Z | 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 15 08:34:01.002 |
| 3754 | 2026-09-15T08:34:02.820Z | DEBGINFOSep 15 08:34:01.002 adding route 172.17.0.25/32 -> 10.0.0.255INFOinitted freemap. size: 64 Sep 15 08:34:01.002, adding route 172.17.0.44/32 -> 10.0.0.255unit |
| 3755 | 2026-09-15T08:34:02.820Z | |
| 3756 | 2026-09-15T08:34:02.820Z | : freemap_route_ipv6INFO |
| 3757 | 2026-09-15T08:34:02.820Z | Sep 15 08:34:01.002Sep 15 08:34:01.002 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3758 | 2026-09-15T08:34:02.820Z | |
| 3759 | 2026-09-15T08:34:02.820Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3760 | 2026-09-15T08:34:02.820Z | Sep 15 08:34:01.002Sep 15 08:34:01.002Sep 15 08:34:01.002 INFODEBG Sep 15 08:34:01.002 reset freemapINFO, adding route 172.17.0.45/32 -> 10.0.0.255unit : |
| 3761 | 2026-09-15T08:34:02.820Z | DEBG freemap_route_ipv6 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3762 | 2026-09-15T08:34:02.820Z | |
| 3763 | 2026-09-15T08:34:02.820Z | Sep 15 08:34:01.002replacing 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 15 08:34:01.002DEBG |
| 3764 | 2026-09-15T08:34:02.820Z | INFOSep 15 08:34:01.002 DEBGadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 15 08:34:01.002 |
| 3765 | 2026-09-15T08:34:02.820Z | 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 } }] |
| 3766 | 2026-09-15T08:34:02.825Z | INFO |
| 3767 | 2026-09-15T08:34:02.825Z | adding route 172.17.0.39/32 -> 10.0.0.255Sep 15 08:34:01.002 |
| 3768 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.003 DEBG created new freemap, Sep 15 08:34:01.009unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 3769 | 2026-09-15T08:34:02.825Z | |
| 3770 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.002Sep 15 08:34:01.009 DEBG INFOcreated new freemap, unit: freemap_route_ipv6 |
| 3771 | 2026-09-15T08:34:02.825Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3772 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009 DEBG Sep 15 08:34:01.009replacing 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 } }] |
| 3773 | 2026-09-15T08:34:02.825Z | DEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3774 | 2026-09-15T08:34:02.825Z | unit:Sep 15 08:34:01.009 freemap_route_ipv4INFO |
| 3775 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3776 | 2026-09-15T08:34:02.825Z | INFO Sep 15 08:34:01.009adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3777 | 2026-09-15T08:34:02.825Z | DEBG reset freemap, unit: Sep 15 08:34:01.009freemap_route_ipv4 |
| 3778 | 2026-09-15T08:34:02.825Z | DEBGSep 15 08:34:01.009 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 |
| 3779 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009replacing 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 } }] |
| 3780 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009DEBG INFOinitted freemap. size: 64 , Sep 15 08:34:01.009unitadding route 172.17.0.48/32 -> 10.0.0.255 :INFO |
| 3781 | 2026-09-15T08:34:02.825Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3782 | 2026-09-15T08:34:02.825Z | |
| 3783 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009 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 } }] |
| 3784 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 INFODEBGSep 15 08:34:01.009 Sep 15 08:34:01.009 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3785 | 2026-09-15T08:34:02.825Z | DEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 3786 | 2026-09-15T08:34:02.825Z | |
| 3787 | 2026-09-15T08:34:02.825Z | reset freemapSep 15 08:34:01.009, unitSep 15 08:34:01.009Sep 15 08:34:01.009:DEBG INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3788 | 2026-09-15T08:34:02.825Z | freemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3789 | 2026-09-15T08:34:02.825Z | |
| 3790 | 2026-09-15T08:34:02.825Z | 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 } }] |
| 3791 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 INFODEBG Sep 15 08:34:01.009replacing 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 } }] |
| 3792 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3793 | 2026-09-15T08:34:02.825Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3794 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255Sep 15 08:34:01.009 |
| 3795 | 2026-09-15T08:34:02.825Z | DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3796 | 2026-09-15T08:34:02.825Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 15 08:34:01.009 |
| 3797 | 2026-09-15T08:34:02.825Z | DEBGSep 15 08:34:01.009 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 15 08:34:01.009DEBG |
| 3798 | 2026-09-15T08:34:02.825Z | 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 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3799 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 |
| 3800 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 3801 | 2026-09-15T08:34:02.825Z | 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 } }] |
| 3802 | 2026-09-15T08:34:02.825Z | Sep 15 08:34:01.009Sep 15 08:34:01.009adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3803 | 2026-09-15T08:34:02.826Z | DEBGDEBGSep 15 08:34:01.009 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3804 | 2026-09-15T08:34:02.826Z | 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 |
| 3805 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 DEBG adding route 172.17.0.42/32 -> 10.0.0.255Sep 15 08:34:01.009 |
| 3806 | 2026-09-15T08:34:02.826Z | 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 |
| 3807 | 2026-09-15T08:34:02.826Z | INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3808 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3809 | 2026-09-15T08:34:02.826Z | DEBGSep 15 08:34:01.009 Sep 15 08:34:01.009replacing 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 } }] DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3810 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009 |
| 3811 | 2026-09-15T08:34:02.826Z | |
| 3812 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 Sep 15 08:34:01.009 INFOINFODEBG 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 } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3813 | 2026-09-15T08:34:02.826Z | |
| 3814 | 2026-09-15T08:34:02.826Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3815 | 2026-09-15T08:34:02.826Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3816 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 DEBGINFO Sep 15 08:34:01.009replacing 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 } }] |
| 3817 | 2026-09-15T08:34:02.826Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3818 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009INFO adding route 172.16.0.0/32 -> 10.0.0.4Sep 15 08:34:01.009 |
| 3819 | 2026-09-15T08:34:02.826Z | DEBGINFO Sep 15 08:34:01.009 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.44/32 -> 10.0.0.255 |
| 3820 | 2026-09-15T08:34:02.826Z | DEBG |
| 3821 | 2026-09-15T08:34:02.826Z | 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 } }] |
| 3822 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 DEBGDEBGSep 15 08:34:01.009 Sep 15 08:34:01.009INFO 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 } }] |
| 3823 | 2026-09-15T08:34:02.826Z | test route::tests::delete_targets_fragmented ... ok |
| 3824 | 2026-09-15T08:34:02.826Z | test route::tests::delete_target_full ... ok |
| 3825 | 2026-09-15T08:34:02.826Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3826 | 2026-09-15T08:34:02.826Z | |
| 3827 | 2026-09-15T08:34:02.826Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 15 08:34:01.009 |
| 3828 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009INFOSep 15 08:34:01.009 DEBGDEBG Sep 15 08:34:01.009 adding route 172.17.0.45/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 } }] |
| 3829 | 2026-09-15T08:34:02.826Z | |
| 3830 | 2026-09-15T08:34:02.826Z | 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 |
| 3831 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009 Sep 15 08:34:01.009replacing targets for 172.16.0.0/32 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 } }] INFODEBG Sep 15 08:34:01.009 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 } }] |
| 3832 | 2026-09-15T08:34:02.826Z | adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 3833 | 2026-09-15T08:34:02.826Z | |
| 3834 | 2026-09-15T08:34:02.826Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3835 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009 Sep 15 08:34:01.009DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:01.009 |
| 3836 | 2026-09-15T08:34:02.826Z | INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255Sep 15 08:34:01.009 |
| 3837 | 2026-09-15T08:34:02.826Z | |
| 3838 | 2026-09-15T08:34:02.826Z | INFOSep 15 08:34:01.009Sep 15 08:34:01.009 DEBGINFOadding route 172.17.0.56/32 -> 10.0.0.255 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3839 | 2026-09-15T08:34:02.826Z | |
| 3840 | 2026-09-15T08:34:02.826Z | |
| 3841 | 2026-09-15T08:34:02.826Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3842 | 2026-09-15T08:34:02.827Z | |
| 3843 | 2026-09-15T08:34:02.827Z | Sep 15 08:34:01.002Sep 15 08:34:01.009Sep 15 08:34:01.009Sep 15 08:34:01.009 DEBG INFOINFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3844 | 2026-09-15T08:34:02.827Z | |
| 3845 | 2026-09-15T08:34:02.827Z | |
| 3846 | 2026-09-15T08:34:02.827Z | Sep 15 08:34:01.009Sep 15 08:34:01.009 Sep 15 08:34:01.009DEBG INFO DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3847 | 2026-09-15T08:34:02.827Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3848 | 2026-09-15T08:34:02.827Z | 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 } }] |
| 3849 | 2026-09-15T08:34:02.827Z | DEBG Sep 15 08:34:01.009Sep 15 08:34:01.009 DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3850 | 2026-09-15T08:34:02.827Z | |
| 3851 | 2026-09-15T08:34:02.827Z | Sep 15 08:34:01.009 INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 3852 | 2026-09-15T08:34:02.827Z | adding route 172.17.0.28/32 -> 10.0.0.255Sep 15 08:34:01.009 |
| 3853 | 2026-09-15T08:34:02.827Z | Sep 15 08:34:01.009INFO Sep 15 08:34:01.009adding route 172.17.0.8/32 -> 10.0.0.255Sep 15 08:34:01.009 |
| 3854 | 2026-09-15T08:34:02.827Z | DEBGDEBGINFO 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.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3855 | 2026-09-15T08:34:02.827Z | |
| 3856 | 2026-09-15T08:34:02.827Z | |
| 3857 | 2026-09-15T08:34:02.827Z | Sep 15 08:34:01.009 DEBGSep 15 08:34:01.009 Sep 15 08:34:01.009Sep 15 08:34:01.009 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 |
| 3858 | 2026-09-15T08:34:02.827Z | INFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3859 | 2026-09-15T08:34:02.827Z | |
| 3860 | 2026-09-15T08:34:02.827Z | Sep 15 08:34:01.009adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3861 | 2026-09-15T08:34:02.827Z | INFO Sep 15 08:34:01.009adding route 172.17.0.9/32 -> 10.0.0.255Sep 15 08:34:01.009Sep 15 08:34:01.009 |
| 3862 | 2026-09-15T08:34:02.827Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 3863 | 2026-09-15T08:34:02.827Z | 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 15 08:34:01.009 |
| 3864 | 2026-09-15T08:34:02.827Z | 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 Sep 15 08:34:01.009 |
| 3865 | 2026-09-15T08:34:02.827Z | 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 15 08:34:01.009DEBG |
| 3866 | 2026-09-15T08:34:02.831Z | INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3867 | 2026-09-15T08:34:02.831Z | |
| 3868 | 2026-09-15T08:34:02.831Z | Sep 15 08:34:01.009 Sep 15 08:34:01.009INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255Sep 15 08:34:01.009 |
| 3869 | 2026-09-15T08:34:02.831Z | Sep 15 08:34:01.009DEBG adding route 172.17.0.30/32 -> 10.0.0.255 INFO |
| 3870 | 2026-09-15T08:34:02.831Z | 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 15 08:34:01.009 |
| 3871 | 2026-09-15T08:34:02.831Z | adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3872 | 2026-09-15T08:34:02.831Z | Sep 15 08:34:01.009replacing 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 } }] |
| 3873 | 2026-09-15T08:34:02.831Z | DEBG Sep 15 08:34:01.009replacing 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 15 08:34:01.009 |
| 3874 | 2026-09-15T08:34:02.831Z | DEBGSep 15 08:34:01.009 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255failed to allocate space for the new target listSep 15 08:34:01.009 |
| 3875 | 2026-09-15T08:34:02.831Z | 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 } }] |
| 3876 | 2026-09-15T08:34:02.831Z | |
| 3877 | 2026-09-15T08:34:02.831Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3878 | 2026-09-15T08:34:02.831Z | Sep 15 08:34:01.009 Sep 15 08:34:01.009INFO DEBGSep 15 08:34:01.009 adding route 172.17.0.51/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 } }] 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 } }] |
| 3879 | 2026-09-15T08:34:02.831Z | Sep 15 08:34:01.009 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 } }] |
| 3880 | 2026-09-15T08:34:02.831Z | |
| 3881 | 2026-09-15T08:34:02.831Z | |
| 3882 | 2026-09-15T08:34:02.831Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255Sep 15 08:34:01.016adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3883 | 2026-09-15T08:34:02.832Z | |
| 3884 | 2026-09-15T08:34:02.832Z | 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 } }] |
| 3885 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 Sep 15 08:34:01.016DEBG 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 } }]INFO |
| 3886 | 2026-09-15T08:34:02.832Z | 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 } }] |
| 3887 | 2026-09-15T08:34:02.832Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3888 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016Sep 15 08:34:01.016 INFODEBG INFOadding route 172.17.0.13/32 -> 10.0.0.255 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 } }] |
| 3889 | 2026-09-15T08:34:02.832Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3890 | 2026-09-15T08:34:02.832Z | |
| 3891 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 Sep 15 08:34:01.016 DEBGINFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3892 | 2026-09-15T08:34:02.832Z | |
| 3893 | 2026-09-15T08:34:02.832Z | 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 } }] |
| 3894 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016Sep 15 08:34:01.016 DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3895 | 2026-09-15T08:34:02.832Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3896 | 2026-09-15T08:34:02.832Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3897 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 Sep 15 08:34:01.016INFODEBG adding route 172.17.0.54/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 } }] |
| 3898 | 2026-09-15T08:34:02.832Z | |
| 3899 | 2026-09-15T08:34:02.832Z | 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 } }] |
| 3900 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 INFODEBG Sep 15 08:34:01.016replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3901 | 2026-09-15T08:34:02.832Z | |
| 3902 | 2026-09-15T08:34:02.832Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3903 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 INFODEBGSep 15 08:34:01.016 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.55/32 -> 10.0.0.255 |
| 3904 | 2026-09-15T08:34:02.832Z | DEBG |
| 3905 | 2026-09-15T08:34:02.832Z | 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 } }] |
| 3906 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016 Sep 15 08:34:01.016INFO Sep 15 08:34:01.016DEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 3907 | 2026-09-15T08:34:02.832Z | 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.16/32 -> 10.0.0.255 |
| 3908 | 2026-09-15T08:34:02.832Z | |
| 3909 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016 DEBG Sep 15 08:34:01.016Sep 15 08:34:01.016replacing 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 } }] |
| 3910 | 2026-09-15T08:34:02.832Z | INFODEBG adding route 172.17.0.56/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 } }] |
| 3911 | 2026-09-15T08:34:02.832Z | |
| 3912 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016 INFO Sep 15 08:34:01.016Sep 15 08:34:01.016adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3913 | 2026-09-15T08:34:02.832Z | 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 } }]INFO |
| 3914 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3915 | 2026-09-15T08:34:02.832Z | DEBG Sep 15 08:34:01.016replacing 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 } }] |
| 3916 | 2026-09-15T08:34:02.832Z | INFOSep 15 08:34:01.016 adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 3917 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016 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 |
| 3918 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3919 | 2026-09-15T08:34:02.832Z | 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 15 08:34:01.016 |
| 3920 | 2026-09-15T08:34:02.832Z | Sep 15 08:34:01.016INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 3921 | 2026-09-15T08:34:02.832Z | 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 15 08:34:01.016 |
| 3922 | 2026-09-15T08:34:02.833Z | INFO Sep 15 08:34:01.016adding route 172.17.0.58/32 -> 10.0.0.255Sep 15 08:34:01.016 DEBGINFO |
| 3923 | 2026-09-15T08:34:02.833Z | test route::tests::delete_target_fragmented ... ok |
| 3924 | 2026-09-15T08:34:02.833Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3925 | 2026-09-15T08:34:02.833Z | |
| 3926 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 DEBG Sep 15 08:34:01.016Sep 15 08:34:01.016replacing 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 |
| 3927 | 2026-09-15T08:34:02.833Z | INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3928 | 2026-09-15T08:34:02.833Z | |
| 3929 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 INFOSep 15 08:34:01.016 Sep 15 08:34:01.016 adding route 172.17.0.59/32 -> 10.0.0.255 INFO |
| 3930 | 2026-09-15T08:34:02.833Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 3931 | 2026-09-15T08:34:02.833Z | 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 } }] |
| 3932 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 Sep 15 08:34:01.016DEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:01.016 |
| 3933 | 2026-09-15T08:34:02.833Z | 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 } }] |
| 3934 | 2026-09-15T08:34:02.833Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3935 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255Sep 15 08:34:01.016adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3936 | 2026-09-15T08:34:02.833Z | |
| 3937 | 2026-09-15T08:34:02.833Z | 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 15 08:34:01.016Sep 15 08:34:01.016 |
| 3938 | 2026-09-15T08:34:02.833Z | DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:34:01.016 |
| 3939 | 2026-09-15T08:34:02.833Z | 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 } }] |
| 3940 | 2026-09-15T08:34:02.833Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3941 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016INFO adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 3942 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3943 | 2026-09-15T08:34:02.833Z | 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 } }] |
| 3944 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 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.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 } }] |
| 3945 | 2026-09-15T08:34:02.833Z | |
| 3946 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.22/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3947 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 |
| 3948 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3949 | 2026-09-15T08:34:02.833Z | 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 } }] |
| 3950 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 DEBGDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3951 | 2026-09-15T08:34:02.833Z | |
| 3952 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.23/32 -> 10.0.0.255Sep 15 08:34:01.016Sep 15 08:34:01.016 |
| 3953 | 2026-09-15T08:34:02.833Z | INFODEBG failed to allocate space for the new target listadding route 172.17.0.44/32 -> 10.0.0.255 |
| 3954 | 2026-09-15T08:34:02.833Z | |
| 3955 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 DEBG Sep 15 08:34:01.016replacing 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 15 08:34:01.016 |
| 3956 | 2026-09-15T08:34:02.833Z | 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.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 15 08:34:01.016 |
| 3957 | 2026-09-15T08:34:02.833Z | |
| 3958 | 2026-09-15T08:34:02.833Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3959 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.45/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3960 | 2026-09-15T08:34:02.833Z | 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 } }] |
| 3961 | 2026-09-15T08:34:02.833Z | Sep 15 08:34:01.016 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 } }]Sep 15 08:34:01.016 |
| 3962 | 2026-09-15T08:34:02.834Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3963 | 2026-09-15T08:34:02.834Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.46/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3964 | 2026-09-15T08:34:02.834Z | 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 } }] |
| 3965 | 2026-09-15T08:34:02.834Z | Sep 15 08:34:01.016 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 15 08:34:01.016 |
| 3966 | 2026-09-15T08:34:02.838Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3967 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3968 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016Sep 15 08:34:01.016 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3969 | 2026-09-15T08:34:02.838Z | 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 } }] |
| 3970 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.27/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3971 | 2026-09-15T08:34:02.838Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3972 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 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 } }]Sep 15 08:34:01.016 |
| 3973 | 2026-09-15T08:34:02.838Z | 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 } }] |
| 3974 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.28/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3975 | 2026-09-15T08:34:02.838Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3976 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 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 } }]Sep 15 08:34:01.016 |
| 3977 | 2026-09-15T08:34:02.838Z | 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 } }] |
| 3978 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.29/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3979 | 2026-09-15T08:34:02.838Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3980 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 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 15 08:34:01.016 |
| 3981 | 2026-09-15T08:34:02.838Z | 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 } }] |
| 3982 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3983 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFOSep 15 08:34:01.016 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 } }] |
| 3984 | 2026-09-15T08:34:02.838Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3985 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO adding route 172.17.0.31/32 -> 10.0.0.255Sep 15 08:34:01.016 |
| 3986 | 2026-09-15T08:34:02.838Z | 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 } }] |
| 3987 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 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 } }]Sep 15 08:34:01.016 |
| 3988 | 2026-09-15T08:34:02.838Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3989 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFO Sep 15 08:34:01.016adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3990 | 2026-09-15T08:34:02.838Z | 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 } }] |
| 3991 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 DEBG Sep 15 08:34:01.016replacing 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 } }] |
| 3992 | 2026-09-15T08:34:02.838Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3993 | 2026-09-15T08:34:02.838Z | Sep 15 08:34:01.016 INFOSep 15 08:34:01.016 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 3994 | 2026-09-15T08:34:02.839Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3995 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.016 DEBGSep 15 08:34:01.016 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 |
| 3996 | 2026-09-15T08:34:02.839Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3997 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.016 INFOSep 15 08:34:01.016 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3998 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022 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 } }] |
| 3999 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4000 | 2026-09-15T08:34:02.839Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 4001 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4002 | 2026-09-15T08:34:02.839Z | |
| 4003 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 4004 | 2026-09-15T08:34:02.839Z | |
| 4005 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.56/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 } }] |
| 4006 | 2026-09-15T08:34:02.839Z | |
| 4007 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4008 | 2026-09-15T08:34:02.839Z | |
| 4009 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4010 | 2026-09-15T08:34:02.839Z | |
| 4011 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.38/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 } }] |
| 4012 | 2026-09-15T08:34:02.839Z | |
| 4013 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4014 | 2026-09-15T08:34:02.839Z | |
| 4015 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4016 | 2026-09-15T08:34:02.839Z | |
| 4017 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.59/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 } }] |
| 4018 | 2026-09-15T08:34:02.839Z | |
| 4019 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 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.40/32 -> 10.0.0.255 |
| 4020 | 2026-09-15T08:34:02.839Z | |
| 4021 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 INFODEBG adding route 172.17.0.60/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 } }] |
| 4022 | 2026-09-15T08:34:02.839Z | |
| 4023 | 2026-09-15T08:34:02.839Z | test route::tests::delete_targets_full ... ok |
| 4024 | 2026-09-15T08:34:02.839Z | |
| 4025 | 2026-09-15T08:34:02.839Z | test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 4026 | 2026-09-15T08:34:02.839Z | |
| 4027 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 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.41/32 -> 10.0.0.255 |
| 4028 | 2026-09-15T08:34:02.839Z | |
| 4029 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 4030 | 2026-09-15T08:34:02.839Z | |
| 4031 | 2026-09-15T08:34:02.839Z | Sep 15 08:34:01.022Sep 15 08:34:01.022 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4032 | 2026-09-15T08:34:02.839Z | |
| 4033 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4034 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4035 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4036 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4037 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4038 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4039 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4040 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4041 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4042 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4043 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4044 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4045 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4046 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4047 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4048 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4049 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4050 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4051 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4052 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4053 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4054 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4055 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4056 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4057 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.022 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 } }] |
| 4058 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4059 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 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 } }] |
| 4060 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4061 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 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 } }] |
| 4062 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4063 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 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 } }] |
| 4064 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4065 | 2026-09-15T08:34:02.840Z | Sep 15 08:34:01.029 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 } }] |
| 4066 | 2026-09-15T08:34:02.844Z | Sep 15 08:34:01.029 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4067 | 2026-09-15T08:34:02.844Z | Sep 15 08:34:01.029 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 } }] |
| 4068 | 2026-09-15T08:34:02.844Z | Sep 15 08:34:01.029 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4069 | 2026-09-15T08:34:02.844Z | Sep 15 08:34:01.029 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 } }] |
| 4070 | 2026-09-15T08:34:02.844Z | Sep 15 08:34:01.029 DEBG failed to allocate space for the new target list |
| 4071 | 2026-09-15T08:34:02.844Z | Sep 15 08:34:01.029 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 } }] |
| 4072 | 2026-09-15T08:34:02.844Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2fc6af86348c5b) |
| 4073 | 2026-09-15T08:34:02.844Z | |
| 4074 | 2026-09-15T08:34:02.844Z | running 0 tests |
| 4075 | 2026-09-15T08:34:02.844Z | |
| 4076 | 2026-09-15T08:34:02.844Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4077 | 2026-09-15T08:34:02.844Z | |
| 4078 | 2026-09-15T08:34:02.845Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 4079 | 2026-09-15T08:34:02.845Z | |
| 4080 | 2026-09-15T08:34:02.845Z | running 0 tests |
| 4081 | 2026-09-15T08:34:02.845Z | |
| 4082 | 2026-09-15T08:34:02.845Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4083 | 2026-09-15T08:34:02.845Z | |
| 4084 | 2026-09-15T08:34:02.845Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3) |
| 4085 | 2026-09-15T08:34:02.845Z | |
| 4086 | 2026-09-15T08:34:02.845Z | running 6 tests |
| 4087 | 2026-09-15T08:34:02.845Z | test tests::test_port_id_cmp ... ok |
| 4088 | 2026-09-15T08:34:02.845Z | test tests::test_full_lot_id_neither_present ... ok |
| 4089 | 2026-09-15T08:34:02.845Z | test tests::test_parse_client_port_id ... ok |
| 4090 | 2026-09-15T08:34:02.845Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4091 | 2026-09-15T08:34:02.845Z | test tests::test_full_lot_id_lot_only ... ok |
| 4092 | 2026-09-15T08:34:02.845Z | test tests::test_full_lot_id_both_present ... ok |
| 4093 | 2026-09-15T08:34:02.845Z | |
| 4094 | 2026-09-15T08:34:02.845Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4095 | 2026-09-15T08:34:02.845Z | |
| 4096 | 2026-09-15T08:34:02.845Z | Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08) |
| 4097 | 2026-09-15T08:34:02.845Z | |
| 4098 | 2026-09-15T08:34:02.845Z | running 0 tests |
| 4099 | 2026-09-15T08:34:02.845Z | |
| 4100 | 2026-09-15T08:34:02.845Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4101 | 2026-09-15T08:34:02.845Z | |
| 4102 | 2026-09-15T08:34:02.845Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 4103 | 2026-09-15T08:34:02.845Z | |
| 4104 | 2026-09-15T08:34:02.845Z | running 0 tests |
| 4105 | 2026-09-15T08:34:02.845Z | |
| 4106 | 2026-09-15T08:34:02.845Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4107 | 2026-09-15T08:34:02.845Z | |
| 4108 | 2026-09-15T08:34:02.845Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 4109 | 2026-09-15T08:34:02.845Z | |
| 4110 | 2026-09-15T08:34:02.845Z | running 15 tests |
| 4111 | 2026-09-15T08:34:02.845Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4112 | 2026-09-15T08:34:02.845Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4113 | 2026-09-15T08:34:02.845Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4114 | 2026-09-15T08:34:02.845Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4115 | 2026-09-15T08:34:02.845Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4116 | 2026-09-15T08:34:02.845Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4117 | 2026-09-15T08:34:02.846Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4118 | 2026-09-15T08:34:02.846Z | test v1::network::tests::test_equal ... ok |
| 4119 | 2026-09-15T08:34:02.846Z | test v1::network::tests::test_eui64 ... ok |
| 4120 | 2026-09-15T08:34:02.846Z | test v1::network::tests::test_into ... ok |
| 4121 | 2026-09-15T08:34:02.846Z | test v1::network::tests::test_not_equal ... ok |
| 4122 | 2026-09-15T08:34:02.846Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4123 | 2026-09-15T08:34:02.846Z | test v1::network::tests::test_to_string ... ok |
| 4124 | 2026-09-15T08:34:02.846Z | test v1::network::tests::test_parse ... ok |
| 4125 | 2026-09-15T08:34:02.846Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4126 | 2026-09-15T08:34:02.846Z | |
| 4127 | 2026-09-15T08:34:02.846Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4128 | 2026-09-15T08:34:02.846Z | |
| 4129 | 2026-09-15T08:34:02.846Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 4130 | 2026-09-15T08:34:02.846Z | |
| 4131 | 2026-09-15T08:34:02.846Z | running 12 tests |
| 4132 | 2026-09-15T08:34:02.846Z | test icmp::test_v6_checksum ... ok |
| 4133 | 2026-09-15T08:34:02.846Z | test icmp::test_v4_checksum ... ok |
| 4134 | 2026-09-15T08:34:02.846Z | test ipv6::test_ipv6_parse ... ok |
| 4135 | 2026-09-15T08:34:02.846Z | test lldp::test_lldp_parse ... ok |
| 4136 | 2026-09-15T08:34:02.846Z | test pbuf::test_byte ... ok |
| 4137 | 2026-09-15T08:34:02.846Z | test pbuf::test_nibble ... ok |
| 4138 | 2026-09-15T08:34:02.846Z | test pbuf::test_overflow ... ok |
| 4139 | 2026-09-15T08:34:02.846Z | test pbuf::test_short ... ok |
| 4140 | 2026-09-15T08:34:02.846Z | test pbuf::test_twelve ... ok |
| 4141 | 2026-09-15T08:34:02.846Z | test pbuf::test_word ... ok |
| 4142 | 2026-09-15T08:34:02.846Z | test tcp::test_checksum_syn_nodata ... ok |
| 4143 | 2026-09-15T08:34:02.846Z | test tcp::test_checksum_ack_data ... ok |
| 4144 | 2026-09-15T08:34:02.846Z | |
| 4145 | 2026-09-15T08:34:02.846Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-09-15T08:34:02.846Z | |
| 4147 | 2026-09-15T08:34:02.846Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4148 | 2026-09-15T08:34:02.846Z | |
| 4149 | 2026-09-15T08:34:02.846Z | running 0 tests |
| 4150 | 2026-09-15T08:34:02.846Z | |
| 4151 | 2026-09-15T08:34:02.846Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-09-15T08:34:02.846Z | |
| 4153 | 2026-09-15T08:34:02.846Z | Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7) |
| 4154 | 2026-09-15T08:34:02.851Z | |
| 4155 | 2026-09-15T08:34:02.851Z | running 5 tests |
| 4156 | 2026-09-15T08:34:02.851Z | test switchport::test::test_compute_lanes ... ok |
| 4157 | 2026-09-15T08:34:02.851Z | test switchport::test::port_id_ordering ... ok |
| 4158 | 2026-09-15T08:34:02.851Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4159 | 2026-09-15T08:34:02.851Z | State: Activated Activated Activated Lane 0 Activated |
| 4160 | 2026-09-15T08:34:02.851Z | Rx Output Enabled: false Lane 1false Lane 2false falseLane 3 |
| 4161 | 2026-09-15T08:34:02.851Z | |
| 4162 | 2026-09-15T08:34:02.851Z | Rx Output Status: valid Rx Loss-of-lock: Yes validYes valid Yes validYes |
| 4163 | 2026-09-15T08:34:02.851Z | |
| 4164 | 2026-09-15T08:34:02.851Z | Rx Loss-of-lock: true Rx Loss-of-signal: Yestrue Yestrue trueYes |
| 4165 | 2026-09-15T08:34:02.851Z | Yes Rx Loss-of-signal: false |
| 4166 | 2026-09-15T08:34:02.851Z | Rx CDR Enabled: Yes false Yes false Yesfalse |
| 4167 | 2026-09-15T08:34:02.851Z | Yes |
| 4168 | 2026-09-15T08:34:02.851Z | Rx Auto-squelch Disable: true Tx Enabled: Yes trueYes trueYes trueYes |
| 4169 | 2026-09-15T08:34:02.851Z | |
| 4170 | 2026-09-15T08:34:02.851Z | Tx Output Enabled: true Tx Loss-of-lock: Notrue Notrue true |
| 4171 | 2026-09-15T08:34:02.851Z | No Tx Output Status: invalidNo |
| 4172 | 2026-09-15T08:34:02.851Z | invalid invalid Tx Loss-of-signal: No invalid |
| 4173 | 2026-09-15T08:34:02.851Z | No Tx Loss-of-lock: false Nofalse No |
| 4174 | 2026-09-15T08:34:02.851Z | false false Tx CDR Enabled: No |
| 4175 | 2026-09-15T08:34:02.851Z | Tx Loss-of-signal: true No trueNo trueNo |
| 4176 | 2026-09-15T08:34:02.851Z | true |
| 4177 | 2026-09-15T08:34:02.851Z | Tx Adaptive EQ Fault: No Tx Auto-squelch Disable: false Nofalse falseNo falseNo |
| 4178 | 2026-09-15T08:34:02.851Z | |
| 4179 | 2026-09-15T08:34:02.851Z | Tx Adaptive EQ Fail: true Tx Fault: Yestrue Yestrue trueYes |
| 4180 | 2026-09-15T08:34:02.851Z | Tx Failure: falseYes |
| 4181 | 2026-09-15T08:34:02.851Z | false false false |
| 4182 | 2026-09-15T08:34:02.851Z | Tx Force Squelch: true true true true |
| 4183 | 2026-09-15T08:34:02.851Z | Tx Input Polarity: normal normal normal normal |
| 4184 | 2026-09-15T08:34:02.851Z | test switchport::test::test_print_sff_datapath ... ok |
| 4185 | 2026-09-15T08:34:02.852Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4186 | 2026-09-15T08:34:02.852Z | test link::test_filter ... ok |
| 4187 | 2026-09-15T08:34:02.852Z | |
| 4188 | 2026-09-15T08:34:02.852Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4189 | 2026-09-15T08:34:02.852Z | |
| 4190 | 2026-09-15T08:34:02.855Z | Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246) |
| 4191 | 2026-09-15T08:34:02.855Z | |
| 4192 | 2026-09-15T08:34:02.855Z | running 7 tests |
| 4193 | 2026-09-15T08:34:02.855Z | test counters::counters_list ... ignored |
| 4194 | 2026-09-15T08:34:02.855Z | test link_apply::apply_tx_eq_all ... ignored |
| 4195 | 2026-09-15T08:34:02.855Z | test link_apply::apply_tx_eq_custom ... ignored |
| 4196 | 2026-09-15T08:34:02.855Z | test tx_eq::set_all_taps ... ignored |
| 4197 | 2026-09-15T08:34:02.855Z | test tx_eq::set_partial_taps ... ignored |
| 4198 | 2026-09-15T08:34:02.859Z | test cmd::test::pattern_statics ... ok |
| 4199 | 2026-09-15T08:34:02.863Z | test link_apply::tx_eq_exclusive ... ok |
| 4200 | 2026-09-15T08:34:02.863Z | |
| 4201 | 2026-09-15T08:34:02.866Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4202 | 2026-09-15T08:34:02.866Z | |
| 4203 | 2026-09-15T08:34:02.866Z | Running unittests src/main.rs (target/debug/deps/tfportd-6b089f545486538c) |
| 4204 | 2026-09-15T08:34:02.869Z | |
| 4205 | 2026-09-15T08:34:02.869Z | running 4 tests |
| 4206 | 2026-09-15T08:34:02.872Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 4207 | 2026-09-15T08:34:02.872Z | test linklocal::test_parse_ipadm ... ok |
| 4208 | 2026-09-15T08:34:02.872Z | test tfport::test_parse_tfport ... ok |
| 4209 | 2026-09-15T08:34:02.872Z | test config::tests::test_updates ... ok |
| 4210 | 2026-09-15T08:34:02.872Z | |
| 4211 | 2026-09-15T08:34:02.872Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4212 | 2026-09-15T08:34:02.872Z | |
| 4213 | 2026-09-15T08:34:02.872Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 4214 | 2026-09-15T08:34:02.872Z | |
| 4215 | 2026-09-15T08:34:02.872Z | running 0 tests |
| 4216 | 2026-09-15T08:34:02.872Z | |
| 4217 | 2026-09-15T08:34:02.872Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4218 | 2026-09-15T08:34:02.872Z | |
| 4219 | 2026-09-15T08:34:02.872Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 4220 | 2026-09-15T08:34:02.875Z | |
| 4221 | 2026-09-15T08:34:02.875Z | running 0 tests |
| 4222 | 2026-09-15T08:34:02.875Z | |
| 4223 | 2026-09-15T08:34:02.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4224 | 2026-09-15T08:34:02.875Z | |
| 4225 | 2026-09-15T08:34:02.875Z | Doc-tests aal |
| 4226 | 2026-09-15T08:34:03.086Z | |
| 4227 | 2026-09-15T08:34:03.086Z | running 0 tests |
| 4228 | 2026-09-15T08:34:03.086Z | |
| 4229 | 2026-09-15T08:34:03.089Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4230 | 2026-09-15T08:34:03.089Z | |
| 4231 | 2026-09-15T08:34:03.110Z | Doc-tests aal_macros |
| 4232 | 2026-09-15T08:34:03.176Z | |
| 4233 | 2026-09-15T08:34:03.176Z | running 0 tests |
| 4234 | 2026-09-15T08:34:03.176Z | |
| 4235 | 2026-09-15T08:34:03.176Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-09-15T08:34:03.176Z | |
| 4237 | 2026-09-15T08:34:03.185Z | Doc-tests common |
| 4238 | 2026-09-15T08:34:03.414Z | |
| 4239 | 2026-09-15T08:34:03.414Z | running 0 tests |
| 4240 | 2026-09-15T08:34:03.414Z | |
| 4241 | 2026-09-15T08:34:03.414Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-09-15T08:34:03.414Z | |
| 4243 | 2026-09-15T08:34:03.440Z | Doc-tests dpd_api |
| 4244 | 2026-09-15T08:34:04.142Z | |
| 4245 | 2026-09-15T08:34:04.142Z | running 2 tests |
| 4246 | 2026-09-15T08:34:04.142Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4247 | 2026-09-15T08:34:04.142Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4248 | 2026-09-15T08:34:04.142Z | |
| 4249 | 2026-09-15T08:34:04.142Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4250 | 2026-09-15T08:34:04.142Z | |
| 4251 | 2026-09-15T08:34:04.175Z | Doc-tests dpd_client |
| 4252 | 2026-09-15T08:34:05.552Z | |
| 4253 | 2026-09-15T08:34:05.552Z | running 0 tests |
| 4254 | 2026-09-15T08:34:05.552Z | |
| 4255 | 2026-09-15T08:34:05.552Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4256 | 2026-09-15T08:34:05.552Z | |
| 4257 | 2026-09-15T08:34:05.606Z | Doc-tests dpd_types |
| 4258 | 2026-09-15T08:34:05.790Z | |
| 4259 | 2026-09-15T08:34:05.790Z | running 0 tests |
| 4260 | 2026-09-15T08:34:05.790Z | |
| 4261 | 2026-09-15T08:34:05.790Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4262 | 2026-09-15T08:34:05.791Z | |
| 4263 | 2026-09-15T08:34:05.814Z | Doc-tests dpd_types_versions |
| 4264 | 2026-09-15T08:34:07.320Z | |
| 4265 | 2026-09-15T08:34:07.320Z | running 1 test |
| 4266 | 2026-09-15T08:34:07.320Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4267 | 2026-09-15T08:34:07.320Z | |
| 4268 | 2026-09-15T08:34:07.324Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4269 | 2026-09-15T08:34:07.324Z | |
| 4270 | 2026-09-15T08:34:07.370Z | Doc-tests packet |
| 4271 | 2026-09-15T08:34:07.587Z | |
| 4272 | 2026-09-15T08:34:07.587Z | running 0 tests |
| 4273 | 2026-09-15T08:34:07.587Z | |
| 4274 | 2026-09-15T08:34:07.587Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4275 | 2026-09-15T08:34:07.587Z | |
| 4276 | 2026-09-15T08:34:07.611Z | Doc-tests pcap |
| 4277 | 2026-09-15T08:34:07.663Z | |
| 4278 | 2026-09-15T08:34:07.663Z | running 0 tests |
| 4279 | 2026-09-15T08:34:07.663Z | |
| 4280 | 2026-09-15T08:34:07.663Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4281 | 2026-09-15T08:34:07.663Z | |
| 4282 | 2026-09-15T08:34:07.731Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4283 | 2026-09-15T08:34:07.731Z | + RUST_BACKTRACE=full |
| 4284 | 2026-09-15T08:34:07.731Z | + cargo test --features tofino_asic --no-fail-fast |
| 4285 | 2026-09-15T08:34:08.328Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4286 | 2026-09-15T08:34:08.408Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4287 | 2026-09-15T08:34:08.412Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4288 | 2026-09-15T08:34:08.420Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4289 | 2026-09-15T08:34:17.199Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4290 | 2026-09-15T08:34:18.077Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4291 | 2026-09-15T08:35:00.688Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 52.94s |
| 4292 | 2026-09-15T08:35:00.799Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 4293 | 2026-09-15T08:35:00.804Z | |
| 4294 | 2026-09-15T08:35:00.804Z | running 0 tests |
| 4295 | 2026-09-15T08:35:00.804Z | |
| 4296 | 2026-09-15T08:35:00.804Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4297 | 2026-09-15T08:35:00.804Z | |
| 4298 | 2026-09-15T08:35:00.807Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4299 | 2026-09-15T08:35:00.810Z | |
| 4300 | 2026-09-15T08:35:00.810Z | running 0 tests |
| 4301 | 2026-09-15T08:35:00.810Z | |
| 4302 | 2026-09-15T08:35:00.810Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4303 | 2026-09-15T08:35:00.810Z | |
| 4304 | 2026-09-15T08:35:00.810Z | Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c) |
| 4305 | 2026-09-15T08:35:00.907Z | |
| 4306 | 2026-09-15T08:35:00.907Z | running 8 tests |
| 4307 | 2026-09-15T08:35:00.910Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4308 | 2026-09-15T08:35:00.910Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4309 | 2026-09-15T08:35:00.910Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4310 | 2026-09-15T08:35:00.910Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4311 | 2026-09-15T08:35:00.910Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4312 | 2026-09-15T08:35:00.910Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4313 | 2026-09-15T08:35:00.917Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4314 | 2026-09-15T08:35:01.408Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4315 | 2026-09-15T08:35:01.408Z | |
| 4316 | 2026-09-15T08:35:01.408Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4317 | 2026-09-15T08:35:01.409Z | |
| 4318 | 2026-09-15T08:35:01.418Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 4319 | 2026-09-15T08:35:01.441Z | |
| 4320 | 2026-09-15T08:35:01.441Z | running 4 tests |
| 4321 | 2026-09-15T08:35:01.444Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4322 | 2026-09-15T08:35:01.444Z | test nat::tests::test_vni ... ok |
| 4323 | 2026-09-15T08:35:01.447Z | test test_purge ... ok |
| 4324 | 2026-09-15T08:35:01.450Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4325 | 2026-09-15T08:35:01.450Z | |
| 4326 | 2026-09-15T08:35:01.450Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4327 | 2026-09-15T08:35:01.450Z | |
| 4328 | 2026-09-15T08:35:01.453Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 4329 | 2026-09-15T08:35:01.473Z | |
| 4330 | 2026-09-15T08:35:01.473Z | running 1 test |
| 4331 | 2026-09-15T08:35:01.477Z | ------- |
| 4332 | 2026-09-15T08:35:01.479Z | Generating OpenAPI documents from API definitions ... |
| 4333 | 2026-09-15T08:35:01.633Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4334 | 2026-09-15T08:35:01.705Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4335 | 2026-09-15T08:35:02.741Z | ------- |
| 4336 | 2026-09-15T08:35:02.742Z | Checking 13 OpenAPI documents... |
| 4337 | 2026-09-15T08:35:02.742Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4338 | 2026-09-15T08:35:02.742Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4339 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4340 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4341 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4342 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4343 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4344 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4345 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4346 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4347 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4348 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4349 | 2026-09-15T08:35:02.745Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4350 | 2026-09-15T08:35:02.745Z | Fresh dpd "latest" symlink |
| 4351 | 2026-09-15T08:35:02.745Z | ------- |
| 4352 | 2026-09-15T08:35:02.745Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4353 | 2026-09-15T08:35:02.813Z | test test::test_apis_up_to_date ... ok |
| 4354 | 2026-09-15T08:35:02.814Z | |
| 4355 | 2026-09-15T08:35:02.814Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 4356 | 2026-09-15T08:35:02.814Z | |
| 4357 | 2026-09-15T08:35:02.874Z | Running unittests src/main.rs (target/debug/deps/dpd-ba39401443e69f9c) |
| 4358 | 2026-09-15T08:35:02.940Z | |
| 4359 | 2026-09-15T08:35:02.940Z | running 92 tests |
| 4360 | 2026-09-15T08:35:02.943Z | test freemap::test_ordering ... ok |
| 4361 | 2026-09-15T08:35:02.943Z | test config::tests::test_updates ... ok |
| 4362 | 2026-09-15T08:35:02.943Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4363 | 2026-09-15T08:35:02.943Z | test freemap::test_split ... ok |
| 4364 | 2026-09-15T08:35:02.943Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4365 | 2026-09-15T08:35:02.943Z | test macaddrs::tests::test_mac_offset ... ok |
| 4366 | 2026-09-15T08:35:02.947Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4367 | 2026-09-15T08:35:02.947Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4368 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_canonicalize_sources ... ok |
| 4369 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.163 DEBG created new freemap, unit: freemap_test |
| 4370 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.163 DEBG initted freemap. size: 128, unit: freemap_test |
| 4371 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.163 DEBG reset freemap, unit: freemap_testSep 15 08:35:01.163 |
| 4372 | 2026-09-15T08:35:02.947Z | DEBG created new freemap, unit: freemap_test |
| 4373 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.163 DEBG initted freemap. size: 128, unit: freemap_test |
| 4374 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.163 DEBG reset freemap, unit: freemap_test |
| 4375 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.163 DEBG created new freemap, unit: freemap_test |
| 4376 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG initted freemap. size: 128, unit: freemap_test |
| 4377 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG reset freemap, unit: freemap_test |
| 4378 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG created new freemap, unit: freemap_test |
| 4379 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG initted freemap. size: 128, unit: freemap_test |
| 4380 | 2026-09-15T08:35:02.947Z | test freemap::test_basic ... ok |
| 4381 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG reset freemap, unit: freemap_test |
| 4382 | 2026-09-15T08:35:02.947Z | test freemap::test_exhaustion ... ok |
| 4383 | 2026-09-15T08:35:02.947Z | test freemap::test_reclaim ... ok |
| 4384 | 2026-09-15T08:35:02.947Z | test freemap::test_free ... ok |
| 4385 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG created new freemap, unit: freemap_test |
| 4386 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG initted freemap. size: 8, unit: freemap_test |
| 4387 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.164 DEBG reset freemap, unit: freemap_test |
| 4388 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 4389 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 4390 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 4391 | 2026-09-15T08:35:02.947Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4392 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 4393 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 4394 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 4395 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 4396 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 4397 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 4398 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.165 DEBG created new freemap, unit: freemap_test |
| 4399 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.165 DEBG initted freemap. size: 128, unit: freemap_test |
| 4400 | 2026-09-15T08:35:02.947Z | Sep 15 08:35:01.165 DEBG reset freemap, unit: freemap_test |
| 4401 | 2026-09-15T08:35:02.947Z | test mcast::tests::test_sources_contain_any ... ok |
| 4402 | 2026-09-15T08:35:02.947Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 4403 | 2026-09-15T08:35:02.948Z | test freemap::test_span ... ok |
| 4404 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 4405 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 4406 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 4407 | 2026-09-15T08:35:02.948Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 4408 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 4409 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 4410 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 4411 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 4412 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 4413 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 4414 | 2026-09-15T08:35:02.948Z | test nat::test_mapping ... ok |
| 4415 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_validate_tag ... ok |
| 4416 | 2026-09-15T08:35:02.948Z | test port_map::tests::test_backplane_group ... ok |
| 4417 | 2026-09-15T08:35:02.948Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 4418 | 2026-09-15T08:35:02.948Z | test api_server::tests::test_build_info ... ok |
| 4419 | 2026-09-15T08:35:02.948Z | test mcast::tests::test_id_range_boundaries ... ok |
| 4420 | 2026-09-15T08:35:02.948Z | test port_map::tests::test_port_map ... ok |
| 4421 | 2026-09-15T08:35:02.948Z | test port_map::tests::dump_map ... ok |
| 4422 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4423 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4424 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4425 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4426 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4427 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4428 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4429 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 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 } }] |
| 4430 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4431 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 Sep 15 08:35:01.166DEBG 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 } }] |
| 4432 | 2026-09-15T08:35:02.952Z | created new freemap, unitSep 15 08:35:01.166: INFOfreemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4433 | 2026-09-15T08:35:02.952Z | |
| 4434 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166Sep 15 08:35:01.166 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 } }]created new freemap |
| 4435 | 2026-09-15T08:35:02.952Z | , unit:Sep 15 08:35:01.166 freemap_route_ipv6INFO |
| 4436 | 2026-09-15T08:35:02.952Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4437 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166Sep 15 08:35:01.166 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], |
| 4438 | 2026-09-15T08:35:02.952Z | unit: freemap_route_ipv4 |
| 4439 | 2026-09-15T08:35:02.952Z | Sep 15 08:35:01.166 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 15 08:35:01.166 |
| 4440 | 2026-09-15T08:35:02.953Z | DEBG reset freemap, Sep 15 08:35:01.166unit :DEBG freemap_route_ipv4 |
| 4441 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 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 initted freemap. size: 64 |
| 4442 | 2026-09-15T08:35:02.953Z | , unit: freemap_route_ipv6 |
| 4443 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 Sep 15 08:35:01.167DEBG INFOreset freemap , adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit |
| 4444 | 2026-09-15T08:35:02.953Z | : freemap_route_ipv6 |
| 4445 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 DEBG Sep 15 08:35:01.167replacing 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 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4446 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 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 } }] |
| 4447 | 2026-09-15T08:35:02.953Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4448 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 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 } }] |
| 4449 | 2026-09-15T08:35:02.953Z | |
| 4450 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 DEBG created new freemap, Sep 15 08:35:01.167unit :INFO freemap_route_ipv4adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4451 | 2026-09-15T08:35:02.953Z | |
| 4452 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 DEBGDEBG created new freemapreplacing 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 } }], |
| 4453 | 2026-09-15T08:35:02.953Z | unit: freemap_route_ipv6 |
| 4454 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 |
| 4455 | 2026-09-15T08:35:02.953Z | DEBG initted freemap. size: 64, Sep 15 08:35:01.167unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4456 | 2026-09-15T08:35:02.953Z | |
| 4457 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 DEBGINFO reset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff, |
| 4458 | 2026-09-15T08:35:02.953Z | unit: Sep 15 08:35:01.167freemap_route_ipv4 |
| 4459 | 2026-09-15T08:35:02.953Z | 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 } }] |
| 4460 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 DEBGSep 15 08:35:01.167 initted freemap. size: 64INFO, unitadding route 3fff:beef:5::/64 -> 2001:db8::55:ff: |
| 4461 | 2026-09-15T08:35:02.953Z | freemap_route_ipv6 |
| 4462 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167DEBGDEBG reset freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, |
| 4463 | 2026-09-15T08:35:02.953Z | unitcreated new freemap: freemap_route_ipv6, Sep 15 08:35:01.167unit |
| 4464 | 2026-09-15T08:35:02.953Z | :INFO freemap_route_ipv4Sep 15 08:35:01.167adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4465 | 2026-09-15T08:35:02.953Z | |
| 4466 | 2026-09-15T08:35:02.953Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4467 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 DEBGDEBGSep 15 08:35:01.167 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 } }]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 } }]unit |
| 4468 | 2026-09-15T08:35:02.953Z | |
| 4469 | 2026-09-15T08:35:02.953Z | : freemap_route_ipv6 |
| 4470 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 INFOINFO Sep 15 08:35:01.167adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4471 | 2026-09-15T08:35:02.953Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 4472 | 2026-09-15T08:35:02.953Z | initted freemap. size: 64Sep 15 08:35:01.167, unitDEBG: Sep 15 08:35:01.167replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4DEBG |
| 4473 | 2026-09-15T08:35:02.953Z | |
| 4474 | 2026-09-15T08:35:02.953Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4475 | 2026-09-15T08:35:02.953Z | Sep 15 08:35:01.167 INFOSep 15 08:35:01.167 Sep 15 08:35:01.167 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 4476 | 2026-09-15T08:35:02.953Z | reset freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff, |
| 4477 | 2026-09-15T08:35:02.953Z | unitSep 15 08:35:01.167: DEBGfreemap_route_ipv4 Sep 15 08:35:01.167replacing 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 15 08:35:01.167 |
| 4478 | 2026-09-15T08:35:02.953Z | DEBG |
| 4479 | 2026-09-15T08:35:02.954Z | 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 |
| 4480 | 2026-09-15T08:35:02.954Z | created new freemapSep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167, unit DEBG:INFOINFO initted freemap. size: 64freemap_route_ipv4adding route 3fff:beef:9::/64 -> 2001:db8::55:ff, |
| 4481 | 2026-09-15T08:35:02.954Z | |
| 4482 | 2026-09-15T08:35:02.954Z | unitadding route 3fff:beef:1::/64 -> 2001:db8::55:ff: |
| 4483 | 2026-09-15T08:35:02.954Z | freemap_route_ipv6 |
| 4484 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167DEBGDEBG 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 } }] |
| 4485 | 2026-09-15T08:35:02.954Z | DEBG DEBGreset freemap , unitcreated new freemap:, unitfreemap_route_ipv6: |
| 4486 | 2026-09-15T08:35:02.954Z | freemap_route_ipv6replacing 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 15 08:35:01.167 |
| 4487 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167INFO |
| 4488 | 2026-09-15T08:35:02.954Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 4489 | 2026-09-15T08:35:02.954Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:35:01.167 |
| 4490 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167 INFOSep 15 08:35:01.167DEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 4491 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167 initted freemap. size: 64DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]unitSep 15 08:35:01.167 |
| 4492 | 2026-09-15T08:35:02.954Z | : |
| 4493 | 2026-09-15T08:35:02.954Z | DEBGfreemap_route_ipv4 Sep 15 08:35:01.167replacing 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 } }] |
| 4494 | 2026-09-15T08:35:02.954Z | |
| 4495 | 2026-09-15T08:35:02.954Z | INFO Sep 15 08:35:01.167adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Sep 15 08:35:01.167Sep 15 08:35:01.167DEBG |
| 4496 | 2026-09-15T08:35:02.954Z | reset freemapINFO, INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffunit |
| 4497 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167:adding route 3fff:beef::/64 -> 2001:db8::55:ff freemap_route_ipv4DEBG |
| 4498 | 2026-09-15T08:35:02.954Z | |
| 4499 | 2026-09-15T08:35:02.954Z | 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 15 08:35:01.167 |
| 4500 | 2026-09-15T08:35:02.954Z | 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 } }]Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 |
| 4501 | 2026-09-15T08:35:02.954Z | DEBG DEBGinitted freemap. size: 64INFO Sep 15 08:35:01.167, adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit |
| 4502 | 2026-09-15T08:35:02.954Z | 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 Sep 15 08:35:01.167INFO |
| 4503 | 2026-09-15T08:35:02.954Z | DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4504 | 2026-09-15T08:35:02.954Z | 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 } }] |
| 4505 | 2026-09-15T08:35:02.954Z | |
| 4506 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167DEBG DEBGINFO reset freemapreplacing 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 15 08:35:01.167 |
| 4507 | 2026-09-15T08:35:02.954Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff , |
| 4508 | 2026-09-15T08:35:02.954Z | unitINFO: Sep 15 08:35:01.167freemap_route_ipv6 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4509 | 2026-09-15T08:35:02.954Z | INFO |
| 4510 | 2026-09-15T08:35:02.954Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4511 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167 Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167 DEBG DEBG INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 4512 | 2026-09-15T08:35:02.954Z | |
| 4513 | 2026-09-15T08:35:02.954Z | 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: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 } }] |
| 4514 | 2026-09-15T08:35:02.954Z | |
| 4515 | 2026-09-15T08:35:02.954Z | Sep 15 08:35:01.167 DEBGSep 15 08:35:01.167 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 } }]INFOSep 15 08:35:01.167Sep 15 08:35:01.167 |
| 4516 | 2026-09-15T08:35:02.954Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4517 | 2026-09-15T08:35:02.954Z | INFOINFO Sep 15 08:35:01.167adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Sep 15 08:35:01.167INFO |
| 4518 | 2026-09-15T08:35:02.954Z | |
| 4519 | 2026-09-15T08:35:02.954Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4520 | 2026-09-15T08:35:02.955Z | 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 15 08:35:01.167Sep 15 08:35:01.167 |
| 4521 | 2026-09-15T08:35:02.955Z | Sep 15 08:35:01.167 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 } }]DEBG |
| 4522 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4523 | 2026-09-15T08:35:02.959Z | INFO |
| 4524 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4525 | 2026-09-15T08:35:02.959Z | INFOSep 15 08:35:01.167 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 |
| 4526 | 2026-09-15T08:35:02.959Z | INFOINFOSep 15 08:35:01.167Sep 15 08:35:01.167 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4527 | 2026-09-15T08:35:02.959Z | 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: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 } }] |
| 4528 | 2026-09-15T08:35:02.959Z | |
| 4529 | 2026-09-15T08:35:02.959Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 |
| 4530 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 INFODEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4531 | 2026-09-15T08:35:02.959Z | |
| 4532 | 2026-09-15T08:35:02.959Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 |
| 4533 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167DEBG Sep 15 08:35:01.167replacing 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 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4534 | 2026-09-15T08:35:02.959Z | |
| 4535 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4536 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167replacing 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 15 08:35:01.167DEBG |
| 4537 | 2026-09-15T08:35:02.959Z | 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 15 08:35:01.167INFO |
| 4538 | 2026-09-15T08:35:02.959Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 4539 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOINFO |
| 4540 | 2026-09-15T08:35:02.959Z | DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4541 | 2026-09-15T08:35:02.959Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4542 | 2026-09-15T08:35:02.959Z | |
| 4543 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 DEBGSep 15 08:35:01.167 DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4544 | 2026-09-15T08:35:02.959Z | DEBGSep 15 08:35:01.167 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 } }]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 } }] |
| 4545 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4546 | 2026-09-15T08:35:02.959Z | INFO |
| 4547 | 2026-09-15T08:35:02.959Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4548 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167Sep 15 08:35:01.167INFO DEBG DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4549 | 2026-09-15T08:35:02.959Z | 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 } }] |
| 4550 | 2026-09-15T08:35:02.959Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4551 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 INFO |
| 4552 | 2026-09-15T08:35:02.959Z | 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 } }] |
| 4553 | 2026-09-15T08:35:02.959Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 |
| 4554 | 2026-09-15T08:35:02.959Z | Sep 15 08:35:01.167 INFOSep 15 08:35:01.167Sep 15 08:35:01.167DEBG INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/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 } }] |
| 4555 | 2026-09-15T08:35:02.959Z | |
| 4556 | 2026-09-15T08:35:02.959Z | |
| 4557 | 2026-09-15T08:35:02.959Z | 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 } }] |
| 4558 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4559 | 2026-09-15T08:35:02.960Z | 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: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 } }] |
| 4560 | 2026-09-15T08:35:02.960Z | |
| 4561 | 2026-09-15T08:35:02.960Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:35:01.167Sep 15 08:35:01.167 |
| 4562 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167DEBG INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4563 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 4564 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffSep 15 08:35:01.167 |
| 4565 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167Sep 15 08:35:01.167 INFO DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 15 08:35:01.167adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4566 | 2026-09-15T08:35:02.960Z | |
| 4567 | 2026-09-15T08:35:02.960Z | |
| 4568 | 2026-09-15T08:35:02.960Z | DEBG Sep 15 08:35:01.167replacing 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 15 08:35:01.167 |
| 4569 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167INFO DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4570 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4571 | 2026-09-15T08:35:02.960Z | |
| 4572 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167 INFO Sep 15 08:35:01.167adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Sep 15 08:35:01.167Sep 15 08:35:01.167 |
| 4573 | 2026-09-15T08:35:02.960Z | DEBGDEBG 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 } }]Sep 15 08:35:01.167 |
| 4574 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:8::/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 } }] |
| 4575 | 2026-09-15T08:35:02.960Z | |
| 4576 | 2026-09-15T08:35:02.960Z | DEBG Sep 15 08:35:01.167replacing 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 } }] |
| 4577 | 2026-09-15T08:35:02.960Z | DEBGSep 15 08:35:01.167Sep 15 08:35:01.167 INFOINFO Sep 15 08:35:01.167adding route 3fff:beef:5::/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 } }]INFO |
| 4578 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4579 | 2026-09-15T08:35:02.960Z | |
| 4580 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4581 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 Sep 15 08:35:01.167 DEBGDEBG DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4582 | 2026-09-15T08:35:02.960Z | INFO |
| 4583 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4584 | 2026-09-15T08:35:02.960Z | 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 15 08:35:01.167 |
| 4585 | 2026-09-15T08:35:02.960Z | INFOSep 15 08:35:01.167 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 15 08:35:01.167INFOSep 15 08:35:01.167 |
| 4586 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4587 | 2026-09-15T08:35:02.960Z | 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 15 08:35:01.167 |
| 4588 | 2026-09-15T08:35:02.960Z | DEBG |
| 4589 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167replacing 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 } }] |
| 4590 | 2026-09-15T08:35:02.960Z | 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 15 08:35:01.167 |
| 4591 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167Sep 15 08:35:01.167INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO Sep 15 08:35:01.167DEBG |
| 4592 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167 adding route 3fff:beef:11::/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 } }]INFO |
| 4593 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167 |
| 4594 | 2026-09-15T08:35:02.960Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4595 | 2026-09-15T08:35:02.960Z | Sep 15 08:35:01.167DEBGDEBGSep 15 08:35:01.167 DEBGSep 15 08:35:01.167INFO created new freemapDEBGadding route 3fff:beef:17::/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 } }] |
| 4596 | 2026-09-15T08:35:02.960Z | |
| 4597 | 2026-09-15T08:35:02.961Z | 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: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 } }] |
| 4598 | 2026-09-15T08:35:02.961Z | unitSep 15 08:35:01.167 |
| 4599 | 2026-09-15T08:35:02.961Z | INFO :adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 |
| 4600 | 2026-09-15T08:35:02.961Z | DEBGINFO freemap_route_ipv4replacing 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 } }] |
| 4601 | 2026-09-15T08:35:02.961Z | |
| 4602 | 2026-09-15T08:35:02.961Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 15 08:35:01.167INFO |
| 4603 | 2026-09-15T08:35:02.961Z | DEBG adding route 3fff:beef:b::/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 } }] |
| 4604 | 2026-09-15T08:35:02.961Z | |
| 4605 | 2026-09-15T08:35:02.961Z | Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 DEBGDEBGINFO 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:13::/64 -> 2001:db8::55:ff |
| 4606 | 2026-09-15T08:35:02.961Z | 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 } }] |
| 4607 | 2026-09-15T08:35:02.961Z | |
| 4608 | 2026-09-15T08:35:02.961Z | DEBGINFOSep 15 08:35:01.167Sep 15 08:35:01.167Sep 15 08:35:01.167 INFO DEBGINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4609 | 2026-09-15T08:35:02.961Z | 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:9::/64 -> 2001:db8::55:ff |
| 4610 | 2026-09-15T08:35:02.961Z | |
| 4611 | 2026-09-15T08:35:02.961Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap |
| 4612 | 2026-09-15T08:35:02.961Z | Sep 15 08:35:01.168 Sep 15 08:35:01.168 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4613 | 2026-09-15T08:35:02.961Z | |
| 4614 | 2026-09-15T08:35:02.961Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4615 | 2026-09-15T08:35:02.961Z | |
| 4616 | 2026-09-15T08:35:02.961Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4617 | 2026-09-15T08:35:02.961Z | |
| 4618 | 2026-09-15T08:35:02.961Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4619 | 2026-09-15T08:35:02.961Z | |
| 4620 | 2026-09-15T08:35:02.961Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4621 | 2026-09-15T08:35:02.961Z | 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 } }] |
| 4622 | 2026-09-15T08:35:02.965Z | DEBG Sep 15 08:35:01.168replacing 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 } }] DEBGSep 15 08:35:01.168 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 } }] |
| 4623 | 2026-09-15T08:35:02.965Z | INFO |
| 4624 | 2026-09-15T08:35:02.965Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4625 | 2026-09-15T08:35:02.965Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOINFOSep 15 08:35:01.168 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4626 | 2026-09-15T08:35:02.965Z | DEBG adding route 3fff:beef:17::/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 } }] |
| 4627 | 2026-09-15T08:35:02.965Z | Sep 15 08:35:01.168 |
| 4628 | 2026-09-15T08:35:02.965Z | DEBGSep 15 08:35:01.168 DEBGSep 15 08:35:01.168replacing 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 } }] |
| 4629 | 2026-09-15T08:35:02.965Z | INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4630 | 2026-09-15T08:35:02.965Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4631 | 2026-09-15T08:35:02.965Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOSep 15 08:35:01.168 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:18::/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 } }] |
| 4632 | 2026-09-15T08:35:02.965Z | |
| 4633 | 2026-09-15T08:35:02.965Z | |
| 4634 | 2026-09-15T08:35:02.965Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 Sep 15 08:35:01.168DEBG 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:11::/64 -> 2001:db8::55:ffDEBG |
| 4635 | 2026-09-15T08:35:02.965Z | |
| 4636 | 2026-09-15T08:35:02.965Z | 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 } }] |
| 4637 | 2026-09-15T08:35:02.965Z | Sep 15 08:35:01.168 INFOSep 15 08:35:01.168 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 4638 | 2026-09-15T08:35:02.966Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4639 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4640 | 2026-09-15T08:35:02.966Z | |
| 4641 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 Sep 15 08:35:01.168DEBG INFOSep 15 08:35:01.168 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4642 | 2026-09-15T08:35:02.966Z | |
| 4643 | 2026-09-15T08:35:02.966Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4644 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBGDEBG Sep 15 08:35:01.168replacing 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 } }] 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 } }] |
| 4645 | 2026-09-15T08:35:02.966Z | |
| 4646 | 2026-09-15T08:35:02.966Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4647 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 Sep 15 08:35:01.168INFO INFOSep 15 08:35:01.168 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4648 | 2026-09-15T08:35:02.966Z | |
| 4649 | 2026-09-15T08:35:02.966Z | 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 } }]Sep 15 08:35:01.168 Sep 15 08:35:01.168DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4650 | 2026-09-15T08:35:02.966Z | |
| 4651 | 2026-09-15T08:35:02.966Z | 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 } }] |
| 4652 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168Sep 15 08:35:01.168Sep 15 08:35:01.168 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 4653 | 2026-09-15T08:35:02.966Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4654 | 2026-09-15T08:35:02.966Z | |
| 4655 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 Sep 15 08:35:01.168Sep 15 08:35:01.168DEBG DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4656 | 2026-09-15T08:35:02.966Z | 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 } }] |
| 4657 | 2026-09-15T08:35:02.966Z | |
| 4658 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 INFOSep 15 08:35:01.168 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4659 | 2026-09-15T08:35:02.966Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 4660 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4661 | 2026-09-15T08:35:02.966Z | 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 } }]Sep 15 08:35:01.168 |
| 4662 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 15 08:35:01.168replacing 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 } }] |
| 4663 | 2026-09-15T08:35:02.966Z | |
| 4664 | 2026-09-15T08:35:02.966Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4665 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 INFOINFOSep 15 08:35:01.168 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4666 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG |
| 4667 | 2026-09-15T08:35:02.966Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 15 08:35:01.168Sep 15 08:35:01.168 |
| 4668 | 2026-09-15T08:35:02.966Z | |
| 4669 | 2026-09-15T08:35:02.966Z | DEBG DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4670 | 2026-09-15T08:35:02.966Z | |
| 4671 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOSep 15 08:35:01.168INFOSep 15 08:35:01.168 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4672 | 2026-09-15T08:35:02.966Z | |
| 4673 | 2026-09-15T08:35:02.966Z | |
| 4674 | 2026-09-15T08:35:02.966Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4675 | 2026-09-15T08:35:02.966Z | Sep 15 08:35:01.168 DEBGDEBGSep 15 08:35:01.168 Sep 15 08:35:01.168 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: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 } }] |
| 4676 | 2026-09-15T08:35:02.966Z | DEBG |
| 4677 | 2026-09-15T08:35:02.967Z | 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 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 15 08:35:01.168Sep 15 08:35:01.168 |
| 4678 | 2026-09-15T08:35:02.967Z | |
| 4679 | 2026-09-15T08:35:02.967Z | INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4680 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 4681 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4682 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168INFO DEBG adding route 3fff:beef:22::/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 } }]Sep 15 08:35:01.168Sep 15 08:35:01.168 |
| 4683 | 2026-09-15T08:35:02.967Z | |
| 4684 | 2026-09-15T08:35:02.967Z | DEBG 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 } }]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 } }] |
| 4685 | 2026-09-15T08:35:02.967Z | |
| 4686 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168 INFOSep 15 08:35:01.168 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGSep 15 08:35:01.168Sep 15 08:35:01.168 |
| 4687 | 2026-09-15T08:35:02.967Z | INFOINFO 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 15 08:35:01.168 |
| 4688 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4689 | 2026-09-15T08:35:02.967Z | DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 15 08:35:01.168replacing 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 } }] |
| 4690 | 2026-09-15T08:35:02.967Z | |
| 4691 | 2026-09-15T08:35:02.967Z | INFO Sep 15 08:35:01.168adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4692 | 2026-09-15T08:35:02.967Z | DEBGSep 15 08:35:01.168 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 } }] |
| 4693 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4694 | 2026-09-15T08:35:02.967Z | DEBG Sep 15 08:35:01.168 INFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4695 | 2026-09-15T08:35:02.967Z | |
| 4696 | 2026-09-15T08:35:02.967Z | 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 |
| 4697 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168replacing 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 } }] |
| 4698 | 2026-09-15T08:35:02.967Z | DEBGSep 15 08:35:01.168 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 15 08:35:01.168 |
| 4699 | 2026-09-15T08:35:02.967Z | INFO Sep 15 08:35:01.168INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4700 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Sep 15 08:35:01.168 |
| 4701 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4702 | 2026-09-15T08:35:02.967Z | INFOSep 15 08:35:01.168Sep 15 08:35:01.168 DEBGDEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4703 | 2026-09-15T08:35:02.967Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4704 | 2026-09-15T08:35:02.967Z | |
| 4705 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOINFODEBGDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4706 | 2026-09-15T08:35:02.967Z | |
| 4707 | 2026-09-15T08:35:02.967Z | |
| 4708 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4709 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168 Sep 15 08:35:01.168INFO Sep 15 08:35:01.168Sep 15 08:35:01.168 INFODEBGDEBG 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: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 } }] |
| 4710 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4711 | 2026-09-15T08:35:02.967Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4712 | 2026-09-15T08:35:02.967Z | |
| 4713 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168 INFOSep 15 08:35:01.168 DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4714 | 2026-09-15T08:35:02.967Z | 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 15 08:35:01.168Sep 15 08:35:01.168 |
| 4715 | 2026-09-15T08:35:02.967Z | DEBG INFOSep 15 08:35:01.168replacing 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:26::/64 -> 2001:db8::55:ffINFO |
| 4716 | 2026-09-15T08:35:02.967Z | Sep 15 08:35:01.168 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4717 | 2026-09-15T08:35:02.968Z | |
| 4718 | 2026-09-15T08:35:02.968Z | DEBG Sep 15 08:35:01.168replacing 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 15 08:35:01.168 |
| 4719 | 2026-09-15T08:35:02.968Z | Sep 15 08:35:01.168 DEBGDEBG 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 } }]Sep 15 08:35:01.168 |
| 4720 | 2026-09-15T08:35:02.968Z | 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 } }] |
| 4721 | 2026-09-15T08:35:02.968Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4722 | 2026-09-15T08:35:02.972Z | |
| 4723 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOINFO Sep 15 08:35:01.168 Sep 15 08:35:01.168adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 4724 | 2026-09-15T08:35:02.972Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4725 | 2026-09-15T08:35:02.972Z | 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 |
| 4726 | 2026-09-15T08:35:02.972Z | 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 15 08:35:01.168Sep 15 08:35:01.168 |
| 4727 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168 DEBG DEBGSep 15 08:35:01.168replacing 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 |
| 4728 | 2026-09-15T08:35:02.972Z | 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:1e::/64 -> 2001:db8::55:ff |
| 4729 | 2026-09-15T08:35:02.972Z | |
| 4730 | 2026-09-15T08:35:02.972Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4731 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOINFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Sep 15 08:35:01.168replacing 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 } }] |
| 4732 | 2026-09-15T08:35:02.972Z | |
| 4733 | 2026-09-15T08:35:02.972Z | |
| 4734 | 2026-09-15T08:35:02.972Z | 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 } }]Sep 15 08:35:01.168 |
| 4735 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFO DEBG DEBGSep 15 08:35:01.168 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: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 } }] |
| 4736 | 2026-09-15T08:35:02.972Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4737 | 2026-09-15T08:35:02.972Z | |
| 4738 | 2026-09-15T08:35:02.972Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4739 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168Sep 15 08:35:01.168 INFOINFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }] |
| 4740 | 2026-09-15T08:35:02.972Z | |
| 4741 | 2026-09-15T08:35:02.972Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4742 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168Sep 15 08:35:01.168Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBG INFODEBG adding route 3fff:beef:20::/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 } }] |
| 4743 | 2026-09-15T08:35:02.972Z | |
| 4744 | 2026-09-15T08:35:02.972Z | 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 } }] |
| 4745 | 2026-09-15T08:35:02.972Z | DEBG Sep 15 08:35:01.168replacing 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 15 08:35:01.168 Sep 15 08:35:01.168DEBG |
| 4746 | 2026-09-15T08:35:02.972Z | INFOINFOreplacing 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 } }] |
| 4747 | 2026-09-15T08:35:02.972Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4748 | 2026-09-15T08:35:02.972Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4749 | 2026-09-15T08:35:02.972Z | INFOSep 15 08:35:01.168 Sep 15 08:35:01.168adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Sep 15 08:35:01.168 |
| 4750 | 2026-09-15T08:35:02.972Z | INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4751 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168 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 } }] |
| 4752 | 2026-09-15T08:35:02.972Z | Sep 15 08:35:01.168replacing 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 } }] DEBGDEBGSep 15 08:35:01.168 |
| 4753 | 2026-09-15T08:35:02.972Z | 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 |
| 4754 | 2026-09-15T08:35:02.973Z | 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 } }] |
| 4755 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOSep 15 08:35:01.168 Sep 15 08:35:01.168 |
| 4756 | 2026-09-15T08:35:02.973Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFO |
| 4757 | 2026-09-15T08:35:02.973Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4758 | 2026-09-15T08:35:02.973Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4759 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168DEBG Sep 15 08:35:01.168replacing 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 |
| 4760 | 2026-09-15T08:35:02.973Z | 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 15 08:35:01.168DEBGSep 15 08:35:01.168 |
| 4761 | 2026-09-15T08:35:02.973Z | 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 } }] |
| 4762 | 2026-09-15T08:35:02.973Z | 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 } }] |
| 4763 | 2026-09-15T08:35:02.973Z | , unit:INFOSep 15 08:35:01.168 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 4764 | 2026-09-15T08:35:02.973Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4765 | 2026-09-15T08:35:02.973Z | |
| 4766 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168Sep 15 08:35:01.168Sep 15 08:35:01.168 Sep 15 08:35:01.168DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 4767 | 2026-09-15T08:35:02.973Z | initted freemap. size: 64 , 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 15 08:35:01.168 |
| 4768 | 2026-09-15T08:35:02.973Z | unitINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff: |
| 4769 | 2026-09-15T08:35:02.973Z | freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4770 | 2026-09-15T08:35:02.973Z | |
| 4771 | 2026-09-15T08:35:02.973Z | INFO Sep 15 08:35:01.168adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4772 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168 DEBG 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 } }] |
| 4773 | 2026-09-15T08:35:02.973Z | reset freemapSep 15 08:35:01.168 , DEBGunitreplacing 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 } }] |
| 4774 | 2026-09-15T08:35:02.973Z | :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 } }] |
| 4775 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168freemap_route_ipv4 |
| 4776 | 2026-09-15T08:35:02.973Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 15 08:35:01.168 |
| 4777 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168 INFODEBG Sep 15 08:35:01.168Sep 15 08:35:01.168 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4778 | 2026-09-15T08:35:02.973Z | DEBG, unitINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4779 | 2026-09-15T08:35:02.973Z | |
| 4780 | 2026-09-15T08:35:02.973Z | test route::tests::grow_succeeds ... ok |
| 4781 | 2026-09-15T08:35:02.973Z | 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 } }] |
| 4782 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.168Sep 15 08:35:01.168Sep 15 08:35:01.168 DEBGDEBG reset 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 } }], Sep 15 08:35:01.168unit |
| 4783 | 2026-09-15T08:35:02.973Z | DEBG :replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOfreemap_route_ipv6 |
| 4784 | 2026-09-15T08:35:02.973Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4785 | 2026-09-15T08:35:02.973Z | |
| 4786 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.169INFO Sep 15 08:35:01.169adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 4787 | 2026-09-15T08:35:02.973Z | 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 } }] |
| 4788 | 2026-09-15T08:35:02.973Z | |
| 4789 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169DEBGSep 15 08:35:01.169 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:2e::/64 -> 2001:db8::55:ff |
| 4790 | 2026-09-15T08:35:02.973Z | |
| 4791 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.169adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4792 | 2026-09-15T08:35:02.973Z | 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 } }] |
| 4793 | 2026-09-15T08:35:02.973Z | Sep 15 08:35:01.169Sep 15 08:35:01.169replacing 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 } }] |
| 4794 | 2026-09-15T08:35:02.974Z | DEBGDEBG Sep 15 08:35:01.169replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4795 | 2026-09-15T08:35:02.974Z | |
| 4796 | 2026-09-15T08:35:02.974Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4797 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169 INFO Sep 15 08:35:01.169adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4798 | 2026-09-15T08:35:02.974Z | INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4799 | 2026-09-15T08:35:02.974Z | 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 } }] 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 } }] |
| 4800 | 2026-09-15T08:35:02.974Z | |
| 4801 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169 DEBG Sep 15 08:35:01.169replacing 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 } }] |
| 4802 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 4803 | 2026-09-15T08:35:02.974Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4804 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4805 | 2026-09-15T08:35:02.974Z | 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 15 08:35:01.169 |
| 4806 | 2026-09-15T08:35:02.974Z | 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 15 08:35:01.169Sep 15 08:35:01.169 |
| 4807 | 2026-09-15T08:35:02.974Z | 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 } }] Sep 15 08:35:01.169adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4808 | 2026-09-15T08:35:02.974Z | |
| 4809 | 2026-09-15T08:35:02.974Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4810 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169 DEBG Sep 15 08:35:01.169Sep 15 08:35:01.169replacing 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 } }] |
| 4811 | 2026-09-15T08:35:02.974Z | DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4812 | 2026-09-15T08:35:02.974Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4813 | 2026-09-15T08:35:02.974Z | INFOSep 15 08:35:01.169 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 4814 | 2026-09-15T08:35:02.974Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4815 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169Sep 15 08:35:01.169 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:35:01.169replacing 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 } }] |
| 4816 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169 |
| 4817 | 2026-09-15T08:35:02.974Z | INFODEBG 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:23::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4818 | 2026-09-15T08:35:02.974Z | |
| 4819 | 2026-09-15T08:35:02.974Z | Sep 15 08:35:01.169 INFOINFO Sep 15 08:35:01.169 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4820 | 2026-09-15T08:35:02.974Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4821 | 2026-09-15T08:35:02.974Z | 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 } }] |
| 4822 | 2026-09-15T08:35:02.978Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169INFOSep 15 08:35:01.169 Sep 15 08:35:01.169adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4823 | 2026-09-15T08:35:02.978Z | DEBGDEBG 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 } }] |
| 4824 | 2026-09-15T08:35:02.978Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4825 | 2026-09-15T08:35:02.978Z | 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 } }] |
| 4826 | 2026-09-15T08:35:02.978Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169DEBG Sep 15 08:35:01.169 DEBGSep 15 08:35:01.169replacing 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: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 |
| 4827 | 2026-09-15T08:35:02.978Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4828 | 2026-09-15T08:35:02.978Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4829 | 2026-09-15T08:35:02.978Z | |
| 4830 | 2026-09-15T08:35:02.978Z | Sep 15 08:35:01.169Sep 15 08:35:01.169 Sep 15 08:35:01.169 Sep 15 08:35:01.169INFO DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/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 } }] |
| 4831 | 2026-09-15T08:35:02.978Z | |
| 4832 | 2026-09-15T08:35:02.978Z | |
| 4833 | 2026-09-15T08:35:02.978Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4834 | 2026-09-15T08:35:02.978Z | Sep 15 08:35:01.169Sep 15 08:35:01.169 Sep 15 08:35:01.169 INFOINFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4835 | 2026-09-15T08:35:02.979Z | |
| 4836 | 2026-09-15T08:35:02.979Z | 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 15 08:35:01.169 |
| 4837 | 2026-09-15T08:35:02.979Z | DEBG Sep 15 08:35:01.169Sep 15 08:35:01.169 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 } }]INFOSep 15 08:35:01.169 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4838 | 2026-09-15T08:35:02.979Z | |
| 4839 | 2026-09-15T08:35:02.979Z | 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 } }]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 } }] |
| 4840 | 2026-09-15T08:35:02.979Z | |
| 4841 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169Sep 15 08:35:01.169 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4842 | 2026-09-15T08:35:02.979Z | INFOSep 15 08:35:01.169 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Sep 15 08:35:01.169INFO Sep 15 08:35:01.169INFO INFO |
| 4843 | 2026-09-15T08:35:02.979Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4844 | 2026-09-15T08:35:02.979Z | |
| 4845 | 2026-09-15T08:35:02.979Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4846 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169Sep 15 08:35:01.169 DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4847 | 2026-09-15T08:35:02.979Z | 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 15 08:35:01.169DEBG |
| 4848 | 2026-09-15T08:35:02.979Z | DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4849 | 2026-09-15T08:35:02.979Z | 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 15 08:35:01.169Sep 15 08:35:01.169 |
| 4850 | 2026-09-15T08:35:02.979Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 4851 | 2026-09-15T08:35:02.979Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4852 | 2026-09-15T08:35:02.979Z | INFOSep 15 08:35:01.169 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4853 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4854 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169 DEBG 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 15 08:35:01.169 |
| 4855 | 2026-09-15T08:35:02.979Z | 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:29::/64 -> 2001:db8::55:ffSep 15 08:35:01.169 |
| 4856 | 2026-09-15T08:35:02.979Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4857 | 2026-09-15T08:35:02.979Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4858 | 2026-09-15T08:35:02.979Z | |
| 4859 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169 DEBGSep 15 08:35:01.169 Sep 15 08:35:01.169replacing 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 15 08:35:01.169 INFO |
| 4860 | 2026-09-15T08:35:02.979Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 4861 | 2026-09-15T08:35:02.979Z | DEBG Sep 15 08:35:01.169 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4862 | 2026-09-15T08:35:02.979Z | |
| 4863 | 2026-09-15T08:35:02.979Z | INFO Sep 15 08:35:01.169adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Sep 15 08:35:01.169 |
| 4864 | 2026-09-15T08:35:02.979Z | 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 } }]INFOSep 15 08:35:01.169 |
| 4865 | 2026-09-15T08:35:02.979Z | DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4866 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169Sep 15 08:35:01.169 |
| 4867 | 2026-09-15T08:35:02.979Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOSep 15 08:35:01.169 |
| 4868 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4869 | 2026-09-15T08:35:02.979Z | DEBGSep 15 08:35:01.169 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 } }] DEBG |
| 4870 | 2026-09-15T08:35:02.979Z | 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 15 08:35:01.169adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4871 | 2026-09-15T08:35:02.979Z | |
| 4872 | 2026-09-15T08:35:02.979Z | Sep 15 08:35:01.169 DEBGSep 15 08:35:01.169 INFODEBGSep 15 08:35:01.169 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:23::/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 } }] |
| 4873 | 2026-09-15T08:35:02.979Z | |
| 4874 | 2026-09-15T08:35:02.979Z | INFO |
| 4875 | 2026-09-15T08:35:02.980Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4876 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169DEBGSep 15 08:35:01.169 INFODEBG 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 } }] |
| 4877 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.169adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4878 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.169 |
| 4879 | 2026-09-15T08:35:02.980Z | INFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4880 | 2026-09-15T08:35:02.980Z | |
| 4881 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169DEBGSep 15 08:35:01.169 Sep 15 08:35:01.169 INFODEBG 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4882 | 2026-09-15T08:35:02.980Z | |
| 4883 | 2026-09-15T08:35:02.980Z | 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 } }] |
| 4884 | 2026-09-15T08:35:02.980Z | |
| 4885 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.169 INFOSep 15 08:35:01.169Sep 15 08:35:01.169Sep 15 08:35:01.169 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4886 | 2026-09-15T08:35:02.980Z | |
| 4887 | 2026-09-15T08:35:02.980Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4888 | 2026-09-15T08:35:02.980Z | |
| 4889 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.169 Sep 15 08:35:01.169INFO DEBGSep 15 08:35:01.169Sep 15 08:35:01.169adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }] |
| 4890 | 2026-09-15T08:35:02.980Z | DEBG |
| 4891 | 2026-09-15T08:35:02.980Z | 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 Sep 15 08:35:01.170replacing 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 } }] |
| 4892 | 2026-09-15T08:35:02.980Z | DEBGSep 15 08:35:01.169 created new freemapDEBG, Sep 15 08:35:01.171Sep 15 08:35:01.169 created new freemapunitINFO, : unitDEBG :adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv4 created new freemap |
| 4893 | 2026-09-15T08:35:02.980Z | freemap_route_ipv4 |
| 4894 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.171 |
| 4895 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.171, Sep 15 08:35:01.171unitDEBGDEBG :created new freemap replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4Sep 15 08:35:01.171 |
| 4896 | 2026-09-15T08:35:02.980Z | |
| 4897 | 2026-09-15T08:35:02.980Z | DEBG , DEBG created new freemap, unit: Sep 15 08:35:01.171Sep 15 08:35:01.171replacing 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 |
| 4898 | 2026-09-15T08:35:02.980Z | |
| 4899 | 2026-09-15T08:35:02.980Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 4900 | 2026-09-15T08:35:02.980Z | created new freemapSep 15 08:35:01.171Sep 15 08:35:01.171 INFODEBG, initted freemap. size: 64 unit, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:Sep 15 08:35:01.171 |
| 4901 | 2026-09-15T08:35:02.980Z | unit: DEBGSep 15 08:35:01.171 freemap_route_ipv4replacing 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 } }] |
| 4902 | 2026-09-15T08:35:02.980Z | |
| 4903 | 2026-09-15T08:35:02.980Z | freemap_route_ipv6DEBG |
| 4904 | 2026-09-15T08:35:02.980Z | 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 15 08:35:01.171Sep 15 08:35:01.171 |
| 4905 | 2026-09-15T08:35:02.980Z | INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4906 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.171reset freemap Sep 15 08:35:01.171, unitINFO:DEBG freemap_route_ipv4initted freemap. size: 64 |
| 4907 | 2026-09-15T08:35:02.980Z | , unitSep 15 08:35:01.171: DEBGfreemap_route_ipv4 |
| 4908 | 2026-09-15T08:35:02.980Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 15 08:35:01.171 |
| 4909 | 2026-09-15T08:35:02.980Z | 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 |
| 4910 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.171initted freemap. size: 64 DEBG, Sep 15 08:35:01.171unitreset freemap: DEBGfreemap_route_ipv6 |
| 4911 | 2026-09-15T08:35:02.980Z | 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 } }], |
| 4912 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.171 unit:DEBG Sep 15 08:35:01.171freemap_route_ipv4 |
| 4913 | 2026-09-15T08:35:02.980Z | failed to allocate space for the new target listDEBGSep 15 08:35:01.171 |
| 4914 | 2026-09-15T08:35:02.980Z | Sep 15 08:35:01.171DEBG failed to allocate space for the new target listreset freemapSep 15 08:35:01.171, DEBG unitDEBG |
| 4915 | 2026-09-15T08:35:02.981Z | : initted freemap. size: 64freemap_route_ipv6 |
| 4916 | 2026-09-15T08:35:02.981Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 4917 | 2026-09-15T08:35:02.981Z | Sep 15 08:35:01.171: DEBGfreemap_route_ipv6Sep 15 08:35:01.171 |
| 4918 | 2026-09-15T08:35:02.981Z | 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 3fff:dead::/64 -> 2001:db8::55:1 |
| 4919 | 2026-09-15T08:35:02.981Z | |
| 4920 | 2026-09-15T08:35:02.981Z | Sep 15 08:35:01.171 DEBG unitreset freemap:, unitSep 15 08:35:01.171freemap_route_ipv6 : |
| 4921 | 2026-09-15T08:35:02.981Z | 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 } }] |
| 4922 | 2026-09-15T08:35:02.985Z | |
| 4923 | 2026-09-15T08:35:02.985Z | freemap_route_ipv6 |
| 4924 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171Sep 15 08:35:01.171 Sep 15 08:35:01.171 INFODEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:35:01.171 |
| 4925 | 2026-09-15T08:35:02.985Z | |
| 4926 | 2026-09-15T08:35:02.985Z | INFOinitted freemap. size: 64 , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunit |
| 4927 | 2026-09-15T08:35:02.985Z | : Sep 15 08:35:01.171 freemap_route_ipv4DEBGSep 15 08:35:01.171 Sep 15 08:35:01.171 |
| 4928 | 2026-09-15T08:35:02.985Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG |
| 4929 | 2026-09-15T08:35:02.985Z | 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: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 } }] |
| 4930 | 2026-09-15T08:35:02.985Z | |
| 4931 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171 INFO Sep 15 08:35:01.171adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4932 | 2026-09-15T08:35:02.985Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4933 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171Sep 15 08:35:01.171 Sep 15 08:35:01.171DEBGDEBG Sep 15 08:35:01.171 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 } }]reset freemap |
| 4934 | 2026-09-15T08:35:02.985Z | , INFO unitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff: |
| 4935 | 2026-09-15T08:35:02.985Z | |
| 4936 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171freemap_route_ipv4 |
| 4937 | 2026-09-15T08:35:02.985Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4938 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171 Sep 15 08:35:01.171INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4939 | 2026-09-15T08:35:02.985Z | initted freemap. size: 64Sep 15 08:35:01.171, Sep 15 08:35:01.171unit : DEBG DEBG freemap_route_ipv6replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4940 | 2026-09-15T08:35:02.985Z | 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 } }] |
| 4941 | 2026-09-15T08:35:02.985Z | |
| 4942 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171Sep 15 08:35:01.171 Sep 15 08:35:01.171DEBGSep 15 08:35:01.171 INFOSep 15 08:35:01.171replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOINFO |
| 4943 | 2026-09-15T08:35:02.985Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4944 | 2026-09-15T08:35:02.985Z | |
| 4945 | 2026-09-15T08:35:02.985Z | |
| 4946 | 2026-09-15T08:35:02.985Z | DEBG Sep 15 08:35:01.171reset freemap , Sep 15 08:35:01.171unit :DEBGINFO Sep 15 08:35:01.171 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:dead::/64 -> 2001:db8::55:4DEBG |
| 4947 | 2026-09-15T08:35:02.985Z | freemap_route_ipv6replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4948 | 2026-09-15T08:35:02.985Z | |
| 4949 | 2026-09-15T08:35:02.985Z | |
| 4950 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171Sep 15 08:35:01.171Sep 15 08:35:01.171 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4951 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:31::/64 -> 2001:db8::55:ff |
| 4952 | 2026-09-15T08:35:02.985Z | DEBG |
| 4953 | 2026-09-15T08:35:02.985Z | 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 15 08:35:01.171 |
| 4954 | 2026-09-15T08:35:02.985Z | Sep 15 08:35:01.171 Sep 15 08:35:01.171 INFOSep 15 08:35:01.171 DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 15 08:35:01.171DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG |
| 4955 | 2026-09-15T08:35:02.985Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4956 | 2026-09-15T08:35:02.986Z | 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 } }] |
| 4957 | 2026-09-15T08:35:02.986Z | |
| 4958 | 2026-09-15T08:35:02.986Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 15 08:35:01.171Sep 15 08:35:01.171Sep 15 08:35:01.171 INFOINFODEBG |
| 4959 | 2026-09-15T08:35:02.986Z | 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:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4960 | 2026-09-15T08:35:02.986Z | |
| 4961 | 2026-09-15T08:35:02.986Z | |
| 4962 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.171 DEBGSep 15 08:35:01.171 Sep 15 08:35:01.171replacing 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 } }] |
| 4963 | 2026-09-15T08:35:02.986Z | INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 15 08:35:01.171 |
| 4964 | 2026-09-15T08:35:02.986Z | DEBG |
| 4965 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.171 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 15 08:35:01.171 |
| 4966 | 2026-09-15T08:35:02.986Z | INFO Sep 15 08:35:01.171 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGINFO 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 } }] |
| 4967 | 2026-09-15T08:35:02.986Z | |
| 4968 | 2026-09-15T08:35:02.986Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 15 08:35:01.171 |
| 4969 | 2026-09-15T08:35:02.986Z | INFOSep 15 08:35:01.171 Sep 15 08:35:01.171DEBGSep 15 08:35:01.171 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 4970 | 2026-09-15T08:35:02.986Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4971 | 2026-09-15T08:35:02.986Z | |
| 4972 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.169 DEBG Sep 15 08:35:01.171replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:35:01.171Sep 15 08:35:01.171DEBG |
| 4973 | 2026-09-15T08:35:02.986Z | INFO DEBGDEBG adding route 3fff:beef:29::/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 } }] |
| 4974 | 2026-09-15T08:35:02.986Z | |
| 4975 | 2026-09-15T08:35:02.986Z | 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 } }] |
| 4976 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.171 created new freemapINFOSep 15 08:35:01.171, unitINFOadding route 3fff:dead::/64 -> 2001:db8::55:4Sep 15 08:35:01.171 |
| 4977 | 2026-09-15T08:35:02.986Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 4978 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.171 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff:DEBGSep 15 08:35:01.171 Sep 15 08:35:01.171freemap_route_ipv4DEBG |
| 4979 | 2026-09-15T08:35:02.986Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4980 | 2026-09-15T08:35:02.986Z | |
| 4981 | 2026-09-15T08:35:02.986Z | test route::tests::identity_replace_is_noop ... ok |
| 4982 | 2026-09-15T08:35:02.986Z | 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 } }]DEBG |
| 4983 | 2026-09-15T08:35:02.986Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 4984 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.171 |
| 4985 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.171 DEBG INFOcreated new freemap , Sep 15 08:35:01.171adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4986 | 2026-09-15T08:35:02.986Z | DEBGSep 15 08:35:01.171unit :DEBG Sep 15 08:35:01.171Sep 15 08:35:01.171 replacing targets for 3fff:dead::/64 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 } }]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 } }] |
| 4987 | 2026-09-15T08:35:02.986Z | 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 } }] INFOSep 15 08:35:01.172 DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Sep 15 08:35:01.172created new freemap |
| 4988 | 2026-09-15T08:35:02.986Z | DEBG, unitcreated new freemap:, unitfreemap_route_ipv4: |
| 4989 | 2026-09-15T08:35:02.986Z | freemap_route_ipv4Sep 15 08:35:01.178 |
| 4990 | 2026-09-15T08:35:02.986Z | 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 } }] |
| 4991 | 2026-09-15T08:35:02.986Z | Sep 15 08:35:01.178 Sep 15 08:35:01.178DEBG INFOcreated new freemap |
| 4992 | 2026-09-15T08:35:02.986Z | , Sep 15 08:35:01.178adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff unit |
| 4993 | 2026-09-15T08:35:02.986Z | DEBG: freemap_route_ipv6 |
| 4994 | 2026-09-15T08:35:02.986Z | created new freemap, Sep 15 08:35:01.178unit :DEBG Sep 15 08:35:01.178freemap_route_ipv6 WARNreplacing 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 } }] |
| 4995 | 2026-09-15T08:35:02.986Z | |
| 4996 | 2026-09-15T08:35:02.987Z | Sep 15 08:35:01.178shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Sep 15 08:35:01.178 |
| 4997 | 2026-09-15T08:35:02.987Z | DEBG DEBGSep 15 08:35:01.178initted freemap. size: 64 , Sep 15 08:35:01.178unit :initted freemap. size: 64 , ERROfreemap_route_ipv4unit |
| 4998 | 2026-09-15T08:35:02.987Z | : INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4 |
| 4999 | 2026-09-15T08:35:02.987Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5000 | 2026-09-15T08:35:02.987Z | Sep 15 08:35:01.178 |
| 5001 | 2026-09-15T08:35:02.987Z | DEBGSep 15 08:35:01.178Sep 15 08:35:01.178 DEBGDEBG reset freemap 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 freemap |
| 5002 | 2026-09-15T08:35:02.987Z | , , unitunit::Sep 15 08:35:01.178 freemap_route_ipv4freemap_route_ipv4 |
| 5003 | 2026-09-15T08:35:02.987Z | |
| 5004 | 2026-09-15T08:35:02.987Z | ERROSep 15 08:35:01.178 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 5005 | 2026-09-15T08:35:02.987Z | Sep 15 08:35:01.178INFO Sep 15 08:35:01.178 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5006 | 2026-09-15T08:35:02.987Z | DEBG initted freemap. size: 64initted freemap. size: 64, , Sep 15 08:35:01.178unitunit ::DEBG freemap_route_ipv6freemap_route_ipv6 |
| 5007 | 2026-09-15T08:35:02.987Z | |
| 5008 | 2026-09-15T08:35:02.987Z | 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 15 08:35:01.178Sep 15 08:35:01.178 DEBGDEBG reset freemapreset freemap, , unitunit: |
| 5009 | 2026-09-15T08:35:02.987Z | : freemap_route_ipv6freemap_route_ipv6 |
| 5010 | 2026-09-15T08:35:02.987Z | |
| 5011 | 2026-09-15T08:35:02.987Z | Sep 15 08:35:01.178Sep 15 08:35:01.178Sep 15 08:35:01.178 INFOINFOSep 15 08:35:01.178INFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5012 | 2026-09-15T08:35:02.987Z | |
| 5013 | 2026-09-15T08:35:02.987Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5014 | 2026-09-15T08:35:02.987Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5015 | 2026-09-15T08:35:02.987Z | Sep 15 08:35:01.178Sep 15 08:35:01.178 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 } }] Sep 15 08:35:01.178replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 15 08:35:01.178 |
| 5016 | 2026-09-15T08:35:02.987Z | |
| 5017 | 2026-09-15T08:35:02.987Z | 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 } }] |
| 5018 | 2026-09-15T08:35:02.987Z | DEBGSep 15 08:35:01.178 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 15 08:35:01.178Sep 15 08:35:01.178INFO |
| 5019 | 2026-09-15T08:35:02.987Z | INFOINFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5020 | 2026-09-15T08:35:02.987Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5021 | 2026-09-15T08:35:02.987Z | |
| 5022 | 2026-09-15T08:35:02.991Z | Sep 15 08:35:01.178Sep 15 08:35:01.178 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 } }]Sep 15 08:35:01.178Sep 15 08:35:01.172Sep 15 08:35:01.178 |
| 5023 | 2026-09-15T08:35:02.991Z | DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 5024 | 2026-09-15T08:35:02.991Z | DEBGcreated new freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unitSep 15 08:35:01.178 |
| 5025 | 2026-09-15T08:35:02.991Z | Sep 15 08:35:01.178 : |
| 5026 | 2026-09-15T08:35:02.991Z | INFO DEBG freemap_route_ipv4replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5027 | 2026-09-15T08:35:02.991Z | |
| 5028 | 2026-09-15T08:35:02.991Z | |
| 5029 | 2026-09-15T08:35:02.991Z | Sep 15 08:35:01.178 Sep 15 08:35:01.178INFO Sep 15 08:35:01.178INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3Sep 15 08:35:01.178 |
| 5030 | 2026-09-15T08:35:02.991Z | DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 15 08:35:01.178 |
| 5031 | 2026-09-15T08:35:02.991Z | Sep 15 08:35:01.178DEBG DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5032 | 2026-09-15T08:35:02.991Z | |
| 5033 | 2026-09-15T08:35:02.991Z | , unit: |
| 5034 | 2026-09-15T08:35:02.991Z | Sep 15 08:35:01.178 Sep 15 08:35:01.178freemap_route_ipv6 Sep 15 08:35:01.178 |
| 5035 | 2026-09-15T08:35:02.991Z | DEBG INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 15 08:35:01.178Sep 15 08:35:01.178 |
| 5036 | 2026-09-15T08:35:02.991Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 5037 | 2026-09-15T08:35:02.992Z | initted freemap. size: 64Sep 15 08:35:01.178, unit: INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 5038 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5039 | 2026-09-15T08:35:02.992Z | |
| 5040 | 2026-09-15T08:35:02.992Z | 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 15 08:35:01.178 |
| 5041 | 2026-09-15T08:35:02.992Z | |
| 5042 | 2026-09-15T08:35:02.992Z | DEBGSep 15 08:35:01.178 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 15 08:35:01.178DEBG Sep 15 08:35:01.178Sep 15 08:35:01.178 |
| 5043 | 2026-09-15T08:35:02.992Z | DEBG INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff reset freemap |
| 5044 | 2026-09-15T08:35:02.992Z | , adding route 172.17.0.0/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 } }]unit |
| 5045 | 2026-09-15T08:35:02.992Z | : |
| 5046 | 2026-09-15T08:35:02.992Z | freemap_route_ipv4 |
| 5047 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 Sep 15 08:35:01.178Sep 15 08:35:01.178DEBG INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 15 08:35:01.178 |
| 5048 | 2026-09-15T08:35:02.992Z | 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 } }] |
| 5049 | 2026-09-15T08:35:02.992Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5050 | 2026-09-15T08:35:02.992Z | DEBGSep 15 08:35:01.178 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5051 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5052 | 2026-09-15T08:35:02.992Z | DEBGSep 15 08:35:01.178 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 15 08:35:01.178 |
| 5053 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178DEBG DEBG initted freemap. size: 64Sep 15 08:35:01.178INFO, 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 } }]:INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5054 | 2026-09-15T08:35:02.992Z | |
| 5055 | 2026-09-15T08:35:02.992Z | |
| 5056 | 2026-09-15T08:35:02.992Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5057 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 Sep 15 08:35:01.178DEBG DEBGSep 15 08:35:01.178 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 } }]reset freemap |
| 5058 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 , INFO unitadding route 172.17.0.2/32 -> 10.0.0.255: |
| 5059 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 INFO DEBG freemap_route_ipv6adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5060 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178replacing 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 } }] |
| 5061 | 2026-09-15T08:35:02.992Z | |
| 5062 | 2026-09-15T08:35:02.992Z | 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 } }]Sep 15 08:35:01.178 |
| 5063 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:35:01.178 Sep 15 08:35:01.178replacing 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 } }] |
| 5064 | 2026-09-15T08:35:02.992Z | |
| 5065 | 2026-09-15T08:35:02.992Z | INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5066 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5067 | 2026-09-15T08:35:02.992Z | DEBGSep 15 08:35:01.178 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5068 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178Sep 15 08:35:01.178 INFODEBG 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 } }]adding route 3fff:beef:34::/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 } }] |
| 5069 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 |
| 5070 | 2026-09-15T08:35:02.992Z | INFO |
| 5071 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5072 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178INFO |
| 5073 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 Sep 15 08:35:01.178DEBG 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 } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5074 | 2026-09-15T08:35:02.992Z | DEBG |
| 5075 | 2026-09-15T08:35:02.992Z | Sep 15 08:35:01.178 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5076 | 2026-09-15T08:35:02.993Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5077 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.178 |
| 5078 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.178Sep 15 08:35:01.178 DEBGSep 15 08:35:01.178 Sep 15 08:35:01.178INFODEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5079 | 2026-09-15T08:35:02.993Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5080 | 2026-09-15T08:35:02.993Z | INFO |
| 5081 | 2026-09-15T08:35:02.993Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5082 | 2026-09-15T08:35:02.993Z | DEBG Sep 15 08:35:01.178adding route 172.17.0.0/32 -> 10.0.0.255Sep 15 08:35:01.178adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFO |
| 5083 | 2026-09-15T08:35:02.993Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5084 | 2026-09-15T08:35:02.993Z | |
| 5085 | 2026-09-15T08:35:02.993Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 5086 | 2026-09-15T08:35:02.993Z | adding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:35:01.178 |
| 5087 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.178Sep 15 08:35:01.178 DEBGINFOSep 15 08:35:01.178DEBGSep 15 08:35:01.178 DEBGadding route 3fff:beef:3d::/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 } }]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 } }] |
| 5088 | 2026-09-15T08:35:02.993Z | freemap_route_ipv6 |
| 5089 | 2026-09-15T08:35:02.993Z | |
| 5090 | 2026-09-15T08:35:02.993Z | 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 } }] |
| 5091 | 2026-09-15T08:35:02.993Z | |
| 5092 | 2026-09-15T08:35:02.993Z | DEBGSep 15 08:35:01.178 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 } }]INFOSep 15 08:35:01.178Sep 15 08:35:01.178 |
| 5093 | 2026-09-15T08:35:02.993Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255INFO Sep 15 08:35:01.178adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5094 | 2026-09-15T08:35:02.993Z | DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 15 08:35:01.178 |
| 5095 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.178 DEBG |
| 5096 | 2026-09-15T08:35:02.993Z | DEBGSep 15 08:35:01.178 initted freemap. size: 64Sep 15 08:35:01.178replacing 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, unitSep 15 08:35:01.178 |
| 5097 | 2026-09-15T08:35:02.993Z | 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 } }] : |
| 5098 | 2026-09-15T08:35:02.993Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 5099 | 2026-09-15T08:35:02.993Z | |
| 5100 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.178Sep 15 08:35:01.178 INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5101 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.179 DEBGSep 15 08:35:01.178 created new freemapDEBGSep 15 08:35:01.184 created new freemapDEBG, , unitunit :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :freemap_route_ipv4 |
| 5102 | 2026-09-15T08:35:02.993Z | freemap_route_ipv4 |
| 5103 | 2026-09-15T08:35:02.993Z | |
| 5104 | 2026-09-15T08:35:02.993Z | adding route 172.17.0.2/32 -> 10.0.0.255Sep 15 08:35:01.184 |
| 5105 | 2026-09-15T08:35:02.993Z | 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 15 08:35:01.184Sep 15 08:35:01.184 DEBGINFO |
| 5106 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.184adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5107 | 2026-09-15T08:35:02.993Z | 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 } }]created new freemap |
| 5108 | 2026-09-15T08:35:02.993Z | , created new freemap, unitunit:Sep 15 08:35:01.184Sep 15 08:35:01.184 :INFO Sep 15 08:35:01.184adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5109 | 2026-09-15T08:35:02.993Z | freemap_route_ipv6 DEBG freemap_route_ipv6 |
| 5110 | 2026-09-15T08:35:02.993Z | 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 |
| 5111 | 2026-09-15T08:35:02.993Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffSep 15 08:35:01.184 |
| 5112 | 2026-09-15T08:35:02.993Z | DEBG |
| 5113 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.184replacing 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 15 08:35:01.184 |
| 5114 | 2026-09-15T08:35:02.993Z | INFO Sep 15 08:35:01.184adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 5115 | 2026-09-15T08:35:02.993Z | Sep 15 08:35:01.184 Sep 15 08:35:01.184 INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255DEBGSep 15 08:35:01.184 |
| 5116 | 2026-09-15T08:35:02.994Z | 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 } }]initted freemap. size: 64initted freemap. size: 64 |
| 5117 | 2026-09-15T08:35:02.994Z | Sep 15 08:35:01.184DEBG, , unitreplacing 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 15 08:35:01.184unit : :DEBG freemap_route_ipv4freemap_route_ipv4replacing 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 } }] |
| 5118 | 2026-09-15T08:35:02.994Z | |
| 5119 | 2026-09-15T08:35:02.994Z | |
| 5120 | 2026-09-15T08:35:02.994Z | INFO |
| 5121 | 2026-09-15T08:35:02.994Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffSep 15 08:35:01.184Sep 15 08:35:01.184 INFOSep 15 08:35:01.184 DEBGSep 15 08:35:01.184adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5122 | 2026-09-15T08:35:02.998Z | |
| 5123 | 2026-09-15T08:35:02.998Z | adding route 172.17.0.5/32 -> 10.0.0.255reset freemap |
| 5124 | 2026-09-15T08:35:02.998Z | , DEBGSep 15 08:35:01.184 unit reset freemapDEBGSep 15 08:35:01.184 : freemap_route_ipv4replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5125 | 2026-09-15T08:35:02.998Z | DEBGSep 15 08:35:01.184 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 } }] |
| 5126 | 2026-09-15T08:35:02.998Z | DEBG |
| 5127 | 2026-09-15T08:35:02.998Z | 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 } }] |
| 5128 | 2026-09-15T08:35:02.999Z | , unitSep 15 08:35:01.184Sep 15 08:35:01.184: DEBG freemap_route_ipv4initted freemap. size: 64 |
| 5129 | 2026-09-15T08:35:02.999Z | INFO, unitadding route 172.17.0.11/32 -> 10.0.0.255: |
| 5130 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184Sep 15 08:35:01.184 freemap_route_ipv6 DEBGINFO failed to allocate space for the new target listSep 15 08:35:01.184adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5131 | 2026-09-15T08:35:02.999Z | |
| 5132 | 2026-09-15T08:35:02.999Z | DEBG |
| 5133 | 2026-09-15T08:35:02.999Z | 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 15 08:35:01.184Sep 15 08:35:01.184 |
| 5134 | 2026-09-15T08:35:02.999Z | DEBGSep 15 08:35:01.184Sep 15 08:35:01.184 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Sep 15 08:35:01.184replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapINFO |
| 5135 | 2026-09-15T08:35:02.999Z | |
| 5136 | 2026-09-15T08:35:02.999Z | initted freemap. size: 64adding route 172.17.0.12/32 -> 10.0.0.255, |
| 5137 | 2026-09-15T08:35:02.999Z | unit, :unitSep 15 08:35:01.184:Sep 15 08:35:01.184 INFODEBGSep 15 08:35:01.184 adding route 172.17.0.7/32 -> 10.0.0.255failed to allocate space for the new target listDEBG |
| 5138 | 2026-09-15T08:35:02.999Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 5139 | 2026-09-15T08:35:02.999Z | freemap_route_ipv6 |
| 5140 | 2026-09-15T08:35:02.999Z | |
| 5141 | 2026-09-15T08:35:02.999Z | |
| 5142 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184 Sep 15 08:35:01.184INFO Sep 15 08:35:01.184 DEBGSep 15 08:35:01.184adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5143 | 2026-09-15T08:35:02.999Z | INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5144 | 2026-09-15T08:35:02.999Z | 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 freemap |
| 5145 | 2026-09-15T08:35:02.999Z | , unitSep 15 08:35:01.184Sep 15 08:35:01.184 Sep 15 08:35:01.184 DEBG : 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 } }] INFO freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5146 | 2026-09-15T08:35:02.999Z | |
| 5147 | 2026-09-15T08:35:02.999Z | |
| 5148 | 2026-09-15T08:35:02.999Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5149 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184Sep 15 08:35:01.184 INFOINFOSep 15 08:35:01.184 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5150 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184 adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5151 | 2026-09-15T08:35:02.999Z | |
| 5152 | 2026-09-15T08:35:02.999Z | DEBGSep 15 08:35:01.184Sep 15 08:35:01.184 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 } }] |
| 5153 | 2026-09-15T08:35:02.999Z | DEBGSep 15 08:35:01.184 DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5154 | 2026-09-15T08:35:02.999Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:35:01.184 |
| 5155 | 2026-09-15T08:35:02.999Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO |
| 5156 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5157 | 2026-09-15T08:35:02.999Z | INFOSep 15 08:35:01.184Sep 15 08:35:01.184 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5158 | 2026-09-15T08:35:02.999Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5159 | 2026-09-15T08:35:02.999Z | |
| 5160 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184 Sep 15 08:35:01.184DEBGSep 15 08:35:01.184 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 } }]DEBGSep 15 08:35:01.184 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 } }] |
| 5161 | 2026-09-15T08:35:02.999Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5162 | 2026-09-15T08:35:02.999Z | |
| 5163 | 2026-09-15T08:35:02.999Z | 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 15 08:35:01.184 |
| 5164 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184INFO INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5165 | 2026-09-15T08:35:02.999Z | |
| 5166 | 2026-09-15T08:35:02.999Z | Sep 15 08:35:01.184Sep 15 08:35:01.184 INFOSep 15 08:35:01.184INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.16/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 } }] |
| 5167 | 2026-09-15T08:35:03.000Z | |
| 5168 | 2026-09-15T08:35:03.000Z | |
| 5169 | 2026-09-15T08:35:03.000Z | Sep 15 08:35:01.184 Sep 15 08:35:01.184Sep 15 08:35:01.184 DEBGDEBG INFOSep 15 08:35:01.184replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5170 | 2026-09-15T08:35:03.000Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 5171 | 2026-09-15T08:35:03.000Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5172 | 2026-09-15T08:35:03.000Z | |
| 5173 | 2026-09-15T08:35:03.000Z | Sep 15 08:35:01.184Sep 15 08:35:01.184Sep 15 08:35:01.184 DEBGSep 15 08:35:01.184 |
| 5174 | 2026-09-15T08:35:03.000Z | INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5175 | 2026-09-15T08:35:03.000Z | DEBGSep 15 08:35:01.184adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5176 | 2026-09-15T08:35:03.000Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Sep 15 08:35:01.184 |
| 5177 | 2026-09-15T08:35:03.000Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 5178 | 2026-09-15T08:35:03.000Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5179 | 2026-09-15T08:35:03.000Z | |
| 5180 | 2026-09-15T08:35:03.000Z | Sep 15 08:35:01.184Sep 15 08:35:01.184 WARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 15 08:35:01.184Sep 15 08:35:01.184 |
| 5181 | 2026-09-15T08:35:03.000Z | 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 DEBGSep 15 08:35:01.184 |
| 5182 | 2026-09-15T08:35:03.000Z | 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 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5183 | 2026-09-15T08:35:03.000Z | |
| 5184 | 2026-09-15T08:35:03.000Z | |
| 5185 | 2026-09-15T08:35:03.000Z | Sep 15 08:35:01.185 INFO Sep 15 08:35:01.185adding route 172.17.0.18/32 -> 10.0.0.255 Sep 15 08:35:01.185Sep 15 08:35:01.185INFO |
| 5186 | 2026-09-15T08:35:03.000Z | INFODEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5187 | 2026-09-15T08:35:03.000Z | Sep 15 08:35:01.185 adding route 172.17.0.13/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 } }] |
| 5188 | 2026-09-15T08:35:03.000Z | DEBG |
| 5189 | 2026-09-15T08:35:03.000Z | 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 } }] |
| 5190 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185Sep 15 08:35:01.185 DEBGDEBG Sep 15 08:35:01.185 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 } }]INFOSep 15 08:35:01.185 |
| 5191 | 2026-09-15T08:35:03.001Z | 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 } }]WARN |
| 5192 | 2026-09-15T08:35:03.001Z | adding route 172.17.0.19/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5193 | 2026-09-15T08:35:03.001Z | |
| 5194 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185Sep 15 08:35:01.185 INFOSep 15 08:35:01.185DEBG adding route 172.17.0.14/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 } }] |
| 5195 | 2026-09-15T08:35:03.001Z | INFO |
| 5196 | 2026-09-15T08:35:03.001Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 15 08:35:01.185 |
| 5197 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:35:01.185adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5198 | 2026-09-15T08:35:03.001Z | |
| 5199 | 2026-09-15T08:35:03.001Z | 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 } }]Sep 15 08:35:01.185 |
| 5200 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185DEBG 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 } }]Sep 15 08:35:01.185 |
| 5201 | 2026-09-15T08:35:03.001Z | adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 5202 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFO |
| 5203 | 2026-09-15T08:35:03.001Z | adding route 172.17.0.21/32 -> 10.0.0.255Sep 15 08:35:01.185 |
| 5204 | 2026-09-15T08:35:03.001Z | 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 15 08:35:01.178 |
| 5205 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185Sep 15 08:35:01.185 DEBGDEBG 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 } }] |
| 5206 | 2026-09-15T08:35:03.001Z | 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 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 } }] |
| 5207 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.185Sep 15 08:35:01.185 Sep 15 08:35:01.191 DEBG INFODEBG created new freemapadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5208 | 2026-09-15T08:35:03.001Z | |
| 5209 | 2026-09-15T08:35:03.001Z | , created new freemapunit, :unit Sep 15 08:35:01.191freemap_route_ipv4: DEBG |
| 5210 | 2026-09-15T08:35:03.001Z | freemap_route_ipv4 Sep 15 08:35:01.191replacing 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 } }] |
| 5211 | 2026-09-15T08:35:03.001Z | |
| 5212 | 2026-09-15T08:35:03.001Z | INFOSep 15 08:35:01.191 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 5213 | 2026-09-15T08:35:03.001Z | created new freemap, Sep 15 08:35:01.185unitSep 15 08:35:01.191 Sep 15 08:35:01.191: INFOINFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5214 | 2026-09-15T08:35:03.001Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5215 | 2026-09-15T08:35:03.001Z | |
| 5216 | 2026-09-15T08:35:03.001Z | freemap_route_ipv6 |
| 5217 | 2026-09-15T08:35:03.001Z | Sep 15 08:35:01.191 Sep 15 08:35:01.191INFO DEBGSep 15 08:35:01.191 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 } }]DEBGSep 15 08:35:01.191 |
| 5218 | 2026-09-15T08:35:03.002Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 5219 | 2026-09-15T08:35:03.002Z | , DEBG unitreplacing 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 15 08:35:01.191: Sep 15 08:35:01.191INFOfreemap_route_ipv4 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5220 | 2026-09-15T08:35:03.002Z | |
| 5221 | 2026-09-15T08:35:03.002Z | 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 } }] |
| 5222 | 2026-09-15T08:35:03.006Z | |
| 5223 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191Sep 15 08:35:01.191 INFODEBGSep 15 08:35:01.191Sep 15 08:35:01.191 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.17/32 -> 10.0.0.255INFO |
| 5224 | 2026-09-15T08:35:03.006Z | |
| 5225 | 2026-09-15T08:35:03.006Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGSep 15 08:35:01.191 |
| 5226 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191 reset freemap , DEBGunit :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 15 08:35:01.191 |
| 5227 | 2026-09-15T08:35:03.006Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5228 | 2026-09-15T08:35:03.006Z | freemap_route_ipv4DEBG |
| 5229 | 2026-09-15T08:35:03.006Z | 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 15 08:35:01.191Sep 15 08:35:01.191 INFO |
| 5230 | 2026-09-15T08:35:03.006Z | DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5231 | 2026-09-15T08:35:03.006Z | 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 15 08:35:01.191 |
| 5232 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191 DEBGSep 15 08:35:01.191Sep 15 08:35:01.191INFO DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255unit |
| 5233 | 2026-09-15T08:35:03.006Z | : adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5234 | 2026-09-15T08:35:03.006Z | |
| 5235 | 2026-09-15T08:35:03.006Z | |
| 5236 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191 DEBGSep 15 08:35:01.191 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 } }]INFOSep 15 08:35:01.191 Sep 15 08:35:01.191 |
| 5237 | 2026-09-15T08:35:03.006Z | DEBG adding route 172.17.0.19/32 -> 10.0.0.255 DEBGreset freemap |
| 5238 | 2026-09-15T08:35:03.006Z | 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 } }] |
| 5239 | 2026-09-15T08:35:03.006Z | , unitSep 15 08:35:01.191:Sep 15 08:35:01.191 INFOfreemap_route_ipv6Sep 15 08:35:01.191 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 5240 | 2026-09-15T08:35:03.006Z | INFO |
| 5241 | 2026-09-15T08:35:03.006Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 5242 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191 |
| 5243 | 2026-09-15T08:35:03.006Z | DEBGSep 15 08:35:01.191 Sep 15 08:35:01.191replacing 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 15 08:35:01.191 INFODEBGINFO |
| 5244 | 2026-09-15T08:35:03.006Z | adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 5245 | 2026-09-15T08:35:03.006Z | |
| 5246 | 2026-09-15T08:35:03.006Z | |
| 5247 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191 INFOSep 15 08:35:01.191Sep 15 08:35:01.191 adding route 172.17.0.28/32 -> 10.0.0.255Sep 15 08:35:01.191 |
| 5248 | 2026-09-15T08:35:03.006Z | INFO DEBG Sep 15 08:35:01.191replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 5249 | 2026-09-15T08:35:03.006Z | DEBG |
| 5250 | 2026-09-15T08:35:03.006Z | 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 15 08:35:01.191 Sep 15 08:35:01.191DEBG |
| 5251 | 2026-09-15T08:35:03.006Z | DEBG Sep 15 08:35:01.191Sep 15 08:35:01.191 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5252 | 2026-09-15T08:35:03.006Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5253 | 2026-09-15T08:35:03.006Z | |
| 5254 | 2026-09-15T08:35:03.006Z | Sep 15 08:35:01.191created new freemap INFO, Sep 15 08:35:01.191adding route 172.17.0.29/32 -> 10.0.0.255unit |
| 5255 | 2026-09-15T08:35:03.006Z | DEBG:Sep 15 08:35:01.191 DEBGDEBG Sep 15 08:35:01.191replacing 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 } }] DEBGSep 15 08:35:01.191 |
| 5256 | 2026-09-15T08:35:03.007Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] freemap_route_ipv6 |
| 5257 | 2026-09-15T08:35:03.007Z | |
| 5258 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191 INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5259 | 2026-09-15T08:35:03.007Z | |
| 5260 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191 adding route 172.17.0.21/32 -> 10.0.0.255 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5261 | 2026-09-15T08:35:03.007Z | INFOSep 15 08:35:01.191Sep 15 08:35:01.191 DEBG |
| 5262 | 2026-09-15T08:35:03.007Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255Sep 15 08:35:01.191 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 5263 | 2026-09-15T08:35:03.007Z | |
| 5264 | 2026-09-15T08:35:03.007Z | 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 } }] |
| 5265 | 2026-09-15T08:35:03.007Z | |
| 5266 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191Sep 15 08:35:01.191Sep 15 08:35:01.191Sep 15 08:35:01.191 DEBG DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5267 | 2026-09-15T08:35:03.007Z | 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 15 08:35:01.191replacing 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 15 08:35:01.191 |
| 5268 | 2026-09-15T08:35:03.007Z | INFO |
| 5269 | 2026-09-15T08:35:03.007Z | INFOinitted freemap. size: 64 adding route 172.17.0.31/32 -> 10.0.0.255, |
| 5270 | 2026-09-15T08:35:03.007Z | unitadding route 172.17.0.22/32 -> 10.0.0.255: |
| 5271 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191Sep 15 08:35:01.191 Sep 15 08:35:01.191 DEBG INFOSep 15 08:35:01.191 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 5272 | 2026-09-15T08:35:03.007Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 5273 | 2026-09-15T08:35:03.007Z | |
| 5274 | 2026-09-15T08:35:03.007Z | failed to allocate space for the new target listSep 15 08:35:01.191 |
| 5275 | 2026-09-15T08:35:03.007Z | 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 |
| 5276 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191 Sep 15 08:35:01.191 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 15 08:35:01.191INFO |
| 5277 | 2026-09-15T08:35:03.007Z | DEBG adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5278 | 2026-09-15T08:35:03.007Z | DEBGSep 15 08:35:01.191 reset freemapINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] , adding route 172.17.0.23/32 -> 10.0.0.255Sep 15 08:35:01.191 |
| 5279 | 2026-09-15T08:35:03.007Z | test route::tests::same_size_non_subset_replace ... ok |
| 5280 | 2026-09-15T08:35:03.007Z | unit |
| 5281 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191 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 } }] |
| 5282 | 2026-09-15T08:35:03.007Z | INFOfreemap_route_ipv4Sep 15 08:35:01.191 |
| 5283 | 2026-09-15T08:35:03.007Z | DEBG Sep 15 08:35:01.191adding route 3fff:beef:11::/64 -> 2001:db8::55:ff 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 } }] |
| 5284 | 2026-09-15T08:35:03.007Z | |
| 5285 | 2026-09-15T08:35:03.007Z | adding route 172.17.0.33/32 -> 10.0.0.255Sep 15 08:35:01.191 |
| 5286 | 2026-09-15T08:35:03.007Z | DEBG Sep 15 08:35:01.191 Sep 15 08:35:01.191INFO Sep 15 08:35:01.191DEBG initted freemap. size: 64replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5287 | 2026-09-15T08:35:03.007Z | , adding route 172.17.0.24/32 -> 10.0.0.255 Sep 15 08:35:01.185unit |
| 5288 | 2026-09-15T08:35:03.007Z | 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 15 08:35:01.191 |
| 5289 | 2026-09-15T08:35:03.007Z | DEBG INFO: adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5290 | 2026-09-15T08:35:03.007Z | freemap_route_ipv6 Sep 15 08:35:01.191created new freemap , INFOunit : |
| 5291 | 2026-09-15T08:35:03.007Z | Sep 15 08:35:01.191adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 15 08:35:01.191 |
| 5292 | 2026-09-15T08:35:03.007Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5293 | 2026-09-15T08:35:03.007Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 5294 | 2026-09-15T08:35:03.007Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5295 | 2026-09-15T08:35:03.008Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5296 | 2026-09-15T08:35:03.008Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5297 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5298 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5299 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5300 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5301 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5302 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5303 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5304 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5305 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5306 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5307 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5308 | 2026-09-15T08:35:03.008Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5309 | 2026-09-15T08:35:03.008Z | DEBGDEBG freemap_route_ipv4replacing 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 } }] |
| 5310 | 2026-09-15T08:35:03.008Z | |
| 5311 | 2026-09-15T08:35:03.008Z | Sep 15 08:35:01.191replacing 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 } }] |
| 5312 | 2026-09-15T08:35:03.008Z | Sep 15 08:35:01.191DEBGSep 15 08:35:01.191 INFO Sep 15 08:35:01.191 Sep 15 08:35:01.191DEBGreset freemapadding route 172.17.0.35/32 -> 10.0.0.255 , INFOunit |
| 5313 | 2026-09-15T08:35:03.008Z | adding route 172.17.0.25/32 -> 10.0.0.255: |
| 5314 | 2026-09-15T08:35:03.008Z | 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 15 08:35:01.191 |
| 5315 | 2026-09-15T08:35:03.008Z | DEBGfreemap_route_ipv6 |
| 5316 | 2026-09-15T08:35:03.008Z | DEBGcreated new freemapSep 15 08:35:01.191 Sep 15 08:35:01.191replacing 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 } }], |
| 5317 | 2026-09-15T08:35:03.008Z | INFOunit: DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 5318 | 2026-09-15T08:35:03.008Z | |
| 5319 | 2026-09-15T08:35:03.008Z | Sep 15 08:35:01.191Sep 15 08:35:01.191freemap_route_ipv6 |
| 5320 | 2026-09-15T08:35:03.008Z | INFO Sep 15 08:35:01.191adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5321 | 2026-09-15T08:35:03.008Z | Sep 15 08:35:01.191INFOSep 15 08:35:01.191 DEBG Sep 15 08:35:01.191INFODEBG initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.1, |
| 5322 | 2026-09-15T08:35:03.012Z | unitDEBG : freemap_route_ipv4 |
| 5323 | 2026-09-15T08:35:03.012Z | 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.26/32 -> 10.0.0.255replacing 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 } }] |
| 5324 | 2026-09-15T08:35:03.012Z | |
| 5325 | 2026-09-15T08:35:03.012Z | |
| 5326 | 2026-09-15T08:35:03.012Z | Sep 15 08:35:01.191Sep 15 08:35:01.191 Sep 15 08:35:01.191DEBG Sep 15 08:35:01.191 DEBGDEBG Sep 15 08:35:01.191replacing 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 |
| 5327 | 2026-09-15T08:35:03.012Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5328 | 2026-09-15T08:35:03.012Z | adding route 172.17.0.37/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 } }] |
| 5329 | 2026-09-15T08:35:03.012Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5330 | 2026-09-15T08:35:03.012Z | INFO |
| 5331 | 2026-09-15T08:35:03.012Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5332 | 2026-09-15T08:35:03.013Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 15 08:35:01.191 |
| 5333 | 2026-09-15T08:35:03.013Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5334 | 2026-09-15T08:35:03.013Z | INFOSep 15 08:35:01.191 adding route 172.17.0.27/32 -> 10.0.0.255Sep 15 08:35:01.191DEBG |
| 5335 | 2026-09-15T08:35:03.013Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5336 | 2026-09-15T08:35:03.013Z | 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 |
| 5337 | 2026-09-15T08:35:03.013Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5338 | 2026-09-15T08:35:03.013Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5339 | 2026-09-15T08:35:03.013Z | Sep 15 08:35:01.191Sep 15 08:35:01.191 , 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 } }] |
| 5340 | 2026-09-15T08:35:03.013Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5341 | 2026-09-15T08:35:03.013Z | adding route 172.17.0.0/32 -> 10.0.0.255DEBG 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 } }]unitSep 15 08:35:01.191 |
| 5342 | 2026-09-15T08:35:03.013Z | Sep 15 08:35:01.191 : |
| 5343 | 2026-09-15T08:35:03.013Z | INFOINFO freemap_route_ipv4 adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5344 | 2026-09-15T08:35:03.013Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5345 | 2026-09-15T08:35:03.013Z | |
| 5346 | 2026-09-15T08:35:03.013Z | Sep 15 08:35:01.191 INFOSep 15 08:35:01.191Sep 15 08:35:01.191Sep 15 08:35:01.191 DEBGSep 15 08:35:01.191 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff 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 |
| 5347 | 2026-09-15T08:35:03.013Z | DEBG DEBG |
| 5348 | 2026-09-15T08:35:03.013Z | 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.0/32 with: [NextHop { asic_port_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-15T08:35:03.013Z | |
| 5350 | 2026-09-15T08:35:03.013Z | Sep 15 08:35:01.191 Sep 15 08:35:01.191initted freemap. size: 64 DEBGINFOSep 15 08:35:01.191 Sep 15 08:35:01.191INFO 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 } }] |
| 5351 | 2026-09-15T08:35:03.013Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5352 | 2026-09-15T08:35:03.013Z | |
| 5353 | 2026-09-15T08:35:03.013Z | INFO, unitSep 15 08:35:01.191Sep 15 08:35:01.191 INFOSep 15 08:35:01.192 Sep 15 08:35:01.192adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 5354 | 2026-09-15T08:35:03.013Z | DEBG created new freemapcreated new freemap, , unitSep 15 08:35:01.197unit ::: DEBGfreemap_route_ipv6 |
| 5355 | 2026-09-15T08:35:03.013Z | freemap_route_ipv4freemap_route_ipv4 |
| 5356 | 2026-09-15T08:35:03.013Z | |
| 5357 | 2026-09-15T08:35:03.013Z | 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 } }] |
| 5358 | 2026-09-15T08:35:03.013Z | Sep 15 08:35:01.197 DEBGSep 15 08:35:01.197Sep 15 08:35:01.197 reset freemap, unit DEBGDEBG: created new freemapcreated new freemap, unitfreemap_route_ipv6: |
| 5359 | 2026-09-15T08:35:03.013Z | , freemap_route_ipv6unit: |
| 5360 | 2026-09-15T08:35:03.013Z | freemap_route_ipv6Sep 15 08:35:01.197 |
| 5361 | 2026-09-15T08:35:03.013Z | INFOSep 15 08:35:01.191Sep 15 08:35:01.197 Sep 15 08:35:01.197DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5362 | 2026-09-15T08:35:03.013Z | DEBG initted freemap. size: 64 initted freemap. size: 64, 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 } }], unitSep 15 08:35:01.197 |
| 5363 | 2026-09-15T08:35:03.013Z | unit :DEBG: freemap_route_ipv4 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 } }] |
| 5364 | 2026-09-15T08:35:03.013Z | |
| 5365 | 2026-09-15T08:35:03.013Z | |
| 5366 | 2026-09-15T08:35:03.013Z | Sep 15 08:35:01.197 Sep 15 08:35:01.197Sep 15 08:35:01.197 INFO DEBGINFO reset freemap , adding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5367 | 2026-09-15T08:35:03.013Z | unit |
| 5368 | 2026-09-15T08:35:03.013Z | : Sep 15 08:35:01.197freemap_route_ipv4 |
| 5369 | 2026-09-15T08:35:03.013Z | DEBGSep 15 08:35:01.197 reset freemapDEBG, unitSep 15 08:35:01.197:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:35:01.197 |
| 5370 | 2026-09-15T08:35:03.013Z | DEBG initted freemap. size: 64 , Sep 15 08:35:01.197freemap_route_ipv4 |
| 5371 | 2026-09-15T08:35:03.014Z | DEBGINFOunit : adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5372 | 2026-09-15T08:35:03.014Z | 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 15 08:35:01.197freemap_route_ipv6 |
| 5373 | 2026-09-15T08:35:03.014Z | |
| 5374 | 2026-09-15T08:35:03.014Z | DEBG initted freemap. size: 64Sep 15 08:35:01.197, Sep 15 08:35:01.197DEBG unitSep 15 08:35:01.197INFO :adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 5375 | 2026-09-15T08:35:03.014Z | reset freemap freemap_route_ipv6, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unit |
| 5376 | 2026-09-15T08:35:03.014Z | : |
| 5377 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197freemap_route_ipv6 |
| 5378 | 2026-09-15T08:35:03.014Z | DEBGSep 15 08:35:01.197 Sep 15 08:35:01.197replacing 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 } }] |
| 5379 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5380 | 2026-09-15T08:35:03.014Z | INFO DEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:4, |
| 5381 | 2026-09-15T08:35:03.014Z | unitSep 15 08:35:01.197Sep 15 08:35:01.197 INFO :adding route 172.17.0.32/32 -> 10.0.0.255 Sep 15 08:35:01.197INFO |
| 5382 | 2026-09-15T08:35:03.014Z | freemap_route_ipv6 |
| 5383 | 2026-09-15T08:35:03.014Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5384 | 2026-09-15T08:35:03.014Z | DEBG Sep 15 08:35:01.197replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5385 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197DEBGSep 15 08:35:01.197 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 } }] |
| 5386 | 2026-09-15T08:35:03.014Z | DEBGINFO Sep 15 08:35:01.197replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5387 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5388 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197 DEBG |
| 5389 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5390 | 2026-09-15T08:35:03.014Z | INFO Sep 15 08:35:01.197adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5391 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5392 | 2026-09-15T08:35:03.014Z | |
| 5393 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5394 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197INFO DEBGSep 15 08:35:01.197 adding route 172.16.0.0/32 -> 10.0.0.2 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5395 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5396 | 2026-09-15T08:35:03.014Z | |
| 5397 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5398 | 2026-09-15T08:35:03.014Z | 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 15 08:35:01.197 |
| 5399 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5400 | 2026-09-15T08:35:03.014Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5401 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.178INFOSep 15 08:35:01.197 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 } }]reset freemap |
| 5402 | 2026-09-15T08:35:03.014Z | adding route 172.16.0.0/32 -> 10.0.0.1, |
| 5403 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197unit: freemap_route_ipv4INFOSep 15 08:35:01.197Sep 15 08:35:01.197 DEBG |
| 5404 | 2026-09-15T08:35:03.014Z | adding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 5405 | 2026-09-15T08:35:03.014Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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: "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 } }] |
| 5406 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197Sep 15 08:35:01.197 |
| 5407 | 2026-09-15T08:35:03.014Z | DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 5408 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197unit :INFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5409 | 2026-09-15T08:35:03.014Z | |
| 5410 | 2026-09-15T08:35:03.014Z | Sep 15 08:35:01.197 Sep 15 08:35:01.197INFO Sep 15 08:35:01.197 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 DEBGreset freemap |
| 5411 | 2026-09-15T08:35:03.015Z | , unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]: |
| 5412 | 2026-09-15T08:35:03.015Z | freemap_route_ipv6Sep 15 08:35:01.197 |
| 5413 | 2026-09-15T08:35:03.015Z | DEBG Sep 15 08:35:01.197replacing 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 15 08:35:01.197 |
| 5414 | 2026-09-15T08:35:03.015Z | INFO INFOSep 15 08:35:01.197 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5415 | 2026-09-15T08:35:03.015Z | |
| 5416 | 2026-09-15T08:35:03.015Z | INFO Sep 15 08:35:01.197Sep 15 08:35:01.197adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5417 | 2026-09-15T08:35:03.015Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5418 | 2026-09-15T08:35:03.015Z | Sep 15 08:35:01.197 |
| 5419 | 2026-09-15T08:35:03.015Z | 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 15 08:35:01.197 |
| 5420 | 2026-09-15T08:35:03.015Z | INFOSep 15 08:35:01.197 Sep 15 08:35:01.197INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5421 | 2026-09-15T08:35:03.015Z | INFO |
| 5422 | 2026-09-15T08:35:03.019Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5423 | 2026-09-15T08:35:03.019Z | Sep 15 08:35:01.198Sep 15 08:35:01.198 DEBGDEBGSep 15 08:35:01.198 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5424 | 2026-09-15T08:35:03.019Z | |
| 5425 | 2026-09-15T08:35:03.019Z | 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 15 08:35:01.198 |
| 5426 | 2026-09-15T08:35:03.019Z | Sep 15 08:35:01.198INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Sep 15 08:35:01.198 |
| 5427 | 2026-09-15T08:35:03.019Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5428 | 2026-09-15T08:35:03.019Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5429 | 2026-09-15T08:35:03.019Z | Sep 15 08:35:01.198 DEBGSep 15 08:35:01.198 Sep 15 08:35:01.198DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5430 | 2026-09-15T08:35:03.019Z | 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 |
| 5431 | 2026-09-15T08:35:03.019Z | 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 } }] |
| 5432 | 2026-09-15T08:35:03.019Z | Sep 15 08:35:01.198 INFO Sep 15 08:35:01.197Sep 15 08:35:01.198adding route 3fff:dead::/64 -> 2001:db8::55:4 Sep 15 08:35:01.198 INFOINFO |
| 5433 | 2026-09-15T08:35:03.019Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5434 | 2026-09-15T08:35:03.019Z | INFO |
| 5435 | 2026-09-15T08:35:03.019Z | Sep 15 08:35:01.198adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5436 | 2026-09-15T08:35:03.019Z | DEBG Sep 15 08:35:01.198replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:35:01.198 DEBGDEBGSep 15 08:35:01.198 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 } }]DEBGDEBG |
| 5437 | 2026-09-15T08:35:03.019Z | |
| 5438 | 2026-09-15T08:35:03.019Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5439 | 2026-09-15T08:35:03.019Z | |
| 5440 | 2026-09-15T08:35:03.019Z | 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 } }] |
| 5441 | 2026-09-15T08:35:03.019Z | Sep 15 08:35:01.198Sep 15 08:35:01.198 INFOINFOSep 15 08:35:01.198 adding route 172.17.0.40/32 -> 10.0.0.255DEBGSep 15 08:35:01.198 |
| 5442 | 2026-09-15T08:35:03.019Z | 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.17.0.3/32 -> 10.0.0.255 |
| 5443 | 2026-09-15T08:35:03.019Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5444 | 2026-09-15T08:35:03.019Z | |
| 5445 | 2026-09-15T08:35:03.020Z | Sep 15 08:35:01.198 Sep 15 08:35:01.198Sep 15 08:35:01.198 DEBGWARNDEBGSep 15 08:35:01.198 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 } }] 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5446 | 2026-09-15T08:35:03.020Z | |
| 5447 | 2026-09-15T08:35:03.020Z | 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 15 08:35:01.198 |
| 5448 | 2026-09-15T08:35:03.020Z | |
| 5449 | 2026-09-15T08:35:03.020Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5450 | 2026-09-15T08:35:03.020Z | Sep 15 08:35:01.198Sep 15 08:35:01.198 INFOSep 15 08:35:01.198INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5451 | 2026-09-15T08:35:03.020Z | |
| 5452 | 2026-09-15T08:35:03.020Z | adding route 172.17.0.41/32 -> 10.0.0.255Sep 15 08:35:01.198 |
| 5453 | 2026-09-15T08:35:03.020Z | DEBG Sep 15 08:35:01.198replacing 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 } }] |
| 5454 | 2026-09-15T08:35:03.020Z | DEBGSep 15 08:35:01.198 Sep 15 08:35:01.198replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5455 | 2026-09-15T08:35:03.020Z | Sep 15 08:35:01.198replacing 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 } }] |
| 5456 | 2026-09-15T08:35:03.020Z | DEBG 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 } }] Sep 15 08:35:01.198 |
| 5457 | 2026-09-15T08:35:03.020Z | INFOSep 15 08:35:01.198 adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5458 | 2026-09-15T08:35:03.020Z | |
| 5459 | 2026-09-15T08:35:03.020Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:35:01.198 |
| 5460 | 2026-09-15T08:35:03.020Z | Sep 15 08:35:01.198 INFODEBG Sep 15 08:35:01.198adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5461 | 2026-09-15T08:35:03.020Z | 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 |
| 5462 | 2026-09-15T08:35:03.020Z | 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 15 08:35:01.198 DEBGSep 15 08:35:01.198 DEBG created new freemapSep 15 08:35:01.198, 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 } }]unit |
| 5463 | 2026-09-15T08:35:03.020Z | : DEBGfreemap_route_ipv4 |
| 5464 | 2026-09-15T08:35:03.020Z | 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 } }] |
| 5465 | 2026-09-15T08:35:03.020Z | |
| 5466 | 2026-09-15T08:35:03.020Z | Sep 15 08:35:01.198Sep 15 08:35:01.204 Sep 15 08:35:01.204INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5467 | 2026-09-15T08:35:03.020Z | DEBGSep 15 08:35:01.204created new freemap , unitcreated new freemap :INFO Sep 15 08:35:01.204adding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv6 |
| 5468 | 2026-09-15T08:35:03.020Z | Sep 15 08:35:01.204 |
| 5469 | 2026-09-15T08:35:03.020Z | DEBGSep 15 08:35:01.204 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO, INFO |
| 5470 | 2026-09-15T08:35:03.020Z | adding route 172.17.0.43/32 -> 10.0.0.255Sep 15 08:35:01.204 |
| 5471 | 2026-09-15T08:35:03.020Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffSep 15 08:35:01.204unit DEBG |
| 5472 | 2026-09-15T08:35:03.021Z | Sep 15 08:35:01.204initted freemap. size: 64Sep 15 08:35:01.204 DEBGDEBGINFO , unitreplacing 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.7/32 -> 10.0.0.255 |
| 5473 | 2026-09-15T08:35:03.021Z | 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 } }] |
| 5474 | 2026-09-15T08:35:03.021Z | freemap_route_ipv4 |
| 5475 | 2026-09-15T08:35:03.021Z | : |
| 5476 | 2026-09-15T08:35:03.021Z | Sep 15 08:35:01.204Sep 15 08:35:01.204 Sep 15 08:35:01.204 DEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255Sep 15 08:35:01.204DEBG 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 15 08:35:01.204 |
| 5477 | 2026-09-15T08:35:03.021Z | |
| 5478 | 2026-09-15T08:35:03.021Z | INFODEBG reset freemap replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 15 08:35:01.204, |
| 5479 | 2026-09-15T08:35:03.021Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5480 | 2026-09-15T08:35:03.021Z | DEBG freemap_route_ipv4unitreplacing 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 15 08:35:01.204 |
| 5481 | 2026-09-15T08:35:03.021Z | adding route 172.17.0.44/32 -> 10.0.0.255: INFO Sep 15 08:35:01.204 freemap_route_ipv4Sep 15 08:35:01.204 |
| 5482 | 2026-09-15T08:35:03.021Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5483 | 2026-09-15T08:35:03.021Z | INFOSep 15 08:35:01.204 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5484 | 2026-09-15T08:35:03.021Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5485 | 2026-09-15T08:35:03.021Z | DEBG |
| 5486 | 2026-09-15T08:35:03.021Z | initted freemap. size: 64 |
| 5487 | 2026-09-15T08:35:03.021Z | , Sep 15 08:35:01.204 Sep 15 08:35:01.204unit Sep 15 08:35:01.204DEBG DEBGSep 15 08:35:01.204: Sep 15 08:35:01.204 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 } }]freemap_route_ipv6 |
| 5488 | 2026-09-15T08:35:03.021Z | DEBG |
| 5489 | 2026-09-15T08:35:03.021Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5490 | 2026-09-15T08:35:03.021Z | 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 } }] |
| 5491 | 2026-09-15T08:35:03.021Z | Sep 15 08:35:01.204DEBG Sep 15 08:35:01.204 INFO Sep 15 08:35:01.204 created new freemapDEBG, adding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 15 08:35:01.204 |
| 5492 | 2026-09-15T08:35:03.021Z | INFO unitreset freemap INFO:adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5493 | 2026-09-15T08:35:03.021Z | , |
| 5494 | 2026-09-15T08:35:03.021Z | unitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff :freemap_route_ipv6 |
| 5495 | 2026-09-15T08:35:03.021Z | |
| 5496 | 2026-09-15T08:35:03.021Z | freemap_route_ipv6Sep 15 08:35:01.204 DEBGSep 15 08:35:01.204 |
| 5497 | 2026-09-15T08:35:03.021Z | Sep 15 08:35:01.204replacing 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 15 08:35:01.204 |
| 5498 | 2026-09-15T08:35:03.021Z | INFODEBGSep 15 08:35:01.204Sep 15 08:35:01.204 INFO Sep 15 08:35:01.204 DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5499 | 2026-09-15T08:35:03.021Z | initted freemap. size: 64replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5500 | 2026-09-15T08:35:03.022Z | unit: |
| 5501 | 2026-09-15T08:35:03.022Z | Sep 15 08:35:01.204freemap_route_ipv4replacing 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 } }] |
| 5502 | 2026-09-15T08:35:03.022Z | Sep 15 08:35:01.204 Sep 15 08:35:01.204INFO Sep 15 08:35:01.204adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5503 | 2026-09-15T08:35:03.022Z | DEBGINFO |
| 5504 | 2026-09-15T08:35:03.022Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5505 | 2026-09-15T08:35:03.022Z | |
| 5506 | 2026-09-15T08:35:03.022Z | 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 15 08:35:01.204 |
| 5507 | 2026-09-15T08:35:03.022Z | |
| 5508 | 2026-09-15T08:35:03.022Z | Sep 15 08:35:01.204 Sep 15 08:35:01.204DEBG Sep 15 08:35:01.204Sep 15 08:35:01.204 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 15 08:35:01.204 |
| 5509 | 2026-09-15T08:35:03.022Z | 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 } }] |
| 5510 | 2026-09-15T08:35:03.022Z | Sep 15 08:35:01.204INFO adding route 172.16.0.0/32 -> 10.0.0.2 INFOadding route 172.17.0.11/32 -> 10.0.0.255reset freemap |
| 5511 | 2026-09-15T08:35:03.022Z | |
| 5512 | 2026-09-15T08:35:03.022Z | adding route 172.17.0.48/32 -> 10.0.0.255, Sep 15 08:35:01.204 |
| 5513 | 2026-09-15T08:35:03.022Z | INFO DEBGSep 15 08:35:01.204 unit 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 15 08:35:01.204DEBG |
| 5514 | 2026-09-15T08:35:03.022Z | :Sep 15 08:35:01.204 freemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5515 | 2026-09-15T08:35:03.022Z | |
| 5516 | 2026-09-15T08:35:03.022Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5517 | 2026-09-15T08:35:03.022Z | |
| 5518 | 2026-09-15T08:35:03.022Z | Sep 15 08:35:01.204 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 } }] |
| 5519 | 2026-09-15T08:35:03.022Z | DEBG Sep 15 08:35:01.204replacing 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 15 08:35:01.204INFOSep 15 08:35:01.204 |
| 5520 | 2026-09-15T08:35:03.022Z | adding route 172.16.0.0/32 -> 10.0.0.3 INFO |
| 5521 | 2026-09-15T08:35:03.022Z | adding route 172.17.0.49/32 -> 10.0.0.255Sep 15 08:35:01.204 |
| 5522 | 2026-09-15T08:35:03.027Z | INFO Sep 15 08:35:01.204adding route 172.17.0.12/32 -> 10.0.0.255Sep 15 08:35:01.204 |
| 5523 | 2026-09-15T08:35:03.027Z | DEBGSep 15 08:35:01.204Sep 15 08:35:01.204 INFO DEBG adding route 3fff:beef:1f::/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 } }]Sep 15 08:35:01.204 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 } }] |
| 5524 | 2026-09-15T08:35:03.027Z | |
| 5525 | 2026-09-15T08:35:03.027Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 DEBGSep 15 08:35:01.210 |
| 5526 | 2026-09-15T08:35:03.027Z | initted freemap. size: 64 , replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5527 | 2026-09-15T08:35:03.027Z | Sep 15 08:35:01.210 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5528 | 2026-09-15T08:35:03.027Z | |
| 5529 | 2026-09-15T08:35:03.027Z | unitadding route 172.17.0.1/32 -> 10.0.0.255: |
| 5530 | 2026-09-15T08:35:03.027Z | freemap_route_ipv6Sep 15 08:35:01.210Sep 15 08:35:01.210 |
| 5531 | 2026-09-15T08:35:03.027Z | Sep 15 08:35:01.210DEBGSep 15 08:35:01.210 Sep 15 08:35:01.210replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5532 | 2026-09-15T08:35:03.027Z | DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:35:01.210DEBG |
| 5533 | 2026-09-15T08:35:03.027Z | 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 } }]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 } }] |
| 5534 | 2026-09-15T08:35:03.027Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] |
| 5535 | 2026-09-15T08:35:03.027Z | adding route 172.17.0.50/32 -> 10.0.0.255Sep 15 08:35:01.210 |
| 5536 | 2026-09-15T08:35:03.027Z | Sep 15 08:35:01.210DEBG |
| 5537 | 2026-09-15T08:35:03.027Z | Sep 15 08:35:01.210 reset freemap INFO INFO, adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 15 08:35:01.210 |
| 5538 | 2026-09-15T08:35:03.027Z | adding route 172.17.0.2/32 -> 10.0.0.255unit |
| 5539 | 2026-09-15T08:35:03.027Z | 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 15 08:35:01.210 Sep 15 08:35:01.210 Sep 15 08:35:01.210INFODEBGfreemap_route_ipv6 |
| 5540 | 2026-09-15T08:35:03.027Z | 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 } }] |
| 5541 | 2026-09-15T08:35:03.027Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5542 | 2026-09-15T08:35:03.027Z | |
| 5543 | 2026-09-15T08:35:03.027Z | Sep 15 08:35:01.210replacing 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 15 08:35:01.210 |
| 5544 | 2026-09-15T08:35:03.027Z | INFOSep 15 08:35:01.210 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 5545 | 2026-09-15T08:35:03.028Z | INFOadding route 172.17.0.51/32 -> 10.0.0.255Sep 15 08:35:01.210 |
| 5546 | 2026-09-15T08:35:03.028Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 15 08:35:01.210 |
| 5547 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210DEBG INFOSep 15 08:35:01.210 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5548 | 2026-09-15T08:35:03.028Z | |
| 5549 | 2026-09-15T08:35:03.028Z | DEBGSep 15 08:35:01.210 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 } }]DEBGSep 15 08:35:01.210 |
| 5550 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210 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 } }] replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5551 | 2026-09-15T08:35:03.028Z | 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 } }] |
| 5552 | 2026-09-15T08:35:03.028Z | |
| 5553 | 2026-09-15T08:35:03.028Z | |
| 5554 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210Sep 15 08:35:01.210 INFOSep 15 08:35:01.210Sep 15 08:35:01.210 Sep 15 08:35:01.210adding route 172.17.0.48/32 -> 10.0.0.255 INFO INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5555 | 2026-09-15T08:35:03.028Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5556 | 2026-09-15T08:35:03.028Z | 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 } }] |
| 5557 | 2026-09-15T08:35:03.028Z | |
| 5558 | 2026-09-15T08:35:03.028Z | |
| 5559 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210 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 } }]Sep 15 08:35:01.210 |
| 5560 | 2026-09-15T08:35:03.028Z | INFOSep 15 08:35:01.210DEBG 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 } }] |
| 5561 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210adding route 172.17.0.13/32 -> 10.0.0.255INFO Sep 15 08:35:01.210 |
| 5562 | 2026-09-15T08:35:03.028Z | INFO Sep 15 08:35:01.210adding route 172.17.0.5/32 -> 10.0.0.255 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5563 | 2026-09-15T08:35:03.028Z | |
| 5564 | 2026-09-15T08:35:03.028Z | DEBGDEBG Sep 15 08:35:01.210 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 } }] Sep 15 08:35:01.210replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:35:01.210replacing 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 } }] |
| 5565 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210 |
| 5566 | 2026-09-15T08:35:03.028Z | DEBG 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 } }]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 15 08:35:01.210 |
| 5567 | 2026-09-15T08:35:03.028Z | INFOSep 15 08:35:01.210INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5568 | 2026-09-15T08:35:03.028Z | |
| 5569 | 2026-09-15T08:35:03.028Z | Sep 15 08:35:01.210 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5570 | 2026-09-15T08:35:03.028Z | adding route 172.17.0.14/32 -> 10.0.0.255 INFO |
| 5571 | 2026-09-15T08:35:03.029Z | |
| 5572 | 2026-09-15T08:35:03.029Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5573 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210Sep 15 08:35:01.210Sep 15 08:35:01.210 DEBGSep 15 08:35:01.210INFOINFOSep 15 08:35:01.210 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 |
| 5574 | 2026-09-15T08:35:03.029Z | DEBGadding route 172.17.0.6/32 -> 10.0.0.255 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 } }] |
| 5575 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5576 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210 |
| 5577 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210 |
| 5578 | 2026-09-15T08:35:03.029Z | INFODEBG Sep 15 08:35:01.210Sep 15 08:35:01.210adding route 172.17.0.15/32 -> 10.0.0.255 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5579 | 2026-09-15T08:35:03.029Z | test route::tests::delete_target_fragmented ... ok |
| 5580 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210DEBG |
| 5581 | 2026-09-15T08:35:03.029Z | 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 } }]INFO |
| 5582 | 2026-09-15T08:35:03.029Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 15 08:35:01.210replacing 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 } }] |
| 5583 | 2026-09-15T08:35:03.029Z | |
| 5584 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210Sep 15 08:35:01.210DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Sep 15 08:35:01.210Sep 15 08:35:01.210replacing 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 } }] |
| 5585 | 2026-09-15T08:35:03.029Z | INFO |
| 5586 | 2026-09-15T08:35:03.029Z | INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255DEBG adding route 172.17.0.50/32 -> 10.0.0.255 Sep 15 08:35:01.210replacing 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 } }] |
| 5587 | 2026-09-15T08:35:03.029Z | |
| 5588 | 2026-09-15T08:35:03.029Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5589 | 2026-09-15T08:35:03.029Z | |
| 5590 | 2026-09-15T08:35:03.029Z | INFOSep 15 08:35:01.210 DEBG Sep 15 08:35:01.210replacing 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 15 08:35:01.210 adding route 172.17.0.16/32 -> 10.0.0.255INFOSep 15 08:35:01.210DEBG |
| 5591 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5592 | 2026-09-15T08:35:03.029Z | |
| 5593 | 2026-09-15T08:35:03.029Z | |
| 5594 | 2026-09-15T08:35:03.029Z | Sep 15 08:35:01.210DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOSep 15 08:35:01.210Sep 15 08:35:01.210 adding route 172.17.0.8/32 -> 10.0.0.255Sep 15 08:35:01.210DEBGDEBG INFO |
| 5595 | 2026-09-15T08:35:03.029Z | |
| 5596 | 2026-09-15T08:35:03.029Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5597 | 2026-09-15T08:35:03.030Z | 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 } }] |
| 5598 | 2026-09-15T08:35:03.030Z | |
| 5599 | 2026-09-15T08:35:03.030Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5600 | 2026-09-15T08:35:03.030Z | Sep 15 08:35:01.210Sep 15 08:35:01.210 DEBGSep 15 08:35:01.210Sep 15 08:35:01.210DEBG 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 } }] |
| 5601 | 2026-09-15T08:35:03.030Z | adding route 172.17.0.17/32 -> 10.0.0.255Sep 15 08:35:01.210 |
| 5602 | 2026-09-15T08:35:03.030Z | INFOSep 15 08:35:01.211 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 5603 | 2026-09-15T08:35:03.030Z | adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5604 | 2026-09-15T08:35:03.030Z | replacing targets for 3fff:dead::/64 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 15 08:35:01.211 DEBG Sep 15 08:35:01.211adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5605 | 2026-09-15T08:35:03.030Z | |
| 5606 | 2026-09-15T08:35:03.030Z | Sep 15 08:35:01.211DEBGSep 15 08:35:01.211 Sep 15 08:35:01.211DEBGreplacing 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 } }] |
| 5607 | 2026-09-15T08:35:03.030Z | |
| 5608 | 2026-09-15T08:35:03.030Z | 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 } }]Sep 15 08:35:01.211 |
| 5609 | 2026-09-15T08:35:03.030Z | 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 15 08:35:01.211INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5610 | 2026-09-15T08:35:03.030Z | INFO |
| 5611 | 2026-09-15T08:35:03.030Z | Sep 15 08:35:01.211replacing 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 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5612 | 2026-09-15T08:35:03.030Z | |
| 5613 | 2026-09-15T08:35:03.030Z | INFOSep 15 08:35:01.211Sep 15 08:35:01.211 adding route 172.17.0.10/32 -> 10.0.0.255 DEBG |
| 5614 | 2026-09-15T08:35:03.030Z | Sep 15 08:35:01.211replacing 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 15 08:35:01.211 |
| 5615 | 2026-09-15T08:35:03.030Z | Sep 15 08:35:01.211INFO INFODEBG DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5616 | 2026-09-15T08:35:03.030Z | Sep 15 08:35:01.211 |
| 5617 | 2026-09-15T08:35:03.030Z | adding route 172.17.0.56/32 -> 10.0.0.255 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5618 | 2026-09-15T08:35:03.030Z | |
| 5619 | 2026-09-15T08:35:03.030Z | adding route 172.17.0.52/32 -> 10.0.0.255Sep 15 08:35:01.211Sep 15 08:35:01.211 |
| 5620 | 2026-09-15T08:35:03.030Z | INFOSep 15 08:35:01.211 DEBGINFOSep 15 08:35:01.211 adding route 172.17.0.11/32 -> 10.0.0.255Sep 15 08:35:01.211adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5621 | 2026-09-15T08:35:03.030Z | 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 } }] |
| 5622 | 2026-09-15T08:35:03.035Z | |
| 5623 | 2026-09-15T08:35:03.035Z | DEBG Sep 15 08:35:01.211DEBG Sep 15 08:35:01.211replacing 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 15 08:35:01.211 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 } }]DEBGINFODEBG |
| 5624 | 2026-09-15T08:35:03.035Z | |
| 5625 | 2026-09-15T08:35:03.035Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5626 | 2026-09-15T08:35:03.035Z | |
| 5627 | 2026-09-15T08:35:03.035Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5628 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.211 INFOSep 15 08:35:01.211Sep 15 08:35:01.211 Sep 15 08:35:01.211adding route 172.17.0.53/32 -> 10.0.0.255INFOSep 15 08:35:01.211 DEBGINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5629 | 2026-09-15T08:35:03.035Z | |
| 5630 | 2026-09-15T08:35:03.035Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5631 | 2026-09-15T08:35:03.035Z | |
| 5632 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.211Sep 15 08:35:01.217 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5633 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217 DEBG |
| 5634 | 2026-09-15T08:35:03.035Z | 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 15 08:35:01.211 |
| 5635 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217DEBG Sep 15 08:35:01.217replacing 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 |
| 5636 | 2026-09-15T08:35:03.035Z | adding route 172.17.0.13/32 -> 10.0.0.255INFOSep 15 08:35:01.217 |
| 5637 | 2026-09-15T08:35:03.035Z | adding route 172.17.0.21/32 -> 10.0.0.255Sep 15 08:35:01.217 |
| 5638 | 2026-09-15T08:35:03.035Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 5639 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217Sep 15 08:35:01.217adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5640 | 2026-09-15T08:35:03.035Z | DEBGDEBG Sep 15 08:35:01.217 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5641 | 2026-09-15T08:35:03.035Z | 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 15 08:35:01.217 |
| 5642 | 2026-09-15T08:35:03.035Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5643 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217 Sep 15 08:35:01.217 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 } }] |
| 5644 | 2026-09-15T08:35:03.035Z | INFOINFO Sep 15 08:35:01.217adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5645 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5646 | 2026-09-15T08:35:03.035Z | |
| 5647 | 2026-09-15T08:35:03.035Z | INFOSep 15 08:35:01.217 Sep 15 08:35:01.217adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5648 | 2026-09-15T08:35:03.035Z | DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5649 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217Sep 15 08:35:01.217 |
| 5650 | 2026-09-15T08:35:03.035Z | DEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:35:01.217 |
| 5651 | 2026-09-15T08:35:03.035Z | Sep 15 08:35:01.217 INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:35:01.217 INFOSep 15 08:35:01.217adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 172.17.0.23/32 -> 10.0.0.255INFODEBG |
| 5652 | 2026-09-15T08:35:03.035Z | |
| 5653 | 2026-09-15T08:35:03.035Z | 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 } }] |
| 5654 | 2026-09-15T08:35:03.035Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5655 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217 |
| 5656 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217Sep 15 08:35:01.217 DEBG DEBGSep 15 08:35:01.217Sep 15 08:35:01.217 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 } }] |
| 5657 | 2026-09-15T08:35:03.036Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO |
| 5658 | 2026-09-15T08:35:03.036Z | adding route 172.17.0.60/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 } }] |
| 5659 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5660 | 2026-09-15T08:35:03.036Z | INFO Sep 15 08:35:01.217adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 15 08:35:01.217 |
| 5661 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 5662 | 2026-09-15T08:35:03.036Z | |
| 5663 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217 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 |
| 5664 | 2026-09-15T08:35:03.036Z | 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 15 08:35:01.217replacing 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 } }] |
| 5665 | 2026-09-15T08:35:03.036Z | |
| 5666 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217INFO DEBGSep 15 08:35:01.217 adding route 172.17.0.55/32 -> 10.0.0.255Sep 15 08:35:01.217 |
| 5667 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5668 | 2026-09-15T08:35:03.036Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5669 | 2026-09-15T08:35:03.036Z | adding route 172.17.0.16/32 -> 10.0.0.255failed to allocate space for the new target list |
| 5670 | 2026-09-15T08:35:03.036Z | |
| 5671 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217 INFO Sep 15 08:35:01.217adding route 172.17.0.25/32 -> 10.0.0.255Sep 15 08:35:01.217 |
| 5672 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217 DEBGDEBGDEBG Sep 15 08:35:01.217 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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.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 } }] |
| 5673 | 2026-09-15T08:35:03.036Z | 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 } }] |
| 5674 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217 |
| 5675 | 2026-09-15T08:35:03.036Z | DEBG |
| 5676 | 2026-09-15T08:35:03.036Z | 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 } }] |
| 5677 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217Sep 15 08:35:01.217 Sep 15 08:35:01.217INFOSep 15 08:35:01.217INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOINFO |
| 5678 | 2026-09-15T08:35:03.036Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5679 | 2026-09-15T08:35:03.036Z | test route::tests::delete_target_full ... ok |
| 5680 | 2026-09-15T08:35:03.036Z | adding route 172.17.0.17/32 -> 10.0.0.255Sep 15 08:35:01.217 |
| 5681 | 2026-09-15T08:35:03.036Z | |
| 5682 | 2026-09-15T08:35:03.036Z | 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 15 08:35:01.217 |
| 5683 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217DEBG 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 |
| 5684 | 2026-09-15T08:35:03.036Z | Sep 15 08:35:01.217replacing 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 } }] |
| 5685 | 2026-09-15T08:35:03.036Z | INFO Sep 15 08:35:01.217Sep 15 08:35:01.217adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5686 | 2026-09-15T08:35:03.036Z | created new freemapINFO DEBGSep 15 08:35:01.217, Sep 15 08:35:01.217 INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255unitDEBG |
| 5687 | 2026-09-15T08:35:03.036Z | : |
| 5688 | 2026-09-15T08:35:03.037Z | adding route 172.17.0.18/32 -> 10.0.0.255 freemap_route_ipv4replacing 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 } }] |
| 5689 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217 |
| 5690 | 2026-09-15T08:35:03.037Z | 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 } }]Sep 15 08:35:01.217Sep 15 08:35:01.217 |
| 5691 | 2026-09-15T08:35:03.037Z | DEBG |
| 5692 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217INFOreplacing 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 } }] |
| 5693 | 2026-09-15T08:35:03.037Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5694 | 2026-09-15T08:35:03.037Z | INFO Sep 15 08:35:01.217adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Sep 15 08:35:01.217 |
| 5695 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217DEBG INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 Sep 15 08:35:01.217 |
| 5696 | 2026-09-15T08:35:03.037Z | created new freemap |
| 5697 | 2026-09-15T08:35:03.037Z | DEBGSep 15 08:35:01.217 , 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 } }] unit |
| 5698 | 2026-09-15T08:35:03.037Z | :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 15 08:35:01.217 |
| 5699 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217 DEBG freemap_route_ipv6DEBG 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 } }] |
| 5700 | 2026-09-15T08:35:03.037Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5701 | 2026-09-15T08:35:03.037Z | |
| 5702 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217Sep 15 08:35:01.217 Sep 15 08:35:01.217INFO Sep 15 08:35:01.217adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 5703 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217DEBG adding route 172.17.0.58/32 -> 10.0.0.255 INFOINFO |
| 5704 | 2026-09-15T08:35:03.037Z | initted freemap. size: 64Sep 15 08:35:01.217adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5705 | 2026-09-15T08:35:03.037Z | adding route 172.17.0.29/32 -> 10.0.0.255 DEBG |
| 5706 | 2026-09-15T08:35:03.037Z | , 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 } }]unitSep 15 08:35:01.217Sep 15 08:35:01.217 : DEBG |
| 5707 | 2026-09-15T08:35:03.037Z | 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 } }]freemap_route_ipv4 |
| 5708 | 2026-09-15T08:35:03.037Z | |
| 5709 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217Sep 15 08:35:01.217 DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5710 | 2026-09-15T08:35:03.037Z | |
| 5711 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217 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 |
| 5712 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217Sep 15 08:35:01.217Sep 15 08:35:01.217 DEBG INFO INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5713 | 2026-09-15T08:35:03.037Z | adding route 172.17.0.30/32 -> 10.0.0.255reset freemap |
| 5714 | 2026-09-15T08:35:03.037Z | , adding route 172.17.0.21/32 -> 10.0.0.255unit |
| 5715 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217: INFOSep 15 08:35:01.217Sep 15 08:35:01.217freemap_route_ipv4 |
| 5716 | 2026-09-15T08:35:03.037Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 5717 | 2026-09-15T08:35:03.037Z | DEBG Sep 15 08:35:01.217 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 } }]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 } }] |
| 5718 | 2026-09-15T08:35:03.037Z | |
| 5719 | 2026-09-15T08:35:03.037Z | Sep 15 08:35:01.217Sep 15 08:35:01.217Sep 15 08:35:01.217 adding route 172.17.0.59/32 -> 10.0.0.255 DEBGSep 15 08:35:01.217 |
| 5720 | 2026-09-15T08:35:03.037Z | INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO |
| 5721 | 2026-09-15T08:35:03.037Z | initted freemap. size: 64adding route 172.17.0.31/32 -> 10.0.0.255, adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5722 | 2026-09-15T08:35:03.042Z | |
| 5723 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217unit :Sep 15 08:35:01.217INFO Sep 15 08:35:01.217 adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG |
| 5724 | 2026-09-15T08:35:03.042Z | 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 } }] |
| 5725 | 2026-09-15T08:35:03.042Z | |
| 5726 | 2026-09-15T08:35:03.042Z | 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 } }] |
| 5727 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217Sep 15 08:35:01.217Sep 15 08:35:01.217Sep 15 08:35:01.217 INFOSep 15 08:35:01.217INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 5728 | 2026-09-15T08:35:03.042Z | 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 adding route 172.17.0.32/32 -> 10.0.0.255reset freemap |
| 5729 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217 DEBGDEBG |
| 5730 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217 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 } }]DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 5731 | 2026-09-15T08:35:03.042Z | :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 } }] |
| 5732 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217 |
| 5733 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217freemap_route_ipv6 INFO |
| 5734 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217 INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 5735 | 2026-09-15T08:35:03.042Z | adding route 172.17.0.33/32 -> 10.0.0.255Sep 15 08:35:01.217 |
| 5736 | 2026-09-15T08:35:03.042Z | |
| 5737 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217 INFODEBGSep 15 08:35:01.217 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 } }]Sep 15 08:35:01.217 |
| 5738 | 2026-09-15T08:35:03.042Z | 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 15 08:35:01.217replacing 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 15 08:35:01.217 |
| 5739 | 2026-09-15T08:35:03.042Z | |
| 5740 | 2026-09-15T08:35:03.042Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:35:01.217 |
| 5741 | 2026-09-15T08:35:03.042Z | adding route 172.17.0.60/32 -> 10.0.0.255 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 5742 | 2026-09-15T08:35:03.042Z | Sep 15 08:35:01.217 |
| 5743 | 2026-09-15T08:35:03.042Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5744 | 2026-09-15T08:35:03.042Z | INFO Sep 15 08:35:01.217adding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 15 08:35:01.217 |
| 5745 | 2026-09-15T08:35:03.042Z | DEBGSep 15 08:35:01.217 Sep 15 08:35:01.217 Sep 15 08:35:01.217 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5746 | 2026-09-15T08:35:03.042Z | 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 } }]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 |
| 5747 | 2026-09-15T08:35:03.042Z | 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 } }] |
| 5748 | 2026-09-15T08:35:03.043Z | |
| 5749 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.217Sep 15 08:35:01.225 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5750 | 2026-09-15T08:35:03.043Z | |
| 5751 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225 INFOSep 15 08:35:01.217 adding route 172.17.0.35/32 -> 10.0.0.255INFOSep 15 08:35:01.225 |
| 5752 | 2026-09-15T08:35:03.043Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 5753 | 2026-09-15T08:35:03.043Z | 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 15 08:35:01.225Sep 15 08:35:01.225 |
| 5754 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225 DEBGDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5755 | 2026-09-15T08:35:03.043Z | 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.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 } }] |
| 5756 | 2026-09-15T08:35:03.043Z | |
| 5757 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225 Sep 15 08:35:01.225INFO INFOSep 15 08:35:01.225adding route 172.17.0.62/32 -> 10.0.0.255 INFOadding route 172.17.0.27/32 -> 10.0.0.255Sep 15 08:35:01.225 |
| 5758 | 2026-09-15T08:35:03.043Z | |
| 5759 | 2026-09-15T08:35:03.043Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5760 | 2026-09-15T08:35:03.043Z | INFO Sep 15 08:35:01.225adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5761 | 2026-09-15T08:35:03.043Z | DEBGSep 15 08:35:01.225 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 } }] |
| 5762 | 2026-09-15T08:35:03.043Z | DEBGSep 15 08:35:01.225Sep 15 08:35:01.225 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 } }] |
| 5763 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5764 | 2026-09-15T08:35:03.043Z | |
| 5765 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225DEBG INFO failed to allocate space for the new target list |
| 5766 | 2026-09-15T08:35:03.043Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 15 08:35:01.225Sep 15 08:35:01.225 |
| 5767 | 2026-09-15T08:35:03.043Z | INFO INFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5768 | 2026-09-15T08:35:03.043Z | |
| 5769 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225Sep 15 08:35:01.225 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5770 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225Sep 15 08:35:01.225 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5771 | 2026-09-15T08:35:03.043Z | 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 |
| 5772 | 2026-09-15T08:35:03.043Z | Sep 15 08:35:01.225 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 } }] |
| 5773 | 2026-09-15T08:35:03.043Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 15 08:35:01.225 |
| 5774 | 2026-09-15T08:35:03.043Z | INFO Sep 15 08:35:01.225adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5775 | 2026-09-15T08:35:03.044Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5776 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225 DEBGSep 15 08:35:01.225Sep 15 08:35:01.225 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5777 | 2026-09-15T08:35:03.044Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5778 | 2026-09-15T08:35:03.044Z | |
| 5779 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225 Sep 15 08:35:01.225INFO INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5780 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225 |
| 5781 | 2026-09-15T08:35:03.044Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5782 | 2026-09-15T08:35:03.044Z | 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 } }] Sep 15 08:35:01.225failed to allocate space for the new target list |
| 5783 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225DEBG |
| 5784 | 2026-09-15T08:35:03.044Z | DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5785 | 2026-09-15T08:35:03.044Z | test route::tests::delete_targets_fragmented ... ok |
| 5786 | 2026-09-15T08:35:03.044Z | 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 15 08:35:01.225 |
| 5787 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225Sep 15 08:35:01.225DEBG replacing targets for 3fff:dead::/64 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 |
| 5788 | 2026-09-15T08:35:03.044Z | INFOSep 15 08:35:01.225 adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5789 | 2026-09-15T08:35:03.044Z | |
| 5790 | 2026-09-15T08:35:03.044Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5791 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225Sep 15 08:35:01.225 DEBGDEBGSep 15 08:35:01.225 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5792 | 2026-09-15T08:35:03.044Z | |
| 5793 | 2026-09-15T08:35:03.044Z | 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 } }] |
| 5794 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225Sep 15 08:35:01.225 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Sep 15 08:35:01.225 |
| 5795 | 2026-09-15T08:35:03.044Z | INFO |
| 5796 | 2026-09-15T08:35:03.044Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5797 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225 Sep 15 08:35:01.225DEBG Sep 15 08:35:01.225replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5798 | 2026-09-15T08:35:03.044Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 } }] |
| 5799 | 2026-09-15T08:35:03.044Z | |
| 5800 | 2026-09-15T08:35:03.044Z | Sep 15 08:35:01.225 Sep 15 08:35:01.225Sep 15 08:35:01.225INFO INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5801 | 2026-09-15T08:35:03.045Z | adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5802 | 2026-09-15T08:35:03.045Z | |
| 5803 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.225 Sep 15 08:35:01.225DEBGSep 15 08:35:01.225 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 } }]DEBG |
| 5804 | 2026-09-15T08:35:03.045Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5805 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5806 | 2026-09-15T08:35:03.045Z | |
| 5807 | 2026-09-15T08:35:03.045Z | |
| 5808 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5809 | 2026-09-15T08:35:03.045Z | |
| 5810 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231 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 } }]Sep 15 08:35:01.231 |
| 5811 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5812 | 2026-09-15T08:35:03.045Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5813 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 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 |
| 5814 | 2026-09-15T08:35:03.045Z | 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 } }] |
| 5815 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5816 | 2026-09-15T08:35:03.045Z | |
| 5817 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5818 | 2026-09-15T08:35:03.045Z | |
| 5819 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5820 | 2026-09-15T08:35:03.045Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5821 | 2026-09-15T08:35:03.045Z | |
| 5822 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5823 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 DEBGSep 15 08:35:01.231 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 |
| 5824 | 2026-09-15T08:35:03.050Z | 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 } }] |
| 5825 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5826 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.38/32 -> 10.0.0.255Sep 15 08:35:01.231 |
| 5827 | 2026-09-15T08:35:03.050Z | 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 } }] |
| 5828 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5829 | 2026-09-15T08:35:03.050Z | |
| 5830 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5831 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 Sep 15 08:35:01.231INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 5832 | 2026-09-15T08:35:03.050Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5833 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 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 } }] |
| 5834 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 DEBGSep 15 08:35:01.231 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 |
| 5835 | 2026-09-15T08:35:03.050Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5836 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 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 } }] |
| 5837 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.40/32 -> 10.0.0.255Sep 15 08:35:01.231 |
| 5838 | 2026-09-15T08:35:03.050Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5839 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5840 | 2026-09-15T08:35:03.050Z | |
| 5841 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5842 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 Sep 15 08:35:01.231INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5843 | 2026-09-15T08:35:03.050Z | 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 } }] |
| 5844 | 2026-09-15T08:35:03.050Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5845 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231 DEBG Sep 15 08:35:01.231replacing 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 } }] |
| 5846 | 2026-09-15T08:35:03.051Z | 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 } }] |
| 5847 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.225Sep 15 08:35:01.231Sep 15 08:35:01.231 INFO INFO DEBG adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5848 | 2026-09-15T08:35:03.051Z | |
| 5849 | 2026-09-15T08:35:03.051Z | created new freemap, unitSep 15 08:35:01.231Sep 15 08:35:01.231: DEBGfreemap_route_ipv4DEBG 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 } }] |
| 5850 | 2026-09-15T08:35:03.051Z | |
| 5851 | 2026-09-15T08:35:03.051Z | 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 } }] |
| 5852 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231 Sep 15 08:35:01.231INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5853 | 2026-09-15T08:35:03.051Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5854 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 DEBGDEBG created new freemapreplacing 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 15 08:35:01.231 |
| 5855 | 2026-09-15T08:35:03.051Z | unit:DEBG freemap_route_ipv6Sep 15 08:35:01.231 |
| 5856 | 2026-09-15T08:35:03.051Z | 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 |
| 5857 | 2026-09-15T08:35:03.051Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5858 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231 Sep 15 08:35:01.231DEBG Sep 15 08:35:01.231initted freemap. size: 64 INFO, DEBGunit :adding route 172.17.0.44/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 } }] |
| 5859 | 2026-09-15T08:35:03.051Z | freemap_route_ipv4 |
| 5860 | 2026-09-15T08:35:03.051Z | |
| 5861 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231Sep 15 08:35:01.231Sep 15 08:35:01.231 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 5862 | 2026-09-15T08:35:03.051Z | reset freemap , replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5863 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231: DEBGfreemap_route_ipv4 |
| 5864 | 2026-09-15T08:35:03.051Z | 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 15 08:35:01.231 |
| 5865 | 2026-09-15T08:35:03.051Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5866 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 5867 | 2026-09-15T08:35:03.051Z | initted freemap. size: 64Sep 15 08:35:01.231, unitDEBG: 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 15 08:35:01.231freemap_route_ipv6 |
| 5868 | 2026-09-15T08:35:03.051Z | |
| 5869 | 2026-09-15T08:35:03.051Z | 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 } }] |
| 5870 | 2026-09-15T08:35:03.051Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255reset freemap |
| 5871 | 2026-09-15T08:35:03.052Z | , Sep 15 08:35:01.231unit INFO: adding route 172.17.0.60/32 -> 10.0.0.255Sep 15 08:35:01.231 |
| 5872 | 2026-09-15T08:35:03.052Z | freemap_route_ipv6 |
| 5873 | 2026-09-15T08:35:03.052Z | 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 } }] |
| 5874 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231Sep 15 08:35:01.231 DEBGSep 15 08:35:01.231INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5875 | 2026-09-15T08:35:03.052Z | 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 } }] |
| 5876 | 2026-09-15T08:35:03.052Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5877 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 Sep 15 08:35:01.231DEBGSep 15 08:35:01.231 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5878 | 2026-09-15T08:35:03.052Z | DEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5879 | 2026-09-15T08:35:03.052Z | |
| 5880 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:35:01.231 |
| 5881 | 2026-09-15T08:35:03.052Z | DEBG Sep 15 08:35:01.231replacing targets for 172.16.0.0/32 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 } }] |
| 5882 | 2026-09-15T08:35:03.052Z | INFO Sep 15 08:35:01.231adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5883 | 2026-09-15T08:35:03.052Z | test route::tests::add_target_fails_full ... ok |
| 5884 | 2026-09-15T08:35:03.052Z | 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 } }] |
| 5885 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 DEBG Sep 15 08:35:01.231replacing 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 } }] |
| 5886 | 2026-09-15T08:35:03.052Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5887 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 INFO Sep 15 08:35:01.231adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5888 | 2026-09-15T08:35:03.052Z | 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 } }] |
| 5889 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 DEBG Sep 15 08:35:01.231replacing 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 } }] |
| 5890 | 2026-09-15T08:35:03.052Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5891 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5892 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.231 Sep 15 08:35:01.232DEBG 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 } }] |
| 5893 | 2026-09-15T08:35:03.052Z | 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 } }]Sep 15 08:35:01.232 |
| 5894 | 2026-09-15T08:35:03.052Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5895 | 2026-09-15T08:35:03.052Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.0/32 -> 10.0.0.255Sep 15 08:35:01.232 |
| 5896 | 2026-09-15T08:35:03.052Z | 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 } }] |
| 5897 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 } }]Sep 15 08:35:01.232 |
| 5898 | 2026-09-15T08:35:03.053Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5899 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.1/32 -> 10.0.0.255Sep 15 08:35:01.232 |
| 5900 | 2026-09-15T08:35:03.053Z | 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 } }] |
| 5901 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 15 08:35:01.232 |
| 5902 | 2026-09-15T08:35:03.053Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5903 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.2/32 -> 10.0.0.255Sep 15 08:35:01.232 |
| 5904 | 2026-09-15T08:35:03.053Z | 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 } }] |
| 5905 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 } }]Sep 15 08:35:01.232 |
| 5906 | 2026-09-15T08:35:03.053Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5907 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.3/32 -> 10.0.0.255Sep 15 08:35:01.232 |
| 5908 | 2026-09-15T08:35:03.053Z | 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 } }] |
| 5909 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 15 08:35:01.232 |
| 5910 | 2026-09-15T08:35:03.053Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5911 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5912 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 } }] |
| 5913 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 } }] |
| 5914 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5915 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:35:01.232 |
| 5916 | 2026-09-15T08:35:03.053Z | 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 } }] |
| 5917 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 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 } }]Sep 15 08:35:01.232 |
| 5918 | 2026-09-15T08:35:03.053Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5919 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.232 INFO adding route 172.17.0.6/32 -> 10.0.0.255Sep 15 08:35:01.232 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 } }] |
| 5920 | 2026-09-15T08:35:03.053Z | |
| 5921 | 2026-09-15T08:35:03.053Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5922 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238 DEBGSep 15 08:35:01.238 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5923 | 2026-09-15T08:35:03.058Z | 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 } }] |
| 5924 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238 INFOSep 15 08:35:01.238 adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 5925 | 2026-09-15T08:35:03.058Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5926 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238 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 } }] |
| 5927 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238 Sep 15 08:35:01.238DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5928 | 2026-09-15T08:35:03.058Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5929 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5930 | 2026-09-15T08:35:03.058Z | |
| 5931 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 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.9/32 -> 10.0.0.255 |
| 5932 | 2026-09-15T08:35:03.058Z | |
| 5933 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5934 | 2026-09-15T08:35:03.058Z | |
| 5935 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 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.10/32 -> 10.0.0.255 |
| 5936 | 2026-09-15T08:35:03.058Z | |
| 5937 | 2026-09-15T08:35:03.058Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5938 | 2026-09-15T08:35:03.058Z | |
| 5939 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5940 | 2026-09-15T08:35:03.059Z | |
| 5941 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5942 | 2026-09-15T08:35:03.059Z | |
| 5943 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 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.12/32 -> 10.0.0.255 |
| 5944 | 2026-09-15T08:35:03.059Z | |
| 5945 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5946 | 2026-09-15T08:35:03.059Z | |
| 5947 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 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.13/32 -> 10.0.0.255 |
| 5948 | 2026-09-15T08:35:03.059Z | |
| 5949 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238Sep 15 08:35:01.238 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 5950 | 2026-09-15T08:35:03.059Z | |
| 5951 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5952 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5953 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5954 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5955 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5956 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5957 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5958 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5959 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5960 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5961 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5962 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5963 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5964 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 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 } }] |
| 5965 | 2026-09-15T08:35:03.059Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5966 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5967 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5968 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5969 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5970 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5971 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5972 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5973 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5974 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5975 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5976 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5977 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5978 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5979 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5980 | 2026-09-15T08:35:03.060Z | test route::tests::delete_targets_full ... ok |
| 5981 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5982 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5983 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5984 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5985 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5986 | 2026-09-15T08:35:03.060Z | |
| 5987 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5988 | 2026-09-15T08:35:03.060Z | test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 5989 | 2026-09-15T08:35:03.060Z | |
| 5990 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 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 } }] |
| 5991 | 2026-09-15T08:35:03.060Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5992 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 5993 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5994 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 5995 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5996 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 5997 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5998 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 5999 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 6000 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6001 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 6002 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6003 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 6004 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6005 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 6006 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6007 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 6008 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6009 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 6010 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6011 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 6012 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6013 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 6014 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6015 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 6016 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 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 } }] |
| 6017 | 2026-09-15T08:35:03.061Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 6018 | 2026-09-15T08:35:03.062Z | Sep 15 08:35:01.238 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 } }] |
| 6019 | 2026-09-15T08:35:03.062Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 6020 | 2026-09-15T08:35:03.062Z | Sep 15 08:35:01.238 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 } }] |
| 6021 | 2026-09-15T08:35:03.062Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 6022 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6023 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 6024 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6025 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 6026 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6027 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 6028 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6029 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 6030 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6031 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 6032 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6033 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6034 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6035 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6036 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6037 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 6038 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6039 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6040 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.238 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 } }] |
| 6041 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6042 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 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 } }] |
| 6043 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6044 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 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 } }] |
| 6045 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6046 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 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 } }] |
| 6047 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6048 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 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 } }] |
| 6049 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 DEBG failed to allocate space for the new target list |
| 6050 | 2026-09-15T08:35:03.066Z | Sep 15 08:35:01.245 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 } }] |
| 6051 | 2026-09-15T08:35:03.067Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-5750b041e52bfda1) |
| 6052 | 2026-09-15T08:35:03.067Z | |
| 6053 | 2026-09-15T08:35:03.067Z | running 0 tests |
| 6054 | 2026-09-15T08:35:03.067Z | |
| 6055 | 2026-09-15T08:35:03.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6056 | 2026-09-15T08:35:03.067Z | |
| 6057 | 2026-09-15T08:35:03.067Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 6058 | 2026-09-15T08:35:03.067Z | |
| 6059 | 2026-09-15T08:35:03.067Z | running 0 tests |
| 6060 | 2026-09-15T08:35:03.067Z | |
| 6061 | 2026-09-15T08:35:03.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6062 | 2026-09-15T08:35:03.067Z | |
| 6063 | 2026-09-15T08:35:03.067Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957) |
| 6064 | 2026-09-15T08:35:03.067Z | |
| 6065 | 2026-09-15T08:35:03.067Z | running 6 tests |
| 6066 | 2026-09-15T08:35:03.067Z | test tests::test_full_lot_id_neither_present ... ok |
| 6067 | 2026-09-15T08:35:03.067Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 6068 | 2026-09-15T08:35:03.067Z | test tests::test_full_lot_id_both_present ... ok |
| 6069 | 2026-09-15T08:35:03.067Z | test tests::test_full_lot_id_lot_only ... ok |
| 6070 | 2026-09-15T08:35:03.067Z | test tests::test_port_id_cmp ... ok |
| 6071 | 2026-09-15T08:35:03.067Z | test tests::test_parse_client_port_id ... ok |
| 6072 | 2026-09-15T08:35:03.067Z | |
| 6073 | 2026-09-15T08:35:03.067Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6074 | 2026-09-15T08:35:03.067Z | |
| 6075 | 2026-09-15T08:35:03.067Z | Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de) |
| 6076 | 2026-09-15T08:35:03.067Z | |
| 6077 | 2026-09-15T08:35:03.067Z | running 0 tests |
| 6078 | 2026-09-15T08:35:03.067Z | |
| 6079 | 2026-09-15T08:35:03.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6080 | 2026-09-15T08:35:03.067Z | |
| 6081 | 2026-09-15T08:35:03.067Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 6082 | 2026-09-15T08:35:03.067Z | |
| 6083 | 2026-09-15T08:35:03.067Z | running 0 tests |
| 6084 | 2026-09-15T08:35:03.067Z | |
| 6085 | 2026-09-15T08:35:03.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6086 | 2026-09-15T08:35:03.067Z | |
| 6087 | 2026-09-15T08:35:03.067Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 6088 | 2026-09-15T08:35:03.071Z | |
| 6089 | 2026-09-15T08:35:03.071Z | running 15 tests |
| 6090 | 2026-09-15T08:35:03.071Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6091 | 2026-09-15T08:35:03.071Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6092 | 2026-09-15T08:35:03.071Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6093 | 2026-09-15T08:35:03.071Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6094 | 2026-09-15T08:35:03.071Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6095 | 2026-09-15T08:35:03.071Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6096 | 2026-09-15T08:35:03.071Z | test v1::network::tests::test_not_equal ... ok |
| 6097 | 2026-09-15T08:35:03.071Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6098 | 2026-09-15T08:35:03.071Z | test v1::network::tests::test_into ... ok |
| 6099 | 2026-09-15T08:35:03.071Z | test v1::network::tests::test_equal ... ok |
| 6100 | 2026-09-15T08:35:03.071Z | test v1::network::tests::test_eui64 ... ok |
| 6101 | 2026-09-15T08:35:03.071Z | test v1::network::tests::test_to_string ... ok |
| 6102 | 2026-09-15T08:35:03.071Z | test v1::network::tests::test_parse ... ok |
| 6103 | 2026-09-15T08:35:03.071Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6104 | 2026-09-15T08:35:03.071Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6105 | 2026-09-15T08:35:03.072Z | |
| 6106 | 2026-09-15T08:35:03.072Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6107 | 2026-09-15T08:35:03.072Z | |
| 6108 | 2026-09-15T08:35:03.072Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 6109 | 2026-09-15T08:35:03.075Z | |
| 6110 | 2026-09-15T08:35:03.075Z | running 12 tests |
| 6111 | 2026-09-15T08:35:03.075Z | test icmp::test_v6_checksum ... ok |
| 6112 | 2026-09-15T08:35:03.075Z | test icmp::test_v4_checksum ... ok |
| 6113 | 2026-09-15T08:35:03.075Z | test ipv6::test_ipv6_parse ... ok |
| 6114 | 2026-09-15T08:35:03.075Z | test lldp::test_lldp_parse ... ok |
| 6115 | 2026-09-15T08:35:03.075Z | test pbuf::test_byte ... ok |
| 6116 | 2026-09-15T08:35:03.075Z | test pbuf::test_nibble ... ok |
| 6117 | 2026-09-15T08:35:03.075Z | test pbuf::test_overflow ... ok |
| 6118 | 2026-09-15T08:35:03.075Z | test pbuf::test_short ... ok |
| 6119 | 2026-09-15T08:35:03.075Z | test pbuf::test_twelve ... ok |
| 6120 | 2026-09-15T08:35:03.075Z | test pbuf::test_word ... ok |
| 6121 | 2026-09-15T08:35:03.075Z | test tcp::test_checksum_ack_data ... ok |
| 6122 | 2026-09-15T08:35:03.075Z | test tcp::test_checksum_syn_nodata ... ok |
| 6123 | 2026-09-15T08:35:03.075Z | |
| 6124 | 2026-09-15T08:35:03.075Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6125 | 2026-09-15T08:35:03.075Z | |
| 6126 | 2026-09-15T08:35:03.078Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6127 | 2026-09-15T08:35:03.079Z | |
| 6128 | 2026-09-15T08:35:03.079Z | running 0 tests |
| 6129 | 2026-09-15T08:35:03.079Z | |
| 6130 | 2026-09-15T08:35:03.079Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6131 | 2026-09-15T08:35:03.079Z | |
| 6132 | 2026-09-15T08:35:03.079Z | Running unittests src/main.rs (target/debug/deps/swadm-b2a24f703eb7d5da) |
| 6133 | 2026-09-15T08:35:03.082Z | |
| 6134 | 2026-09-15T08:35:03.082Z | running 5 tests |
| 6135 | 2026-09-15T08:35:03.082Z | test switchport::test::test_compute_lanes ... ok |
| 6136 | 2026-09-15T08:35:03.085Z | test switchport::test::port_id_ordering ... ok |
| 6137 | 2026-09-15T08:35:03.085Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 6138 | 2026-09-15T08:35:03.085Z | Lane 1 State: Activated Lane 2 ActivatedLane 3 |
| 6139 | 2026-09-15T08:35:03.085Z | Activated Rx Loss-of-lock: YesActivated |
| 6140 | 2026-09-15T08:35:03.085Z | Yes Rx Output Enabled: false falseYes Yesfalse |
| 6141 | 2026-09-15T08:35:03.085Z | false Rx Loss-of-signal: Yes |
| 6142 | 2026-09-15T08:35:03.085Z | Rx Output Status: validYes validYes Yes |
| 6143 | 2026-09-15T08:35:03.085Z | valid Rx CDR Enabled: Yes valid |
| 6144 | 2026-09-15T08:35:03.085Z | Yes Rx Loss-of-lock: true Yestrue Yes |
| 6145 | 2026-09-15T08:35:03.085Z | true Tx Enabled: Yestrue |
| 6146 | 2026-09-15T08:35:03.085Z | Yes Rx Loss-of-signal: false Yesfalse false Yesfalse |
| 6147 | 2026-09-15T08:35:03.085Z | |
| 6148 | 2026-09-15T08:35:03.085Z | Tx Loss-of-lock: No Rx Auto-squelch Disable: true No true No trueNo |
| 6149 | 2026-09-15T08:35:03.085Z | true |
| 6150 | 2026-09-15T08:35:03.085Z | Tx Loss-of-signal: No Tx Output Enabled: trueNo No trueNo |
| 6151 | 2026-09-15T08:35:03.085Z | Tx CDR Enabled: Notrue Notrue |
| 6152 | 2026-09-15T08:35:03.085Z | No Tx Output Status: invalid No |
| 6153 | 2026-09-15T08:35:03.085Z | invalid Tx Adaptive EQ Fault: No invalidNo invalidNo |
| 6154 | 2026-09-15T08:35:03.085Z | No Tx Loss-of-lock: false |
| 6155 | 2026-09-15T08:35:03.085Z | Tx Fault: Yesfalse Yesfalse falseYes |
| 6156 | 2026-09-15T08:35:03.085Z | Yes Tx Loss-of-signal: true |
| 6157 | 2026-09-15T08:35:03.085Z | true true true |
| 6158 | 2026-09-15T08:35:03.085Z | Tx Auto-squelch Disable: false false false false |
| 6159 | 2026-09-15T08:35:03.086Z | Tx Adaptive EQ Fail: true true true true |
| 6160 | 2026-09-15T08:35:03.086Z | Tx Failure: false false false false |
| 6161 | 2026-09-15T08:35:03.086Z | Tx Force Squelch: true true true true |
| 6162 | 2026-09-15T08:35:03.086Z | Tx Input Polarity: normal normal normal normal |
| 6163 | 2026-09-15T08:35:03.086Z | test switchport::test::test_print_sff_datapath ... ok |
| 6164 | 2026-09-15T08:35:03.086Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6165 | 2026-09-15T08:35:03.086Z | test link::test_filter ... ok |
| 6166 | 2026-09-15T08:35:03.086Z | |
| 6167 | 2026-09-15T08:35:03.086Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6168 | 2026-09-15T08:35:03.086Z | |
| 6169 | 2026-09-15T08:35:03.086Z | Running tests/cli/main.rs (target/debug/deps/cli-35f8289389b89620) |
| 6170 | 2026-09-15T08:35:03.089Z | |
| 6171 | 2026-09-15T08:35:03.089Z | running 7 tests |
| 6172 | 2026-09-15T08:35:03.089Z | test counters::counters_list ... ignored |
| 6173 | 2026-09-15T08:35:03.089Z | test link_apply::apply_tx_eq_all ... ignored |
| 6174 | 2026-09-15T08:35:03.089Z | test link_apply::apply_tx_eq_custom ... ignored |
| 6175 | 2026-09-15T08:35:03.089Z | test tx_eq::set_all_taps ... ignored |
| 6176 | 2026-09-15T08:35:03.089Z | test tx_eq::set_partial_taps ... ignored |
| 6177 | 2026-09-15T08:35:03.093Z | test cmd::test::pattern_statics ... ok |
| 6178 | 2026-09-15T08:35:03.097Z | test link_apply::tx_eq_exclusive ... ok |
| 6179 | 2026-09-15T08:35:03.097Z | |
| 6180 | 2026-09-15T08:35:03.100Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6181 | 2026-09-15T08:35:03.100Z | |
| 6182 | 2026-09-15T08:35:03.100Z | Running unittests src/main.rs (target/debug/deps/tfportd-0701c57c3d44d201) |
| 6183 | 2026-09-15T08:35:03.104Z | |
| 6184 | 2026-09-15T08:35:03.104Z | running 4 tests |
| 6185 | 2026-09-15T08:35:03.104Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 6186 | 2026-09-15T08:35:03.104Z | test linklocal::test_parse_ipadm ... ok |
| 6187 | 2026-09-15T08:35:03.107Z | test tfport::test_parse_tfport ... ok |
| 6188 | 2026-09-15T08:35:03.107Z | test config::tests::test_updates ... ok |
| 6189 | 2026-09-15T08:35:03.107Z | |
| 6190 | 2026-09-15T08:35:03.107Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6191 | 2026-09-15T08:35:03.107Z | |
| 6192 | 2026-09-15T08:35:03.107Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 6193 | 2026-09-15T08:35:03.107Z | |
| 6194 | 2026-09-15T08:35:03.107Z | running 0 tests |
| 6195 | 2026-09-15T08:35:03.107Z | |
| 6196 | 2026-09-15T08:35:03.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6197 | 2026-09-15T08:35:03.107Z | |
| 6198 | 2026-09-15T08:35:03.107Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 6199 | 2026-09-15T08:35:03.110Z | |
| 6200 | 2026-09-15T08:35:03.110Z | running 0 tests |
| 6201 | 2026-09-15T08:35:03.110Z | |
| 6202 | 2026-09-15T08:35:03.110Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6203 | 2026-09-15T08:35:03.110Z | |
| 6204 | 2026-09-15T08:35:03.110Z | Doc-tests aal |
| 6205 | 2026-09-15T08:35:03.319Z | |
| 6206 | 2026-09-15T08:35:03.319Z | running 0 tests |
| 6207 | 2026-09-15T08:35:03.319Z | |
| 6208 | 2026-09-15T08:35:03.319Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6209 | 2026-09-15T08:35:03.319Z | |
| 6210 | 2026-09-15T08:35:03.344Z | Doc-tests aal_macros |
| 6211 | 2026-09-15T08:35:03.411Z | |
| 6212 | 2026-09-15T08:35:03.411Z | running 0 tests |
| 6213 | 2026-09-15T08:35:03.411Z | |
| 6214 | 2026-09-15T08:35:03.411Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6215 | 2026-09-15T08:35:03.411Z | |
| 6216 | 2026-09-15T08:35:03.422Z | Doc-tests common |
| 6217 | 2026-09-15T08:35:03.655Z | |
| 6218 | 2026-09-15T08:35:03.655Z | running 0 tests |
| 6219 | 2026-09-15T08:35:03.655Z | |
| 6220 | 2026-09-15T08:35:03.655Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6221 | 2026-09-15T08:35:03.655Z | |
| 6222 | 2026-09-15T08:35:03.681Z | Doc-tests dpd_api |
| 6223 | 2026-09-15T08:35:04.379Z | |
| 6224 | 2026-09-15T08:35:04.380Z | running 2 tests |
| 6225 | 2026-09-15T08:35:04.380Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6226 | 2026-09-15T08:35:04.380Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6227 | 2026-09-15T08:35:04.380Z | |
| 6228 | 2026-09-15T08:35:04.380Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6229 | 2026-09-15T08:35:04.380Z | |
| 6230 | 2026-09-15T08:35:04.409Z | Doc-tests dpd_client |
| 6231 | 2026-09-15T08:35:05.774Z | |
| 6232 | 2026-09-15T08:35:05.774Z | running 0 tests |
| 6233 | 2026-09-15T08:35:05.774Z | |
| 6234 | 2026-09-15T08:35:05.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6235 | 2026-09-15T08:35:05.774Z | |
| 6236 | 2026-09-15T08:35:05.828Z | Doc-tests dpd_types |
| 6237 | 2026-09-15T08:35:06.013Z | |
| 6238 | 2026-09-15T08:35:06.013Z | running 0 tests |
| 6239 | 2026-09-15T08:35:06.013Z | |
| 6240 | 2026-09-15T08:35:06.013Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6241 | 2026-09-15T08:35:06.013Z | |
| 6242 | 2026-09-15T08:35:06.036Z | Doc-tests dpd_types_versions |
| 6243 | 2026-09-15T08:35:07.528Z | |
| 6244 | 2026-09-15T08:35:07.528Z | running 1 test |
| 6245 | 2026-09-15T08:35:07.528Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6246 | 2026-09-15T08:35:07.528Z | |
| 6247 | 2026-09-15T08:35:07.528Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-09-15T08:35:07.528Z | |
| 6249 | 2026-09-15T08:35:07.577Z | Doc-tests packet |
| 6250 | 2026-09-15T08:35:07.798Z | |
| 6251 | 2026-09-15T08:35:07.798Z | running 0 tests |
| 6252 | 2026-09-15T08:35:07.798Z | |
| 6253 | 2026-09-15T08:35:07.798Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6254 | 2026-09-15T08:35:07.798Z | |
| 6255 | 2026-09-15T08:35:07.823Z | Doc-tests pcap |
| 6256 | 2026-09-15T08:35:07.875Z | |
| 6257 | 2026-09-15T08:35:07.875Z | running 0 tests |
| 6258 | 2026-09-15T08:35:07.875Z | |
| 6259 | 2026-09-15T08:35:07.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6260 | 2026-09-15T08:35:07.875Z | |
| 6261 | 2026-09-15T08:35:07.923Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6262 | 2026-09-15T08:35:07.923Z | + RUST_BACKTRACE=full |
| 6263 | 2026-09-15T08:35:07.923Z | + cargo test --features softnpu --no-fail-fast |
| 6264 | 2026-09-15T08:35:08.554Z | Compiling num-integer v0.1.46 |
| 6265 | 2026-09-15T08:35:08.637Z | Compiling num-complex v0.4.6 |
| 6266 | 2026-09-15T08:35:08.677Z | Compiling bitstruct_derive v0.1.0 |
| 6267 | 2026-09-15T08:35:08.686Z | Compiling tap v1.0.1 |
| 6268 | 2026-09-15T08:35:08.799Z | Compiling wyz v0.5.1 |
| 6269 | 2026-09-15T08:35:08.927Z | Compiling num-rational v0.4.2 |
| 6270 | 2026-09-15T08:35:08.961Z | Compiling num-iter v0.1.45 |
| 6271 | 2026-09-15T08:35:08.971Z | Compiling num-bigint v0.4.6 |
| 6272 | 2026-09-15T08:35:09.066Z | Compiling radium v0.7.0 |
| 6273 | 2026-09-15T08:35:09.103Z | Compiling funty v2.0.0 |
| 6274 | 2026-09-15T08:35:09.125Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6275 | 2026-09-15T08:35:09.167Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6276 | 2026-09-15T08:35:09.267Z | Compiling num v0.4.3 |
| 6277 | 2026-09-15T08:35:09.347Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6278 | 2026-09-15T08:35:09.358Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6279 | 2026-09-15T08:35:09.374Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6280 | 2026-09-15T08:35:09.445Z | Compiling bitvec v1.0.1 |
| 6281 | 2026-09-15T08:35:09.486Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6282 | 2026-09-15T08:35:09.627Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6283 | 2026-09-15T08:35:09.679Z | Compiling typeid v1.0.3 |
| 6284 | 2026-09-15T08:35:09.748Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6285 | 2026-09-15T08:35:09.762Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6286 | 2026-09-15T08:35:09.779Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6287 | 2026-09-15T08:35:10.090Z | Compiling ascii v1.1.0 |
| 6288 | 2026-09-15T08:35:10.369Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6289 | 2026-09-15T08:35:10.568Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6290 | 2026-09-15T08:35:10.659Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6291 | 2026-09-15T08:35:10.815Z | Compiling erased-serde v0.4.8 |
| 6292 | 2026-09-15T08:35:10.866Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6293 | 2026-09-15T08:35:10.895Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6294 | 2026-09-15T08:35:11.125Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6295 | 2026-09-15T08:35:11.135Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6296 | 2026-09-15T08:35:11.306Z | Compiling bitstruct v0.1.1 |
| 6297 | 2026-09-15T08:35:11.629Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6298 | 2026-09-15T08:35:11.708Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6299 | 2026-09-15T08:35:11.718Z | Compiling serde_arrays v0.1.0 |
| 6300 | 2026-09-15T08:35:11.769Z | Compiling libloading v0.7.4 |
| 6301 | 2026-09-15T08:35:11.908Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6302 | 2026-09-15T08:35:12.240Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6303 | 2026-09-15T08:35:12.510Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6304 | 2026-09-15T08:35:12.850Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6305 | 2026-09-15T08:35:13.863Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6306 | 2026-09-15T08:35:14.484Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6307 | 2026-09-15T08:35:20.513Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6308 | 2026-09-15T08:35:20.730Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6309 | 2026-09-15T08:35:20.741Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6310 | 2026-09-15T08:35:20.847Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6311 | 2026-09-15T08:35:20.901Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6312 | 2026-09-15T08:35:22.959Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6313 | 2026-09-15T08:35:22.996Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6314 | 2026-09-15T08:35:23.302Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6315 | 2026-09-15T08:35:29.287Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6316 | 2026-09-15T08:35:29.514Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6317 | 2026-09-15T08:35:37.044Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6318 | 2026-09-15T08:35:39.466Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6319 | 2026-09-15T08:35:42.964Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6320 | 2026-09-15T08:36:23.665Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 6321 | 2026-09-15T08:36:23.783Z | Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a) |
| 6322 | 2026-09-15T08:36:23.789Z | |
| 6323 | 2026-09-15T08:36:23.789Z | running 0 tests |
| 6324 | 2026-09-15T08:36:23.789Z | |
| 6325 | 2026-09-15T08:36:23.792Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6326 | 2026-09-15T08:36:23.793Z | |
| 6327 | 2026-09-15T08:36:23.793Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6328 | 2026-09-15T08:36:23.796Z | |
| 6329 | 2026-09-15T08:36:23.796Z | running 0 tests |
| 6330 | 2026-09-15T08:36:23.796Z | |
| 6331 | 2026-09-15T08:36:23.796Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6332 | 2026-09-15T08:36:23.796Z | |
| 6333 | 2026-09-15T08:36:23.796Z | Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305) |
| 6334 | 2026-09-15T08:36:23.803Z | |
| 6335 | 2026-09-15T08:36:23.803Z | running 0 tests |
| 6336 | 2026-09-15T08:36:23.803Z | |
| 6337 | 2026-09-15T08:36:23.806Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6338 | 2026-09-15T08:36:23.806Z | |
| 6339 | 2026-09-15T08:36:23.806Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 6340 | 2026-09-15T08:36:23.830Z | |
| 6341 | 2026-09-15T08:36:23.830Z | running 4 tests |
| 6342 | 2026-09-15T08:36:23.833Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6343 | 2026-09-15T08:36:23.833Z | test nat::tests::test_vni ... ok |
| 6344 | 2026-09-15T08:36:23.836Z | test test_purge ... ok |
| 6345 | 2026-09-15T08:36:23.839Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6346 | 2026-09-15T08:36:23.840Z | |
| 6347 | 2026-09-15T08:36:23.840Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6348 | 2026-09-15T08:36:23.840Z | |
| 6349 | 2026-09-15T08:36:23.840Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 6350 | 2026-09-15T08:36:23.862Z | |
| 6351 | 2026-09-15T08:36:23.862Z | running 1 test |
| 6352 | 2026-09-15T08:36:23.866Z | ------- |
| 6353 | 2026-09-15T08:36:23.869Z | Generating OpenAPI documents from API definitions ... |
| 6354 | 2026-09-15T08:36:24.024Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6355 | 2026-09-15T08:36:24.095Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6356 | 2026-09-15T08:36:25.152Z | ------- |
| 6357 | 2026-09-15T08:36:25.152Z | Checking 13 OpenAPI documents... |
| 6358 | 2026-09-15T08:36:25.152Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6359 | 2026-09-15T08:36:25.152Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6360 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6361 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6362 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6363 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6364 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6365 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6366 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6367 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6368 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6369 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6370 | 2026-09-15T08:36:25.155Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6371 | 2026-09-15T08:36:25.156Z | Fresh dpd "latest" symlink |
| 6372 | 2026-09-15T08:36:25.156Z | ------- |
| 6373 | 2026-09-15T08:36:25.156Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6374 | 2026-09-15T08:36:25.263Z | test test::test_apis_up_to_date ... ok |
| 6375 | 2026-09-15T08:36:25.264Z | |
| 6376 | 2026-09-15T08:36:25.264Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s |
| 6377 | 2026-09-15T08:36:25.264Z | |
| 6378 | 2026-09-15T08:36:25.327Z | Running unittests src/main.rs (target/debug/deps/dpd-1c13ae62cfef6605) |
| 6379 | 2026-09-15T08:36:25.333Z | |
| 6380 | 2026-09-15T08:36:25.333Z | running 60 tests |
| 6381 | 2026-09-15T08:36:25.337Z | test freemap::test_ordering ... ok |
| 6382 | 2026-09-15T08:36:25.337Z | test config::tests::test_updates ... ok |
| 6383 | 2026-09-15T08:36:25.337Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6384 | 2026-09-15T08:36:25.337Z | test freemap::test_split ... ok |
| 6385 | 2026-09-15T08:36:25.337Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6386 | 2026-09-15T08:36:25.337Z | test macaddrs::tests::test_mac_offset ... ok |
| 6387 | 2026-09-15T08:36:25.341Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6388 | 2026-09-15T08:36:25.341Z | Sep 15 08:36:23.555Sep 15 08:36:23.555 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 6389 | 2026-09-15T08:36:25.342Z | |
| 6390 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.555 DEBG created new freemap, unit: freemap_test |
| 6391 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.555 DEBGSep 15 08:36:23.555 Sep 15 08:36:23.555initted freemap. size: 128 DEBG, unitDEBGinitted freemap. size: 128 , :initted freemap. size: 128unit, :freemap_test |
| 6392 | 2026-09-15T08:36:25.342Z | freemap_testunit |
| 6393 | 2026-09-15T08:36:25.342Z | : Sep 15 08:36:23.555Sep 15 08:36:23.555freemap_test |
| 6394 | 2026-09-15T08:36:25.342Z | DEBG DEBG reset freemapreset freemap, , Sep 15 08:36:23.555unitunitSep 15 08:36:23.555:: DEBGfreemap_testfreemap_testDEBG |
| 6395 | 2026-09-15T08:36:25.342Z | reset freemap , |
| 6396 | 2026-09-15T08:36:25.342Z | unitcreated new freemap: , freemap_testunit |
| 6397 | 2026-09-15T08:36:25.342Z | : freemap_test |
| 6398 | 2026-09-15T08:36:25.342Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6399 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.555 DEBG initted freemap. size: 128, unit: freemap_test |
| 6400 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.555 DEBG reset freemap, unit: freemap_test |
| 6401 | 2026-09-15T08:36:25.342Z | test freemap::test_basic ... ok |
| 6402 | 2026-09-15T08:36:25.342Z | test freemap::test_free ... ok |
| 6403 | 2026-09-15T08:36:25.342Z | test freemap::test_reclaim ... ok |
| 6404 | 2026-09-15T08:36:25.342Z | test freemap::test_exhaustion ... ok |
| 6405 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_canonicalize_sources ... ok |
| 6406 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 6407 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 6408 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 6409 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 6410 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 6411 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.556 DEBG created new freemap, unit: freemap_test |
| 6412 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.556 DEBG initted freemap. size: 8, unit: freemap_test |
| 6413 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 6414 | 2026-09-15T08:36:25.342Z | Sep 15 08:36:23.556 DEBG reset freemap, unit: freemap_test |
| 6415 | 2026-09-15T08:36:25.342Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 6416 | 2026-09-15T08:36:25.343Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6417 | 2026-09-15T08:36:25.343Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 6418 | 2026-09-15T08:36:25.343Z | test mcast::tests::test_sources_contain_any ... ok |
| 6419 | 2026-09-15T08:36:25.343Z | Sep 15 08:36:23.557 DEBG created new freemap, unit: freemap_test |
| 6420 | 2026-09-15T08:36:25.343Z | Sep 15 08:36:23.557 DEBG initted freemap. size: 128, unit: freemap_test |
| 6421 | 2026-09-15T08:36:25.343Z | Sep 15 08:36:23.557 DEBG reset freemap, unit: freemap_test |
| 6422 | 2026-09-15T08:36:25.343Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 6423 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 6424 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 6425 | 2026-09-15T08:36:25.343Z | test freemap::test_span ... ok |
| 6426 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 6427 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 6428 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 6429 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 6430 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 6431 | 2026-09-15T08:36:25.343Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 6432 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 6433 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 6434 | 2026-09-15T08:36:25.343Z | test api_server::tests::test_build_info ... ok |
| 6435 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 6436 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_validate_tag ... ok |
| 6437 | 2026-09-15T08:36:25.343Z | test nat::test_mapping ... ok |
| 6438 | 2026-09-15T08:36:25.343Z | test port_map::tests::test_backplane_group ... ok |
| 6439 | 2026-09-15T08:36:25.343Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 6440 | 2026-09-15T08:36:25.343Z | test mcast::tests::test_id_range_boundaries ... ok |
| 6441 | 2026-09-15T08:36:25.343Z | test port_map::tests::test_port_map ... ok |
| 6442 | 2026-09-15T08:36:25.343Z | test port_map::tests::dump_map ... ok |
| 6443 | 2026-09-15T08:36:25.343Z | Sep 15 08:36:23.558 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6444 | 2026-09-15T08:36:25.343Z | Sep 15 08:36:23.558 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6445 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6446 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6447 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6448 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558 DEBG reset freemap, unit: freemap_route_ipv6Sep 15 08:36:23.558 |
| 6449 | 2026-09-15T08:36:25.344Z | DEBG created new freemapSep 15 08:36:23.558 , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6450 | 2026-09-15T08:36:25.344Z | freemap_route_ipv4 |
| 6451 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558 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 15 08:36:23.558 |
| 6452 | 2026-09-15T08:36:25.344Z | DEBG created new freemap, Sep 15 08:36:23.558unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6453 | 2026-09-15T08:36:25.344Z | |
| 6454 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 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 } }]initted freemap. size: 64 |
| 6455 | 2026-09-15T08:36:25.344Z | , unit: freemap_route_ipv4 |
| 6456 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 15 08:36:23.558 |
| 6457 | 2026-09-15T08:36:25.344Z | DEBG reset freemap, Sep 15 08:36:23.558unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 6458 | 2026-09-15T08:36:25.344Z | |
| 6459 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6460 | 2026-09-15T08:36:25.344Z | , unit: freemap_route_ipv6Sep 15 08:36:23.558 |
| 6461 | 2026-09-15T08:36:25.344Z | 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 } }]Sep 15 08:36:23.558 |
| 6462 | 2026-09-15T08:36:25.344Z | DEBG reset freemap, Sep 15 08:36:23.558unit :INFO freemap_route_ipv6adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6463 | 2026-09-15T08:36:25.344Z | |
| 6464 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6465 | 2026-09-15T08:36:25.344Z | |
| 6466 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 6467 | 2026-09-15T08:36:25.344Z | |
| 6468 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6469 | 2026-09-15T08:36:25.344Z | |
| 6470 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 6471 | 2026-09-15T08:36:25.344Z | |
| 6472 | 2026-09-15T08:36:25.344Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6473 | 2026-09-15T08:36:25.345Z | |
| 6474 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6475 | 2026-09-15T08:36:25.345Z | |
| 6476 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 6477 | 2026-09-15T08:36:25.345Z | |
| 6478 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 6479 | 2026-09-15T08:36:25.345Z | |
| 6480 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6481 | 2026-09-15T08:36:25.345Z | |
| 6482 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 6483 | 2026-09-15T08:36:25.345Z | |
| 6484 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6485 | 2026-09-15T08:36:25.345Z | |
| 6486 | 2026-09-15T08:36:25.345Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6487 | 2026-09-15T08:36:25.349Z | |
| 6488 | 2026-09-15T08:36:25.349Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6489 | 2026-09-15T08:36:25.349Z | |
| 6490 | 2026-09-15T08:36:25.349Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 6491 | 2026-09-15T08:36:25.349Z | |
| 6492 | 2026-09-15T08:36:25.349Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 6493 | 2026-09-15T08:36:25.350Z | |
| 6494 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6495 | 2026-09-15T08:36:25.350Z | |
| 6496 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 6497 | 2026-09-15T08:36:25.350Z | |
| 6498 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6499 | 2026-09-15T08:36:25.350Z | |
| 6500 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6501 | 2026-09-15T08:36:25.350Z | |
| 6502 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6503 | 2026-09-15T08:36:25.350Z | |
| 6504 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6505 | 2026-09-15T08:36:25.350Z | |
| 6506 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6507 | 2026-09-15T08:36:25.350Z | |
| 6508 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6509 | 2026-09-15T08:36:25.350Z | |
| 6510 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 6511 | 2026-09-15T08:36:25.350Z | |
| 6512 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 6513 | 2026-09-15T08:36:25.350Z | |
| 6514 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6515 | 2026-09-15T08:36:25.350Z | |
| 6516 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558Sep 15 08:36:23.558 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 6517 | 2026-09-15T08:36:25.350Z | Sep 15 08:36:23.558 |
| 6518 | 2026-09-15T08:36:25.350Z | DEBG created new freemapSep 15 08:36:23.558Sep 15 08:36:23.558 INFO, unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG: |
| 6519 | 2026-09-15T08:36:25.350Z | 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_ipv4 |
| 6520 | 2026-09-15T08:36:25.351Z | |
| 6521 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.558 Sep 15 08:36:23.558DEBG Sep 15 08:36:23.558INFOreplacing 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 } }] |
| 6522 | 2026-09-15T08:36:25.351Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6523 | 2026-09-15T08:36:25.351Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6524 | 2026-09-15T08:36:25.351Z | DEBG created new freemap, Sep 15 08:36:23.558Sep 15 08:36:23.558 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6525 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559 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 } }] |
| 6526 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6527 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 6528 | 2026-09-15T08:36:25.351Z | |
| 6529 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6530 | 2026-09-15T08:36:25.351Z | 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 } }]Sep 15 08:36:23.559 |
| 6531 | 2026-09-15T08:36:25.351Z | DEBG Sep 15 08:36:23.559initted freemap. size: 64 DEBG, Sep 15 08:36:23.559unit 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 } }]: |
| 6532 | 2026-09-15T08:36:25.351Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6533 | 2026-09-15T08:36:25.351Z | |
| 6534 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559 INFOSep 15 08:36:23.559 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 6535 | 2026-09-15T08:36:25.351Z | 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 15 08:36:23.559 |
| 6536 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6537 | 2026-09-15T08:36:25.351Z | , Sep 15 08:36:23.559unit :INFO Sep 15 08:36:23.559freemap_route_ipv4 |
| 6538 | 2026-09-15T08:36:25.351Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFO |
| 6539 | 2026-09-15T08:36:25.351Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6540 | 2026-09-15T08:36:25.351Z | Sep 15 08:36:23.559 Sep 15 08:36:23.559DEBGSep 15 08:36:23.559 DEBGDEBG Sep 15 08:36:23.559 initted freemap. size: 64replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6541 | 2026-09-15T08:36:25.351Z | |
| 6542 | 2026-09-15T08:36:25.351Z | DEBG, unitcreated new freemapSep 15 08:36:23.559Sep 15 08:36:23.559 :INFO , freemap_route_ipv6INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6543 | 2026-09-15T08:36:25.351Z | |
| 6544 | 2026-09-15T08:36:25.351Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffunit |
| 6545 | 2026-09-15T08:36:25.351Z | :Sep 15 08:36:23.559 freemap_route_ipv4Sep 15 08:36:23.559DEBG Sep 15 08:36:23.559 |
| 6546 | 2026-09-15T08:36:25.351Z | 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 } }]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 } }] |
| 6547 | 2026-09-15T08:36:25.351Z | |
| 6548 | 2026-09-15T08:36:25.352Z | Sep 15 08:36:23.559 reset freemap Sep 15 08:36:23.559DEBG Sep 15 08:36:23.559, INFOunit INFOSep 15 08:36:23.559 :adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap |
| 6549 | 2026-09-15T08:36:25.352Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6550 | 2026-09-15T08:36:25.352Z | , Sep 15 08:36:23.559unit :DEBG freemap_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 } }] |
| 6551 | 2026-09-15T08:36:25.352Z | |
| 6552 | 2026-09-15T08:36:25.352Z | DEBGfreemap_route_ipv6Sep 15 08:36:23.559 |
| 6553 | 2026-09-15T08:36:25.352Z | 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 15 08:36:23.559Sep 15 08:36:23.559Sep 15 08:36:23.559 created new freemap DEBGINFO, |
| 6554 | 2026-09-15T08:36:25.352Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemapunitINFO, |
| 6555 | 2026-09-15T08:36:25.352Z | unit::Sep 15 08:36:23.559 Sep 15 08:36:23.559freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6556 | 2026-09-15T08:36:25.352Z | DEBGfreemap_route_ipv6 |
| 6557 | 2026-09-15T08:36:25.352Z | |
| 6558 | 2026-09-15T08:36:25.352Z | Sep 15 08:36:23.559 DEBG INFO Sep 15 08:36:23.559replacing 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:18::/64 -> 2001:db8::55:ff |
| 6559 | 2026-09-15T08:36:25.352Z | initted freemap. size: 64 |
| 6560 | 2026-09-15T08:36:25.352Z | Sep 15 08:36:23.559Sep 15 08:36:23.559, DEBG INFOunitreplacing 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 15 08:36:23.559DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff: |
| 6561 | 2026-09-15T08:36:25.352Z | DEBG initted freemap. size: 64replacing 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 } }], |
| 6562 | 2026-09-15T08:36:25.352Z | freemap_route_ipv4 |
| 6563 | 2026-09-15T08:36:25.352Z | |
| 6564 | 2026-09-15T08:36:25.352Z | Sep 15 08:36:23.559 DEBGSep 15 08:36:23.559 INFO Sep 15 08:36:23.559adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6565 | 2026-09-15T08:36:25.352Z | 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 } }] |
| 6566 | 2026-09-15T08:36:25.352Z | reset freemap, unitSep 15 08:36:23.559:Sep 15 08:36:23.559 freemap_route_ipv4INFODEBG |
| 6567 | 2026-09-15T08:36:25.352Z | adding route 3fff:beef:14::/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 } }] |
| 6568 | 2026-09-15T08:36:25.352Z | |
| 6569 | 2026-09-15T08:36:25.352Z | Sep 15 08:36:23.559 DEBG initted freemap. size: 64Sep 15 08:36:23.559, unitDEBGSep 15 08:36:23.559 : replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6570 | 2026-09-15T08:36:25.352Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6571 | 2026-09-15T08:36:25.352Z | |
| 6572 | 2026-09-15T08:36:25.352Z | Sep 15 08:36:23.559 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 15 08:36:23.559Sep 15 08:36:23.559 |
| 6573 | 2026-09-15T08:36:25.352Z | DEBG DEBG Sep 15 08:36:23.559 reset 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 } }], DEBG |
| 6574 | 2026-09-15T08:36:25.352Z | 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 } }]unit |
| 6575 | 2026-09-15T08:36:25.352Z | : Sep 15 08:36:23.559freemap_route_ipv6 INFO |
| 6576 | 2026-09-15T08:36:25.353Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 15 08:36:23.559 |
| 6577 | 2026-09-15T08:36:25.353Z | Sep 15 08:36:23.559INFO INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6578 | 2026-09-15T08:36:25.353Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:36:23.559 |
| 6579 | 2026-09-15T08:36:25.353Z | DEBGSep 15 08:36:23.559 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 15 08:36:23.559 |
| 6580 | 2026-09-15T08:36:25.353Z | DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6581 | 2026-09-15T08:36:25.353Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:36:23.559 |
| 6582 | 2026-09-15T08:36:25.353Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6583 | 2026-09-15T08:36:25.353Z | Sep 15 08:36:23.559 Sep 15 08:36:23.559INFO Sep 15 08:36:23.559DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6584 | 2026-09-15T08:36:25.353Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6585 | 2026-09-15T08:36:25.353Z | 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 } }] |
| 6586 | 2026-09-15T08:36:25.353Z | Sep 15 08:36:23.559 Sep 15 08:36:23.559DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6587 | 2026-09-15T08:36:25.357Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6588 | 2026-09-15T08:36:25.357Z | Sep 15 08:36:23.559 DEBGSep 15 08:36:23.559 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 } }] |
| 6589 | 2026-09-15T08:36:25.357Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6590 | 2026-09-15T08:36:25.357Z | unitSep 15 08:36:23.559: DEBGSep 15 08:36:23.559 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4INFO |
| 6591 | 2026-09-15T08:36:25.357Z | |
| 6592 | 2026-09-15T08:36:25.357Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:36:23.559 |
| 6593 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 6594 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559reset freemap , DEBGunit Sep 15 08:36:23.559replacing 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 } }] : |
| 6595 | 2026-09-15T08:36:25.358Z | 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 } }] |
| 6596 | 2026-09-15T08:36:25.358Z | freemap_route_ipv4 |
| 6597 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 INFOSep 15 08:36:23.559 Sep 15 08:36:23.559INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6598 | 2026-09-15T08:36:25.358Z | |
| 6599 | 2026-09-15T08:36:25.358Z | initted freemap. size: 64Sep 15 08:36:23.559Sep 15 08:36:23.559 DEBGDEBG , replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6600 | 2026-09-15T08:36:25.358Z | |
| 6601 | 2026-09-15T08:36:25.358Z | unit: freemap_route_ipv6 |
| 6602 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559Sep 15 08:36:23.559 INFOINFO Sep 15 08:36:23.559adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6603 | 2026-09-15T08:36:25.358Z | |
| 6604 | 2026-09-15T08:36:25.358Z | DEBG Sep 15 08:36:23.559reset freemap , Sep 15 08:36:23.559DEBGunit :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 } }] |
| 6605 | 2026-09-15T08:36:25.358Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 6606 | 2026-09-15T08:36:25.358Z | |
| 6607 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 INFOSep 15 08:36:23.559Sep 15 08:36:23.559 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 6608 | 2026-09-15T08:36:25.358Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6609 | 2026-09-15T08:36:25.358Z | |
| 6610 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 DEBGSep 15 08:36:23.559 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 |
| 6611 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 6612 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 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 } }]INFOSep 15 08:36:23.559 |
| 6613 | 2026-09-15T08:36:25.358Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6614 | 2026-09-15T08:36:25.358Z | |
| 6615 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 INFOSep 15 08:36:23.559Sep 15 08:36:23.559 DEBGDEBG adding route 3fff:beef:1d::/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 } }] |
| 6616 | 2026-09-15T08:36:25.358Z | |
| 6617 | 2026-09-15T08:36:25.358Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6618 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559Sep 15 08:36:23.559 DEBGSep 15 08:36:23.559 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 } }] |
| 6619 | 2026-09-15T08:36:25.358Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 6620 | 2026-09-15T08:36:25.358Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 15 08:36:23.559 |
| 6621 | 2026-09-15T08:36:25.358Z | Sep 15 08:36:23.559 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:36:23.559 |
| 6622 | 2026-09-15T08:36:25.359Z | 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 } }] |
| 6623 | 2026-09-15T08:36:25.359Z | DEBGSep 15 08:36:23.559 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGSep 15 08:36:23.559 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 |
| 6624 | 2026-09-15T08:36:25.359Z | |
| 6625 | 2026-09-15T08:36:25.359Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6626 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559Sep 15 08:36:23.559Sep 15 08:36:23.559 INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6627 | 2026-09-15T08:36:25.359Z | |
| 6628 | 2026-09-15T08:36:25.359Z | |
| 6629 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559Sep 15 08:36:23.559Sep 15 08:36:23.559 DEBGINFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6630 | 2026-09-15T08:36:25.359Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6631 | 2026-09-15T08:36:25.359Z | |
| 6632 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559Sep 15 08:36:23.559 DEBGINFOSep 15 08:36:23.559 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 } }] |
| 6633 | 2026-09-15T08:36:25.359Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6634 | 2026-09-15T08:36:25.359Z | |
| 6635 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559 INFOSep 15 08:36:23.559 Sep 15 08:36:23.559adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6636 | 2026-09-15T08:36:25.359Z | DEBG 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 } }] |
| 6637 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559replacing 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 } }] |
| 6638 | 2026-09-15T08:36:25.359Z | DEBG Sep 15 08:36:23.559Sep 15 08:36:23.559 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 |
| 6639 | 2026-09-15T08:36:25.359Z | INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6640 | 2026-09-15T08:36:25.359Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 15 08:36:23.559 |
| 6641 | 2026-09-15T08:36:25.359Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6642 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559 Sep 15 08:36:23.559DEBG 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 } }] |
| 6643 | 2026-09-15T08:36:25.359Z | 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 15 08:36:23.559 |
| 6644 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6645 | 2026-09-15T08:36:25.359Z | Sep 15 08:36:23.559adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6646 | 2026-09-15T08:36:25.359Z | INFOSep 15 08:36:23.559 INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Sep 15 08:36:23.559adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6647 | 2026-09-15T08:36:25.359Z | DEBG |
| 6648 | 2026-09-15T08:36:25.359Z | 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 } }] |
| 6649 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559Sep 15 08:36:23.559 DEBGDEBG Sep 15 08:36:23.559replacing 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: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 } }] |
| 6650 | 2026-09-15T08:36:25.360Z | INFO |
| 6651 | 2026-09-15T08:36:25.360Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6652 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559 Sep 15 08:36:23.559Sep 15 08:36:23.559 INFOINFODEBG adding route 3fff:beef:3::/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 } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6653 | 2026-09-15T08:36:25.360Z | |
| 6654 | 2026-09-15T08:36:25.360Z | |
| 6655 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559Sep 15 08:36:23.559 Sep 15 08:36:23.559INFO DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 6656 | 2026-09-15T08:36:25.360Z | 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 } }] |
| 6657 | 2026-09-15T08:36:25.360Z | 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 } }] |
| 6658 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559 DEBGSep 15 08:36:23.559 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 } }]INFOSep 15 08:36:23.559 |
| 6659 | 2026-09-15T08:36:25.360Z | INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 15 08:36:23.559 |
| 6660 | 2026-09-15T08:36:25.360Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 6661 | 2026-09-15T08:36:25.360Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6662 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559 DEBGSep 15 08:36:23.559 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 15 08:36:23.559 |
| 6663 | 2026-09-15T08:36:25.360Z | 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 } }]Sep 15 08:36:23.559replacing 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 } }] |
| 6664 | 2026-09-15T08:36:25.360Z | |
| 6665 | 2026-09-15T08:36:25.360Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 15 08:36:23.559Sep 15 08:36:23.559 INFOINFO |
| 6666 | 2026-09-15T08:36:25.360Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6667 | 2026-09-15T08:36:25.360Z | |
| 6668 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559Sep 15 08:36:23.559Sep 15 08:36:23.559 DEBGDEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6669 | 2026-09-15T08:36:25.360Z | |
| 6670 | 2026-09-15T08:36:25.360Z | 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 } }] |
| 6671 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559Sep 15 08:36:23.559 INFOINFO Sep 15 08:36:23.559 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6672 | 2026-09-15T08:36:25.360Z | INFO |
| 6673 | 2026-09-15T08:36:25.360Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6674 | 2026-09-15T08:36:25.360Z | Sep 15 08:36:23.559 Sep 15 08:36:23.559DEBG Sep 15 08:36:23.559replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6675 | 2026-09-15T08:36:25.360Z | 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: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 15 08:36:23.560 |
| 6676 | 2026-09-15T08:36:25.360Z | INFO |
| 6677 | 2026-09-15T08:36:25.361Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6678 | 2026-09-15T08:36:25.361Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 Sep 15 08:36:23.560INFO INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6679 | 2026-09-15T08:36:25.361Z | |
| 6680 | 2026-09-15T08:36:25.361Z | 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 } }] |
| 6681 | 2026-09-15T08:36:25.361Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 Sep 15 08:36:23.560DEBG 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 } }]INFO |
| 6682 | 2026-09-15T08:36:25.361Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6683 | 2026-09-15T08:36:25.361Z | |
| 6684 | 2026-09-15T08:36:25.361Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBG 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 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6685 | 2026-09-15T08:36:25.361Z | |
| 6686 | 2026-09-15T08:36:25.361Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6687 | 2026-09-15T08:36:25.389Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 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: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 |
| 6688 | 2026-09-15T08:36:25.389Z | |
| 6689 | 2026-09-15T08:36:25.389Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 15 08:36:23.560 |
| 6690 | 2026-09-15T08:36:25.389Z | Sep 15 08:36:23.560INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOSep 15 08:36:23.560 |
| 6691 | 2026-09-15T08:36:25.389Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6692 | 2026-09-15T08:36:25.389Z | 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 } }] |
| 6693 | 2026-09-15T08:36:25.389Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 DEBGDEBGSep 15 08:36:23.560 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 |
| 6694 | 2026-09-15T08:36:25.389Z | 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 } }] |
| 6695 | 2026-09-15T08:36:25.389Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6696 | 2026-09-15T08:36:25.389Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6697 | 2026-09-15T08:36:25.389Z | |
| 6698 | 2026-09-15T08:36:25.389Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6699 | 2026-09-15T08:36:25.389Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560Sep 15 08:36:23.560 INFODEBG DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6700 | 2026-09-15T08:36:25.389Z | 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: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 } }] |
| 6701 | 2026-09-15T08:36:25.389Z | |
| 6702 | 2026-09-15T08:36:25.389Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 Sep 15 08:36:23.560INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6703 | 2026-09-15T08:36:25.389Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 6704 | 2026-09-15T08:36:25.390Z | 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 } }] |
| 6705 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560Sep 15 08:36:23.560 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6706 | 2026-09-15T08:36:25.390Z | |
| 6707 | 2026-09-15T08:36:25.390Z | 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 } }] |
| 6708 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6709 | 2026-09-15T08:36:25.390Z | 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 15 08:36:23.560 |
| 6710 | 2026-09-15T08:36:25.390Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6711 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 DEBG 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 } }] Sep 15 08:36:23.560 |
| 6712 | 2026-09-15T08:36:25.390Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 6713 | 2026-09-15T08:36:25.390Z | |
| 6714 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560 INFOSep 15 08:36:23.560Sep 15 08:36:23.560 INFODEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6715 | 2026-09-15T08:36:25.390Z | 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 } }] |
| 6716 | 2026-09-15T08:36:25.390Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6717 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 INFODEBG DEBGadding route 3fff:beef:2f::/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 } }] |
| 6718 | 2026-09-15T08:36:25.390Z | 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 } }] |
| 6719 | 2026-09-15T08:36:25.390Z | |
| 6720 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560 INFOSep 15 08:36:23.560Sep 15 08:36:23.560 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 6721 | 2026-09-15T08:36:25.390Z | 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 } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6722 | 2026-09-15T08:36:25.390Z | |
| 6723 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560 DEBG Sep 15 08:36:23.560Sep 15 08:36:23.560created new freemap , INFOunit :adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 6724 | 2026-09-15T08:36:25.390Z | freemap_route_ipv4replacing 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-15T08:36:25.390Z | |
| 6726 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560 DEBGSep 15 08:36:23.560 Sep 15 08:36:23.560 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6727 | 2026-09-15T08:36:25.390Z | INFO created new freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ff, Sep 15 08:36:23.560unit |
| 6728 | 2026-09-15T08:36:25.390Z | : INFOfreemap_route_ipv6 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6729 | 2026-09-15T08:36:25.390Z | |
| 6730 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560 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 } }]Sep 15 08:36:23.560 |
| 6731 | 2026-09-15T08:36:25.390Z | Sep 15 08:36:23.560DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64Sep 15 08:36:23.560, unitINFO: adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6732 | 2026-09-15T08:36:25.391Z | |
| 6733 | 2026-09-15T08:36:25.391Z | |
| 6734 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560 DEBG Sep 15 08:36:23.560Sep 15 08:36:23.560reset freemapSep 15 08:36:23.560 INFODEBG INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6735 | 2026-09-15T08:36:25.391Z | 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 } }], |
| 6736 | 2026-09-15T08:36:25.391Z | adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 6737 | 2026-09-15T08:36:25.391Z | : Sep 15 08:36:23.560freemap_route_ipv4 |
| 6738 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560INFO Sep 15 08:36:23.560Sep 15 08:36:23.560 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG |
| 6739 | 2026-09-15T08:36:25.391Z | 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 } }] initted freemap. size: 64 |
| 6740 | 2026-09-15T08:36:25.391Z | DEBG Sep 15 08:36:23.560replacing 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 15 08:36:23.560DEBG |
| 6741 | 2026-09-15T08:36:25.391Z | 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 } }] , |
| 6742 | 2026-09-15T08:36:25.391Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit |
| 6743 | 2026-09-15T08:36:25.391Z | : freemap_route_ipv6Sep 15 08:36:23.560 |
| 6744 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560INFO DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6745 | 2026-09-15T08:36:25.391Z | |
| 6746 | 2026-09-15T08:36:25.391Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 15 08:36:23.560 |
| 6747 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBGDEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 15 08:36:23.560 |
| 6748 | 2026-09-15T08:36:25.391Z | DEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], 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 } }] |
| 6749 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560 DEBG |
| 6750 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560 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 } }]unit : |
| 6751 | 2026-09-15T08:36:25.391Z | Sep 15 08:36:23.560 freemap_route_ipv6INFO |
| 6752 | 2026-09-15T08:36:25.391Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:36:23.560 |
| 6753 | 2026-09-15T08:36:25.391Z | INFO |
| 6754 | 2026-09-15T08:36:25.391Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 15 08:36:23.560 Sep 15 08:36:23.560 |
| 6755 | 2026-09-15T08:36:25.391Z | DEBGSep 15 08:36:23.560 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 } }]DEBGSep 15 08:36:23.560 |
| 6756 | 2026-09-15T08:36:25.391Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 6757 | 2026-09-15T08:36:25.391Z | INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:36:23.560 |
| 6758 | 2026-09-15T08:36:25.391Z | INFOSep 15 08:36:23.560 Sep 15 08:36:23.560adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6759 | 2026-09-15T08:36:25.391Z | |
| 6760 | 2026-09-15T08:36:25.392Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6761 | 2026-09-15T08:36:25.392Z | |
| 6762 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 DEBGSep 15 08:36:23.560 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 } }] |
| 6763 | 2026-09-15T08:36:25.392Z | 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 } }] |
| 6764 | 2026-09-15T08:36:25.392Z | 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 } }] |
| 6765 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 15 08:36:23.560INFO Sep 15 08:36:23.560INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 6766 | 2026-09-15T08:36:25.392Z | |
| 6767 | 2026-09-15T08:36:25.392Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6768 | 2026-09-15T08:36:25.392Z | |
| 6769 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 DEBGSep 15 08:36:23.560Sep 15 08:36:23.560 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 } }] 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 } }] |
| 6770 | 2026-09-15T08:36:25.392Z | |
| 6771 | 2026-09-15T08:36:25.392Z | 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 } }] |
| 6772 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFO |
| 6773 | 2026-09-15T08:36:25.392Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6774 | 2026-09-15T08:36:25.392Z | |
| 6775 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560INFOSep 15 08:36:23.560 DEBGDEBG adding route 3fff:beef:2::/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: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 } }] |
| 6776 | 2026-09-15T08:36:25.392Z | |
| 6777 | 2026-09-15T08:36:25.392Z | |
| 6778 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBG INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6779 | 2026-09-15T08:36:25.392Z | adding route 3fff:beef:17::/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 } }] |
| 6780 | 2026-09-15T08:36:25.392Z | |
| 6781 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6782 | 2026-09-15T08:36:25.392Z | adding route 3fff:beef:3::/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 } }] |
| 6783 | 2026-09-15T08:36:25.392Z | |
| 6784 | 2026-09-15T08:36:25.392Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 Sep 15 08:36:23.560 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 6785 | 2026-09-15T08:36:25.392Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6786 | 2026-09-15T08:36:25.392Z | |
| 6787 | 2026-09-15T08:36:25.398Z | Sep 15 08:36:23.560 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 15 08:36:23.560 |
| 6788 | 2026-09-15T08:36:25.398Z | Sep 15 08:36:23.560INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6789 | 2026-09-15T08:36:25.398Z | Sep 15 08:36:23.560adding route 3fff:beef:4::/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 } }] |
| 6790 | 2026-09-15T08:36:25.398Z | |
| 6791 | 2026-09-15T08:36:25.398Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6792 | 2026-09-15T08:36:25.398Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBGDEBG adding route 3fff:beef:19::/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 } }]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 } }] |
| 6793 | 2026-09-15T08:36:25.398Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6794 | 2026-09-15T08:36:25.398Z | |
| 6795 | 2026-09-15T08:36:25.399Z | |
| 6796 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560Sep 15 08:36:23.560 INFO DEBG DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6797 | 2026-09-15T08:36:25.399Z | 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 } }] |
| 6798 | 2026-09-15T08:36:25.399Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }] |
| 6799 | 2026-09-15T08:36:25.399Z | |
| 6800 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560DEBG Sep 15 08:36:23.560 INFOSep 15 08:36:23.560replacing 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 |
| 6801 | 2026-09-15T08:36:25.399Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6802 | 2026-09-15T08:36:25.399Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6803 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 15 08:36:23.560Sep 15 08:36:23.560 DEBGINFO |
| 6804 | 2026-09-15T08:36:25.399Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6805 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6806 | 2026-09-15T08:36:25.399Z | DEBG |
| 6807 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560 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 } }]INFOSep 15 08:36:23.560 Sep 15 08:36:23.560 DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBG |
| 6808 | 2026-09-15T08:36:25.399Z | 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 } }] |
| 6809 | 2026-09-15T08:36:25.399Z | |
| 6810 | 2026-09-15T08:36:25.399Z | 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 } }] |
| 6811 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560Sep 15 08:36:23.560DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:36:23.560 |
| 6812 | 2026-09-15T08:36:25.399Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6813 | 2026-09-15T08:36:25.399Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6814 | 2026-09-15T08:36:25.399Z | test route::tests::grow_succeeds ... ok |
| 6815 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560 INFOSep 15 08:36:23.560 Sep 15 08:36:23.560adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6816 | 2026-09-15T08:36:25.399Z | DEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6817 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560replacing 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 } }] |
| 6818 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560DEBG 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 } }] |
| 6819 | 2026-09-15T08:36:25.399Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 6820 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 6821 | 2026-09-15T08:36:25.399Z | |
| 6822 | 2026-09-15T08:36:25.399Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 6823 | 2026-09-15T08:36:25.400Z | |
| 6824 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.560 Sep 15 08:36:23.560Sep 15 08:36:23.560 DEBG 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 } }]DEBG |
| 6825 | 2026-09-15T08:36:25.400Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6826 | 2026-09-15T08:36:25.400Z | 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 } }] |
| 6827 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.560Sep 15 08:36:23.560 Sep 15 08:36:23.560INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6828 | 2026-09-15T08:36:25.400Z | failed to allocate space for the new target listINFO |
| 6829 | 2026-09-15T08:36:25.400Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6830 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.560 DEBGSep 15 08:36:23.560INFO DEBG created new freemap , unit: freemap_route_ipv4 |
| 6831 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6832 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBG initted freemap. size: 64 |
| 6833 | 2026-09-15T08:36:25.400Z | , unit: freemap_route_ipv4 |
| 6834 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6835 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 DEBG initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 6836 | 2026-09-15T08:36:25.400Z | freemap_route_ipv6 |
| 6837 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 DEBG reset freemap, Sep 15 08:36:23.560unit: freemap_route_ipv6 |
| 6838 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6839 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 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 } }] |
| 6840 | 2026-09-15T08:36:25.400Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 15 08:36:23.561 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 |
| 6841 | 2026-09-15T08:36:25.400Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6842 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 DEBG |
| 6843 | 2026-09-15T08:36:25.400Z | 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 } }] |
| 6844 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 Sep 15 08:36:23.561INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6845 | 2026-09-15T08:36:25.400Z | 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 } }] |
| 6846 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 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 } }] |
| 6847 | 2026-09-15T08:36:25.400Z | 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 } }] |
| 6848 | 2026-09-15T08:36:25.400Z | Sep 15 08:36:23.561 INFO Sep 15 08:36:23.561adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6849 | 2026-09-15T08:36:25.400Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6850 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 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 } }] |
| 6851 | 2026-09-15T08:36:25.401Z | INFO Sep 15 08:36:23.561adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6852 | 2026-09-15T08:36:25.401Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6853 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 Sep 15 08:36:23.561 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 } }] |
| 6854 | 2026-09-15T08:36:25.401Z | DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6855 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6856 | 2026-09-15T08:36:25.401Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 15 08:36:23.561 DEBG |
| 6857 | 2026-09-15T08:36:25.401Z | 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: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 } }] |
| 6858 | 2026-09-15T08:36:25.401Z | |
| 6859 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6860 | 2026-09-15T08:36:25.401Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 15 08:36:23.561Sep 15 08:36:23.561 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 } }] |
| 6861 | 2026-09-15T08:36:25.401Z | |
| 6862 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6863 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 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 } }] |
| 6864 | 2026-09-15T08:36:25.401Z | DEBG Sep 15 08:36:23.561 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6865 | 2026-09-15T08:36:25.401Z | 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 } }] |
| 6866 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561 Sep 15 08:36:23.561 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6867 | 2026-09-15T08:36:25.401Z | DEBG created new freemap, unitSep 15 08:36:23.561Sep 15 08:36:23.561 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6868 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561replacing 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 |
| 6869 | 2026-09-15T08:36:25.401Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 15 08:36:23.561 |
| 6870 | 2026-09-15T08:36:25.401Z | 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 } }] |
| 6871 | 2026-09-15T08:36:25.401Z | INFO Sep 15 08:36:23.561: INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6872 | 2026-09-15T08:36:25.401Z | |
| 6873 | 2026-09-15T08:36:25.401Z | freemap_route_ipv4 |
| 6874 | 2026-09-15T08:36:25.401Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 DEBGSep 15 08:36:23.561 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6875 | 2026-09-15T08:36:25.401Z | 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 } }]Sep 15 08:36:23.561 INFOSep 15 08:36:23.561 Sep 15 08:36:23.561adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6876 | 2026-09-15T08:36:25.401Z | DEBG created new freemap , 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 |
| 6877 | 2026-09-15T08:36:25.402Z | Sep 15 08:36:23.561 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 } }] |
| 6878 | 2026-09-15T08:36:25.402Z | |
| 6879 | 2026-09-15T08:36:25.402Z | Sep 15 08:36:23.561 Sep 15 08:36:23.561INFO INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6880 | 2026-09-15T08:36:25.402Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 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 } }] |
| 6881 | 2026-09-15T08:36:25.402Z | INFOfreemap_route_ipv6Sep 15 08:36:23.561 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6882 | 2026-09-15T08:36:25.402Z | |
| 6883 | 2026-09-15T08:36:25.402Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 15 08:36:23.561 DEBG Sep 15 08:36:23.561replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6884 | 2026-09-15T08:36:25.402Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6885 | 2026-09-15T08:36:25.402Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 15 08:36:23.561 |
| 6886 | 2026-09-15T08:36:25.402Z | Sep 15 08:36:23.561INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6887 | 2026-09-15T08:36:25.406Z | Sep 15 08:36:23.561 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 } }] |
| 6888 | 2026-09-15T08:36:25.406Z | initted freemap. size: 64Sep 15 08:36:23.561, Sep 15 08:36:23.561unit DEBGDEBG 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 } }] |
| 6889 | 2026-09-15T08:36:25.406Z | |
| 6890 | 2026-09-15T08:36:25.406Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6891 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6892 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561Sep 15 08:36:23.561: replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }] |
| 6893 | 2026-09-15T08:36:25.407Z | |
| 6894 | 2026-09-15T08:36:25.407Z | freemap_route_ipv4 |
| 6895 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 INFO DEBGSep 15 08:36:23.561adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6896 | 2026-09-15T08:36:25.407Z | 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 } }]DEBGSep 15 08:36:23.561 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 } }] |
| 6897 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 INFO |
| 6898 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 INFO adding route 3fff:beef:d::/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 } }] |
| 6899 | 2026-09-15T08:36:25.407Z | |
| 6900 | 2026-09-15T08:36:25.407Z | DEBGSep 15 08:36:23.561 Sep 15 08:36:23.561 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 } }] |
| 6901 | 2026-09-15T08:36:25.407Z | reset freemap, unitINFO:Sep 15 08:36:23.561 Sep 15 08:36:23.561adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6902 | 2026-09-15T08:36:25.407Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4Sep 15 08:36:23.561 |
| 6903 | 2026-09-15T08:36:25.407Z | 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 15 08:36:23.561 |
| 6904 | 2026-09-15T08:36:25.407Z | |
| 6905 | 2026-09-15T08:36:25.407Z | DEBGSep 15 08:36:23.561 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 } }] |
| 6906 | 2026-09-15T08:36:25.407Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6907 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 INFO initted freemap. size: 64INFO, unit :adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6908 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 Sep 15 08:36:23.561DEBG |
| 6909 | 2026-09-15T08:36:25.407Z | 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 } }] |
| 6910 | 2026-09-15T08:36:25.407Z | freemap_route_ipv6INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6911 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 Sep 15 08:36:23.561INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 15 08:36:23.561 |
| 6912 | 2026-09-15T08:36:25.407Z | DEBG |
| 6913 | 2026-09-15T08:36:25.407Z | 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 15 08:36:23.561 |
| 6914 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 Sep 15 08:36:23.561 Sep 15 08:36:23.561DEBG 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 } }] |
| 6915 | 2026-09-15T08:36:25.407Z | DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6916 | 2026-09-15T08:36:25.407Z | |
| 6917 | 2026-09-15T08:36:25.407Z | Sep 15 08:36:23.561 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 6918 | 2026-09-15T08:36:25.407Z | DEBGSep 15 08:36:23.561 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6919 | 2026-09-15T08:36:25.408Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6920 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 DEBG Sep 15 08:36:23.561replacing 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 15 08:36:23.561 |
| 6921 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 DEBG Sep 15 08:36:23.561DEBG 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 } }] created new freemap, unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff: DEBGfreemap_route_ipv4 |
| 6922 | 2026-09-15T08:36:25.408Z | |
| 6923 | 2026-09-15T08:36:25.408Z | |
| 6924 | 2026-09-15T08:36:25.408Z | 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 } }] |
| 6925 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561INFO Sep 15 08:36:23.561 DEBG created new freemap, unitSep 15 08:36:23.561: adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6926 | 2026-09-15T08:36:25.408Z | |
| 6927 | 2026-09-15T08:36:25.408Z | DEBG Sep 15 08:36:23.561replacing 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 15 08:36:23.561 |
| 6928 | 2026-09-15T08:36:25.408Z | DEBGreset freemap , Sep 15 08:36:23.561initted freemap. size: 64, unitunit : : freemap_route_ipv4 |
| 6929 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561INFO Sep 15 08:36:23.561 DEBG reset freemapINFO, unit: freemap_route_ipv4 |
| 6930 | 2026-09-15T08:36:25.408Z | DEBGINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6931 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 6932 | 2026-09-15T08:36:25.408Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6933 | 2026-09-15T08:36:25.408Z | 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 } }], unit : |
| 6934 | 2026-09-15T08:36:25.408Z | freemap_route_ipv6 |
| 6935 | 2026-09-15T08:36:25.408Z | freemap_route_ipv6Sep 15 08:36:23.561Sep 15 08:36:23.561 |
| 6936 | 2026-09-15T08:36:25.408Z | DEBG reset freemapSep 15 08:36:23.561, unit:Sep 15 08:36:23.561Sep 15 08:36:23.561 DEBGfreemap_route_ipv6 |
| 6937 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561 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 } }] |
| 6938 | 2026-09-15T08:36:25.408Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6939 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561 Sep 15 08:36:23.561Sep 15 08:36:23.561DEBG INFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6940 | 2026-09-15T08:36:25.408Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6941 | 2026-09-15T08:36:25.408Z | |
| 6942 | 2026-09-15T08:36:25.408Z | 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 } }] |
| 6943 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561INFOSep 15 08:36:23.561 DEBGDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 6944 | 2026-09-15T08:36:25.408Z | 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 } }] |
| 6945 | 2026-09-15T08:36:25.408Z | 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 } }] |
| 6946 | 2026-09-15T08:36:25.408Z | Sep 15 08:36:23.561Sep 15 08:36:23.561 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6947 | 2026-09-15T08:36:25.409Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6948 | 2026-09-15T08:36:25.409Z | created new freemap, unitSep 15 08:36:23.562Sep 15 08:36:23.562 DEBGINFO Sep 15 08:36:23.562replacing 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 } }] |
| 6949 | 2026-09-15T08:36:25.409Z | INFOSep 15 08:36:23.562 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOSep 15 08:36:23.562 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6950 | 2026-09-15T08:36:25.409Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6951 | 2026-09-15T08:36:25.409Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6952 | 2026-09-15T08:36:25.409Z | |
| 6953 | 2026-09-15T08:36:25.409Z | Sep 15 08:36:23.562DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:36:23.562 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 15 08:36:23.562 |
| 6954 | 2026-09-15T08:36:25.409Z | |
| 6955 | 2026-09-15T08:36:25.409Z | Sep 15 08:36:23.562:INFOSep 15 08:36:23.562 INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6956 | 2026-09-15T08:36:25.409Z | |
| 6957 | 2026-09-15T08:36:25.409Z | INFOSep 15 08:36:23.562Sep 15 08:36:23.562 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6958 | 2026-09-15T08:36:25.409Z | Sep 15 08:36:23.562 DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 15 08:36:23.562 INFO |
| 6959 | 2026-09-15T08:36:25.409Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6960 | 2026-09-15T08:36:25.409Z | |
| 6961 | 2026-09-15T08:36:25.409Z | Sep 15 08:36:23.567Sep 15 08:36:23.567replacing 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 } }] Sep 15 08:36:23.567DEBG |
| 6962 | 2026-09-15T08:36:25.409Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6963 | 2026-09-15T08:36:25.409Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6964 | 2026-09-15T08:36:25.409Z | DEBGSep 15 08:36:23.567 Sep 15 08:36:23.567replacing 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 } }] |
| 6965 | 2026-09-15T08:36:25.409Z | DEBGSep 15 08:36:23.567 |
| 6966 | 2026-09-15T08:36:25.409Z | Sep 15 08:36:23.567 INFO DEBGINFO adding route 3fff:beef:15::/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 } }]failed to allocate space for the new target list |
| 6967 | 2026-09-15T08:36:25.409Z | |
| 6968 | 2026-09-15T08:36:25.409Z | adding route 172.17.0.4/32 -> 10.0.0.255Sep 15 08:36:23.567 |
| 6969 | 2026-09-15T08:36:25.409Z | INFO |
| 6970 | 2026-09-15T08:36:25.409Z | Sep 15 08:36:23.567Sep 15 08:36:23.567Sep 15 08:36:23.567adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6971 | 2026-09-15T08:36:25.409Z | DEBG DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 15 08:36:23.567Sep 15 08:36:23.567 |
| 6972 | 2026-09-15T08:36:25.409Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 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 } }] |
| 6973 | 2026-09-15T08:36:25.409Z | |
| 6974 | 2026-09-15T08:36:25.410Z | 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 } }] |
| 6975 | 2026-09-15T08:36:25.410Z | |
| 6976 | 2026-09-15T08:36:25.410Z | Sep 15 08:36:23.567Sep 15 08:36:23.567Sep 15 08:36:23.567Sep 15 08:36:23.567 INFOINFO DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6977 | 2026-09-15T08:36:25.410Z | |
| 6978 | 2026-09-15T08:36:25.410Z | freemap_route_ipv4INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:36:23.567 |
| 6979 | 2026-09-15T08:36:25.410Z | |
| 6980 | 2026-09-15T08:36:25.410Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6981 | 2026-09-15T08:36:25.410Z | Sep 15 08:36:23.567 Sep 15 08:36:23.567DEBGSep 15 08:36:23.562 DEBGSep 15 08:36:23.567DEBG created new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }], DEBGcreated new freemap |
| 6982 | 2026-09-15T08:36:25.410Z | , unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 6983 | 2026-09-15T08:36:25.410Z | : :freemap_route_ipv4 |
| 6984 | 2026-09-15T08:36:25.410Z | freemap_route_ipv6Sep 15 08:36:23.567 |
| 6985 | 2026-09-15T08:36:25.410Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Sep 15 08:36:23.567 |
| 6986 | 2026-09-15T08:36:25.410Z | DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:36:23.567 |
| 6987 | 2026-09-15T08:36:25.414Z | DEBG initted freemap. size: 64replacing 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 15 08:36:23.568unit |
| 6988 | 2026-09-15T08:36:25.414Z | :INFO freemap_route_ipv4adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6989 | 2026-09-15T08:36:25.414Z | |
| 6990 | 2026-09-15T08:36:25.414Z | Sep 15 08:36:23.568Sep 15 08:36:23.567 Sep 15 08:36:23.568Sep 15 08:36:23.568INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 DEBGcreated new freemap |
| 6991 | 2026-09-15T08:36:25.414Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, |
| 6992 | 2026-09-15T08:36:25.415Z | unitreset freemap:, Sep 15 08:36:23.568 unitfreemap_route_ipv6 :Sep 15 08:36:23.568 |
| 6993 | 2026-09-15T08:36:25.415Z | 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 } }]INFOfreemap_route_ipv4 |
| 6994 | 2026-09-15T08:36:25.415Z | |
| 6995 | 2026-09-15T08:36:25.415Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6996 | 2026-09-15T08:36:25.415Z | Sep 15 08:36:23.568Sep 15 08:36:23.568 INFOSep 15 08:36:23.568DEBG Sep 15 08:36:23.568adding route 172.17.0.8/32 -> 10.0.0.255 initted freemap. size: 64 |
| 6997 | 2026-09-15T08:36:25.415Z | DEBGDEBG , replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6998 | 2026-09-15T08:36:25.415Z | Sep 15 08:36:23.568:initted freemap. size: 64 , unitDEBG: freemap_route_ipv6freemap_route_ipv4Sep 15 08:36:23.568replacing 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 } }] |
| 6999 | 2026-09-15T08:36:25.415Z | |
| 7000 | 2026-09-15T08:36:25.415Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7001 | 2026-09-15T08:36:25.415Z | |
| 7002 | 2026-09-15T08:36:25.415Z | Sep 15 08:36:23.568 DEBGSep 15 08:36:23.568 Sep 15 08:36:23.568reset freemapSep 15 08:36:23.568 DEBGINFO DEBG, reset freemap , replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 7003 | 2026-09-15T08:36:25.415Z | adding route 172.17.0.9/32 -> 10.0.0.255unit:: |
| 7004 | 2026-09-15T08:36:25.415Z | freemap_route_ipv6freemap_route_ipv4 |
| 7005 | 2026-09-15T08:36:25.415Z | |
| 7006 | 2026-09-15T08:36:25.415Z | Sep 15 08:36:23.568 Sep 15 08:36:23.568DEBGSep 15 08:36:23.568 Sep 15 08:36:23.568 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOinitted freemap. size: 64 , |
| 7007 | 2026-09-15T08:36:25.415Z | |
| 7008 | 2026-09-15T08:36:25.415Z | unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 7009 | 2026-09-15T08:36:25.415Z | freemap_route_ipv6 |
| 7010 | 2026-09-15T08:36:25.415Z | Sep 15 08:36:23.568 Sep 15 08:36:23.567INFOSep 15 08:36:23.568 Sep 15 08:36:23.568DEBGSep 15 08:36:23.568 adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 7011 | 2026-09-15T08:36:25.415Z | 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 } }] reset freemap , |
| 7012 | 2026-09-15T08:36:25.415Z | unitreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:36:23.568: freemap_route_ipv6 |
| 7013 | 2026-09-15T08:36:25.415Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:36:23.568 |
| 7014 | 2026-09-15T08:36:25.415Z | DEBG |
| 7015 | 2026-09-15T08:36:25.415Z | INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 15 08:36:23.568 |
| 7016 | 2026-09-15T08:36:25.415Z | |
| 7017 | 2026-09-15T08:36:25.415Z | INFO Sep 15 08:36:23.568adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Sep 15 08:36:23.568Sep 15 08:36:23.568Sep 15 08:36:23.568 |
| 7018 | 2026-09-15T08:36:25.415Z | DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7019 | 2026-09-15T08:36:25.415Z | adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7020 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7021 | 2026-09-15T08:36:25.416Z | |
| 7022 | 2026-09-15T08:36:25.416Z | 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 15 08:36:23.568 |
| 7023 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568Sep 15 08:36:23.568 DEBGSep 15 08:36:23.568 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 } }]Sep 15 08:36:23.568 INFO |
| 7024 | 2026-09-15T08:36:25.416Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7025 | 2026-09-15T08:36:25.416Z | 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 } }]Sep 15 08:36:23.568Sep 15 08:36:23.568 |
| 7026 | 2026-09-15T08:36:25.416Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7027 | 2026-09-15T08:36:25.416Z | |
| 7028 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 7029 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568 Sep 15 08:36:23.568 INFODEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 Sep 15 08:36:23.568replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7030 | 2026-09-15T08:36:25.416Z | |
| 7031 | 2026-09-15T08:36:25.416Z | |
| 7032 | 2026-09-15T08:36:25.416Z | DEBG |
| 7033 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568replacing 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 } }] |
| 7034 | 2026-09-15T08:36:25.416Z | INFOSep 15 08:36:23.568Sep 15 08:36:23.568 Sep 15 08:36:23.568 Sep 15 08:36:23.568adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGINFO DEBG |
| 7035 | 2026-09-15T08:36:25.416Z | adding route 172.17.0.13/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 } }] |
| 7036 | 2026-09-15T08:36:25.416Z | INFO |
| 7037 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568 DEBGSep 15 08:36:23.568 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7038 | 2026-09-15T08:36:25.416Z | |
| 7039 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568 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 } }] |
| 7040 | 2026-09-15T08:36:25.416Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOSep 15 08:36:23.568Sep 15 08:36:23.568 |
| 7041 | 2026-09-15T08:36:25.416Z | INFOINFOSep 15 08:36:23.568 adding route 3fff:dead::/64 -> 2001:db8::55:3INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7042 | 2026-09-15T08:36:25.416Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7043 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568 |
| 7044 | 2026-09-15T08:36:25.416Z | |
| 7045 | 2026-09-15T08:36:25.416Z | test route::tests::identity_replace_is_noop ... ok |
| 7046 | 2026-09-15T08:36:25.416Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:36:23.568 |
| 7047 | 2026-09-15T08:36:25.416Z | Sep 15 08:36:23.568Sep 15 08:36:23.568DEBGSep 15 08:36:23.568 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 } }]DEBG Sep 15 08:36:23.568replacing 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 |
| 7048 | 2026-09-15T08:36:25.417Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7049 | 2026-09-15T08:36:25.417Z | |
| 7050 | 2026-09-15T08:36:25.417Z | INFO |
| 7051 | 2026-09-15T08:36:25.417Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 15 08:36:23.568 |
| 7052 | 2026-09-15T08:36:25.417Z | Sep 15 08:36:23.568INFO Sep 15 08:36:23.568adding route 172.17.0.15/32 -> 10.0.0.255Sep 15 08:36:23.568 |
| 7053 | 2026-09-15T08:36:25.417Z | Sep 15 08:36:23.568INFO DEBGDEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7054 | 2026-09-15T08:36:25.417Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Sep 15 08:36:23.568 |
| 7055 | 2026-09-15T08:36:25.417Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 7056 | 2026-09-15T08:36:25.417Z | DEBG |
| 7057 | 2026-09-15T08:36:25.417Z | 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 15 08:36:23.568 |
| 7058 | 2026-09-15T08:36:25.417Z | Sep 15 08:36:23.568Sep 15 08:36:23.568Sep 15 08:36:23.562 Sep 15 08:36:23.568DEBGWARNDEBG Sep 15 08:36:23.568 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOINFO |
| 7059 | 2026-09-15T08:36:25.417Z | DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 7060 | 2026-09-15T08:36:25.417Z | Sep 15 08:36:23.568 DEBGadding route 172.17.0.16/32 -> 10.0.0.255 Sep 15 08:36:23.575 |
| 7061 | 2026-09-15T08:36:25.417Z | created new freemap , INFOunit :adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Sep 15 08:36:23.575 |
| 7062 | 2026-09-15T08:36:25.417Z | freemap_route_ipv4 DEBG |
| 7063 | 2026-09-15T08:36:25.417Z | 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 15 08:36:23.575 DEBGSep 15 08:36:23.575 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 |
| 7064 | 2026-09-15T08:36:25.417Z | created new freemap, |
| 7065 | 2026-09-15T08:36:25.417Z | unitSep 15 08:36:23.575: INFOfreemap_route_ipv6 Sep 15 08:36:23.575 |
| 7066 | 2026-09-15T08:36:25.417Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7067 | 2026-09-15T08:36:25.417Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255Sep 15 08:36:23.575Sep 15 08:36:23.575 DEBG |
| 7068 | 2026-09-15T08:36:25.417Z | 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 } }]initted freemap. size: 64 |
| 7069 | 2026-09-15T08:36:25.417Z | , unitSep 15 08:36:23.575: DEBGfreemap_route_ipv4 |
| 7070 | 2026-09-15T08:36:25.417Z | 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 15 08:36:23.575 |
| 7071 | 2026-09-15T08:36:25.417Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 15 08:36:23.575Sep 15 08:36:23.575 |
| 7072 | 2026-09-15T08:36:25.417Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7073 | 2026-09-15T08:36:25.417Z | reset freemapSep 15 08:36:23.575, unitDEBGSep 15 08:36:23.575: 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 } }] |
| 7074 | 2026-09-15T08:36:25.417Z | freemap_route_ipv4replacing 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 } }] |
| 7075 | 2026-09-15T08:36:25.417Z | |
| 7076 | 2026-09-15T08:36:25.418Z | Sep 15 08:36:23.575 INFO Sep 15 08:36:23.568adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7077 | 2026-09-15T08:36:25.418Z | DEBGSep 15 08:36:23.575 DEBGSep 15 08:36:23.575 created new freemapSep 15 08:36:23.575INFO initted freemap. size: 64DEBG , adding route 172.17.0.19/32 -> 10.0.0.255, |
| 7078 | 2026-09-15T08:36:25.418Z | unitunit: : freemap_route_ipv6Sep 15 08:36:23.575replacing 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 } }] |
| 7079 | 2026-09-15T08:36:25.418Z | DEBG |
| 7080 | 2026-09-15T08:36:25.418Z | freemap_route_ipv4 |
| 7081 | 2026-09-15T08:36:25.418Z | 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 } }] |
| 7082 | 2026-09-15T08:36:25.418Z | Sep 15 08:36:23.575 DEBGSep 15 08:36:23.575 Sep 15 08:36:23.575reset freemap , DEBGINFOunit Sep 15 08:36:23.575 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffcreated new freemap: |
| 7083 | 2026-09-15T08:36:25.418Z | INFO, unitfreemap_route_ipv6 |
| 7084 | 2026-09-15T08:36:25.418Z | : adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv6 |
| 7085 | 2026-09-15T08:36:25.418Z | |
| 7086 | 2026-09-15T08:36:25.418Z | Sep 15 08:36:23.575 Sep 15 08:36:23.575Sep 15 08:36:23.575 INFOSep 15 08:36:23.575DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7087 | 2026-09-15T08:36:25.422Z | DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7088 | 2026-09-15T08:36:25.422Z | |
| 7089 | 2026-09-15T08:36:25.422Z | initted freemap. size: 64Sep 15 08:36:23.575, Sep 15 08:36:23.575DEBG INFOunit Sep 15 08:36:23.575replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:25::/64 -> 2001:db8::55:ff |
| 7090 | 2026-09-15T08:36:25.422Z | |
| 7091 | 2026-09-15T08:36:25.422Z | INFO :adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7092 | 2026-09-15T08:36:25.423Z | freemap_route_ipv4Sep 15 08:36:23.575Sep 15 08:36:23.575 |
| 7093 | 2026-09-15T08:36:25.423Z | INFO Sep 15 08:36:23.575Sep 15 08:36:23.575adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7094 | 2026-09-15T08:36:25.423Z | DEBG DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7095 | 2026-09-15T08:36:25.423Z | |
| 7096 | 2026-09-15T08:36:25.423Z | reset freemapreplacing 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 15 08:36:23.575Sep 15 08:36:23.575 Sep 15 08:36:23.575 unitDEBG |
| 7097 | 2026-09-15T08:36:25.423Z | :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 } }] INFOfreemap_route_ipv4Sep 15 08:36:23.575 |
| 7098 | 2026-09-15T08:36:25.423Z | |
| 7099 | 2026-09-15T08:36:25.423Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7100 | 2026-09-15T08:36:25.423Z | |
| 7101 | 2026-09-15T08:36:25.423Z | Sep 15 08:36:23.575Sep 15 08:36:23.575 INFO DEBG Sep 15 08:36:23.575INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7102 | 2026-09-15T08:36:25.423Z | adding route 172.16.0.0/32 -> 10.0.0.3Sep 15 08:36:23.575INFO Sep 15 08:36:23.575DEBG DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7103 | 2026-09-15T08:36:25.423Z | initted freemap. size: 64 |
| 7104 | 2026-09-15T08:36:25.423Z | , unit |
| 7105 | 2026-09-15T08:36:25.423Z | :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 } }] |
| 7106 | 2026-09-15T08:36:25.423Z | freemap_route_ipv6Sep 15 08:36:23.576Sep 15 08:36:23.576 |
| 7107 | 2026-09-15T08:36:25.423Z | Sep 15 08:36:23.576 DEBGINFOSep 15 08:36:23.576 adding route 3fff:beef:27::/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 } }] |
| 7108 | 2026-09-15T08:36:25.423Z | |
| 7109 | 2026-09-15T08:36:25.423Z | DEBG Sep 15 08:36:23.576 Sep 15 08:36:23.576Sep 15 08:36:23.576 DEBGINFOINFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7110 | 2026-09-15T08:36:25.423Z | |
| 7111 | 2026-09-15T08:36:25.423Z | |
| 7112 | 2026-09-15T08:36:25.423Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7113 | 2026-09-15T08:36:25.423Z | reset freemapSep 15 08:36:23.576 , Sep 15 08:36:23.576unitINFOSep 15 08:36:23.576 :Sep 15 08:36:23.576 freemap_route_ipv6adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7114 | 2026-09-15T08:36:25.423Z | DEBGDEBG |
| 7115 | 2026-09-15T08:36:25.423Z | 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 } }, 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 15 08:36:23.576 |
| 7116 | 2026-09-15T08:36:25.423Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7117 | 2026-09-15T08:36:25.423Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7118 | 2026-09-15T08:36:25.423Z | Sep 15 08:36:23.576 |
| 7119 | 2026-09-15T08:36:25.423Z | Sep 15 08:36:23.576Sep 15 08:36:23.576INFO Sep 15 08:36:23.576INFO adding route 172.16.0.0/32 -> 10.0.0.1 DEBG |
| 7120 | 2026-09-15T08:36:25.423Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7121 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7122 | 2026-09-15T08:36:25.424Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7123 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576 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 } }]Sep 15 08:36:23.576 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 15 08:36:23.576 |
| 7124 | 2026-09-15T08:36:25.424Z | |
| 7125 | 2026-09-15T08:36:25.424Z | DEBGDEBGSep 15 08:36:23.576Sep 15 08:36:23.576 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOINFO 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.25/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7126 | 2026-09-15T08:36:25.424Z | |
| 7127 | 2026-09-15T08:36:25.424Z | |
| 7128 | 2026-09-15T08:36:25.424Z | |
| 7129 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576Sep 15 08:36:23.576Sep 15 08:36:23.576Sep 15 08:36:23.576 INFO DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 7130 | 2026-09-15T08:36:25.424Z | DEBG |
| 7131 | 2026-09-15T08:36:25.424Z | adding route 172.16.0.0/32 -> 10.0.0.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 } }] |
| 7132 | 2026-09-15T08:36:25.424Z | |
| 7133 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576Sep 15 08:36:23.576 DEBGINFO Sep 15 08:36:23.576Sep 15 08:36:23.576 DEBGINFOadding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7134 | 2026-09-15T08:36:25.424Z | |
| 7135 | 2026-09-15T08:36:25.424Z | adding route 3fff:beef:33::/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 } }] |
| 7136 | 2026-09-15T08:36:25.424Z | |
| 7137 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576 Sep 15 08:36:23.576INFO Sep 15 08:36:23.576Sep 15 08:36:23.576 DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGINFO |
| 7138 | 2026-09-15T08:36:25.424Z | 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 } }] |
| 7139 | 2026-09-15T08:36:25.424Z | adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7140 | 2026-09-15T08:36:25.424Z | |
| 7141 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576Sep 15 08:36:23.576 DEBG INFO Sep 15 08:36:23.576adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7142 | 2026-09-15T08:36:25.424Z | 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 15 08:36:23.576 |
| 7143 | 2026-09-15T08:36:25.424Z | INFO DEBG Sep 15 08:36:23.576Sep 15 08:36:23.576adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFODEBG 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:2c::/64 -> 2001:db8::55:ff |
| 7144 | 2026-09-15T08:36:25.424Z | |
| 7145 | 2026-09-15T08:36:25.424Z | 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 } }] |
| 7146 | 2026-09-15T08:36:25.424Z | |
| 7147 | 2026-09-15T08:36:25.424Z | Sep 15 08:36:23.576Sep 15 08:36:23.576Sep 15 08:36:23.576 INFODEBGINFO Sep 15 08:36:23.576 adding route 172.17.0.28/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 } }] |
| 7148 | 2026-09-15T08:36:25.425Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7149 | 2026-09-15T08:36:25.425Z | |
| 7150 | 2026-09-15T08:36:25.425Z | DEBG Sep 15 08:36:23.576replacing 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 } }] |
| 7151 | 2026-09-15T08:36:25.425Z | INFO Sep 15 08:36:23.576adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7152 | 2026-09-15T08:36:25.425Z | 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 } }]Sep 15 08:36:23.576Sep 15 08:36:23.576 |
| 7153 | 2026-09-15T08:36:25.425Z | INFO Sep 15 08:36:23.576 DEBGSep 15 08:36:23.576DEBG adding route 3fff:beef:35::/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 } }]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 |
| 7154 | 2026-09-15T08:36:25.425Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7155 | 2026-09-15T08:36:25.425Z | |
| 7156 | 2026-09-15T08:36:25.425Z | |
| 7157 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 15 08:36:23.576 |
| 7158 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576 INFODEBGSep 15 08:36:23.576Sep 15 08:36:23.576 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 } }]DEBGDEBG |
| 7159 | 2026-09-15T08:36:25.425Z | adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7160 | 2026-09-15T08:36:25.425Z | 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 } }] |
| 7161 | 2026-09-15T08:36:25.425Z | |
| 7162 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576 INFOSep 15 08:36:23.576 Sep 15 08:36:23.576 DEBGadding route 172.17.0.30/32 -> 10.0.0.255 INFOSep 15 08:36:23.576replacing 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 } }] |
| 7163 | 2026-09-15T08:36:25.425Z | INFO |
| 7164 | 2026-09-15T08:36:25.425Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 15 08:36:23.576 |
| 7165 | 2026-09-15T08:36:25.425Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 7166 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576replacing 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 15 08:36:23.576 |
| 7167 | 2026-09-15T08:36:25.425Z | DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7168 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576 |
| 7169 | 2026-09-15T08:36:25.425Z | INFOSep 15 08:36:23.576 INFOSep 15 08:36:23.576 adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7170 | 2026-09-15T08:36:25.425Z | DEBG |
| 7171 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576replacing 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 } }] |
| 7172 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.576 |
| 7173 | 2026-09-15T08:36:25.425Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG |
| 7174 | 2026-09-15T08:36:25.425Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7175 | 2026-09-15T08:36:25.426Z | 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 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 15 08:36:23.607 |
| 7176 | 2026-09-15T08:36:25.426Z | |
| 7177 | 2026-09-15T08:36:25.426Z | Sep 15 08:36:23.607 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7178 | 2026-09-15T08:36:25.426Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7179 | 2026-09-15T08:36:25.426Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607 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 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7180 | 2026-09-15T08:36:25.426Z | |
| 7181 | 2026-09-15T08:36:25.426Z | 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 } }] |
| 7182 | 2026-09-15T08:36:25.426Z | Sep 15 08:36:23.607 INFOSep 15 08:36:23.576 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7183 | 2026-09-15T08:36:25.426Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607Sep 15 08:36:23.607Sep 15 08:36:23.607DEBG created new freemapDEBGDEBGINFOINFO , 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 } }] unitadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7184 | 2026-09-15T08:36:25.426Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7185 | 2026-09-15T08:36:25.426Z | : DEBG freemap_route_ipv4 |
| 7186 | 2026-09-15T08:36:25.426Z | |
| 7187 | 2026-09-15T08:36:25.430Z | 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 } }] |
| 7188 | 2026-09-15T08:36:25.430Z | 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 15 08:36:23.607 |
| 7189 | 2026-09-15T08:36:25.430Z | Sep 15 08:36:23.607 DEBG Sep 15 08:36:23.607INFO adding route 172.17.0.34/32 -> 10.0.0.255Sep 15 08:36:23.607Sep 15 08:36:23.607 |
| 7190 | 2026-09-15T08:36:25.430Z | INFOINFO DEBG Sep 15 08:36:23.607 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7191 | 2026-09-15T08:36:25.430Z | Sep 15 08:36:23.607 |
| 7192 | 2026-09-15T08:36:25.430Z | DEBG |
| 7193 | 2026-09-15T08:36:25.431Z | DEBG |
| 7194 | 2026-09-15T08:36:25.431Z | 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 } }] |
| 7195 | 2026-09-15T08:36:25.431Z | created new freemap, unit:Sep 15 08:36:23.607 Sep 15 08:36:23.607Sep 15 08:36:23.607Sep 15 08:36:23.607 INFO freemap_route_ipv6INFODEBGDEBG |
| 7196 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607adding route 172.17.0.35/32 -> 10.0.0.255 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7197 | 2026-09-15T08:36:25.431Z | 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 } }] |
| 7198 | 2026-09-15T08:36:25.431Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7199 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7200 | 2026-09-15T08:36:25.431Z | |
| 7201 | 2026-09-15T08:36:25.431Z | DEBGSep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607INFO DEBGINFO initted freemap. size: 64replacing 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 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7202 | 2026-09-15T08:36:25.431Z | unit |
| 7203 | 2026-09-15T08:36:25.431Z | : adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7204 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607Sep 15 08:36:23.607DEBG |
| 7205 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607 DEBG INFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7206 | 2026-09-15T08:36:25.431Z | DEBG |
| 7207 | 2026-09-15T08:36:25.431Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 172.17.0.36/32 -> 10.0.0.255 |
| 7208 | 2026-09-15T08:36:25.431Z | |
| 7209 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 |
| 7210 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGSep 15 08:36:23.607Sep 15 08:36:23.607 DEBG |
| 7211 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607reset freemap 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 } }]INFOINFO , |
| 7212 | 2026-09-15T08:36:25.431Z | unit: adding route 172.17.0.6/32 -> 10.0.0.255 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 15 08:36:23.607Sep 15 08:36:23.607 |
| 7213 | 2026-09-15T08:36:25.431Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7214 | 2026-09-15T08:36:25.431Z | DEBG |
| 7215 | 2026-09-15T08:36:25.431Z | freemap_route_ipv4INFO |
| 7216 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7217 | 2026-09-15T08:36:25.431Z | 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 15 08:36:23.607 |
| 7218 | 2026-09-15T08:36:25.431Z | Sep 15 08:36:23.607 |
| 7219 | 2026-09-15T08:36:25.431Z | DEBG DEBGinitted freemap. size: 64 Sep 15 08:36:23.607Sep 15 08:36:23.607, unitDEBG:replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7220 | 2026-09-15T08:36:25.432Z | freemap_route_ipv6 |
| 7221 | 2026-09-15T08:36:25.432Z | INFOSep 15 08:36:23.607 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 15 08:36:23.607 |
| 7222 | 2026-09-15T08:36:25.432Z | Sep 15 08:36:23.607 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 } }] |
| 7223 | 2026-09-15T08:36:25.432Z | INFO Sep 15 08:36:23.607adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7224 | 2026-09-15T08:36:25.432Z | |
| 7225 | 2026-09-15T08:36:25.432Z | DEBGSep 15 08:36:23.607 DEBG INFOreset freemap, Sep 15 08:36:23.607unit Sep 15 08:36:23.607replacing 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 } }] |
| 7226 | 2026-09-15T08:36:25.432Z | DEBG: Sep 15 08:36:23.607 freemap_route_ipv6INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7227 | 2026-09-15T08:36:25.432Z | adding route 172.17.0.7/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 } }] |
| 7228 | 2026-09-15T08:36:25.432Z | |
| 7229 | 2026-09-15T08:36:25.432Z | Sep 15 08:36:23.607INFO INFOSep 15 08:36:23.607 |
| 7230 | 2026-09-15T08:36:25.432Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7231 | 2026-09-15T08:36:25.432Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGSep 15 08:36:23.607 INFO Sep 15 08:36:23.607 |
| 7232 | 2026-09-15T08:36:25.432Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOSep 15 08:36:23.607 |
| 7233 | 2026-09-15T08:36:25.432Z | adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7234 | 2026-09-15T08:36:25.432Z | |
| 7235 | 2026-09-15T08:36:25.432Z | Sep 15 08:36:23.607Sep 15 08:36:23.607DEBGSep 15 08:36:23.607 Sep 15 08:36:23.607DEBGSep 15 08:36:23.607 DEBGDEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 7236 | 2026-09-15T08:36:25.432Z | |
| 7237 | 2026-09-15T08:36:25.432Z | |
| 7238 | 2026-09-15T08:36:25.432Z | 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7239 | 2026-09-15T08:36:25.432Z | |
| 7240 | 2026-09-15T08:36:25.432Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 INFO |
| 7241 | 2026-09-15T08:36:25.432Z | INFOSep 15 08:36:23.607adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Sep 15 08:36:23.607 |
| 7242 | 2026-09-15T08:36:25.432Z | adding route 172.17.0.40/32 -> 10.0.0.255 DEBG |
| 7243 | 2026-09-15T08:36:25.432Z | failed to allocate space for the new target listSep 15 08:36:23.607INFO |
| 7244 | 2026-09-15T08:36:25.432Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:36:23.607 |
| 7245 | 2026-09-15T08:36:25.432Z | DEBG Sep 15 08:36:23.607replacing 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 Sep 15 08:36:23.607 |
| 7246 | 2026-09-15T08:36:25.432Z | 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 } }] |
| 7247 | 2026-09-15T08:36:25.433Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 7248 | 2026-09-15T08:36:25.433Z | Sep 15 08:36:23.607adding route 172.17.0.8/32 -> 10.0.0.255 Sep 15 08:36:23.607 |
| 7249 | 2026-09-15T08:36:25.433Z | 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 } }]Sep 15 08:36:23.607 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7250 | 2026-09-15T08:36:25.433Z | DEBG |
| 7251 | 2026-09-15T08:36:25.433Z | 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 15 08:36:23.607 |
| 7252 | 2026-09-15T08:36:25.433Z | DEBGSep 15 08:36:23.607 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 15 08:36:23.607 Sep 15 08:36:23.607 |
| 7253 | 2026-09-15T08:36:25.433Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7254 | 2026-09-15T08:36:25.433Z | DEBGSep 15 08:36:23.607 INFODEBG 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 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7255 | 2026-09-15T08:36:25.433Z | |
| 7256 | 2026-09-15T08:36:25.433Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7257 | 2026-09-15T08:36:25.433Z | 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 } }] |
| 7258 | 2026-09-15T08:36:25.433Z | |
| 7259 | 2026-09-15T08:36:25.433Z | Sep 15 08:36:23.607INFO DEBG Sep 15 08:36:23.607 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7260 | 2026-09-15T08:36:25.433Z | 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 15 08:36:23.607 |
| 7261 | 2026-09-15T08:36:25.433Z | adding route 172.17.0.9/32 -> 10.0.0.255Sep 15 08:36:23.607 |
| 7262 | 2026-09-15T08:36:25.433Z | INFO Sep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607adding route 172.17.0.42/32 -> 10.0.0.255INFODEBG DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7263 | 2026-09-15T08:36:25.433Z | |
| 7264 | 2026-09-15T08:36:25.433Z | 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 } }] 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 } }]Sep 15 08:36:23.607 DEBG |
| 7265 | 2026-09-15T08:36:25.433Z | |
| 7266 | 2026-09-15T08:36:25.433Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:36:23.607 |
| 7267 | 2026-09-15T08:36:25.433Z | 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 |
| 7268 | 2026-09-15T08:36:25.433Z | 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 } }] |
| 7269 | 2026-09-15T08:36:25.433Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607 Sep 15 08:36:23.607INFOSep 15 08:36:23.607 INFOINFO INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 7270 | 2026-09-15T08:36:25.433Z | INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7271 | 2026-09-15T08:36:25.433Z | |
| 7272 | 2026-09-15T08:36:25.433Z | Sep 15 08:36:23.607adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7273 | 2026-09-15T08:36:25.433Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG |
| 7274 | 2026-09-15T08:36:25.433Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 DEBGDEBG Sep 15 08:36:23.607replacing 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.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7275 | 2026-09-15T08:36:25.434Z | |
| 7276 | 2026-09-15T08:36:25.434Z | 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 |
| 7277 | 2026-09-15T08:36:25.434Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7278 | 2026-09-15T08:36:25.434Z | Sep 15 08:36:23.607 Sep 15 08:36:23.607INFOSep 15 08:36:23.607 Sep 15 08:36:23.607adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7279 | 2026-09-15T08:36:25.434Z | INFOINFODEBGSep 15 08:36:23.607 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:3a::/64 -> 2001:db8::55:ff |
| 7280 | 2026-09-15T08:36:25.434Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7281 | 2026-09-15T08:36:25.434Z | DEBG |
| 7282 | 2026-09-15T08:36:25.434Z | Sep 15 08:36:23.607Sep 15 08:36:23.607 Sep 15 08:36:23.607Sep 15 08:36:23.607INFO replacing targets for 3fff:dead::/64 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 Sep 15 08:36:23.608replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 7283 | 2026-09-15T08:36:25.434Z | DEBG created new freemap , 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 } }]unitSep 15 08:36:23.616 |
| 7284 | 2026-09-15T08:36:25.434Z | INFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7285 | 2026-09-15T08:36:25.434Z | |
| 7286 | 2026-09-15T08:36:25.434Z | Sep 15 08:36:23.616 INFOSep 15 08:36:23.616 Sep 15 08:36:23.616adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7287 | 2026-09-15T08:36:25.439Z | DEBG DEBG created new freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Sep 15 08:36:23.616 |
| 7288 | 2026-09-15T08:36:25.439Z | unitDEBG: 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 } }] |
| 7289 | 2026-09-15T08:36:25.439Z | Sep 15 08:36:23.616 freemap_route_ipv6INFO |
| 7290 | 2026-09-15T08:36:25.439Z | Sep 15 08:36:23.616 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7291 | 2026-09-15T08:36:25.439Z | INFO Sep 15 08:36:23.616 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 7292 | 2026-09-15T08:36:25.439Z | initted freemap. size: 64Sep 15 08:36:23.616, unitDEBGSep 15 08:36:23.616 : 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 } }] DEBGfreemap_route_ipv4 |
| 7293 | 2026-09-15T08:36:25.439Z | |
| 7294 | 2026-09-15T08:36:25.439Z | 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 } }] |
| 7295 | 2026-09-15T08:36:25.439Z | Sep 15 08:36:23.616 Sep 15 08:36:23.616DEBG DEBGreset freemap , failed to allocate space for the new target listunit |
| 7296 | 2026-09-15T08:36:25.439Z | :Sep 15 08:36:23.616 freemap_route_ipv4INFO |
| 7297 | 2026-09-15T08:36:25.439Z | Sep 15 08:36:23.616adding route 172.17.0.14/32 -> 10.0.0.255 DEBG |
| 7298 | 2026-09-15T08:36:25.439Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7299 | 2026-09-15T08:36:25.439Z | Sep 15 08:36:23.616DEBGSep 15 08:36:23.616 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 |
| 7300 | 2026-09-15T08:36:25.439Z | 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 } }] |
| 7301 | 2026-09-15T08:36:25.439Z | initted freemap. size: 64, Sep 15 08:36:23.616unit :INFO Sep 15 08:36:23.616adding route 172.17.0.45/32 -> 10.0.0.255freemap_route_ipv6 |
| 7302 | 2026-09-15T08:36:25.439Z | |
| 7303 | 2026-09-15T08:36:25.439Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Sep 15 08:36:23.616 |
| 7304 | 2026-09-15T08:36:25.439Z | DEBGSep 15 08:36:23.616 DEBGreset freemap , 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 15 08:36:23.616 |
| 7305 | 2026-09-15T08:36:25.439Z | unit: DEBG freemap_route_ipv6Sep 15 08:36:23.616replacing 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 } }] |
| 7306 | 2026-09-15T08:36:25.439Z | INFO |
| 7307 | 2026-09-15T08:36:25.439Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7308 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616 INFO Sep 15 08:36:23.616 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7309 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616adding route 172.17.0.16/32 -> 10.0.0.255Sep 15 08:36:23.616 |
| 7310 | 2026-09-15T08:36:25.440Z | 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 } }]Sep 15 08:36:23.616replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7311 | 2026-09-15T08:36:25.440Z | DEBG |
| 7312 | 2026-09-15T08:36:25.440Z | |
| 7313 | 2026-09-15T08:36:25.440Z | 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 15 08:36:23.616 |
| 7314 | 2026-09-15T08:36:25.440Z | INFO Sep 15 08:36:23.616adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7315 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616INFO Sep 15 08:36:23.616DEBG INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:dead::/64 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 } }] |
| 7316 | 2026-09-15T08:36:25.440Z | |
| 7317 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7318 | 2026-09-15T08:36:25.440Z | DEBG Sep 15 08:36:23.616replacing 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 } }] |
| 7319 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616WARN Sep 15 08:36:23.616shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7320 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.48/32 -> 10.0.0.255Sep 15 08:36:23.616 |
| 7321 | 2026-09-15T08:36:25.440Z | |
| 7322 | 2026-09-15T08:36:25.440Z | ERROreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7323 | 2026-09-15T08:36:25.440Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 15 08:36:23.616Sep 15 08:36:23.616 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 } }] |
| 7324 | 2026-09-15T08:36:25.440Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7325 | 2026-09-15T08:36:25.440Z | |
| 7326 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616Sep 15 08:36:23.616 INFOSep 15 08:36:23.616 adding route 172.17.0.49/32 -> 10.0.0.255Sep 15 08:36:23.616DEBG |
| 7327 | 2026-09-15T08:36:25.440Z | 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 } }]ERRO |
| 7328 | 2026-09-15T08:36:25.440Z | INFOSep 15 08:36:23.616 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 itDEBGSep 15 08:36:23.616 |
| 7329 | 2026-09-15T08:36:25.440Z | 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7330 | 2026-09-15T08:36:25.440Z | |
| 7331 | 2026-09-15T08:36:25.440Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7332 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616 DEBGSep 15 08:36:23.616 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7333 | 2026-09-15T08:36:25.440Z | Sep 15 08:36:23.616 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 } }]Sep 15 08:36:23.616 |
| 7334 | 2026-09-15T08:36:25.440Z | DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7335 | 2026-09-15T08:36:25.441Z | |
| 7336 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616 INFO Sep 15 08:36:23.616 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7337 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616 INFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7338 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616 |
| 7339 | 2026-09-15T08:36:25.441Z | DEBG Sep 15 08:36:23.616replacing 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 } }] |
| 7340 | 2026-09-15T08:36:25.441Z | 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 } }] |
| 7341 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616Sep 15 08:36:23.616Sep 15 08:36:23.616 INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 INFO |
| 7342 | 2026-09-15T08:36:25.441Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7343 | 2026-09-15T08:36:25.441Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7344 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616 DEBG Sep 15 08:36:23.616replacing 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 15 08:36:23.616 |
| 7345 | 2026-09-15T08:36:25.441Z | |
| 7346 | 2026-09-15T08:36:25.441Z | DEBGINFO Sep 15 08:36:23.616 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 7347 | 2026-09-15T08:36:25.441Z | test route::tests::add_target_fails_full ... ok |
| 7348 | 2026-09-15T08:36:25.441Z | 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.53/32 -> 10.0.0.255 |
| 7349 | 2026-09-15T08:36:25.441Z | |
| 7350 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616 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 } }]Sep 15 08:36:23.616 |
| 7351 | 2026-09-15T08:36:25.441Z | 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 } }] |
| 7352 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.616 INFOSep 15 08:36:23.616Sep 15 08:36:23.616 INFO WARN adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7353 | 2026-09-15T08:36:25.441Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 15 08:36:23.617Sep 15 08:36:23.617 |
| 7354 | 2026-09-15T08:36:25.441Z | INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7355 | 2026-09-15T08:36:25.441Z | 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 } }] |
| 7356 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.617Sep 15 08:36:23.617 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.2/32 -> 10.0.0.255 |
| 7357 | 2026-09-15T08:36:25.441Z | |
| 7358 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.617 INFO adding route 172.17.0.23/32 -> 10.0.0.255Sep 15 08:36:23.617 |
| 7359 | 2026-09-15T08:36:25.441Z | 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 } }] |
| 7360 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.617 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Sep 15 08:36:23.617replacing 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 } }] |
| 7361 | 2026-09-15T08:36:25.441Z | INFO |
| 7362 | 2026-09-15T08:36:25.441Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7363 | 2026-09-15T08:36:25.441Z | Sep 15 08:36:23.617Sep 15 08:36:23.617 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7364 | 2026-09-15T08:36:25.442Z | |
| 7365 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617Sep 15 08:36:23.617Sep 15 08:36:23.617 DEBGINFO adding route 172.17.0.54/32 -> 10.0.0.255 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.4/32 -> 10.0.0.255 |
| 7366 | 2026-09-15T08:36:25.442Z | |
| 7367 | 2026-09-15T08:36:25.442Z | DEBG |
| 7368 | 2026-09-15T08:36:25.442Z | 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 } }] |
| 7369 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617Sep 15 08:36:23.617 Sep 15 08:36:23.617 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:36:23.617 |
| 7370 | 2026-09-15T08:36:25.442Z | |
| 7371 | 2026-09-15T08:36:25.442Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 7372 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617replacing 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 } }] |
| 7373 | 2026-09-15T08:36:25.442Z | INFO Sep 15 08:36:23.617Sep 15 08:36:23.617adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7374 | 2026-09-15T08:36:25.442Z | DEBGDEBGSep 15 08:36:23.617 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 } }] |
| 7375 | 2026-09-15T08:36:25.442Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Sep 15 08:36:23.617 |
| 7376 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 7377 | 2026-09-15T08:36:25.442Z | |
| 7378 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617 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 |
| 7379 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617Sep 15 08:36:23.617 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 |
| 7380 | 2026-09-15T08:36:25.442Z | INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:36:23.617 |
| 7381 | 2026-09-15T08:36:25.442Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7382 | 2026-09-15T08:36:25.442Z | INFOSep 15 08:36:23.617 Sep 15 08:36:23.617INFO adding route 172.17.0.6/32 -> 10.0.0.255INFOSep 15 08:36:23.617 |
| 7383 | 2026-09-15T08:36:25.442Z | 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 } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7384 | 2026-09-15T08:36:25.442Z | |
| 7385 | 2026-09-15T08:36:25.442Z | Sep 15 08:36:23.617 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 7386 | 2026-09-15T08:36:25.442Z | 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 15 08:36:23.617 |
| 7387 | 2026-09-15T08:36:25.447Z | INFOSep 15 08:36:23.617 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 7388 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.617Sep 15 08:36:23.617 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7389 | 2026-09-15T08:36:25.447Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 7390 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.617replacing 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 } }] |
| 7391 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.617Sep 15 08:36:23.617 DEBGSep 15 08:36:23.617 DEBGcreated new freemapSep 15 08:36:23.624 , 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 } }]unit INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255: |
| 7392 | 2026-09-15T08:36:25.447Z | freemap_route_ipv4 |
| 7393 | 2026-09-15T08:36:25.447Z | |
| 7394 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.624 DEBG |
| 7395 | 2026-09-15T08:36:25.447Z | 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 } }] |
| 7396 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.617Sep 15 08:36:23.624 DEBGSep 15 08:36:23.624 Sep 15 08:36:23.624INFO created new freemapDEBGSep 15 08:36:23.624 , adding route 172.17.0.58/32 -> 10.0.0.255unitINFO |
| 7397 | 2026-09-15T08:36:25.447Z | : DEBG adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7398 | 2026-09-15T08:36:25.447Z | 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 } }]created new freemapfreemap_route_ipv4 |
| 7399 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.624 , DEBG |
| 7400 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.624unit : Sep 15 08:36:23.624 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 } }] adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7401 | 2026-09-15T08:36:25.447Z | |
| 7402 | 2026-09-15T08:36:25.447Z | freemap_route_ipv6 |
| 7403 | 2026-09-15T08:36:25.447Z | 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 } }] |
| 7404 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.624Sep 15 08:36:23.624 DEBGDEBGSep 15 08:36:23.624Sep 15 08:36:23.624 created new freemapINFOreplacing 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 } }], INFOunit |
| 7405 | 2026-09-15T08:36:25.447Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7406 | 2026-09-15T08:36:25.447Z | adding route 172.17.0.9/32 -> 10.0.0.255:Sep 15 08:36:23.624 |
| 7407 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.624 freemap_route_ipv6DEBGSep 15 08:36:23.624 |
| 7408 | 2026-09-15T08:36:25.447Z | Sep 15 08:36:23.624DEBG INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255initted freemap. size: 64 |
| 7409 | 2026-09-15T08:36:25.447Z | , |
| 7410 | 2026-09-15T08:36:25.447Z | DEBGunit :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 15 08:36:23.625 |
| 7411 | 2026-09-15T08:36:25.448Z | Sep 15 08:36:23.625 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255Sep 15 08:36:23.625replacing 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 } }] |
| 7412 | 2026-09-15T08:36:25.448Z | DEBG |
| 7413 | 2026-09-15T08:36:25.448Z | initted freemap. size: 64 Sep 15 08:36:23.625Sep 15 08:36:23.625Sep 15 08:36:23.625 , INFODEBGunit INFOfreemap_route_ipv4 : |
| 7414 | 2026-09-15T08:36:25.448Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7415 | 2026-09-15T08:36:25.448Z | |
| 7416 | 2026-09-15T08:36:25.448Z | freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7417 | 2026-09-15T08:36:25.448Z | |
| 7418 | 2026-09-15T08:36:25.448Z | Sep 15 08:36:23.625 Sep 15 08:36:23.625Sep 15 08:36:23.625INFOSep 15 08:36:23.625 DEBG DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 7419 | 2026-09-15T08:36:25.448Z | 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 } }] |
| 7420 | 2026-09-15T08:36:25.448Z | reset freemapSep 15 08:36:23.625Sep 15 08:36:23.625 , DEBG Sep 15 08:36:23.625replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7421 | 2026-09-15T08:36:25.448Z | INFOunit : adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7422 | 2026-09-15T08:36:25.448Z | 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 15 08:36:23.625 |
| 7423 | 2026-09-15T08:36:25.448Z | freemap_route_ipv4INFO |
| 7424 | 2026-09-15T08:36:25.448Z | adding route 172.17.0.62/32 -> 10.0.0.255Sep 15 08:36:23.625 |
| 7425 | 2026-09-15T08:36:25.448Z | DEBG Sep 15 08:36:23.625Sep 15 08:36:23.625replacing 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 15 08:36:23.625 |
| 7426 | 2026-09-15T08:36:25.448Z | DEBGDEBG initted freemap. size: 64 , Sep 15 08:36:23.625replacing 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 } }]unit : |
| 7427 | 2026-09-15T08:36:25.448Z | freemap_route_ipv6INFO |
| 7428 | 2026-09-15T08:36:25.448Z | INFO Sep 15 08:36:23.625adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7429 | 2026-09-15T08:36:25.448Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7430 | 2026-09-15T08:36:25.448Z | Sep 15 08:36:23.625adding route 172.17.0.63/32 -> 10.0.0.255 Sep 15 08:36:23.625DEBGSep 15 08:36:23.625 |
| 7431 | 2026-09-15T08:36:25.448Z | DEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:36:23.625reset freemap , |
| 7432 | 2026-09-15T08:36:25.448Z | unit: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 } }] freemap_route_ipv6replacing 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 15 08:36:23.625 |
| 7433 | 2026-09-15T08:36:25.448Z | |
| 7434 | 2026-09-15T08:36:25.448Z | INFO |
| 7435 | 2026-09-15T08:36:25.448Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7436 | 2026-09-15T08:36:25.448Z | Sep 15 08:36:23.625Sep 15 08:36:23.625 INFODEBGSep 15 08:36:23.625 Sep 15 08:36:23.625failed to allocate space for the new target list |
| 7437 | 2026-09-15T08:36:25.448Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG adding route 172.17.0.12/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 } }] |
| 7438 | 2026-09-15T08:36:25.448Z | |
| 7439 | 2026-09-15T08:36:25.449Z | |
| 7440 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625Sep 15 08:36:23.625 Sep 15 08:36:23.625DEBG Sep 15 08:36:23.625DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, 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 } }] |
| 7441 | 2026-09-15T08:36:25.449Z | |
| 7442 | 2026-09-15T08:36:25.449Z | 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 } }] |
| 7443 | 2026-09-15T08:36:25.449Z | adding route 172.17.0.35/32 -> 10.0.0.255Sep 15 08:36:23.625 |
| 7444 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625DEBG INFOfailed to allocate space for the new target list |
| 7445 | 2026-09-15T08:36:25.449Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:36:23.625Sep 15 08:36:23.625 |
| 7446 | 2026-09-15T08:36:25.449Z | DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7447 | 2026-09-15T08:36:25.449Z | adding route 172.17.0.13/32 -> 10.0.0.255Sep 15 08:36:23.625 |
| 7448 | 2026-09-15T08:36:25.449Z | DEBGSep 15 08:36:23.625 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7449 | 2026-09-15T08:36:25.449Z | DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7450 | 2026-09-15T08:36:25.449Z | 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 15 08:36:23.625 |
| 7451 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 15 08:36:23.625 |
| 7452 | 2026-09-15T08:36:25.449Z | |
| 7453 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 7454 | 2026-09-15T08:36:25.449Z | reset freemapSep 15 08:36:23.625, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:36:23.625 |
| 7455 | 2026-09-15T08:36:25.449Z | freemap_route_ipv4DEBG |
| 7456 | 2026-09-15T08:36:25.449Z | 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 } }] |
| 7457 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625Sep 15 08:36:23.625 Sep 15 08:36:23.625INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 7458 | 2026-09-15T08:36:25.449Z | adding route 172.17.0.14/32 -> 10.0.0.255Sep 15 08:36:23.625 INFOinitted freemap. size: 64 |
| 7459 | 2026-09-15T08:36:25.449Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff, |
| 7460 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625unit Sep 15 08:36:23.625DEBG Sep 15 08:36:23.625 :DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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_ipv6replacing 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 } }] |
| 7461 | 2026-09-15T08:36:25.449Z | 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 } }] |
| 7462 | 2026-09-15T08:36:25.449Z | |
| 7463 | 2026-09-15T08:36:25.449Z | |
| 7464 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625Sep 15 08:36:23.625 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7465 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625 |
| 7466 | 2026-09-15T08:36:25.449Z | Sep 15 08:36:23.625DEBG reset freemapSep 15 08:36:23.625DEBG replacing targets for 3fff:dead::/64 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, |
| 7467 | 2026-09-15T08:36:25.450Z | Sep 15 08:36:23.625 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 |
| 7468 | 2026-09-15T08:36:25.450Z | 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 } }]unit |
| 7469 | 2026-09-15T08:36:25.450Z | : Sep 15 08:36:23.625 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 15 08:36:23.625 |
| 7470 | 2026-09-15T08:36:25.450Z | freemap_route_ipv6 |
| 7471 | 2026-09-15T08:36:25.450Z | INFO Sep 15 08:36:23.625 adding route 172.17.0.16/32 -> 10.0.0.255Sep 15 08:36:23.625 |
| 7472 | 2026-09-15T08:36:25.450Z | DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7473 | 2026-09-15T08:36:25.450Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:36:23.625 |
| 7474 | 2026-09-15T08:36:25.450Z | 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 15 08:36:23.625 |
| 7475 | 2026-09-15T08:36:25.450Z | Sep 15 08:36:23.625INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 7476 | 2026-09-15T08:36:25.450Z | Sep 15 08:36:23.625replacing 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 } }] |
| 7477 | 2026-09-15T08:36:25.450Z | INFO Sep 15 08:36:23.625 DEBG Sep 15 08:36:23.625replacing 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 } }] |
| 7478 | 2026-09-15T08:36:25.450Z | adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 7479 | 2026-09-15T08:36:25.450Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:36:23.625 |
| 7480 | 2026-09-15T08:36:25.450Z | INFO Sep 15 08:36:23.625 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 7481 | 2026-09-15T08:36:25.450Z | 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 15 08:36:23.625 |
| 7482 | 2026-09-15T08:36:25.450Z | Sep 15 08:36:23.625DEBG 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 } }] Sep 15 08:36:23.625replacing 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 } }] |
| 7483 | 2026-09-15T08:36:25.450Z | INFO |
| 7484 | 2026-09-15T08:36:25.450Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7485 | 2026-09-15T08:36:25.450Z | Sep 15 08:36:23.625 INFOSep 15 08:36:23.625 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7486 | 2026-09-15T08:36:25.450Z | DEBG Sep 15 08:36:23.625replacing 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 15 08:36:23.625 |
| 7487 | 2026-09-15T08:36:25.455Z | 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 } }]INFOSep 15 08:36:23.625 |
| 7488 | 2026-09-15T08:36:25.455Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7489 | 2026-09-15T08:36:25.455Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 7490 | 2026-09-15T08:36:25.455Z | |
| 7491 | 2026-09-15T08:36:25.455Z | Sep 15 08:36:23.625Sep 15 08:36:23.625 INFODEBG adding route 172.17.0.37/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 } }] |
| 7492 | 2026-09-15T08:36:25.455Z | |
| 7493 | 2026-09-15T08:36:25.455Z | Sep 15 08:36:23.625 DEBGSep 15 08:36:23.625 Sep 15 08:36:23.625replacing 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 |
| 7494 | 2026-09-15T08:36:25.455Z | Sep 15 08:36:23.625 DEBGadding route 172.16.0.0/32 -> 10.0.0.2Sep 15 08:36:23.625INFO |
| 7495 | 2026-09-15T08:36:25.455Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 7496 | 2026-09-15T08:36:25.455Z | |
| 7497 | 2026-09-15T08:36:25.455Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7498 | 2026-09-15T08:36:25.455Z | Sep 15 08:36:23.625Sep 15 08:36:23.625 DEBGDEBG Sep 15 08:36:23.625 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7499 | 2026-09-15T08:36:25.455Z | Sep 15 08:36:23.625 INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7500 | 2026-09-15T08:36:25.455Z | |
| 7501 | 2026-09-15T08:36:25.455Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7502 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.632Sep 15 08:36:23.632 Sep 15 08:36:23.632INFO INFOSep 15 08:36:23.632 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG |
| 7503 | 2026-09-15T08:36:25.456Z | adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.0/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 } }] |
| 7504 | 2026-09-15T08:36:25.456Z | |
| 7505 | 2026-09-15T08:36:25.456Z | |
| 7506 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.632Sep 15 08:36:23.632 Sep 15 08:36:23.617DEBG 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 } }]created new freemapSep 15 08:36:23.632Sep 15 08:36:23.632replacing 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 } }], |
| 7507 | 2026-09-15T08:36:25.456Z | unit INFO: |
| 7508 | 2026-09-15T08:36:25.456Z | freemap_route_ipv4 |
| 7509 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.632 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 7510 | 2026-09-15T08:36:25.456Z | DEBGSep 15 08:36:23.632 adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 7511 | 2026-09-15T08:36:25.456Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7512 | 2026-09-15T08:36:25.456Z | |
| 7513 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.632Sep 15 08:36:23.632Sep 15 08:36:23.632 DEBG DEBGSep 15 08:36:23.632 Sep 15 08:36:23.632created new freemap 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 } }]unit |
| 7514 | 2026-09-15T08:36:25.456Z | 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 } }]freemap_route_ipv6replacing 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 } }] |
| 7515 | 2026-09-15T08:36:25.456Z | |
| 7516 | 2026-09-15T08:36:25.456Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7517 | 2026-09-15T08:36:25.456Z | |
| 7518 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.632Sep 15 08:36:23.632Sep 15 08:36:23.632 INFO DEBGSep 15 08:36:23.632adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 7519 | 2026-09-15T08:36:25.456Z | initted freemap. size: 64 , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffunitINFO |
| 7520 | 2026-09-15T08:36:25.456Z | : adding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv4 |
| 7521 | 2026-09-15T08:36:25.456Z | |
| 7522 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.633Sep 15 08:36:23.633 DEBGDEBG Sep 15 08:36:23.633 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7523 | 2026-09-15T08:36:25.456Z | Sep 15 08:36:23.633DEBG |
| 7524 | 2026-09-15T08:36:25.456Z | 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 } }] |
| 7525 | 2026-09-15T08:36:25.456Z | DEBG Sep 15 08:36:23.633Sep 15 08:36:23.633 INFOINFO Sep 15 08:36:23.633 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreset freemap |
| 7526 | 2026-09-15T08:36:25.456Z | adding route 172.17.0.24/32 -> 10.0.0.255, unitINFO: adding route 172.17.0.41/32 -> 10.0.0.255Sep 15 08:36:23.633 |
| 7527 | 2026-09-15T08:36:25.456Z | freemap_route_ipv4DEBG |
| 7528 | 2026-09-15T08:36:25.456Z | 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 } }] |
| 7529 | 2026-09-15T08:36:25.456Z | |
| 7530 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633Sep 15 08:36:23.633 Sep 15 08:36:23.633DEBG DEBGSep 15 08:36:23.633DEBG 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 } }] initted freemap. size: 64adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff , |
| 7531 | 2026-09-15T08:36:25.457Z | |
| 7532 | 2026-09-15T08:36:25.457Z | unit:replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7533 | 2026-09-15T08:36:25.457Z | freemap_route_ipv6Sep 15 08:36:23.633 |
| 7534 | 2026-09-15T08:36:25.457Z | 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 } }] |
| 7535 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633Sep 15 08:36:23.633 DEBGSep 15 08:36:23.633 INFOreset freemapINFO, unitadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7536 | 2026-09-15T08:36:25.457Z | : adding route 172.17.0.42/32 -> 10.0.0.255freemap_route_ipv6 |
| 7537 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633 |
| 7538 | 2026-09-15T08:36:25.457Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 15 08:36:23.633 |
| 7539 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633DEBGSep 15 08:36:23.633 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 } }] |
| 7540 | 2026-09-15T08:36:25.457Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 7541 | 2026-09-15T08:36:25.457Z | |
| 7542 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633 Sep 15 08:36:23.633DEBGSep 15 08:36:23.633Sep 15 08:36:23.633 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 } }]INFO |
| 7543 | 2026-09-15T08:36:25.457Z | INFO DEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7544 | 2026-09-15T08:36:25.457Z | |
| 7545 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 7546 | 2026-09-15T08:36:25.457Z | |
| 7547 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633Sep 15 08:36:23.633 INFODEBG Sep 15 08:36:23.633 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:36:23.633 |
| 7548 | 2026-09-15T08:36:25.457Z | 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 } }] |
| 7549 | 2026-09-15T08:36:25.457Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7550 | 2026-09-15T08:36:25.457Z | 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 15 08:36:23.633 |
| 7551 | 2026-09-15T08:36:25.457Z | DEBG 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 } }] |
| 7552 | 2026-09-15T08:36:25.457Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 15 08:36:23.633 |
| 7553 | 2026-09-15T08:36:25.457Z | Sep 15 08:36:23.633INFO INFOSep 15 08:36:23.633 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Sep 15 08:36:23.633replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7554 | 2026-09-15T08:36:25.457Z | INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7555 | 2026-09-15T08:36:25.457Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 7556 | 2026-09-15T08:36:25.457Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7557 | 2026-09-15T08:36:25.457Z | |
| 7558 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.633Sep 15 08:36:23.633 Sep 15 08:36:23.633DEBG DEBG 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 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 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 } }] |
| 7559 | 2026-09-15T08:36:25.458Z | |
| 7560 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.633 |
| 7561 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.640 Sep 15 08:36:23.640DEBG Sep 15 08:36:23.640created new freemap , unitINFO:Sep 15 08:36:23.640DEBG freemap_route_ipv4adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7562 | 2026-09-15T08:36:25.458Z | INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7563 | 2026-09-15T08:36:25.458Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7564 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.626Sep 15 08:36:23.625 DEBGDEBGSep 15 08:36:23.640 Sep 15 08:36:23.640 |
| 7565 | 2026-09-15T08:36:25.458Z | created new freemapcreated new freemapDEBGINFO, , Sep 15 08:36:23.640adding route 172.17.0.2/32 -> 10.0.0.255unit : |
| 7566 | 2026-09-15T08:36:25.458Z | unitDEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 : |
| 7567 | 2026-09-15T08:36:25.458Z | |
| 7568 | 2026-09-15T08:36:25.458Z | 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 } }] |
| 7569 | 2026-09-15T08:36:25.458Z | freemap_route_ipv4 |
| 7570 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.640Sep 15 08:36:23.640 DEBGINFOSep 15 08:36:23.640 Sep 15 08:36:23.640DEBG 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 15 08:36:23.640INFO DEBG |
| 7571 | 2026-09-15T08:36:25.458Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffcreated new freemap |
| 7572 | 2026-09-15T08:36:25.458Z | created new freemapadding route 172.17.0.29/32 -> 10.0.0.255, |
| 7573 | 2026-09-15T08:36:25.458Z | unit, unit:: freemap_route_ipv6Sep 15 08:36:23.640freemap_route_ipv6 |
| 7574 | 2026-09-15T08:36:25.458Z | |
| 7575 | 2026-09-15T08:36:25.458Z | DEBGSep 15 08:36:23.640 Sep 15 08:36:23.640 INFOSep 15 08:36:23.640Sep 15 08:36:23.640 DEBG 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7576 | 2026-09-15T08:36:25.458Z | DEBG |
| 7577 | 2026-09-15T08:36:25.458Z | initted freemap. size: 64 initted freemap. size: 64Sep 15 08:36:23.640, |
| 7578 | 2026-09-15T08:36:25.458Z | unitSep 15 08:36:23.640: INFOfreemap_route_ipv4 |
| 7579 | 2026-09-15T08:36:25.458Z | , INFOunit Sep 15 08:36:23.640:adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG freemap_route_ipv4reset freemap |
| 7580 | 2026-09-15T08:36:25.458Z | , Sep 15 08:36:23.640 unitDEBG: |
| 7581 | 2026-09-15T08:36:25.458Z | freemap_route_ipv4adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7582 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.640 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 } }] |
| 7583 | 2026-09-15T08:36:25.458Z | 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 } }] |
| 7584 | 2026-09-15T08:36:25.458Z | |
| 7585 | 2026-09-15T08:36:25.458Z | Sep 15 08:36:23.640 Sep 15 08:36:23.640 DEBGSep 15 08:36:23.640DEBGSep 15 08:36:23.640 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 } }]INFOinitted freemap. size: 64DEBG |
| 7586 | 2026-09-15T08:36:25.458Z | , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit :Sep 15 08:36:23.640 |
| 7587 | 2026-09-15T08:36:25.463Z | Sep 15 08:36:23.640INFOfreemap_route_ipv6reset freemap, |
| 7588 | 2026-09-15T08:36:25.463Z | unitINFOSep 15 08:36:23.640 adding route 172.17.0.31/32 -> 10.0.0.255 : |
| 7589 | 2026-09-15T08:36:25.463Z | 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 } }]Sep 15 08:36:23.640 |
| 7590 | 2026-09-15T08:36:25.463Z | freemap_route_ipv4DEBG |
| 7591 | 2026-09-15T08:36:25.463Z | reset freemapSep 15 08:36:23.640, adding route 172.17.0.4/32 -> 10.0.0.255 unitSep 15 08:36:23.640: |
| 7592 | 2026-09-15T08:36:25.463Z | INFO freemap_route_ipv6 |
| 7593 | 2026-09-15T08:36:25.463Z | DEBG Sep 15 08:36:23.640replacing 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 } }] |
| 7594 | 2026-09-15T08:36:25.463Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 15 08:36:23.640DEBG |
| 7595 | 2026-09-15T08:36:25.463Z | 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 15 08:36:23.640Sep 15 08:36:23.640 INFODEBGSep 15 08:36:23.640 DEBG INFOinitted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7596 | 2026-09-15T08:36:25.463Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7597 | 2026-09-15T08:36:25.463Z | |
| 7598 | 2026-09-15T08:36:25.463Z | 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 } }] |
| 7599 | 2026-09-15T08:36:25.463Z | , unitSep 15 08:36:23.640Sep 15 08:36:23.640 DEBGSep 15 08:36:23.640: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 } }]freemap_route_ipv6INFO |
| 7600 | 2026-09-15T08:36:25.463Z | |
| 7601 | 2026-09-15T08:36:25.463Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7602 | 2026-09-15T08:36:25.463Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffSep 15 08:36:23.641Sep 15 08:36:23.641 Sep 15 08:36:23.641Sep 15 08:36:23.641INFO |
| 7603 | 2026-09-15T08:36:25.463Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBGDEBG |
| 7604 | 2026-09-15T08:36:25.464Z | 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 15 08:36:23.641 |
| 7605 | 2026-09-15T08:36:25.464Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap , Sep 15 08:36:23.641DEBG DEBGunit 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 15 08:36:23.641 |
| 7606 | 2026-09-15T08:36:25.464Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]: |
| 7607 | 2026-09-15T08:36:25.464Z | freemap_route_ipv6 |
| 7608 | 2026-09-15T08:36:25.464Z | |
| 7609 | 2026-09-15T08:36:25.464Z | Sep 15 08:36:23.641 INFO Sep 15 08:36:23.641Sep 15 08:36:23.641 adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7610 | 2026-09-15T08:36:25.464Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7611 | 2026-09-15T08:36:25.464Z | Sep 15 08:36:23.641INFO |
| 7612 | 2026-09-15T08:36:25.464Z | adding route 172.17.0.6/32 -> 10.0.0.255DEBGSep 15 08:36:23.641 |
| 7613 | 2026-09-15T08:36:25.464Z | Sep 15 08:36:23.641DEBG Sep 15 08:36:23.641replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7614 | 2026-09-15T08:36:25.464Z | |
| 7615 | 2026-09-15T08:36:25.464Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7616 | 2026-09-15T08:36:25.464Z | DEBGSep 15 08:36:23.641 Sep 15 08:36:23.641 INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7617 | 2026-09-15T08:36:25.464Z | |
| 7618 | 2026-09-15T08:36:25.464Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 15 08:36:23.641 |
| 7619 | 2026-09-15T08:36:25.464Z | Sep 15 08:36:23.641 DEBGSep 15 08:36:23.641 DEBGSep 15 08:36:23.641INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 15 08:36:23.641adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7620 | 2026-09-15T08:36:25.464Z | DEBG |
| 7621 | 2026-09-15T08:36:25.464Z | 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 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 } }] |
| 7622 | 2026-09-15T08:36:25.464Z | 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 } }] |
| 7623 | 2026-09-15T08:36:25.464Z | |
| 7624 | 2026-09-15T08:36:25.464Z | Sep 15 08:36:23.641 Sep 15 08:36:23.641Sep 15 08:36:23.641 DEBGINFO INFO Sep 15 08:36:23.641replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7625 | 2026-09-15T08:36:25.464Z | |
| 7626 | 2026-09-15T08:36:25.464Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 7627 | 2026-09-15T08:36:25.464Z | Sep 15 08:36:23.641adding route 172.17.0.7/32 -> 10.0.0.255 Sep 15 08:36:23.641Sep 15 08:36:23.641 DEBG Sep 15 08:36:23.641replacing targets for 172.16.0.0/32 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 } }] DEBG |
| 7628 | 2026-09-15T08:36:25.464Z | INFODEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7629 | 2026-09-15T08:36:25.464Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7630 | 2026-09-15T08:36:25.464Z | |
| 7631 | 2026-09-15T08:36:25.464Z | |
| 7632 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641Sep 15 08:36:23.641 Sep 15 08:36:23.641INFO Sep 15 08:36:23.641 DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 7633 | 2026-09-15T08:36:25.465Z | INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 7634 | 2026-09-15T08:36:25.465Z | |
| 7635 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641 |
| 7636 | 2026-09-15T08:36:25.465Z | DEBG Sep 15 08:36:23.641Sep 15 08:36:23.641Sep 15 08:36:23.641 INFOINFO 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 } }] |
| 7637 | 2026-09-15T08:36:25.465Z | adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7638 | 2026-09-15T08:36:25.465Z | |
| 7639 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641 Sep 15 08:36:23.641DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7640 | 2026-09-15T08:36:25.465Z | |
| 7641 | 2026-09-15T08:36:25.465Z | 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 } }] |
| 7642 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641Sep 15 08:36:23.641 Sep 15 08:36:23.641DEBG Sep 15 08:36:23.641replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7643 | 2026-09-15T08:36:25.465Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7644 | 2026-09-15T08:36:25.465Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 15 08:36:23.641 |
| 7645 | 2026-09-15T08:36:25.465Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 15 08:36:23.641 |
| 7646 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641DEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7647 | 2026-09-15T08:36:25.465Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7648 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641 DEBG Sep 15 08:36:23.641replacing 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 15 08:36:23.641DEBG |
| 7649 | 2026-09-15T08:36:25.465Z | replacing targets for 3fff:dead::/64 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 15 08:36:23.641INFO |
| 7650 | 2026-09-15T08:36:25.465Z | DEBG Sep 15 08:36:23.641 adding route 172.17.0.38/32 -> 10.0.0.255created new freemap |
| 7651 | 2026-09-15T08:36:25.465Z | , INFO unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff: |
| 7652 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641 DEBG freemap_route_ipv6replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7653 | 2026-09-15T08:36:25.465Z | |
| 7654 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641 INFOSep 15 08:36:23.641 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 7655 | 2026-09-15T08:36:25.465Z | initted freemap. size: 64DEBG , Sep 15 08:36:23.617replacing 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 15 08:36:23.641 |
| 7656 | 2026-09-15T08:36:25.465Z | DEBGDEBG unitreplacing 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 } }]: |
| 7657 | 2026-09-15T08:36:25.465Z | Sep 15 08:36:23.641 created new freemap freemap_route_ipv4, |
| 7658 | 2026-09-15T08:36:25.465Z | unitINFO: freemap_route_ipv4Sep 15 08:36:23.641adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7659 | 2026-09-15T08:36:25.465Z | INFO |
| 7660 | 2026-09-15T08:36:25.466Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7661 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.641 Sep 15 08:36:23.641DEBG Sep 15 08:36:23.641DEBG 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 } }] |
| 7662 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.641 created new freemapreset freemapDEBG, , unitunitSep 15 08:36:23.641:: INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 7663 | 2026-09-15T08:36:25.466Z | |
| 7664 | 2026-09-15T08:36:25.466Z | adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv6 |
| 7665 | 2026-09-15T08:36:25.466Z | |
| 7666 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.641 Sep 15 08:36:23.641INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Sep 15 08:36:23.641 |
| 7667 | 2026-09-15T08:36:25.466Z | DEBG initted freemap. size: 64initted freemap. size: 64, Sep 15 08:36:23.641Sep 15 08:36:23.641, unitunit :DEBG : freemap_route_ipv6 DEBGfreemap_route_ipv4 |
| 7668 | 2026-09-15T08:36:25.466Z | |
| 7669 | 2026-09-15T08:36:25.466Z | 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 } }] |
| 7670 | 2026-09-15T08:36:25.466Z | 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 } }] |
| 7671 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.641Sep 15 08:36:23.648 DEBGINFO created new freemapadding route 172.17.0.42/32 -> 10.0.0.255, |
| 7672 | 2026-09-15T08:36:25.466Z | unit: freemap_route_ipv4Sep 15 08:36:23.648 |
| 7673 | 2026-09-15T08:36:25.466Z | DEBG |
| 7674 | 2026-09-15T08:36:25.466Z | 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 } }] |
| 7675 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.641Sep 15 08:36:23.648 Sep 15 08:36:23.648 DEBGDEBG Sep 15 08:36:23.648created new freemap , unit: INFO reset freemapadding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 7676 | 2026-09-15T08:36:25.466Z | , 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 15 08:36:23.648unit :INFO freemap_route_ipv4Sep 15 08:36:23.648adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6 DEBG |
| 7677 | 2026-09-15T08:36:25.466Z | 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 } }] |
| 7678 | 2026-09-15T08:36:25.466Z | |
| 7679 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.648 INFO adding route 172.17.0.44/32 -> 10.0.0.255Sep 15 08:36:23.648 |
| 7680 | 2026-09-15T08:36:25.466Z | 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 } }] |
| 7681 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.648 DEBG Sep 15 08:36:23.648replacing 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 } }] |
| 7682 | 2026-09-15T08:36:25.466Z | INFO Sep 15 08:36:23.648adding route 172.17.0.12/32 -> 10.0.0.255 Sep 15 08:36:23.641DEBG |
| 7683 | 2026-09-15T08:36:25.466Z | Sep 15 08:36:23.648 initted freemap. size: 64 INFODEBG, unit :Sep 15 08:36:23.648replacing 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 } }] |
| 7684 | 2026-09-15T08:36:25.466Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255freemap_route_ipv6 |
| 7685 | 2026-09-15T08:36:25.466Z | |
| 7686 | 2026-09-15T08:36:25.466Z | 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 } }] |
| 7687 | 2026-09-15T08:36:25.471Z | Sep 15 08:36:23.648Sep 15 08:36:23.648 INFODEBGSep 15 08:36:23.648 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 15 08:36:23.648adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7688 | 2026-09-15T08:36:25.471Z | |
| 7689 | 2026-09-15T08:36:25.471Z | DEBG INFOreset freemap Sep 15 08:36:23.648Sep 15 08:36:23.648, adding route 172.17.0.13/32 -> 10.0.0.255 unit |
| 7690 | 2026-09-15T08:36:25.471Z | DEBGINFO :adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7691 | 2026-09-15T08:36:25.471Z | 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 15 08:36:23.648 freemap_route_ipv6DEBG |
| 7692 | 2026-09-15T08:36:25.471Z | Sep 15 08:36:23.648replacing 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 } }] |
| 7693 | 2026-09-15T08:36:25.471Z | |
| 7694 | 2026-09-15T08:36:25.471Z | DEBG Sep 15 08:36:23.648replacing 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 } }] |
| 7695 | 2026-09-15T08:36:25.471Z | Sep 15 08:36:23.648INFO Sep 15 08:36:23.648adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7696 | 2026-09-15T08:36:25.472Z | INFOSep 15 08:36:23.648 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO |
| 7697 | 2026-09-15T08:36:25.472Z | adding route 172.17.0.47/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7698 | 2026-09-15T08:36:25.472Z | |
| 7699 | 2026-09-15T08:36:25.472Z | Sep 15 08:36:23.648Sep 15 08:36:23.648Sep 15 08:36:23.648 Sep 15 08:36:23.648DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7700 | 2026-09-15T08:36:25.472Z | |
| 7701 | 2026-09-15T08:36:25.472Z | 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 } }] |
| 7702 | 2026-09-15T08:36:25.472Z | 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 15 08:36:23.649 |
| 7703 | 2026-09-15T08:36:25.472Z | INFOSep 15 08:36:23.649 adding route 172.17.0.48/32 -> 10.0.0.255Sep 15 08:36:23.649Sep 15 08:36:23.649 INFO |
| 7704 | 2026-09-15T08:36:25.472Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2failed to allocate space for the new target listSep 15 08:36:23.649 |
| 7705 | 2026-09-15T08:36:25.472Z | 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 } }] |
| 7706 | 2026-09-15T08:36:25.472Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7707 | 2026-09-15T08:36:25.472Z | Sep 15 08:36:23.649 |
| 7708 | 2026-09-15T08:36:25.472Z | DEBG Sep 15 08:36:23.649Sep 15 08:36:23.649replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7709 | 2026-09-15T08:36:25.472Z | INFOSep 15 08:36:23.649 |
| 7710 | 2026-09-15T08:36:25.472Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7711 | 2026-09-15T08:36:25.472Z | DEBG Sep 15 08:36:23.649replacing targets for 3fff:dead::/64 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 } }] INFOSep 15 08:36:23.649 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 15 08:36:23.649adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7712 | 2026-09-15T08:36:25.472Z | |
| 7713 | 2026-09-15T08:36:25.472Z | 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 } }] |
| 7714 | 2026-09-15T08:36:25.472Z | |
| 7715 | 2026-09-15T08:36:25.472Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7716 | 2026-09-15T08:36:25.472Z | Sep 15 08:36:23.649 DEBGSep 15 08:36:23.649 Sep 15 08:36:23.649 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 |
| 7717 | 2026-09-15T08:36:25.472Z | Sep 15 08:36:23.649INFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7718 | 2026-09-15T08:36:25.472Z | adding route 172.17.0.16/32 -> 10.0.0.255 Sep 15 08:36:23.649replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7719 | 2026-09-15T08:36:25.472Z | INFO |
| 7720 | 2026-09-15T08:36:25.472Z | Sep 15 08:36:23.649adding route 172.17.0.47/32 -> 10.0.0.255 DEBG |
| 7721 | 2026-09-15T08:36:25.472Z | 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 15 08:36:23.649 Sep 15 08:36:23.649 |
| 7722 | 2026-09-15T08:36:25.472Z | 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 } }] |
| 7723 | 2026-09-15T08:36:25.473Z | |
| 7724 | 2026-09-15T08:36:25.473Z | Sep 15 08:36:23.649Sep 15 08:36:23.649Sep 15 08:36:23.649 INFOINFO DEBG adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7725 | 2026-09-15T08:36:25.473Z | |
| 7726 | 2026-09-15T08:36:25.473Z | |
| 7727 | 2026-09-15T08:36:25.473Z | Sep 15 08:36:23.649 Sep 15 08:36:23.649DEBGSep 15 08:36:23.649 Sep 15 08:36:23.649 initted freemap. size: 64DEBG INFO, replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit : |
| 7728 | 2026-09-15T08:36:25.473Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 7729 | 2026-09-15T08:36:25.473Z | freemap_route_ipv4 |
| 7730 | 2026-09-15T08:36:25.473Z | 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 15 08:36:23.649Sep 15 08:36:23.649 |
| 7731 | 2026-09-15T08:36:25.473Z | DEBG Sep 15 08:36:23.649 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 } }] |
| 7732 | 2026-09-15T08:36:25.473Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7733 | 2026-09-15T08:36:25.473Z | DEBG Sep 15 08:36:23.649reset freemapSep 15 08:36:23.649Sep 15 08:36:23.649, unit :INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 freemap_route_ipv4INFO |
| 7734 | 2026-09-15T08:36:25.473Z | 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 } }] |
| 7735 | 2026-09-15T08:36:25.473Z | |
| 7736 | 2026-09-15T08:36:25.473Z | adding route 172.17.0.52/32 -> 10.0.0.255Sep 15 08:36:23.649 |
| 7737 | 2026-09-15T08:36:25.473Z | DEBG Sep 15 08:36:23.649Sep 15 08:36:23.649 initted freemap. size: 64DEBGSep 15 08:36:23.649, 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 } }]INFO unitreplacing 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 } }] |
| 7738 | 2026-09-15T08:36:25.473Z | : |
| 7739 | 2026-09-15T08:36:25.473Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7740 | 2026-09-15T08:36:25.473Z | freemap_route_ipv6 |
| 7741 | 2026-09-15T08:36:25.473Z | Sep 15 08:36:23.649 Sep 15 08:36:23.649INFO Sep 15 08:36:23.649 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 7742 | 2026-09-15T08:36:25.473Z | INFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:36:23.649 |
| 7743 | 2026-09-15T08:36:25.473Z | Sep 15 08:36:23.649 adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 7744 | 2026-09-15T08:36:25.473Z | DEBGreset freemap , unitreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7745 | 2026-09-15T08:36:25.473Z | freemap_route_ipv6 |
| 7746 | 2026-09-15T08:36:25.473Z | Sep 15 08:36:23.649 Sep 15 08:36:23.649INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7747 | 2026-09-15T08:36:25.473Z | Sep 15 08:36:23.649Sep 15 08:36:23.649 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7748 | 2026-09-15T08:36:25.473Z | test route::tests::delete_target_fragmented ... ok |
| 7749 | 2026-09-15T08:36:25.473Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255Sep 15 08:36:23.649 |
| 7750 | 2026-09-15T08:36:25.473Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:36:23.649 |
| 7751 | 2026-09-15T08:36:25.474Z | 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 } }]INFOSep 15 08:36:23.649 |
| 7752 | 2026-09-15T08:36:25.474Z | adding route 172.17.0.54/32 -> 10.0.0.255DEBGSep 15 08:36:23.649 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 } }] |
| 7753 | 2026-09-15T08:36:25.474Z | |
| 7754 | 2026-09-15T08:36:25.474Z | DEBGSep 15 08:36:23.649Sep 15 08:36:23.649 Sep 15 08:36:23.649INFO 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 } }]INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7755 | 2026-09-15T08:36:25.474Z | |
| 7756 | 2026-09-15T08:36:25.474Z | adding route 172.17.0.52/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 } }] |
| 7757 | 2026-09-15T08:36:25.474Z | |
| 7758 | 2026-09-15T08:36:25.474Z | Sep 15 08:36:23.649Sep 15 08:36:23.649 INFODEBG Sep 15 08:36:23.649adding route 172.16.0.0/32 -> 10.0.0.2 Sep 15 08:36:23.649 |
| 7759 | 2026-09-15T08:36:25.474Z | test route::tests::same_size_non_subset_replace ... ok |
| 7760 | 2026-09-15T08:36:25.474Z | 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 } }] adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7761 | 2026-09-15T08:36:25.474Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7762 | 2026-09-15T08:36:25.474Z | 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 15 08:36:23.649 |
| 7763 | 2026-09-15T08:36:25.474Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7764 | 2026-09-15T08:36:25.474Z | DEBG |
| 7765 | 2026-09-15T08:36:25.474Z | test route::tests::delete_target_full ... ok |
| 7766 | 2026-09-15T08:36:25.474Z | Sep 15 08:36:23.649 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 15 08:36:23.649 |
| 7767 | 2026-09-15T08:36:25.474Z | Sep 15 08:36:23.649 INFOINFODEBG adding route 172.17.0.53/32 -> 10.0.0.255 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.22/32 -> 10.0.0.255 |
| 7768 | 2026-09-15T08:36:25.474Z | |
| 7769 | 2026-09-15T08:36:25.474Z | |
| 7770 | 2026-09-15T08:36:25.474Z | Sep 15 08:36:23.649 Sep 15 08:36:23.649INFOSep 15 08:36:23.649 adding route 172.16.0.0/32 -> 10.0.0.3DEBGINFO |
| 7771 | 2026-09-15T08:36:25.474Z | adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7772 | 2026-09-15T08:36:25.474Z | Sep 15 08:36:23.649 |
| 7773 | 2026-09-15T08:36:25.474Z | DEBG Sep 15 08:36:23.649replacing 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 15 08:36:23.649 |
| 7774 | 2026-09-15T08:36:25.474Z | INFO DEBGSep 15 08:36:23.649adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7775 | 2026-09-15T08:36:25.474Z | Sep 15 08:36:23.649DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 15 08:36:23.649INFO 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 |
| 7776 | 2026-09-15T08:36:25.474Z | |
| 7777 | 2026-09-15T08:36:25.474Z | adding route 172.17.0.23/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 } }] |
| 7778 | 2026-09-15T08:36:25.474Z | |
| 7779 | 2026-09-15T08:36:25.475Z | Sep 15 08:36:23.649 INFOSep 15 08:36:23.649 adding route 172.16.0.0/32 -> 10.0.0.4Sep 15 08:36:23.649 |
| 7780 | 2026-09-15T08:36:25.475Z | INFO INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7781 | 2026-09-15T08:36:25.475Z | |
| 7782 | 2026-09-15T08:36:25.475Z | Sep 15 08:36:23.649Sep 15 08:36:23.649 Sep 15 08:36:23.649Sep 15 08:36:23.649DEBG DEBGDEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7783 | 2026-09-15T08:36:25.475Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7784 | 2026-09-15T08:36:25.475Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7785 | 2026-09-15T08:36:25.475Z | |
| 7786 | 2026-09-15T08:36:25.475Z | Sep 15 08:36:23.649 Sep 15 08:36:23.649INFO Sep 15 08:36:23.649INFO adding route 172.17.0.56/32 -> 10.0.0.255DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 7787 | 2026-09-15T08:36:25.480Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7788 | 2026-09-15T08:36:25.480Z | Sep 15 08:36:23.649 Sep 15 08:36:23.657DEBG DEBGcreated new freemapSep 15 08:36:23.657 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 |
| 7789 | 2026-09-15T08:36:25.480Z | , unitadding route 172.17.0.58/32 -> 10.0.0.255: |
| 7790 | 2026-09-15T08:36:25.480Z | freemap_route_ipv4 |
| 7791 | 2026-09-15T08:36:25.480Z | Sep 15 08:36:23.657Sep 15 08:36:23.657 Sep 15 08:36:23.657 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 7792 | 2026-09-15T08:36:25.480Z | Sep 15 08:36:23.657 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 } }]created new freemap |
| 7793 | 2026-09-15T08:36:25.480Z | DEBG , reset freemapunitSep 15 08:36:23.657Sep 15 08:36:23.657, : INFO unit :adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 7794 | 2026-09-15T08:36:25.480Z | freemap_route_ipv6replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7795 | 2026-09-15T08:36:25.480Z | |
| 7796 | 2026-09-15T08:36:25.480Z | |
| 7797 | 2026-09-15T08:36:25.480Z | Sep 15 08:36:23.657 Sep 15 08:36:23.657DEBG Sep 15 08:36:23.657 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 15 08:36:23.657INFO |
| 7798 | 2026-09-15T08:36:25.480Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7799 | 2026-09-15T08:36:25.480Z | DEBGSep 15 08:36:23.657 initted freemap. size: 64 , INFOSep 15 08:36:23.657INFO unitadding route 172.17.0.60/32 -> 10.0.0.255: |
| 7800 | 2026-09-15T08:36:25.481Z | DEBGfreemap_route_ipv4adding route 172.17.0.26/32 -> 10.0.0.255 Sep 15 08:36:23.657replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7801 | 2026-09-15T08:36:25.481Z | DEBG |
| 7802 | 2026-09-15T08:36:25.481Z | |
| 7803 | 2026-09-15T08:36:25.481Z | 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 15 08:36:23.657 |
| 7804 | 2026-09-15T08:36:25.481Z | INFO Sep 15 08:36:23.657Sep 15 08:36:23.657adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 7805 | 2026-09-15T08:36:25.481Z | DEBG Sep 15 08:36:23.657reset freemap Sep 15 08:36:23.657DEBG 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 } }], |
| 7806 | 2026-09-15T08:36:25.481Z | DEBG failed to allocate space for the new target listunitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]: |
| 7807 | 2026-09-15T08:36:25.481Z | |
| 7808 | 2026-09-15T08:36:25.481Z | freemap_route_ipv4Sep 15 08:36:23.657 |
| 7809 | 2026-09-15T08:36:25.481Z | INFOSep 15 08:36:23.657Sep 15 08:36:23.657 DEBGDEBG Sep 15 08:36:23.657replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.27/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7810 | 2026-09-15T08:36:25.481Z | |
| 7811 | 2026-09-15T08:36:25.481Z | |
| 7812 | 2026-09-15T08:36:25.481Z | DEBG initted freemap. size: 64, Sep 15 08:36:23.657unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7813 | 2026-09-15T08:36:25.481Z | |
| 7814 | 2026-09-15T08:36:25.481Z | Sep 15 08:36:23.657Sep 15 08:36:23.657 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Sep 15 08:36:23.657reset freemap |
| 7815 | 2026-09-15T08:36:25.481Z | , DEBG unitreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7816 | 2026-09-15T08:36:25.481Z | Sep 15 08:36:23.657freemap_route_ipv6 |
| 7817 | 2026-09-15T08:36:25.481Z | DEBG Sep 15 08:36:23.657replacing 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 } }] |
| 7818 | 2026-09-15T08:36:25.481Z | INFO Sep 15 08:36:23.657adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7819 | 2026-09-15T08:36:25.481Z | INFO Sep 15 08:36:23.657adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7820 | 2026-09-15T08:36:25.481Z | INFO Sep 15 08:36:23.657Sep 15 08:36:23.657adding route 172.17.0.29/32 -> 10.0.0.255 DEBGDEBG |
| 7821 | 2026-09-15T08:36:25.481Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7822 | 2026-09-15T08:36:25.481Z | 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 } }] |
| 7823 | 2026-09-15T08:36:25.481Z | Sep 15 08:36:23.657 Sep 15 08:36:23.657 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.58/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7824 | 2026-09-15T08:36:25.481Z | |
| 7825 | 2026-09-15T08:36:25.481Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 15 08:36:23.657 |
| 7826 | 2026-09-15T08:36:25.481Z | DEBGSep 15 08:36:23.657INFO Sep 15 08:36:23.657INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7827 | 2026-09-15T08:36:25.481Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7828 | 2026-09-15T08:36:25.482Z | |
| 7829 | 2026-09-15T08:36:25.482Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 7830 | 2026-09-15T08:36:25.482Z | Sep 15 08:36:23.657Sep 15 08:36:23.657Sep 15 08:36:23.657 Sep 15 08:36:23.657INFO DEBGINFO adding route 172.17.0.59/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 } }] |
| 7831 | 2026-09-15T08:36:25.482Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7832 | 2026-09-15T08:36:25.482Z | 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 } }] |
| 7833 | 2026-09-15T08:36:25.482Z | |
| 7834 | 2026-09-15T08:36:25.482Z | Sep 15 08:36:23.657 Sep 15 08:36:23.657 DEBGSep 15 08:36:23.657DEBGSep 15 08:36:23.657 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 |
| 7835 | 2026-09-15T08:36:25.482Z | DEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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-15T08:36:25.482Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7837 | 2026-09-15T08:36:25.482Z | |
| 7838 | 2026-09-15T08:36:25.482Z | Sep 15 08:36:23.657 INFO Sep 15 08:36:23.657adding route 172.17.0.60/32 -> 10.0.0.255 Sep 15 08:36:23.657 |
| 7839 | 2026-09-15T08:36:25.482Z | INFO WARNSep 15 08:36:23.657 Sep 15 08:36:23.657shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7840 | 2026-09-15T08:36:25.482Z | |
| 7841 | 2026-09-15T08:36:25.482Z | DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 15 08:36:23.657 |
| 7842 | 2026-09-15T08:36:25.482Z | |
| 7843 | 2026-09-15T08:36:25.482Z | 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 } }]Sep 15 08:36:23.657 |
| 7844 | 2026-09-15T08:36:25.482Z | INFOSep 15 08:36:23.657 adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 7845 | 2026-09-15T08:36:25.482Z | adding route 172.17.0.32/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7846 | 2026-09-15T08:36:25.482Z | INFOSep 15 08:36:23.657 DEBGadding route 172.17.0.0/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7847 | 2026-09-15T08:36:25.482Z | test route::tests::delete_targets_full ... ok |
| 7848 | 2026-09-15T08:36:25.482Z | replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7849 | 2026-09-15T08:36:25.482Z | 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 15 08:36:23.657 |
| 7850 | 2026-09-15T08:36:25.482Z | DEBG Sep 15 08:36:23.657replacing 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 15 08:36:23.657 |
| 7851 | 2026-09-15T08:36:25.482Z | INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7852 | 2026-09-15T08:36:25.482Z | |
| 7853 | 2026-09-15T08:36:25.482Z | Sep 15 08:36:23.657 INFOSep 15 08:36:23.657Sep 15 08:36:23.657 adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 7854 | 2026-09-15T08:36:25.482Z | 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 } }] |
| 7855 | 2026-09-15T08:36:25.482Z | 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 15 08:36:23.657 |
| 7856 | 2026-09-15T08:36:25.483Z | DEBG Sep 15 08:36:23.657replacing 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 } }] |
| 7857 | 2026-09-15T08:36:25.483Z | DEBG failed to allocate space for the new target listSep 15 08:36:23.657 |
| 7858 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657INFO Sep 15 08:36:23.657adding route 172.17.0.34/32 -> 10.0.0.255 INFODEBG |
| 7859 | 2026-09-15T08:36:25.483Z | adding route 172.17.0.2/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 } }] |
| 7860 | 2026-09-15T08:36:25.483Z | |
| 7861 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 DEBG |
| 7862 | 2026-09-15T08:36:25.483Z | 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 15 08:36:23.657 |
| 7863 | 2026-09-15T08:36:25.483Z | 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 } }] |
| 7864 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 INFO adding route 172.17.0.35/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7865 | 2026-09-15T08:36:25.483Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7866 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 DEBG Sep 15 08:36:23.657replacing 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 } }] |
| 7867 | 2026-09-15T08:36:25.483Z | 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 } }] |
| 7868 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 INFOSep 15 08:36:23.657 adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 7869 | 2026-09-15T08:36:25.483Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7870 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 DEBGSep 15 08:36:23.657 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7871 | 2026-09-15T08:36:25.483Z | 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 } }] |
| 7872 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 INFOSep 15 08:36:23.657 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 7873 | 2026-09-15T08:36:25.483Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7874 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 DEBGSep 15 08:36:23.657 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 |
| 7875 | 2026-09-15T08:36:25.483Z | 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 } }] |
| 7876 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7877 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 Sep 15 08:36:23.657INFO 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 } }] |
| 7878 | 2026-09-15T08:36:25.483Z | adding route 172.17.0.38/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7879 | 2026-09-15T08:36:25.483Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7880 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 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 } }]Sep 15 08:36:23.657 |
| 7881 | 2026-09-15T08:36:25.483Z | 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 } }] |
| 7882 | 2026-09-15T08:36:25.483Z | Sep 15 08:36:23.657 INFO adding route 172.17.0.39/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7883 | 2026-09-15T08:36:25.483Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7884 | 2026-09-15T08:36:25.484Z | Sep 15 08:36:23.657 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 15 08:36:23.657 |
| 7885 | 2026-09-15T08:36:25.484Z | 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 } }] |
| 7886 | 2026-09-15T08:36:25.484Z | Sep 15 08:36:23.657 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7887 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.657 INFO adding route 172.17.0.9/32 -> 10.0.0.255Sep 15 08:36:23.657 |
| 7888 | 2026-09-15T08:36:25.488Z | 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 } }] |
| 7889 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.657 DEBGSep 15 08:36:23.657 INFO adding route 172.17.0.41/32 -> 10.0.0.255 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7890 | 2026-09-15T08:36:25.488Z | |
| 7891 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.657 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7892 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.657Sep 15 08:36:23.657 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7893 | 2026-09-15T08:36:25.488Z | |
| 7894 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.657Sep 15 08:36:23.657 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7895 | 2026-09-15T08:36:25.488Z | |
| 7896 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.665 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 } }] |
| 7897 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.665 DEBGSep 15 08:36:23.665 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 |
| 7898 | 2026-09-15T08:36:25.488Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7899 | 2026-09-15T08:36:25.488Z | Sep 15 08:36:23.665 INFOSep 15 08:36:23.665 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 7900 | 2026-09-15T08:36:25.489Z | 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 } }] |
| 7901 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 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 } }] |
| 7902 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 INFOSep 15 08:36:23.665 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7903 | 2026-09-15T08:36:25.489Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7904 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 Sep 15 08:36:23.665DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7905 | 2026-09-15T08:36:25.489Z | 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 } }] |
| 7906 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 Sep 15 08:36:23.665INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7907 | 2026-09-15T08:36:25.489Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7908 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 Sep 15 08:36:23.665DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7909 | 2026-09-15T08:36:25.489Z | 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 } }] |
| 7910 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 Sep 15 08:36:23.665INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7911 | 2026-09-15T08:36:25.489Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7912 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 Sep 15 08:36:23.665DEBG 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 } }] |
| 7913 | 2026-09-15T08:36:25.489Z | 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 } }] |
| 7914 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665 Sep 15 08:36:23.665INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7915 | 2026-09-15T08:36:25.489Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7916 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7917 | 2026-09-15T08:36:25.489Z | |
| 7918 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7919 | 2026-09-15T08:36:25.489Z | |
| 7920 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 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.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 } }] |
| 7921 | 2026-09-15T08:36:25.489Z | |
| 7922 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7923 | 2026-09-15T08:36:25.489Z | |
| 7924 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 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.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 } }] |
| 7925 | 2026-09-15T08:36:25.489Z | |
| 7926 | 2026-09-15T08:36:25.489Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7927 | 2026-09-15T08:36:25.489Z | |
| 7928 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7929 | 2026-09-15T08:36:25.490Z | |
| 7930 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7931 | 2026-09-15T08:36:25.490Z | |
| 7932 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7933 | 2026-09-15T08:36:25.490Z | |
| 7934 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7935 | 2026-09-15T08:36:25.490Z | |
| 7936 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7937 | 2026-09-15T08:36:25.490Z | |
| 7938 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7939 | 2026-09-15T08:36:25.490Z | |
| 7940 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7941 | 2026-09-15T08:36:25.490Z | |
| 7942 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7943 | 2026-09-15T08:36:25.490Z | |
| 7944 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7945 | 2026-09-15T08:36:25.490Z | |
| 7946 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7947 | 2026-09-15T08:36:25.490Z | |
| 7948 | 2026-09-15T08:36:25.490Z | test route::tests::delete_targets_fragmented ... ok |
| 7949 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7950 | 2026-09-15T08:36:25.490Z | |
| 7951 | 2026-09-15T08:36:25.490Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7952 | 2026-09-15T08:36:25.490Z | |
| 7953 | 2026-09-15T08:36:25.490Z | |
| 7954 | 2026-09-15T08:36:25.490Z | test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
| 7955 | 2026-09-15T08:36:25.490Z | |
| 7956 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7957 | 2026-09-15T08:36:25.491Z | |
| 7958 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7959 | 2026-09-15T08:36:25.491Z | |
| 7960 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7961 | 2026-09-15T08:36:25.491Z | |
| 7962 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7963 | 2026-09-15T08:36:25.491Z | |
| 7964 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7965 | 2026-09-15T08:36:25.491Z | |
| 7966 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7967 | 2026-09-15T08:36:25.491Z | |
| 7968 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7969 | 2026-09-15T08:36:25.491Z | |
| 7970 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7971 | 2026-09-15T08:36:25.491Z | |
| 7972 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 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.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 } }] |
| 7973 | 2026-09-15T08:36:25.491Z | |
| 7974 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7975 | 2026-09-15T08:36:25.491Z | |
| 7976 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665Sep 15 08:36:23.665 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }] |
| 7977 | 2026-09-15T08:36:25.491Z | |
| 7978 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7979 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665 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 } }] |
| 7980 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7981 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665 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 } }] |
| 7982 | 2026-09-15T08:36:25.491Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7983 | 2026-09-15T08:36:25.492Z | Sep 15 08:36:23.665 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 } }] |
| 7984 | 2026-09-15T08:36:25.492Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7985 | 2026-09-15T08:36:25.492Z | Sep 15 08:36:23.665 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 } }] |
| 7986 | 2026-09-15T08:36:25.492Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7987 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 7988 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7989 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 7990 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7991 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 7992 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7993 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 7994 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7995 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 7996 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7997 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 7998 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7999 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 8000 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 8001 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 8002 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 8003 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 8004 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8005 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 8006 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 8007 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 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 } }] |
| 8008 | 2026-09-15T08:36:25.496Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 8009 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 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 } }] |
| 8010 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8011 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 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 } }] |
| 8012 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8013 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 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 } }] |
| 8014 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8015 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 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 } }] |
| 8016 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.665 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8017 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8018 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8019 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8020 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8021 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8022 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8023 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8024 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8025 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8026 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8027 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8028 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8029 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8030 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8031 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8032 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8033 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8034 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8035 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8036 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8037 | 2026-09-15T08:36:25.497Z | Sep 15 08:36:23.673 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 } }] |
| 8038 | 2026-09-15T08:36:25.498Z | Sep 15 08:36:23.673 DEBG failed to allocate space for the new target list |
| 8039 | 2026-09-15T08:36:25.498Z | Sep 15 08:36:23.673 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 } }] |
| 8040 | 2026-09-15T08:36:25.498Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-590acc8ba8a56e5a) |
| 8041 | 2026-09-15T08:36:25.498Z | |
| 8042 | 2026-09-15T08:36:25.498Z | running 0 tests |
| 8043 | 2026-09-15T08:36:25.498Z | |
| 8044 | 2026-09-15T08:36:25.498Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8045 | 2026-09-15T08:36:25.498Z | |
| 8046 | 2026-09-15T08:36:25.498Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 8047 | 2026-09-15T08:36:25.498Z | |
| 8048 | 2026-09-15T08:36:25.498Z | running 0 tests |
| 8049 | 2026-09-15T08:36:25.498Z | |
| 8050 | 2026-09-15T08:36:25.498Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8051 | 2026-09-15T08:36:25.498Z | |
| 8052 | 2026-09-15T08:36:25.498Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c) |
| 8053 | 2026-09-15T08:36:25.502Z | |
| 8054 | 2026-09-15T08:36:25.502Z | running 6 tests |
| 8055 | 2026-09-15T08:36:25.502Z | test tests::test_full_lot_id_lot_only ... ok |
| 8056 | 2026-09-15T08:36:25.502Z | test tests::test_full_lot_id_both_present ... ok |
| 8057 | 2026-09-15T08:36:25.502Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 8058 | 2026-09-15T08:36:25.502Z | test tests::test_full_lot_id_neither_present ... ok |
| 8059 | 2026-09-15T08:36:25.502Z | test tests::test_port_id_cmp ... ok |
| 8060 | 2026-09-15T08:36:25.502Z | test tests::test_parse_client_port_id ... ok |
| 8061 | 2026-09-15T08:36:25.502Z | |
| 8062 | 2026-09-15T08:36:25.502Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8063 | 2026-09-15T08:36:25.502Z | |
| 8064 | 2026-09-15T08:36:25.506Z | Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c) |
| 8065 | 2026-09-15T08:36:25.509Z | |
| 8066 | 2026-09-15T08:36:25.509Z | running 0 tests |
| 8067 | 2026-09-15T08:36:25.509Z | |
| 8068 | 2026-09-15T08:36:25.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8069 | 2026-09-15T08:36:25.509Z | |
| 8070 | 2026-09-15T08:36:25.509Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 8071 | 2026-09-15T08:36:25.512Z | |
| 8072 | 2026-09-15T08:36:25.512Z | running 0 tests |
| 8073 | 2026-09-15T08:36:25.512Z | |
| 8074 | 2026-09-15T08:36:25.512Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8075 | 2026-09-15T08:36:25.512Z | |
| 8076 | 2026-09-15T08:36:25.513Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 8077 | 2026-09-15T08:36:25.535Z | |
| 8078 | 2026-09-15T08:36:25.535Z | running 15 tests |
| 8079 | 2026-09-15T08:36:25.538Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 8080 | 2026-09-15T08:36:25.538Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 8081 | 2026-09-15T08:36:25.538Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 8082 | 2026-09-15T08:36:25.538Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 8083 | 2026-09-15T08:36:25.538Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 8084 | 2026-09-15T08:36:25.538Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 8085 | 2026-09-15T08:36:25.539Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 8086 | 2026-09-15T08:36:25.539Z | test v1::network::tests::test_eui64 ... ok |
| 8087 | 2026-09-15T08:36:25.539Z | test v1::network::tests::test_equal ... ok |
| 8088 | 2026-09-15T08:36:25.539Z | test v1::network::tests::test_into ... ok |
| 8089 | 2026-09-15T08:36:25.539Z | test v1::network::tests::test_not_equal ... ok |
| 8090 | 2026-09-15T08:36:25.539Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 8091 | 2026-09-15T08:36:25.539Z | test v1::network::tests::test_to_string ... ok |
| 8092 | 2026-09-15T08:36:25.539Z | test v1::network::tests::test_parse ... ok |
| 8093 | 2026-09-15T08:36:25.542Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 8094 | 2026-09-15T08:36:25.542Z | |
| 8095 | 2026-09-15T08:36:25.542Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8096 | 2026-09-15T08:36:25.542Z | |
| 8097 | 2026-09-15T08:36:25.546Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 8098 | 2026-09-15T08:36:25.566Z | |
| 8099 | 2026-09-15T08:36:25.567Z | running 12 tests |
| 8100 | 2026-09-15T08:36:25.570Z | test icmp::test_v6_checksum ... ok |
| 8101 | 2026-09-15T08:36:25.570Z | test icmp::test_v4_checksum ... ok |
| 8102 | 2026-09-15T08:36:25.570Z | test ipv6::test_ipv6_parse ... ok |
| 8103 | 2026-09-15T08:36:25.570Z | test lldp::test_lldp_parse ... ok |
| 8104 | 2026-09-15T08:36:25.570Z | test pbuf::test_byte ... ok |
| 8105 | 2026-09-15T08:36:25.570Z | test pbuf::test_nibble ... ok |
| 8106 | 2026-09-15T08:36:25.570Z | test pbuf::test_short ... ok |
| 8107 | 2026-09-15T08:36:25.570Z | test pbuf::test_overflow ... ok |
| 8108 | 2026-09-15T08:36:25.570Z | test pbuf::test_twelve ... ok |
| 8109 | 2026-09-15T08:36:25.570Z | test pbuf::test_word ... ok |
| 8110 | 2026-09-15T08:36:25.570Z | test tcp::test_checksum_syn_nodata ... ok |
| 8111 | 2026-09-15T08:36:25.570Z | test tcp::test_checksum_ack_data ... ok |
| 8112 | 2026-09-15T08:36:25.570Z | |
| 8113 | 2026-09-15T08:36:25.570Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-09-15T08:36:25.571Z | |
| 8115 | 2026-09-15T08:36:25.574Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8116 | 2026-09-15T08:36:25.577Z | |
| 8117 | 2026-09-15T08:36:25.577Z | running 0 tests |
| 8118 | 2026-09-15T08:36:25.577Z | |
| 8119 | 2026-09-15T08:36:25.577Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8120 | 2026-09-15T08:36:25.577Z | |
| 8121 | 2026-09-15T08:36:25.580Z | Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7) |
| 8122 | 2026-09-15T08:36:25.589Z | |
| 8123 | 2026-09-15T08:36:25.590Z | running 5 tests |
| 8124 | 2026-09-15T08:36:25.593Z | test switchport::test::test_compute_lanes ... ok |
| 8125 | 2026-09-15T08:36:25.593Z | test switchport::test::port_id_ordering ... ok |
| 8126 | 2026-09-15T08:36:25.593Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 8127 | 2026-09-15T08:36:25.593Z | Lane 2 Rx Loss-of-lock: Yes Lane 3Yes |
| 8128 | 2026-09-15T08:36:25.593Z | Yes State: ActivatedYes |
| 8129 | 2026-09-15T08:36:25.593Z | Activated Activated Rx Loss-of-signal: Yes Activated |
| 8130 | 2026-09-15T08:36:25.593Z | Yes Rx Output Enabled: false falseYes Yesfalse |
| 8131 | 2026-09-15T08:36:25.593Z | false |
| 8132 | 2026-09-15T08:36:25.593Z | Rx CDR Enabled: Yes Rx Output Status: valid Yes validYes validYes |
| 8133 | 2026-09-15T08:36:25.593Z | valid |
| 8134 | 2026-09-15T08:36:25.593Z | Tx Enabled: Yes Rx Loss-of-lock: true Yestrue Yestrue Yestrue |
| 8135 | 2026-09-15T08:36:25.593Z | |
| 8136 | 2026-09-15T08:36:25.593Z | Tx Loss-of-lock: No Rx Loss-of-signal: false No false No Nofalse |
| 8137 | 2026-09-15T08:36:25.593Z | false |
| 8138 | 2026-09-15T08:36:25.593Z | Tx Loss-of-signal: No Rx Auto-squelch Disable: true Notrue No trueNo |
| 8139 | 2026-09-15T08:36:25.593Z | true |
| 8140 | 2026-09-15T08:36:25.593Z | Tx CDR Enabled: No Tx Output Enabled: trueNo true No Notrue |
| 8141 | 2026-09-15T08:36:25.593Z | true |
| 8142 | 2026-09-15T08:36:25.594Z | Tx Adaptive EQ Fault: No Tx Output Status: invalid Noinvalid No invalidNo |
| 8143 | 2026-09-15T08:36:25.594Z | invalid |
| 8144 | 2026-09-15T08:36:25.594Z | Tx Fault: Yes Tx Loss-of-lock: falseYes falseYes Yesfalse |
| 8145 | 2026-09-15T08:36:25.594Z | false |
| 8146 | 2026-09-15T08:36:25.594Z | Tx Loss-of-signal: true true true true |
| 8147 | 2026-09-15T08:36:25.594Z | Tx Auto-squelch Disable: false false false false |
| 8148 | 2026-09-15T08:36:25.594Z | Tx Adaptive EQ Fail: true true true true |
| 8149 | 2026-09-15T08:36:25.594Z | Tx Failure: false false false false |
| 8150 | 2026-09-15T08:36:25.594Z | Tx Force Squelch: true true true true |
| 8151 | 2026-09-15T08:36:25.594Z | Tx Input Polarity: normal normal normal normal |
| 8152 | 2026-09-15T08:36:25.594Z | test switchport::test::test_print_sff_datapath ... ok |
| 8153 | 2026-09-15T08:36:25.594Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8154 | 2026-09-15T08:36:25.594Z | test link::test_filter ... ok |
| 8155 | 2026-09-15T08:36:25.594Z | |
| 8156 | 2026-09-15T08:36:25.594Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8157 | 2026-09-15T08:36:25.594Z | |
| 8158 | 2026-09-15T08:36:25.598Z | Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246) |
| 8159 | 2026-09-15T08:36:25.614Z | |
| 8160 | 2026-09-15T08:36:25.614Z | running 7 tests |
| 8161 | 2026-09-15T08:36:25.618Z | test counters::counters_list ... ignored |
| 8162 | 2026-09-15T08:36:25.618Z | test link_apply::apply_tx_eq_all ... ignored |
| 8163 | 2026-09-15T08:36:25.618Z | test link_apply::apply_tx_eq_custom ... ignored |
| 8164 | 2026-09-15T08:36:25.618Z | test tx_eq::set_all_taps ... ignored |
| 8165 | 2026-09-15T08:36:25.618Z | test tx_eq::set_partial_taps ... ignored |
| 8166 | 2026-09-15T08:36:25.621Z | test cmd::test::pattern_statics ... ok |
| 8167 | 2026-09-15T08:36:25.661Z | test link_apply::tx_eq_exclusive ... ok |
| 8168 | 2026-09-15T08:36:25.661Z | |
| 8169 | 2026-09-15T08:36:25.665Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 8170 | 2026-09-15T08:36:25.665Z | |
| 8171 | 2026-09-15T08:36:25.665Z | Running unittests src/main.rs (target/debug/deps/tfportd-76472ed5e2085d96) |
| 8172 | 2026-09-15T08:36:25.669Z | |
| 8173 | 2026-09-15T08:36:25.669Z | running 4 tests |
| 8174 | 2026-09-15T08:36:25.672Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 8175 | 2026-09-15T08:36:25.672Z | test linklocal::test_parse_ipadm ... ok |
| 8176 | 2026-09-15T08:36:25.672Z | test tfport::test_parse_tfport ... ok |
| 8177 | 2026-09-15T08:36:25.672Z | test config::tests::test_updates ... ok |
| 8178 | 2026-09-15T08:36:25.673Z | |
| 8179 | 2026-09-15T08:36:25.673Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8180 | 2026-09-15T08:36:25.673Z | |
| 8181 | 2026-09-15T08:36:25.673Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 8182 | 2026-09-15T08:36:25.677Z | |
| 8183 | 2026-09-15T08:36:25.677Z | running 0 tests |
| 8184 | 2026-09-15T08:36:25.680Z | |
| 8185 | 2026-09-15T08:36:25.680Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8186 | 2026-09-15T08:36:25.680Z | |
| 8187 | 2026-09-15T08:36:25.681Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 8188 | 2026-09-15T08:36:25.684Z | |
| 8189 | 2026-09-15T08:36:25.684Z | running 0 tests |
| 8190 | 2026-09-15T08:36:25.684Z | |
| 8191 | 2026-09-15T08:36:25.684Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8192 | 2026-09-15T08:36:25.684Z | |
| 8193 | 2026-09-15T08:36:25.684Z | Doc-tests aal |
| 8194 | 2026-09-15T08:36:25.999Z | |
| 8195 | 2026-09-15T08:36:25.999Z | running 0 tests |
| 8196 | 2026-09-15T08:36:25.999Z | |
| 8197 | 2026-09-15T08:36:26.003Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8198 | 2026-09-15T08:36:26.004Z | |
| 8199 | 2026-09-15T08:36:26.026Z | Doc-tests aal_macros |
| 8200 | 2026-09-15T08:36:26.099Z | |
| 8201 | 2026-09-15T08:36:26.099Z | running 0 tests |
| 8202 | 2026-09-15T08:36:26.099Z | |
| 8203 | 2026-09-15T08:36:26.099Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8204 | 2026-09-15T08:36:26.099Z | |
| 8205 | 2026-09-15T08:36:26.112Z | Doc-tests common |
| 8206 | 2026-09-15T08:36:26.349Z | |
| 8207 | 2026-09-15T08:36:26.349Z | running 0 tests |
| 8208 | 2026-09-15T08:36:26.349Z | |
| 8209 | 2026-09-15T08:36:26.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8210 | 2026-09-15T08:36:26.349Z | |
| 8211 | 2026-09-15T08:36:26.376Z | Doc-tests dpd_api |
| 8212 | 2026-09-15T08:36:27.097Z | |
| 8213 | 2026-09-15T08:36:27.097Z | running 2 tests |
| 8214 | 2026-09-15T08:36:27.097Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8215 | 2026-09-15T08:36:27.097Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8216 | 2026-09-15T08:36:27.097Z | |
| 8217 | 2026-09-15T08:36:27.097Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8218 | 2026-09-15T08:36:27.097Z | |
| 8219 | 2026-09-15T08:36:27.129Z | Doc-tests dpd_client |
| 8220 | 2026-09-15T08:36:28.540Z | |
| 8221 | 2026-09-15T08:36:28.540Z | running 0 tests |
| 8222 | 2026-09-15T08:36:28.540Z | |
| 8223 | 2026-09-15T08:36:28.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8224 | 2026-09-15T08:36:28.540Z | |
| 8225 | 2026-09-15T08:36:28.596Z | Doc-tests dpd_types |
| 8226 | 2026-09-15T08:36:28.777Z | |
| 8227 | 2026-09-15T08:36:28.777Z | running 0 tests |
| 8228 | 2026-09-15T08:36:28.777Z | |
| 8229 | 2026-09-15T08:36:28.777Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8230 | 2026-09-15T08:36:28.777Z | |
| 8231 | 2026-09-15T08:36:28.801Z | Doc-tests dpd_types_versions |
| 8232 | 2026-09-15T08:36:30.306Z | |
| 8233 | 2026-09-15T08:36:30.306Z | running 1 test |
| 8234 | 2026-09-15T08:36:30.306Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8235 | 2026-09-15T08:36:30.306Z | |
| 8236 | 2026-09-15T08:36:30.306Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8237 | 2026-09-15T08:36:30.306Z | |
| 8238 | 2026-09-15T08:36:30.356Z | Doc-tests packet |
| 8239 | 2026-09-15T08:36:30.573Z | |
| 8240 | 2026-09-15T08:36:30.574Z | running 0 tests |
| 8241 | 2026-09-15T08:36:30.574Z | |
| 8242 | 2026-09-15T08:36:30.574Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8243 | 2026-09-15T08:36:30.574Z | |
| 8244 | 2026-09-15T08:36:30.600Z | Doc-tests pcap |
| 8245 | 2026-09-15T08:36:30.652Z | |
| 8246 | 2026-09-15T08:36:30.652Z | running 0 tests |
| 8247 | 2026-09-15T08:36:30.652Z | |
| 8248 | 2026-09-15T08:36:30.652Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8249 | 2026-09-15T08:36:30.652Z | |
| 8250 | 2026-09-15T08:36:30.701Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8251 | 2026-09-15T08:36:30.701Z | + RUST_BACKTRACE=full |
| 8252 | 2026-09-15T08:36:30.701Z | + cargo test --features chaos --no-fail-fast |
| 8253 | 2026-09-15T08:36:31.304Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8254 | 2026-09-15T08:36:31.385Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8255 | 2026-09-15T08:36:31.393Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8256 | 2026-09-15T08:36:40.010Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8257 | 2026-09-15T08:36:40.077Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8258 | 2026-09-15T08:37:22.198Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.47s |
| 8259 | 2026-09-15T08:37:22.319Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 8260 | 2026-09-15T08:37:22.329Z | |
| 8261 | 2026-09-15T08:37:22.329Z | running 0 tests |
| 8262 | 2026-09-15T08:37:22.329Z | |
| 8263 | 2026-09-15T08:37:22.332Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8264 | 2026-09-15T08:37:22.333Z | |
| 8265 | 2026-09-15T08:37:22.333Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8266 | 2026-09-15T08:37:22.336Z | |
| 8267 | 2026-09-15T08:37:22.336Z | running 0 tests |
| 8268 | 2026-09-15T08:37:22.336Z | |
| 8269 | 2026-09-15T08:37:22.336Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8270 | 2026-09-15T08:37:22.336Z | |
| 8271 | 2026-09-15T08:37:22.337Z | Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c) |
| 8272 | 2026-09-15T08:37:22.345Z | |
| 8273 | 2026-09-15T08:37:22.345Z | running 0 tests |
| 8274 | 2026-09-15T08:37:22.345Z | |
| 8275 | 2026-09-15T08:37:22.345Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8276 | 2026-09-15T08:37:22.345Z | |
| 8277 | 2026-09-15T08:37:22.345Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 8278 | 2026-09-15T08:37:22.364Z | |
| 8279 | 2026-09-15T08:37:22.364Z | running 4 tests |
| 8280 | 2026-09-15T08:37:22.368Z | test nat::tests::test_vni ... ok |
| 8281 | 2026-09-15T08:37:22.368Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8282 | 2026-09-15T08:37:22.372Z | test test_purge ... ok |
| 8283 | 2026-09-15T08:37:22.376Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8284 | 2026-09-15T08:37:22.376Z | |
| 8285 | 2026-09-15T08:37:22.376Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8286 | 2026-09-15T08:37:22.376Z | |
| 8287 | 2026-09-15T08:37:22.379Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 8288 | 2026-09-15T08:37:22.400Z | |
| 8289 | 2026-09-15T08:37:22.400Z | running 1 test |
| 8290 | 2026-09-15T08:37:22.404Z | ------- |
| 8291 | 2026-09-15T08:37:22.405Z | Generating OpenAPI documents from API definitions ... |
| 8292 | 2026-09-15T08:37:22.565Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8293 | 2026-09-15T08:37:22.638Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8294 | 2026-09-15T08:37:23.700Z | ------- |
| 8295 | 2026-09-15T08:37:23.700Z | Checking 13 OpenAPI documents... |
| 8296 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8297 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8298 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8299 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8300 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8301 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8302 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8303 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8304 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8305 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8306 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8307 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8308 | 2026-09-15T08:37:23.704Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8309 | 2026-09-15T08:37:23.705Z | Fresh dpd "latest" symlink |
| 8310 | 2026-09-15T08:37:23.705Z | ------- |
| 8311 | 2026-09-15T08:37:23.705Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8312 | 2026-09-15T08:37:23.774Z | test test::test_apis_up_to_date ... ok |
| 8313 | 2026-09-15T08:37:23.774Z | |
| 8314 | 2026-09-15T08:37:23.774Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s |
| 8315 | 2026-09-15T08:37:23.774Z | |
| 8316 | 2026-09-15T08:37:23.837Z | Running unittests src/main.rs (target/debug/deps/dpd-9c12dacd9659a21c) |
| 8317 | 2026-09-15T08:37:23.844Z | |
| 8318 | 2026-09-15T08:37:23.844Z | running 60 tests |
| 8319 | 2026-09-15T08:37:23.848Z | test freemap::test_ordering ... ok |
| 8320 | 2026-09-15T08:37:23.848Z | test config::tests::test_updates ... ok |
| 8321 | 2026-09-15T08:37:23.848Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8322 | 2026-09-15T08:37:23.848Z | test freemap::test_split ... ok |
| 8323 | 2026-09-15T08:37:23.849Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8324 | 2026-09-15T08:37:23.849Z | test macaddrs::tests::test_mac_offset ... ok |
| 8325 | 2026-09-15T08:37:23.853Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8326 | 2026-09-15T08:37:23.853Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8327 | 2026-09-15T08:37:23.853Z | Sep 15 08:37:22.066 DEBG created new freemapSep 15 08:37:22.066 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 8328 | 2026-09-15T08:37:23.853Z | |
| 8329 | 2026-09-15T08:37:23.854Z | Sep 15 08:37:22.067 DEBG initted freemap. size: 128, unit: freemap_test |
| 8330 | 2026-09-15T08:37:23.854Z | Sep 15 08:37:22.067Sep 15 08:37:22.067 DEBGDEBG reset freemapinitted freemap. size: 128Sep 15 08:37:22.067, , unitDEBG:unitSep 15 08:37:22.067 freemap_testcreated new freemap |
| 8331 | 2026-09-15T08:37:23.854Z | : , DEBGfreemap_test Sep 15 08:37:22.067created new freemap |
| 8332 | 2026-09-15T08:37:23.854Z | DEBG, unitreset freemap:, unitunitfreemap_test:: |
| 8333 | 2026-09-15T08:37:23.854Z | test mcast::tests::test_canonicalize_sources ... ok |
| 8334 | 2026-09-15T08:37:23.854Z | freemap_testfreemap_test |
| 8335 | 2026-09-15T08:37:23.854Z | |
| 8336 | 2026-09-15T08:37:23.854Z | Sep 15 08:37:22.067 DEBG Sep 15 08:37:22.067initted freemap. size: 128 , DEBGunit :initted freemap. size: 128 , freemap_testunit |
| 8337 | 2026-09-15T08:37:23.854Z | : freemap_test |
| 8338 | 2026-09-15T08:37:23.854Z | Sep 15 08:37:22.067 DEBG Sep 15 08:37:22.067reset freemap , DEBGunit :reset freemap , freemap_testunit |
| 8339 | 2026-09-15T08:37:23.854Z | : freemap_test |
| 8340 | 2026-09-15T08:37:23.854Z | test freemap::test_exhaustion ... ok |
| 8341 | 2026-09-15T08:37:23.855Z | test freemap::test_basic ... ok |
| 8342 | 2026-09-15T08:37:23.855Z | test freemap::test_reclaim ... ok |
| 8343 | 2026-09-15T08:37:23.855Z | test freemap::test_free ... ok |
| 8344 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 8345 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 8346 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 8347 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 8348 | 2026-09-15T08:37:23.855Z | Sep 15 08:37:22.067 DEBG created new freemap, unit: freemap_test |
| 8349 | 2026-09-15T08:37:23.855Z | Sep 15 08:37:22.067 DEBG initted freemap. size: 8, unit: freemap_test |
| 8350 | 2026-09-15T08:37:23.855Z | Sep 15 08:37:22.067 DEBG reset freemap, unit: freemap_test |
| 8351 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 8352 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 8353 | 2026-09-15T08:37:23.855Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8354 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 8355 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 8356 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_sources_contain_any ... ok |
| 8357 | 2026-09-15T08:37:23.855Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 8358 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 8359 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 8360 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 8361 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 8362 | 2026-09-15T08:37:23.856Z | test api_server::tests::test_build_info ... ok |
| 8363 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 8364 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 8365 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 8366 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 8367 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 8368 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 8369 | 2026-09-15T08:37:23.856Z | test mcast::tests::test_id_range_boundaries ... ok |
| 8370 | 2026-09-15T08:37:23.856Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 8371 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_validate_tag ... ok |
| 8372 | 2026-09-15T08:37:23.856Z | test nat::test_mapping ... ok |
| 8373 | 2026-09-15T08:37:23.856Z | test port_map::tests::test_backplane_group ... ok |
| 8374 | 2026-09-15T08:37:23.856Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 8375 | 2026-09-15T08:37:23.856Z | Sep 15 08:37:22.069 DEBG created new freemap, unit: freemap_test |
| 8376 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.069 DEBG initted freemap. size: 128, unit: freemap_test |
| 8377 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.069 DEBG reset freemap, unit: freemap_test |
| 8378 | 2026-09-15T08:37:23.857Z | test port_map::tests::test_port_map ... ok |
| 8379 | 2026-09-15T08:37:23.857Z | test freemap::test_span ... ok |
| 8380 | 2026-09-15T08:37:23.857Z | test port_map::tests::dump_map ... ok |
| 8381 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.069 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8382 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.070 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8383 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.070 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8384 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.070 Sep 15 08:37:22.070DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv4 |
| 8385 | 2026-09-15T08:37:23.857Z | freemap_route_ipv4 |
| 8386 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBG initted freemap. size: 64created new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 8387 | 2026-09-15T08:37:23.857Z | |
| 8388 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 8389 | 2026-09-15T08:37:23.857Z | |
| 8390 | 2026-09-15T08:37:23.857Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 8391 | 2026-09-15T08:37:23.857Z | , unit: freemap_route_ipv4Sep 15 08:37:22.070 |
| 8392 | 2026-09-15T08:37:23.857Z | 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 15 08:37:22.070 |
| 8393 | 2026-09-15T08:37:23.857Z | DEBG initted freemap. size: 64, Sep 15 08:37:22.070unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8394 | 2026-09-15T08:37:23.858Z | |
| 8395 | 2026-09-15T08:37:23.858Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 8396 | 2026-09-15T08:37:23.858Z | unit: freemap_route_ipv6 |
| 8397 | 2026-09-15T08:37:23.858Z | Sep 15 08:37:22.070 INFO Sep 15 08:37:22.070adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8398 | 2026-09-15T08:37:23.858Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8399 | 2026-09-15T08:37:23.858Z | Sep 15 08:37:22.070 DEBG Sep 15 08:37:22.070replacing 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 } }] |
| 8400 | 2026-09-15T08:37:23.858Z | 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 15 08:37:22.070Sep 15 08:37:22.070 DEBGINFO created new freemap |
| 8401 | 2026-09-15T08:37:23.858Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 8402 | 2026-09-15T08:37:23.858Z | unit: freemap_route_ipv4Sep 15 08:37:22.070Sep 15 08:37:22.070 |
| 8403 | 2026-09-15T08:37:23.858Z | DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:37:22.070 |
| 8404 | 2026-09-15T08:37:23.858Z | |
| 8405 | 2026-09-15T08:37:23.858Z | DEBG created new freemap, Sep 15 08:37:22.070Sep 15 08:37:22.070 unitDEBG: INFOfreemap_route_ipv6 |
| 8406 | 2026-09-15T08:37:23.858Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8407 | 2026-09-15T08:37:23.858Z | |
| 8408 | 2026-09-15T08:37:23.858Z | Sep 15 08:37:22.070 DEBGSep 15 08:37:22.070Sep 15 08:37:22.070 Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBG INFOcreated new freemapreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, |
| 8409 | 2026-09-15T08:37:23.858Z | unitadding route 3fff:dead::/64 -> 2001:db8::55:3 created new freemap: |
| 8410 | 2026-09-15T08:37:23.858Z | , freemap_route_ipv4Sep 15 08:37:22.070 |
| 8411 | 2026-09-15T08:37:23.858Z | unitINFO :initted freemap. size: 64 , Sep 15 08:37:22.070Sep 15 08:37:22.070freemap_route_ipv4 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8412 | 2026-09-15T08:37:23.858Z | |
| 8413 | 2026-09-15T08:37:23.858Z | DEBG DEBGunit created new freemap:, unitSep 15 08:37:22.070replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 8414 | 2026-09-15T08:37:23.859Z | DEBGSep 15 08:37:22.070freemap_route_ipv6Sep 15 08:37:22.070 freemap_route_ipv4 |
| 8415 | 2026-09-15T08:37:23.859Z | 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 } }] |
| 8416 | 2026-09-15T08:37:23.859Z | |
| 8417 | 2026-09-15T08:37:23.859Z | DEBGINFO Sep 15 08:37:22.070created new freemapSep 15 08:37:22.070 , DEBGunit adding route 3fff:dead::/64 -> 2001:db8::55:4INFOinitted freemap. size: 64: |
| 8418 | 2026-09-15T08:37:23.859Z | , adding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 15 08:37:22.070unit: freemap_route_ipv4DEBG |
| 8419 | 2026-09-15T08:37:23.859Z | Sep 15 08:37:22.070 |
| 8420 | 2026-09-15T08:37:23.859Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8421 | 2026-09-15T08:37:23.859Z | DEBGfreemap_route_ipv6 Sep 15 08:37:22.070replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8422 | 2026-09-15T08:37:23.859Z | reset freemapSep 15 08:37:22.070DEBG |
| 8423 | 2026-09-15T08:37:23.859Z | reset freemap , , unitDEBG:Sep 15 08:37:22.070 unitreplacing 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 } }]: |
| 8424 | 2026-09-15T08:37:23.859Z | Sep 15 08:37:22.070 freemap_route_ipv4 freemap_route_ipv4DEBG |
| 8425 | 2026-09-15T08:37:23.864Z | |
| 8426 | 2026-09-15T08:37:23.864Z | INFOSep 15 08:37:22.070 Sep 15 08:37:22.070adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 15 08:37:22.070 |
| 8427 | 2026-09-15T08:37:23.864Z | INFOinitted freemap. size: 64DEBG , DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8428 | 2026-09-15T08:37:23.864Z | , unitinitted freemap. size: 64Sep 15 08:37:22.070, unitunit :DEBG ::freemap_route_ipv4 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 |
| 8429 | 2026-09-15T08:37:23.864Z | freemap_route_ipv6 |
| 8430 | 2026-09-15T08:37:23.864Z | |
| 8431 | 2026-09-15T08:37:23.864Z | |
| 8432 | 2026-09-15T08:37:23.865Z | Sep 15 08:37:22.070Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBG DEBG reset freemap DEBGreset freemap, , unitreset freemapSep 15 08:37:22.070:, unitSep 15 08:37:22.070freemap_route_ipv6unit 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 } }]INFO |
| 8433 | 2026-09-15T08:37:23.865Z | |
| 8434 | 2026-09-15T08:37:23.865Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8435 | 2026-09-15T08:37:23.865Z | freemap_route_ipv4 Sep 15 08:37:22.070Sep 15 08:37:22.070Sep 15 08:37:22.070 |
| 8436 | 2026-09-15T08:37:23.865Z | freemap_route_ipv6 |
| 8437 | 2026-09-15T08:37:23.865Z | DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8438 | 2026-09-15T08:37:23.865Z | |
| 8439 | 2026-09-15T08:37:23.865Z | |
| 8440 | 2026-09-15T08:37:23.865Z | Sep 15 08:37:22.070 Sep 15 08:37:22.070Sep 15 08:37:22.070 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 } }] |
| 8441 | 2026-09-15T08:37:23.865Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8442 | 2026-09-15T08:37:23.865Z | |
| 8443 | 2026-09-15T08:37:23.865Z | Sep 15 08:37:22.070Sep 15 08:37:22.070Sep 15 08:37:22.070 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8444 | 2026-09-15T08:37:23.865Z | |
| 8445 | 2026-09-15T08:37:23.866Z | 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 } }] |
| 8446 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8447 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 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 } }] |
| 8448 | 2026-09-15T08:37:23.866Z | |
| 8449 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8450 | 2026-09-15T08:37:23.866Z | |
| 8451 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8452 | 2026-09-15T08:37:23.866Z | |
| 8453 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8454 | 2026-09-15T08:37:23.866Z | |
| 8455 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8456 | 2026-09-15T08:37:23.866Z | |
| 8457 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8458 | 2026-09-15T08:37:23.866Z | |
| 8459 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 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 } }] |
| 8460 | 2026-09-15T08:37:23.866Z | |
| 8461 | 2026-09-15T08:37:23.866Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8462 | 2026-09-15T08:37:23.866Z | |
| 8463 | 2026-09-15T08:37:23.867Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBG DEBGDEBGinitted freemap. size: 64 , 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 } }]unitreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8464 | 2026-09-15T08:37:23.867Z | |
| 8465 | 2026-09-15T08:37:23.867Z | : freemap_route_ipv6Sep 15 08:37:22.070 |
| 8466 | 2026-09-15T08:37:23.867Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8467 | 2026-09-15T08:37:23.867Z | Sep 15 08:37:22.070 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 15 08:37:22.070 |
| 8468 | 2026-09-15T08:37:23.867Z | DEBG reset freemap, Sep 15 08:37:22.070unit :INFO freemap_route_ipv6adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8469 | 2026-09-15T08:37:23.867Z | |
| 8470 | 2026-09-15T08:37:23.867Z | Sep 15 08:37:22.070 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 } }] |
| 8471 | 2026-09-15T08:37:23.867Z | Sep 15 08:37:22.070 INFOSep 15 08:37:22.070 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8472 | 2026-09-15T08:37:23.867Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8473 | 2026-09-15T08:37:23.867Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 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 } }]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 } }] |
| 8474 | 2026-09-15T08:37:23.867Z | |
| 8475 | 2026-09-15T08:37:23.867Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:37:22.070Sep 15 08:37:22.070 |
| 8476 | 2026-09-15T08:37:23.867Z | INFO INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8477 | 2026-09-15T08:37:23.867Z | |
| 8478 | 2026-09-15T08:37:23.867Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBGDEBGSep 15 08:37:22.070 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 |
| 8479 | 2026-09-15T08:37:23.868Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8480 | 2026-09-15T08:37:23.868Z | |
| 8481 | 2026-09-15T08:37:23.868Z | Sep 15 08:37:22.070 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 15 08:37:22.070Sep 15 08:37:22.070 |
| 8482 | 2026-09-15T08:37:23.868Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8483 | 2026-09-15T08:37:23.868Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 15 08:37:22.070 |
| 8484 | 2026-09-15T08:37:23.868Z | Sep 15 08:37:22.070DEBG Sep 15 08:37:22.070replacing 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 } }] |
| 8485 | 2026-09-15T08:37:23.868Z | DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8486 | 2026-09-15T08:37:23.868Z | |
| 8487 | 2026-09-15T08:37:23.868Z | Sep 15 08:37:22.070 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 15 08:37:22.070 |
| 8488 | 2026-09-15T08:37:23.868Z | Sep 15 08:37:22.070INFO INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 15 08:37:22.070adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8489 | 2026-09-15T08:37:23.868Z | |
| 8490 | 2026-09-15T08:37:23.868Z | 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 } }] |
| 8491 | 2026-09-15T08:37:23.868Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:37:22.070 |
| 8492 | 2026-09-15T08:37:23.868Z | INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8493 | 2026-09-15T08:37:23.868Z | |
| 8494 | 2026-09-15T08:37:23.868Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 Sep 15 08:37:22.070INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 8495 | 2026-09-15T08:37:23.868Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8496 | 2026-09-15T08:37:23.869Z | |
| 8497 | 2026-09-15T08:37:23.869Z | Sep 15 08:37:22.070 DEBG Sep 15 08:37:22.070replacing 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 } }] |
| 8498 | 2026-09-15T08:37:23.869Z | Sep 15 08:37:22.070DEBG 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 } }] |
| 8499 | 2026-09-15T08:37:23.869Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffSep 15 08:37:22.070 |
| 8500 | 2026-09-15T08:37:23.869Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8501 | 2026-09-15T08:37:23.869Z | Sep 15 08:37:22.070Sep 15 08:37:22.070 INFO DEBGSep 15 08:37:22.070adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8502 | 2026-09-15T08:37:23.869Z | DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8503 | 2026-09-15T08:37:23.869Z | 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 } }] |
| 8504 | 2026-09-15T08:37:23.869Z | Sep 15 08:37:22.070 Sep 15 08:37:22.070DEBG Sep 15 08:37:22.070 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 |
| 8505 | 2026-09-15T08:37:23.869Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8506 | 2026-09-15T08:37:23.869Z | INFOSep 15 08:37:22.071Sep 15 08:37:22.071 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8507 | 2026-09-15T08:37:23.869Z | Sep 15 08:37:22.071 INFOSep 15 08:37:22.071 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8508 | 2026-09-15T08:37:23.869Z | 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 } }] |
| 8509 | 2026-09-15T08:37:23.870Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8510 | 2026-09-15T08:37:23.870Z | |
| 8511 | 2026-09-15T08:37:23.870Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 8512 | 2026-09-15T08:37:23.870Z | |
| 8513 | 2026-09-15T08:37:23.870Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8514 | 2026-09-15T08:37:23.870Z | |
| 8515 | 2026-09-15T08:37:23.870Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 8516 | 2026-09-15T08:37:23.870Z | |
| 8517 | 2026-09-15T08:37:23.870Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 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:12::/64 -> 2001:db8::55:ff |
| 8518 | 2026-09-15T08:37:23.870Z | |
| 8519 | 2026-09-15T08:37:23.870Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 8520 | 2026-09-15T08:37:23.870Z | |
| 8521 | 2026-09-15T08:37:23.871Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8522 | 2026-09-15T08:37:23.871Z | |
| 8523 | 2026-09-15T08:37:23.871Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 8524 | 2026-09-15T08:37:23.871Z | |
| 8525 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8526 | 2026-09-15T08:37:23.876Z | |
| 8527 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 8528 | 2026-09-15T08:37:23.876Z | |
| 8529 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8530 | 2026-09-15T08:37:23.876Z | |
| 8531 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 8532 | 2026-09-15T08:37:23.876Z | |
| 8533 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071 Sep 15 08:37:22.071INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8534 | 2026-09-15T08:37:23.876Z | 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 } }] |
| 8535 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071 Sep 15 08:37:22.071DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8536 | 2026-09-15T08:37:23.876Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8537 | 2026-09-15T08:37:23.876Z | Sep 15 08:37:22.071 Sep 15 08:37:22.071INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8538 | 2026-09-15T08:37:23.877Z | 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 } }] |
| 8539 | 2026-09-15T08:37:23.877Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8540 | 2026-09-15T08:37:23.877Z | |
| 8541 | 2026-09-15T08:37:23.877Z | 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 } }]Sep 15 08:37:22.071Sep 15 08:37:22.071 |
| 8542 | 2026-09-15T08:37:23.877Z | DEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8543 | 2026-09-15T08:37:23.877Z | INFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8544 | 2026-09-15T08:37:23.877Z | |
| 8545 | 2026-09-15T08:37:23.877Z | Sep 15 08:37:22.071 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8546 | 2026-09-15T08:37:23.877Z | Sep 15 08:37:22.071DEBG 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 } }] |
| 8547 | 2026-09-15T08:37:23.877Z | Sep 15 08:37:22.071 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 } }] |
| 8548 | 2026-09-15T08:37:23.877Z | 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 15 08:37:22.071 |
| 8549 | 2026-09-15T08:37:23.877Z | INFO Sep 15 08:37:22.071adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFO |
| 8550 | 2026-09-15T08:37:23.877Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8551 | 2026-09-15T08:37:23.877Z | Sep 15 08:37:22.071 Sep 15 08:37:22.071INFO DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8552 | 2026-09-15T08:37:23.877Z | 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 } }] |
| 8553 | 2026-09-15T08:37:23.877Z | |
| 8554 | 2026-09-15T08:37:23.877Z | Sep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8555 | 2026-09-15T08:37:23.877Z | 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:1a::/64 -> 2001:db8::55:ff |
| 8556 | 2026-09-15T08:37:23.877Z | |
| 8557 | 2026-09-15T08:37:23.878Z | Sep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8558 | 2026-09-15T08:37:23.878Z | adding route 3fff:beef:18::/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 } }] |
| 8559 | 2026-09-15T08:37:23.878Z | |
| 8560 | 2026-09-15T08:37:23.878Z | Sep 15 08:37:22.071 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 15 08:37:22.071Sep 15 08:37:22.071 |
| 8561 | 2026-09-15T08:37:23.878Z | INFODEBGSep 15 08:37:22.071 DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8562 | 2026-09-15T08:37:23.878Z | |
| 8563 | 2026-09-15T08:37:23.878Z | |
| 8564 | 2026-09-15T08:37:23.878Z | Sep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 8565 | 2026-09-15T08:37:23.878Z | adding route 3fff:beef:19::/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 } }] |
| 8566 | 2026-09-15T08:37:23.878Z | |
| 8567 | 2026-09-15T08:37:23.878Z | Sep 15 08:37:22.071 Sep 15 08:37:22.071Sep 15 08:37:22.071DEBG 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 } }]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 |
| 8568 | 2026-09-15T08:37:23.878Z | |
| 8569 | 2026-09-15T08:37:23.878Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8570 | 2026-09-15T08:37:23.878Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFOSep 15 08:37:22.071 INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8571 | 2026-09-15T08:37:23.878Z | 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 } }] |
| 8572 | 2026-09-15T08:37:23.878Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8573 | 2026-09-15T08:37:23.878Z | Sep 15 08:37:22.071 DEBGSep 15 08:37:22.071Sep 15 08:37:22.071 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 } }]DEBG |
| 8574 | 2026-09-15T08:37:23.878Z | INFO adding route 3fff:beef:1d::/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 } }] |
| 8575 | 2026-09-15T08:37:23.879Z | |
| 8576 | 2026-09-15T08:37:23.879Z | Sep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFOINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8577 | 2026-09-15T08:37:23.879Z | |
| 8578 | 2026-09-15T08:37:23.879Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8579 | 2026-09-15T08:37:23.879Z | Sep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGINFO DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8580 | 2026-09-15T08:37:23.879Z | 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:1e::/64 -> 2001:db8::55:ff |
| 8581 | 2026-09-15T08:37:23.879Z | |
| 8582 | 2026-09-15T08:37:23.879Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 Sep 15 08:37:22.071INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 8583 | 2026-09-15T08:37:23.879Z | 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 } }] |
| 8584 | 2026-09-15T08:37:23.879Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8585 | 2026-09-15T08:37:23.879Z | Sep 15 08:37:22.071 Sep 15 08:37:22.071DEBG 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 } }]Sep 15 08:37:22.071 |
| 8586 | 2026-09-15T08:37:23.879Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8587 | 2026-09-15T08:37:23.879Z | Sep 15 08:37:22.071Sep 15 08:37:22.071DEBG 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 } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8588 | 2026-09-15T08:37:23.879Z | |
| 8589 | 2026-09-15T08:37:23.879Z | DEBG created new freemapSep 15 08:37:22.071, Sep 15 08:37:22.071 Sep 15 08:37:22.071DEBG unit INFO: replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8590 | 2026-09-15T08:37:23.879Z | |
| 8591 | 2026-09-15T08:37:23.879Z | DEBGfreemap_route_ipv4 |
| 8592 | 2026-09-15T08:37:23.879Z | 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 15 08:37:22.071 |
| 8593 | 2026-09-15T08:37:23.880Z | Sep 15 08:37:22.071 INFO DEBGSep 15 08:37:22.071Sep 15 08:37:22.071adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8594 | 2026-09-15T08:37:23.880Z | |
| 8595 | 2026-09-15T08:37:23.880Z | |
| 8596 | 2026-09-15T08:37:23.880Z | DEBG created new freemapSep 15 08:37:22.071, Sep 15 08:37:22.071 Sep 15 08:37:22.071unit INFO:DEBGDEBG freemap_route_ipv6 |
| 8597 | 2026-09-15T08:37:23.880Z | 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:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8598 | 2026-09-15T08:37:23.880Z | |
| 8599 | 2026-09-15T08:37:23.880Z | |
| 8600 | 2026-09-15T08:37:23.880Z | Sep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 Sep 15 08:37:22.071 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8601 | 2026-09-15T08:37:23.880Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8602 | 2026-09-15T08:37:23.880Z | 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 15 08:37:22.071 |
| 8603 | 2026-09-15T08:37:23.880Z | DEBG Sep 15 08:37:22.071replacing 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 } }] |
| 8604 | 2026-09-15T08:37:23.880Z | Sep 15 08:37:22.071initted freemap. size: 64DEBG, unit INFO:replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:37:22.071 freemap_route_ipv4 |
| 8605 | 2026-09-15T08:37:23.880Z | |
| 8606 | 2026-09-15T08:37:23.880Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8607 | 2026-09-15T08:37:23.880Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 INFODEBG Sep 15 08:37:22.071adding route 3fff:beef:22::/64 -> 2001:db8::55:ff reset freemap |
| 8608 | 2026-09-15T08:37:23.880Z | 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 } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8609 | 2026-09-15T08:37:23.880Z | |
| 8610 | 2026-09-15T08:37:23.881Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGDEBG Sep 15 08:37:22.071replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8611 | 2026-09-15T08:37:23.881Z | INFO |
| 8612 | 2026-09-15T08:37:23.881Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8613 | 2026-09-15T08:37:23.881Z | INFOSep 15 08:37:22.071 Sep 15 08:37:22.071 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGINFO 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 } }] |
| 8614 | 2026-09-15T08:37:23.881Z | |
| 8615 | 2026-09-15T08:37:23.881Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8616 | 2026-09-15T08:37:23.881Z | Sep 15 08:37:22.071 DEBGSep 15 08:37:22.071 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 15 08:37:22.071INFO |
| 8617 | 2026-09-15T08:37:23.881Z | DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8618 | 2026-09-15T08:37:23.881Z | Sep 15 08:37:22.071replacing 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 } }] |
| 8619 | 2026-09-15T08:37:23.881Z | INFOSep 15 08:37:22.071 Sep 15 08:37:22.071adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8620 | 2026-09-15T08:37:23.881Z | 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 } }] |
| 8621 | 2026-09-15T08:37:23.881Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8622 | 2026-09-15T08:37:23.881Z | DEBG Sep 15 08:37:22.071Sep 15 08:37:22.071 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8623 | 2026-09-15T08:37:23.881Z | 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:11::/64 -> 2001:db8::55:ff |
| 8624 | 2026-09-15T08:37:23.881Z | |
| 8625 | 2026-09-15T08:37:23.886Z | Sep 15 08:37:22.071 INFO Sep 15 08:37:22.071adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8626 | 2026-09-15T08:37:23.886Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8627 | 2026-09-15T08:37:23.886Z | Sep 15 08:37:22.071 DEBGSep 15 08:37:22.071 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 15 08:37:22.071DEBG |
| 8628 | 2026-09-15T08:37:23.886Z | 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 |
| 8629 | 2026-09-15T08:37:23.886Z | 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 15 08:37:22.071 |
| 8630 | 2026-09-15T08:37:23.886Z | Sep 15 08:37:22.071INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOSep 15 08:37:22.071 |
| 8631 | 2026-09-15T08:37:23.886Z | INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8632 | 2026-09-15T08:37:23.887Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8633 | 2026-09-15T08:37:23.887Z | DEBGSep 15 08:37:22.071 Sep 15 08:37:22.071 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 8634 | 2026-09-15T08:37:23.887Z | |
| 8635 | 2026-09-15T08:37:23.887Z | 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 } }] |
| 8636 | 2026-09-15T08:37:23.887Z | Sep 15 08:37:22.071 INFO Sep 15 08:37:22.071adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8637 | 2026-09-15T08:37:23.887Z | INFOINFO Sep 15 08:37:22.071adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8638 | 2026-09-15T08:37:23.887Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8639 | 2026-09-15T08:37:23.887Z | 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 } }] |
| 8640 | 2026-09-15T08:37:23.887Z | Sep 15 08:37:22.071 DEBG Sep 15 08:37:22.071Sep 15 08:37:22.071 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 |
| 8641 | 2026-09-15T08:37:23.887Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 8642 | 2026-09-15T08:37:23.887Z | 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 } }] |
| 8643 | 2026-09-15T08:37:23.887Z | Sep 15 08:37:22.071 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8644 | 2026-09-15T08:37:23.887Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8645 | 2026-09-15T08:37:23.887Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8646 | 2026-09-15T08:37:23.887Z | |
| 8647 | 2026-09-15T08:37:23.887Z | Sep 15 08:37:22.071Sep 15 08:37:22.071 Sep 15 08:37:22.071INFOSep 15 08:37:22.071 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFO |
| 8648 | 2026-09-15T08:37:23.887Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8649 | 2026-09-15T08:37:23.887Z | |
| 8650 | 2026-09-15T08:37:23.887Z | DEBGSep 15 08:37:22.071Sep 15 08:37:22.071Sep 15 08:37:22.071 DEBG 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 } }] replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 8651 | 2026-09-15T08:37:23.887Z | |
| 8652 | 2026-09-15T08:37:23.888Z | |
| 8653 | 2026-09-15T08:37:23.888Z | Sep 15 08:37:22.071 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 } }]INFOSep 15 08:37:22.071 |
| 8654 | 2026-09-15T08:37:23.888Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8655 | 2026-09-15T08:37:23.888Z | Sep 15 08:37:22.071 INFOINFO Sep 15 08:37:22.071 Sep 15 08:37:22.071adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8656 | 2026-09-15T08:37:23.888Z | INFODEBG |
| 8657 | 2026-09-15T08:37:23.888Z | 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:26::/64 -> 2001:db8::55:ffSep 15 08:37:22.071 |
| 8658 | 2026-09-15T08:37:23.888Z | |
| 8659 | 2026-09-15T08:37:23.888Z | Sep 15 08:37:22.071Sep 15 08:37:22.071DEBG Sep 15 08:37:22.071 DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8660 | 2026-09-15T08:37:23.888Z | 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: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 } }] |
| 8661 | 2026-09-15T08:37:23.888Z | |
| 8662 | 2026-09-15T08:37:23.888Z | Sep 15 08:37:22.072 DEBG Sep 15 08:37:22.072replacing 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 } }] |
| 8663 | 2026-09-15T08:37:23.888Z | INFO |
| 8664 | 2026-09-15T08:37:23.888Z | Sep 15 08:37:22.072 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8665 | 2026-09-15T08:37:23.888Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8666 | 2026-09-15T08:37:23.888Z | |
| 8667 | 2026-09-15T08:37:23.888Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8668 | 2026-09-15T08:37:23.888Z | 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 } }] |
| 8669 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 Sep 15 08:37:22.072DEBG DEBGSep 15 08:37:22.072replacing 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 } }] |
| 8670 | 2026-09-15T08:37:23.889Z | 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 } }] |
| 8671 | 2026-09-15T08:37:23.889Z | 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 } }] |
| 8672 | 2026-09-15T08:37:23.889Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8673 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 INFO INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8674 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8675 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072 |
| 8676 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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: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 } }] |
| 8677 | 2026-09-15T08:37:23.889Z | |
| 8678 | 2026-09-15T08:37:23.889Z | |
| 8679 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072Sep 15 08:37:22.072Sep 15 08:37:22.072 Sep 15 08:37:22.072 INFODEBGINFO 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 } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8680 | 2026-09-15T08:37:23.889Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8681 | 2026-09-15T08:37:23.889Z | |
| 8682 | 2026-09-15T08:37:23.889Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8683 | 2026-09-15T08:37:23.889Z | Sep 15 08:37:22.072Sep 15 08:37:22.072Sep 15 08:37:22.072 DEBG DEBGSep 15 08:37:22.072 INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8684 | 2026-09-15T08:37:23.889Z | |
| 8685 | 2026-09-15T08:37:23.889Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG Sep 15 08:37:22.072Sep 15 08:37:22.072 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 } }] |
| 8686 | 2026-09-15T08:37:23.890Z | |
| 8687 | 2026-09-15T08:37:23.890Z | INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8688 | 2026-09-15T08:37:23.890Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8689 | 2026-09-15T08:37:23.890Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 Sep 15 08:37:22.072DEBG 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 } }]Sep 15 08:37:22.072 |
| 8690 | 2026-09-15T08:37:23.890Z | DEBG Sep 15 08:37:22.072adding route 3fff:beef:2a::/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 } }] |
| 8691 | 2026-09-15T08:37:23.890Z | INFO |
| 8692 | 2026-09-15T08:37:23.890Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 8693 | 2026-09-15T08:37:23.890Z | 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 } }] |
| 8694 | 2026-09-15T08:37:23.890Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 Sep 15 08:37:22.072 INFODEBGDEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8695 | 2026-09-15T08:37:23.890Z | Sep 15 08:37:22.072 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 15 08:37:22.072 |
| 8696 | 2026-09-15T08:37:23.890Z | |
| 8697 | 2026-09-15T08:37:23.890Z | 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 } }]Sep 15 08:37:22.072 |
| 8698 | 2026-09-15T08:37:23.890Z | INFOSep 15 08:37:22.072 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8699 | 2026-09-15T08:37:23.890Z | INFO |
| 8700 | 2026-09-15T08:37:23.890Z | Sep 15 08:37:22.072 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOSep 15 08:37:22.072 |
| 8701 | 2026-09-15T08:37:23.891Z | Sep 15 08:37:22.072adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBGDEBG |
| 8702 | 2026-09-15T08:37:23.891Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:37:22.072 |
| 8703 | 2026-09-15T08:37:23.891Z | |
| 8704 | 2026-09-15T08:37:23.891Z | DEBG Sep 15 08:37:22.072replacing 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 } }] |
| 8705 | 2026-09-15T08:37:23.891Z | INFOSep 15 08:37:22.072Sep 15 08:37:22.072 DEBGSep 15 08:37:22.072adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8706 | 2026-09-15T08:37:23.891Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8707 | 2026-09-15T08:37:23.891Z | 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 } }]INFOSep 15 08:37:22.072 |
| 8708 | 2026-09-15T08:37:23.891Z | DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff 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 } }] |
| 8709 | 2026-09-15T08:37:23.891Z | Sep 15 08:37:22.072 |
| 8710 | 2026-09-15T08:37:23.891Z | Sep 15 08:37:22.072 INFOSep 15 08:37:22.072Sep 15 08:37:22.072 DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGINFO |
| 8711 | 2026-09-15T08:37:23.891Z | 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:1f::/64 -> 2001:db8::55:ff |
| 8712 | 2026-09-15T08:37:23.891Z | 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 } }] |
| 8713 | 2026-09-15T08:37:23.891Z | |
| 8714 | 2026-09-15T08:37:23.891Z | Sep 15 08:37:22.072Sep 15 08:37:22.072Sep 15 08:37:22.072Sep 15 08:37:22.072 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 } }]INFO |
| 8715 | 2026-09-15T08:37:23.892Z | DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8716 | 2026-09-15T08:37:23.892Z | Sep 15 08:37:22.072replacing 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 } }] |
| 8717 | 2026-09-15T08:37:23.892Z | |
| 8718 | 2026-09-15T08:37:23.892Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8719 | 2026-09-15T08:37:23.892Z | INFO Sep 15 08:37:22.072Sep 15 08:37:22.072 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff DEBG |
| 8720 | 2026-09-15T08:37:23.892Z | 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 15 08:37:22.072 |
| 8721 | 2026-09-15T08:37:23.892Z | 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 } }]Sep 15 08:37:22.072replacing 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 15 08:37:22.072 |
| 8722 | 2026-09-15T08:37:23.892Z | |
| 8723 | 2026-09-15T08:37:23.892Z | DEBGINFOSep 15 08:37:22.072 Sep 15 08:37:22.072 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 8724 | 2026-09-15T08:37:23.892Z | INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8725 | 2026-09-15T08:37:23.897Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8726 | 2026-09-15T08:37:23.897Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8727 | 2026-09-15T08:37:23.897Z | DEBG Sep 15 08:37:22.072Sep 15 08:37:22.072 INFODEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 8728 | 2026-09-15T08:37:23.897Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8729 | 2026-09-15T08:37:23.897Z | |
| 8730 | 2026-09-15T08:37:23.897Z | Sep 15 08:37:22.072 Sep 15 08:37:22.072DEBG Sep 15 08:37:22.072INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8731 | 2026-09-15T08:37:23.897Z | Sep 15 08:37:22.072replacing 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: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 } }] |
| 8732 | 2026-09-15T08:37:23.897Z | Sep 15 08:37:22.072INFO |
| 8733 | 2026-09-15T08:37:23.897Z | DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Sep 15 08:37:22.072replacing 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 } }] |
| 8734 | 2026-09-15T08:37:23.897Z | INFO |
| 8735 | 2026-09-15T08:37:23.897Z | Sep 15 08:37:22.072adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8736 | 2026-09-15T08:37:23.897Z | INFOSep 15 08:37:22.072Sep 15 08:37:22.072 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8737 | 2026-09-15T08:37:23.897Z | Sep 15 08:37:22.072adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8738 | 2026-09-15T08:37:23.898Z | DEBGSep 15 08:37:22.072DEBG DEBGSep 15 08:37:22.072 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 } }] |
| 8739 | 2026-09-15T08:37:23.898Z | created new 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 } }], Sep 15 08:37:22.072unit DEBG:DEBG |
| 8740 | 2026-09-15T08:37:23.898Z | 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 } }] |
| 8741 | 2026-09-15T08:37:23.898Z | Sep 15 08:37:22.072 freemap_route_ipv4Sep 15 08:37:22.072 |
| 8742 | 2026-09-15T08:37:23.898Z | INFO Sep 15 08:37:22.072 INFOINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8743 | 2026-09-15T08:37:23.898Z | Sep 15 08:37:22.072 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8744 | 2026-09-15T08:37:23.898Z | DEBG |
| 8745 | 2026-09-15T08:37:23.898Z | 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 } }] |
| 8746 | 2026-09-15T08:37:23.898Z | created new freemapSep 15 08:37:22.072Sep 15 08:37:22.072 , 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 } }]Sep 15 08:37:22.072:DEBGSep 15 08:37:22.072 |
| 8747 | 2026-09-15T08:37:23.898Z | DEBG freemap_route_ipv6replacing 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 15 08:37:22.072 |
| 8748 | 2026-09-15T08:37:23.898Z | |
| 8749 | 2026-09-15T08:37:23.898Z | INFOINFO Sep 15 08:37:22.072 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8750 | 2026-09-15T08:37:23.898Z | |
| 8751 | 2026-09-15T08:37:23.898Z | 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:25::/64 -> 2001:db8::55:ff |
| 8752 | 2026-09-15T08:37:23.898Z | Sep 15 08:37:22.072 |
| 8753 | 2026-09-15T08:37:23.898Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 DEBG Sep 15 08:37:22.072DEBG 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 } }]Sep 15 08:37:22.072 |
| 8754 | 2026-09-15T08:37:23.898Z | DEBG INFOSep 15 08:37:22.072 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:33::/64 -> 2001:db8::55:ff |
| 8755 | 2026-09-15T08:37:23.898Z | 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 } }]initted freemap. size: 64 |
| 8756 | 2026-09-15T08:37:23.899Z | , unitINFO: Sep 15 08:37:22.072 |
| 8757 | 2026-09-15T08:37:23.899Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8758 | 2026-09-15T08:37:23.899Z | INFO Sep 15 08:37:22.072freemap_route_ipv4adding route 3fff:beef:26::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8759 | 2026-09-15T08:37:23.899Z | Sep 15 08:37:22.072DEBG |
| 8760 | 2026-09-15T08:37:23.899Z | 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 |
| 8761 | 2026-09-15T08:37:23.899Z | Sep 15 08:37:22.072 DEBG 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 } }]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 } }] |
| 8762 | 2026-09-15T08:37:23.899Z | Sep 15 08:37:22.072 Sep 15 08:37:22.072adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Sep 15 08:37:22.072 INFO |
| 8763 | 2026-09-15T08:37:23.899Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8764 | 2026-09-15T08:37:23.899Z | |
| 8765 | 2026-09-15T08:37:23.899Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8766 | 2026-09-15T08:37:23.899Z | DEBG Sep 15 08:37:22.072Sep 15 08:37:22.072 DEBGreset freemapSep 15 08:37:22.072DEBG, unit Sep 15 08:37:22.072replacing 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 } }]: |
| 8767 | 2026-09-15T08:37:23.899Z | INFO DEBGSep 15 08:37:22.072 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 } }]INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8768 | 2026-09-15T08:37:23.900Z | freemap_route_ipv4 |
| 8769 | 2026-09-15T08:37:23.900Z | |
| 8770 | 2026-09-15T08:37:23.900Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8771 | 2026-09-15T08:37:23.900Z | INFO |
| 8772 | 2026-09-15T08:37:23.900Z | Sep 15 08:37:22.072adding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8773 | 2026-09-15T08:37:23.900Z | INFO DEBGSep 15 08:37:22.072Sep 15 08:37:22.072adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8774 | 2026-09-15T08:37:23.900Z | Sep 15 08:37:22.072DEBG DEBG DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:37:22.072initted freemap. size: 64 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:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8775 | 2026-09-15T08:37:23.900Z | |
| 8776 | 2026-09-15T08:37:23.900Z | unitDEBG 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 } }]: |
| 8777 | 2026-09-15T08:37:23.900Z | |
| 8778 | 2026-09-15T08:37:23.900Z | Sep 15 08:37:22.072freemap_route_ipv6Sep 15 08:37:22.072 |
| 8779 | 2026-09-15T08:37:23.901Z | Sep 15 08:37:22.072INFOSep 15 08:37:22.072 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 8780 | 2026-09-15T08:37:23.901Z | |
| 8781 | 2026-09-15T08:37:23.901Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8782 | 2026-09-15T08:37:23.901Z | Sep 15 08:37:22.072 |
| 8783 | 2026-09-15T08:37:23.901Z | Sep 15 08:37:22.072 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:37:22.072 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 } }] |
| 8784 | 2026-09-15T08:37:23.901Z | |
| 8785 | 2026-09-15T08:37:23.901Z | Sep 15 08:37:22.072 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 } }]DEBGSep 15 08:37:22.072Sep 15 08:37:22.072 |
| 8786 | 2026-09-15T08:37:23.901Z | reset freemapINFO adding route 3fff:beef:2a::/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 } }]INFO |
| 8787 | 2026-09-15T08:37:23.901Z | |
| 8788 | 2026-09-15T08:37:23.901Z | , unitSep 15 08:37:22.072: freemap_route_ipv6Sep 15 08:37:22.072 |
| 8789 | 2026-09-15T08:37:23.901Z | INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8790 | 2026-09-15T08:37:23.901Z | DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Sep 15 08:37:22.072INFO |
| 8791 | 2026-09-15T08:37:23.901Z | 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 |
| 8792 | 2026-09-15T08:37:23.901Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8793 | 2026-09-15T08:37:23.901Z | |
| 8794 | 2026-09-15T08:37:23.901Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 Sep 15 08:37:22.072DEBG 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: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 15 08:37:22.072 |
| 8795 | 2026-09-15T08:37:23.901Z | |
| 8796 | 2026-09-15T08:37:23.902Z | Sep 15 08:37:22.072 DEBGSep 15 08:37:22.072 INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Sep 15 08:37:22.072DEBG |
| 8797 | 2026-09-15T08:37:23.902Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8798 | 2026-09-15T08:37:23.902Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8799 | 2026-09-15T08:37:23.902Z | |
| 8800 | 2026-09-15T08:37:23.902Z | Sep 15 08:37:22.072INFOSep 15 08:37:22.072 DEBGSep 15 08:37:22.072 Sep 15 08:37:22.072 DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8801 | 2026-09-15T08:37:23.902Z | 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 } }]INFOINFO |
| 8802 | 2026-09-15T08:37:23.902Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8803 | 2026-09-15T08:37:23.902Z | |
| 8804 | 2026-09-15T08:37:23.902Z | Sep 15 08:37:22.072Sep 15 08:37:22.072 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8805 | 2026-09-15T08:37:23.902Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 15 08:37:22.072 |
| 8806 | 2026-09-15T08:37:23.902Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:37:22.072 Sep 15 08:37:22.072 DEBGDEBG DEBGSep 15 08:37:22.072replacing 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 15 08:37:22.072 |
| 8807 | 2026-09-15T08:37:23.902Z | 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 |
| 8808 | 2026-09-15T08:37:23.902Z | created new freemapreplacing 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 } }] |
| 8809 | 2026-09-15T08:37:23.902Z | Sep 15 08:37:22.072 |
| 8810 | 2026-09-15T08:37:23.903Z | , INFOunit: Sep 15 08:37:22.072DEBGSep 15 08:37:22.072Sep 15 08:37:22.072 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGINFO |
| 8811 | 2026-09-15T08:37:23.903Z | |
| 8812 | 2026-09-15T08:37:23.903Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv4replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8813 | 2026-09-15T08:37:23.903Z | |
| 8814 | 2026-09-15T08:37:23.903Z | Sep 15 08:37:22.073 |
| 8815 | 2026-09-15T08:37:23.903Z | DEBG |
| 8816 | 2026-09-15T08:37:23.903Z | Sep 15 08:37:22.073Sep 15 08:37:22.073 DEBGSep 15 08:37:22.073replacing 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 } }] |
| 8817 | 2026-09-15T08:37:23.903Z | 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 15 08:37:22.073INFOSep 15 08:37:22.073 DEBG |
| 8818 | 2026-09-15T08:37:23.903Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 8819 | 2026-09-15T08:37:23.903Z | DEBGSep 15 08:37:22.073Sep 15 08:37:22.073 Sep 15 08:37:22.073 INFO INFO |
| 8820 | 2026-09-15T08:37:23.903Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 8821 | 2026-09-15T08:37:23.904Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8822 | 2026-09-15T08:37:23.904Z | created new freemapSep 15 08:37:22.073 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff, |
| 8823 | 2026-09-15T08:37:23.904Z | DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit |
| 8824 | 2026-09-15T08:37:23.904Z | Sep 15 08:37:22.073Sep 15 08:37:22.073 : 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 } }]DEBGSep 15 08:37:22.073 |
| 8825 | 2026-09-15T08:37:23.909Z | freemap_route_ipv6 |
| 8826 | 2026-09-15T08:37:23.909Z | DEBG Sep 15 08:37:22.073 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 } }] |
| 8827 | 2026-09-15T08:37:23.909Z | 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 } }]Sep 15 08:37:22.073Sep 15 08:37:22.073INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 8828 | 2026-09-15T08:37:23.909Z | Sep 15 08:37:22.073 INFO Sep 15 08:37:22.073DEBG DEBG |
| 8829 | 2026-09-15T08:37:23.909Z | 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 } }]initted freemap. size: 64 |
| 8830 | 2026-09-15T08:37:23.909Z | , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8831 | 2026-09-15T08:37:23.909Z | unit:Sep 15 08:37:22.073replacing 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 15 08:37:22.073Sep 15 08:37:22.073 |
| 8832 | 2026-09-15T08:37:23.909Z | INFO INFOfreemap_route_ipv4 DEBG |
| 8833 | 2026-09-15T08:37:23.909Z | 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 15 08:37:22.073adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8834 | 2026-09-15T08:37:23.909Z | Sep 15 08:37:22.073 |
| 8835 | 2026-09-15T08:37:23.909Z | INFO |
| 8836 | 2026-09-15T08:37:23.909Z | DEBG Sep 15 08:37:22.073adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreset freemapSep 15 08:37:22.073 , DEBG |
| 8837 | 2026-09-15T08:37:23.909Z | INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8838 | 2026-09-15T08:37:23.909Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8839 | 2026-09-15T08:37:23.909Z | Sep 15 08:37:22.073: Sep 15 08:37:22.073DEBG Sep 15 08:37:22.073freemap_route_ipv4Sep 15 08:37:22.073 |
| 8840 | 2026-09-15T08:37:23.909Z | INFO DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8841 | 2026-09-15T08:37:23.909Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8842 | 2026-09-15T08:37:23.909Z | 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 } }] |
| 8843 | 2026-09-15T08:37:23.909Z | |
| 8844 | 2026-09-15T08:37:23.909Z | Sep 15 08:37:22.073 Sep 15 08:37:22.073 INFOSep 15 08:37:22.073 Sep 15 08:37:22.073adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBG |
| 8845 | 2026-09-15T08:37:23.909Z | Sep 15 08:37:22.073 INFODEBG initted freemap. size: 64DEBG , adding route 3fff:beef:1e::/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 } }] |
| 8846 | 2026-09-15T08:37:23.909Z | |
| 8847 | 2026-09-15T08:37:23.909Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8848 | 2026-09-15T08:37:23.909Z | unitSep 15 08:37:22.073Sep 15 08:37:22.073Sep 15 08:37:22.073: freemap_route_ipv6DEBG INFO |
| 8849 | 2026-09-15T08:37:23.909Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 8850 | 2026-09-15T08:37:23.909Z | |
| 8851 | 2026-09-15T08:37:23.909Z | 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 15 08:37:22.073Sep 15 08:37:22.073 Sep 15 08:37:22.073 |
| 8852 | 2026-09-15T08:37:23.909Z | 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 } }]reset freemap |
| 8853 | 2026-09-15T08:37:23.909Z | , unitINFO :adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 15 08:37:22.073Sep 15 08:37:22.073 |
| 8854 | 2026-09-15T08:37:23.909Z | INFO INFOfreemap_route_ipv6adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8855 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8856 | 2026-09-15T08:37:23.910Z | |
| 8857 | 2026-09-15T08:37:23.910Z | 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 15 08:37:22.073Sep 15 08:37:22.073 |
| 8858 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073 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:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8859 | 2026-09-15T08:37:23.910Z | |
| 8860 | 2026-09-15T08:37:23.910Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:37:22.073 |
| 8861 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073INFO Sep 15 08:37:22.073INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Sep 15 08:37:22.073 |
| 8862 | 2026-09-15T08:37:23.910Z | INFO DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8863 | 2026-09-15T08:37:23.910Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8864 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073 |
| 8865 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073DEBG 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 } }] Sep 15 08:37:22.073Sep 15 08:37:22.073 |
| 8866 | 2026-09-15T08:37:23.910Z | 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 } }] |
| 8867 | 2026-09-15T08:37:23.910Z | DEBG INFO 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 } }] |
| 8868 | 2026-09-15T08:37:23.910Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8869 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073Sep 15 08:37:22.073 INFO INFO Sep 15 08:37:22.073adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Sep 15 08:37:22.073 |
| 8870 | 2026-09-15T08:37:23.910Z | |
| 8871 | 2026-09-15T08:37:23.910Z | DEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 15 08:37:22.073adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8872 | 2026-09-15T08:37:23.910Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8873 | 2026-09-15T08:37:23.910Z | 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 } }] |
| 8874 | 2026-09-15T08:37:23.910Z | |
| 8875 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073 Sep 15 08:37:22.073 DEBGINFOSep 15 08:37:22.073Sep 15 08:37:22.073 INFODEBG Sep 15 08:37:22.073adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8876 | 2026-09-15T08:37:23.910Z | |
| 8877 | 2026-09-15T08:37:23.910Z | 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 } }] |
| 8878 | 2026-09-15T08:37:23.910Z | 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 } }] |
| 8879 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Sep 15 08:37:22.073Sep 15 08:37:22.073 DEBG |
| 8880 | 2026-09-15T08:37:23.910Z | DEBGSep 15 08:37:22.073INFO 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 } }, 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 |
| 8881 | 2026-09-15T08:37:23.910Z | |
| 8882 | 2026-09-15T08:37:23.910Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffSep 15 08:37:22.073 |
| 8883 | 2026-09-15T08:37:23.910Z | INFOSep 15 08:37:22.073Sep 15 08:37:22.073 |
| 8884 | 2026-09-15T08:37:23.910Z | DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Sep 15 08:37:22.073 |
| 8885 | 2026-09-15T08:37:23.910Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8886 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073 INFODEBG Sep 15 08:37:22.073DEBG 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 } }]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 } }] |
| 8887 | 2026-09-15T08:37:23.910Z | Sep 15 08:37:22.073 adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 15 08:37:22.073 |
| 8888 | 2026-09-15T08:37:23.910Z | DEBGSep 15 08:37:22.081 created new freemap DEBG, INFOSep 15 08:37:22.081unit : created new freemapDEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff, freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8889 | 2026-09-15T08:37:23.910Z | |
| 8890 | 2026-09-15T08:37:23.911Z | unit |
| 8891 | 2026-09-15T08:37:23.911Z | : Sep 15 08:37:22.081Sep 15 08:37:22.081 freemap_route_ipv4INFO |
| 8892 | 2026-09-15T08:37:23.911Z | DEBG Sep 15 08:37:22.081 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8893 | 2026-09-15T08:37:23.911Z | 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 } }]created new freemap |
| 8894 | 2026-09-15T08:37:23.911Z | , unit: |
| 8895 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.081Sep 15 08:37:22.081 freemap_route_ipv6DEBG |
| 8896 | 2026-09-15T08:37:23.911Z | 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 |
| 8897 | 2026-09-15T08:37:23.911Z | failed to allocate space for the new target listSep 15 08:37:22.081Sep 15 08:37:22.081 |
| 8898 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.081 INFOINFO Sep 15 08:37:22.081adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 8899 | 2026-09-15T08:37:23.911Z | initted freemap. size: 64DEBG, unitadding route 3fff:beef:23::/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 } }]:Sep 15 08:37:22.081 |
| 8900 | 2026-09-15T08:37:23.911Z | |
| 8901 | 2026-09-15T08:37:23.911Z | DEBG freemap_route_ipv4replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8902 | 2026-09-15T08:37:23.911Z | |
| 8903 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082Sep 15 08:37:22.082 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 15 08:37:22.082 |
| 8904 | 2026-09-15T08:37:23.911Z | INFO DEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreset freemap , |
| 8905 | 2026-09-15T08:37:23.911Z | unitDEBG: replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 15 08:37:22.082 |
| 8906 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082 INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 15 08:37:22.082 |
| 8907 | 2026-09-15T08:37:23.911Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv4adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8908 | 2026-09-15T08:37:23.911Z | |
| 8909 | 2026-09-15T08:37:23.911Z | |
| 8910 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082 DEBG Sep 15 08:37:22.082replacing 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 15 08:37:22.082 |
| 8911 | 2026-09-15T08:37:23.911Z | INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Sep 15 08:37:22.082 |
| 8912 | 2026-09-15T08:37:23.911Z | 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 15 08:37:22.082 |
| 8913 | 2026-09-15T08:37:23.911Z | INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 15 08:37:22.082 |
| 8914 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082 DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 8915 | 2026-09-15T08:37:23.911Z | , Sep 15 08:37:22.082unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 8916 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082 |
| 8917 | 2026-09-15T08:37:23.911Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8918 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082 |
| 8919 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082 INFODEBG Sep 15 08:37:22.082Sep 15 08:37:22.082adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8920 | 2026-09-15T08:37:23.911Z | DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8921 | 2026-09-15T08:37:23.911Z | |
| 8922 | 2026-09-15T08:37:23.911Z | Sep 15 08:37:22.082, unitDEBG: Sep 15 08:37:22.082replacing 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 15 08:37:22.082 |
| 8923 | 2026-09-15T08:37:23.911Z | INFO INFO Sep 15 08:37:22.082 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8924 | 2026-09-15T08:37:23.911Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8925 | 2026-09-15T08:37:23.916Z | |
| 8926 | 2026-09-15T08:37:23.916Z | |
| 8927 | 2026-09-15T08:37:23.916Z | Sep 15 08:37:22.082Sep 15 08:37:22.082Sep 15 08:37:22.082 DEBGDEBG Sep 15 08:37:22.082replacing 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: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 |
| 8928 | 2026-09-15T08:37:23.916Z | 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 } }] |
| 8929 | 2026-09-15T08:37:23.916Z | INFO |
| 8930 | 2026-09-15T08:37:23.916Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:37:22.082Sep 15 08:37:22.082Sep 15 08:37:22.082 INFO |
| 8931 | 2026-09-15T08:37:23.916Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8932 | 2026-09-15T08:37:23.916Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 8933 | 2026-09-15T08:37:23.916Z | Sep 15 08:37:22.082 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 15 08:37:22.082 |
| 8934 | 2026-09-15T08:37:23.917Z | 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 } }] Sep 15 08:37:22.082replacing 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 } }] |
| 8935 | 2026-09-15T08:37:23.917Z | |
| 8936 | 2026-09-15T08:37:23.917Z | DEBG Sep 15 08:37:22.082replacing 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 } }] |
| 8937 | 2026-09-15T08:37:23.917Z | INFO Sep 15 08:37:22.082 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Sep 15 08:37:22.082 |
| 8938 | 2026-09-15T08:37:23.917Z | Sep 15 08:37:22.082 DEBGINFO Sep 15 08:37:22.082 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 } }] failed to allocate space for the new target listDEBG |
| 8939 | 2026-09-15T08:37:23.917Z | |
| 8940 | 2026-09-15T08:37:23.917Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:7::/64 -> 2001:db8::55:ff |
| 8941 | 2026-09-15T08:37:23.917Z | |
| 8942 | 2026-09-15T08:37:23.917Z | test route::tests::grow_succeeds ... ok |
| 8943 | 2026-09-15T08:37:23.917Z | Sep 15 08:37:22.082Sep 15 08:37:22.082Sep 15 08:37:22.082 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 } }]Sep 15 08:37:22.082INFO |
| 8944 | 2026-09-15T08:37:23.917Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8945 | 2026-09-15T08:37:23.917Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8946 | 2026-09-15T08:37:23.917Z | 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 } }] |
| 8947 | 2026-09-15T08:37:23.917Z | Sep 15 08:37:22.082 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 } }]Sep 15 08:37:22.082 |
| 8948 | 2026-09-15T08:37:23.917Z | INFO Sep 15 08:37:22.082adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8949 | 2026-09-15T08:37:23.917Z | DEBG Sep 15 08:37:22.082replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8950 | 2026-09-15T08:37:23.917Z | INFO Sep 15 08:37:22.082adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8951 | 2026-09-15T08:37:23.917Z | 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 } }] |
| 8952 | 2026-09-15T08:37:23.917Z | Sep 15 08:37:22.082Sep 15 08:37:22.082 Sep 15 08:37:22.082DEBGINFO Sep 15 08:37:22.082 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8953 | 2026-09-15T08:37:23.917Z | 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 } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8954 | 2026-09-15T08:37:23.917Z | |
| 8955 | 2026-09-15T08:37:23.918Z | created new freemapSep 15 08:37:22.082, unitDEBG:Sep 15 08:37:22.082Sep 15 08:37:22.082 DEBGfreemap_route_ipv6 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 } }] |
| 8956 | 2026-09-15T08:37:23.918Z | |
| 8957 | 2026-09-15T08:37:23.918Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8958 | 2026-09-15T08:37:23.918Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 15 08:37:22.082Sep 15 08:37:22.082 DEBGINFO |
| 8959 | 2026-09-15T08:37:23.918Z | Sep 15 08:37:22.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8960 | 2026-09-15T08:37:23.918Z | initted freemap. size: 64, DEBGunit :Sep 15 08:37:22.082 Sep 15 08:37:22.082replacing targets for 3fff:dead::/64 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 } }] |
| 8961 | 2026-09-15T08:37:23.918Z | freemap_route_ipv4DEBG |
| 8962 | 2026-09-15T08:37:23.918Z | 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 } }] 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 } }] |
| 8963 | 2026-09-15T08:37:23.918Z | |
| 8964 | 2026-09-15T08:37:23.918Z | Sep 15 08:37:22.082 Sep 15 08:37:22.082DEBG Sep 15 08:37:22.082reset freemap , INFOWARNunit shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 15 08:37:22.082 :adding route 3fff:beef:b::/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 } }] |
| 8965 | 2026-09-15T08:37:23.918Z | INFO |
| 8966 | 2026-09-15T08:37:23.918Z | freemap_route_ipv4 |
| 8967 | 2026-09-15T08:37:23.918Z | |
| 8968 | 2026-09-15T08:37:23.918Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8969 | 2026-09-15T08:37:23.918Z | Sep 15 08:37:22.082 DEBG Sep 15 08:37:22.082Sep 15 08:37:22.082 ERROSep 15 08:37:22.082 DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8970 | 2026-09-15T08:37:23.918Z | |
| 8971 | 2026-09-15T08:37:23.919Z | unit |
| 8972 | 2026-09-15T08:37:23.919Z | : adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv4Sep 15 08:37:22.082 |
| 8973 | 2026-09-15T08:37:23.919Z | |
| 8974 | 2026-09-15T08:37:23.919Z | INFOSep 15 08:37:22.082 Sep 15 08:37:22.082DEBG Sep 15 08:37:22.082 initted freemap. size: 64 , INFOSep 15 08:37:22.082Sep 15 08:37:22.082adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 8975 | 2026-09-15T08:37:23.919Z | DEBGERRO unitinitted freemap. size: 64: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 } }] |
| 8976 | 2026-09-15T08:37:23.919Z | 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 15 08:37:22.082 freemap_route_ipv6 |
| 8977 | 2026-09-15T08:37:23.919Z | , |
| 8978 | 2026-09-15T08:37:23.919Z | Sep 15 08:37:22.082unit:DEBG freemap_route_ipv6INFOreplacing 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 } }] |
| 8979 | 2026-09-15T08:37:23.919Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8980 | 2026-09-15T08:37:23.919Z | Sep 15 08:37:22.082 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG |
| 8981 | 2026-09-15T08:37:23.919Z | Sep 15 08:37:22.082 reset freemap |
| 8982 | 2026-09-15T08:37:23.919Z | DEBGSep 15 08:37:22.082 , Sep 15 08:37:22.082reset freemapunit, Sep 15 08:37:22.082INFO unit :: adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8983 | 2026-09-15T08:37:23.919Z | 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 } }]freemap_route_ipv6 |
| 8984 | 2026-09-15T08:37:23.919Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8985 | 2026-09-15T08:37:23.919Z | |
| 8986 | 2026-09-15T08:37:23.919Z | Sep 15 08:37:22.082 freemap_route_ipv6 |
| 8987 | 2026-09-15T08:37:23.919Z | DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 15 08:37:22.082Sep 15 08:37:22.082replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8988 | 2026-09-15T08:37:23.919Z | INFOINFO Sep 15 08:37:22.082adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8989 | 2026-09-15T08:37:23.919Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 8990 | 2026-09-15T08:37:23.919Z | |
| 8991 | 2026-09-15T08:37:23.919Z | Sep 15 08:37:22.082 INFOSep 15 08:37:22.082adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8992 | 2026-09-15T08:37:23.920Z | 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 15 08:37:22.082 DEBG |
| 8993 | 2026-09-15T08:37:23.920Z | 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:e::/64 -> 2001:db8::55:ff |
| 8994 | 2026-09-15T08:37:23.920Z | |
| 8995 | 2026-09-15T08:37:23.920Z | Sep 15 08:37:22.082Sep 15 08:37:22.082 DEBGDEBG Sep 15 08:37:22.082 Sep 15 08:37:22.082replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8996 | 2026-09-15T08:37:23.920Z | DEBGfailed to allocate space for the new target listreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8997 | 2026-09-15T08:37:23.920Z | Sep 15 08:37:22.083 Sep 15 08:37:22.082DEBG DEBGcreated new freemap |
| 8998 | 2026-09-15T08:37:23.920Z | , created new freemapunit, :unit Sep 15 08:37:22.093freemap_route_ipv4: |
| 8999 | 2026-09-15T08:37:23.920Z | freemap_route_ipv4DEBGSep 15 08:37:22.093 |
| 9000 | 2026-09-15T08:37:23.920Z | 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 15 08:37:22.093 |
| 9001 | 2026-09-15T08:37:23.920Z | DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffcreated new freemap |
| 9002 | 2026-09-15T08:37:23.920Z | , unitSep 15 08:37:22.093: Sep 15 08:37:22.093freemap_route_ipv6DEBG |
| 9003 | 2026-09-15T08:37:23.920Z | created new freemapDEBG, unitSep 15 08:37:22.093: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 } }] |
| 9004 | 2026-09-15T08:37:23.920Z | DEBG initted freemap. size: 64, unit: Sep 15 08:37:22.093freemap_route_ipv6 |
| 9005 | 2026-09-15T08:37:23.920Z | freemap_route_ipv4 INFO |
| 9006 | 2026-09-15T08:37:23.920Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 15 08:37:22.082Sep 15 08:37:22.093 |
| 9007 | 2026-09-15T08:37:23.920Z | Sep 15 08:37:22.093DEBG DEBGDEBG reset freemapinitted freemap. size: 64, , unit unit:: freemap_route_ipv4freemap_route_ipv4 |
| 9008 | 2026-09-15T08:37:23.920Z | |
| 9009 | 2026-09-15T08:37:23.920Z | created new freemapSep 15 08:37:22.093, unitSep 15 08:37:22.093:DEBG Sep 15 08:37:22.093 DEBG DEBGfreemap_route_ipv4 initted freemap. size: 64 |
| 9010 | 2026-09-15T08:37:23.921Z | reset freemap, 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 |
| 9011 | 2026-09-15T08:37:23.921Z | :unit :freemap_route_ipv6 |
| 9012 | 2026-09-15T08:37:23.921Z | freemap_route_ipv4 |
| 9013 | 2026-09-15T08:37:23.921Z | Sep 15 08:37:22.093Sep 15 08:37:22.093 INFOSep 15 08:37:22.093 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGDEBGSep 15 08:37:22.093 |
| 9014 | 2026-09-15T08:37:23.921Z | DEBG created new freemapinitted freemap. size: 64, , unitreset freemap:unit, unitfreemap_route_ipv6:: |
| 9015 | 2026-09-15T08:37:23.921Z | freemap_route_ipv6Sep 15 08:37:22.093 |
| 9016 | 2026-09-15T08:37:23.921Z | 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 15 08:37:22.093 |
| 9017 | 2026-09-15T08:37:23.921Z | freemap_route_ipv6 |
| 9018 | 2026-09-15T08:37:23.921Z | Sep 15 08:37:22.093DEBG Sep 15 08:37:22.093 INFOreset freemap , INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9019 | 2026-09-15T08:37:23.921Z | unit: Sep 15 08:37:22.093 adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9020 | 2026-09-15T08:37:23.921Z | |
| 9021 | 2026-09-15T08:37:23.921Z | Sep 15 08:37:22.093 DEBGDEBG initted freemap. size: 64 , Sep 15 08:37:22.093unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9022 | 2026-09-15T08:37:23.921Z | INFOSep 15 08:37:22.093 :adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9023 | 2026-09-15T08:37:23.921Z | freemap_route_ipv4Sep 15 08:37:22.093 |
| 9024 | 2026-09-15T08:37:23.921Z | INFO DEBGSep 15 08:37:22.093 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9025 | 2026-09-15T08:37:23.926Z | 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 15 08:37:22.093Sep 15 08:37:22.093 |
| 9026 | 2026-09-15T08:37:23.926Z | |
| 9027 | 2026-09-15T08:37:23.926Z | 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 } }] Sep 15 08:37:22.093reset freemap , Sep 15 08:37:22.093INFO |
| 9028 | 2026-09-15T08:37:23.926Z | unitadding route 172.16.0.0/32 -> 10.0.0.2 :INFO |
| 9029 | 2026-09-15T08:37:23.926Z | Sep 15 08:37:22.093 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 15 08:37:22.093 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGfreemap_route_ipv4 |
| 9030 | 2026-09-15T08:37:23.926Z | |
| 9031 | 2026-09-15T08:37:23.926Z | |
| 9032 | 2026-09-15T08:37:23.926Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9033 | 2026-09-15T08:37:23.926Z | Sep 15 08:37:22.093Sep 15 08:37:22.093 DEBG DEBGSep 15 08:37:22.093Sep 15 08:37:22.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9034 | 2026-09-15T08:37:23.927Z | |
| 9035 | 2026-09-15T08:37:23.927Z | initted freemap. size: 64adding route 172.17.0.0/32 -> 10.0.0.255, |
| 9036 | 2026-09-15T08:37:23.927Z | unit:Sep 15 08:37:22.093 freemap_route_ipv6Sep 15 08:37:22.093 |
| 9037 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.093INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9038 | 2026-09-15T08:37:23.927Z | 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 |
| 9039 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.093 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 9040 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.093Sep 15 08:37:22.093 DEBGreset freemap , Sep 15 08:37:22.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 9041 | 2026-09-15T08:37:23.927Z | : DEBGINFOSep 15 08:37:22.094 freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9042 | 2026-09-15T08:37:23.927Z | DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9043 | 2026-09-15T08:37:23.927Z | |
| 9044 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.094replacing targets for 3fff:dead::/64 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 } }] |
| 9045 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.094 DEBGSep 15 08:37:22.094 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 |
| 9046 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.094 WARN INFOSep 15 08:37:22.094shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9047 | 2026-09-15T08:37:23.927Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9048 | 2026-09-15T08:37:23.927Z | |
| 9049 | 2026-09-15T08:37:23.927Z | |
| 9050 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.094Sep 15 08:37:22.094 DEBG Sep 15 08:37:22.094DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9051 | 2026-09-15T08:37:23.927Z | |
| 9052 | 2026-09-15T08:37:23.927Z | |
| 9053 | 2026-09-15T08:37:23.927Z | Sep 15 08:37:22.094Sep 15 08:37:22.094 INFOINFO Sep 15 08:37:22.094adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9054 | 2026-09-15T08:37:23.927Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9055 | 2026-09-15T08:37:23.928Z | Sep 15 08:37:22.094Sep 15 08:37:22.094 DEBGDEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9056 | 2026-09-15T08:37:23.928Z | |
| 9057 | 2026-09-15T08:37:23.928Z | |
| 9058 | 2026-09-15T08:37:23.928Z | Sep 15 08:37:22.094Sep 15 08:37:22.094 Sep 15 08:37:22.094Sep 15 08:37:22.094 INFOINFO DEBG INFOadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9059 | 2026-09-15T08:37:23.928Z | |
| 9060 | 2026-09-15T08:37:23.928Z | 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 } }] |
| 9061 | 2026-09-15T08:37:23.928Z | Sep 15 08:37:22.094Sep 15 08:37:22.094Sep 15 08:37:22.094 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 INFO |
| 9062 | 2026-09-15T08:37:23.928Z | 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 } }] |
| 9063 | 2026-09-15T08:37:23.928Z | 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 } }] |
| 9064 | 2026-09-15T08:37:23.928Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9065 | 2026-09-15T08:37:23.928Z | Sep 15 08:37:22.094Sep 15 08:37:22.094 INFOSep 15 08:37:22.094 INFOadding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:37:22.094 |
| 9066 | 2026-09-15T08:37:23.928Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 9067 | 2026-09-15T08:37:23.928Z | DEBG Sep 15 08:37:22.094replacing 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.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 } }] |
| 9068 | 2026-09-15T08:37:23.928Z | |
| 9069 | 2026-09-15T08:37:23.928Z | Sep 15 08:37:22.094DEBG 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 } }] Sep 15 08:37:22.094 |
| 9070 | 2026-09-15T08:37:23.928Z | 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 } }] |
| 9071 | 2026-09-15T08:37:23.928Z | INFO Sep 15 08:37:22.094 adding route 172.16.0.0/32 -> 10.0.0.2Sep 15 08:37:22.094INFO INFOSep 15 08:37:22.094 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9072 | 2026-09-15T08:37:23.928Z | |
| 9073 | 2026-09-15T08:37:23.929Z | INFO |
| 9074 | 2026-09-15T08:37:23.929Z | Sep 15 08:37:22.094Sep 15 08:37:22.094 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9075 | 2026-09-15T08:37:23.929Z | Sep 15 08:37:22.094 |
| 9076 | 2026-09-15T08:37:23.929Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 9077 | 2026-09-15T08:37:23.929Z | Sep 15 08:37:22.094replacing 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 15 08:37:22.094INFO |
| 9078 | 2026-09-15T08:37:23.929Z | INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 9079 | 2026-09-15T08:37:23.929Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffSep 15 08:37:22.094Sep 15 08:37:22.094 INFO |
| 9080 | 2026-09-15T08:37:23.929Z | adding route 172.17.0.0/32 -> 10.0.0.255DEBG Sep 15 08:37:22.094 |
| 9081 | 2026-09-15T08:37:23.929Z | 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 Sep 15 08:37:22.094replacing 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 } }] |
| 9082 | 2026-09-15T08:37:23.929Z | |
| 9083 | 2026-09-15T08:37:23.929Z | Sep 15 08:37:22.094DEBG DEBGSep 15 08:37:22.094replacing 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 } }] |
| 9084 | 2026-09-15T08:37:23.929Z | INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255Sep 15 08:37:22.094 |
| 9085 | 2026-09-15T08:37:23.929Z | test route::tests::identity_replace_is_noop ... ok |
| 9086 | 2026-09-15T08:37:23.929Z | INFO |
| 9087 | 2026-09-15T08:37:23.929Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 15 08:37:22.094Sep 15 08:37:22.094 |
| 9088 | 2026-09-15T08:37:23.929Z | INFODEBG 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 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9089 | 2026-09-15T08:37:23.929Z | |
| 9090 | 2026-09-15T08:37:23.929Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9091 | 2026-09-15T08:37:23.929Z | Sep 15 08:37:22.094 DEBGSep 15 08:37:22.094Sep 15 08:37:22.094 Sep 15 08:37:22.094DEBG 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:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9092 | 2026-09-15T08:37:23.929Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9093 | 2026-09-15T08:37:23.929Z | |
| 9094 | 2026-09-15T08:37:23.929Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Sep 15 08:37:22.094 |
| 9095 | 2026-09-15T08:37:23.930Z | Sep 15 08:37:22.094Sep 15 08:37:22.094INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9096 | 2026-09-15T08:37:23.930Z | Sep 15 08:37:22.094 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 } }]DEBGINFO Sep 15 08:37:22.094 |
| 9097 | 2026-09-15T08:37:23.930Z | 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 } }] |
| 9098 | 2026-09-15T08:37:23.930Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9099 | 2026-09-15T08:37:23.930Z | Sep 15 08:37:22.094 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9100 | 2026-09-15T08:37:23.930Z | adding route 172.17.0.10/32 -> 10.0.0.255Sep 15 08:37:22.094 |
| 9101 | 2026-09-15T08:37:23.930Z | INFO Sep 15 08:37:22.094adding route 172.17.0.2/32 -> 10.0.0.255 Sep 15 08:37:22.094INFO Sep 15 08:37:22.094 |
| 9102 | 2026-09-15T08:37:23.930Z | DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 9103 | 2026-09-15T08:37:23.930Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 15 08:37:22.094 DEBG Sep 15 08:37:22.094replacing 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 } }] |
| 9104 | 2026-09-15T08:37:23.930Z | DEBG |
| 9105 | 2026-09-15T08:37:23.930Z | created new freemap , Sep 15 08:37:22.104Sep 15 08:37:22.104replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit :INFO |
| 9106 | 2026-09-15T08:37:23.930Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 9107 | 2026-09-15T08:37:23.930Z | adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv4 |
| 9108 | 2026-09-15T08:37:23.930Z | |
| 9109 | 2026-09-15T08:37:23.930Z | Sep 15 08:37:22.104 DEBGSep 15 08:37:22.104Sep 15 08:37:22.104 Sep 15 08:37:22.104INFO DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9110 | 2026-09-15T08:37:23.930Z | |
| 9111 | 2026-09-15T08:37:23.931Z | created new freemap |
| 9112 | 2026-09-15T08:37:23.931Z | , unit:Sep 15 08:37:22.104 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9113 | 2026-09-15T08:37:23.931Z | Sep 15 08:37:22.104 DEBGSep 15 08:37:22.104 Sep 15 08:37:22.104replacing 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 adding route 172.17.0.11/32 -> 10.0.0.255DEBGDEBG |
| 9114 | 2026-09-15T08:37:23.931Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] 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 } }] |
| 9115 | 2026-09-15T08:37:23.931Z | Sep 15 08:37:22.104freemap_route_ipv6 |
| 9116 | 2026-09-15T08:37:23.931Z | |
| 9117 | 2026-09-15T08:37:23.931Z | DEBG |
| 9118 | 2026-09-15T08:37:23.931Z | 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 } }] |
| 9119 | 2026-09-15T08:37:23.931Z | Sep 15 08:37:22.104Sep 15 08:37:22.104 Sep 15 08:37:22.104DEBG INFO initted freemap. size: 64 INFO, adding route 172.17.0.4/32 -> 10.0.0.255Sep 15 08:37:22.104 |
| 9120 | 2026-09-15T08:37:23.931Z | Sep 15 08:37:22.104 unitINFOINFO: adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255 |
| 9121 | 2026-09-15T08:37:23.931Z | |
| 9122 | 2026-09-15T08:37:23.931Z | adding route 172.16.0.0/32 -> 10.0.0.3freemap_route_ipv4 |
| 9123 | 2026-09-15T08:37:23.931Z | Sep 15 08:37:22.104 |
| 9124 | 2026-09-15T08:37:23.931Z | DEBG Sep 15 08:37:22.104 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9125 | 2026-09-15T08:37:23.936Z | 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 15 08:37:22.104Sep 15 08:37:22.104 Sep 15 08:37:22.104 DEBG |
| 9126 | 2026-09-15T08:37:23.936Z | INFO reset freemap Sep 15 08:37:22.104, unit adding route 172.17.0.13/32 -> 10.0.0.255: |
| 9127 | 2026-09-15T08:37:23.936Z | DEBGSep 15 08:37:22.104freemap_route_ipv4 |
| 9128 | 2026-09-15T08:37:23.936Z | INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 15 08:37:22.104replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9129 | 2026-09-15T08:37:23.936Z | Sep 15 08:37:22.104DEBG |
| 9130 | 2026-09-15T08:37:23.936Z | 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 } }] |
| 9131 | 2026-09-15T08:37:23.936Z | 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: 64Sep 15 08:37:22.104 |
| 9132 | 2026-09-15T08:37:23.936Z | , unitDEBG:Sep 15 08:37:22.104 Sep 15 08:37:22.104replacing 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 |
| 9133 | 2026-09-15T08:37:23.937Z | |
| 9134 | 2026-09-15T08:37:23.937Z | INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255Sep 15 08:37:22.104 |
| 9135 | 2026-09-15T08:37:23.937Z | adding route 172.16.0.0/32 -> 10.0.0.4INFOSep 15 08:37:22.104 |
| 9136 | 2026-09-15T08:37:23.937Z | Sep 15 08:37:22.104 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGSep 15 08:37:22.104 |
| 9137 | 2026-09-15T08:37:23.937Z | 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 } }] |
| 9138 | 2026-09-15T08:37:23.937Z | Sep 15 08:37:22.104 reset freemapINFOSep 15 08:37:22.104Sep 15 08:37:22.104 , INFOunit adding route 172.17.0.15/32 -> 10.0.0.255DEBGDEBG |
| 9139 | 2026-09-15T08:37:23.937Z | : replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]freemap_route_ipv6 |
| 9140 | 2026-09-15T08:37:23.937Z | |
| 9141 | 2026-09-15T08:37:23.937Z | Sep 15 08:37:22.104 |
| 9142 | 2026-09-15T08:37:23.937Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 9143 | 2026-09-15T08:37:23.937Z | Sep 15 08:37:22.104replacing 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 } }] |
| 9144 | 2026-09-15T08:37:23.937Z | INFOSep 15 08:37:22.104Sep 15 08:37:22.104Sep 15 08:37:22.104 Sep 15 08:37:22.104 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO INFODEBG |
| 9145 | 2026-09-15T08:37:23.937Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 9146 | 2026-09-15T08:37:23.937Z | Sep 15 08:37:22.104 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 9147 | 2026-09-15T08:37:23.937Z | Sep 15 08:37:22.104 |
| 9148 | 2026-09-15T08:37:23.937Z | |
| 9149 | 2026-09-15T08:37:23.937Z | |
| 9150 | 2026-09-15T08:37:23.937Z | 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 15 08:37:22.104 |
| 9151 | 2026-09-15T08:37:23.938Z | Sep 15 08:37:22.104 INFOINFOSep 15 08:37:22.104 Sep 15 08:37:22.104 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9152 | 2026-09-15T08:37:23.938Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9153 | 2026-09-15T08:37:23.938Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9154 | 2026-09-15T08:37:23.938Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9155 | 2026-09-15T08:37:23.938Z | Sep 15 08:37:22.104 Sep 15 08:37:22.104 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 } }]DEBG |
| 9156 | 2026-09-15T08:37:23.938Z | Sep 15 08:37:22.104Sep 15 08:37:22.104 Sep 15 08:37:22.094 INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:37:22.104 |
| 9157 | 2026-09-15T08:37:23.938Z | DEBG INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9158 | 2026-09-15T08:37:23.938Z | |
| 9159 | 2026-09-15T08:37:23.938Z | Sep 15 08:37:22.104 created new freemap Sep 15 08:37:22.104INFO Sep 15 08:37:22.104, 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 } }]unitDEBG |
| 9160 | 2026-09-15T08:37:23.938Z | adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9161 | 2026-09-15T08:37:23.938Z | DEBG |
| 9162 | 2026-09-15T08:37:23.938Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:37:22.104Sep 15 08:37:22.104 |
| 9163 | 2026-09-15T08:37:23.938Z | DEBGSep 15 08:37:22.104 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 } }] Sep 15 08:37:22.104 |
| 9164 | 2026-09-15T08:37:23.938Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4 |
| 9165 | 2026-09-15T08:37:23.939Z | |
| 9166 | 2026-09-15T08:37:23.939Z | Sep 15 08:37:22.104 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.19/32 -> 10.0.0.255Sep 15 08:37:22.104adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9167 | 2026-09-15T08:37:23.939Z | DEBG |
| 9168 | 2026-09-15T08:37:23.939Z | |
| 9169 | 2026-09-15T08:37:23.939Z | 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 } }] |
| 9170 | 2026-09-15T08:37:23.939Z | Sep 15 08:37:22.104 Sep 15 08:37:22.104DEBG 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 } }] |
| 9171 | 2026-09-15T08:37:23.939Z | 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 15 08:37:22.104 |
| 9172 | 2026-09-15T08:37:23.939Z | Sep 15 08:37:22.104 DEBGINFO Sep 15 08:37:22.104adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9173 | 2026-09-15T08:37:23.939Z | Sep 15 08:37:22.104 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 } }]INFOSep 15 08:37:22.104 |
| 9174 | 2026-09-15T08:37:23.939Z | DEBGSep 15 08:37:22.104adding route 172.17.0.20/32 -> 10.0.0.255 INFO |
| 9175 | 2026-09-15T08:37:23.939Z | DEBG created new freemapSep 15 08:37:22.104 Sep 15 08:37:22.104adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9176 | 2026-09-15T08:37:23.939Z | 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 } }]INFODEBG |
| 9177 | 2026-09-15T08:37:23.939Z | 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.8/32 -> 10.0.0.255 |
| 9178 | 2026-09-15T08:37:23.939Z | , unit:Sep 15 08:37:22.104 |
| 9179 | 2026-09-15T08:37:23.939Z | Sep 15 08:37:22.104 DEBGSep 15 08:37:22.104INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 9180 | 2026-09-15T08:37:23.939Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 15 08:37:22.104freemap_route_ipv6 |
| 9181 | 2026-09-15T08:37:23.939Z | |
| 9182 | 2026-09-15T08:37:23.939Z | adding route 172.17.0.21/32 -> 10.0.0.255 DEBG |
| 9183 | 2026-09-15T08:37:23.939Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9184 | 2026-09-15T08:37:23.940Z | Sep 15 08:37:22.104Sep 15 08:37:22.104 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9185 | 2026-09-15T08:37:23.940Z | DEBGSep 15 08:37:22.104 Sep 15 08:37:22.104DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9186 | 2026-09-15T08:37:23.940Z | |
| 9187 | 2026-09-15T08:37:23.940Z | 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 15 08:37:22.104 |
| 9188 | 2026-09-15T08:37:23.940Z | DEBG INFO Sep 15 08:37:22.104 adding route 172.17.0.9/32 -> 10.0.0.255Sep 15 08:37:22.104WARNSep 15 08:37:22.104 INFOINFO |
| 9189 | 2026-09-15T08:37:23.940Z | adding route 172.17.0.22/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9190 | 2026-09-15T08:37:23.940Z | |
| 9191 | 2026-09-15T08:37:23.940Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9192 | 2026-09-15T08:37:23.940Z | initted freemap. size: 64Sep 15 08:37:22.104Sep 15 08:37:22.104Sep 15 08:37:22.104 DEBGDEBG, DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }] |
| 9193 | 2026-09-15T08:37:23.940Z | |
| 9194 | 2026-09-15T08:37:23.940Z | |
| 9195 | 2026-09-15T08:37:23.940Z | unit:Sep 15 08:37:22.104 Sep 15 08:37:22.094Sep 15 08:37:22.104Sep 15 08:37:22.104 INFOINFO freemap_route_ipv4 |
| 9196 | 2026-09-15T08:37:23.940Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9197 | 2026-09-15T08:37:23.940Z | INFO |
| 9198 | 2026-09-15T08:37:23.940Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9199 | 2026-09-15T08:37:23.941Z | 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 15 08:37:22.104Sep 15 08:37:22.104 |
| 9200 | 2026-09-15T08:37:23.941Z | DEBGSep 15 08:37:22.104 Sep 15 08:37:22.104 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 } }] |
| 9201 | 2026-09-15T08:37:23.941Z | DEBG DEBGDEBG Sep 15 08:37:22.104replacing 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 15 08:37:22.104 |
| 9202 | 2026-09-15T08:37:23.941Z | 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 |
| 9203 | 2026-09-15T08:37:23.941Z | Sep 15 08:37:22.104INFO adding route 172.17.0.24/32 -> 10.0.0.255Sep 15 08:37:22.104 |
| 9204 | 2026-09-15T08:37:23.941Z | INFO reset freemap adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 15 08:37:22.104 |
| 9205 | 2026-09-15T08:37:23.941Z | , DEBGunit adding route 3fff:beef:34::/64 -> 2001:db8::55:ff:Sep 15 08:37:22.104 |
| 9206 | 2026-09-15T08:37:23.941Z | 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 } }] |
| 9207 | 2026-09-15T08:37:23.941Z | INFO 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 } }]freemap_route_ipv4 |
| 9208 | 2026-09-15T08:37:23.941Z | Sep 15 08:37:22.105 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9209 | 2026-09-15T08:37:23.941Z | Sep 15 08:37:22.104Sep 15 08:37:22.104 created new freemap INFOSep 15 08:37:22.114DEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing 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 15 08:37:22.114 |
| 9210 | 2026-09-15T08:37:23.941Z | |
| 9211 | 2026-09-15T08:37:23.941Z | , 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 } }]unit |
| 9212 | 2026-09-15T08:37:23.941Z | :DEBG freemap_route_ipv4initted freemap. size: 64Sep 15 08:37:22.114, |
| 9213 | 2026-09-15T08:37:23.941Z | Sep 15 08:37:22.114 INFO INFOSep 15 08:37:22.114 adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9214 | 2026-09-15T08:37:23.941Z | DEBG |
| 9215 | 2026-09-15T08:37:23.942Z | unitreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 9216 | 2026-09-15T08:37:23.942Z | Sep 15 08:37:22.114 freemap_route_ipv6Sep 15 08:37:22.114 |
| 9217 | 2026-09-15T08:37:23.942Z | DEBG Sep 15 08:37:22.114Sep 15 08:37:22.115 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 9218 | 2026-09-15T08:37:23.942Z | , unit :reset freemapSep 15 08:37:22.094, Sep 15 08:37:22.115unit :INFODEBG freemap_route_ipv6 created new freemapadding route 172.17.0.13/32 -> 10.0.0.255, freemap_route_ipv6 |
| 9219 | 2026-09-15T08:37:23.942Z | unit |
| 9220 | 2026-09-15T08:37:23.942Z | |
| 9221 | 2026-09-15T08:37:23.942Z | : Sep 15 08:37:22.115Sep 15 08:37:22.115freemap_route_ipv4 |
| 9222 | 2026-09-15T08:37:23.942Z | DEBG Sep 15 08:37:22.115replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9223 | 2026-09-15T08:37:23.942Z | initted freemap. size: 64INFO, unitSep 15 08:37:22.115:Sep 15 08:37:22.115 adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv4INFODEBG |
| 9224 | 2026-09-15T08:37:23.942Z | created new freemapadding route 172.17.0.14/32 -> 10.0.0.255, |
| 9225 | 2026-09-15T08:37:23.947Z | |
| 9226 | 2026-09-15T08:37:23.947Z | unit: freemap_route_ipv6 |
| 9227 | 2026-09-15T08:37:23.947Z | Sep 15 08:37:22.115Sep 15 08:37:22.115 Sep 15 08:37:22.115 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 } }] |
| 9228 | 2026-09-15T08:37:23.947Z | DEBGSep 15 08:37:22.115 reset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Sep 15 08:37:22.115DEBG unit INFOinitted freemap. size: 64 , adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9229 | 2026-09-15T08:37:23.948Z | unit: |
| 9230 | 2026-09-15T08:37:23.948Z | : freemap_route_ipv4 Sep 15 08:37:22.115 |
| 9231 | 2026-09-15T08:37:23.948Z | Sep 15 08:37:22.115freemap_route_ipv4 DEBGSep 15 08:37:22.115 |
| 9232 | 2026-09-15T08:37:23.948Z | INFO 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 } }] reset freemap , adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9233 | 2026-09-15T08:37:23.948Z | |
| 9234 | 2026-09-15T08:37:23.948Z | unitSep 15 08:37:22.115: freemap_route_ipv4 |
| 9235 | 2026-09-15T08:37:23.948Z | DEBGSep 15 08:37:22.115 Sep 15 08:37:22.115INFO DEBG adding route 172.17.0.16/32 -> 10.0.0.255initted freemap. size: 64 |
| 9236 | 2026-09-15T08:37:23.948Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], unitSep 15 08:37:22.115: |
| 9237 | 2026-09-15T08:37:23.948Z | freemap_route_ipv6Sep 15 08:37:22.115 |
| 9238 | 2026-09-15T08:37:23.948Z | DEBG initted freemap. size: 64DEBG, 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 } }]unit |
| 9239 | 2026-09-15T08:37:23.948Z | :Sep 15 08:37:22.115 Sep 15 08:37:22.115 freemap_route_ipv6INFO Sep 15 08:37:22.115 |
| 9240 | 2026-09-15T08:37:23.948Z | adding route 172.16.0.0/32 -> 10.0.0.3 DEBGINFO |
| 9241 | 2026-09-15T08:37:23.948Z | Sep 15 08:37:22.115 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9242 | 2026-09-15T08:37:23.948Z | Sep 15 08:37:22.115 reset freemap , reset freemapunit, :Sep 15 08:37:22.115 unitDEBGDEBGfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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.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 } }]: |
| 9243 | 2026-09-15T08:37:23.949Z | |
| 9244 | 2026-09-15T08:37:23.949Z | |
| 9245 | 2026-09-15T08:37:23.949Z | freemap_route_ipv6Sep 15 08:37:22.115Sep 15 08:37:22.115 |
| 9246 | 2026-09-15T08:37:23.949Z | INFOINFOSep 15 08:37:22.115 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9247 | 2026-09-15T08:37:23.949Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9248 | 2026-09-15T08:37:23.949Z | |
| 9249 | 2026-09-15T08:37:23.949Z | Sep 15 08:37:22.115 Sep 15 08:37:22.115INFOSep 15 08:37:22.115Sep 15 08:37:22.115 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 } }]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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9250 | 2026-09-15T08:37:23.949Z | |
| 9251 | 2026-09-15T08:37:23.949Z | |
| 9252 | 2026-09-15T08:37:23.949Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9253 | 2026-09-15T08:37:23.949Z | Sep 15 08:37:22.115 Sep 15 08:37:22.115INFO Sep 15 08:37:22.115adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9254 | 2026-09-15T08:37:23.949Z | INFODEBG Sep 15 08:37:22.115 adding route 3fff:dead::/64 -> 2001:db8::55:2 Sep 15 08:37:22.115 |
| 9255 | 2026-09-15T08:37:23.950Z | 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 |
| 9256 | 2026-09-15T08:37:23.950Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9257 | 2026-09-15T08:37:23.950Z | 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 15 08:37:22.115 DEBG |
| 9258 | 2026-09-15T08:37:23.950Z | Sep 15 08:37:22.115replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:37:22.115 |
| 9259 | 2026-09-15T08:37:23.950Z | Sep 15 08:37:22.115 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.20/32 -> 10.0.0.255Sep 15 08:37:22.115 |
| 9260 | 2026-09-15T08:37:23.950Z | |
| 9261 | 2026-09-15T08:37:23.950Z | 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 } }]INFOSep 15 08:37:22.115 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9262 | 2026-09-15T08:37:23.950Z | |
| 9263 | 2026-09-15T08:37:23.950Z | DEBG Sep 15 08:37:22.115replacing 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 } }] |
| 9264 | 2026-09-15T08:37:23.950Z | DEBG Sep 15 08:37:22.115Sep 15 08:37:22.115replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 15 08:37:22.115 |
| 9265 | 2026-09-15T08:37:23.950Z | INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255Sep 15 08:37:22.115 |
| 9266 | 2026-09-15T08:37:23.950Z | |
| 9267 | 2026-09-15T08:37:23.950Z | 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 } }] |
| 9268 | 2026-09-15T08:37:23.950Z | Sep 15 08:37:22.115 Sep 15 08:37:22.115INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9269 | 2026-09-15T08:37:23.950Z | 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 } }]DEBGSep 15 08:37:22.115 |
| 9270 | 2026-09-15T08:37:23.950Z | INFOSep 15 08:37:22.115 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 15 08:37:22.115adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 9271 | 2026-09-15T08:37:23.950Z | |
| 9272 | 2026-09-15T08:37:23.951Z | 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 } }] |
| 9273 | 2026-09-15T08:37:23.951Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9274 | 2026-09-15T08:37:23.951Z | Sep 15 08:37:22.115Sep 15 08:37:22.115 Sep 15 08:37:22.115INFO Sep 15 08:37:22.115 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9275 | 2026-09-15T08:37:23.951Z | INFODEBG DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9276 | 2026-09-15T08:37:23.951Z | |
| 9277 | 2026-09-15T08:37:23.951Z | |
| 9278 | 2026-09-15T08:37:23.951Z | Sep 15 08:37:22.115Sep 15 08:37:22.115Sep 15 08:37:22.115 Sep 15 08:37:22.115INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 9279 | 2026-09-15T08:37:23.951Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9280 | 2026-09-15T08:37:23.951Z | |
| 9281 | 2026-09-15T08:37:23.951Z | |
| 9282 | 2026-09-15T08:37:23.951Z | Sep 15 08:37:22.115 Sep 15 08:37:22.115Sep 15 08:37:22.115 DEBG INFO Sep 15 08:37:22.115replacing 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 } }] |
| 9283 | 2026-09-15T08:37:23.951Z | DEBGWARNadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9284 | 2026-09-15T08:37:23.951Z | Sep 15 08:37:22.115replacing targets for 3fff:dead::/64 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 } }] |
| 9285 | 2026-09-15T08:37:23.951Z | INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9286 | 2026-09-15T08:37:23.951Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9287 | 2026-09-15T08:37:23.951Z | Sep 15 08:37:22.115 DEBG DEBGSep 15 08:37:22.115replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 9288 | 2026-09-15T08:37:23.951Z | |
| 9289 | 2026-09-15T08:37:23.952Z | 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 } }] |
| 9290 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.115 Sep 15 08:37:22.115Sep 15 08:37:22.115 INFOSep 15 08:37:22.115INFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9291 | 2026-09-15T08:37:23.952Z | |
| 9292 | 2026-09-15T08:37:23.952Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9293 | 2026-09-15T08:37:23.952Z | INFOSep 15 08:37:22.115Sep 15 08:37:22.115 DEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGSep 15 08:37:22.115 |
| 9294 | 2026-09-15T08:37:23.952Z | |
| 9295 | 2026-09-15T08:37:23.952Z | 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 } }] |
| 9296 | 2026-09-15T08:37:23.952Z | DEBGSep 15 08:37:22.115 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 } }]INFOSep 15 08:37:22.115 |
| 9297 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.115 INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9298 | 2026-09-15T08:37:23.952Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9299 | 2026-09-15T08:37:23.952Z | 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 } }] |
| 9300 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.115Sep 15 08:37:22.115Sep 15 08:37:22.115 DEBGSep 15 08:37:22.115 DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO |
| 9301 | 2026-09-15T08:37:23.952Z | adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9302 | 2026-09-15T08:37:23.952Z | |
| 9303 | 2026-09-15T08:37:23.952Z | adding route 172.17.0.5/32 -> 10.0.0.255Sep 15 08:37:22.115Sep 15 08:37:22.115 Sep 15 08:37:22.115 |
| 9304 | 2026-09-15T08:37:23.952Z | INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255 DEBG |
| 9305 | 2026-09-15T08:37:23.952Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9306 | 2026-09-15T08:37:23.952Z | |
| 9307 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.115Sep 15 08:37:22.115 DEBG Sep 15 08:37:22.115DEBG Sep 15 08:37:22.115replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9308 | 2026-09-15T08:37:23.952Z | DEBG 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 } }] |
| 9309 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.116 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 } }]Sep 15 08:37:22.126 |
| 9310 | 2026-09-15T08:37:23.952Z | DEBGDEBG created new freemapSep 15 08:37:22.126, unit:INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9311 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.126 freemap_route_ipv4INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9312 | 2026-09-15T08:37:23.952Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9313 | 2026-09-15T08:37:23.952Z | |
| 9314 | 2026-09-15T08:37:23.952Z | Sep 15 08:37:22.126 Sep 15 08:37:22.126INFOSep 15 08:37:22.126 DEBGadding route 172.17.0.29/32 -> 10.0.0.255DEBG Sep 15 08:37:22.126created new freemap |
| 9315 | 2026-09-15T08:37:23.952Z | DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9316 | 2026-09-15T08:37:23.952Z | |
| 9317 | 2026-09-15T08:37:23.953Z | , Sep 15 08:37:22.105unit: freemap_route_ipv6DEBG |
| 9318 | 2026-09-15T08:37:23.953Z | Sep 15 08:37:22.126created new freemapSep 15 08:37:22.126 , DEBGunit :replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:37:22.126 Sep 15 08:37:22.126freemap_route_ipv4 INFO |
| 9319 | 2026-09-15T08:37:23.953Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 9320 | 2026-09-15T08:37:23.953Z | initted freemap. size: 64 |
| 9321 | 2026-09-15T08:37:23.953Z | , unit :Sep 15 08:37:22.126INFOSep 15 08:37:22.126 DEBGfreemap_route_ipv4Sep 15 08:37:22.126 |
| 9322 | 2026-09-15T08:37:23.953Z | DEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255created new freemap , adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 9323 | 2026-09-15T08:37:23.953Z | : |
| 9324 | 2026-09-15T08:37:23.953Z | |
| 9325 | 2026-09-15T08:37:23.957Z | freemap_route_ipv6 |
| 9326 | 2026-09-15T08:37:23.957Z | Sep 15 08:37:22.126 DEBG Sep 15 08:37:22.126reset freemapSep 15 08:37:22.126Sep 15 08:37:22.126, unit DEBGDEBG:Sep 15 08:37:22.126 INFOinitted freemap. size: 64 , freemap_route_ipv4unit |
| 9327 | 2026-09-15T08:37:23.957Z | : adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9328 | 2026-09-15T08:37:23.957Z | 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 15 08:37:22.126DEBG |
| 9329 | 2026-09-15T08:37:23.957Z | |
| 9330 | 2026-09-15T08:37:23.957Z | 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 } }]DEBGSep 15 08:37:22.126 Sep 15 08:37:22.126 |
| 9331 | 2026-09-15T08:37:23.957Z | initted freemap. size: 64, Sep 15 08:37:22.126DEBG DEBGSep 15 08:37:22.126unitINFO: reset freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9332 | 2026-09-15T08:37:23.957Z | , |
| 9333 | 2026-09-15T08:37:23.957Z | unit :INFO freemap_route_ipv4Sep 15 08:37:22.126 |
| 9334 | 2026-09-15T08:37:23.957Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9335 | 2026-09-15T08:37:23.957Z | Sep 15 08:37:22.126 |
| 9336 | 2026-09-15T08:37:23.958Z | DEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreset freemapSep 15 08:37:22.126Sep 15 08:37:22.126 |
| 9337 | 2026-09-15T08:37:23.958Z | Sep 15 08:37:22.126 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 } }]DEBGunit |
| 9338 | 2026-09-15T08:37:23.958Z | initted freemap. size: 64Sep 15 08:37:22.126DEBG, :unit :DEBGfreemap_route_ipv6 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 9339 | 2026-09-15T08:37:23.958Z | |
| 9340 | 2026-09-15T08:37:23.958Z | |
| 9341 | 2026-09-15T08:37:23.958Z | Sep 15 08:37:22.126 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 } }]INFOSep 15 08:37:22.126Sep 15 08:37:22.126 |
| 9342 | 2026-09-15T08:37:23.958Z | DEBG INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:37:22.126 |
| 9343 | 2026-09-15T08:37:23.958Z | unit :INFO adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv6adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 9344 | 2026-09-15T08:37:23.958Z | |
| 9345 | 2026-09-15T08:37:23.958Z | |
| 9346 | 2026-09-15T08:37:23.958Z | Sep 15 08:37:22.126Sep 15 08:37:22.126 INFOSep 15 08:37:22.126 adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 15 08:37:22.126 |
| 9347 | 2026-09-15T08:37:23.958Z | DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9348 | 2026-09-15T08:37:23.958Z | DEBGSep 15 08:37:22.126 DEBGSep 15 08:37:22.126Sep 15 08:37:22.126 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9349 | 2026-09-15T08:37:23.958Z | adding route 3fff:beef:3e::/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 } }] |
| 9350 | 2026-09-15T08:37:23.958Z | |
| 9351 | 2026-09-15T08:37:23.958Z | |
| 9352 | 2026-09-15T08:37:23.959Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Sep 15 08:37:22.126Sep 15 08:37:22.126 Sep 15 08:37:22.126 INFOINFO |
| 9353 | 2026-09-15T08:37:23.959Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Sep 15 08:37:22.126 |
| 9354 | 2026-09-15T08:37:23.959Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 9355 | 2026-09-15T08:37:23.959Z | Sep 15 08:37:22.126 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 |
| 9356 | 2026-09-15T08:37:23.959Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9357 | 2026-09-15T08:37:23.959Z | |
| 9358 | 2026-09-15T08:37:23.959Z | Sep 15 08:37:22.126 Sep 15 08:37:22.126 Sep 15 08:37:22.126DEBGSep 15 08:37:22.126DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9359 | 2026-09-15T08:37:23.959Z | INFO 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 } }]Sep 15 08:37:22.126 |
| 9360 | 2026-09-15T08:37:23.959Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9361 | 2026-09-15T08:37:23.959Z | |
| 9362 | 2026-09-15T08:37:23.959Z | 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 } }] |
| 9363 | 2026-09-15T08:37:23.959Z | Sep 15 08:37:22.127Sep 15 08:37:22.127 DEBGINFO 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9364 | 2026-09-15T08:37:23.959Z | |
| 9365 | 2026-09-15T08:37:23.959Z | Sep 15 08:37:22.127Sep 15 08:37:22.127 INFO Sep 15 08:37:22.127adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9366 | 2026-09-15T08:37:23.959Z | Sep 15 08:37:22.127INFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3failed to allocate space for the new target list |
| 9367 | 2026-09-15T08:37:23.959Z | |
| 9368 | 2026-09-15T08:37:23.959Z | Sep 15 08:37:22.127replacing 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 15 08:37:22.127DEBGSep 15 08:37:22.127 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 |
| 9369 | 2026-09-15T08:37:23.959Z | DEBG |
| 9370 | 2026-09-15T08:37:23.960Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9371 | 2026-09-15T08:37:23.960Z | |
| 9372 | 2026-09-15T08:37:23.960Z | Sep 15 08:37:22.127Sep 15 08:37:22.127 INFOSep 15 08:37:22.127 DEBG adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 9373 | 2026-09-15T08:37:23.960Z | failed to allocate space for the new target list |
| 9374 | 2026-09-15T08:37:23.960Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 15 08:37:22.127 |
| 9375 | 2026-09-15T08:37:23.960Z | Sep 15 08:37:22.127Sep 15 08:37:22.127INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9376 | 2026-09-15T08:37:23.960Z | 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 } }] |
| 9377 | 2026-09-15T08:37:23.960Z | Sep 15 08:37:22.127 |
| 9378 | 2026-09-15T08:37:23.960Z | Sep 15 08:37:22.127DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9379 | 2026-09-15T08:37:23.960Z | DEBGSep 15 08:37:22.127 INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Sep 15 08:37:22.127adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9380 | 2026-09-15T08:37:23.960Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9381 | 2026-09-15T08:37:23.960Z | |
| 9382 | 2026-09-15T08:37:23.960Z | 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 } }] |
| 9383 | 2026-09-15T08:37:23.960Z | Sep 15 08:37:22.127Sep 15 08:37:22.127 DEBGINFOSep 15 08:37:22.127Sep 15 08:37:22.116 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9384 | 2026-09-15T08:37:23.960Z | created new freemap adding route 172.17.0.34/32 -> 10.0.0.255, DEBG |
| 9385 | 2026-09-15T08:37:23.960Z | Sep 15 08:37:22.127unit : INFOfreemap_route_ipv4 |
| 9386 | 2026-09-15T08:37:23.960Z | adding route 172.17.0.37/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 } }] |
| 9387 | 2026-09-15T08:37:23.960Z | |
| 9388 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127 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 } }]Sep 15 08:37:22.127Sep 15 08:37:22.127Sep 15 08:37:22.127 |
| 9389 | 2026-09-15T08:37:23.961Z | DEBG DEBGINFO created new freemap , replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255unit |
| 9390 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127: |
| 9391 | 2026-09-15T08:37:23.961Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9392 | 2026-09-15T08:37:23.961Z | freemap_route_ipv6 INFO |
| 9393 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127 INFOSep 15 08:37:22.127adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9394 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127adding route 172.17.0.38/32 -> 10.0.0.255 DEBG |
| 9395 | 2026-09-15T08:37:23.961Z | DEBGinitted freemap. size: 64 , Sep 15 08:37:22.127unitreplacing 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 } }]: DEBGSep 15 08:37:22.127freemap_route_ipv4 |
| 9396 | 2026-09-15T08:37:23.961Z | 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 |
| 9397 | 2026-09-15T08:37:23.961Z | 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 } }] |
| 9398 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127 |
| 9399 | 2026-09-15T08:37:23.961Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 9400 | 2026-09-15T08:37:23.961Z | DEBG reset freemap, Sep 15 08:37:22.127unit Sep 15 08:37:22.127 |
| 9401 | 2026-09-15T08:37:23.961Z | test route::tests::same_size_non_subset_replace ... ok |
| 9402 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127 INFO :INFOINFO freemap_route_ipv4 Sep 15 08:37:22.127adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9403 | 2026-09-15T08:37:23.961Z | INFO |
| 9404 | 2026-09-15T08:37:23.961Z | adding route 172.17.0.39/32 -> 10.0.0.255 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9405 | 2026-09-15T08:37:23.961Z | |
| 9406 | 2026-09-15T08:37:23.961Z | Sep 15 08:37:22.127 |
| 9407 | 2026-09-15T08:37:23.961Z | DEBGSep 15 08:37:22.127Sep 15 08:37:22.127Sep 15 08:37:22.127 Sep 15 08:37:22.127initted freemap. size: 64 DEBG, DEBG unit :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 |
| 9408 | 2026-09-15T08:37:23.962Z | 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 |
| 9409 | 2026-09-15T08:37:23.962Z | DEBG |
| 9410 | 2026-09-15T08:37:23.962Z | 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.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 } }] |
| 9411 | 2026-09-15T08:37:23.962Z | Sep 15 08:37:22.127Sep 15 08:37:22.127 |
| 9412 | 2026-09-15T08:37:23.962Z | DEBGSep 15 08:37:22.127 INFO reset freemapSep 15 08:37:22.127 INFO , INFO unitadding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9413 | 2026-09-15T08:37:23.962Z | |
| 9414 | 2026-09-15T08:37:23.962Z | freemap_route_ipv6Sep 15 08:37:22.127 |
| 9415 | 2026-09-15T08:37:23.962Z | Sep 15 08:37:22.127 |
| 9416 | 2026-09-15T08:37:23.962Z | INFOSep 15 08:37:22.127DEBG 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 15 08:37:22.127 |
| 9417 | 2026-09-15T08:37:23.962Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9418 | 2026-09-15T08:37:23.962Z | |
| 9419 | 2026-09-15T08:37:23.962Z | Sep 15 08:37:22.127 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 15 08:37:22.127DEBG Sep 15 08:37:22.127 |
| 9420 | 2026-09-15T08:37:23.962Z | INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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 } }] |
| 9421 | 2026-09-15T08:37:23.962Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9422 | 2026-09-15T08:37:23.962Z | |
| 9423 | 2026-09-15T08:37:23.962Z | Sep 15 08:37:22.127Sep 15 08:37:22.127 Sep 15 08:37:22.127 INFOSep 15 08:37:22.127INFOSep 15 08:37:22.127 adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9424 | 2026-09-15T08:37:23.962Z | DEBG |
| 9425 | 2026-09-15T08:37:23.967Z | DEBGINFO Sep 15 08:37:22.127 DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9426 | 2026-09-15T08:37:23.967Z | 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 } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9427 | 2026-09-15T08:37:23.967Z | Sep 15 08:37:22.127 DEBG Sep 15 08:37:22.133created new freemap , DEBGunit :Sep 15 08:37:22.133replacing 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 } }] freemap_route_ipv4INFO |
| 9428 | 2026-09-15T08:37:23.967Z | |
| 9429 | 2026-09-15T08:37:23.967Z | |
| 9430 | 2026-09-15T08:37:23.967Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffSep 15 08:37:22.134 |
| 9431 | 2026-09-15T08:37:23.967Z | INFOSep 15 08:37:22.134 Sep 15 08:37:22.134DEBG created new freemapSep 15 08:37:22.134INFO, Sep 15 08:37:22.127 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9432 | 2026-09-15T08:37:23.967Z | DEBG |
| 9433 | 2026-09-15T08:37:23.967Z | unit 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 } }] |
| 9434 | 2026-09-15T08:37:23.967Z | DEBG : Sep 15 08:37:22.134Sep 15 08:37:22.134created new freemapfreemap_route_ipv6 |
| 9435 | 2026-09-15T08:37:23.968Z | DEBG, Sep 15 08:37:22.134 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 } }]DEBGSep 15 08:37:22.134 |
| 9436 | 2026-09-15T08:37:23.968Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 9437 | 2026-09-15T08:37:23.968Z | initted freemap. size: 64Sep 15 08:37:22.134 , unitunitreplacing 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: |
| 9438 | 2026-09-15T08:37:23.968Z | : Sep 15 08:37:22.134 DEBGfreemap_route_ipv4freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9439 | 2026-09-15T08:37:23.968Z | |
| 9440 | 2026-09-15T08:37:23.968Z | |
| 9441 | 2026-09-15T08:37:23.968Z | 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 15 08:37:22.134Sep 15 08:37:22.134Sep 15 08:37:22.134 DEBGDEBG 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 } }, NextHop { asic_port_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 } }] |
| 9442 | 2026-09-15T08:37:23.968Z | , |
| 9443 | 2026-09-15T08:37:23.968Z | Sep 15 08:37:22.134unit:INFO Sep 15 08:37:22.134DEBG DEBG freemap_route_ipv4 |
| 9444 | 2026-09-15T08:37:23.968Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9445 | 2026-09-15T08:37:23.968Z | created new freemapadding route 172.17.0.40/32 -> 10.0.0.255, |
| 9446 | 2026-09-15T08:37:23.968Z | Sep 15 08:37:22.134 unitDEBGSep 15 08:37:22.134 INFO: initted freemap. size: 64adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff, |
| 9447 | 2026-09-15T08:37:23.968Z | unit: Sep 15 08:37:22.134 freemap_route_ipv6freemap_route_ipv6DEBG |
| 9448 | 2026-09-15T08:37:23.968Z | Sep 15 08:37:22.134 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 } }] |
| 9449 | 2026-09-15T08:37:23.968Z | |
| 9450 | 2026-09-15T08:37:23.968Z | Sep 15 08:37:22.134DEBG 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 |
| 9451 | 2026-09-15T08:37:23.968Z | Sep 15 08:37:22.134 DEBG reset freemapinitted freemap. size: 64Sep 15 08:37:22.134, , Sep 15 08:37:22.134INFOunit :INFO adding route 172.17.0.41/32 -> 10.0.0.255freemap_route_ipv6adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9452 | 2026-09-15T08:37:23.969Z | unit |
| 9453 | 2026-09-15T08:37:23.969Z | |
| 9454 | 2026-09-15T08:37:23.969Z | : freemap_route_ipv4 |
| 9455 | 2026-09-15T08:37:23.969Z | Sep 15 08:37:22.134Sep 15 08:37:22.134 Sep 15 08:37:22.134 INFO DEBG Sep 15 08:37:22.134DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9456 | 2026-09-15T08:37:23.969Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9457 | 2026-09-15T08:37:23.969Z | 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 } }]reset freemap |
| 9458 | 2026-09-15T08:37:23.969Z | Sep 15 08:37:22.134, Sep 15 08:37:22.134unit INFODEBGSep 15 08:37:22.134 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:30::/64 -> 2001:db8::55:ff |
| 9459 | 2026-09-15T08:37:23.969Z | |
| 9460 | 2026-09-15T08:37:23.969Z | INFO: freemap_route_ipv4adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9461 | 2026-09-15T08:37:23.969Z | |
| 9462 | 2026-09-15T08:37:23.969Z | Sep 15 08:37:22.134 INFOSep 15 08:37:22.134 Sep 15 08:37:22.134adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9463 | 2026-09-15T08:37:23.969Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9464 | 2026-09-15T08:37:23.969Z | Sep 15 08:37:22.134replacing 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 15 08:37:22.134 |
| 9465 | 2026-09-15T08:37:23.969Z | DEBGDEBGSep 15 08:37:22.134 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 |
| 9466 | 2026-09-15T08:37:23.969Z | initted freemap. size: 64adding route 3fff:beef:31::/64 -> 2001:db8::55:ff, |
| 9467 | 2026-09-15T08:37:23.969Z | unit:Sep 15 08:37:22.134 freemap_route_ipv6Sep 15 08:37:22.134 |
| 9468 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255 DEBG |
| 9469 | 2026-09-15T08:37:23.970Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9470 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134replacing 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 } }] |
| 9471 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134DEBG DEBGreset freemap Sep 15 08:37:22.134, 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 |
| 9472 | 2026-09-15T08:37:23.970Z | unitSep 15 08:37:22.134adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9473 | 2026-09-15T08:37:23.970Z | 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 } }] |
| 9474 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134Sep 15 08:37:22.134 freemap_route_ipv6DEBG |
| 9475 | 2026-09-15T08:37:23.970Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9476 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 9477 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9478 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9479 | 2026-09-15T08:37:23.970Z | |
| 9480 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134 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 15 08:37:22.134Sep 15 08:37:22.134 |
| 9481 | 2026-09-15T08:37:23.970Z | DEBGSep 15 08:37:22.134 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 } }]DEBGDEBG |
| 9482 | 2026-09-15T08:37:23.970Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 9483 | 2026-09-15T08:37:23.970Z | |
| 9484 | 2026-09-15T08:37:23.970Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9485 | 2026-09-15T08:37:23.970Z | Sep 15 08:37:22.134Sep 15 08:37:22.134Sep 15 08:37:22.134 Sep 15 08:37:22.134INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9486 | 2026-09-15T08:37:23.971Z | INFOadding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9487 | 2026-09-15T08:37:23.971Z | adding route 172.17.0.45/32 -> 10.0.0.255Sep 15 08:37:22.134 |
| 9488 | 2026-09-15T08:37:23.971Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9489 | 2026-09-15T08:37:23.971Z | DEBGSep 15 08:37:22.134 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 15 08:37:22.134Sep 15 08:37:22.134 |
| 9490 | 2026-09-15T08:37:23.971Z | DEBG 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.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 15 08:37:22.134 |
| 9491 | 2026-09-15T08:37:23.971Z | 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 } }] |
| 9492 | 2026-09-15T08:37:23.971Z | |
| 9493 | 2026-09-15T08:37:23.971Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9494 | 2026-09-15T08:37:23.971Z | Sep 15 08:37:22.134Sep 15 08:37:22.134 INFOSep 15 08:37:22.134 Sep 15 08:37:22.134INFOadding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 9495 | 2026-09-15T08:37:23.971Z | 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 } }]DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9496 | 2026-09-15T08:37:23.971Z | |
| 9497 | 2026-09-15T08:37:23.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 } }, 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 15 08:37:22.134Sep 15 08:37:22.134Sep 15 08:37:22.134 |
| 9498 | 2026-09-15T08:37:23.971Z | INFO DEBG DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9499 | 2026-09-15T08:37:23.971Z | 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 } }] |
| 9500 | 2026-09-15T08:37:23.971Z | |
| 9501 | 2026-09-15T08:37:23.971Z | Sep 15 08:37:22.134Sep 15 08:37:22.134 INFODEBGSep 15 08:37:22.134 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9502 | 2026-09-15T08:37:23.972Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9503 | 2026-09-15T08:37:23.972Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9504 | 2026-09-15T08:37:23.972Z | Sep 15 08:37:22.134Sep 15 08:37:22.134 INFODEBG 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:37::/64 -> 2001:db8::55:ff |
| 9505 | 2026-09-15T08:37:23.972Z | |
| 9506 | 2026-09-15T08:37:23.972Z | Sep 15 08:37:22.134 Sep 15 08:37:22.134Sep 15 08:37:22.134 INFODEBG DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 9507 | 2026-09-15T08:37:23.972Z | 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: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 } }] |
| 9508 | 2026-09-15T08:37:23.972Z | Sep 15 08:37:22.127 |
| 9509 | 2026-09-15T08:37:23.972Z | Sep 15 08:37:22.134 DEBGDEBGSep 15 08:37:22.134 created new freemap replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 15 08:37:22.134, |
| 9510 | 2026-09-15T08:37:23.972Z | INFO INFOunit :adding route 172.17.0.48/32 -> 10.0.0.255Sep 15 08:37:22.134 |
| 9511 | 2026-09-15T08:37:23.972Z | freemap_route_ipv4INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9512 | 2026-09-15T08:37:23.972Z | |
| 9513 | 2026-09-15T08:37:23.972Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9514 | 2026-09-15T08:37:23.972Z | Sep 15 08:37:22.134Sep 15 08:37:22.134Sep 15 08:37:22.134 DEBGSep 15 08:37:22.134 DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9515 | 2026-09-15T08:37:23.972Z | 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 } }]created new freemap |
| 9516 | 2026-09-15T08:37:23.972Z | , 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 } }]unit |
| 9517 | 2026-09-15T08:37:23.972Z | Sep 15 08:37:22.134: Sep 15 08:37:22.134 INFO freemap_route_ipv6INFO |
| 9518 | 2026-09-15T08:37:23.972Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9519 | 2026-09-15T08:37:23.973Z | adding route 172.17.0.8/32 -> 10.0.0.255Sep 15 08:37:22.134 |
| 9520 | 2026-09-15T08:37:23.973Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255Sep 15 08:37:22.134 |
| 9521 | 2026-09-15T08:37:23.973Z | Sep 15 08:37:22.134 DEBG Sep 15 08:37:22.134initted freemap. size: 64 DEBG, Sep 15 08:37:22.134unit :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 |
| 9522 | 2026-09-15T08:37:23.973Z | DEBGfreemap_route_ipv4 |
| 9523 | 2026-09-15T08:37:23.973Z | 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 } }] |
| 9524 | 2026-09-15T08:37:23.973Z | Sep 15 08:37:22.134replacing 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 } }] |
| 9525 | 2026-09-15T08:37:23.978Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 15 08:37:22.134Sep 15 08:37:22.134 |
| 9526 | 2026-09-15T08:37:23.978Z | INFOSep 15 08:37:22.134 DEBG adding route 172.17.0.9/32 -> 10.0.0.255reset freemapINFO |
| 9527 | 2026-09-15T08:37:23.978Z | , Sep 15 08:37:22.134 unitDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255: |
| 9528 | 2026-09-15T08:37:23.978Z | freemap_route_ipv4 |
| 9529 | 2026-09-15T08:37:23.978Z | Sep 15 08:37:22.134 |
| 9530 | 2026-09-15T08:37:23.978Z | Sep 15 08:37:22.134DEBG INFOSep 15 08:37:22.134 Sep 15 08:37:22.134replacing 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:3b::/64 -> 2001:db8::55:ff |
| 9531 | 2026-09-15T08:37:23.978Z | DEBG |
| 9532 | 2026-09-15T08:37:23.978Z | 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 } }]initted freemap. size: 64, |
| 9533 | 2026-09-15T08:37:23.978Z | unitSep 15 08:37:22.134Sep 15 08:37:22.134: freemap_route_ipv6INFO |
| 9534 | 2026-09-15T08:37:23.978Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Sep 15 08:37:22.134 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 } }] |
| 9535 | 2026-09-15T08:37:23.978Z | INFOSep 15 08:37:22.134 DEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9536 | 2026-09-15T08:37:23.978Z | reset freemap |
| 9537 | 2026-09-15T08:37:23.978Z | Sep 15 08:37:22.134, unitDEBG: freemap_route_ipv6 |
| 9538 | 2026-09-15T08:37:23.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 } }] |
| 9539 | 2026-09-15T08:37:23.978Z | Sep 15 08:37:22.134 Sep 15 08:37:22.134DEBG Sep 15 08:37:22.134INFOSep 15 08:37:22.134 INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9540 | 2026-09-15T08:37:23.978Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9541 | 2026-09-15T08:37:23.978Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9542 | 2026-09-15T08:37:23.978Z | Sep 15 08:37:22.134 |
| 9543 | 2026-09-15T08:37:23.978Z | INFOSep 15 08:37:22.134 Sep 15 08:37:22.134adding route 172.17.0.52/32 -> 10.0.0.255 Sep 15 08:37:22.134DEBGDEBG |
| 9544 | 2026-09-15T08:37:23.978Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] |
| 9545 | 2026-09-15T08:37:23.978Z | DEBG |
| 9546 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.143replacing 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 } }] |
| 9547 | 2026-09-15T08:37:23.979Z | INFOSep 15 08:37:22.143 Sep 15 08:37:22.143INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 9548 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.143replacing 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 } }] |
| 9549 | 2026-09-15T08:37:23.979Z | |
| 9550 | 2026-09-15T08:37:23.979Z | DEBG Sep 15 08:37:22.143failed to allocate space for the new target list |
| 9551 | 2026-09-15T08:37:23.979Z | DEBGSep 15 08:37:22.143Sep 15 08:37:22.143 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 } }] INFOSep 15 08:37:22.143 DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9552 | 2026-09-15T08:37:23.979Z | DEBG |
| 9553 | 2026-09-15T08:37:23.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9554 | 2026-09-15T08:37:23.979Z | replacing targets for 3fff:dead::/64 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 15 08:37:22.143 |
| 9555 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.143 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9556 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.143 |
| 9557 | 2026-09-15T08:37:23.979Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Sep 15 08:37:22.143 |
| 9558 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.143DEBG INFO 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 15 08:37:22.143adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9559 | 2026-09-15T08:37:23.979Z | DEBG |
| 9560 | 2026-09-15T08:37:23.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 } }, NextHop { asic_port_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 } }] |
| 9561 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144 INFOSep 15 08:37:22.144 Sep 15 08:37:22.144adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9562 | 2026-09-15T08:37:23.979Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 9563 | 2026-09-15T08:37:23.979Z | |
| 9564 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144 DEBGSep 15 08:37:22.144 Sep 15 08:37:22.144replacing 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 |
| 9565 | 2026-09-15T08:37:23.979Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9566 | 2026-09-15T08:37:23.979Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9567 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144 DEBGSep 15 08:37:22.144 Sep 15 08:37:22.144replacing targets for 172.16.0.0/32 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 } }] |
| 9568 | 2026-09-15T08:37:23.979Z | DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9569 | 2026-09-15T08:37:23.979Z | |
| 9570 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144Sep 15 08:37:22.144 INFODEBG adding route 172.17.0.56/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 } }] |
| 9571 | 2026-09-15T08:37:23.979Z | |
| 9572 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144Sep 15 08:37:22.144 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9573 | 2026-09-15T08:37:23.979Z | |
| 9574 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144 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 15 08:37:22.144 |
| 9575 | 2026-09-15T08:37:23.979Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9576 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144 Sep 15 08:37:22.144INFO DEBGSep 15 08:37:22.144 adding route 172.17.0.42/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9577 | 2026-09-15T08:37:23.979Z | |
| 9578 | 2026-09-15T08:37:23.979Z | 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 } }] |
| 9579 | 2026-09-15T08:37:23.979Z | Sep 15 08:37:22.144 Sep 15 08:37:22.144INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9580 | 2026-09-15T08:37:23.979Z | |
| 9581 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.144 DEBGSep 15 08:37:22.144 Sep 15 08:37:22.144DEBG 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 } }] |
| 9582 | 2026-09-15T08:37:23.980Z | 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.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 } }] |
| 9583 | 2026-09-15T08:37:23.980Z | |
| 9584 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.144Sep 15 08:37:22.144 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9585 | 2026-09-15T08:37:23.980Z | adding route 172.17.0.43/32 -> 10.0.0.255Sep 15 08:37:22.144 |
| 9586 | 2026-09-15T08:37:23.980Z | test route::tests::delete_targets_fragmented ... ok |
| 9587 | 2026-09-15T08:37:23.980Z | INFOSep 15 08:37:22.144 adding route 172.17.0.59/32 -> 10.0.0.255DEBGSep 15 08:37:22.144 |
| 9588 | 2026-09-15T08:37:23.980Z | DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9589 | 2026-09-15T08:37:23.980Z | |
| 9590 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.144 DEBG Sep 15 08:37:22.144replacing 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-15T08:37:23.980Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9592 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.144Sep 15 08:37:22.144 INFOINFOSep 15 08:37:22.144 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9593 | 2026-09-15T08:37:23.980Z | adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 9594 | 2026-09-15T08:37:23.980Z | 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 } }] |
| 9595 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.144 Sep 15 08:37:22.144DEBG 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 } }] Sep 15 08:37:22.144 |
| 9596 | 2026-09-15T08:37:23.980Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9597 | 2026-09-15T08:37:23.980Z | 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 } }] |
| 9598 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.144 DEBG created new freemapSep 15 08:37:22.144, unitDEBG: |
| 9599 | 2026-09-15T08:37:23.980Z | freemap_route_ipv4Sep 15 08:37:22.154replacing 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 } }] |
| 9600 | 2026-09-15T08:37:23.980Z | |
| 9601 | 2026-09-15T08:37:23.980Z | INFOSep 15 08:37:22.154 INFOadding route 172.17.0.45/32 -> 10.0.0.255 Sep 15 08:37:22.154adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9602 | 2026-09-15T08:37:23.980Z | |
| 9603 | 2026-09-15T08:37:23.980Z | INFO Sep 15 08:37:22.154 DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9604 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.154Sep 15 08:37:22.154 created new freemapDEBG, 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 } }]: |
| 9605 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.154 DEBGDEBG freemap_route_ipv6replacing 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 } }] |
| 9606 | 2026-09-15T08:37:23.980Z | |
| 9607 | 2026-09-15T08:37:23.980Z | 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 15 08:37:22.154 |
| 9608 | 2026-09-15T08:37:23.980Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255Sep 15 08:37:22.154 |
| 9609 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.154Sep 15 08:37:22.154INFO INFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9610 | 2026-09-15T08:37:23.980Z | |
| 9611 | 2026-09-15T08:37:23.980Z | DEBG initted freemap. size: 64Sep 15 08:37:22.154 Sep 15 08:37:22.154 DEBG 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 } }] |
| 9612 | 2026-09-15T08:37:23.980Z | 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 } }] |
| 9613 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.154Sep 15 08:37:22.144 Sep 15 08:37:22.154Sep 15 08:37:22.154 DEBGDEBGINFO INFO failed to allocate space for the new target listadding route 172.17.0.47/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 } }] |
| 9614 | 2026-09-15T08:37:23.980Z | |
| 9615 | 2026-09-15T08:37:23.980Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9616 | 2026-09-15T08:37:23.980Z | |
| 9617 | 2026-09-15T08:37:23.980Z | Sep 15 08:37:22.154Sep 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154DEBG DEBG 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.12/32 -> 10.0.0.255 |
| 9618 | 2026-09-15T08:37:23.980Z | 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 } }] |
| 9619 | 2026-09-15T08:37:23.980Z | |
| 9620 | 2026-09-15T08:37:23.981Z | 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 } }] |
| 9621 | 2026-09-15T08:37:23.981Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154DEBG Sep 15 08:37:22.154 INFO 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 } }] adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9622 | 2026-09-15T08:37:23.981Z | |
| 9623 | 2026-09-15T08:37:23.981Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9624 | 2026-09-15T08:37:23.981Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154INFO Sep 15 08:37:22.154DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9625 | 2026-09-15T08:37:23.985Z | 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 } }] |
| 9626 | 2026-09-15T08:37:23.985Z | 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 } }] |
| 9627 | 2026-09-15T08:37:23.985Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154DEBGSep 15 08:37:22.154 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 |
| 9628 | 2026-09-15T08:37:23.985Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9629 | 2026-09-15T08:37:23.986Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9630 | 2026-09-15T08:37:23.986Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154, DEBGSep 15 08:37:22.154 unitDEBG:replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9631 | 2026-09-15T08:37:23.986Z | adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 9632 | 2026-09-15T08:37:23.986Z | |
| 9633 | 2026-09-15T08:37:23.986Z | |
| 9634 | 2026-09-15T08:37:23.986Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154Sep 15 08:37:22.154INFO Sep 15 08:37:22.154 INFOadding route 172.17.0.50/32 -> 10.0.0.255 DEBG adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9635 | 2026-09-15T08:37:23.986Z | |
| 9636 | 2026-09-15T08:37:23.986Z | 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 |
| 9637 | 2026-09-15T08:37:23.986Z | , unitSep 15 08:37:22.154:Sep 15 08:37:22.154Sep 15 08:37:22.154 freemap_route_ipv4DEBGDEBG |
| 9638 | 2026-09-15T08:37:23.986Z | 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.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 |
| 9639 | 2026-09-15T08:37:23.986Z | |
| 9640 | 2026-09-15T08:37:23.986Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9641 | 2026-09-15T08:37:23.986Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154INFO Sep 15 08:37:22.154INFO adding route 172.17.0.27/32 -> 10.0.0.255 DEBG |
| 9642 | 2026-09-15T08:37:23.986Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9643 | 2026-09-15T08:37:23.986Z | 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 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154 |
| 9644 | 2026-09-15T08:37:23.986Z | DEBG DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9645 | 2026-09-15T08:37:23.986Z | Sep 15 08:37:22.154 INFO |
| 9646 | 2026-09-15T08:37:23.986Z | initted freemap. size: 64Sep 15 08:37:22.154 , INFO unitSep 15 08:37:22.154adding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 9647 | 2026-09-15T08:37:23.986Z | : adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9648 | 2026-09-15T08:37:23.987Z | freemap_route_ipv6 |
| 9649 | 2026-09-15T08:37:23.987Z | |
| 9650 | 2026-09-15T08:37:23.987Z | Sep 15 08:37:22.154 DEBG Sep 15 08:37:22.154replacing 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 } }] |
| 9651 | 2026-09-15T08:37:23.987Z | DEBGSep 15 08:37:22.154 Sep 15 08:37:22.154 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 } }]DEBGSep 15 08:37:22.154 |
| 9652 | 2026-09-15T08:37:23.987Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG |
| 9653 | 2026-09-15T08:37:23.987Z | adding route 172.17.0.53/32 -> 10.0.0.255 reset freemap |
| 9654 | 2026-09-15T08:37:23.987Z | , Sep 15 08:37:22.154 unitINFOSep 15 08:37:22.154 adding route 172.17.0.17/32 -> 10.0.0.255INFOSep 15 08:37:22.154 |
| 9655 | 2026-09-15T08:37:23.987Z | : DEBGfreemap_route_ipv6 |
| 9656 | 2026-09-15T08:37:23.987Z | 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.29/32 -> 10.0.0.255 |
| 9657 | 2026-09-15T08:37:23.987Z | |
| 9658 | 2026-09-15T08:37:23.987Z | Sep 15 08:37:22.154 DEBGSep 15 08:37:22.154 Sep 15 08:37:22.154Sep 15 08:37:22.154 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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.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 } }] |
| 9659 | 2026-09-15T08:37:23.987Z | |
| 9660 | 2026-09-15T08:37:23.987Z | INFO |
| 9661 | 2026-09-15T08:37:23.987Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9662 | 2026-09-15T08:37:23.987Z | Sep 15 08:37:22.154Sep 15 08:37:22.154Sep 15 08:37:22.154 INFOINFO Sep 15 08:37:22.154adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9663 | 2026-09-15T08:37:23.987Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBGDEBG |
| 9664 | 2026-09-15T08:37:23.987Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9665 | 2026-09-15T08:37:23.987Z | |
| 9666 | 2026-09-15T08:37:23.988Z | Sep 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154 DEBGDEBGSep 15 08:37:22.154INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9667 | 2026-09-15T08:37:23.988Z | |
| 9668 | 2026-09-15T08:37:23.988Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9669 | 2026-09-15T08:37:23.988Z | adding route 172.17.0.55/32 -> 10.0.0.255Sep 15 08:37:22.154 |
| 9670 | 2026-09-15T08:37:23.988Z | INFO Sep 15 08:37:22.154adding route 172.17.0.19/32 -> 10.0.0.255 Sep 15 08:37:22.154INFO |
| 9671 | 2026-09-15T08:37:23.988Z | Sep 15 08:37:22.154 DEBG adding route 172.17.0.31/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 } }]DEBG |
| 9672 | 2026-09-15T08:37:23.988Z | |
| 9673 | 2026-09-15T08:37:23.988Z | Sep 15 08:37:22.154 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 } }]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 15 08:37:22.154Sep 15 08:37:22.154 |
| 9674 | 2026-09-15T08:37:23.988Z | |
| 9675 | 2026-09-15T08:37:23.988Z | DEBGINFO Sep 15 08:37:22.154replacing 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 15 08:37:22.154 |
| 9676 | 2026-09-15T08:37:23.988Z | INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9677 | 2026-09-15T08:37:23.988Z | Sep 15 08:37:22.154adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9678 | 2026-09-15T08:37:23.988Z | INFO |
| 9679 | 2026-09-15T08:37:23.988Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9680 | 2026-09-15T08:37:23.988Z | Sep 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154 DEBGDEBGSep 15 08:37:22.154 DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9681 | 2026-09-15T08:37:23.988Z | 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 } }] |
| 9682 | 2026-09-15T08:37:23.989Z | 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 } }] |
| 9683 | 2026-09-15T08:37:23.989Z | |
| 9684 | 2026-09-15T08:37:23.989Z | Sep 15 08:37:22.154Sep 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154 INFOINFOINFO adding route 172.17.0.33/32 -> 10.0.0.255INFOadding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9685 | 2026-09-15T08:37:23.989Z | |
| 9686 | 2026-09-15T08:37:23.989Z | test route::tests::delete_target_full ... ok |
| 9687 | 2026-09-15T08:37:23.989Z | |
| 9688 | 2026-09-15T08:37:23.989Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9689 | 2026-09-15T08:37:23.989Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154DEBG Sep 15 08:37:22.154 Sep 15 08:37:22.154DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG |
| 9690 | 2026-09-15T08:37:23.989Z | |
| 9691 | 2026-09-15T08:37:23.989Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9692 | 2026-09-15T08:37:23.989Z | |
| 9693 | 2026-09-15T08:37:23.989Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154Sep 15 08:37:22.154 INFOINFOSep 15 08:37:22.154INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9694 | 2026-09-15T08:37:23.989Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 9695 | 2026-09-15T08:37:23.989Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9696 | 2026-09-15T08:37:23.989Z | |
| 9697 | 2026-09-15T08:37:23.989Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154Sep 15 08:37:22.154DEBGSep 15 08:37:22.154 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 |
| 9698 | 2026-09-15T08:37:23.990Z | DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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 } }] |
| 9699 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.154replacing 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 } }] |
| 9700 | 2026-09-15T08:37:23.990Z | INFO |
| 9701 | 2026-09-15T08:37:23.990Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9702 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.154Sep 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154INFOINFO DEBGINFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 9703 | 2026-09-15T08:37:23.990Z | adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.1/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 } }] |
| 9704 | 2026-09-15T08:37:23.990Z | |
| 9705 | 2026-09-15T08:37:23.990Z | |
| 9706 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.154Sep 15 08:37:22.154 Sep 15 08:37:22.154DEBGSep 15 08:37:22.154 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 } }]DEBGDEBG |
| 9707 | 2026-09-15T08:37:23.990Z | INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9708 | 2026-09-15T08:37:23.990Z | |
| 9709 | 2026-09-15T08:37:23.990Z | |
| 9710 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.154 INFO adding route 172.17.0.36/32 -> 10.0.0.255Sep 15 08:37:22.154 |
| 9711 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.154 Sep 15 08:37:22.154INFO INFO adding route 172.17.0.60/32 -> 10.0.0.255Sep 15 08:37:22.154 |
| 9712 | 2026-09-15T08:37:23.990Z | DEBG DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9713 | 2026-09-15T08:37:23.990Z | |
| 9714 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.154adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9715 | 2026-09-15T08:37:23.990Z | Sep 15 08:37:22.164Sep 15 08:37:22.164DEBG INFODEBGreplacing 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 } }] |
| 9716 | 2026-09-15T08:37:23.991Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9717 | 2026-09-15T08:37:23.991Z | 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 } }] |
| 9718 | 2026-09-15T08:37:23.991Z | Sep 15 08:37:22.164 Sep 15 08:37:22.164DEBG 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 |
| 9719 | 2026-09-15T08:37:23.991Z | Sep 15 08:37:22.164adding route 172.17.0.61/32 -> 10.0.0.255 INFO |
| 9720 | 2026-09-15T08:37:23.991Z | adding route 172.17.0.3/32 -> 10.0.0.255Sep 15 08:37:22.164 |
| 9721 | 2026-09-15T08:37:23.991Z | INFO Sep 15 08:37:22.164adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9722 | 2026-09-15T08:37:23.991Z | DEBG Sep 15 08:37:22.164replacing 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 } }] |
| 9723 | 2026-09-15T08:37:23.991Z | DEBG Sep 15 08:37:22.164replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9724 | 2026-09-15T08:37:23.991Z | Sep 15 08:37:22.164 INFO adding route 172.17.0.62/32 -> 10.0.0.255Sep 15 08:37:22.164 |
| 9725 | 2026-09-15T08:37:23.996Z | INFODEBG adding route 172.17.0.4/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 } }] |
| 9726 | 2026-09-15T08:37:23.996Z | |
| 9727 | 2026-09-15T08:37:23.996Z | Sep 15 08:37:22.164 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 15 08:37:22.164 |
| 9728 | 2026-09-15T08:37:23.996Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9729 | 2026-09-15T08:37:23.996Z | Sep 15 08:37:22.164 DEBGSep 15 08:37:22.164 failed to allocate space for the new target listDEBGSep 15 08:37:22.164 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 } }] |
| 9730 | 2026-09-15T08:37:23.996Z | 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 } }] |
| 9731 | 2026-09-15T08:37:23.996Z | Sep 15 08:37:22.164 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9732 | 2026-09-15T08:37:23.996Z | Sep 15 08:37:22.164 |
| 9733 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164 INFODEBG adding route 172.17.0.40/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 } }]Sep 15 08:37:22.164 |
| 9734 | 2026-09-15T08:37:23.997Z | |
| 9735 | 2026-09-15T08:37:23.997Z | 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 } }] |
| 9736 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9737 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164Sep 15 08:37:22.164 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9738 | 2026-09-15T08:37:23.997Z | |
| 9739 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9740 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164Sep 15 08:37:22.164 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9741 | 2026-09-15T08:37:23.997Z | |
| 9742 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9743 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164Sep 15 08:37:22.164 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9744 | 2026-09-15T08:37:23.997Z | |
| 9745 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9746 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.164Sep 15 08:37:22.164 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9747 | 2026-09-15T08:37:23.997Z | |
| 9748 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9749 | 2026-09-15T08:37:23.997Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165DEBG 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 } }] |
| 9750 | 2026-09-15T08:37:23.997Z | 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 } }] |
| 9751 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9752 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 9753 | 2026-09-15T08:37:23.998Z | 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 } }] |
| 9754 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9755 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165DEBG 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 } }] |
| 9756 | 2026-09-15T08:37:23.998Z | 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 } }] |
| 9757 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9758 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9759 | 2026-09-15T08:37:23.998Z | 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 } }] |
| 9760 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9761 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9762 | 2026-09-15T08:37:23.998Z | 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 } }] |
| 9763 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9764 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9765 | 2026-09-15T08:37:23.998Z | 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 } }] |
| 9766 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9767 | 2026-09-15T08:37:23.998Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9768 | 2026-09-15T08:37:23.999Z | 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 } }] |
| 9769 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9770 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 INFOSep 15 08:37:22.165 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 9771 | 2026-09-15T08:37:23.999Z | 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 } }] |
| 9772 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9773 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 DEBG Sep 15 08:37:22.165replacing 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 } }] |
| 9774 | 2026-09-15T08:37:23.999Z | 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 } }] |
| 9775 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.19/32 -> 10.0.0.255Sep 15 08:37:22.165 |
| 9776 | 2026-09-15T08:37:23.999Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9777 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 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 15 08:37:22.165 |
| 9778 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 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 } }]INFOSep 15 08:37:22.165 |
| 9779 | 2026-09-15T08:37:23.999Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9780 | 2026-09-15T08:37:23.999Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9781 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165INFO DEBGSep 15 08:37:22.165adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9782 | 2026-09-15T08:37:23.999Z | 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 } }]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 } }] |
| 9783 | 2026-09-15T08:37:23.999Z | |
| 9784 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 DEBG Sep 15 08:37:22.165Sep 15 08:37:22.165 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9785 | 2026-09-15T08:37:23.999Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9786 | 2026-09-15T08:37:23.999Z | test route::tests::add_target_fails_full ... ok |
| 9787 | 2026-09-15T08:37:23.999Z | |
| 9788 | 2026-09-15T08:37:23.999Z | Sep 15 08:37:22.165 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9789 | 2026-09-15T08:37:24.000Z | Sep 15 08:37:22.165Sep 15 08:37:22.165 DEBGDEBG Sep 15 08:37:22.165replacing 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 } }] |
| 9790 | 2026-09-15T08:37:24.000Z | DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9791 | 2026-09-15T08:37:24.000Z | 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 } }] |
| 9792 | 2026-09-15T08:37:24.000Z | Sep 15 08:37:22.165Sep 15 08:37:22.165 Sep 15 08:37:22.165INFO INFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9793 | 2026-09-15T08:37:24.000Z | INFO |
| 9794 | 2026-09-15T08:37:24.000Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9795 | 2026-09-15T08:37:24.000Z | Sep 15 08:37:22.165Sep 15 08:37:22.165 DEBGSep 15 08:37:22.165DEBG 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 } }] |
| 9796 | 2026-09-15T08:37:24.000Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9797 | 2026-09-15T08:37:24.000Z | |
| 9798 | 2026-09-15T08:37:24.002Z | Sep 15 08:37:22.165Sep 15 08:37:22.165Sep 15 08:37:22.165 INFOINFO INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9799 | 2026-09-15T08:37:24.002Z | adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9800 | 2026-09-15T08:37:24.002Z | |
| 9801 | 2026-09-15T08:37:24.002Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165Sep 15 08:37:22.165 DEBGDEBG DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9802 | 2026-09-15T08:37:24.002Z | 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 } }] |
| 9803 | 2026-09-15T08:37:24.002Z | |
| 9804 | 2026-09-15T08:37:24.002Z | Sep 15 08:37:22.165Sep 15 08:37:22.165 Sep 15 08:37:22.165INFO INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9805 | 2026-09-15T08:37:24.002Z | adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9806 | 2026-09-15T08:37:24.002Z | |
| 9807 | 2026-09-15T08:37:24.002Z | Sep 15 08:37:22.165Sep 15 08:37:22.165Sep 15 08:37:22.165 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 } }]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 } }] |
| 9808 | 2026-09-15T08:37:24.002Z | |
| 9809 | 2026-09-15T08:37:24.002Z | 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 } }] |
| 9810 | 2026-09-15T08:37:24.002Z | Sep 15 08:37:22.165Sep 15 08:37:22.165Sep 15 08:37:22.165 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9811 | 2026-09-15T08:37:24.002Z | |
| 9812 | 2026-09-15T08:37:24.003Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9813 | 2026-09-15T08:37:24.003Z | Sep 15 08:37:22.165 Sep 15 08:37:22.165DEBGSep 15 08:37:22.165 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 } }]DEBGDEBG |
| 9814 | 2026-09-15T08:37:24.003Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9815 | 2026-09-15T08:37:24.003Z | |
| 9816 | 2026-09-15T08:37:24.003Z | Sep 15 08:37:22.165 INFO Sep 15 08:37:22.165adding route 172.17.0.31/32 -> 10.0.0.255 Sep 15 08:37:22.165INFO |
| 9817 | 2026-09-15T08:37:24.003Z | adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 9818 | 2026-09-15T08:37:24.003Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9819 | 2026-09-15T08:37:24.003Z | Sep 15 08:37:22.165Sep 15 08:37:22.165Sep 15 08:37:22.165 DEBGDEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9820 | 2026-09-15T08:37:24.003Z | 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 } }] |
| 9821 | 2026-09-15T08:37:24.003Z | |
| 9822 | 2026-09-15T08:37:24.003Z | Sep 15 08:37:22.165Sep 15 08:37:22.165 INFOSep 15 08:37:22.165 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9823 | 2026-09-15T08:37:24.003Z | INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9824 | 2026-09-15T08:37:24.003Z | adding route 172.17.0.27/32 -> 10.0.0.255Sep 15 08:37:22.165 |
| 9825 | 2026-09-15T08:37:24.008Z | Sep 15 08:37:22.165DEBG Sep 15 08:37:22.165replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9826 | 2026-09-15T08:37:24.008Z | DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9827 | 2026-09-15T08:37:24.008Z | 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 15 08:37:22.165 |
| 9828 | 2026-09-15T08:37:24.008Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255Sep 15 08:37:22.165 |
| 9829 | 2026-09-15T08:37:24.008Z | Sep 15 08:37:22.165 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Sep 15 08:37:22.165 |
| 9830 | 2026-09-15T08:37:24.008Z | |
| 9831 | 2026-09-15T08:37:24.008Z | 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 } }]Sep 15 08:37:22.165Sep 15 08:37:22.165 |
| 9832 | 2026-09-15T08:37:24.008Z | DEBG 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.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 15 08:37:22.165 INFO |
| 9833 | 2026-09-15T08:37:24.008Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9834 | 2026-09-15T08:37:24.008Z | |
| 9835 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175 INFO Sep 15 08:37:22.175adding route 172.17.0.29/32 -> 10.0.0.255Sep 15 08:37:22.175 |
| 9836 | 2026-09-15T08:37:24.009Z | DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9837 | 2026-09-15T08:37:24.009Z | adding route 172.17.0.57/32 -> 10.0.0.255Sep 15 08:37:22.175 |
| 9838 | 2026-09-15T08:37:24.009Z | 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 } }] |
| 9839 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBGSep 15 08:37:22.175 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9840 | 2026-09-15T08:37:24.009Z | 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 } }] |
| 9841 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175 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 } }] |
| 9842 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175INFOSep 15 08:37:22.175 adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9843 | 2026-09-15T08:37:24.009Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 9844 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9845 | 2026-09-15T08:37:24.009Z | DEBG Sep 15 08:37:22.175replacing 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 } }] |
| 9846 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175DEBG 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 } }]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 15 08:37:22.175 |
| 9847 | 2026-09-15T08:37:24.009Z | |
| 9848 | 2026-09-15T08:37:24.009Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Sep 15 08:37:22.175Sep 15 08:37:22.175 |
| 9849 | 2026-09-15T08:37:24.009Z | INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9850 | 2026-09-15T08:37:24.009Z | |
| 9851 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175 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 } }] |
| 9852 | 2026-09-15T08:37:24.009Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBG DEBGSep 15 08:37:22.175replacing 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 |
| 9853 | 2026-09-15T08:37:24.010Z | adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9854 | 2026-09-15T08:37:24.010Z | |
| 9855 | 2026-09-15T08:37:24.010Z | Sep 15 08:37:22.175 INFO Sep 15 08:37:22.175adding route 172.17.0.38/32 -> 10.0.0.255Sep 15 08:37:22.175 |
| 9856 | 2026-09-15T08:37:24.010Z | 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.60/32 -> 10.0.0.255Sep 15 08:37:22.175 |
| 9857 | 2026-09-15T08:37:24.010Z | |
| 9858 | 2026-09-15T08:37:24.010Z | 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 } }]Sep 15 08:37:22.175 |
| 9859 | 2026-09-15T08:37:24.010Z | Sep 15 08:37:22.175 INFO adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9860 | 2026-09-15T08:37:24.010Z | Sep 15 08:37:22.175 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9861 | 2026-09-15T08:37:24.010Z | Sep 15 08:37:22.175adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9862 | 2026-09-15T08:37:24.010Z | 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 } }]Sep 15 08:37:22.175 |
| 9863 | 2026-09-15T08:37:24.010Z | Sep 15 08:37:22.175INFO adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 9864 | 2026-09-15T08:37:24.010Z | Sep 15 08:37:22.175replacing 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 } }] |
| 9865 | 2026-09-15T08:37:24.010Z | INFO Sep 15 08:37:22.175adding route 172.17.0.34/32 -> 10.0.0.255 Sep 15 08:37:22.175DEBG INFO |
| 9866 | 2026-09-15T08:37:24.010Z | 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.40/32 -> 10.0.0.255 |
| 9867 | 2026-09-15T08:37:24.010Z | |
| 9868 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175 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 } }] |
| 9869 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFO DEBGadding route 172.17.0.62/32 -> 10.0.0.255 Sep 15 08:37:22.175 |
| 9870 | 2026-09-15T08:37:24.011Z | 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 |
| 9871 | 2026-09-15T08:37:24.011Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9872 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGSep 15 08:37:22.175 INFO 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.41/32 -> 10.0.0.255DEBG |
| 9873 | 2026-09-15T08:37:24.011Z | |
| 9874 | 2026-09-15T08:37:24.011Z | 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 } }] |
| 9875 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 Sep 15 08:37:22.175DEBG INFO INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9876 | 2026-09-15T08:37:24.011Z | |
| 9877 | 2026-09-15T08:37:24.011Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9878 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBGDEBG 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.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 } }] |
| 9879 | 2026-09-15T08:37:24.011Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9880 | 2026-09-15T08:37:24.011Z | |
| 9881 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 Sep 15 08:37:22.175 DEBG DEBGINFOfailed to allocate space for the new target list |
| 9882 | 2026-09-15T08:37:24.011Z | adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9883 | 2026-09-15T08:37:24.011Z | |
| 9884 | 2026-09-15T08:37:24.011Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGSep 15 08:37:22.175INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9885 | 2026-09-15T08:37:24.012Z | 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 } }] |
| 9886 | 2026-09-15T08:37:24.012Z | |
| 9887 | 2026-09-15T08:37:24.012Z | test route::tests::delete_target_fragmented ... ok |
| 9888 | 2026-09-15T08:37:24.012Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGINFOSep 15 08:37:22.175 adding route 172.17.0.38/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9889 | 2026-09-15T08:37:24.012Z | DEBG |
| 9890 | 2026-09-15T08:37:24.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 } }] |
| 9891 | 2026-09-15T08:37:24.012Z | test route::tests::delete_targets_full ... ok |
| 9892 | 2026-09-15T08:37:24.012Z | |
| 9893 | 2026-09-15T08:37:24.012Z | test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
| 9894 | 2026-09-15T08:37:24.012Z | |
| 9895 | 2026-09-15T08:37:24.012Z | Sep 15 08:37:22.175 Sep 15 08:37:22.175DEBG 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 } }] |
| 9896 | 2026-09-15T08:37:24.012Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9897 | 2026-09-15T08:37:24.012Z | Sep 15 08:37:22.175 Sep 15 08:37:22.175INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9898 | 2026-09-15T08:37:24.012Z | 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 } }] |
| 9899 | 2026-09-15T08:37:24.012Z | Sep 15 08:37:22.175 Sep 15 08:37:22.175DEBG 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 } }] |
| 9900 | 2026-09-15T08:37:24.013Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9901 | 2026-09-15T08:37:24.013Z | Sep 15 08:37:22.175 Sep 15 08:37:22.175INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 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 } }] |
| 9902 | 2026-09-15T08:37:24.013Z | |
| 9903 | 2026-09-15T08:37:24.013Z | Sep 15 08:37:22.175 Sep 15 08:37:22.175DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9904 | 2026-09-15T08:37:24.013Z | Sep 15 08:37:22.175 adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 9905 | 2026-09-15T08:37:24.013Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9906 | 2026-09-15T08:37:24.013Z | Sep 15 08:37:22.175 DEBGSep 15 08:37:22.175 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9907 | 2026-09-15T08:37:24.013Z | 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 } }] |
| 9908 | 2026-09-15T08:37:24.013Z | Sep 15 08:37:22.175 INFOSep 15 08:37:22.175 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 9909 | 2026-09-15T08:37:24.013Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9910 | 2026-09-15T08:37:24.013Z | Sep 15 08:37:22.175 DEBGSep 15 08:37:22.175 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 |
| 9911 | 2026-09-15T08:37:24.013Z | 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 } }] |
| 9912 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175 INFOSep 15 08:37:22.175 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9913 | 2026-09-15T08:37:24.014Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9914 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175 DEBGSep 15 08:37:22.175 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9915 | 2026-09-15T08:37:24.014Z | 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 } }] |
| 9916 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175 INFOSep 15 08:37:22.175 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 9917 | 2026-09-15T08:37:24.014Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9918 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175 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 } }] |
| 9919 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175 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 15 08:37:22.175 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9920 | 2026-09-15T08:37:24.014Z | |
| 9921 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 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.45/32 -> 10.0.0.255 |
| 9922 | 2026-09-15T08:37:24.014Z | |
| 9923 | 2026-09-15T08:37:24.014Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.51/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 } }] |
| 9924 | 2026-09-15T08:37:24.014Z | |
| 9925 | 2026-09-15T08:37:24.019Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9926 | 2026-09-15T08:37:24.019Z | |
| 9927 | 2026-09-15T08:37:24.019Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 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.52/32 -> 10.0.0.255 |
| 9928 | 2026-09-15T08:37:24.019Z | |
| 9929 | 2026-09-15T08:37:24.019Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9930 | 2026-09-15T08:37:24.019Z | |
| 9931 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 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.53/32 -> 10.0.0.255 |
| 9932 | 2026-09-15T08:37:24.020Z | |
| 9933 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9934 | 2026-09-15T08:37:24.020Z | |
| 9935 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9936 | 2026-09-15T08:37:24.020Z | |
| 9937 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.49/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 } }] |
| 9938 | 2026-09-15T08:37:24.020Z | |
| 9939 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 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.55/32 -> 10.0.0.255 |
| 9940 | 2026-09-15T08:37:24.020Z | |
| 9941 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.50/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 } }] |
| 9942 | 2026-09-15T08:37:24.020Z | |
| 9943 | 2026-09-15T08:37:24.020Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 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.56/32 -> 10.0.0.255 |
| 9944 | 2026-09-15T08:37:24.020Z | |
| 9945 | 2026-09-15T08:37:24.021Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9946 | 2026-09-15T08:37:24.021Z | |
| 9947 | 2026-09-15T08:37:24.021Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9948 | 2026-09-15T08:37:24.021Z | |
| 9949 | 2026-09-15T08:37:24.021Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.52/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 } }] |
| 9950 | 2026-09-15T08:37:24.021Z | |
| 9951 | 2026-09-15T08:37:24.021Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9952 | 2026-09-15T08:37:24.021Z | |
| 9953 | 2026-09-15T08:37:24.021Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9954 | 2026-09-15T08:37:24.021Z | |
| 9955 | 2026-09-15T08:37:24.021Z | Sep 15 08:37:22.175Sep 15 08:37:22.175 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.59/32 -> 10.0.0.255 |
| 9956 | 2026-09-15T08:37:24.022Z | |
| 9957 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 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 15 08:37:22.185 |
| 9958 | 2026-09-15T08:37:24.022Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9959 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 INFO Sep 15 08:37:22.185adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9960 | 2026-09-15T08:37:24.022Z | 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 } }] |
| 9961 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 DEBG Sep 15 08:37:22.185replacing 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 } }] |
| 9962 | 2026-09-15T08:37:24.022Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9963 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 DEBGSep 15 08:37:22.185 failed to allocate space for the new target listDEBG |
| 9964 | 2026-09-15T08:37:24.022Z | 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 } }] |
| 9965 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 DEBGSep 15 08:37:22.185 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9966 | 2026-09-15T08:37:24.022Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9967 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 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 } }] |
| 9968 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9969 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 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 } }] |
| 9970 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9971 | 2026-09-15T08:37:24.022Z | Sep 15 08:37:22.185 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 } }] |
| 9972 | 2026-09-15T08:37:24.023Z | Sep 15 08:37:22.185 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9973 | 2026-09-15T08:37:24.023Z | Sep 15 08:37:22.185 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 } }] |
| 9974 | 2026-09-15T08:37:24.023Z | Sep 15 08:37:22.185 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9975 | 2026-09-15T08:37:24.023Z | Sep 15 08:37:22.185 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 } }] |
| 9976 | 2026-09-15T08:37:24.023Z | Sep 15 08:37:22.185 DEBG failed to allocate space for the new target list |
| 9977 | 2026-09-15T08:37:24.023Z | Sep 15 08:37:22.185 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 } }] |
| 9978 | 2026-09-15T08:37:24.023Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-265f103366e8a9eb) |
| 9979 | 2026-09-15T08:37:24.023Z | |
| 9980 | 2026-09-15T08:37:24.023Z | running 0 tests |
| 9981 | 2026-09-15T08:37:24.023Z | |
| 9982 | 2026-09-15T08:37:24.023Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9983 | 2026-09-15T08:37:24.023Z | |
| 9984 | 2026-09-15T08:37:24.023Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 9985 | 2026-09-15T08:37:24.023Z | |
| 9986 | 2026-09-15T08:37:24.023Z | running 0 tests |
| 9987 | 2026-09-15T08:37:24.024Z | |
| 9988 | 2026-09-15T08:37:24.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9989 | 2026-09-15T08:37:24.024Z | |
| 9990 | 2026-09-15T08:37:24.024Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9) |
| 9991 | 2026-09-15T08:37:24.024Z | |
| 9992 | 2026-09-15T08:37:24.024Z | running 6 tests |
| 9993 | 2026-09-15T08:37:24.024Z | test tests::test_full_lot_id_lot_only ... ok |
| 9994 | 2026-09-15T08:37:24.024Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9995 | 2026-09-15T08:37:24.024Z | test tests::test_full_lot_id_neither_present ... ok |
| 9996 | 2026-09-15T08:37:24.024Z | test tests::test_full_lot_id_both_present ... ok |
| 9997 | 2026-09-15T08:37:24.024Z | test tests::test_port_id_cmp ... ok |
| 9998 | 2026-09-15T08:37:24.024Z | test tests::test_parse_client_port_id ... ok |
| 9999 | 2026-09-15T08:37:24.024Z | |
| 10000 | 2026-09-15T08:37:24.024Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10001 | 2026-09-15T08:37:24.024Z | |
| 10002 | 2026-09-15T08:37:24.025Z | Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68) |
| 10003 | 2026-09-15T08:37:24.029Z | |
| 10004 | 2026-09-15T08:37:24.029Z | running 6 tests |
| 10005 | 2026-09-15T08:37:27.039Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 10006 | 2026-09-15T08:37:27.044Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 10007 | 2026-09-15T08:37:27.044Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 10008 | 2026-09-15T08:37:27.047Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 10009 | 2026-09-15T08:37:27.375Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 10010 | 2026-09-15T08:37:28.281Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 10011 | 2026-09-15T08:37:28.281Z | |
| 10012 | 2026-09-15T08:37:28.281Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.25s |
| 10013 | 2026-09-15T08:37:28.281Z | |
| 10014 | 2026-09-15T08:37:28.286Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 10015 | 2026-09-15T08:37:28.293Z | |
| 10016 | 2026-09-15T08:37:28.293Z | running 0 tests |
| 10017 | 2026-09-15T08:37:28.293Z | |
| 10018 | 2026-09-15T08:37:28.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-09-15T08:37:28.296Z | |
| 10020 | 2026-09-15T08:37:28.296Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 10021 | 2026-09-15T08:37:28.317Z | |
| 10022 | 2026-09-15T08:37:28.317Z | running 15 tests |
| 10023 | 2026-09-15T08:37:28.320Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 10024 | 2026-09-15T08:37:28.320Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 10025 | 2026-09-15T08:37:28.320Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 10026 | 2026-09-15T08:37:28.320Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 10027 | 2026-09-15T08:37:28.320Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 10028 | 2026-09-15T08:37:28.321Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 10029 | 2026-09-15T08:37:28.321Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 10030 | 2026-09-15T08:37:28.321Z | test v1::network::tests::test_equal ... ok |
| 10031 | 2026-09-15T08:37:28.321Z | test v1::network::tests::test_eui64 ... ok |
| 10032 | 2026-09-15T08:37:28.321Z | test v1::network::tests::test_into ... ok |
| 10033 | 2026-09-15T08:37:28.321Z | test v1::network::tests::test_not_equal ... ok |
| 10034 | 2026-09-15T08:37:28.321Z | test v1::network::tests::test_to_string ... ok |
| 10035 | 2026-09-15T08:37:28.321Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 10036 | 2026-09-15T08:37:28.321Z | test v1::network::tests::test_parse ... ok |
| 10037 | 2026-09-15T08:37:28.325Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 10038 | 2026-09-15T08:37:28.325Z | |
| 10039 | 2026-09-15T08:37:28.325Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10040 | 2026-09-15T08:37:28.325Z | |
| 10041 | 2026-09-15T08:37:28.325Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 10042 | 2026-09-15T08:37:28.348Z | |
| 10043 | 2026-09-15T08:37:28.348Z | running 12 tests |
| 10044 | 2026-09-15T08:37:28.352Z | test icmp::test_v6_checksum ... ok |
| 10045 | 2026-09-15T08:37:28.352Z | test icmp::test_v4_checksum ... ok |
| 10046 | 2026-09-15T08:37:28.352Z | test ipv6::test_ipv6_parse ... ok |
| 10047 | 2026-09-15T08:37:28.352Z | test lldp::test_lldp_parse ... ok |
| 10048 | 2026-09-15T08:37:28.352Z | test pbuf::test_byte ... ok |
| 10049 | 2026-09-15T08:37:28.352Z | test pbuf::test_short ... ok |
| 10050 | 2026-09-15T08:37:28.352Z | test pbuf::test_nibble ... ok |
| 10051 | 2026-09-15T08:37:28.352Z | test pbuf::test_overflow ... ok |
| 10052 | 2026-09-15T08:37:28.352Z | test pbuf::test_twelve ... ok |
| 10053 | 2026-09-15T08:37:28.352Z | test pbuf::test_word ... ok |
| 10054 | 2026-09-15T08:37:28.352Z | test tcp::test_checksum_ack_data ... ok |
| 10055 | 2026-09-15T08:37:28.352Z | test tcp::test_checksum_syn_nodata ... ok |
| 10056 | 2026-09-15T08:37:28.352Z | |
| 10057 | 2026-09-15T08:37:28.352Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10058 | 2026-09-15T08:37:28.352Z | |
| 10059 | 2026-09-15T08:37:28.356Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 10060 | 2026-09-15T08:37:28.359Z | |
| 10061 | 2026-09-15T08:37:28.359Z | running 0 tests |
| 10062 | 2026-09-15T08:37:28.359Z | |
| 10063 | 2026-09-15T08:37:28.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10064 | 2026-09-15T08:37:28.360Z | |
| 10065 | 2026-09-15T08:37:28.360Z | Running unittests src/main.rs (target/debug/deps/swadm-6c33dfabe18f71e1) |
| 10066 | 2026-09-15T08:37:28.364Z | |
| 10067 | 2026-09-15T08:37:28.364Z | running 5 tests |
| 10068 | 2026-09-15T08:37:28.367Z | test switchport::test::test_compute_lanes ... ok |
| 10069 | 2026-09-15T08:37:28.367Z | test switchport::test::port_id_ordering ... ok |
| 10070 | 2026-09-15T08:37:28.367Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 10071 | 2026-09-15T08:37:28.367Z | Rx Loss-of-lock: YesLane 1 YesLane 2 YesLane 3 |
| 10072 | 2026-09-15T08:37:28.367Z | Yes |
| 10073 | 2026-09-15T08:37:28.367Z | State: Activated Rx Loss-of-signal: YesActivated YesActivated Activated |
| 10074 | 2026-09-15T08:37:28.367Z | Yes Rx Output Enabled: falseYes |
| 10075 | 2026-09-15T08:37:28.367Z | false Rx CDR Enabled: Yes false Yesfalse |
| 10076 | 2026-09-15T08:37:28.367Z | Yes Rx Output Status: validYes |
| 10077 | 2026-09-15T08:37:28.367Z | valid Tx Enabled: Yes validYes valid |
| 10078 | 2026-09-15T08:37:28.367Z | Yes Rx Loss-of-lock: trueYes |
| 10079 | 2026-09-15T08:37:28.367Z | true Tx Loss-of-lock: No true trueNo |
| 10080 | 2026-09-15T08:37:28.368Z | Rx Loss-of-signal: falseNo Nofalse |
| 10081 | 2026-09-15T08:37:28.368Z | Tx Loss-of-signal: No false Nofalse |
| 10082 | 2026-09-15T08:37:28.368Z | No Rx Auto-squelch Disable: trueNo |
| 10083 | 2026-09-15T08:37:28.368Z | true Tx CDR Enabled: No true true |
| 10084 | 2026-09-15T08:37:28.368Z | No No Tx Output Enabled: true No |
| 10085 | 2026-09-15T08:37:28.368Z | true Tx Adaptive EQ Fault: Notrue Notrue |
| 10086 | 2026-09-15T08:37:28.368Z | No No Tx Output Status: invalid |
| 10087 | 2026-09-15T08:37:28.368Z | Tx Fault: Yesinvalid invalidYes invalid |
| 10088 | 2026-09-15T08:37:28.368Z | Yes Yes Tx Loss-of-lock: false |
| 10089 | 2026-09-15T08:37:28.368Z | false false false |
| 10090 | 2026-09-15T08:37:28.368Z | Tx Loss-of-signal: true true true true |
| 10091 | 2026-09-15T08:37:28.368Z | Tx Auto-squelch Disable: false false false false |
| 10092 | 2026-09-15T08:37:28.368Z | Tx Adaptive EQ Fail: true true true true |
| 10093 | 2026-09-15T08:37:28.368Z | Tx Failure: false false false false |
| 10094 | 2026-09-15T08:37:28.368Z | Tx Force Squelch: true true true true |
| 10095 | 2026-09-15T08:37:28.368Z | Tx Input Polarity: normal normal normal normal |
| 10096 | 2026-09-15T08:37:28.368Z | test switchport::test::test_print_sff_datapath ... ok |
| 10097 | 2026-09-15T08:37:28.368Z | test switchport::test::test_print_cmis_datapath ... ok |
| 10098 | 2026-09-15T08:37:28.368Z | test link::test_filter ... ok |
| 10099 | 2026-09-15T08:37:28.369Z | |
| 10100 | 2026-09-15T08:37:28.369Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10101 | 2026-09-15T08:37:28.369Z | |
| 10102 | 2026-09-15T08:37:28.369Z | Running tests/cli/main.rs (target/debug/deps/cli-66983617425916ef) |
| 10103 | 2026-09-15T08:37:28.383Z | |
| 10104 | 2026-09-15T08:37:28.383Z | running 7 tests |
| 10105 | 2026-09-15T08:37:28.386Z | test counters::counters_list ... ignored |
| 10106 | 2026-09-15T08:37:28.386Z | test link_apply::apply_tx_eq_all ... ignored |
| 10107 | 2026-09-15T08:37:28.386Z | test link_apply::apply_tx_eq_custom ... ignored |
| 10108 | 2026-09-15T08:37:28.386Z | test tx_eq::set_all_taps ... ignored |
| 10109 | 2026-09-15T08:37:28.387Z | test tx_eq::set_partial_taps ... ignored |
| 10110 | 2026-09-15T08:37:28.387Z | test cmd::test::pattern_statics ... ok |
| 10111 | 2026-09-15T08:37:28.395Z | test link_apply::tx_eq_exclusive ... ok |
| 10112 | 2026-09-15T08:37:28.395Z | |
| 10113 | 2026-09-15T08:37:28.396Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10114 | 2026-09-15T08:37:28.396Z | |
| 10115 | 2026-09-15T08:37:28.399Z | Running unittests src/main.rs (target/debug/deps/tfportd-d2ba48eac2aa7042) |
| 10116 | 2026-09-15T08:37:28.402Z | |
| 10117 | 2026-09-15T08:37:28.402Z | running 4 tests |
| 10118 | 2026-09-15T08:37:28.402Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 10119 | 2026-09-15T08:37:28.402Z | test linklocal::test_parse_ipadm ... ok |
| 10120 | 2026-09-15T08:37:28.402Z | test tfport::test_parse_tfport ... ok |
| 10121 | 2026-09-15T08:37:28.406Z | test config::tests::test_updates ... ok |
| 10122 | 2026-09-15T08:37:28.406Z | |
| 10123 | 2026-09-15T08:37:28.406Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10124 | 2026-09-15T08:37:28.406Z | |
| 10125 | 2026-09-15T08:37:28.406Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 10126 | 2026-09-15T08:37:28.410Z | |
| 10127 | 2026-09-15T08:37:28.410Z | running 0 tests |
| 10128 | 2026-09-15T08:37:28.410Z | |
| 10129 | 2026-09-15T08:37:28.410Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10130 | 2026-09-15T08:37:28.410Z | |
| 10131 | 2026-09-15T08:37:28.413Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 10132 | 2026-09-15T08:37:28.416Z | |
| 10133 | 2026-09-15T08:37:28.416Z | running 0 tests |
| 10134 | 2026-09-15T08:37:28.416Z | |
| 10135 | 2026-09-15T08:37:28.416Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10136 | 2026-09-15T08:37:28.416Z | |
| 10137 | 2026-09-15T08:37:28.420Z | Doc-tests aal |
| 10138 | 2026-09-15T08:37:28.913Z | |
| 10139 | 2026-09-15T08:37:28.913Z | running 0 tests |
| 10140 | 2026-09-15T08:37:28.913Z | |
| 10141 | 2026-09-15T08:37:28.917Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10142 | 2026-09-15T08:37:28.917Z | |
| 10143 | 2026-09-15T08:37:28.934Z | Doc-tests aal_macros |
| 10144 | 2026-09-15T08:37:29.004Z | |
| 10145 | 2026-09-15T08:37:29.004Z | running 0 tests |
| 10146 | 2026-09-15T08:37:29.004Z | |
| 10147 | 2026-09-15T08:37:29.004Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10148 | 2026-09-15T08:37:29.004Z | |
| 10149 | 2026-09-15T08:37:29.015Z | Doc-tests common |
| 10150 | 2026-09-15T08:37:29.250Z | |
| 10151 | 2026-09-15T08:37:29.250Z | running 0 tests |
| 10152 | 2026-09-15T08:37:29.250Z | |
| 10153 | 2026-09-15T08:37:29.251Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10154 | 2026-09-15T08:37:29.251Z | |
| 10155 | 2026-09-15T08:37:29.295Z | Doc-tests dpd_api |
| 10156 | 2026-09-15T08:37:30.017Z | |
| 10157 | 2026-09-15T08:37:30.017Z | running 2 tests |
| 10158 | 2026-09-15T08:37:30.017Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10159 | 2026-09-15T08:37:30.017Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10160 | 2026-09-15T08:37:30.017Z | |
| 10161 | 2026-09-15T08:37:30.017Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10162 | 2026-09-15T08:37:30.017Z | |
| 10163 | 2026-09-15T08:37:30.052Z | Doc-tests dpd_client |
| 10164 | 2026-09-15T08:37:31.556Z | |
| 10165 | 2026-09-15T08:37:31.556Z | running 0 tests |
| 10166 | 2026-09-15T08:37:31.556Z | |
| 10167 | 2026-09-15T08:37:31.556Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10168 | 2026-09-15T08:37:31.556Z | |
| 10169 | 2026-09-15T08:37:31.613Z | Doc-tests dpd_types |
| 10170 | 2026-09-15T08:37:31.794Z | |
| 10171 | 2026-09-15T08:37:31.794Z | running 0 tests |
| 10172 | 2026-09-15T08:37:31.794Z | |
| 10173 | 2026-09-15T08:37:31.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10174 | 2026-09-15T08:37:31.794Z | |
| 10175 | 2026-09-15T08:37:31.820Z | Doc-tests dpd_types_versions |
| 10176 | 2026-09-15T08:37:33.328Z | |
| 10177 | 2026-09-15T08:37:33.328Z | running 1 test |
| 10178 | 2026-09-15T08:37:33.328Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10179 | 2026-09-15T08:37:33.328Z | |
| 10180 | 2026-09-15T08:37:33.328Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10181 | 2026-09-15T08:37:33.328Z | |
| 10182 | 2026-09-15T08:37:33.381Z | Doc-tests packet |
| 10183 | 2026-09-15T08:37:33.598Z | |
| 10184 | 2026-09-15T08:37:33.598Z | running 0 tests |
| 10185 | 2026-09-15T08:37:33.598Z | |
| 10186 | 2026-09-15T08:37:33.601Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10187 | 2026-09-15T08:37:33.601Z | |
| 10188 | 2026-09-15T08:37:33.626Z | Doc-tests pcap |
| 10189 | 2026-09-15T08:37:33.681Z | |
| 10190 | 2026-09-15T08:37:33.681Z | running 0 tests |
| 10191 | 2026-09-15T08:37:33.681Z | |
| 10192 | 2026-09-15T08:37:33.681Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10193 | 2026-09-15T08:37:33.681Z | |
| 10194 | 2026-09-15T08:37:33.733Z | process exited: duration 616037 ms, exit code 0 |
| |
| 10195 | 2026-09-15T08:37:33.742Z | found 0 output files |