|
|
|
| 1 | 2026-08-05T02:39:58.128Z | job assigned to worker 01KZ7WM7M3SEM6CBZT7CZMTJKK [factory aws, i-08f534c78d4c92281] (queued for 47 s) |
| |
| 2 | 2026-08-05T02:40:04.948Z | starting task 0: "setup" |
| 3 | 2026-08-05T02:40:04.953Z | ++ uname -s |
| 4 | 2026-08-05T02:40:04.957Z | + kern=SunOS |
| 5 | 2026-08-05T02:40:04.957Z | + build_user=build |
| 6 | 2026-08-05T02:40:04.957Z | + build_uid=12345 |
| 7 | 2026-08-05T02:40:04.957Z | + work_dir=/work |
| 8 | 2026-08-05T02:40:04.957Z | + input_dir=/input |
| 9 | 2026-08-05T02:40:04.957Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T02:40:04.957Z | + case "$kern" in |
| 11 | 2026-08-05T02:40:04.957Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T02:40:04.957Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T02:40:06.969Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T02:40:07.046Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T02:40:07.050Z | + home_fs=zfs |
| 16 | 2026-08-05T02:40:07.050Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T02:40:07.050Z | + mkdir -p /home/build |
| 18 | 2026-08-05T02:40:07.050Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T02:40:09.069Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T02:40:09.101Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-08-05T02:40:09.119Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T02:40:09.128Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-05T02:40:09.128Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-05T02:40:09.128Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-05T02:40:09.128Z | * rust toolchain profile = "default" |
| 26 | 2026-08-05T02:40:09.128Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T02:40:09.128Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T02:40:09.141Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T02:40:09.141Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-05T02:40:09.220Z | info: downloading installer |
| 31 | 2026-08-05T02:40:10.557Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T02:40:10.557Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T02:40:10.557Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T02:40:10.557Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T02:40:10.570Z | info: profile set to default |
| 36 | 2026-08-05T02:40:10.570Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T02:40:10.574Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-05T02:40:10.736Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-05T02:40:10.741Z | info: downloading 6 components |
| 40 | 2026-08-05T02:40:26.539Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-05T02:40:26.539Z | |
| 42 | 2026-08-05T02:40:26.567Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-05T02:40:26.567Z | |
| 44 | 2026-08-05T02:40:26.567Z | |
| 45 | 2026-08-05T02:40:26.568Z | Rust is installed now. Great! |
| 46 | 2026-08-05T02:40:26.568Z | |
| 47 | 2026-08-05T02:40:26.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T02:40:26.574Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T02:40:26.574Z | |
| 50 | 2026-08-05T02:40:26.574Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T02:40:26.574Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T02:40:26.574Z | |
| 53 | 2026-08-05T02:40:26.574Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T02:40:26.574Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T02:40:26.574Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T02:40:26.574Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T02:40:26.574Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T02:40:26.574Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T02:40:26.575Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T02:40:26.575Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T02:40:26.575Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T02:40:26.649Z | + rustup --version |
| 63 | 2026-08-05T02:40:26.658Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T02:40:26.666Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T02:40:26.679Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-05T02:40:26.685Z | + cargo --version |
| 67 | 2026-08-05T02:40:26.695Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-05T02:40:26.700Z | + rustc --version |
| 69 | 2026-08-05T02:40:26.716Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-05T02:40:26.720Z | process exited: duration 17599 ms, exit code 0 |
| |
| 71 | 2026-08-05T02:40:26.728Z | starting task 2: "authentication" |
| 72 | 2026-08-05T02:40:26.748Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-05T02:40:26.771Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T02:40:26.779Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-05T02:40:26.779Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-05T02:40:26.792Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-05T02:40:27.658Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-05T02:40:27.658Z | + git fetch origin 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 |
| 79 | 2026-08-05T02:40:27.801Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-05T02:40:27.801Z | * branch 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> FETCH_HEAD |
| 81 | 2026-08-05T02:40:27.807Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-08-05T02:40:27.811Z | ++ git branch --show-current |
| 83 | 2026-08-05T02:40:27.811Z | + current=main |
| 84 | 2026-08-05T02:40:27.811Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-08-05T02:40:27.811Z | + git branch -f multicast-e2e 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 |
| 86 | 2026-08-05T02:40:27.815Z | + git checkout -f multicast-e2e |
| 87 | 2026-08-05T02:40:27.830Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-08-05T02:40:27.833Z | + git reset --hard 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 |
| 89 | 2026-08-05T02:40:27.848Z | HEAD is now at 0d48b5a [merge] merge main |
| 90 | 2026-08-05T02:40:27.853Z | process exited: duration 1092 ms, exit code 0 |
| |
| 91 | 2026-08-05T02:40:27.860Z | starting task 4: "build" |
| 92 | 2026-08-05T02:40:27.864Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-05T02:40:27.864Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-05T02:40:27.864Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-05T02:40:27.864Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-05T02:40:27.864Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-05T02:40:27.869Z | +++ uname -s |
| 98 | 2026-08-05T02:40:27.869Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-05T02:40:27.869Z | ++ SERIES=illumos |
| 100 | 2026-08-05T02:40:27.869Z | +++ uname -s |
| 101 | 2026-08-05T02:40:27.869Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-05T02:40:27.869Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-05T02:40:27.869Z | ++ rustup show active-toolchain |
| 104 | 2026-08-05T02:40:27.872Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-05T02:40:27.876Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-05T02:40:27.876Z | ++ banner 'sde setup' |
| 107 | 2026-08-05T02:40:27.876Z | |
| 108 | 2026-08-05T02:40:27.876Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-05T02:40:27.876Z | # # # # # # # # # # # |
| 110 | 2026-08-05T02:40:27.876Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-05T02:40:27.876Z | # # # # # # # # # ##### |
| 112 | 2026-08-05T02:40:27.876Z | # # # # # # # # # # # # |
| 113 | 2026-08-05T02:40:27.876Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-05T02:40:27.876Z | |
| 115 | 2026-08-05T02:40:27.876Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-05T02:40:27.876Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-05T02:40:27.876Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-05T02:40:27.876Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-05T02:40:27.876Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-05T02:40:27.881Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-05T02:40:27.884Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-05T02:40:59.051Z |
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 00:01 0
0 0 0 0 0 0 0 0 00:02 0
0 0 0 0 0 0 0 0 00:03 0
0 0 0 0 0 0 0 0 00:04 0
0 0 0 0 0 0 0 0 00:05 0
0 0 0 0 0 0 0 0 00:06 0
0 0 0 0 0 0 0 0 00:07 0
0 0 0 0 0 0 0 0 00:08 0
0 0 0 0 0 0 0 0 00:09 0
0 0 0 0 0 0 0 0 00:10 0
0 0 0 0 0 0 0 0 00:11 0
0 0 0 0 0 0 0 0 00:12 0
0 0 0 0 0 0 0 0 00:13 0
0 0 0 0 0 0 0 0 00:14 0
0 0 0 0 0 0 0 0 00:15 0
0 0 0 0 0 0 0 0 00:16 0
0 0 0 0 0 0 0 0 00:17 0
0 0 0 0 0 0 0 0 00:18 0
0 0 0 0 0 0 0 0 00:19 0
0 0 0 0 0 0 0 0 00:20 0
0 0 0 0 0 0 0 0 00:21 0
0 0 0 0 0 0 0 0 00:22 0
0 0 0 0 0 0 0 0 00:23 0
0 0 0 0 0 0 0 0 00:24 0
0 0 0 0 0 0 0 0 00:25 0
0 0 0 0 0 0 0 0 00:26 0
0 0 0 0 0 0 0 0 00:27 0
0 0 0 0 0 0 0 0 00:28 0
0 0 0 0 0 0 0 0 00:29 0
7 76.03M 7 5.98M 0 0 204.3k 0 06:21 00:30 05:51 1.19M
83 76.03M 83 63.52M 0 0 2.04M 0 00:37 00:31 00:06 12.70M
100 76.03M 100 76.03M 0 0 2.43M 0 00:31 00:31 12.70M
100 76.03M 100 76.03M 0 0 2.43M 0 00:31 00:31 12.70M
100 76.03M 100 76.03M 0 0 2.43M 0 00:31 00:31 12.70M |
| 123 | 2026-08-05T02:40:59.055Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-05T02:40:59.102Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-05T02:40:59.102Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-05T02:40:59.106Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-05T02:41:00.302Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-05T02:41:00.655Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-05T02:41:00.675Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-05T02:41:02.070Z | Planning: Solver setup ... Done |
| 131 | 2026-08-05T02:41:02.114Z | Planning: Running solver ... Done |
| 132 | 2026-08-05T02:41:02.144Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-05T02:41:02.147Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-05T02:41:02.151Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-05T02:41:02.165Z | Planning: Package planning ... Done |
| 136 | 2026-08-05T02:41:02.168Z | Planning: Merging actions ... Done |
| 137 | 2026-08-05T02:41:02.256Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-05T02:41:02.260Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-05T02:41:03.044Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-05T02:41:03.047Z | Planning: Planning completed in 2.44 seconds |
| 141 | 2026-08-05T02:41:03.051Z | Packages to install: 1 |
| 142 | 2026-08-05T02:41:03.054Z | Create boot environment: No |
| 143 | 2026-08-05T02:41:03.054Z | Create backup boot environment: No |
| 144 | 2026-08-05T02:41:03.076Z | |
| 145 | 2026-08-05T02:41:03.076Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-05T02:41:03.212Z | Download: Completed 75.30 MB in 0.13 seconds (557M/s) |
| 147 | 2026-08-05T02:41:03.616Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-05T02:41:04.588Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-08-05T02:41:04.591Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-05T02:41:04.633Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-05T02:41:04.697Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-05T02:41:07.192Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-05T02:41:07.261Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-05T02:41:07.265Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-05T02:41:07.567Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-05T02:41:07.708Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-05T02:41:07.708Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-05T02:41:07.708Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-05T02:41:07.708Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-05T02:41:07.708Z | ++ banner packages |
| 161 | 2026-08-05T02:41:07.711Z | |
| 162 | 2026-08-05T02:41:07.712Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-05T02:41:07.712Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-05T02:41:07.712Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-05T02:41:07.712Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-05T02:41:07.712Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-05T02:41:07.712Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-05T02:41:07.712Z | |
| 169 | 2026-08-05T02:41:07.712Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-05T02:41:07.969Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-05T02:41:07.972Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-05T02:41:09.149Z | Planning: Solver setup ... Done |
| 173 | 2026-08-05T02:41:09.194Z | Planning: Running solver ... Done |
| 174 | 2026-08-05T02:41:09.223Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-05T02:41:09.227Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-05T02:41:09.227Z | Planning: Planning completed in 1.26 seconds |
| 177 | 2026-08-05T02:41:09.240Z | No updates necessary for this image. |
| 178 | 2026-08-05T02:41:09.350Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-05T02:41:09.559Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-05T02:41:09.735Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-05T02:41:09.745Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-05T02:41:09.824Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-05T02:41:09.827Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-08-05T02:41:09.847Z | Mediators to change: 2 |
| 185 | 2026-08-05T02:41:09.847Z | Create boot environment: No |
| 186 | 2026-08-05T02:41:09.847Z | Create backup boot environment: No |
| 187 | 2026-08-05T02:41:09.884Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-05T02:41:09.885Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-05T02:41:09.920Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-05T02:41:11.867Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-05T02:41:12.007Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-05T02:41:12.015Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-05T02:41:12.015Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-05T02:41:12.081Z | ++ cargo --version |
| 195 | 2026-08-05T02:41:12.095Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-05T02:41:12.098Z | ++ rustc --version |
| 197 | 2026-08-05T02:41:12.115Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-05T02:41:12.118Z | + banner copyrights |
| 199 | 2026-08-05T02:41:12.122Z | |
| 200 | 2026-08-05T02:41:12.123Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-05T02:41:12.123Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-05T02:41:12.123Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-05T02:41:12.123Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-05T02:41:12.123Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-05T02:41:12.123Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-05T02:41:12.123Z | |
| 207 | 2026-08-05T02:41:12.123Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-05T02:41:13.164Z | dpd/p4/headers.p4: Copyright with wrong year |
| 209 | 2026-08-05T02:41:13.700Z | pcap/build.rs: Copyright with wrong year |
| 210 | 2026-08-05T02:41:13.879Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 211 | 2026-08-05T02:41:14.102Z | + banner clippy |
| 212 | 2026-08-05T02:41:14.106Z | |
| 213 | 2026-08-05T02:41:14.106Z | #### # # ##### ##### # # |
| 214 | 2026-08-05T02:41:14.106Z | # # # # # # # # # # |
| 215 | 2026-08-05T02:41:14.106Z | # # # # # # # # |
| 216 | 2026-08-05T02:41:14.106Z | # # # ##### ##### # |
| 217 | 2026-08-05T02:41:14.106Z | # # # # # # # |
| 218 | 2026-08-05T02:41:14.106Z | #### ###### # # # # |
| 219 | 2026-08-05T02:41:14.106Z | |
| 220 | 2026-08-05T02:41:14.106Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 221 | 2026-08-05T02:41:14.106Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 222 | 2026-08-05T02:41:14.288Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 223 | 2026-08-05T02:41:24.836Z | Updating crates.io index |
| 224 | 2026-08-05T02:41:24.891Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 225 | 2026-08-05T02:41:25.126Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-05T02:41:26.104Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 227 | 2026-08-05T02:41:26.415Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-08-05T02:41:26.624Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 229 | 2026-08-05T02:41:27.414Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 230 | 2026-08-05T02:41:27.823Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 231 | 2026-08-05T02:41:28.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 232 | 2026-08-05T02:41:28.369Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 233 | 2026-08-05T02:41:28.764Z | Updating git repository `https://github.com/oxidecomputer/acpi_tables.git` |
| 234 | 2026-08-05T02:41:29.232Z | Updating git submodule `https://github.com/rust-vmm/rust-vmm-ci.git` |
| 235 | 2026-08-05T02:41:29.501Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 236 | 2026-08-05T02:41:29.811Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 237 | 2026-08-05T02:41:30.088Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 238 | 2026-08-05T02:41:30.515Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 239 | 2026-08-05T02:41:30.814Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 240 | 2026-08-05T02:41:31.286Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-08-05T02:41:31.643Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 242 | 2026-08-05T02:41:32.003Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 243 | 2026-08-05T02:41:32.885Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 244 | 2026-08-05T02:41:33.203Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-08-05T02:41:33.531Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-05T02:41:34.116Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 247 | 2026-08-05T02:41:34.493Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 248 | 2026-08-05T02:41:34.748Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 249 | 2026-08-05T02:41:35.187Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 250 | 2026-08-05T02:41:35.434Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 251 | 2026-08-05T02:41:37.518Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 252 | 2026-08-05T02:41:37.888Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 253 | 2026-08-05T02:41:38.413Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-05T02:41:39.714Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-05T02:41:40.304Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-05T02:41:40.557Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 257 | 2026-08-05T02:41:40.983Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-05T02:41:41.538Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 259 | 2026-08-05T02:41:42.202Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 260 | 2026-08-05T02:41:43.780Z | Downloading crates ... |
| 261 | 2026-08-05T02:41:43.862Z | Downloaded atomic-waker v1.1.2 |
| 262 | 2026-08-05T02:41:43.876Z | Downloaded compression-codecs v0.4.32 |
| 263 | 2026-08-05T02:41:43.879Z | Downloaded argon2 v0.5.3 |
| 264 | 2026-08-05T02:41:43.883Z | Downloaded cmake v0.1.54 |
| 265 | 2026-08-05T02:41:43.887Z | Downloaded enum-as-inner v0.6.1 |
| 266 | 2026-08-05T02:41:43.890Z | Downloaded foldhash v0.1.5 |
| 267 | 2026-08-05T02:41:43.890Z | Downloaded daft-derive v0.1.5 |
| 268 | 2026-08-05T02:41:43.895Z | Downloaded fs_extra v1.3.0 |
| 269 | 2026-08-05T02:41:43.899Z | Downloaded cpufeatures v0.2.17 |
| 270 | 2026-08-05T02:41:43.899Z | Downloaded gethostname v0.5.0 |
| 271 | 2026-08-05T02:41:43.902Z | Downloaded crossbeam-channel v0.5.15 |
| 272 | 2026-08-05T02:41:43.905Z | Downloaded foreign-types-shared v0.3.1 |
| 273 | 2026-08-05T02:41:43.908Z | Downloaded dyn-clone v1.0.20 |
| 274 | 2026-08-05T02:41:43.911Z | Downloaded anstyle-parse v1.0.0 |
| 275 | 2026-08-05T02:41:43.915Z | Downloaded hex v0.4.3 |
| 276 | 2026-08-05T02:41:43.918Z | Downloaded equivalent v1.0.2 |
| 277 | 2026-08-05T02:41:43.918Z | Downloaded git-stub v1.0.0 |
| 278 | 2026-08-05T02:41:43.921Z | Downloaded foreign-types-shared v0.1.1 |
| 279 | 2026-08-05T02:41:43.921Z | Downloaded futures-sink v0.3.32 |
| 280 | 2026-08-05T02:41:43.924Z | Downloaded foreign-types v0.3.2 |
| 281 | 2026-08-05T02:41:43.926Z | Downloaded float-ord v0.3.2 |
| 282 | 2026-08-05T02:41:43.926Z | Downloaded form_urlencoded v1.2.2 |
| 283 | 2026-08-05T02:41:43.929Z | Downloaded darling_macro v0.21.3 |
| 284 | 2026-08-05T02:41:43.929Z | Downloaded darling_macro v0.23.0 |
| 285 | 2026-08-05T02:41:43.932Z | Downloaded arrayref v0.3.9 |
| 286 | 2026-08-05T02:41:43.935Z | Downloaded foldhash v0.2.0 |
| 287 | 2026-08-05T02:41:43.935Z | Downloaded clap_lex v1.1.0 |
| 288 | 2026-08-05T02:41:43.938Z | Downloaded fnv v1.0.7 |
| 289 | 2026-08-05T02:41:43.942Z | Downloaded cstr-argument v0.1.2 |
| 290 | 2026-08-05T02:41:43.942Z | Downloaded cobs v0.3.0 |
| 291 | 2026-08-05T02:41:43.945Z | Downloaded defmt-parser v1.0.0 |
| 292 | 2026-08-05T02:41:43.945Z | Downloaded futures-task v0.3.32 |
| 293 | 2026-08-05T02:41:43.948Z | Downloaded cargo-platform v0.1.9 |
| 294 | 2026-08-05T02:41:43.950Z | Downloaded hostname v0.3.1 |
| 295 | 2026-08-05T02:41:43.950Z | Downloaded heck v0.4.1 |
| 296 | 2026-08-05T02:41:43.953Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-08-05T02:41:43.957Z | Downloaded compression-core v0.4.32 |
| 298 | 2026-08-05T02:41:43.957Z | Downloaded block-buffer v0.10.4 |
| 299 | 2026-08-05T02:41:43.962Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-08-05T02:41:43.962Z | Downloaded adler2 v2.0.1 |
| 301 | 2026-08-05T02:41:43.962Z | Downloaded critical-section v1.2.0 |
| 302 | 2026-08-05T02:41:43.967Z | Downloaded crc8 v0.1.1 |
| 303 | 2026-08-05T02:41:43.967Z | Downloaded cfg-if v1.0.4 |
| 304 | 2026-08-05T02:41:43.971Z | Downloaded async-stream v0.3.6 |
| 305 | 2026-08-05T02:41:43.971Z | Downloaded colorchoice v1.0.4 |
| 306 | 2026-08-05T02:41:43.971Z | Downloaded futures-io v0.3.32 |
| 307 | 2026-08-05T02:41:43.975Z | Downloaded dtrace-parser v0.3.0 |
| 308 | 2026-08-05T02:41:43.975Z | Downloaded heck v0.5.0 |
| 309 | 2026-08-05T02:41:43.978Z | Downloaded dunce v1.0.5 |
| 310 | 2026-08-05T02:41:43.978Z | Downloaded hubpack v0.1.2 |
| 311 | 2026-08-05T02:41:43.981Z | Downloaded digest v0.11.3 |
| 312 | 2026-08-05T02:41:43.984Z | Downloaded fixedbitset v0.5.7 |
| 313 | 2026-08-05T02:41:43.984Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 314 | 2026-08-05T02:41:43.989Z | Downloaded crucible-workspace-hack v0.1.0 |
| 315 | 2026-08-05T02:41:43.989Z | Downloaded find-msvc-tools v0.1.9 |
| 316 | 2026-08-05T02:41:43.992Z | Downloaded defmt v1.0.1 |
| 317 | 2026-08-05T02:41:43.992Z | Downloaded futures-channel v0.3.32 |
| 318 | 2026-08-05T02:41:43.995Z | Downloaded aead v0.5.2 |
| 319 | 2026-08-05T02:41:43.995Z | Downloaded hostname v0.4.2 |
| 320 | 2026-08-05T02:41:43.998Z | Downloaded hmac v0.12.1 |
| 321 | 2026-08-05T02:41:44.002Z | Downloaded httpdate v1.0.3 |
| 322 | 2026-08-05T02:41:44.002Z | Downloaded http-body v1.0.1 |
| 323 | 2026-08-05T02:41:44.005Z | Downloaded inout v0.1.4 |
| 324 | 2026-08-05T02:41:44.005Z | Downloaded is-terminal v0.4.16 |
| 325 | 2026-08-05T02:41:44.009Z | Downloaded crossbeam-deque v0.8.6 |
| 326 | 2026-08-05T02:41:44.009Z | Downloaded instant v0.1.13 |
| 327 | 2026-08-05T02:41:44.012Z | Downloaded idna_adapter v1.2.1 |
| 328 | 2026-08-05T02:41:44.013Z | Downloaded derive-ex v0.1.8 |
| 329 | 2026-08-05T02:41:44.016Z | Downloaded cexpr v0.6.0 |
| 330 | 2026-08-05T02:41:44.016Z | Downloaded fs-err v3.1.2 |
| 331 | 2026-08-05T02:41:44.022Z | Downloaded autocfg v1.5.0 |
| 332 | 2026-08-05T02:41:44.022Z | Downloaded ident_case v1.0.1 |
| 333 | 2026-08-05T02:41:44.022Z | Downloaded git-stub-vcs v0.1.0 |
| 334 | 2026-08-05T02:41:44.025Z | Downloaded highway v1.3.0 |
| 335 | 2026-08-05T02:41:44.025Z | Downloaded displaydoc v0.2.5 |
| 336 | 2026-08-05T02:41:44.028Z | Downloaded defmt-macros v1.0.1 |
| 337 | 2026-08-05T02:41:44.032Z | Downloaded cancel-safe-futures v0.1.5 |
| 338 | 2026-08-05T02:41:44.035Z | Downloaded itoa v1.0.15 |
| 339 | 2026-08-05T02:41:44.035Z | Downloaded lazy_static v1.5.0 |
| 340 | 2026-08-05T02:41:44.039Z | Downloaded is_terminal_polyfill v1.70.1 |
| 341 | 2026-08-05T02:41:44.039Z | Downloaded is_ci v1.2.0 |
| 342 | 2026-08-05T02:41:44.044Z | Downloaded linked-hash-map v0.5.6 |
| 343 | 2026-08-05T02:41:44.044Z | Downloaded match_cfg v0.1.0 |
| 344 | 2026-08-05T02:41:44.044Z | Downloaded internet-checksum v0.2.1 |
| 345 | 2026-08-05T02:41:44.047Z | Downloaded indent_write v2.2.0 |
| 346 | 2026-08-05T02:41:44.047Z | Downloaded base64ct v1.8.0 |
| 347 | 2026-08-05T02:41:44.052Z | Downloaded keccak v0.1.6 |
| 348 | 2026-08-05T02:41:44.052Z | Downloaded futures-executor v0.3.32 |
| 349 | 2026-08-05T02:41:44.053Z | Downloaded drift v0.2.0 |
| 350 | 2026-08-05T02:41:44.058Z | Downloaded lru-slab v0.1.2 |
| 351 | 2026-08-05T02:41:44.061Z | Downloaded glob v0.3.3 |
| 352 | 2026-08-05T02:41:44.064Z | Downloaded http-body-util v0.1.3 |
| 353 | 2026-08-05T02:41:44.064Z | Downloaded ff v0.13.1 |
| 354 | 2026-08-05T02:41:44.067Z | Downloaded lru-cache v0.1.2 |
| 355 | 2026-08-05T02:41:44.067Z | Downloaded memmap v0.7.0 |
| 356 | 2026-08-05T02:41:44.073Z | Downloaded managed v0.8.0 |
| 357 | 2026-08-05T02:41:44.073Z | Downloaded memoffset v0.9.1 |
| 358 | 2026-08-05T02:41:44.073Z | Downloaded darling v0.21.3 |
| 359 | 2026-08-05T02:41:44.076Z | Downloaded macaddr v1.0.1 |
| 360 | 2026-08-05T02:41:44.076Z | Downloaded cookie v0.18.1 |
| 361 | 2026-08-05T02:41:44.080Z | Downloaded darling v0.23.0 |
| 362 | 2026-08-05T02:41:44.083Z | Downloaded group v0.13.0 |
| 363 | 2026-08-05T02:41:44.087Z | Downloaded deranged v0.5.3 |
| 364 | 2026-08-05T02:41:44.088Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-08-05T02:41:44.091Z | Downloaded num v0.4.3 |
| 366 | 2026-08-05T02:41:44.091Z | Downloaded newtype-uuid-macros v0.1.0 |
| 367 | 2026-08-05T02:41:44.094Z | Downloaded ingot-types v0.1.2 |
| 368 | 2026-08-05T02:41:44.094Z | Downloaded hybrid-array v0.4.12 |
| 369 | 2026-08-05T02:41:44.098Z | Downloaded num-conv v0.2.1 |
| 370 | 2026-08-05T02:41:44.098Z | Downloaded ipnetwork v0.21.1 |
| 371 | 2026-08-05T02:41:44.102Z | Downloaded num-iter v0.1.45 |
| 372 | 2026-08-05T02:41:44.102Z | Downloaded num-derive v0.4.2 |
| 373 | 2026-08-05T02:41:44.105Z | Downloaded olpc-cjson v0.1.4 |
| 374 | 2026-08-05T02:41:44.105Z | Downloaded openssl-probe v0.1.6 |
| 375 | 2026-08-05T02:41:44.109Z | Downloaded num_threads v0.1.7 |
| 376 | 2026-08-05T02:41:44.109Z | Downloaded futures v0.3.32 |
| 377 | 2026-08-05T02:41:44.112Z | Downloaded parse-display v0.10.0 |
| 378 | 2026-08-05T02:41:44.112Z | Downloaded num_enum_derive v0.5.11 |
| 379 | 2026-08-05T02:41:44.115Z | Downloaded openssl-macros v0.1.1 |
| 380 | 2026-08-05T02:41:44.115Z | Downloaded omicron-workspace-hack v0.1.0 |
| 381 | 2026-08-05T02:41:44.118Z | Downloaded half v2.7.1 |
| 382 | 2026-08-05T02:41:44.118Z | Downloaded flate2 v1.1.2 |
| 383 | 2026-08-05T02:41:44.121Z | Downloaded opaque-debug v0.3.1 |
| 384 | 2026-08-05T02:41:44.124Z | Downloaded csv-core v0.1.12 |
| 385 | 2026-08-05T02:41:44.127Z | Downloaded colored v3.1.1 |
| 386 | 2026-08-05T02:41:44.127Z | Downloaded mime v0.3.17 |
| 387 | 2026-08-05T02:41:44.131Z | Downloaded libsw-core v0.3.2 |
| 388 | 2026-08-05T02:41:44.131Z | Downloaded httparse v1.10.1 |
| 389 | 2026-08-05T02:41:44.135Z | Downloaded byteorder v1.5.0 |
| 390 | 2026-08-05T02:41:44.135Z | Downloaded percent-encoding v2.3.2 |
| 391 | 2026-08-05T02:41:44.140Z | Downloaded hyper-rustls v0.27.7 |
| 392 | 2026-08-05T02:41:44.140Z | Downloaded libsw v3.5.0 |
| 393 | 2026-08-05T02:41:44.143Z | Downloaded lock_api v0.4.14 |
| 394 | 2026-08-05T02:41:44.143Z | Downloaded clap_derive v4.6.1 |
| 395 | 2026-08-05T02:41:44.143Z | Downloaded libloading v0.8.9 |
| 396 | 2026-08-05T02:41:44.146Z | Downloaded backoff v0.4.0 |
| 397 | 2026-08-05T02:41:44.146Z | Downloaded potential_utf v0.1.3 |
| 398 | 2026-08-05T02:41:44.150Z | Downloaded async-compression v0.4.33 |
| 399 | 2026-08-05T02:41:44.153Z | Downloaded newtype-uuid v1.3.2 |
| 400 | 2026-08-05T02:41:44.156Z | Downloaded num-integer v0.1.46 |
| 401 | 2026-08-05T02:41:44.156Z | Downloaded getrandom v0.3.4 |
| 402 | 2026-08-05T02:41:44.159Z | Downloaded ingot v0.1.1 |
| 403 | 2026-08-05T02:41:44.162Z | Downloaded ingot-macros v0.1.1 |
| 404 | 2026-08-05T02:41:44.162Z | Downloaded getrandom v0.2.16 |
| 405 | 2026-08-05T02:41:44.165Z | Downloaded owo-colors v4.3.0 |
| 406 | 2026-08-05T02:41:44.168Z | Downloaded native-tls v0.2.14 |
| 407 | 2026-08-05T02:41:44.168Z | Downloaded pretty-hex v0.4.1 |
| 408 | 2026-08-05T02:41:44.171Z | Downloaded progenitor-client v0.14.0 |
| 409 | 2026-08-05T02:41:44.171Z | Downloaded progenitor-client v0.11.1 |
| 410 | 2026-08-05T02:41:44.174Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 411 | 2026-08-05T02:41:44.174Z | Downloaded progenitor-client v0.10.0 |
| 412 | 2026-08-05T02:41:44.174Z | Downloaded proc-macro-error-attr v1.0.4 |
| 413 | 2026-08-05T02:41:44.177Z | Downloaded progenitor-macro v0.11.1 |
| 414 | 2026-08-05T02:41:44.177Z | Downloaded powerfmt v0.2.0 |
| 415 | 2026-08-05T02:41:44.180Z | Downloaded progenitor-macro v0.10.0 |
| 416 | 2026-08-05T02:41:44.180Z | Downloaded num_enum v0.5.11 |
| 417 | 2026-08-05T02:41:44.184Z | Downloaded num-complex v0.4.6 |
| 418 | 2026-08-05T02:41:44.187Z | Downloaded proc-macro-crate v1.3.1 |
| 419 | 2026-08-05T02:41:44.187Z | Downloaded console v0.15.11 |
| 420 | 2026-08-05T02:41:44.190Z | Downloaded oxide-tokio-rt v0.1.6 |
| 421 | 2026-08-05T02:41:44.190Z | Downloaded getrandom v0.4.2 |
| 422 | 2026-08-05T02:41:44.193Z | Downloaded quick-error v1.2.3 |
| 423 | 2026-08-05T02:41:44.196Z | Downloaded progenitor-macro v0.14.0 |
| 424 | 2026-08-05T02:41:44.196Z | Downloaded crossbeam-utils v0.8.21 |
| 425 | 2026-08-05T02:41:44.199Z | Downloaded rand_xorshift v0.4.0 |
| 426 | 2026-08-05T02:41:44.199Z | Downloaded rand_chacha v0.3.1 |
| 427 | 2026-08-05T02:41:44.202Z | Downloaded iana-time-zone v0.1.64 |
| 428 | 2026-08-05T02:41:44.202Z | Downloaded const-oid v0.10.2 |
| 429 | 2026-08-05T02:41:44.205Z | Downloaded paste v1.0.15 |
| 430 | 2026-08-05T02:41:44.208Z | Downloaded pin-project-internal v1.1.10 |
| 431 | 2026-08-05T02:41:44.208Z | Downloaded pest_generator v2.8.2 |
| 432 | 2026-08-05T02:41:44.212Z | Downloaded icu_provider v2.0.0 |
| 433 | 2026-08-05T02:41:44.215Z | Downloaded memmap2 v0.9.8 |
| 434 | 2026-08-05T02:41:44.215Z | Downloaded icu_properties v2.0.1 |
| 435 | 2026-08-05T02:41:44.218Z | Downloaded phf v0.12.1 |
| 436 | 2026-08-05T02:41:44.218Z | Downloaded ref-cast v1.0.25 |
| 437 | 2026-08-05T02:41:44.221Z | Downloaded ref-cast-impl v1.0.25 |
| 438 | 2026-08-05T02:41:44.222Z | Downloaded rustc-hash v2.1.1 |
| 439 | 2026-08-05T02:41:44.222Z | Downloaded poly1305 v0.8.0 |
| 440 | 2026-08-05T02:41:44.225Z | Downloaded pkg-config v0.3.32 |
| 441 | 2026-08-05T02:41:44.228Z | Downloaded num-rational v0.4.2 |
| 442 | 2026-08-05T02:41:44.228Z | Downloaded bytes v1.12.0 |
| 443 | 2026-08-05T02:41:44.231Z | Downloaded pem v3.0.5 |
| 444 | 2026-08-05T02:41:44.231Z | Downloaded parse-display-derive v0.10.0 |
| 445 | 2026-08-05T02:41:44.234Z | Downloaded derive_more v0.99.20 |
| 446 | 2026-08-05T02:41:44.237Z | Downloaded heapless v0.8.0 |
| 447 | 2026-08-05T02:41:44.240Z | Downloaded darling_core v0.21.3 |
| 448 | 2026-08-05T02:41:44.243Z | Downloaded progenitor v0.14.0 |
| 449 | 2026-08-05T02:41:44.243Z | Downloaded rustc_version v0.1.7 |
| 450 | 2026-08-05T02:41:44.247Z | Downloaded ppv-lite86 v0.2.21 |
| 451 | 2026-08-05T02:41:44.247Z | Downloaded rustc_version v0.4.1 |
| 452 | 2026-08-05T02:41:44.247Z | Downloaded num_enum v0.7.5 |
| 453 | 2026-08-05T02:41:44.250Z | Downloaded scopeguard v1.2.0 |
| 454 | 2026-08-05T02:41:44.255Z | Downloaded hickory-resolver v0.24.4 |
| 455 | 2026-08-05T02:41:44.255Z | Downloaded scroll_derive v0.12.1 |
| 456 | 2026-08-05T02:41:44.258Z | Downloaded omicron-zone-package v0.12.2 |
| 457 | 2026-08-05T02:41:44.258Z | Downloaded chacha20poly1305 v0.10.1 |
| 458 | 2026-08-05T02:41:44.262Z | Downloaded progenitor v0.10.0 |
| 459 | 2026-08-05T02:41:44.262Z | Downloaded parking_lot_core v0.9.12 |
| 460 | 2026-08-05T02:41:44.265Z | Downloaded elliptic-curve v0.13.8 |
| 461 | 2026-08-05T02:41:44.265Z | Downloaded once_cell v1.21.3 |
| 462 | 2026-08-05T02:41:44.268Z | Downloaded secrecy v0.10.3 |
| 463 | 2026-08-05T02:41:44.268Z | Downloaded scroll_derive v0.13.1 |
| 464 | 2026-08-05T02:41:44.271Z | Downloaded oxnet v0.1.6 |
| 465 | 2026-08-05T02:41:44.271Z | Downloaded semver v0.1.20 |
| 466 | 2026-08-05T02:41:44.274Z | Downloaded num_enum_derive v0.7.5 |
| 467 | 2026-08-05T02:41:44.274Z | Downloaded rand_chacha v0.9.0 |
| 468 | 2026-08-05T02:41:44.278Z | Downloaded serde-big-array v0.5.1 |
| 469 | 2026-08-05T02:41:44.278Z | Downloaded serde_spanned v1.1.1 |
| 470 | 2026-08-05T02:41:44.281Z | Downloaded search_path v0.1.4 |
| 471 | 2026-08-05T02:41:44.281Z | Downloaded pest_meta v2.8.2 |
| 472 | 2026-08-05T02:41:44.281Z | Downloaded rand_core v0.9.3 |
| 473 | 2026-08-05T02:41:44.284Z | Downloaded serde_spanned v0.6.9 |
| 474 | 2026-08-05T02:41:44.284Z | Downloaded serde_urlencoded v0.7.1 |
| 475 | 2026-08-05T02:41:44.394Z | Downloaded log v0.4.29 |
| 476 | 2026-08-05T02:41:44.394Z | Downloaded const_format v0.2.34 |
| 477 | 2026-08-05T02:41:44.409Z | Downloaded pin-project-lite v0.2.16 |
| 478 | 2026-08-05T02:41:44.409Z | Downloaded rustls-pemfile v2.2.0 |
| 479 | 2026-08-05T02:41:44.409Z | Downloaded serde_repr v0.1.20 |
| 480 | 2026-08-05T02:41:44.409Z | Downloaded serde_plain v1.0.2 |
| 481 | 2026-08-05T02:41:44.409Z | Downloaded sha1 v0.11.0 |
| 482 | 2026-08-05T02:41:44.409Z | Downloaded resolv-conf v0.7.5 |
| 483 | 2026-08-05T02:41:44.409Z | Downloaded icu_normalizer_data v2.0.0 |
| 484 | 2026-08-05T02:41:44.409Z | Downloaded darling_core v0.23.0 |
| 485 | 2026-08-05T02:41:44.409Z | Downloaded rusty-fork v0.3.0 |
| 486 | 2026-08-05T02:41:44.409Z | Downloaded postcard v1.1.3 |
| 487 | 2026-08-05T02:41:44.409Z | Downloaded indexmap v1.9.3 |
| 488 | 2026-08-05T02:41:44.409Z | Downloaded progenitor v0.11.1 |
| 489 | 2026-08-05T02:41:44.409Z | Downloaded parking_lot v0.12.5 |
| 490 | 2026-08-05T02:41:44.409Z | Downloaded sha1 v0.10.6 |
| 491 | 2026-08-05T02:41:44.409Z | Downloaded icu_normalizer v2.0.0 |
| 492 | 2026-08-05T02:41:44.409Z | Downloaded sigpipe v0.1.3 |
| 493 | 2026-08-05T02:41:44.409Z | Downloaded icu_locale_core v2.0.0 |
| 494 | 2026-08-05T02:41:44.409Z | Downloaded smawk v0.3.2 |
| 495 | 2026-08-05T02:41:44.409Z | Downloaded proc-macro-error v1.0.4 |
| 496 | 2026-08-05T02:41:44.409Z | Downloaded expectorate v1.2.0 |
| 497 | 2026-08-05T02:41:44.410Z | Downloaded same-file v1.0.6 |
| 498 | 2026-08-05T02:41:44.410Z | Downloaded rustversion v1.0.22 |
| 499 | 2026-08-05T02:41:44.410Z | Downloaded num-traits v0.2.19 |
| 500 | 2026-08-05T02:41:44.410Z | Downloaded curl v0.4.50 |
| 501 | 2026-08-05T02:41:44.410Z | Downloaded pest_derive v2.8.2 |
| 502 | 2026-08-05T02:41:44.410Z | Downloaded proc-macro-error2 v2.0.1 |
| 503 | 2026-08-05T02:41:44.410Z | Downloaded miniz_oxide v0.8.9 |
| 504 | 2026-08-05T02:41:44.410Z | Downloaded scroll v0.13.0 |
| 505 | 2026-08-05T02:41:44.410Z | Downloaded slog-bunyan v2.5.0 |
| 506 | 2026-08-05T02:41:44.410Z | Downloaded rand_core v0.6.4 |
| 507 | 2026-08-05T02:41:44.410Z | Downloaded stable_deref_trait v1.2.0 |
| 508 | 2026-08-05T02:41:44.410Z | Downloaded quinn-udp v0.5.14 |
| 509 | 2026-08-05T02:41:44.410Z | Downloaded litemap v0.8.0 |
| 510 | 2026-08-05T02:41:44.410Z | Downloaded password-hash v0.5.0 |
| 511 | 2026-08-05T02:41:44.410Z | Downloaded serde_derive_internals v0.29.1 |
| 512 | 2026-08-05T02:41:44.410Z | Downloaded base64 v0.22.1 |
| 513 | 2026-08-05T02:41:44.410Z | Downloaded papergrid v0.18.0 |
| 514 | 2026-08-05T02:41:44.410Z | Downloaded strum v0.27.2 |
| 515 | 2026-08-05T02:41:44.410Z | Downloaded supports-color v3.0.2 |
| 516 | 2026-08-05T02:41:44.410Z | Downloaded serde_path_to_error v0.1.20 |
| 517 | 2026-08-05T02:41:44.410Z | Downloaded swrite v0.1.0 |
| 518 | 2026-08-05T02:41:44.410Z | Downloaded subtle v2.6.1 |
| 519 | 2026-08-05T02:41:44.410Z | Downloaded serde_tokenstream v0.2.3 |
| 520 | 2026-08-05T02:41:44.411Z | Downloaded pin-project v1.1.10 |
| 521 | 2026-08-05T02:41:44.411Z | Downloaded structmeta v0.3.0 |
| 522 | 2026-08-05T02:41:44.411Z | Downloaded strum v0.26.3 |
| 523 | 2026-08-05T02:41:44.411Z | Downloaded sha2 v0.10.9 |
| 524 | 2026-08-05T02:41:44.411Z | Downloaded structmeta-derive v0.3.0 |
| 525 | 2026-08-05T02:41:44.411Z | Downloaded quote v1.0.45 |
| 526 | 2026-08-05T02:41:44.411Z | Downloaded clap v4.6.1 |
| 527 | 2026-08-05T02:41:44.411Z | Downloaded take_mut v0.2.2 |
| 528 | 2026-08-05T02:41:44.411Z | Downloaded tagptr v0.2.0 |
| 529 | 2026-08-05T02:41:44.411Z | Downloaded termtree v0.5.1 |
| 530 | 2026-08-05T02:41:44.411Z | Downloaded shlex v2.0.1 |
| 531 | 2026-08-05T02:41:44.411Z | Downloaded shlex v1.3.0 |
| 532 | 2026-08-05T02:41:44.411Z | Downloaded hickory-resolver v0.25.2 |
| 533 | 2026-08-05T02:41:44.411Z | Downloaded slog-async v2.8.0 |
| 534 | 2026-08-05T02:41:44.411Z | Downloaded progenitor-impl v0.11.1 |
| 535 | 2026-08-05T02:41:44.411Z | Downloaded slab v0.4.11 |
| 536 | 2026-08-05T02:41:44.411Z | Downloaded slog-json v2.6.1 |
| 537 | 2026-08-05T02:41:44.415Z | Downloaded smf v0.2.3 |
| 538 | 2026-08-05T02:41:44.415Z | Downloaded slog-term v2.9.2 |
| 539 | 2026-08-05T02:41:44.415Z | Downloaded siphasher v1.0.1 |
| 540 | 2026-08-05T02:41:44.415Z | Downloaded schemars_derive v0.8.22 |
| 541 | 2026-08-05T02:41:44.415Z | Downloaded thread-id v5.0.0 |
| 542 | 2026-08-05T02:41:44.415Z | Downloaded memchr v2.7.5 |
| 543 | 2026-08-05T02:41:44.415Z | Downloaded testing_table v0.3.0 |
| 544 | 2026-08-05T02:41:44.415Z | Downloaded jiff-static v0.2.15 |
| 545 | 2026-08-05T02:41:44.415Z | Downloaded crypto-bigint v0.5.5 |
| 546 | 2026-08-05T02:41:44.415Z | Downloaded tinyvec_macros v0.1.1 |
| 547 | 2026-08-05T02:41:44.421Z | Downloaded semver v1.0.28 |
| 548 | 2026-08-05T02:41:44.421Z | Downloaded strsim v0.11.1 |
| 549 | 2026-08-05T02:41:44.421Z | Downloaded snafu-derive v0.8.9 |
| 550 | 2026-08-05T02:41:44.424Z | Downloaded static_assertions v1.1.0 |
| 551 | 2026-08-05T02:41:44.424Z | Downloaded time-core v0.1.8 |
| 552 | 2026-08-05T02:41:44.424Z | Downloaded scroll v0.12.0 |
| 553 | 2026-08-05T02:41:44.424Z | Downloaded icu_collections v2.0.0 |
| 554 | 2026-08-05T02:41:44.427Z | Downloaded cc v1.2.64 |
| 555 | 2026-08-05T02:41:44.427Z | Downloaded strum v0.28.0 |
| 556 | 2026-08-05T02:41:44.430Z | Downloaded thread-id v4.2.2 |
| 557 | 2026-08-05T02:41:44.430Z | Downloaded progenitor-impl v0.10.0 |
| 558 | 2026-08-05T02:41:44.435Z | Downloaded tokio-macros v2.7.0 |
| 559 | 2026-08-05T02:41:44.435Z | Downloaded strum_macros v0.27.2 |
| 560 | 2026-08-05T02:41:44.438Z | Downloaded papergrid v0.11.0 |
| 561 | 2026-08-05T02:41:44.438Z | Downloaded terminal_size v0.4.3 |
| 562 | 2026-08-05T02:41:44.438Z | Downloaded strum_macros v0.26.4 |
| 563 | 2026-08-05T02:41:44.442Z | Downloaded tabwriter v1.4.1 |
| 564 | 2026-08-05T02:41:44.442Z | Downloaded tabled_derive v0.7.0 |
| 565 | 2026-08-05T02:41:44.442Z | Downloaded signal-hook-tokio v0.4.0 |
| 566 | 2026-08-05T02:41:44.445Z | Downloaded signal-hook-registry v1.4.6 |
| 567 | 2026-08-05T02:41:44.445Z | Downloaded proc-macro2 v1.0.106 |
| 568 | 2026-08-05T02:41:44.445Z | Downloaded hashbrown v0.12.3 |
| 569 | 2026-08-05T02:41:44.451Z | Downloaded crossbeam-epoch v0.9.18 |
| 570 | 2026-08-05T02:41:44.454Z | Downloaded multer v3.1.0 |
| 571 | 2026-08-05T02:41:44.454Z | Downloaded synstructure v0.13.2 |
| 572 | 2026-08-05T02:41:44.454Z | Downloaded toml_datetime v0.6.11 |
| 573 | 2026-08-05T02:41:44.454Z | Downloaded sync_wrapper v1.0.2 |
| 574 | 2026-08-05T02:41:44.457Z | Downloaded signal-hook v0.4.4 |
| 575 | 2026-08-05T02:41:44.457Z | Downloaded plain v0.2.3 |
| 576 | 2026-08-05T02:41:44.459Z | Downloaded phf_shared v0.12.1 |
| 577 | 2026-08-05T02:41:44.460Z | Downloaded dropshot_endpoint v0.16.7 |
| 578 | 2026-08-05T02:41:44.462Z | Downloaded toml_write v0.1.2 |
| 579 | 2026-08-05T02:41:44.463Z | Downloaded thiserror v2.0.18 |
| 580 | 2026-08-05T02:41:44.466Z | Downloaded progenitor-impl v0.14.0 |
| 581 | 2026-08-05T02:41:44.469Z | Downloaded tower-service v0.3.3 |
| 582 | 2026-08-05T02:41:44.469Z | Downloaded tower-layer v0.3.3 |
| 583 | 2026-08-05T02:41:44.469Z | Downloaded thiserror-impl v2.0.18 |
| 584 | 2026-08-05T02:41:44.472Z | Downloaded thiserror v1.0.69 |
| 585 | 2026-08-05T02:41:44.475Z | Downloaded thiserror-no-std v2.0.2 |
| 586 | 2026-08-05T02:41:44.475Z | Downloaded thread_local v1.1.9 |
| 587 | 2026-08-05T02:41:44.478Z | Downloaded openssl-sys v0.9.117 |
| 588 | 2026-08-05T02:41:44.481Z | Downloaded minimal-lexical v0.2.1 |
| 589 | 2026-08-05T02:41:44.485Z | Downloaded try-lock v0.2.5 |
| 590 | 2026-08-05T02:41:44.485Z | Downloaded tinystr v0.8.1 |
| 591 | 2026-08-05T02:41:44.485Z | Downloaded serde_core v1.0.228 |
| 592 | 2026-08-05T02:41:44.488Z | Downloaded hyper-util v0.1.20 |
| 593 | 2026-08-05T02:41:44.491Z | Downloaded tokio-native-tls v0.3.1 |
| 594 | 2026-08-05T02:41:44.491Z | Downloaded strum_macros v0.28.0 |
| 595 | 2026-08-05T02:41:44.494Z | Downloaded tokio-rustls v0.25.0 |
| 596 | 2026-08-05T02:41:44.494Z | Downloaded spin v0.9.8 |
| 597 | 2026-08-05T02:41:44.494Z | Downloaded unarray v0.1.4 |
| 598 | 2026-08-05T02:41:44.497Z | Downloaded serde_derive v1.0.228 |
| 599 | 2026-08-05T02:41:44.497Z | Downloaded typify-macro v0.6.2 |
| 600 | 2026-08-05T02:41:44.500Z | Downloaded typify-macro v0.4.3 |
| 601 | 2026-08-05T02:41:44.500Z | Downloaded untrusted v0.9.0 |
| 602 | 2026-08-05T02:41:44.500Z | Downloaded untrusted v0.7.1 |
| 603 | 2026-08-05T02:41:44.501Z | Downloaded usdt-macro v0.5.0 |
| 604 | 2026-08-05T02:41:44.504Z | Downloaded rustls-pki-types v1.12.0 |
| 605 | 2026-08-05T02:41:44.504Z | Downloaded usdt-attr-macro v0.5.0 |
| 606 | 2026-08-05T02:41:44.507Z | Downloaded usdt v0.6.0 |
| 607 | 2026-08-05T02:41:44.507Z | Downloaded tokio-dtrace v0.1.1 |
| 608 | 2026-08-05T02:41:44.507Z | Downloaded unicode-xid v0.2.6 |
| 609 | 2026-08-05T02:41:44.510Z | Downloaded time-macros v0.2.27 |
| 610 | 2026-08-05T02:41:44.510Z | Downloaded http v1.4.2 |
| 611 | 2026-08-05T02:41:44.513Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 612 | 2026-08-05T02:41:44.513Z | Downloaded thiserror-impl v1.0.69 |
| 613 | 2026-08-05T02:41:44.513Z | Downloaded slog-dtrace v0.3.0 |
| 614 | 2026-08-05T02:41:44.516Z | Downloaded smallvec v1.15.1 |
| 615 | 2026-08-05T02:41:44.516Z | Downloaded schemars v0.8.22 |
| 616 | 2026-08-05T02:41:44.522Z | Downloaded usdt v0.5.0 |
| 617 | 2026-08-05T02:41:44.524Z | Downloaded topological-sort v0.2.2 |
| 618 | 2026-08-05T02:41:44.524Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 619 | 2026-08-05T02:41:44.525Z | Downloaded wait-timeout v0.2.1 |
| 620 | 2026-08-05T02:41:44.528Z | Downloaded utf8parse v0.2.2 |
| 621 | 2026-08-05T02:41:44.528Z | Downloaded usdt-macro v0.6.0 |
| 622 | 2026-08-05T02:41:44.528Z | Downloaded usdt-attr-macro v0.6.0 |
| 623 | 2026-08-05T02:41:44.528Z | Downloaded similar v2.7.0 |
| 624 | 2026-08-05T02:41:44.531Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 625 | 2026-08-05T02:41:44.534Z | Downloaded serde_yaml v0.9.34+deprecated |
| 626 | 2026-08-05T02:41:44.534Z | Downloaded term v1.2.0 |
| 627 | 2026-08-05T02:41:44.537Z | Downloaded version_check v0.9.5 |
| 628 | 2026-08-05T02:41:44.537Z | Downloaded dropshot-api-manager v0.7.2 |
| 629 | 2026-08-05T02:41:44.540Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 630 | 2026-08-05T02:41:44.543Z | Downloaded tempfile v3.27.0 |
| 631 | 2026-08-05T02:41:44.543Z | Downloaded slog v2.8.2 |
| 632 | 2026-08-05T02:41:44.548Z | Downloaded want v0.3.1 |
| 633 | 2026-08-05T02:41:44.548Z | Downloaded quinn v0.11.9 |
| 634 | 2026-08-05T02:41:44.551Z | Downloaded schemars v0.9.0 |
| 635 | 2026-08-05T02:41:44.554Z | Downloaded scuffle v0.1.0 |
| 636 | 2026-08-05T02:41:44.594Z | Downloaded xattr v1.6.1 |
| 637 | 2026-08-05T02:41:44.598Z | Downloaded rand v0.8.5 |
| 638 | 2026-08-05T02:41:44.598Z | Downloaded unicode-linebreak v0.1.5 |
| 639 | 2026-08-05T02:41:44.598Z | Downloaded tokio-stream v0.1.17 |
| 640 | 2026-08-05T02:41:44.598Z | Downloaded ryu v1.0.20 |
| 641 | 2026-08-05T02:41:44.598Z | Downloaded prettyplease v0.2.37 |
| 642 | 2026-08-05T02:41:44.598Z | Downloaded serde_with_macros v3.21.0 |
| 643 | 2026-08-05T02:41:44.598Z | Downloaded indexmap v2.14.0 |
| 644 | 2026-08-05T02:41:44.598Z | Downloaded zeroize_derive v1.4.3 |
| 645 | 2026-08-05T02:41:44.598Z | Downloaded universal-hash v0.5.1 |
| 646 | 2026-08-05T02:41:44.598Z | Downloaded bitflags v2.11.1 |
| 647 | 2026-08-05T02:41:44.598Z | Downloaded linear-map v1.2.0 |
| 648 | 2026-08-05T02:41:44.598Z | Downloaded zerofrom v0.1.6 |
| 649 | 2026-08-05T02:41:44.598Z | Downloaded yoke-derive v0.8.0 |
| 650 | 2026-08-05T02:41:44.598Z | Downloaded zerofrom-derive v0.1.6 |
| 651 | 2026-08-05T02:41:44.598Z | Downloaded tokio-rustls v0.26.4 |
| 652 | 2026-08-05T02:41:44.598Z | Downloaded usdt-impl v0.6.0 |
| 653 | 2026-08-05T02:41:44.598Z | Downloaded usdt-impl v0.5.0 |
| 654 | 2026-08-05T02:41:44.598Z | Downloaded derive-where v1.6.0 |
| 655 | 2026-08-05T02:41:44.598Z | Downloaded nom v7.1.3 |
| 656 | 2026-08-05T02:41:44.598Z | Downloaded rayon-core v1.13.0 |
| 657 | 2026-08-05T02:41:44.598Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 658 | 2026-08-05T02:41:44.598Z | Downloaded toml v0.8.23 |
| 659 | 2026-08-05T02:41:44.598Z | Downloaded ipnet v2.11.0 |
| 660 | 2026-08-05T02:41:44.598Z | Downloaded newtype_derive v0.1.6 |
| 661 | 2026-08-05T02:41:44.598Z | Downloaded newline-converter v0.3.0 |
| 662 | 2026-08-05T02:41:44.598Z | Downloaded jobserver v0.1.34 |
| 663 | 2026-08-05T02:41:44.598Z | Downloaded zone v0.3.1 |
| 664 | 2026-08-05T02:41:44.598Z | Downloaded globset v0.4.16 |
| 665 | 2026-08-05T02:41:44.598Z | Downloaded hashbrown v0.16.1 |
| 666 | 2026-08-05T02:41:44.602Z | Downloaded textwrap v0.16.2 |
| 667 | 2026-08-05T02:41:44.602Z | Downloaded waitgroup v0.1.2 |
| 668 | 2026-08-05T02:41:44.602Z | Downloaded vsss-rs v3.3.4 |
| 669 | 2026-08-05T02:41:44.607Z | Downloaded tracing-attributes v0.1.30 |
| 670 | 2026-08-05T02:41:44.607Z | Downloaded snafu v0.8.9 |
| 671 | 2026-08-05T02:41:44.612Z | Downloaded utf8_iter v1.0.4 |
| 672 | 2026-08-05T02:41:44.612Z | Downloaded test-strategy v0.4.3 |
| 673 | 2026-08-05T02:41:44.612Z | Downloaded whoami v1.6.1 |
| 674 | 2026-08-05T02:41:44.616Z | Downloaded walkdir v2.5.0 |
| 675 | 2026-08-05T02:41:44.616Z | Downloaded tinyvec v1.10.0 |
| 676 | 2026-08-05T02:41:44.616Z | Downloaded rustls-webpki v0.103.6 |
| 677 | 2026-08-05T02:41:44.622Z | Downloaded hashbrown v0.15.5 |
| 678 | 2026-08-05T02:41:44.622Z | Downloaded async-trait v0.1.89 |
| 679 | 2026-08-05T02:41:44.627Z | Downloaded qorb v0.4.1 |
| 680 | 2026-08-05T02:41:44.627Z | Downloaded zerovec-derive v0.11.1 |
| 681 | 2026-08-05T02:41:44.627Z | Downloaded zmij v1.0.17 |
| 682 | 2026-08-05T02:41:44.630Z | Downloaded writeable v0.6.1 |
| 683 | 2026-08-05T02:41:44.630Z | Downloaded zeroize v1.8.1 |
| 684 | 2026-08-05T02:41:44.630Z | Downloaded socket2 v0.6.4 |
| 685 | 2026-08-05T02:41:44.630Z | Downloaded serde v1.0.228 |
| 686 | 2026-08-05T02:41:44.635Z | Downloaded clang-sys v1.8.1 |
| 687 | 2026-08-05T02:41:44.635Z | Downloaded ciborium v0.2.2 |
| 688 | 2026-08-05T02:41:44.637Z | Downloaded hashbrown v0.17.1 |
| 689 | 2026-08-05T02:41:44.637Z | Downloaded yoke v0.8.0 |
| 690 | 2026-08-05T02:41:44.641Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 691 | 2026-08-05T02:41:44.644Z | Downloaded mio v1.2.1 |
| 692 | 2026-08-05T02:41:44.644Z | Downloaded vergen v8.3.2 |
| 693 | 2026-08-05T02:41:44.647Z | Downloaded itertools v0.12.1 |
| 694 | 2026-08-05T02:41:44.650Z | Downloaded schemars v1.2.0 |
| 695 | 2026-08-05T02:41:44.657Z | Downloaded zone_cfg_derive v0.3.1 |
| 696 | 2026-08-05T02:41:44.660Z | Downloaded tar v0.4.45 |
| 697 | 2026-08-05T02:41:44.660Z | Downloaded h2 v0.4.14 |
| 698 | 2026-08-05T02:41:44.663Z | Downloaded ucd-trie v0.1.7 |
| 699 | 2026-08-05T02:41:44.666Z | Downloaded hyper v1.10.1 |
| 700 | 2026-08-05T02:41:44.669Z | Downloaded zerocopy-derive v0.7.35 |
| 701 | 2026-08-05T02:41:44.672Z | Downloaded pest v2.8.2 |
| 702 | 2026-08-05T02:41:44.675Z | Downloaded futures-util v0.3.32 |
| 703 | 2026-08-05T02:41:44.679Z | Downloaded typify v0.4.3 |
| 704 | 2026-08-05T02:41:44.682Z | Downloaded rand v0.9.3 |
| 705 | 2026-08-05T02:41:44.685Z | Downloaded iri-string v0.7.8 |
| 706 | 2026-08-05T02:41:44.688Z | Downloaded tracing-core v0.1.34 |
| 707 | 2026-08-05T02:41:44.688Z | Downloaded libm v0.2.15 |
| 708 | 2026-08-05T02:41:44.694Z | Downloaded unsafe-libyaml v0.2.11 |
| 709 | 2026-08-05T02:41:44.697Z | Downloaded steno v0.4.1 |
| 710 | 2026-08-05T02:41:44.700Z | Downloaded icu_properties_data v2.0.1 |
| 711 | 2026-08-05T02:41:44.703Z | Downloaded toml_edit v0.22.27 |
| 712 | 2026-08-05T02:41:44.707Z | Downloaded goblin v0.8.2 |
| 713 | 2026-08-05T02:41:44.710Z | Downloaded itertools v0.15.0 |
| 714 | 2026-08-05T02:41:44.714Z | Downloaded itertools v0.14.0 |
| 715 | 2026-08-05T02:41:44.717Z | Downloaded aho-corasick v1.1.3 |
| 716 | 2026-08-05T02:41:44.719Z | Downloaded unicode-ident v1.0.24 |
| 717 | 2026-08-05T02:41:44.724Z | Downloaded hkdf v0.12.4 |
| 718 | 2026-08-05T02:41:44.724Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 719 | 2026-08-05T02:41:44.727Z | Downloaded tracing v0.1.41 |
| 720 | 2026-08-05T02:41:44.727Z | Downloaded toml v0.7.8 |
| 721 | 2026-08-05T02:41:44.730Z | Downloaded typify v0.6.2 |
| 722 | 2026-08-05T02:41:44.734Z | Downloaded idna v1.1.0 |
| 723 | 2026-08-05T02:41:44.734Z | Downloaded iddqd v0.3.18 |
| 724 | 2026-08-05T02:41:44.737Z | Downloaded bit-vec v0.8.0 |
| 725 | 2026-08-05T02:41:44.740Z | Downloaded crc32fast v1.5.0 |
| 726 | 2026-08-05T02:41:44.740Z | Downloaded humantime v2.3.0 |
| 727 | 2026-08-05T02:41:44.740Z | Downloaded libscf-sys v1.2.0 |
| 728 | 2026-08-05T02:41:44.743Z | Downloaded kstat-rs v0.2.4 |
| 729 | 2026-08-05T02:41:44.743Z | Downloaded url v2.5.7 |
| 730 | 2026-08-05T02:41:44.743Z | Downloaded iddqd v0.4.5 |
| 731 | 2026-08-05T02:41:44.749Z | Downloaded zerotrie v0.2.2 |
| 732 | 2026-08-05T02:41:44.752Z | Downloaded daft v0.1.5 |
| 733 | 2026-08-05T02:41:44.752Z | Downloaded chacha20 v0.9.1 |
| 734 | 2026-08-05T02:41:44.754Z | Downloaded toml_edit v0.19.15 |
| 735 | 2026-08-05T02:41:44.762Z | Downloaded reqwest v0.13.2 |
| 736 | 2026-08-05T02:41:44.765Z | Downloaded uuid v1.23.3 |
| 737 | 2026-08-05T02:41:44.768Z | Downloaded git2 v0.19.0 |
| 738 | 2026-08-05T02:41:44.771Z | Downloaded const_format_proc_macros v0.2.34 |
| 739 | 2026-08-05T02:41:44.776Z | Downloaded cipher v0.4.4 |
| 740 | 2026-08-05T02:41:44.776Z | Downloaded anstream v1.0.0 |
| 741 | 2026-08-05T02:41:44.779Z | Downloaded camino v1.2.3 |
| 742 | 2026-08-05T02:41:44.779Z | Downloaded bitflags v1.3.2 |
| 743 | 2026-08-05T02:41:44.779Z | Downloaded camino-tempfile v1.4.1 |
| 744 | 2026-08-05T02:41:44.779Z | Downloaded digest v0.10.7 |
| 745 | 2026-08-05T02:41:44.783Z | Downloaded filetime v0.2.26 |
| 746 | 2026-08-05T02:41:44.783Z | Downloaded bindgen v0.72.1 |
| 747 | 2026-08-05T02:41:44.786Z | Downloaded tokio-util v0.7.16 |
| 748 | 2026-08-05T02:41:44.789Z | Downloaded data-encoding v2.9.0 |
| 749 | 2026-08-05T02:41:44.792Z | Downloaded cargo_metadata v0.18.1 |
| 750 | 2026-08-05T02:41:44.792Z | Downloaded bcs v0.1.6 |
| 751 | 2026-08-05T02:41:44.792Z | Downloaded typenum v1.20.1 |
| 752 | 2026-08-05T02:41:44.794Z | Downloaded hyper-tls v0.6.0 |
| 753 | 2026-08-05T02:41:44.797Z | Downloaded hubpack_derive v0.1.1 |
| 754 | 2026-08-05T02:41:44.797Z | Downloaded hash32 v0.3.1 |
| 755 | 2026-08-05T02:41:44.797Z | Downloaded crypto-common v0.1.6 |
| 756 | 2026-08-05T02:41:44.797Z | Downloaded erased-serde v0.3.31 |
| 757 | 2026-08-05T02:41:44.800Z | Downloaded goblin v0.10.1 |
| 758 | 2026-08-05T02:41:44.804Z | Downloaded either v1.15.0 |
| 759 | 2026-08-05T02:41:44.804Z | Downloaded dropshot_endpoint v0.17.1 |
| 760 | 2026-08-05T02:41:44.807Z | Downloaded cpufeatures v0.3.0 |
| 761 | 2026-08-05T02:41:44.807Z | Downloaded async-stream-impl v0.3.6 |
| 762 | 2026-08-05T02:41:44.807Z | Downloaded convert_case v0.4.0 |
| 763 | 2026-08-05T02:41:44.810Z | Downloaded constant_time_eq v0.3.1 |
| 764 | 2026-08-05T02:41:44.810Z | Downloaded futures-core v0.3.32 |
| 765 | 2026-08-05T02:41:44.810Z | Downloaded crypto-common v0.2.2 |
| 766 | 2026-08-05T02:41:44.810Z | Downloaded base16ct v0.2.0 |
| 767 | 2026-08-05T02:41:44.810Z | Downloaded atomicwrites v0.4.4 |
| 768 | 2026-08-05T02:41:44.813Z | Downloaded anstyle-query v1.1.4 |
| 769 | 2026-08-05T02:41:44.813Z | Downloaded futures-macro v0.3.32 |
| 770 | 2026-08-05T02:41:44.813Z | Downloaded errno v0.3.14 |
| 771 | 2026-08-05T02:41:44.813Z | Downloaded dof v0.3.0 |
| 772 | 2026-08-05T02:41:44.816Z | Downloaded tower v0.5.2 |
| 773 | 2026-08-05T02:41:44.819Z | Downloaded zerovec v0.11.4 |
| 774 | 2026-08-05T02:41:44.822Z | Downloaded defmt v0.3.100 |
| 775 | 2026-08-05T02:41:44.822Z | Downloaded debug-ignore v1.0.5 |
| 776 | 2026-08-05T02:41:44.825Z | Downloaded embedded-io v0.6.1 |
| 777 | 2026-08-05T02:41:44.825Z | Downloaded blake2 v0.10.6 |
| 778 | 2026-08-05T02:41:44.825Z | Downloaded dof v0.4.0 |
| 779 | 2026-08-05T02:41:44.828Z | Downloaded ciborium-ll v0.2.2 |
| 780 | 2026-08-05T02:41:44.828Z | Downloaded cfg_aliases v0.2.1 |
| 781 | 2026-08-05T02:41:44.828Z | Downloaded async-recursion v1.1.1 |
| 782 | 2026-08-05T02:41:44.831Z | Downloaded ciborium-io v0.2.2 |
| 783 | 2026-08-05T02:41:44.831Z | Downloaded bytecount v0.6.9 |
| 784 | 2026-08-05T02:41:44.831Z | Downloaded block-buffer v0.12.0 |
| 785 | 2026-08-05T02:41:44.831Z | Downloaded unicode-segmentation v1.12.0 |
| 786 | 2026-08-05T02:41:44.836Z | Downloaded bit-set v0.8.0 |
| 787 | 2026-08-05T02:41:44.836Z | Downloaded anstyle v1.0.14 |
| 788 | 2026-08-05T02:41:44.839Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 789 | 2026-08-05T02:41:44.839Z | Downloaded chrono v0.4.45 |
| 790 | 2026-08-05T02:41:44.842Z | Downloaded zerocopy-derive v0.8.27 |
| 791 | 2026-08-05T02:41:44.845Z | Downloaded reqwest v0.12.23 |
| 792 | 2026-08-05T02:41:44.848Z | Downloaded regex v1.12.4 |
| 793 | 2026-08-05T02:41:44.851Z | Downloaded foreign-types v0.5.0 |
| 794 | 2026-08-05T02:41:44.851Z | Downloaded clap_builder v4.6.0 |
| 795 | 2026-08-05T02:41:44.854Z | Downloaded foreign-types-macros v0.2.3 |
| 796 | 2026-08-05T02:41:44.857Z | Downloaded fixedbitset v0.4.2 |
| 797 | 2026-08-05T02:41:44.857Z | Downloaded embedded-io v0.4.0 |
| 798 | 2026-08-05T02:41:44.857Z | Downloaded fastrand v2.3.0 |
| 799 | 2026-08-05T02:41:44.857Z | Downloaded allocator-api2 v0.2.21 |
| 800 | 2026-08-05T02:41:44.862Z | Downloaded bs58 v0.5.1 |
| 801 | 2026-08-05T02:41:44.862Z | Downloaded arrayvec v0.7.6 |
| 802 | 2026-08-05T02:41:44.867Z | Downloaded blake3 v1.8.2 |
| 803 | 2026-08-05T02:41:44.870Z | Downloaded typed-path v0.9.3 |
| 804 | 2026-08-05T02:41:44.870Z | Downloaded serde_json v1.0.150 |
| 805 | 2026-08-05T02:41:44.873Z | Downloaded rayon v1.11.0 |
| 806 | 2026-08-05T02:41:44.881Z | Downloaded moka v0.12.11 |
| 807 | 2026-08-05T02:41:44.884Z | Downloaded aws-lc-rs v1.16.2 |
| 808 | 2026-08-05T02:41:44.889Z | Downloaded portable-atomic v1.11.1 |
| 809 | 2026-08-05T02:41:44.893Z | Downloaded serde_with v3.21.0 |
| 810 | 2026-08-05T02:41:44.900Z | Downloaded unicode-normalization v0.1.24 |
| 811 | 2026-08-05T02:41:44.902Z | Downloaded winnow v0.7.14 |
| 812 | 2026-08-05T02:41:44.912Z | Downloaded tower-http v0.6.8 |
| 813 | 2026-08-05T02:41:44.919Z | Downloaded time v0.3.47 |
| 814 | 2026-08-05T02:41:44.926Z | Downloaded tough v0.20.0 |
| 815 | 2026-08-05T02:41:44.930Z | Downloaded openssl v0.10.81 |
| 816 | 2026-08-05T02:41:44.936Z | Downloaded dropshot v0.16.7 |
| 817 | 2026-08-05T02:41:44.948Z | Downloaded tabled v0.21.0 |
| 818 | 2026-08-05T02:41:44.958Z | Downloaded proptest v1.8.0 |
| 819 | 2026-08-05T02:41:44.963Z | Downloaded zerocopy v0.8.27 |
| 820 | 2026-08-05T02:41:44.976Z | Downloaded syn v2.0.118 |
| 821 | 2026-08-05T02:41:44.983Z | Downloaded rustls-webpki v0.102.8 |
| 822 | 2026-08-05T02:41:44.991Z | Downloaded openapiv3 v2.2.0 |
| 823 | 2026-08-05T02:41:44.998Z | Downloaded hickory-proto v0.25.2 |
| 824 | 2026-08-05T02:41:45.007Z | Downloaded zerocopy v0.7.35 |
| 825 | 2026-08-05T02:41:45.015Z | Downloaded smoltcp v0.11.0 |
| 826 | 2026-08-05T02:41:45.022Z | Downloaded winnow v0.5.40 |
| 827 | 2026-08-05T02:41:45.026Z | Downloaded regex-syntax v0.8.11 |
| 828 | 2026-08-05T02:41:45.033Z | Downloaded unicode-width v0.1.14 |
| 829 | 2026-08-05T02:41:45.036Z | Downloaded hickory-proto v0.24.4 |
| 830 | 2026-08-05T02:41:45.043Z | Downloaded dropshot v0.17.1 |
| 831 | 2026-08-05T02:41:45.055Z | Downloaded syn v1.0.109 |
| 832 | 2026-08-05T02:41:45.062Z | Downloaded quinn-proto v0.11.14 |
| 833 | 2026-08-05T02:41:45.069Z | Downloaded tabled v0.15.0 |
| 834 | 2026-08-05T02:41:45.077Z | Downloaded winnow v1.0.3 |
| 835 | 2026-08-05T02:41:45.084Z | Downloaded curve25519-dalek v4.1.3 |
| 836 | 2026-08-05T02:41:45.087Z | Downloaded jiff v0.2.15 |
| 837 | 2026-08-05T02:41:45.111Z | Downloaded vcpkg v0.2.15 |
| 838 | 2026-08-05T02:41:45.140Z | Downloaded bstr v1.12.0 |
| 839 | 2026-08-05T02:41:45.153Z | Downloaded webpki-roots v1.0.2 |
| 840 | 2026-08-05T02:41:45.156Z | Downloaded nix v0.30.1 |
| 841 | 2026-08-05T02:41:45.162Z | Downloaded nix v0.31.3 |
| 842 | 2026-08-05T02:41:45.169Z | Downloaded rustls v0.22.4 |
| 843 | 2026-08-05T02:41:45.183Z | Downloaded regress v0.10.5 |
| 844 | 2026-08-05T02:41:45.187Z | Downloaded encoding_rs v0.8.35 |
| 845 | 2026-08-05T02:41:45.199Z | Downloaded unicode-width v0.2.1 |
| 846 | 2026-08-05T02:41:45.217Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 847 | 2026-08-05T02:41:45.249Z | Downloaded rustls v0.23.40 |
| 848 | 2026-08-05T02:41:45.255Z | Downloaded rustix v0.38.44 |
| 849 | 2026-08-05T02:41:45.267Z | Downloaded regress v0.11.1 |
| 850 | 2026-08-05T02:41:45.289Z | Downloaded rustix v1.1.4 |
| 851 | 2026-08-05T02:41:45.350Z | Downloaded typify-impl v0.6.2 |
| 852 | 2026-08-05T02:41:45.356Z | Downloaded typify-impl v0.4.3 |
| 853 | 2026-08-05T02:41:45.532Z | Downloaded regex-automata v0.4.13 |
| 854 | 2026-08-05T02:41:45.536Z | Downloaded petgraph v0.6.5 |
| 855 | 2026-08-05T02:41:45.536Z | Downloaded chrono-tz v0.10.4 |
| 856 | 2026-08-05T02:41:45.536Z | Downloaded libc v0.2.186 |
| 857 | 2026-08-05T02:41:45.544Z | Downloaded petgraph v0.8.2 |
| 858 | 2026-08-05T02:41:45.569Z | Downloaded libz-sys v1.1.22 |
| 859 | 2026-08-05T02:41:45.581Z | Downloaded csv v1.4.0 |
| 860 | 2026-08-05T02:41:45.593Z | Downloaded sha3 v0.10.8 |
| 861 | 2026-08-05T02:41:45.613Z | Downloaded tokio v1.52.3 |
| 862 | 2026-08-05T02:41:45.707Z | Downloaded ring v0.17.14 |
| 863 | 2026-08-05T02:41:45.751Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 864 | 2026-08-05T02:41:46.233Z | Downloaded aws-lc-sys v0.39.1 |
| 865 | 2026-08-05T02:41:46.659Z | Compiling proc-macro2 v1.0.106 |
| 866 | 2026-08-05T02:41:46.660Z | Compiling quote v1.0.45 |
| 867 | 2026-08-05T02:41:46.660Z | Compiling unicode-ident v1.0.24 |
| 868 | 2026-08-05T02:41:46.660Z | Compiling serde_core v1.0.228 |
| 869 | 2026-08-05T02:41:46.668Z | Compiling serde v1.0.228 |
| 870 | 2026-08-05T02:41:46.668Z | Compiling libc v0.2.186 |
| 871 | 2026-08-05T02:41:46.668Z | Checking cfg-if v1.0.4 |
| 872 | 2026-08-05T02:41:46.872Z | Compiling zmij v1.0.17 |
| 873 | 2026-08-05T02:41:46.893Z | Compiling autocfg v1.5.0 |
| 874 | 2026-08-05T02:41:47.290Z | Compiling memchr v2.7.5 |
| 875 | 2026-08-05T02:41:47.314Z | Compiling libm v0.2.15 |
| 876 | 2026-08-05T02:41:47.657Z | Compiling getrandom v0.4.2 |
| 877 | 2026-08-05T02:41:47.671Z | Compiling thiserror v2.0.18 |
| 878 | 2026-08-05T02:41:47.793Z | Checking smallvec v1.15.1 |
| 879 | 2026-08-05T02:41:47.859Z | Checking itoa v1.0.15 |
| 880 | 2026-08-05T02:41:47.879Z | Compiling version_check v0.9.5 |
| 881 | 2026-08-05T02:41:47.949Z | Compiling jobserver v0.1.34 |
| 882 | 2026-08-05T02:41:47.981Z | Compiling shlex v2.0.1 |
| 883 | 2026-08-05T02:41:48.109Z | Compiling syn v2.0.118 |
| 884 | 2026-08-05T02:41:48.157Z | Compiling find-msvc-tools v0.1.9 |
| 885 | 2026-08-05T02:41:48.169Z | Compiling icu_normalizer_data v2.0.0 |
| 886 | 2026-08-05T02:41:48.182Z | Compiling icu_properties_data v2.0.1 |
| 887 | 2026-08-05T02:41:48.269Z | Compiling parking_lot_core v0.9.12 |
| 888 | 2026-08-05T02:41:48.332Z | Compiling cc v1.2.64 |
| 889 | 2026-08-05T02:41:48.387Z | Checking stable_deref_trait v1.2.0 |
| 890 | 2026-08-05T02:41:48.431Z | Compiling serde_json v1.0.150 |
| 891 | 2026-08-05T02:41:48.482Z | Compiling heck v0.5.0 |
| 892 | 2026-08-05T02:41:48.696Z | Checking litemap v0.8.0 |
| 893 | 2026-08-05T02:41:48.718Z | Checking writeable v0.6.1 |
| 894 | 2026-08-05T02:41:48.924Z | Compiling num-traits v0.2.19 |
| 895 | 2026-08-05T02:41:48.931Z | Checking percent-encoding v2.3.2 |
| 896 | 2026-08-05T02:41:49.137Z | Checking form_urlencoded v1.2.2 |
| 897 | 2026-08-05T02:41:49.213Z | Checking utf8_iter v1.0.4 |
| 898 | 2026-08-05T02:41:49.262Z | Compiling zerocopy v0.8.27 |
| 899 | 2026-08-05T02:41:49.276Z | Checking pin-project-lite v0.2.16 |
| 900 | 2026-08-05T02:41:49.334Z | Checking iana-time-zone v0.1.64 |
| 901 | 2026-08-05T02:41:49.367Z | Compiling rustversion v1.0.22 |
| 902 | 2026-08-05T02:41:49.439Z | Compiling log v0.4.29 |
| 903 | 2026-08-05T02:41:49.472Z | Compiling equivalent v1.0.2 |
| 904 | 2026-08-05T02:41:49.562Z | Compiling semver v1.0.28 |
| 905 | 2026-08-05T02:41:49.621Z | Checking socket2 v0.6.4 |
| 906 | 2026-08-05T02:41:49.640Z | Checking uuid v1.23.3 |
| 907 | 2026-08-05T02:41:49.705Z | Checking scopeguard v1.2.0 |
| 908 | 2026-08-05T02:41:49.809Z | Checking lock_api v0.4.14 |
| 909 | 2026-08-05T02:41:49.939Z | Checking signal-hook-registry v1.4.6 |
| 910 | 2026-08-05T02:41:50.063Z | Checking bitflags v2.11.1 |
| 911 | 2026-08-05T02:41:50.063Z | Checking getrandom v0.2.16 |
| 912 | 2026-08-05T02:41:50.067Z | Checking parking_lot v0.12.5 |
| 913 | 2026-08-05T02:41:50.083Z | Checking mio v1.2.1 |
| 914 | 2026-08-05T02:41:50.107Z | Checking dyn-clone v1.0.20 |
| 915 | 2026-08-05T02:41:50.157Z | Compiling schemars v0.8.22 |
| 916 | 2026-08-05T02:41:50.311Z | Compiling portable-atomic v1.11.1 |
| 917 | 2026-08-05T02:41:50.365Z | Checking futures-core v0.3.32 |
| 918 | 2026-08-05T02:41:50.381Z | Checking critical-section v1.2.0 |
| 919 | 2026-08-05T02:41:50.423Z | Compiling ring v0.17.14 |
| 920 | 2026-08-05T02:41:50.478Z | Compiling hashbrown v0.17.1 |
| 921 | 2026-08-05T02:41:50.559Z | Compiling httparse v1.10.1 |
| 922 | 2026-08-05T02:41:50.586Z | Compiling thiserror v1.0.69 |
| 923 | 2026-08-05T02:41:50.661Z | Checking futures-sink v0.3.32 |
| 924 | 2026-08-05T02:41:50.998Z | Compiling indexmap v2.14.0 |
| 925 | 2026-08-05T02:41:51.021Z | Compiling synstructure v0.13.2 |
| 926 | 2026-08-05T02:41:51.063Z | Compiling serde_derive_internals v0.29.1 |
| 927 | 2026-08-05T02:41:51.310Z | Checking once_cell v1.21.3 |
| 928 | 2026-08-05T02:41:51.327Z | Compiling regex-syntax v0.8.11 |
| 929 | 2026-08-05T02:41:51.512Z | Compiling rustix v1.1.4 |
| 930 | 2026-08-05T02:41:51.544Z | Checking slab v0.4.11 |
| 931 | 2026-08-05T02:41:51.695Z | Compiling aho-corasick v1.1.3 |
| 932 | 2026-08-05T02:41:51.719Z | Checking subtle v2.6.1 |
| 933 | 2026-08-05T02:41:51.733Z | Compiling ucd-trie v0.1.7 |
| 934 | 2026-08-05T02:41:51.866Z | Checking futures-channel v0.3.32 |
| 935 | 2026-08-05T02:41:51.982Z | Compiling anyhow v1.0.102 |
| 936 | 2026-08-05T02:41:52.097Z | Checking rand_core v0.6.4 |
| 937 | 2026-08-05T02:41:52.118Z | Checking futures-task v0.3.32 |
| 938 | 2026-08-05T02:41:52.248Z | Checking futures-io v0.3.32 |
| 939 | 2026-08-05T02:41:52.263Z | Compiling serde_derive v1.0.228 |
| 940 | 2026-08-05T02:41:52.266Z | Compiling zerofrom-derive v0.1.6 |
| 941 | 2026-08-05T02:41:52.289Z | Compiling yoke-derive v0.8.0 |
| 942 | 2026-08-05T02:41:52.316Z | Compiling zerovec-derive v0.11.1 |
| 943 | 2026-08-05T02:41:52.518Z | Compiling displaydoc v0.2.5 |
| 944 | 2026-08-05T02:41:53.087Z | Compiling thiserror-impl v2.0.18 |
| 945 | 2026-08-05T02:41:53.162Z | Compiling schemars_derive v0.8.22 |
| 946 | 2026-08-05T02:41:53.299Z | Compiling tokio-macros v2.7.0 |
| 947 | 2026-08-05T02:41:53.315Z | Compiling zerocopy-derive v0.8.27 |
| 948 | 2026-08-05T02:41:53.393Z | Compiling futures-macro v0.3.32 |
| 949 | 2026-08-05T02:41:53.463Z | Checking zerofrom v0.1.6 |
| 950 | 2026-08-05T02:41:53.674Z | Checking yoke v0.8.0 |
| 951 | 2026-08-05T02:41:53.754Z | Checking zerovec v0.11.4 |
| 952 | 2026-08-05T02:41:54.005Z | Checking zerotrie v0.2.2 |
| 953 | 2026-08-05T02:41:54.175Z | Compiling zeroize_derive v1.4.3 |
| 954 | 2026-08-05T02:41:54.243Z | Compiling thiserror-impl v1.0.69 |
| 955 | 2026-08-05T02:41:54.374Z | Compiling regex-automata v0.4.13 |
| 956 | 2026-08-05T02:41:54.403Z | Compiling pest v2.8.2 |
| 957 | 2026-08-05T02:41:54.456Z | Checking tinystr v0.8.1 |
| 958 | 2026-08-05T02:41:54.494Z | Checking potential_utf v0.1.3 |
| 959 | 2026-08-05T02:41:54.634Z | Checking icu_collections v2.0.0 |
| 960 | 2026-08-05T02:41:54.648Z | Checking icu_locale_core v2.0.0 |
| 961 | 2026-08-05T02:41:54.838Z | Checking zeroize v1.8.1 |
| 962 | 2026-08-05T02:41:55.094Z | Checking icu_provider v2.0.0 |
| 963 | 2026-08-05T02:41:55.317Z | Checking bytes v1.12.0 |
| 964 | 2026-08-05T02:41:55.333Z | Checking icu_properties v2.0.1 |
| 965 | 2026-08-05T02:41:55.391Z | Checking icu_normalizer v2.0.0 |
| 966 | 2026-08-05T02:41:55.464Z | Checking chrono v0.4.45 |
| 967 | 2026-08-05T02:41:55.616Z | Compiling serde_tokenstream v0.2.3 |
| 968 | 2026-08-05T02:41:55.748Z | Checking tokio v1.52.3 |
| 969 | 2026-08-05T02:41:55.958Z | Compiling pest_meta v2.8.2 |
| 970 | 2026-08-05T02:41:56.137Z | Checking idna_adapter v1.2.1 |
| 971 | 2026-08-05T02:41:56.190Z | Compiling regex v1.12.4 |
| 972 | 2026-08-05T02:41:56.261Z | Checking idna v1.1.0 |
| 973 | 2026-08-05T02:41:56.301Z | Checking typenum v1.20.1 |
| 974 | 2026-08-05T02:41:56.424Z | Checking futures-util v0.3.32 |
| 975 | 2026-08-05T02:41:56.498Z | Checking url v2.5.7 |
| 976 | 2026-08-05T02:41:56.586Z | Compiling pest_generator v2.8.2 |
| 977 | 2026-08-05T02:41:56.972Z | Compiling getrandom v0.3.4 |
| 978 | 2026-08-05T02:41:57.122Z | Compiling tracing-attributes v0.1.30 |
| 979 | 2026-08-05T02:41:57.263Z | Checking tracing-core v0.1.34 |
| 980 | 2026-08-05T02:41:57.267Z | Compiling pest_derive v2.8.2 |
| 981 | 2026-08-05T02:41:57.368Z | Compiling allocator-api2 v0.2.21 |
| 982 | 2026-08-05T02:41:57.561Z | Compiling pkg-config v0.3.32 |
| 983 | 2026-08-05T02:41:57.584Z | Compiling foldhash v0.2.0 |
| 984 | 2026-08-05T02:41:57.791Z | Compiling hashbrown v0.16.1 |
| 985 | 2026-08-05T02:41:57.804Z | Checking fnv v1.0.7 |
| 986 | 2026-08-05T02:41:57.898Z | Checking http v1.4.2 |
| 987 | 2026-08-05T02:41:58.017Z | Compiling generic-array v0.14.7 |
| 988 | 2026-08-05T02:41:58.076Z | Compiling vcpkg v0.2.15 |
| 989 | 2026-08-05T02:41:58.305Z | Compiling num-conv v0.2.1 |
| 990 | 2026-08-05T02:41:58.325Z | Checking tracing v0.1.41 |
| 991 | 2026-08-05T02:41:58.346Z | Compiling byteorder v1.5.0 |
| 992 | 2026-08-05T02:41:58.361Z | Compiling time-core v0.1.8 |
| 993 | 2026-08-05T02:41:58.521Z | Compiling time-macros v0.2.27 |
| 994 | 2026-08-05T02:41:58.574Z | Checking errno v0.3.14 |
| 995 | 2026-08-05T02:41:58.639Z | Checking base64 v0.22.1 |
| 996 | 2026-08-05T02:41:58.687Z | Checking ipnet v2.11.0 |
| 997 | 2026-08-05T02:41:58.875Z | Compiling scroll_derive v0.13.1 |
| 998 | 2026-08-05T02:41:58.900Z | Compiling camino v1.2.3 |
| 999 | 2026-08-05T02:41:59.009Z | Checking tokio-util v0.7.16 |
| 1000 | 2026-08-05T02:41:59.105Z | Checking crypto-common v0.1.6 |
| 1001 | 2026-08-05T02:41:59.224Z | Checking http-body v1.0.1 |
| 1002 | 2026-08-05T02:41:59.384Z | Compiling crossbeam-utils v0.8.21 |
| 1003 | 2026-08-05T02:41:59.394Z | Checking atomic-waker v1.1.2 |
| 1004 | 2026-08-05T02:41:59.448Z | Checking ppv-lite86 v0.2.21 |
| 1005 | 2026-08-05T02:41:59.600Z | Compiling slog v2.8.2 |
| 1006 | 2026-08-05T02:41:59.618Z | Checking tower-service v0.3.3 |
| 1007 | 2026-08-05T02:41:59.684Z | Checking tower-layer v0.3.3 |
| 1008 | 2026-08-05T02:41:59.703Z | Checking try-lock v0.2.5 |
| 1009 | 2026-08-05T02:41:59.718Z | Compiling paste v1.0.15 |
| 1010 | 2026-08-05T02:41:59.797Z | Checking want v0.3.1 |
| 1011 | 2026-08-05T02:41:59.909Z | Checking h2 v0.4.14 |
| 1012 | 2026-08-05T02:41:59.932Z | Checking ipnetwork v0.21.1 |
| 1013 | 2026-08-05T02:41:59.943Z | Checking erased-serde v0.3.31 |
| 1014 | 2026-08-05T02:41:59.959Z | Checking rustls-pki-types v1.12.0 |
| 1015 | 2026-08-05T02:41:59.966Z | Compiling strsim v0.11.1 |
| 1016 | 2026-08-05T02:42:00.043Z | Checking pretty-hex v0.4.1 |
| 1017 | 2026-08-05T02:42:00.058Z | Checking httpdate v1.0.3 |
| 1018 | 2026-08-05T02:42:00.072Z | Checking ryu v1.0.20 |
| 1019 | 2026-08-05T02:42:00.201Z | Compiling async-trait v0.1.89 |
| 1020 | 2026-08-05T02:42:00.204Z | Checking untrusted v0.9.0 |
| 1021 | 2026-08-05T02:42:00.254Z | Compiling scroll v0.13.0 |
| 1022 | 2026-08-05T02:42:00.519Z | Compiling usdt-impl v0.6.0 |
| 1023 | 2026-08-05T02:42:00.522Z | Checking plain v0.2.3 |
| 1024 | 2026-08-05T02:42:00.528Z | Compiling ident_case v1.0.1 |
| 1025 | 2026-08-05T02:42:00.645Z | Compiling goblin v0.10.1 |
| 1026 | 2026-08-05T02:42:00.645Z | Checking http-body-util v0.1.3 |
| 1027 | 2026-08-05T02:42:00.675Z | Compiling openssl-sys v0.9.117 |
| 1028 | 2026-08-05T02:42:00.763Z | Compiling cmake v0.1.54 |
| 1029 | 2026-08-05T02:42:00.994Z | Compiling dunce v1.0.5 |
| 1030 | 2026-08-05T02:42:01.091Z | Compiling fs_extra v1.3.0 |
| 1031 | 2026-08-05T02:42:01.104Z | Compiling slog-async v2.8.0 |
| 1032 | 2026-08-05T02:42:01.253Z | Checking rand_core v0.9.3 |
| 1033 | 2026-08-05T02:42:01.280Z | Checking serde_urlencoded v0.7.1 |
| 1034 | 2026-08-05T02:42:01.315Z | Checking oxnet v0.1.6 |
| 1035 | 2026-08-05T02:42:01.334Z | Compiling aws-lc-sys v0.39.1 |
| 1036 | 2026-08-05T02:42:01.417Z | Checking block-buffer v0.10.4 |
| 1037 | 2026-08-05T02:42:01.433Z | Compiling regress v0.10.5 |
| 1038 | 2026-08-05T02:42:01.478Z | Compiling dtrace-parser v0.3.0 |
| 1039 | 2026-08-05T02:42:01.661Z | Compiling openapiv3 v2.2.0 |
| 1040 | 2026-08-05T02:42:01.668Z | Compiling thread-id v5.0.0 |
| 1041 | 2026-08-05T02:42:01.717Z | Checking hyper v1.10.1 |
| 1042 | 2026-08-05T02:42:02.141Z | Checking digest v0.10.7 |
| 1043 | 2026-08-05T02:42:02.262Z | Compiling omicron-workspace-hack v0.1.0 |
| 1044 | 2026-08-05T02:42:02.330Z | Checking rand_chacha v0.9.0 |
| 1045 | 2026-08-05T02:42:02.493Z | Compiling daft-derive v0.1.5 |
| 1046 | 2026-08-05T02:42:02.521Z | Checking powerfmt v0.2.0 |
| 1047 | 2026-08-05T02:42:02.647Z | Checking hyper-util v0.1.20 |
| 1048 | 2026-08-05T02:42:02.671Z | Compiling aws-lc-rs v1.16.2 |
| 1049 | 2026-08-05T02:42:02.975Z | Compiling typify-impl v0.4.3 |
| 1050 | 2026-08-05T02:42:03.124Z | Checking deranged v0.5.3 |
| 1051 | 2026-08-05T02:42:03.214Z | Checking rand v0.9.3 |
| 1052 | 2026-08-05T02:42:03.648Z | Compiling dof v0.4.0 |
| 1053 | 2026-08-05T02:42:03.918Z | Compiling unsafe-libyaml v0.2.11 |
| 1054 | 2026-08-05T02:42:03.945Z | Compiling syn v1.0.109 |
| 1055 | 2026-08-05T02:42:03.999Z | Checking num_threads v0.1.7 |
| 1056 | 2026-08-05T02:42:04.122Z | Checking time v0.3.47 |
| 1057 | 2026-08-05T02:42:04.397Z | Compiling serde_yaml v0.9.34+deprecated |
| 1058 | 2026-08-05T02:42:04.414Z | Checking sync_wrapper v1.0.2 |
| 1059 | 2026-08-05T02:42:04.511Z | Checking encoding_rs v0.8.35 |
| 1060 | 2026-08-05T02:42:04.585Z | Compiling usdt-attr-macro v0.6.0 |
| 1061 | 2026-08-05T02:42:05.150Z | Compiling usdt-macro v0.6.0 |
| 1062 | 2026-08-05T02:42:05.242Z | Checking untrusted v0.7.1 |
| 1063 | 2026-08-05T02:42:05.357Z | Checking mime v0.3.17 |
| 1064 | 2026-08-05T02:42:05.421Z | Checking cpufeatures v0.2.17 |
| 1065 | 2026-08-05T02:42:05.491Z | Checking tower v0.5.2 |
| 1066 | 2026-08-05T02:42:05.621Z | Checking crossbeam-channel v0.5.15 |
| 1067 | 2026-08-05T02:42:05.637Z | Checking futures-executor v0.3.32 |
| 1068 | 2026-08-05T02:42:05.827Z | Compiling structmeta-derive v0.3.0 |
| 1069 | 2026-08-05T02:42:05.894Z | Compiling multer v3.1.0 |
| 1070 | 2026-08-05T02:42:05.915Z | Checking iri-string v0.7.8 |
| 1071 | 2026-08-05T02:42:05.945Z | Compiling rustls v0.23.40 |
| 1072 | 2026-08-05T02:42:05.958Z | Compiling rustls v0.22.4 |
| 1073 | 2026-08-05T02:42:06.165Z | Checking futures v0.3.32 |
| 1074 | 2026-08-05T02:42:06.428Z | Compiling async-stream-impl v0.3.6 |
| 1075 | 2026-08-05T02:42:06.459Z | Checking thread_local v1.1.9 |
| 1076 | 2026-08-05T02:42:06.459Z | Checking fastrand v2.3.0 |
| 1077 | 2026-08-05T02:42:06.459Z | Compiling typify-macro v0.4.3 |
| 1078 | 2026-08-05T02:42:06.460Z | Compiling openssl v0.10.81 |
| 1079 | 2026-08-05T02:42:06.542Z | Checking foreign-types-shared v0.1.1 |
| 1080 | 2026-08-05T02:42:06.627Z | Checking hex v0.4.3 |
| 1081 | 2026-08-05T02:42:06.672Z | Checking foreign-types v0.3.2 |
| 1082 | 2026-08-05T02:42:06.744Z | Checking tempfile v3.27.0 |
| 1083 | 2026-08-05T02:42:06.808Z | Compiling structmeta v0.3.0 |
| 1084 | 2026-08-05T02:42:06.833Z | Compiling openssl-macros v0.1.1 |
| 1085 | 2026-08-05T02:42:06.923Z | Checking tower-http v0.6.8 |
| 1086 | 2026-08-05T02:42:06.937Z | Compiling strum_macros v0.26.4 |
| 1087 | 2026-08-05T02:42:07.039Z | Checking memmap2 v0.9.8 |
| 1088 | 2026-08-05T02:42:07.088Z | Checking is-terminal v0.4.16 |
| 1089 | 2026-08-05T02:42:07.177Z | Compiling native-tls v0.2.14 |
| 1090 | 2026-08-05T02:42:07.197Z | Checking unicode-width v0.2.1 |
| 1091 | 2026-08-05T02:42:07.238Z | Checking openssl-probe v0.1.6 |
| 1092 | 2026-08-05T02:42:07.319Z | Checking match_cfg v0.1.0 |
| 1093 | 2026-08-05T02:42:07.416Z | Checking term v1.2.0 |
| 1094 | 2026-08-05T02:42:07.447Z | Checking take_mut v0.2.2 |
| 1095 | 2026-08-05T02:42:07.480Z | Checking hostname v0.3.1 |
| 1096 | 2026-08-05T02:42:07.650Z | Checking slog-term v2.9.2 |
| 1097 | 2026-08-05T02:42:07.892Z | Checking slog-json v2.6.1 |
| 1098 | 2026-08-05T02:42:07.921Z | Compiling typify v0.4.3 |
| 1099 | 2026-08-05T02:42:08.056Z | Compiling newtype-uuid-macros v0.1.0 |
| 1100 | 2026-08-05T02:42:08.060Z | Compiling ref-cast v1.0.25 |
| 1101 | 2026-08-05T02:42:08.060Z | Checking slog-bunyan v2.5.0 |
| 1102 | 2026-08-05T02:42:08.370Z | Compiling darling_core v0.23.0 |
| 1103 | 2026-08-05T02:42:08.384Z | Compiling ref-cast-impl v1.0.25 |
| 1104 | 2026-08-05T02:42:08.545Z | Compiling dropshot v0.16.7 |
| 1105 | 2026-08-05T02:42:08.943Z | Compiling derive-ex v0.1.8 |
| 1106 | 2026-08-05T02:42:09.059Z | Checking webpki-roots v1.0.2 |
| 1107 | 2026-08-05T02:42:09.059Z | Compiling dropshot_endpoint v0.16.7 |
| 1108 | 2026-08-05T02:42:09.059Z | Compiling strum_macros v0.27.2 |
| 1109 | 2026-08-05T02:42:09.875Z | Checking tokio-native-tls v0.3.1 |
| 1110 | 2026-08-05T02:42:10.022Z | Checking winnow v0.7.14 |
| 1111 | 2026-08-05T02:42:10.344Z | Checking either v1.15.0 |
| 1112 | 2026-08-05T02:42:10.407Z | Compiling test-strategy v0.4.3 |
| 1113 | 2026-08-05T02:42:10.444Z | Compiling darling_macro v0.23.0 |
| 1114 | 2026-08-05T02:42:10.537Z | Checking hyper-tls v0.6.0 |
| 1115 | 2026-08-05T02:42:10.620Z | Compiling progenitor-impl v0.11.1 |
| 1116 | 2026-08-05T02:42:10.620Z | Checking usdt v0.6.0 |
| 1117 | 2026-08-05T02:42:10.721Z | Checking newtype-uuid v1.3.2 |
| 1118 | 2026-08-05T02:42:10.761Z | Checking winnow v1.0.3 |
| 1119 | 2026-08-05T02:42:10.904Z | Checking daft v0.1.5 |
| 1120 | 2026-08-05T02:42:10.982Z | Compiling darling v0.23.0 |
| 1121 | 2026-08-05T02:42:11.029Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1122 | 2026-08-05T02:42:11.051Z | Checking serde_spanned v1.1.1 |
| 1123 | 2026-08-05T02:42:11.062Z | Compiling serde_with_macros v3.21.0 |
| 1124 | 2026-08-05T02:42:11.187Z | Checking debug-ignore v1.0.5 |
| 1125 | 2026-08-05T02:42:11.209Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1126 | 2026-08-05T02:42:11.355Z | Checking spin v0.9.8 |
| 1127 | 2026-08-05T02:42:11.381Z | Compiling parse-display-derive v0.10.0 |
| 1128 | 2026-08-05T02:42:11.619Z | Checking async-stream v0.3.6 |
| 1129 | 2026-08-05T02:42:11.681Z | Checking rustls-webpki v0.102.8 |
| 1130 | 2026-08-05T02:42:11.707Z | Checking rustls-pemfile v2.2.0 |
| 1131 | 2026-08-05T02:42:11.741Z | Checking waitgroup v0.1.2 |
| 1132 | 2026-08-05T02:42:11.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1133 | 2026-08-05T02:42:11.859Z | Checking serde_path_to_error v0.1.20 |
| 1134 | 2026-08-05T02:42:12.039Z | Checking hostname v0.4.2 |
| 1135 | 2026-08-05T02:42:12.176Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1136 | 2026-08-05T02:42:12.317Z | Checking strum v0.26.3 |
| 1137 | 2026-08-05T02:42:12.416Z | Checking rand_chacha v0.3.1 |
| 1138 | 2026-08-05T02:42:12.483Z | Compiling toml_datetime v0.6.11 |
| 1139 | 2026-08-05T02:42:12.623Z | Checking macaddr v1.0.1 |
| 1140 | 2026-08-05T02:42:12.644Z | Compiling progenitor-macro v0.11.1 |
| 1141 | 2026-08-05T02:42:12.874Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1142 | 2026-08-05T02:42:12.880Z | Checking wait-timeout v0.2.1 |
| 1143 | 2026-08-05T02:42:12.920Z | Checking bit-vec v0.8.0 |
| 1144 | 2026-08-05T02:42:12.927Z | Checking lazy_static v1.5.0 |
| 1145 | 2026-08-05T02:42:12.962Z | Checking quick-error v1.2.3 |
| 1146 | 2026-08-05T02:42:13.013Z | Checking toml v0.9.12+spec-1.1.0 |
| 1147 | 2026-08-05T02:42:13.045Z | Checking rusty-fork v0.3.0 |
| 1148 | 2026-08-05T02:42:13.110Z | Checking bit-set v0.8.0 |
| 1149 | 2026-08-05T02:42:13.215Z | Checking rand v0.8.5 |
| 1150 | 2026-08-05T02:42:13.237Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1151 | 2026-08-05T02:42:13.550Z | Checking tabwriter v1.4.1 |
| 1152 | 2026-08-05T02:42:13.574Z | Checking sha1 v0.10.6 |
| 1153 | 2026-08-05T02:42:13.589Z | Checking tokio-rustls v0.25.0 |
| 1154 | 2026-08-05T02:42:13.673Z | Checking rand_xorshift v0.4.0 |
| 1155 | 2026-08-05T02:42:13.707Z | Compiling clap_derive v4.6.1 |
| 1156 | 2026-08-05T02:42:13.778Z | Checking utf8parse v0.2.2 |
| 1157 | 2026-08-05T02:42:13.794Z | Checking unarray v0.1.4 |
| 1158 | 2026-08-05T02:42:13.797Z | Checking colored v3.1.1 |
| 1159 | 2026-08-05T02:42:13.891Z | Checking proptest v1.8.0 |
| 1160 | 2026-08-05T02:42:13.894Z | Checking anstyle-parse v1.0.0 |
| 1161 | 2026-08-05T02:42:14.023Z | Checking strum v0.27.2 |
| 1162 | 2026-08-05T02:42:14.095Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1163 | 2026-08-05T02:42:14.147Z | Checking terminal_size v0.4.3 |
| 1164 | 2026-08-05T02:42:14.530Z | Checking is_terminal_polyfill v1.70.1 |
| 1165 | 2026-08-05T02:42:14.582Z | Checking anstyle v1.0.14 |
| 1166 | 2026-08-05T02:42:14.619Z | Checking anstyle-query v1.1.4 |
| 1167 | 2026-08-05T02:42:14.706Z | Checking colorchoice v1.0.4 |
| 1168 | 2026-08-05T02:42:15.231Z | Checking anstream v1.0.0 |
| 1169 | 2026-08-05T02:42:15.368Z | Checking clap_lex v1.1.0 |
| 1170 | 2026-08-05T02:42:15.521Z | Checking clap_builder v4.6.0 |
| 1171 | 2026-08-05T02:42:15.524Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1172 | 2026-08-05T02:42:16.053Z | Checking serde_with v3.21.0 |
| 1173 | 2026-08-05T02:42:16.113Z | Compiling itertools v0.14.0 |
| 1174 | 2026-08-05T02:42:16.752Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1175 | 2026-08-05T02:42:16.766Z | Checking clap v4.6.1 |
| 1176 | 2026-08-05T02:42:16.836Z | Checking instant v0.1.13 |
| 1177 | 2026-08-05T02:42:16.851Z | Checking rustc-hash v2.1.1 |
| 1178 | 2026-08-05T02:42:17.049Z | Checking iddqd v0.3.18 |
| 1179 | 2026-08-05T02:42:17.082Z | Checking backoff v0.4.0 |
| 1180 | 2026-08-05T02:42:17.252Z | Checking parse-display v0.10.0 |
| 1181 | 2026-08-05T02:42:17.332Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1182 | 2026-08-05T02:42:17.436Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1183 | 2026-08-05T02:42:18.975Z | Compiling cfg_aliases v0.2.1 |
| 1184 | 2026-08-05T02:42:19.063Z | Compiling num-derive v0.4.2 |
| 1185 | 2026-08-05T02:42:19.593Z | Compiling rustls-webpki v0.103.6 |
| 1186 | 2026-08-05T02:42:19.988Z | Compiling memoffset v0.9.1 |
| 1187 | 2026-08-05T02:42:20.156Z | Compiling prettyplease v0.2.37 |
| 1188 | 2026-08-05T02:42:22.177Z | Checking serde_spanned v0.6.9 |
| 1189 | 2026-08-05T02:42:22.996Z | Compiling tokio-rustls v0.26.4 |
| 1190 | 2026-08-05T02:42:23.474Z | Compiling hyper-rustls v0.27.7 |
| 1191 | 2026-08-05T02:42:23.703Z | Compiling reqwest v0.12.23 |
| 1192 | 2026-08-05T02:42:24.590Z | Checking crossbeam-epoch v0.9.18 |
| 1193 | 2026-08-05T02:42:24.863Z | Compiling progenitor-client v0.11.1 |
| 1194 | 2026-08-05T02:42:25.171Z | Compiling winnow v0.5.40 |
| 1195 | 2026-08-05T02:42:26.443Z | Compiling toml_edit v0.19.15 |
| 1196 | 2026-08-05T02:42:26.506Z | Compiling progenitor v0.11.1 |
| 1197 | 2026-08-05T02:42:27.048Z | Compiling num-integer v0.1.46 |
| 1198 | 2026-08-05T02:42:27.570Z | Compiling proc-macro-crate v1.3.1 |
| 1199 | 2026-08-05T02:42:27.614Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1200 | 2026-08-05T02:42:27.994Z | Compiling progenitor-client v0.10.0 |
| 1201 | 2026-08-05T02:42:28.545Z | Compiling hubpack_derive v0.1.1 |
| 1202 | 2026-08-05T02:42:28.742Z | Compiling rayon-core v1.13.0 |
| 1203 | 2026-08-05T02:42:28.878Z | Checking toml_write v0.1.2 |
| 1204 | 2026-08-05T02:42:29.125Z | Checking toml_edit v0.22.27 |
| 1205 | 2026-08-05T02:42:29.134Z | Checking hubpack v0.1.2 |
| 1206 | 2026-08-05T02:42:29.183Z | Checking num-rational v0.4.2 |
| 1207 | 2026-08-05T02:42:29.221Z | Checking num-iter v0.1.45 |
| 1208 | 2026-08-05T02:42:29.457Z | Compiling darling_core v0.21.3 |
| 1209 | 2026-08-05T02:42:29.599Z | Compiling zerocopy-derive v0.7.35 |
| 1210 | 2026-08-05T02:42:29.717Z | Compiling num-complex v0.4.6 |
| 1211 | 2026-08-05T02:42:30.116Z | Checking static_assertions v1.1.0 |
| 1212 | 2026-08-05T02:42:30.266Z | Checking num v0.4.3 |
| 1213 | 2026-08-05T02:42:30.300Z | Checking toml v0.8.23 |
| 1214 | 2026-08-05T02:42:30.393Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1215 | 2026-08-05T02:42:30.684Z | Checking crossbeam-deque v0.8.6 |
| 1216 | 2026-08-05T02:42:30.701Z | Compiling nix v0.31.3 |
| 1217 | 2026-08-05T02:42:30.859Z | Compiling float-ord v0.3.2 |
| 1218 | 2026-08-05T02:42:30.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1219 | 2026-08-05T02:42:31.134Z | Compiling proc-macro-error-attr v1.0.4 |
| 1220 | 2026-08-05T02:42:31.235Z | Checking bytecount v0.6.9 |
| 1221 | 2026-08-05T02:42:31.409Z | Compiling heapless v0.8.0 |
| 1222 | 2026-08-05T02:42:31.518Z | Compiling darling_macro v0.21.3 |
| 1223 | 2026-08-05T02:42:31.925Z | Checking libscf-sys v1.2.0 |
| 1224 | 2026-08-05T02:42:32.090Z | Compiling darling v0.21.3 |
| 1225 | 2026-08-05T02:42:32.105Z | Checking hash32 v0.3.1 |
| 1226 | 2026-08-05T02:42:32.152Z | Compiling proc-macro-error v1.0.4 |
| 1227 | 2026-08-05T02:42:32.173Z | Compiling ingot-macros v0.1.1 |
| 1228 | 2026-08-05T02:42:32.231Z | Compiling smoltcp v0.11.0 |
| 1229 | 2026-08-05T02:42:32.403Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1230 | 2026-08-05T02:42:32.621Z | Compiling zerocopy v0.7.35 |
| 1231 | 2026-08-05T02:42:32.637Z | Compiling num_enum_derive v0.7.5 |
| 1232 | 2026-08-05T02:42:32.875Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1233 | 2026-08-05T02:42:32.998Z | Checking cobs v0.3.0 |
| 1234 | 2026-08-05T02:42:33.013Z | Compiling scroll_derive v0.12.1 |
| 1235 | 2026-08-05T02:42:33.144Z | Compiling foreign-types-macros v0.2.3 |
| 1236 | 2026-08-05T02:42:33.165Z | Compiling usdt-impl v0.5.0 |
| 1237 | 2026-08-05T02:42:33.412Z | Compiling crucible-workspace-hack v0.1.0 |
| 1238 | 2026-08-05T02:42:33.426Z | Checking foreign-types-shared v0.3.1 |
| 1239 | 2026-08-05T02:42:33.513Z | Checking managed v0.8.0 |
| 1240 | 2026-08-05T02:42:33.670Z | Checking bitflags v1.3.2 |
| 1241 | 2026-08-05T02:42:33.679Z | Checking num_enum v0.7.5 |
| 1242 | 2026-08-05T02:42:33.710Z | Checking scroll v0.12.0 |
| 1243 | 2026-08-05T02:42:33.755Z | Checking foreign-types v0.5.0 |
| 1244 | 2026-08-05T02:42:33.777Z | Checking postcard v1.1.3 |
| 1245 | 2026-08-05T02:42:33.829Z | Compiling dof v0.3.0 |
| 1246 | 2026-08-05T02:42:34.037Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1247 | 2026-08-05T02:42:34.105Z | Compiling dtrace-parser v0.2.0 |
| 1248 | 2026-08-05T02:42:34.155Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1249 | 2026-08-05T02:42:34.177Z | Checking camino-tempfile v1.4.1 |
| 1250 | 2026-08-05T02:42:34.228Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1251 | 2026-08-05T02:42:34.335Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-08-05T02:42:34.438Z | Checking cstr-argument v0.1.2 |
| 1253 | 2026-08-05T02:42:34.573Z | Compiling thread-id v4.2.2 |
| 1254 | 2026-08-05T02:42:34.590Z | Compiling minimal-lexical v0.2.1 |
| 1255 | 2026-08-05T02:42:34.650Z | Compiling heck v0.4.1 |
| 1256 | 2026-08-05T02:42:34.665Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1257 | 2026-08-05T02:42:34.818Z | Compiling nom v7.1.3 |
| 1258 | 2026-08-05T02:42:34.832Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1259 | 2026-08-05T02:42:34.845Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1260 | 2026-08-05T02:42:34.860Z | Checking ingot-types v0.1.2 |
| 1261 | 2026-08-05T02:42:34.886Z | Checking goblin v0.8.2 |
| 1262 | 2026-08-05T02:42:34.998Z | Checking rayon v1.11.0 |
| 1263 | 2026-08-05T02:42:35.195Z | Checking ingot v0.1.1 |
| 1264 | 2026-08-05T02:42:35.251Z | Compiling num_enum_derive v0.5.11 |
| 1265 | 2026-08-05T02:42:35.535Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1266 | 2026-08-05T02:42:36.030Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1267 | 2026-08-05T02:42:36.106Z | Compiling rustc_version v0.4.1 |
| 1268 | 2026-08-05T02:42:36.372Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1269 | 2026-08-05T02:42:36.396Z | Compiling convert_case v0.4.0 |
| 1270 | 2026-08-05T02:42:36.453Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1271 | 2026-08-05T02:42:36.471Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1272 | 2026-08-05T02:42:36.535Z | Compiling rustix v0.38.44 |
| 1273 | 2026-08-05T02:42:36.589Z | Checking tinyvec_macros v0.1.1 |
| 1274 | 2026-08-05T02:42:36.659Z | Checking tinyvec v1.10.0 |
| 1275 | 2026-08-05T02:42:36.696Z | Compiling derive_more v0.99.20 |
| 1276 | 2026-08-05T02:42:37.125Z | Checking num_enum v0.5.11 |
| 1277 | 2026-08-05T02:42:37.147Z | Compiling nix v0.30.1 |
| 1278 | 2026-08-05T02:42:37.187Z | Compiling libz-sys v1.1.22 |
| 1279 | 2026-08-05T02:42:37.402Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1280 | 2026-08-05T02:42:37.573Z | Compiling crc32fast v1.5.0 |
| 1281 | 2026-08-05T02:42:37.660Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1282 | 2026-08-05T02:42:37.728Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1283 | 2026-08-05T02:42:37.907Z | Compiling usdt-attr-macro v0.5.0 |
| 1284 | 2026-08-05T02:42:37.911Z | Compiling usdt-macro v0.5.0 |
| 1285 | 2026-08-05T02:42:38.468Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-08-05T02:42:38.502Z | Compiling zone_cfg_derive v0.3.1 |
| 1287 | 2026-08-05T02:42:38.542Z | Checking papergrid v0.18.0 |
| 1288 | 2026-08-05T02:42:38.593Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1289 | 2026-08-05T02:42:38.648Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1290 | 2026-08-05T02:42:38.804Z | Checking itertools v0.12.1 |
| 1291 | 2026-08-05T02:42:38.819Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1292 | 2026-08-05T02:42:38.957Z | Checking memmap v0.7.0 |
| 1293 | 2026-08-05T02:42:39.047Z | Checking sigpipe v0.1.3 |
| 1294 | 2026-08-05T02:42:39.085Z | Checking glob v0.3.3 |
| 1295 | 2026-08-05T02:42:39.122Z | Checking adler2 v2.0.1 |
| 1296 | 2026-08-05T02:42:39.162Z | Checking jiff v0.2.15 |
| 1297 | 2026-08-05T02:42:39.230Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1298 | 2026-08-05T02:42:39.261Z | Checking miniz_oxide v0.8.9 |
| 1299 | 2026-08-05T02:42:39.290Z | Checking tabled v0.21.0 |
| 1300 | 2026-08-05T02:42:39.332Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1301 | 2026-08-05T02:42:39.469Z | Checking usdt v0.5.0 |
| 1302 | 2026-08-05T02:42:39.625Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1303 | 2026-08-05T02:42:39.628Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1304 | 2026-08-05T02:42:39.659Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1305 | 2026-08-05T02:42:39.786Z | Checking zone v0.3.1 |
| 1306 | 2026-08-05T02:42:39.994Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1307 | 2026-08-05T02:42:40.125Z | Checking itertools v0.15.0 |
| 1308 | 2026-08-05T02:42:40.190Z | Checking smf v0.2.3 |
| 1309 | 2026-08-05T02:42:40.207Z | Checking secrecy v0.10.3 |
| 1310 | 2026-08-05T02:42:40.322Z | Checking bstr v1.12.0 |
| 1311 | 2026-08-05T02:42:40.591Z | Checking whoami v1.6.1 |
| 1312 | 2026-08-05T02:42:40.649Z | Checking flate2 v1.1.2 |
| 1313 | 2026-08-05T02:42:40.729Z | Compiling clang-sys v1.8.1 |
| 1314 | 2026-08-05T02:42:40.746Z | Compiling curve25519-dalek v4.1.3 |
| 1315 | 2026-08-05T02:42:40.758Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1316 | 2026-08-05T02:42:40.931Z | Checking hmac v0.12.1 |
| 1317 | 2026-08-05T02:42:41.012Z | Checking inout v0.1.4 |
| 1318 | 2026-08-05T02:42:41.061Z | Checking hybrid-array v0.4.12 |
| 1319 | 2026-08-05T02:42:41.086Z | Checking ff v0.13.1 |
| 1320 | 2026-08-05T02:42:41.140Z | Compiling enum-as-inner v0.6.1 |
| 1321 | 2026-08-05T02:42:41.207Z | Checking data-encoding v2.9.0 |
| 1322 | 2026-08-05T02:42:41.513Z | Compiling semver v0.1.20 |
| 1323 | 2026-08-05T02:42:41.519Z | Checking group v0.13.0 |
| 1324 | 2026-08-05T02:42:41.565Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1325 | 2026-08-05T02:42:41.715Z | Checking cipher v0.4.4 |
| 1326 | 2026-08-05T02:42:41.724Z | Compiling rustc_version v0.1.7 |
| 1327 | 2026-08-05T02:42:41.729Z | Checking hkdf v0.12.4 |
| 1328 | 2026-08-05T02:42:41.811Z | Checking atomicwrites v0.4.4 |
| 1329 | 2026-08-05T02:42:41.834Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1330 | 2026-08-05T02:42:41.852Z | Checking universal-hash v0.5.1 |
| 1331 | 2026-08-05T02:42:41.877Z | Checking crypto-bigint v0.5.5 |
| 1332 | 2026-08-05T02:42:41.924Z | Compiling regress v0.11.1 |
| 1333 | 2026-08-05T02:42:41.938Z | Checking half v2.7.1 |
| 1334 | 2026-08-05T02:42:42.022Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1335 | 2026-08-05T02:42:42.173Z | Checking ciborium-io v0.2.2 |
| 1336 | 2026-08-05T02:42:42.207Z | Checking opaque-debug v0.3.1 |
| 1337 | 2026-08-05T02:42:42.265Z | Checking base64ct v1.8.0 |
| 1338 | 2026-08-05T02:42:42.279Z | Checking base16ct v0.2.0 |
| 1339 | 2026-08-05T02:42:42.400Z | Checking indent_write v2.2.0 |
| 1340 | 2026-08-05T02:42:42.498Z | Checking password-hash v0.5.0 |
| 1341 | 2026-08-05T02:42:42.529Z | Checking poly1305 v0.8.0 |
| 1342 | 2026-08-05T02:42:42.719Z | Checking ciborium-ll v0.2.2 |
| 1343 | 2026-08-05T02:42:42.859Z | Compiling newtype_derive v0.1.6 |
| 1344 | 2026-08-05T02:42:42.898Z | Checking chacha20 v0.9.1 |
| 1345 | 2026-08-05T02:42:42.914Z | Checking thiserror-no-std v2.0.2 |
| 1346 | 2026-08-05T02:42:42.929Z | Checking elliptic-curve v0.13.8 |
| 1347 | 2026-08-05T02:42:42.986Z | Checking crypto-common v0.2.2 |
| 1348 | 2026-08-05T02:42:43.001Z | Checking block-buffer v0.12.0 |
| 1349 | 2026-08-05T02:42:43.087Z | Checking similar v2.7.0 |
| 1350 | 2026-08-05T02:42:43.140Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1351 | 2026-08-05T02:42:43.170Z | Checking blake2 v0.10.6 |
| 1352 | 2026-08-05T02:42:43.325Z | Checking aead v0.5.2 |
| 1353 | 2026-08-05T02:42:43.372Z | Compiling libloading v0.8.9 |
| 1354 | 2026-08-05T02:42:43.375Z | Checking keccak v0.1.6 |
| 1355 | 2026-08-05T02:42:43.401Z | Checking compression-core v0.4.32 |
| 1356 | 2026-08-05T02:42:43.415Z | Compiling owo-colors v4.3.0 |
| 1357 | 2026-08-05T02:42:43.452Z | Checking const-oid v0.10.2 |
| 1358 | 2026-08-05T02:42:43.518Z | Compiling typify-impl v0.6.2 |
| 1359 | 2026-08-05T02:42:43.532Z | Checking resolv-conf v0.7.5 |
| 1360 | 2026-08-05T02:42:43.559Z | Checking linked-hash-map v0.5.6 |
| 1361 | 2026-08-05T02:42:43.602Z | Compiling bindgen v0.72.1 |
| 1362 | 2026-08-05T02:42:43.616Z | Checking digest v0.11.3 |
| 1363 | 2026-08-05T02:42:43.705Z | Checking sha3 v0.10.8 |
| 1364 | 2026-08-05T02:42:43.720Z | Checking lru-cache v0.1.2 |
| 1365 | 2026-08-05T02:42:43.762Z | Checking compression-codecs v0.4.32 |
| 1366 | 2026-08-05T02:42:43.831Z | Checking chacha20poly1305 v0.10.1 |
| 1367 | 2026-08-05T02:42:43.982Z | Checking vsss-rs v3.3.4 |
| 1368 | 2026-08-05T02:42:43.996Z | Checking argon2 v0.5.3 |
| 1369 | 2026-08-05T02:42:43.996Z | Checking ciborium v0.2.2 |
| 1370 | 2026-08-05T02:42:43.996Z | Checking hickory-proto v0.24.4 |
| 1371 | 2026-08-05T02:42:44.217Z | Checking tokio-dtrace v0.1.1 |
| 1372 | 2026-08-05T02:42:44.358Z | Compiling cexpr v0.6.0 |
| 1373 | 2026-08-05T02:42:44.393Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1374 | 2026-08-05T02:42:44.670Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1375 | 2026-08-05T02:42:44.921Z | Checking serde-big-array v0.5.1 |
| 1376 | 2026-08-05T02:42:44.937Z | Compiling derive-where v1.6.0 |
| 1377 | 2026-08-05T02:42:44.953Z | Compiling serde_repr v0.1.20 |
| 1378 | 2026-08-05T02:42:45.116Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1379 | 2026-08-05T02:42:45.252Z | Compiling dropshot v0.17.1 |
| 1380 | 2026-08-05T02:42:45.470Z | Compiling shlex v1.3.0 |
| 1381 | 2026-08-05T02:42:45.484Z | Checking siphasher v1.0.1 |
| 1382 | 2026-08-05T02:42:45.500Z | Checking cpufeatures v0.3.0 |
| 1383 | 2026-08-05T02:42:45.519Z | Checking same-file v1.0.6 |
| 1384 | 2026-08-05T02:42:45.571Z | Checking unicode-segmentation v1.12.0 |
| 1385 | 2026-08-05T02:42:45.637Z | Checking walkdir v2.5.0 |
| 1386 | 2026-08-05T02:42:45.650Z | Checking phf_shared v0.12.1 |
| 1387 | 2026-08-05T02:42:45.784Z | Checking sha1 v0.11.0 |
| 1388 | 2026-08-05T02:42:45.798Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1389 | 2026-08-05T02:42:45.885Z | Checking newline-converter v0.3.0 |
| 1390 | 2026-08-05T02:42:45.997Z | Checking hickory-resolver v0.24.4 |
| 1391 | 2026-08-05T02:42:46.013Z | Checking toml v1.1.2+spec-1.1.0 |
| 1392 | 2026-08-05T02:42:46.252Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1393 | 2026-08-05T02:42:46.590Z | Checking oxide-tokio-rt v0.1.6 |
| 1394 | 2026-08-05T02:42:46.661Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1395 | 2026-08-05T02:42:46.746Z | Checking async-compression v0.4.33 |
| 1396 | 2026-08-05T02:42:46.855Z | Compiling progenitor-impl v0.10.0 |
| 1397 | 2026-08-05T02:42:46.925Z | Compiling typify-macro v0.6.2 |
| 1398 | 2026-08-05T02:42:46.996Z | Checking console v0.15.11 |
| 1399 | 2026-08-05T02:42:47.390Z | Checking tokio-stream v0.1.17 |
| 1400 | 2026-08-05T02:42:47.395Z | Compiling dropshot_endpoint v0.17.1 |
| 1401 | 2026-08-05T02:42:47.472Z | Compiling pin-project-internal v1.1.10 |
| 1402 | 2026-08-05T02:42:47.675Z | Compiling slog-dtrace v0.3.0 |
| 1403 | 2026-08-05T02:42:47.905Z | Checking csv-core v0.1.12 |
| 1404 | 2026-08-05T02:42:48.038Z | Checking unicode-linebreak v0.1.5 |
| 1405 | 2026-08-05T02:42:48.089Z | Checking swrite v0.1.0 |
| 1406 | 2026-08-05T02:42:48.185Z | Checking unicode-width v0.1.14 |
| 1407 | 2026-08-05T02:42:48.253Z | Compiling unicode-xid v0.2.6 |
| 1408 | 2026-08-05T02:42:48.387Z | Compiling cancel-safe-futures v0.1.5 |
| 1409 | 2026-08-05T02:42:48.526Z | Compiling chrono-tz v0.10.4 |
| 1410 | 2026-08-05T02:42:48.543Z | Checking foldhash v0.1.5 |
| 1411 | 2026-08-05T02:42:48.559Z | Checking smawk v0.3.2 |
| 1412 | 2026-08-05T02:42:48.658Z | Checking pin-project v1.1.10 |
| 1413 | 2026-08-05T02:42:48.686Z | Checking hashbrown v0.15.5 |
| 1414 | 2026-08-05T02:42:48.689Z | Checking textwrap v0.16.2 |
| 1415 | 2026-08-05T02:42:48.714Z | Compiling const_format_proc_macros v0.2.34 |
| 1416 | 2026-08-05T02:42:48.751Z | Checking csv v1.4.0 |
| 1417 | 2026-08-05T02:42:48.913Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1418 | 2026-08-05T02:42:48.976Z | Compiling progenitor-macro v0.10.0 |
| 1419 | 2026-08-05T02:42:49.070Z | Checking qorb v0.4.1 |
| 1420 | 2026-08-05T02:42:49.117Z | Checking expectorate v1.2.0 |
| 1421 | 2026-08-05T02:42:49.149Z | Checking phf v0.12.1 |
| 1422 | 2026-08-05T02:42:49.287Z | Checking unicode-normalization v0.1.24 |
| 1423 | 2026-08-05T02:42:49.492Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1424 | 2026-08-05T02:42:50.036Z | Checking libsw-core v0.3.2 |
| 1425 | 2026-08-05T02:42:50.353Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1426 | 2026-08-05T02:42:50.375Z | Compiling async-recursion v1.1.1 |
| 1427 | 2026-08-05T02:42:50.390Z | Compiling snafu-derive v0.8.9 |
| 1428 | 2026-08-05T02:42:50.567Z | Compiling cookie v0.18.1 |
| 1429 | 2026-08-05T02:42:50.840Z | Checking fixedbitset v0.5.7 |
| 1430 | 2026-08-05T02:42:50.847Z | Compiling moka v0.12.11 |
| 1431 | 2026-08-05T02:42:50.971Z | Checking fixedbitset v0.4.2 |
| 1432 | 2026-08-05T02:42:51.038Z | Checking highway v1.3.0 |
| 1433 | 2026-08-05T02:42:51.126Z | Checking petgraph v0.6.5 |
| 1434 | 2026-08-05T02:42:51.208Z | Checking petgraph v0.8.2 |
| 1435 | 2026-08-05T02:42:52.122Z | Checking snafu v0.8.9 |
| 1436 | 2026-08-05T02:42:52.263Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-05T02:42:52.365Z | Checking libsw v3.5.0 |
| 1438 | 2026-08-05T02:42:52.412Z | Checking olpc-cjson v0.1.4 |
| 1439 | 2026-08-05T02:42:52.427Z | Checking const_format v0.2.34 |
| 1440 | 2026-08-05T02:42:52.550Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1441 | 2026-08-05T02:42:52.658Z | Compiling typify v0.6.2 |
| 1442 | 2026-08-05T02:42:52.752Z | Checking papergrid v0.11.0 |
| 1443 | 2026-08-05T02:42:52.796Z | Checking globset v0.4.16 |
| 1444 | 2026-08-05T02:42:52.857Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1445 | 2026-08-05T02:42:52.943Z | Checking gethostname v0.5.0 |
| 1446 | 2026-08-05T02:42:53.046Z | Compiling tabled_derive v0.7.0 |
| 1447 | 2026-08-05T02:42:53.171Z | Checking progenitor v0.10.0 |
| 1448 | 2026-08-05T02:42:53.175Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-08-05T02:42:53.235Z | Checking reqwest v0.13.2 |
| 1450 | 2026-08-05T02:42:53.337Z | Checking bcs v0.1.6 |
| 1451 | 2026-08-05T02:42:53.352Z | Checking pem v3.0.5 |
| 1452 | 2026-08-05T02:42:53.454Z | Checking serde_plain v1.0.2 |
| 1453 | 2026-08-05T02:42:53.503Z | Checking typed-path v0.9.3 |
| 1454 | 2026-08-05T02:42:53.561Z | Checking tagptr v0.2.0 |
| 1455 | 2026-08-05T02:42:53.596Z | Checking crc8 v0.1.1 |
| 1456 | 2026-08-05T02:42:53.692Z | Checking termtree v0.5.1 |
| 1457 | 2026-08-05T02:42:53.705Z | Checking humantime v2.3.0 |
| 1458 | 2026-08-05T02:42:53.764Z | Compiling signal-hook v0.4.4 |
| 1459 | 2026-08-05T02:42:53.822Z | Checking linear-map v1.2.0 |
| 1460 | 2026-08-05T02:42:53.957Z | Checking tabled v0.15.0 |
| 1461 | 2026-08-05T02:42:53.990Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1462 | 2026-08-05T02:42:54.009Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-08-05T02:42:54.355Z | Checking tough v0.20.0 |
| 1464 | 2026-08-05T02:42:54.497Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1465 | 2026-08-05T02:42:54.658Z | Compiling progenitor-impl v0.14.0 |
| 1466 | 2026-08-05T02:42:55.194Z | Checking steno v0.4.1 |
| 1467 | 2026-08-05T02:42:55.439Z | Checking hickory-proto v0.25.2 |
| 1468 | 2026-08-05T02:42:56.068Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1469 | 2026-08-05T02:42:56.146Z | Compiling cargo-platform v0.1.9 |
| 1470 | 2026-08-05T02:42:56.166Z | Compiling vergen v8.3.2 |
| 1471 | 2026-08-05T02:42:56.381Z | Compiling fs-err v3.1.2 |
| 1472 | 2026-08-05T02:42:56.416Z | Compiling cargo_metadata v0.18.1 |
| 1473 | 2026-08-05T02:42:56.729Z | Compiling progenitor-macro v0.14.0 |
| 1474 | 2026-08-05T02:42:56.838Z | Checking progenitor-client v0.14.0 |
| 1475 | 2026-08-05T02:42:56.896Z | Checking dropshot-api-manager-types v0.7.2 |
| 1476 | 2026-08-05T02:42:57.038Z | Checking hickory-resolver v0.25.2 |
| 1477 | 2026-08-05T02:42:57.067Z | Checking sha2 v0.10.9 |
| 1478 | 2026-08-05T02:42:57.105Z | Compiling blake3 v1.8.2 |
| 1479 | 2026-08-05T02:42:57.712Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1480 | 2026-08-05T02:42:57.716Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1481 | 2026-08-05T02:42:57.911Z | Checking git-stub v1.0.0 |
| 1482 | 2026-08-05T02:42:57.959Z | Compiling strum_macros v0.28.0 |
| 1483 | 2026-08-05T02:42:58.057Z | Checking filetime v0.2.26 |
| 1484 | 2026-08-05T02:42:58.444Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-08-05T02:42:58.869Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-05T02:42:59.000Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-08-05T02:42:59.409Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-08-05T02:42:59.755Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1489 | 2026-08-05T02:42:59.842Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-08-05T02:43:00.006Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-08-05T02:43:00.011Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-08-05T02:43:00.011Z | Checking is_ci v1.2.0 |
| 1493 | 2026-08-05T02:43:00.011Z | Compiling curl v0.4.50 |
| 1494 | 2026-08-05T02:43:00.058Z | Checking constant_time_eq v0.3.1 |
| 1495 | 2026-08-05T02:43:00.129Z | Checking arrayref v0.3.9 |
| 1496 | 2026-08-05T02:43:00.150Z | Checking arrayvec v0.7.6 |
| 1497 | 2026-08-05T02:43:00.204Z | Checking xattr v1.6.1 |
| 1498 | 2026-08-05T02:43:00.252Z | Checking supports-color v3.0.2 |
| 1499 | 2026-08-05T02:43:00.311Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1500 | 2026-08-05T02:43:00.341Z | Checking tar v0.4.45 |
| 1501 | 2026-08-05T02:43:00.358Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-08-05T02:43:00.376Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-08-05T02:43:00.555Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1504 | 2026-08-05T02:43:00.603Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1505 | 2026-08-05T02:43:00.705Z | Checking toml v0.7.8 |
| 1506 | 2026-08-05T02:43:00.916Z | Checking progenitor v0.14.0 |
| 1507 | 2026-08-05T02:43:00.973Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1508 | 2026-08-05T02:43:01.017Z | Checking strum v0.28.0 |
| 1509 | 2026-08-05T02:43:01.171Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1510 | 2026-08-05T02:43:01.191Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-08-05T02:43:01.354Z | Checking git-stub-vcs v0.1.0 |
| 1512 | 2026-08-05T02:43:01.456Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1513 | 2026-08-05T02:43:01.500Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1514 | 2026-08-05T02:43:01.828Z | Checking drift v0.2.0 |
| 1515 | 2026-08-05T02:43:02.162Z | Checking kstat-rs v0.2.4 |
| 1516 | 2026-08-05T02:43:02.356Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1517 | 2026-08-05T02:43:02.360Z | Checking topological-sort v0.2.2 |
| 1518 | 2026-08-05T02:43:02.378Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-08-05T02:43:02.489Z | Checking omicron-zone-package v0.12.2 |
| 1520 | 2026-08-05T02:43:02.854Z | Checking dropshot-api-manager v0.7.2 |
| 1521 | 2026-08-05T02:43:03.843Z | Checking signal-hook-tokio v0.4.0 |
| 1522 | 2026-08-05T02:43:03.970Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1523 | 2026-08-05T02:43:04.395Z | Checking scuffle v0.1.0 |
| 1524 | 2026-08-05T02:43:04.479Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1525 | 2026-08-05T02:43:04.752Z | Checking iddqd v0.4.5 |
| 1526 | 2026-08-05T02:43:04.768Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1527 | 2026-08-05T02:43:04.914Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1528 | 2026-08-05T02:43:05.104Z | Checking search_path v0.1.4 |
| 1529 | 2026-08-05T02:43:05.159Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1530 | 2026-08-05T02:43:05.254Z | Checking internet-checksum v0.2.1 |
| 1531 | 2026-08-05T02:43:05.366Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1532 | 2026-08-05T02:43:05.601Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1533 | 2026-08-05T02:43:05.879Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1534 | 2026-08-05T02:43:06.099Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1535 | 2026-08-05T02:43:06.699Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1536 | 2026-08-05T02:43:07.067Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1537 | 2026-08-05T02:43:07.198Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1538 | 2026-08-05T02:43:07.626Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1539 | 2026-08-05T02:43:08.331Z | Compiling git2 v0.19.0 |
| 1540 | 2026-08-05T02:43:09.076Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1541 | 2026-08-05T02:43:10.576Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1542 | 2026-08-05T02:43:18.589Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1543 | 2026-08-05T02:43:19.870Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1544 | 2026-08-05T02:43:25.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1545 | 2026-08-05T02:43:25.750Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1546 | 2026-08-05T02:43:25.750Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1547 | 2026-08-05T02:43:26.329Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1548 | 2026-08-05T02:43:26.333Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1549 | 2026-08-05T02:43:26.480Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1550 | 2026-08-05T02:43:26.487Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1551 | 2026-08-05T02:43:33.601Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1552 | 2026-08-05T02:43:33.601Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1553 | 2026-08-05T02:43:36.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s |
| 1554 | 2026-08-05T02:43:36.649Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1555 | 2026-08-05T02:43:36.649Z | + cargo clippy --features softnpu -- --deny warnings |
| 1556 | 2026-08-05T02:43:37.074Z | Downloading crates ... |
| 1557 | 2026-08-05T02:43:37.189Z | Downloaded sec1 v0.7.3 |
| 1558 | 2026-08-05T02:43:37.267Z | Downloaded env_logger v0.11.11 |
| 1559 | 2026-08-05T02:43:37.281Z | Downloaded signature v2.2.0 |
| 1560 | 2026-08-05T02:43:37.281Z | Downloaded utf-8 v0.7.6 |
| 1561 | 2026-08-05T02:43:37.281Z | Downloaded funty v2.0.0 |
| 1562 | 2026-08-05T02:43:37.281Z | Downloaded rfc6979 v0.4.0 |
| 1563 | 2026-08-05T02:43:37.281Z | Downloaded bitstruct_derive v0.1.0 |
| 1564 | 2026-08-05T02:43:37.281Z | Downloaded env_filter v2.0.0 |
| 1565 | 2026-08-05T02:43:37.281Z | Downloaded typeid v1.0.3 |
| 1566 | 2026-08-05T02:43:37.281Z | Downloaded flagset v0.4.7 |
| 1567 | 2026-08-05T02:43:37.281Z | Downloaded radium v0.7.0 |
| 1568 | 2026-08-05T02:43:37.281Z | Downloaded bit_field v0.10.3 |
| 1569 | 2026-08-05T02:43:37.281Z | Downloaded serde_arrays v0.1.0 |
| 1570 | 2026-08-05T02:43:37.281Z | Downloaded tap v1.0.1 |
| 1571 | 2026-08-05T02:43:37.281Z | Downloaded tls_codec_derive v0.4.2 |
| 1572 | 2026-08-05T02:43:37.282Z | Downloaded spki v0.7.3 |
| 1573 | 2026-08-05T02:43:37.282Z | Downloaded pkcs8 v0.10.2 |
| 1574 | 2026-08-05T02:43:37.282Z | Downloaded tls_codec v0.4.2 |
| 1575 | 2026-08-05T02:43:37.282Z | Downloaded ecdsa v0.16.9 |
| 1576 | 2026-08-05T02:43:37.282Z | Downloaded bitstruct v0.1.1 |
| 1577 | 2026-08-05T02:43:37.282Z | Downloaded libloading v0.7.4 |
| 1578 | 2026-08-05T02:43:37.282Z | Downloaded erased-serde v0.4.8 |
| 1579 | 2026-08-05T02:43:37.282Z | Downloaded wyz v0.5.1 |
| 1580 | 2026-08-05T02:43:37.282Z | Downloaded primeorder v0.13.6 |
| 1581 | 2026-08-05T02:43:37.282Z | Downloaded der_derive v0.7.3 |
| 1582 | 2026-08-05T02:43:37.282Z | Downloaded pem-rfc7468 v0.7.0 |
| 1583 | 2026-08-05T02:43:37.282Z | Downloaded num-bigint v0.4.6 |
| 1584 | 2026-08-05T02:43:37.282Z | Downloaded ascii v1.1.0 |
| 1585 | 2026-08-05T02:43:37.282Z | Downloaded tokio-tungstenite v0.21.0 |
| 1586 | 2026-08-05T02:43:37.282Z | Downloaded ed25519 v2.2.3 |
| 1587 | 2026-08-05T02:43:37.283Z | Downloaded der v0.7.10 |
| 1588 | 2026-08-05T02:43:37.283Z | Downloaded tungstenite v0.21.0 |
| 1589 | 2026-08-05T02:43:37.283Z | Downloaded const-oid v0.9.6 |
| 1590 | 2026-08-05T02:43:37.294Z | Downloaded ed25519-dalek v2.2.0 |
| 1591 | 2026-08-05T02:43:37.294Z | Downloaded base64 v0.21.7 |
| 1592 | 2026-08-05T02:43:37.311Z | Downloaded x509-cert v0.2.5 |
| 1593 | 2026-08-05T02:43:37.311Z | Downloaded salty v0.3.0 |
| 1594 | 2026-08-05T02:43:37.326Z | Downloaded itertools v0.13.0 |
| 1595 | 2026-08-05T02:43:37.326Z | Downloaded p384 v0.13.1 |
| 1596 | 2026-08-05T02:43:37.327Z | Downloaded bitvec v1.0.1 |
| 1597 | 2026-08-05T02:43:37.483Z | Checking log v0.4.29 |
| 1598 | 2026-08-05T02:43:37.585Z | Checking const-oid v0.9.6 |
| 1599 | 2026-08-05T02:43:37.606Z | Checking serde_with v3.21.0 |
| 1600 | 2026-08-05T02:43:37.612Z | Checking pem-rfc7468 v0.7.0 |
| 1601 | 2026-08-05T02:43:37.620Z | Compiling der_derive v0.7.3 |
| 1602 | 2026-08-05T02:43:37.620Z | Checking flagset v0.4.7 |
| 1603 | 2026-08-05T02:43:37.640Z | Checking num-integer v0.1.46 |
| 1604 | 2026-08-05T02:43:37.663Z | Checking num-complex v0.4.6 |
| 1605 | 2026-08-05T02:43:37.721Z | Checking rustls v0.23.40 |
| 1606 | 2026-08-05T02:43:37.751Z | Checking native-tls v0.2.14 |
| 1607 | 2026-08-05T02:43:37.757Z | Checking goblin v0.10.1 |
| 1608 | 2026-08-05T02:43:37.853Z | Checking typify-impl v0.4.3 |
| 1609 | 2026-08-05T02:43:37.929Z | Checking tokio-native-tls v0.3.1 |
| 1610 | 2026-08-05T02:43:37.998Z | Checking rustls v0.22.4 |
| 1611 | 2026-08-05T02:43:38.076Z | Checking hyper-tls v0.6.0 |
| 1612 | 2026-08-05T02:43:38.295Z | Checking num-bigint v0.4.6 |
| 1613 | 2026-08-05T02:43:38.301Z | Checking digest v0.10.7 |
| 1614 | 2026-08-05T02:43:38.435Z | Checking sha1 v0.10.6 |
| 1615 | 2026-08-05T02:43:38.575Z | Checking der v0.7.10 |
| 1616 | 2026-08-05T02:43:38.588Z | Checking num-iter v0.1.45 |
| 1617 | 2026-08-05T02:43:38.695Z | Checking hmac v0.12.1 |
| 1618 | 2026-08-05T02:43:38.826Z | Checking ff v0.13.1 |
| 1619 | 2026-08-05T02:43:38.949Z | Checking base16ct v0.2.0 |
| 1620 | 2026-08-05T02:43:38.960Z | Checking typify v0.4.3 |
| 1621 | 2026-08-05T02:43:39.051Z | Checking group v0.13.0 |
| 1622 | 2026-08-05T02:43:39.062Z | Checking num-rational v0.4.2 |
| 1623 | 2026-08-05T02:43:39.066Z | Checking progenitor-impl v0.11.1 |
| 1624 | 2026-08-05T02:43:39.082Z | Checking hkdf v0.12.4 |
| 1625 | 2026-08-05T02:43:39.191Z | Compiling nix v0.31.3 |
| 1626 | 2026-08-05T02:43:39.206Z | Checking goblin v0.8.2 |
| 1627 | 2026-08-05T02:43:39.273Z | Checking spki v0.7.3 |
| 1628 | 2026-08-05T02:43:39.444Z | Checking num v0.4.3 |
| 1629 | 2026-08-05T02:43:39.453Z | Checking tokio-rustls v0.25.0 |
| 1630 | 2026-08-05T02:43:39.453Z | Checking curve25519-dalek v4.1.3 |
| 1631 | 2026-08-05T02:43:39.453Z | Checking pkcs8 v0.10.2 |
| 1632 | 2026-08-05T02:43:39.580Z | Checking sec1 v0.7.3 |
| 1633 | 2026-08-05T02:43:39.605Z | Checking sha3 v0.10.8 |
| 1634 | 2026-08-05T02:43:39.771Z | Checking elliptic-curve v0.13.8 |
| 1635 | 2026-08-05T02:43:39.788Z | Checking blake2 v0.10.6 |
| 1636 | 2026-08-05T02:43:39.915Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1637 | 2026-08-05T02:43:40.001Z | Checking argon2 v0.5.3 |
| 1638 | 2026-08-05T02:43:40.062Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1639 | 2026-08-05T02:43:40.073Z | Checking dof v0.4.0 |
| 1640 | 2026-08-05T02:43:40.077Z | Checking tokio-rustls v0.26.4 |
| 1641 | 2026-08-05T02:43:40.097Z | Checking vsss-rs v3.3.4 |
| 1642 | 2026-08-05T02:43:40.114Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1643 | 2026-08-05T02:43:40.289Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1644 | 2026-08-05T02:43:40.299Z | Checking hyper-rustls v0.27.7 |
| 1645 | 2026-08-05T02:43:40.323Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1646 | 2026-08-05T02:43:40.410Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1647 | 2026-08-05T02:43:40.450Z | Checking usdt-impl v0.6.0 |
| 1648 | 2026-08-05T02:43:40.575Z | Checking reqwest v0.12.23 |
| 1649 | 2026-08-05T02:43:40.582Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1650 | 2026-08-05T02:43:40.720Z | Checking usdt v0.6.0 |
| 1651 | 2026-08-05T02:43:40.767Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1652 | 2026-08-05T02:43:40.843Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1653 | 2026-08-05T02:43:40.855Z | Checking progenitor-impl v0.10.0 |
| 1654 | 2026-08-05T02:43:40.874Z | Checking dropshot v0.16.7 |
| 1655 | 2026-08-05T02:43:40.929Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1656 | 2026-08-05T02:43:41.067Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1657 | 2026-08-05T02:43:41.078Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1658 | 2026-08-05T02:43:41.143Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1659 | 2026-08-05T02:43:41.146Z | Checking dof v0.3.0 |
| 1660 | 2026-08-05T02:43:41.176Z | Checking sha2 v0.10.9 |
| 1661 | 2026-08-05T02:43:41.188Z | Checking progenitor-client v0.10.0 |
| 1662 | 2026-08-05T02:43:41.208Z | Checking progenitor-client v0.11.1 |
| 1663 | 2026-08-05T02:43:41.400Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1664 | 2026-08-05T02:43:41.419Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1665 | 2026-08-05T02:43:41.423Z | Checking usdt-impl v0.5.0 |
| 1666 | 2026-08-05T02:43:41.441Z | Checking progenitor v0.11.1 |
| 1667 | 2026-08-05T02:43:41.569Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1668 | 2026-08-05T02:43:41.718Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1669 | 2026-08-05T02:43:41.722Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1670 | 2026-08-05T02:43:41.722Z | Checking usdt v0.5.0 |
| 1671 | 2026-08-05T02:43:41.722Z | Checking progenitor v0.10.0 |
| 1672 | 2026-08-05T02:43:41.820Z | Checking signature v2.2.0 |
| 1673 | 2026-08-05T02:43:41.832Z | Checking utf-8 v0.7.6 |
| 1674 | 2026-08-05T02:43:41.846Z | Checking tokio-dtrace v0.1.1 |
| 1675 | 2026-08-05T02:43:41.873Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1676 | 2026-08-05T02:43:41.937Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1677 | 2026-08-05T02:43:41.957Z | Checking tungstenite v0.21.0 |
| 1678 | 2026-08-05T02:43:42.032Z | Checking oxide-tokio-rt v0.1.6 |
| 1679 | 2026-08-05T02:43:42.113Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1680 | 2026-08-05T02:43:42.140Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1681 | 2026-08-05T02:43:42.193Z | Compiling radium v0.7.0 |
| 1682 | 2026-08-05T02:43:42.316Z | Compiling salty v0.3.0 |
| 1683 | 2026-08-05T02:43:42.331Z | Checking dropshot v0.17.1 |
| 1684 | 2026-08-05T02:43:42.372Z | Checking tokio-tungstenite v0.21.0 |
| 1685 | 2026-08-05T02:43:42.490Z | Checking qorb v0.4.1 |
| 1686 | 2026-08-05T02:43:42.598Z | Checking rfc6979 v0.4.0 |
| 1687 | 2026-08-05T02:43:42.650Z | Checking base64 v0.21.7 |
| 1688 | 2026-08-05T02:43:42.719Z | Checking tap v1.0.1 |
| 1689 | 2026-08-05T02:43:42.840Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1690 | 2026-08-05T02:43:42.846Z | Checking wyz v0.5.1 |
| 1691 | 2026-08-05T02:43:42.890Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1692 | 2026-08-05T02:43:42.993Z | Checking ecdsa v0.16.9 |
| 1693 | 2026-08-05T02:43:43.171Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1694 | 2026-08-05T02:43:43.212Z | Checking typify-impl v0.6.2 |
| 1695 | 2026-08-05T02:43:43.568Z | Checking slog-dtrace v0.3.0 |
| 1696 | 2026-08-05T02:43:43.603Z | Checking ed25519 v2.2.3 |
| 1697 | 2026-08-05T02:43:43.763Z | Checking globset v0.4.16 |
| 1698 | 2026-08-05T02:43:43.781Z | Checking primeorder v0.13.6 |
| 1699 | 2026-08-05T02:43:44.002Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1700 | 2026-08-05T02:43:44.013Z | Checking reqwest v0.13.2 |
| 1701 | 2026-08-05T02:43:44.160Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1702 | 2026-08-05T02:43:44.181Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1703 | 2026-08-05T02:43:44.229Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1704 | 2026-08-05T02:43:44.250Z | Checking env_filter v2.0.0 |
| 1705 | 2026-08-05T02:43:44.335Z | Compiling typeid v1.0.3 |
| 1706 | 2026-08-05T02:43:44.347Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1707 | 2026-08-05T02:43:44.389Z | Checking funty v2.0.0 |
| 1708 | 2026-08-05T02:43:44.542Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1709 | 2026-08-05T02:43:44.576Z | Checking env_logger v0.11.11 |
| 1710 | 2026-08-05T02:43:44.613Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1711 | 2026-08-05T02:43:44.633Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1712 | 2026-08-05T02:43:44.664Z | Checking tough v0.20.0 |
| 1713 | 2026-08-05T02:43:44.703Z | Checking bitvec v1.0.1 |
| 1714 | 2026-08-05T02:43:44.751Z | Checking typify v0.6.2 |
| 1715 | 2026-08-05T02:43:44.845Z | Checking p384 v0.13.1 |
| 1716 | 2026-08-05T02:43:44.975Z | Checking ed25519-dalek v2.2.0 |
| 1717 | 2026-08-05T02:43:45.164Z | Checking x509-cert v0.2.5 |
| 1718 | 2026-08-05T02:43:45.250Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1719 | 2026-08-05T02:43:45.480Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1720 | 2026-08-05T02:43:45.650Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1721 | 2026-08-05T02:43:45.753Z | Compiling erased-serde v0.4.8 |
| 1722 | 2026-08-05T02:43:45.764Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1723 | 2026-08-05T02:43:45.803Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1724 | 2026-08-05T02:43:45.890Z | Checking progenitor-impl v0.14.0 |
| 1725 | 2026-08-05T02:43:46.082Z | Checking progenitor-client v0.14.0 |
| 1726 | 2026-08-05T02:43:46.250Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1727 | 2026-08-05T02:43:46.263Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 1728 | 2026-08-05T02:43:46.278Z | Compiling bitstruct_derive v0.1.0 |
| 1729 | 2026-08-05T02:43:46.297Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1730 | 2026-08-05T02:43:46.504Z | Checking ascii v1.1.0 |
| 1731 | 2026-08-05T02:43:46.524Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1732 | 2026-08-05T02:43:46.568Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 1733 | 2026-08-05T02:43:46.682Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1734 | 2026-08-05T02:43:46.729Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1735 | 2026-08-05T02:43:46.760Z | Checking progenitor v0.14.0 |
| 1736 | 2026-08-05T02:43:46.882Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1737 | 2026-08-05T02:43:46.894Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1738 | 2026-08-05T02:43:46.919Z | Checking bitstruct v0.1.1 |
| 1739 | 2026-08-05T02:43:46.968Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1740 | 2026-08-05T02:43:47.015Z | Checking itertools v0.13.0 |
| 1741 | 2026-08-05T02:43:47.019Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1742 | 2026-08-05T02:43:47.036Z | Checking acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc) |
| 1743 | 2026-08-05T02:43:47.146Z | Checking serde_arrays v0.1.0 |
| 1744 | 2026-08-05T02:43:47.186Z | Checking pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1745 | 2026-08-05T02:43:47.254Z | Checking libloading v0.7.4 |
| 1746 | 2026-08-05T02:43:47.442Z | Checking bit_field v0.10.3 |
| 1747 | 2026-08-05T02:43:47.447Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1748 | 2026-08-05T02:43:47.447Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1749 | 2026-08-05T02:43:47.540Z | Checking omicron-zone-package v0.12.2 |
| 1750 | 2026-08-05T02:43:47.591Z | Checking dropshot-api-manager v0.7.2 |
| 1751 | 2026-08-05T02:43:48.031Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1752 | 2026-08-05T02:43:48.404Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1753 | 2026-08-05T02:43:48.992Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1754 | 2026-08-05T02:43:48.992Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1755 | 2026-08-05T02:43:48.996Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1756 | 2026-08-05T02:43:48.996Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1757 | 2026-08-05T02:43:49.372Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1758 | 2026-08-05T02:43:49.535Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1759 | 2026-08-05T02:43:49.940Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1760 | 2026-08-05T02:43:50.042Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1761 | 2026-08-05T02:43:50.598Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1762 | 2026-08-05T02:43:50.658Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1763 | 2026-08-05T02:43:50.661Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1764 | 2026-08-05T02:43:50.905Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1765 | 2026-08-05T02:43:51.032Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1766 | 2026-08-05T02:43:51.035Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1767 | 2026-08-05T02:43:51.135Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1768 | 2026-08-05T02:43:51.247Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1769 | 2026-08-05T02:43:51.247Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1770 | 2026-08-05T02:43:51.372Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1771 | 2026-08-05T02:43:51.376Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1772 | 2026-08-05T02:43:51.376Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1773 | 2026-08-05T02:43:51.788Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1774 | 2026-08-05T02:43:51.801Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1775 | 2026-08-05T02:43:52.056Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1776 | 2026-08-05T02:43:52.069Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1777 | 2026-08-05T02:43:52.189Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1778 | 2026-08-05T02:43:52.276Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1779 | 2026-08-05T02:43:52.420Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1780 | 2026-08-05T02:43:55.451Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1781 | 2026-08-05T02:43:55.524Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1782 | 2026-08-05T02:43:55.833Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1783 | 2026-08-05T02:43:56.275Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1784 | 2026-08-05T02:43:56.617Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1785 | 2026-08-05T02:43:56.735Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1786 | 2026-08-05T02:43:57.146Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1787 | 2026-08-05T02:43:57.406Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1788 | 2026-08-05T02:43:57.471Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1789 | 2026-08-05T02:43:57.533Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1790 | 2026-08-05T02:43:58.005Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1791 | 2026-08-05T02:44:02.539Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1792 | 2026-08-05T02:44:03.710Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 1793 | 2026-08-05T02:44:08.876Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1794 | 2026-08-05T02:44:10.210Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1795 | 2026-08-05T02:44:10.751Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1796 | 2026-08-05T02:44:15.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.23s |
| 1797 | 2026-08-05T02:44:16.104Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1798 | 2026-08-05T02:44:16.104Z | + cargo clippy --features chaos -- --deny warnings |
| 1799 | 2026-08-05T02:44:16.674Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1800 | 2026-08-05T02:44:16.677Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1801 | 2026-08-05T02:44:16.677Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1802 | 2026-08-05T02:44:23.881Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1803 | 2026-08-05T02:44:23.881Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1804 | 2026-08-05T02:44:26.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s |
| 1805 | 2026-08-05T02:44:26.593Z | + banner fmt |
| 1806 | 2026-08-05T02:44:26.596Z | |
| 1807 | 2026-08-05T02:44:26.596Z | ###### # # ##### |
| 1808 | 2026-08-05T02:44:26.596Z | # ## ## # |
| 1809 | 2026-08-05T02:44:26.596Z | ##### # ## # # |
| 1810 | 2026-08-05T02:44:26.596Z | # # # # |
| 1811 | 2026-08-05T02:44:26.596Z | # # # # |
| 1812 | 2026-08-05T02:44:26.596Z | # # # # |
| 1813 | 2026-08-05T02:44:26.596Z | |
| 1814 | 2026-08-05T02:44:26.596Z | + cargo fmt -- --check |
| 1815 | 2026-08-05T02:44:27.055Z | + banner test |
| 1816 | 2026-08-05T02:44:27.058Z | |
| 1817 | 2026-08-05T02:44:27.058Z | ##### ###### #### ##### |
| 1818 | 2026-08-05T02:44:27.058Z | # # # # |
| 1819 | 2026-08-05T02:44:27.058Z | # ##### #### # |
| 1820 | 2026-08-05T02:44:27.058Z | # # # # |
| 1821 | 2026-08-05T02:44:27.058Z | # # # # # |
| 1822 | 2026-08-05T02:44:27.058Z | # ###### #### # |
| 1823 | 2026-08-05T02:44:27.059Z | |
| 1824 | 2026-08-05T02:44:27.059Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1825 | 2026-08-05T02:44:27.059Z | + RUST_BACKTRACE=full |
| 1826 | 2026-08-05T02:44:27.059Z | + cargo test --features tofino_stub --no-fail-fast |
| 1827 | 2026-08-05T02:44:28.017Z | Compiling unicode-ident v1.0.24 |
| 1828 | 2026-08-05T02:44:28.017Z | Compiling cfg-if v1.0.4 |
| 1829 | 2026-08-05T02:44:28.017Z | Compiling memchr v2.7.5 |
| 1830 | 2026-08-05T02:44:28.131Z | Compiling serde_core v1.0.228 |
| 1831 | 2026-08-05T02:44:28.151Z | Compiling itoa v1.0.15 |
| 1832 | 2026-08-05T02:44:28.158Z | Compiling libc v0.2.186 |
| 1833 | 2026-08-05T02:44:28.168Z | Compiling zmij v1.0.17 |
| 1834 | 2026-08-05T02:44:28.219Z | Compiling proc-macro2 v1.0.106 |
| 1835 | 2026-08-05T02:44:28.347Z | Compiling libm v0.2.15 |
| 1836 | 2026-08-05T02:44:28.352Z | Compiling heck v0.5.0 |
| 1837 | 2026-08-05T02:44:28.533Z | Compiling equivalent v1.0.2 |
| 1838 | 2026-08-05T02:44:28.624Z | Compiling quote v1.0.45 |
| 1839 | 2026-08-05T02:44:28.660Z | Compiling smallvec v1.15.1 |
| 1840 | 2026-08-05T02:44:28.673Z | Compiling log v0.4.29 |
| 1841 | 2026-08-05T02:44:28.806Z | Compiling syn v2.0.118 |
| 1842 | 2026-08-05T02:44:28.854Z | Compiling iana-time-zone v0.1.64 |
| 1843 | 2026-08-05T02:44:28.917Z | Compiling dyn-clone v1.0.20 |
| 1844 | 2026-08-05T02:44:28.931Z | Compiling hashbrown v0.17.1 |
| 1845 | 2026-08-05T02:44:28.944Z | Compiling stable_deref_trait v1.2.0 |
| 1846 | 2026-08-05T02:44:29.025Z | Compiling pin-project-lite v0.2.16 |
| 1847 | 2026-08-05T02:44:29.062Z | Compiling percent-encoding v2.3.2 |
| 1848 | 2026-08-05T02:44:29.076Z | Compiling writeable v0.6.1 |
| 1849 | 2026-08-05T02:44:29.122Z | Compiling litemap v0.8.0 |
| 1850 | 2026-08-05T02:44:29.262Z | Compiling icu_normalizer_data v2.0.0 |
| 1851 | 2026-08-05T02:44:29.343Z | Compiling icu_properties_data v2.0.1 |
| 1852 | 2026-08-05T02:44:29.346Z | Compiling regex-syntax v0.8.11 |
| 1853 | 2026-08-05T02:44:29.471Z | Compiling form_urlencoded v1.2.2 |
| 1854 | 2026-08-05T02:44:29.475Z | Compiling utf8_iter v1.0.4 |
| 1855 | 2026-08-05T02:44:29.478Z | Compiling scopeguard v1.2.0 |
| 1856 | 2026-08-05T02:44:29.491Z | Compiling num-traits v0.2.19 |
| 1857 | 2026-08-05T02:44:29.528Z | Compiling getrandom v0.4.2 |
| 1858 | 2026-08-05T02:44:29.553Z | Compiling fnv v1.0.7 |
| 1859 | 2026-08-05T02:44:29.585Z | Compiling lock_api v0.4.14 |
| 1860 | 2026-08-05T02:44:29.679Z | Compiling aho-corasick v1.1.3 |
| 1861 | 2026-08-05T02:44:29.817Z | Compiling semver v1.0.28 |
| 1862 | 2026-08-05T02:44:29.938Z | Compiling serde_json v1.0.150 |
| 1863 | 2026-08-05T02:44:30.100Z | Compiling indexmap v2.14.0 |
| 1864 | 2026-08-05T02:44:30.160Z | Compiling ucd-trie v0.1.7 |
| 1865 | 2026-08-05T02:44:30.228Z | Compiling byteorder v1.5.0 |
| 1866 | 2026-08-05T02:44:30.286Z | Compiling futures-core v0.3.32 |
| 1867 | 2026-08-05T02:44:30.442Z | Compiling uuid v1.23.3 |
| 1868 | 2026-08-05T02:44:30.455Z | Compiling allocator-api2 v0.2.21 |
| 1869 | 2026-08-05T02:44:30.758Z | Compiling time-core v0.1.8 |
| 1870 | 2026-08-05T02:44:30.786Z | Compiling regex-automata v0.4.13 |
| 1871 | 2026-08-05T02:44:30.876Z | Compiling num-conv v0.2.1 |
| 1872 | 2026-08-05T02:44:30.876Z | Compiling foldhash v0.2.0 |
| 1873 | 2026-08-05T02:44:30.892Z | Compiling ryu v1.0.20 |
| 1874 | 2026-08-05T02:44:31.051Z | Compiling time-macros v0.2.27 |
| 1875 | 2026-08-05T02:44:31.092Z | Compiling hashbrown v0.16.1 |
| 1876 | 2026-08-05T02:44:31.103Z | Compiling futures-sink v0.3.32 |
| 1877 | 2026-08-05T02:44:31.210Z | Compiling strsim v0.11.1 |
| 1878 | 2026-08-05T02:44:31.592Z | Compiling synstructure v0.13.2 |
| 1879 | 2026-08-05T02:44:31.605Z | Compiling serde_derive_internals v0.29.1 |
| 1880 | 2026-08-05T02:44:31.800Z | Compiling pretty-hex v0.4.1 |
| 1881 | 2026-08-05T02:44:31.809Z | Compiling slab v0.4.11 |
| 1882 | 2026-08-05T02:44:31.920Z | Compiling plain v0.2.3 |
| 1883 | 2026-08-05T02:44:32.031Z | Compiling futures-channel v0.3.32 |
| 1884 | 2026-08-05T02:44:32.065Z | Compiling futures-io v0.3.32 |
| 1885 | 2026-08-05T02:44:32.109Z | Compiling futures-task v0.3.32 |
| 1886 | 2026-08-05T02:44:32.187Z | Compiling socket2 v0.6.4 |
| 1887 | 2026-08-05T02:44:32.224Z | Compiling parking_lot_core v0.9.12 |
| 1888 | 2026-08-05T02:44:32.262Z | Compiling signal-hook-registry v1.4.6 |
| 1889 | 2026-08-05T02:44:32.281Z | Compiling thread-id v5.0.0 |
| 1890 | 2026-08-05T02:44:32.368Z | Compiling mio v1.2.1 |
| 1891 | 2026-08-05T02:44:32.469Z | Compiling parking_lot v0.12.5 |
| 1892 | 2026-08-05T02:44:32.524Z | Compiling regex v1.12.4 |
| 1893 | 2026-08-05T02:44:32.635Z | Compiling regress v0.10.5 |
| 1894 | 2026-08-05T02:44:32.649Z | Compiling bitflags v2.11.1 |
| 1895 | 2026-08-05T02:44:32.670Z | Compiling base64 v0.22.1 |
| 1896 | 2026-08-05T02:44:32.989Z | Compiling serde_derive v1.0.228 |
| 1897 | 2026-08-05T02:44:32.996Z | Compiling zerofrom-derive v0.1.6 |
| 1898 | 2026-08-05T02:44:32.996Z | Compiling yoke-derive v0.8.0 |
| 1899 | 2026-08-05T02:44:32.996Z | Compiling zerovec-derive v0.11.1 |
| 1900 | 2026-08-05T02:44:33.057Z | Compiling displaydoc v0.2.5 |
| 1901 | 2026-08-05T02:44:33.062Z | Compiling thiserror-impl v2.0.18 |
| 1902 | 2026-08-05T02:44:33.416Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-08-05T02:44:33.792Z | Compiling tokio-macros v2.7.0 |
| 1904 | 2026-08-05T02:44:33.946Z | Compiling zerocopy-derive v0.8.27 |
| 1905 | 2026-08-05T02:44:34.019Z | Compiling zeroize_derive v1.4.3 |
| 1906 | 2026-08-05T02:44:34.244Z | Compiling futures-macro v0.3.32 |
| 1907 | 2026-08-05T02:44:34.290Z | Compiling thiserror v2.0.18 |
| 1908 | 2026-08-05T02:44:34.400Z | Compiling zerofrom v0.1.6 |
| 1909 | 2026-08-05T02:44:34.542Z | Compiling yoke v0.8.0 |
| 1910 | 2026-08-05T02:44:34.563Z | Compiling thiserror-impl v1.0.69 |
| 1911 | 2026-08-05T02:44:34.656Z | Compiling tracing-attributes v0.1.30 |
| 1912 | 2026-08-05T02:44:34.735Z | Compiling zerovec v0.11.4 |
| 1913 | 2026-08-05T02:44:34.747Z | Compiling zerotrie v0.2.2 |
| 1914 | 2026-08-05T02:44:34.952Z | Compiling pest v2.8.2 |
| 1915 | 2026-08-05T02:44:35.037Z | Compiling scroll_derive v0.13.1 |
| 1916 | 2026-08-05T02:44:35.196Z | Compiling zerocopy v0.8.27 |
| 1917 | 2026-08-05T02:44:35.519Z | Compiling serde v1.0.228 |
| 1918 | 2026-08-05T02:44:35.744Z | Compiling tinystr v0.8.1 |
| 1919 | 2026-08-05T02:44:35.902Z | Compiling potential_utf v0.1.3 |
| 1920 | 2026-08-05T02:44:35.917Z | Compiling icu_locale_core v2.0.0 |
| 1921 | 2026-08-05T02:44:35.985Z | Compiling async-trait v0.1.89 |
| 1922 | 2026-08-05T02:44:36.064Z | Compiling bytes v1.12.0 |
| 1923 | 2026-08-05T02:44:36.097Z | Compiling serde_tokenstream v0.2.3 |
| 1924 | 2026-08-05T02:44:36.107Z | Compiling icu_collections v2.0.0 |
| 1925 | 2026-08-05T02:44:36.259Z | Compiling pest_meta v2.8.2 |
| 1926 | 2026-08-05T02:44:36.357Z | Compiling chrono v0.4.45 |
| 1927 | 2026-08-05T02:44:36.619Z | Compiling icu_provider v2.0.0 |
| 1928 | 2026-08-05T02:44:36.632Z | Compiling http v1.4.2 |
| 1929 | 2026-08-05T02:44:36.780Z | Compiling icu_normalizer v2.0.0 |
| 1930 | 2026-08-05T02:44:36.825Z | Compiling icu_properties v2.0.1 |
| 1931 | 2026-08-05T02:44:36.965Z | Compiling pest_generator v2.8.2 |
| 1932 | 2026-08-05T02:44:37.414Z | Compiling schemars v0.8.22 |
| 1933 | 2026-08-05T02:44:37.420Z | Compiling scroll v0.13.0 |
| 1934 | 2026-08-05T02:44:37.655Z | Compiling goblin v0.10.1 |
| 1935 | 2026-08-05T02:44:37.668Z | Compiling thiserror v1.0.69 |
| 1936 | 2026-08-05T02:44:37.790Z | Compiling pest_derive v2.8.2 |
| 1937 | 2026-08-05T02:44:37.801Z | Compiling tokio v1.52.3 |
| 1938 | 2026-08-05T02:44:37.801Z | Compiling idna_adapter v1.2.1 |
| 1939 | 2026-08-05T02:44:37.916Z | Compiling idna v1.1.0 |
| 1940 | 2026-08-05T02:44:37.928Z | Compiling openapiv3 v2.2.0 |
| 1941 | 2026-08-05T02:44:38.226Z | Compiling url v2.5.7 |
| 1942 | 2026-08-05T02:44:38.247Z | Compiling daft-derive v0.1.5 |
| 1943 | 2026-08-05T02:44:38.261Z | Compiling dtrace-parser v0.3.0 |
| 1944 | 2026-08-05T02:44:38.760Z | Compiling typify-impl v0.4.3 |
| 1945 | 2026-08-05T02:44:39.029Z | Compiling http-body v1.0.1 |
| 1946 | 2026-08-05T02:44:39.118Z | Compiling ppv-lite86 v0.2.21 |
| 1947 | 2026-08-05T02:44:39.166Z | Compiling serde_yaml v0.9.34+deprecated |
| 1948 | 2026-08-05T02:44:39.187Z | Compiling erased-serde v0.3.31 |
| 1949 | 2026-08-05T02:44:39.559Z | Compiling ipnet v2.11.0 |
| 1950 | 2026-08-05T02:44:39.688Z | Compiling atomic-waker v1.1.2 |
| 1951 | 2026-08-05T02:44:40.103Z | Compiling openssl-macros v0.1.1 |
| 1952 | 2026-08-05T02:44:40.185Z | Compiling httparse v1.10.1 |
| 1953 | 2026-08-05T02:44:40.426Z | Compiling dof v0.4.0 |
| 1954 | 2026-08-05T02:44:40.499Z | Compiling getrandom v0.2.16 |
| 1955 | 2026-08-05T02:44:40.590Z | Compiling tower-layer v0.3.3 |
| 1956 | 2026-08-05T02:44:40.665Z | Compiling tower-service v0.3.3 |
| 1957 | 2026-08-05T02:44:40.688Z | Compiling anyhow v1.0.102 |
| 1958 | 2026-08-05T02:44:40.752Z | Compiling try-lock v0.2.5 |
| 1959 | 2026-08-05T02:44:40.765Z | Compiling untrusted v0.9.0 |
| 1960 | 2026-08-05T02:44:40.782Z | Compiling syn v1.0.109 |
| 1961 | 2026-08-05T02:44:40.865Z | Compiling want v0.3.1 |
| 1962 | 2026-08-05T02:44:40.890Z | Compiling httpdate v1.0.3 |
| 1963 | 2026-08-05T02:44:41.040Z | Compiling usdt-impl v0.6.0 |
| 1964 | 2026-08-05T02:44:41.199Z | Compiling zeroize v1.8.1 |
| 1965 | 2026-08-05T02:44:41.290Z | Compiling portable-atomic v1.11.1 |
| 1966 | 2026-08-05T02:44:41.819Z | Compiling critical-section v1.2.0 |
| 1967 | 2026-08-05T02:44:41.934Z | Compiling once_cell v1.21.3 |
| 1968 | 2026-08-05T02:44:42.112Z | Compiling structmeta-derive v0.3.0 |
| 1969 | 2026-08-05T02:44:42.157Z | Compiling async-stream-impl v0.3.6 |
| 1970 | 2026-08-05T02:44:42.457Z | Compiling usdt-attr-macro v0.6.0 |
| 1971 | 2026-08-05T02:44:42.612Z | Compiling usdt-macro v0.6.0 |
| 1972 | 2026-08-05T02:44:42.997Z | Compiling powerfmt v0.2.0 |
| 1973 | 2026-08-05T02:44:43.189Z | Compiling structmeta v0.3.0 |
| 1974 | 2026-08-05T02:44:43.216Z | Compiling deranged v0.5.3 |
| 1975 | 2026-08-05T02:44:43.469Z | Compiling newtype-uuid-macros v0.1.0 |
| 1976 | 2026-08-05T02:44:43.757Z | Compiling strum_macros v0.26.4 |
| 1977 | 2026-08-05T02:44:44.193Z | Compiling num_threads v0.1.7 |
| 1978 | 2026-08-05T02:44:44.283Z | Compiling http-body-util v0.1.3 |
| 1979 | 2026-08-05T02:44:44.297Z | Compiling serde_urlencoded v0.7.1 |
| 1980 | 2026-08-05T02:44:44.446Z | Compiling omicron-workspace-hack v0.1.0 |
| 1981 | 2026-08-05T02:44:44.617Z | Compiling dropshot_endpoint v0.16.7 |
| 1982 | 2026-08-05T02:44:44.623Z | Compiling ref-cast-impl v1.0.25 |
| 1983 | 2026-08-05T02:44:44.623Z | Compiling derive-ex v0.1.8 |
| 1984 | 2026-08-05T02:44:44.623Z | Compiling strum_macros v0.27.2 |
| 1985 | 2026-08-05T02:44:44.780Z | Compiling darling_core v0.23.0 |
| 1986 | 2026-08-05T02:44:44.967Z | Compiling typify-macro v0.4.3 |
| 1987 | 2026-08-05T02:44:45.321Z | Compiling sync_wrapper v1.0.2 |
| 1988 | 2026-08-05T02:44:45.430Z | Compiling thread_local v1.1.9 |
| 1989 | 2026-08-05T02:44:45.494Z | Compiling iri-string v0.7.8 |
| 1990 | 2026-08-05T02:44:46.016Z | Compiling subtle v2.6.1 |
| 1991 | 2026-08-05T02:44:46.123Z | Compiling test-strategy v0.4.3 |
| 1992 | 2026-08-05T02:44:46.187Z | Compiling futures-util v0.3.32 |
| 1993 | 2026-08-05T02:44:46.410Z | Compiling match_cfg v0.1.0 |
| 1994 | 2026-08-05T02:44:46.513Z | Compiling take_mut v0.2.2 |
| 1995 | 2026-08-05T02:44:46.517Z | Compiling term v1.2.0 |
| 1996 | 2026-08-05T02:44:47.011Z | Compiling darling_macro v0.23.0 |
| 1997 | 2026-08-05T02:44:47.046Z | Compiling typify v0.4.3 |
| 1998 | 2026-08-05T02:44:47.084Z | Compiling tracing-core v0.1.34 |
| 1999 | 2026-08-05T02:44:47.151Z | Compiling progenitor-impl v0.11.1 |
| 2000 | 2026-08-05T02:44:47.164Z | Compiling rand_core v0.6.4 |
| 2001 | 2026-08-05T02:44:47.330Z | Compiling typenum v1.20.1 |
| 2002 | 2026-08-05T02:44:47.396Z | Compiling parse-display-derive v0.10.0 |
| 2003 | 2026-08-05T02:44:47.595Z | Compiling tracing v0.1.41 |
| 2004 | 2026-08-05T02:44:47.608Z | Compiling darling v0.23.0 |
| 2005 | 2026-08-05T02:44:47.686Z | Compiling toml_datetime v0.6.11 |
| 2006 | 2026-08-05T02:44:47.699Z | Compiling serde_with_macros v3.21.0 |
| 2007 | 2026-08-05T02:44:47.830Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2008 | 2026-08-05T02:44:48.169Z | Compiling clap_derive v4.6.1 |
| 2009 | 2026-08-05T02:44:48.173Z | Compiling camino v1.2.3 |
| 2010 | 2026-08-05T02:44:48.775Z | Compiling encoding_rs v0.8.35 |
| 2011 | 2026-08-05T02:44:48.938Z | Compiling cpufeatures v0.2.17 |
| 2012 | 2026-08-05T02:44:48.956Z | Compiling mime v0.3.17 |
| 2013 | 2026-08-05T02:44:48.993Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-08-05T02:44:49.012Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2015 | 2026-08-05T02:44:49.308Z | Compiling unicode-width v0.2.1 |
| 2016 | 2026-08-05T02:44:49.494Z | Compiling errno v0.3.14 |
| 2017 | 2026-08-05T02:44:49.650Z | Compiling ipnetwork v0.21.1 |
| 2018 | 2026-08-05T02:44:49.722Z | Compiling crossbeam-utils v0.8.21 |
| 2019 | 2026-08-05T02:44:50.073Z | Compiling hex v0.4.3 |
| 2020 | 2026-08-05T02:44:50.090Z | Compiling generic-array v0.14.7 |
| 2021 | 2026-08-05T02:44:50.234Z | Compiling tokio-util v0.7.16 |
| 2022 | 2026-08-05T02:44:50.439Z | Compiling slog v2.8.2 |
| 2023 | 2026-08-05T02:44:50.602Z | Compiling rustix v1.1.4 |
| 2024 | 2026-08-05T02:44:50.652Z | Compiling progenitor-macro v0.11.1 |
| 2025 | 2026-08-05T02:44:50.747Z | Compiling getrandom v0.3.4 |
| 2026 | 2026-08-05T02:44:50.842Z | Compiling h2 v0.4.14 |
| 2027 | 2026-08-05T02:44:50.855Z | Compiling oxnet v0.1.6 |
| 2028 | 2026-08-05T02:44:50.932Z | Compiling rand_core v0.9.3 |
| 2029 | 2026-08-05T02:44:51.159Z | Compiling winnow v0.7.14 |
| 2030 | 2026-08-05T02:44:51.338Z | Compiling crypto-common v0.1.6 |
| 2031 | 2026-08-05T02:44:51.571Z | Compiling itertools v0.14.0 |
| 2032 | 2026-08-05T02:44:51.583Z | Compiling num-derive v0.4.2 |
| 2033 | 2026-08-05T02:44:51.917Z | Compiling winnow v1.0.3 |
| 2034 | 2026-08-05T02:44:52.289Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2035 | 2026-08-05T02:44:52.714Z | Compiling rand_chacha v0.9.0 |
| 2036 | 2026-08-05T02:44:52.744Z | Compiling serde_spanned v1.1.1 |
| 2037 | 2026-08-05T02:44:52.757Z | Compiling spin v0.9.8 |
| 2038 | 2026-08-05T02:44:52.882Z | Compiling debug-ignore v1.0.5 |
| 2039 | 2026-08-05T02:44:52.906Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2040 | 2026-08-05T02:44:52.993Z | Compiling rand v0.9.3 |
| 2041 | 2026-08-05T02:44:53.015Z | Compiling hyper v1.10.1 |
| 2042 | 2026-08-05T02:44:53.131Z | Compiling tabwriter v1.4.1 |
| 2043 | 2026-08-05T02:44:53.213Z | Compiling rustls-pki-types v1.12.0 |
| 2044 | 2026-08-05T02:44:53.386Z | Compiling quick-error v1.2.3 |
| 2045 | 2026-08-05T02:44:53.502Z | Compiling colored v3.1.1 |
| 2046 | 2026-08-05T02:44:53.613Z | Compiling time v0.3.47 |
| 2047 | 2026-08-05T02:44:53.709Z | Compiling async-stream v0.3.6 |
| 2048 | 2026-08-05T02:44:53.843Z | Compiling waitgroup v0.1.2 |
| 2049 | 2026-08-05T02:44:53.900Z | Compiling serde_path_to_error v0.1.20 |
| 2050 | 2026-08-05T02:44:53.903Z | Compiling lazy_static v1.5.0 |
| 2051 | 2026-08-05T02:44:54.070Z | Compiling bit-vec v0.8.0 |
| 2052 | 2026-08-05T02:44:54.124Z | Compiling hyper-util v0.1.20 |
| 2053 | 2026-08-05T02:44:54.257Z | Compiling anstyle v1.0.14 |
| 2054 | 2026-08-05T02:44:54.314Z | Compiling bit-set v0.8.0 |
| 2055 | 2026-08-05T02:44:54.481Z | Compiling crossbeam-channel v0.5.15 |
| 2056 | 2026-08-05T02:44:54.485Z | Compiling strum v0.26.3 |
| 2057 | 2026-08-05T02:44:54.625Z | Compiling ring v0.17.14 |
| 2058 | 2026-08-05T02:44:54.783Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2059 | 2026-08-05T02:44:54.988Z | Compiling utf8parse v0.2.2 |
| 2060 | 2026-08-05T02:44:55.100Z | Compiling unarray v0.1.4 |
| 2061 | 2026-08-05T02:44:55.219Z | Compiling anstyle-parse v1.0.0 |
| 2062 | 2026-08-05T02:44:55.258Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2063 | 2026-08-05T02:44:55.350Z | Compiling macaddr v1.0.1 |
| 2064 | 2026-08-05T02:44:55.364Z | Compiling is_terminal_polyfill v1.70.1 |
| 2065 | 2026-08-05T02:44:55.423Z | Compiling anstyle-query v1.1.4 |
| 2066 | 2026-08-05T02:44:55.475Z | Compiling colorchoice v1.0.4 |
| 2067 | 2026-08-05T02:44:55.534Z | Compiling block-buffer v0.10.4 |
| 2068 | 2026-08-05T02:44:55.549Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2069 | 2026-08-05T02:44:55.594Z | Compiling anstream v1.0.0 |
| 2070 | 2026-08-05T02:44:55.594Z | Compiling ref-cast v1.0.25 |
| 2071 | 2026-08-05T02:44:55.690Z | Compiling is-terminal v0.4.16 |
| 2072 | 2026-08-05T02:44:55.711Z | Compiling clap_lex v1.1.0 |
| 2073 | 2026-08-05T02:44:55.711Z | Compiling digest v0.10.7 |
| 2074 | 2026-08-05T02:44:55.734Z | Compiling slog-json v2.6.1 |
| 2075 | 2026-08-05T02:44:55.783Z | Compiling slog-term v2.9.2 |
| 2076 | 2026-08-05T02:44:55.819Z | Compiling slog-async v2.8.0 |
| 2077 | 2026-08-05T02:44:55.935Z | Compiling hostname v0.3.1 |
| 2078 | 2026-08-05T02:44:55.938Z | Compiling strum v0.27.2 |
| 2079 | 2026-08-05T02:44:56.138Z | Compiling slog-bunyan v2.5.0 |
| 2080 | 2026-08-05T02:44:56.148Z | Compiling tower v0.5.2 |
| 2081 | 2026-08-05T02:44:56.240Z | Compiling futures-executor v0.3.32 |
| 2082 | 2026-08-05T02:44:56.536Z | Compiling tower-http v0.6.8 |
| 2083 | 2026-08-05T02:44:56.578Z | Compiling futures v0.3.32 |
| 2084 | 2026-08-05T02:44:56.631Z | Compiling instant v0.1.13 |
| 2085 | 2026-08-05T02:44:56.740Z | Compiling aws-lc-sys v0.39.1 |
| 2086 | 2026-08-05T02:44:56.782Z | Compiling memmap2 v0.9.8 |
| 2087 | 2026-08-05T02:44:56.843Z | Compiling untrusted v0.7.1 |
| 2088 | 2026-08-05T02:44:57.040Z | Compiling openssl-sys v0.9.117 |
| 2089 | 2026-08-05T02:44:57.360Z | Compiling aws-lc-rs v1.16.2 |
| 2090 | 2026-08-05T02:44:58.461Z | Compiling rustls-webpki v0.103.6 |
| 2091 | 2026-08-05T02:44:58.622Z | Compiling foreign-types-shared v0.1.1 |
| 2092 | 2026-08-05T02:44:58.822Z | Compiling foreign-types v0.3.2 |
| 2093 | 2026-08-05T02:44:58.865Z | Compiling rustls v0.23.40 |
| 2094 | 2026-08-05T02:44:59.389Z | Compiling tempfile v3.27.0 |
| 2095 | 2026-08-05T02:44:59.460Z | Compiling openssl-probe v0.1.6 |
| 2096 | 2026-08-05T02:44:59.673Z | Compiling either v1.15.0 |
| 2097 | 2026-08-05T02:44:59.752Z | Compiling usdt v0.6.0 |
| 2098 | 2026-08-05T02:44:59.815Z | Compiling openssl v0.10.81 |
| 2099 | 2026-08-05T02:45:00.067Z | Compiling webpki-roots v1.0.2 |
| 2100 | 2026-08-05T02:45:00.356Z | Compiling newtype-uuid v1.3.2 |
| 2101 | 2026-08-05T02:45:01.055Z | Compiling daft v0.1.5 |
| 2102 | 2026-08-05T02:45:01.949Z | Compiling tokio-rustls v0.26.4 |
| 2103 | 2026-08-05T02:45:02.189Z | Compiling native-tls v0.2.14 |
| 2104 | 2026-08-05T02:45:02.259Z | Compiling hyper-rustls v0.27.7 |
| 2105 | 2026-08-05T02:45:02.457Z | Compiling tokio-native-tls v0.3.1 |
| 2106 | 2026-08-05T02:45:02.611Z | Compiling hyper-tls v0.6.0 |
| 2107 | 2026-08-05T02:45:02.797Z | Compiling reqwest v0.12.23 |
| 2108 | 2026-08-05T02:45:03.191Z | Compiling rustls-webpki v0.102.8 |
| 2109 | 2026-08-05T02:45:03.532Z | Compiling rustls-pemfile v2.2.0 |
| 2110 | 2026-08-05T02:45:03.736Z | Compiling multer v3.1.0 |
| 2111 | 2026-08-05T02:45:03.750Z | Compiling terminal_size v0.4.3 |
| 2112 | 2026-08-05T02:45:04.096Z | Compiling hostname v0.4.2 |
| 2113 | 2026-08-05T02:45:04.321Z | Compiling rustls v0.22.4 |
| 2114 | 2026-08-05T02:45:05.619Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-05T02:45:06.248Z | Compiling rand_chacha v0.3.1 |
| 2116 | 2026-08-05T02:45:06.485Z | Compiling hubpack_derive v0.1.1 |
| 2117 | 2026-08-05T02:45:06.619Z | Compiling wait-timeout v0.2.1 |
| 2118 | 2026-08-05T02:45:07.204Z | Compiling rusty-fork v0.3.0 |
| 2119 | 2026-08-05T02:45:07.221Z | Compiling rand v0.8.5 |
| 2120 | 2026-08-05T02:45:07.616Z | Compiling tokio-rustls v0.25.0 |
| 2121 | 2026-08-05T02:45:07.885Z | Compiling clap_builder v4.6.0 |
| 2122 | 2026-08-05T02:45:08.191Z | Compiling sha1 v0.10.6 |
| 2123 | 2026-08-05T02:45:08.350Z | Compiling rand_xorshift v0.4.0 |
| 2124 | 2026-08-05T02:45:08.864Z | Compiling proptest v1.8.0 |
| 2125 | 2026-08-05T02:45:09.072Z | Compiling dropshot v0.16.7 |
| 2126 | 2026-08-05T02:45:09.915Z | Compiling clap v4.6.1 |
| 2127 | 2026-08-05T02:45:10.110Z | Compiling serde_spanned v0.6.9 |
| 2128 | 2026-08-05T02:45:10.869Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2129 | 2026-08-05T02:45:11.249Z | Compiling prettyplease v0.2.37 |
| 2130 | 2026-08-05T02:45:12.303Z | Compiling progenitor-client v0.11.1 |
| 2131 | 2026-08-05T02:45:12.415Z | Compiling progenitor-client v0.10.0 |
| 2132 | 2026-08-05T02:45:12.522Z | Compiling serde_with v3.21.0 |
| 2133 | 2026-08-05T02:45:13.168Z | Compiling progenitor v0.11.1 |
| 2134 | 2026-08-05T02:45:14.103Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2135 | 2026-08-05T02:45:14.138Z | Compiling rustc-hash v2.1.1 |
| 2136 | 2026-08-05T02:45:14.317Z | Compiling iddqd v0.3.18 |
| 2137 | 2026-08-05T02:45:14.413Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2138 | 2026-08-05T02:45:15.343Z | Compiling backoff v0.4.0 |
| 2139 | 2026-08-05T02:45:15.458Z | Compiling parse-display v0.10.0 |
| 2140 | 2026-08-05T02:45:15.477Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2141 | 2026-08-05T02:45:15.551Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2142 | 2026-08-05T02:45:15.781Z | Compiling toml_write v0.1.2 |
| 2143 | 2026-08-05T02:45:15.871Z | Compiling winnow v0.5.40 |
| 2144 | 2026-08-05T02:45:15.989Z | Compiling toml_edit v0.22.27 |
| 2145 | 2026-08-05T02:45:17.284Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2146 | 2026-08-05T02:45:18.121Z | Compiling num-integer v0.1.46 |
| 2147 | 2026-08-05T02:45:18.551Z | Compiling float-ord v0.3.2 |
| 2148 | 2026-08-05T02:45:19.834Z | Compiling toml v0.8.23 |
| 2149 | 2026-08-05T02:45:21.764Z | Compiling num-rational v0.4.2 |
| 2150 | 2026-08-05T02:45:21.826Z | Compiling num-iter v0.1.45 |
| 2151 | 2026-08-05T02:45:22.454Z | Compiling num-complex v0.4.6 |
| 2152 | 2026-08-05T02:45:22.850Z | Compiling num v0.4.3 |
| 2153 | 2026-08-05T02:45:23.219Z | Compiling toml_edit v0.19.15 |
| 2154 | 2026-08-05T02:45:25.211Z | Compiling proc-macro-crate v1.3.1 |
| 2155 | 2026-08-05T02:45:25.594Z | Compiling memoffset v0.9.1 |
| 2156 | 2026-08-05T02:45:26.014Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-08-05T02:45:26.608Z | Compiling darling_core v0.21.3 |
| 2158 | 2026-08-05T02:45:27.037Z | Compiling zerocopy-derive v0.7.35 |
| 2159 | 2026-08-05T02:45:27.893Z | Compiling libscf-sys v1.2.0 |
| 2160 | 2026-08-05T02:45:28.288Z | Compiling scroll_derive v0.12.1 |
| 2161 | 2026-08-05T02:45:28.803Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2162 | 2026-08-05T02:45:28.840Z | Compiling darling_macro v0.21.3 |
| 2163 | 2026-08-05T02:45:29.302Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-08-05T02:45:29.439Z | Compiling darling v0.21.3 |
| 2165 | 2026-08-05T02:45:29.553Z | Compiling ingot-macros v0.1.1 |
| 2166 | 2026-08-05T02:45:29.612Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2167 | 2026-08-05T02:45:30.934Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2168 | 2026-08-05T02:45:32.139Z | Compiling zerocopy v0.7.35 |
| 2169 | 2026-08-05T02:45:32.364Z | Compiling hubpack v0.1.2 |
| 2170 | 2026-08-05T02:45:32.641Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2171 | 2026-08-05T02:45:33.099Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-08-05T02:45:34.019Z | Compiling num_enum_derive v0.7.5 |
| 2173 | 2026-08-05T02:45:34.260Z | Compiling foreign-types-macros v0.2.3 |
| 2174 | 2026-08-05T02:45:35.176Z | Compiling dtrace-parser v0.2.0 |
| 2175 | 2026-08-05T02:45:35.246Z | Compiling glob v0.3.3 |
| 2176 | 2026-08-05T02:45:35.261Z | Compiling bytecount v0.6.9 |
| 2177 | 2026-08-05T02:45:35.764Z | Compiling proc-macro-error-attr v1.0.4 |
| 2178 | 2026-08-05T02:45:35.789Z | Compiling dof v0.3.0 |
| 2179 | 2026-08-05T02:45:36.030Z | Compiling nix v0.31.3 |
| 2180 | 2026-08-05T02:45:36.069Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2181 | 2026-08-05T02:45:36.091Z | Compiling thread-id v4.2.2 |
| 2182 | 2026-08-05T02:45:36.547Z | Compiling usdt-impl v0.5.0 |
| 2183 | 2026-08-05T02:45:36.576Z | Compiling proc-macro-error v1.0.4 |
| 2184 | 2026-08-05T02:45:37.672Z | Compiling num_enum_derive v0.5.11 |
| 2185 | 2026-08-05T02:45:38.480Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2186 | 2026-08-05T02:45:39.036Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2187 | 2026-08-05T02:45:39.710Z | Compiling derive_more v0.99.20 |
| 2188 | 2026-08-05T02:45:39.997Z | Compiling usdt-attr-macro v0.5.0 |
| 2189 | 2026-08-05T02:45:40.327Z | Compiling usdt-macro v0.5.0 |
| 2190 | 2026-08-05T02:45:40.981Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-08-05T02:45:41.112Z | Compiling minimal-lexical v0.2.1 |
| 2192 | 2026-08-05T02:45:41.169Z | Compiling zone_cfg_derive v0.3.1 |
| 2193 | 2026-08-05T02:45:41.247Z | Compiling papergrid v0.18.0 |
| 2194 | 2026-08-05T02:45:41.381Z | Compiling nom v7.1.3 |
| 2195 | 2026-08-05T02:45:41.708Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2196 | 2026-08-05T02:45:41.746Z | Compiling itertools v0.15.0 |
| 2197 | 2026-08-05T02:45:41.930Z | Compiling rustc_version v0.4.1 |
| 2198 | 2026-08-05T02:45:41.970Z | Compiling crossbeam-epoch v0.9.18 |
| 2199 | 2026-08-05T02:45:41.987Z | Compiling dropshot_endpoint v0.17.1 |
| 2200 | 2026-08-05T02:45:42.260Z | Compiling tabled v0.21.0 |
| 2201 | 2026-08-05T02:45:42.433Z | Compiling regress v0.11.1 |
| 2202 | 2026-08-05T02:45:42.833Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2203 | 2026-08-05T02:45:43.124Z | Compiling adler2 v2.0.1 |
| 2204 | 2026-08-05T02:45:43.333Z | Compiling miniz_oxide v0.8.9 |
| 2205 | 2026-08-05T02:45:43.339Z | Compiling crc32fast v1.5.0 |
| 2206 | 2026-08-05T02:45:43.373Z | Compiling enum-as-inner v0.6.1 |
| 2207 | 2026-08-05T02:45:43.526Z | Compiling curve25519-dalek v4.1.3 |
| 2208 | 2026-08-05T02:45:43.758Z | Compiling flate2 v1.1.2 |
| 2209 | 2026-08-05T02:45:43.828Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2210 | 2026-08-05T02:45:43.984Z | Compiling hybrid-array v0.4.12 |
| 2211 | 2026-08-05T02:45:44.001Z | Compiling typify-impl v0.6.2 |
| 2212 | 2026-08-05T02:45:44.283Z | Compiling crossbeam-deque v0.8.6 |
| 2213 | 2026-08-05T02:45:44.478Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2214 | 2026-08-05T02:45:44.492Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2215 | 2026-08-05T02:45:44.496Z | Compiling rayon-core v1.13.0 |
| 2216 | 2026-08-05T02:45:45.249Z | Compiling block-buffer v0.12.0 |
| 2217 | 2026-08-05T02:45:45.261Z | Compiling crypto-common v0.2.2 |
| 2218 | 2026-08-05T02:45:45.261Z | Compiling clang-sys v1.8.1 |
| 2219 | 2026-08-05T02:45:45.261Z | Compiling scroll v0.12.0 |
| 2220 | 2026-08-05T02:45:45.503Z | Compiling const-oid v0.10.2 |
| 2221 | 2026-08-05T02:45:45.529Z | Compiling compression-core v0.4.32 |
| 2222 | 2026-08-05T02:45:45.627Z | Compiling goblin v0.8.2 |
| 2223 | 2026-08-05T02:45:45.676Z | Compiling compression-codecs v0.4.32 |
| 2224 | 2026-08-05T02:45:45.727Z | Compiling hash32 v0.3.1 |
| 2225 | 2026-08-05T02:45:45.888Z | Compiling digest v0.11.3 |
| 2226 | 2026-08-05T02:45:45.954Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2227 | 2026-08-05T02:45:46.030Z | Compiling cpufeatures v0.3.0 |
| 2228 | 2026-08-05T02:45:46.065Z | Compiling async-compression v0.4.33 |
| 2229 | 2026-08-05T02:45:46.114Z | Compiling sha1 v0.11.0 |
| 2230 | 2026-08-05T02:45:46.237Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2231 | 2026-08-05T02:45:46.409Z | Compiling heapless v0.8.0 |
| 2232 | 2026-08-05T02:45:46.417Z | Compiling ingot-types v0.1.2 |
| 2233 | 2026-08-05T02:45:46.652Z | Compiling cobs v0.3.0 |
| 2234 | 2026-08-05T02:45:46.709Z | Compiling libloading v0.8.9 |
| 2235 | 2026-08-05T02:45:46.752Z | Compiling managed v0.8.0 |
| 2236 | 2026-08-05T02:45:46.853Z | Compiling foreign-types-shared v0.3.1 |
| 2237 | 2026-08-05T02:45:46.907Z | Compiling bitflags v1.3.2 |
| 2238 | 2026-08-05T02:45:46.959Z | Compiling foreign-types v0.5.0 |
| 2239 | 2026-08-05T02:45:47.004Z | Compiling smoltcp v0.11.0 |
| 2240 | 2026-08-05T02:45:47.022Z | Compiling dropshot v0.17.1 |
| 2241 | 2026-08-05T02:45:47.066Z | Compiling postcard v1.1.3 |
| 2242 | 2026-08-05T02:45:47.432Z | Compiling bindgen v0.72.1 |
| 2243 | 2026-08-05T02:45:47.576Z | Compiling ingot v0.1.1 |
| 2244 | 2026-08-05T02:45:49.162Z | Compiling cexpr v0.6.0 |
| 2245 | 2026-08-05T02:45:49.676Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2246 | 2026-08-05T02:45:49.754Z | Compiling num_enum v0.7.5 |
| 2247 | 2026-08-05T02:45:49.790Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2248 | 2026-08-05T02:45:50.128Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2249 | 2026-08-05T02:45:50.132Z | Compiling camino-tempfile v1.4.1 |
| 2250 | 2026-08-05T02:45:50.246Z | Compiling derive-where v1.6.0 |
| 2251 | 2026-08-05T02:45:50.268Z | Compiling serde_repr v0.1.20 |
| 2252 | 2026-08-05T02:45:50.297Z | Compiling typify-macro v0.6.2 |
| 2253 | 2026-08-05T02:45:50.329Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2254 | 2026-08-05T02:45:50.503Z | Compiling memmap v0.7.0 |
| 2255 | 2026-08-05T02:45:50.560Z | Compiling cstr-argument v0.1.2 |
| 2256 | 2026-08-05T02:45:50.787Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2257 | 2026-08-05T02:45:50.878Z | Compiling usdt v0.5.0 |
| 2258 | 2026-08-05T02:45:51.496Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2259 | 2026-08-05T02:45:52.279Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2260 | 2026-08-05T02:45:52.359Z | Compiling rayon v1.11.0 |
| 2261 | 2026-08-05T02:45:52.398Z | Compiling typify v0.6.2 |
| 2262 | 2026-08-05T02:45:52.472Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2263 | 2026-08-05T02:45:52.674Z | Compiling crucible-workspace-hack v0.1.0 |
| 2264 | 2026-08-05T02:45:52.988Z | Compiling tinyvec_macros v0.1.1 |
| 2265 | 2026-08-05T02:45:53.107Z | Compiling tinyvec v1.10.0 |
| 2266 | 2026-08-05T02:45:53.390Z | Compiling progenitor-impl v0.14.0 |
| 2267 | 2026-08-05T02:45:53.460Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2268 | 2026-08-05T02:45:53.972Z | Compiling num_enum v0.5.11 |
| 2269 | 2026-08-05T02:45:54.215Z | Compiling pin-project-internal v1.1.10 |
| 2270 | 2026-08-05T02:45:54.723Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2271 | 2026-08-05T02:45:55.178Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2272 | 2026-08-05T02:45:55.178Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2273 | 2026-08-05T02:45:55.309Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2274 | 2026-08-05T02:45:55.771Z | Compiling rustix v0.38.44 |
| 2275 | 2026-08-05T02:45:55.865Z | Compiling itertools v0.12.1 |
| 2276 | 2026-08-05T02:45:55.876Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2277 | 2026-08-05T02:45:56.090Z | Compiling progenitor-impl v0.10.0 |
| 2278 | 2026-08-05T02:45:56.338Z | Compiling sigpipe v0.1.3 |
| 2279 | 2026-08-05T02:45:56.425Z | Compiling jiff v0.2.15 |
| 2280 | 2026-08-05T02:45:56.482Z | Compiling const_format_proc_macros v0.2.34 |
| 2281 | 2026-08-05T02:45:56.583Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2282 | 2026-08-05T02:45:56.878Z | Compiling progenitor-macro v0.14.0 |
| 2283 | 2026-08-05T02:45:57.151Z | Compiling zone v0.3.1 |
| 2284 | 2026-08-05T02:45:57.220Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2285 | 2026-08-05T02:46:00.684Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2286 | 2026-08-05T02:46:00.743Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2287 | 2026-08-05T02:46:00.743Z | Compiling nix v0.30.1 |
| 2288 | 2026-08-05T02:46:00.743Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2289 | 2026-08-05T02:46:00.743Z | Compiling progenitor-macro v0.10.0 |
| 2290 | 2026-08-05T02:46:00.774Z | Compiling secrecy v0.10.3 |
| 2291 | 2026-08-05T02:46:00.774Z | Compiling smf v0.2.3 |
| 2292 | 2026-08-05T02:46:00.774Z | Compiling snafu-derive v0.8.9 |
| 2293 | 2026-08-05T02:46:00.774Z | Compiling async-recursion v1.1.1 |
| 2294 | 2026-08-05T02:46:00.834Z | Compiling bstr v1.12.0 |
| 2295 | 2026-08-05T02:46:00.906Z | Compiling whoami v1.6.1 |
| 2296 | 2026-08-05T02:46:01.229Z | Compiling crc8 v0.1.1 |
| 2297 | 2026-08-05T02:46:01.353Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2298 | 2026-08-05T02:46:02.391Z | Compiling tokio-dtrace v0.1.1 |
| 2299 | 2026-08-05T02:46:02.668Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-08-05T02:46:03.821Z | Compiling reqwest v0.13.2 |
| 2301 | 2026-08-05T02:46:04.455Z | Compiling hmac v0.12.1 |
| 2302 | 2026-08-05T02:46:04.769Z | Compiling inout v0.1.4 |
| 2303 | 2026-08-05T02:46:04.782Z | Compiling ff v0.13.1 |
| 2304 | 2026-08-05T02:46:04.860Z | Compiling data-encoding v2.9.0 |
| 2305 | 2026-08-05T02:46:04.919Z | Compiling cipher v0.4.4 |
| 2306 | 2026-08-05T02:46:04.946Z | Compiling group v0.13.0 |
| 2307 | 2026-08-05T02:46:05.070Z | Compiling progenitor-client v0.14.0 |
| 2308 | 2026-08-05T02:46:05.443Z | Compiling hkdf v0.12.4 |
| 2309 | 2026-08-05T02:46:05.449Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2310 | 2026-08-05T02:46:05.744Z | Compiling oxide-tokio-rt v0.1.6 |
| 2311 | 2026-08-05T02:46:06.128Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2312 | 2026-08-05T02:46:06.706Z | Compiling atomicwrites v0.4.4 |
| 2313 | 2026-08-05T02:46:06.769Z | Compiling tabled_derive v0.7.0 |
| 2314 | 2026-08-05T02:46:07.284Z | Compiling universal-hash v0.5.1 |
| 2315 | 2026-08-05T02:46:07.314Z | Compiling crypto-bigint v0.5.5 |
| 2316 | 2026-08-05T02:46:07.528Z | Compiling half v2.7.1 |
| 2317 | 2026-08-05T02:46:07.797Z | Compiling ciborium-io v0.2.2 |
| 2318 | 2026-08-05T02:46:07.904Z | Compiling indent_write v2.2.0 |
| 2319 | 2026-08-05T02:46:08.057Z | Compiling opaque-debug v0.3.1 |
| 2320 | 2026-08-05T02:46:08.140Z | Compiling base16ct v0.2.0 |
| 2321 | 2026-08-05T02:46:08.223Z | Compiling base64ct v1.8.0 |
| 2322 | 2026-08-05T02:46:08.299Z | Compiling poly1305 v0.8.0 |
| 2323 | 2026-08-05T02:46:08.544Z | Compiling password-hash v0.5.0 |
| 2324 | 2026-08-05T02:46:08.558Z | Compiling elliptic-curve v0.13.8 |
| 2325 | 2026-08-05T02:46:08.612Z | Compiling ciborium-ll v0.2.2 |
| 2326 | 2026-08-05T02:46:08.743Z | Compiling progenitor v0.14.0 |
| 2327 | 2026-08-05T02:46:09.011Z | Compiling chacha20 v0.9.1 |
| 2328 | 2026-08-05T02:46:09.018Z | Compiling similar v2.7.0 |
| 2329 | 2026-08-05T02:46:09.038Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2330 | 2026-08-05T02:46:09.166Z | Compiling thiserror-no-std v2.0.2 |
| 2331 | 2026-08-05T02:46:09.478Z | Compiling blake2 v0.10.6 |
| 2332 | 2026-08-05T02:46:09.678Z | Compiling aead v0.5.2 |
| 2333 | 2026-08-05T02:46:09.782Z | Compiling strum_macros v0.28.0 |
| 2334 | 2026-08-05T02:46:09.950Z | Compiling linked-hash-map v0.5.6 |
| 2335 | 2026-08-05T02:46:10.125Z | Compiling resolv-conf v0.7.5 |
| 2336 | 2026-08-05T02:46:10.141Z | Compiling keccak v0.1.6 |
| 2337 | 2026-08-05T02:46:10.335Z | Compiling sha3 v0.10.8 |
| 2338 | 2026-08-05T02:46:10.435Z | Compiling lru-cache v0.1.2 |
| 2339 | 2026-08-05T02:46:10.565Z | Compiling vsss-rs v3.3.4 |
| 2340 | 2026-08-05T02:46:10.645Z | Compiling chacha20poly1305 v0.10.1 |
| 2341 | 2026-08-05T02:46:10.781Z | Compiling argon2 v0.5.3 |
| 2342 | 2026-08-05T02:46:10.790Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2343 | 2026-08-05T02:46:10.897Z | Compiling ciborium v0.2.2 |
| 2344 | 2026-08-05T02:46:11.049Z | Compiling hickory-proto v0.24.4 |
| 2345 | 2026-08-05T02:46:11.111Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2346 | 2026-08-05T02:46:11.299Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2347 | 2026-08-05T02:46:11.798Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2348 | 2026-08-05T02:46:11.856Z | Compiling serde-big-array v0.5.1 |
| 2349 | 2026-08-05T02:46:11.928Z | Compiling siphasher v1.0.1 |
| 2350 | 2026-08-05T02:46:12.030Z | Compiling unicode-segmentation v1.12.0 |
| 2351 | 2026-08-05T02:46:12.169Z | Compiling humantime v2.3.0 |
| 2352 | 2026-08-05T02:46:12.444Z | Compiling same-file v1.0.6 |
| 2353 | 2026-08-05T02:46:12.448Z | Compiling newline-converter v0.3.0 |
| 2354 | 2026-08-05T02:46:12.510Z | Compiling walkdir v2.5.0 |
| 2355 | 2026-08-05T02:46:12.554Z | Compiling phf_shared v0.12.1 |
| 2356 | 2026-08-05T02:46:12.580Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2357 | 2026-08-05T02:46:12.662Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2358 | 2026-08-05T02:46:12.808Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2359 | 2026-08-05T02:46:13.278Z | Compiling hickory-resolver v0.24.4 |
| 2360 | 2026-08-05T02:46:13.301Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2361 | 2026-08-05T02:46:14.200Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2362 | 2026-08-05T02:46:14.775Z | Compiling newtype_derive v0.1.6 |
| 2363 | 2026-08-05T02:46:14.782Z | Compiling owo-colors v4.3.0 |
| 2364 | 2026-08-05T02:46:15.469Z | Compiling tokio-stream v0.1.17 |
| 2365 | 2026-08-05T02:46:15.629Z | Compiling console v0.15.11 |
| 2366 | 2026-08-05T02:46:15.957Z | Compiling csv-core v0.1.12 |
| 2367 | 2026-08-05T02:46:15.977Z | Compiling termtree v0.5.1 |
| 2368 | 2026-08-05T02:46:16.073Z | Compiling smawk v0.3.2 |
| 2369 | 2026-08-05T02:46:16.123Z | Compiling unicode-width v0.1.14 |
| 2370 | 2026-08-05T02:46:16.300Z | Compiling swrite v0.1.0 |
| 2371 | 2026-08-05T02:46:16.409Z | Compiling foldhash v0.1.5 |
| 2372 | 2026-08-05T02:46:16.588Z | Compiling unicode-linebreak v0.1.5 |
| 2373 | 2026-08-05T02:46:16.800Z | Compiling textwrap v0.16.2 |
| 2374 | 2026-08-05T02:46:17.129Z | Compiling hashbrown v0.15.5 |
| 2375 | 2026-08-05T02:46:17.261Z | Compiling csv v1.4.0 |
| 2376 | 2026-08-05T02:46:17.311Z | Compiling expectorate v1.2.0 |
| 2377 | 2026-08-05T02:46:17.620Z | Compiling qorb v0.4.1 |
| 2378 | 2026-08-05T02:46:17.847Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2379 | 2026-08-05T02:46:18.653Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2380 | 2026-08-05T02:46:19.807Z | Compiling phf v0.12.1 |
| 2381 | 2026-08-05T02:46:20.067Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2382 | 2026-08-05T02:46:20.167Z | Compiling pin-project v1.1.10 |
| 2383 | 2026-08-05T02:46:20.250Z | Compiling unicode-normalization v0.1.24 |
| 2384 | 2026-08-05T02:46:20.282Z | Compiling libz-sys v1.1.22 |
| 2385 | 2026-08-05T02:46:20.400Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2386 | 2026-08-05T02:46:21.437Z | Compiling libsw-core v0.3.2 |
| 2387 | 2026-08-05T02:46:21.898Z | Compiling highway v1.3.0 |
| 2388 | 2026-08-05T02:46:21.967Z | Compiling fixedbitset v0.5.7 |
| 2389 | 2026-08-05T02:46:22.138Z | Compiling fixedbitset v0.4.2 |
| 2390 | 2026-08-05T02:46:22.342Z | Compiling petgraph v0.6.5 |
| 2391 | 2026-08-05T02:46:22.377Z | Compiling petgraph v0.8.2 |
| 2392 | 2026-08-05T02:46:22.392Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2393 | 2026-08-05T02:46:22.441Z | Compiling progenitor v0.10.0 |
| 2394 | 2026-08-05T02:46:23.878Z | Compiling libsw v3.5.0 |
| 2395 | 2026-08-05T02:46:24.066Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2396 | 2026-08-05T02:46:24.477Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2397 | 2026-08-05T02:46:24.554Z | Compiling olpc-cjson v0.1.4 |
| 2398 | 2026-08-05T02:46:24.573Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2399 | 2026-08-05T02:46:24.730Z | Compiling snafu v0.8.9 |
| 2400 | 2026-08-05T02:46:24.844Z | Compiling chrono-tz v0.10.4 |
| 2401 | 2026-08-05T02:46:24.978Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2402 | 2026-08-05T02:46:25.177Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2403 | 2026-08-05T02:46:25.238Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2404 | 2026-08-05T02:46:26.075Z | Compiling papergrid v0.11.0 |
| 2405 | 2026-08-05T02:46:26.256Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2406 | 2026-08-05T02:46:26.541Z | Compiling strum v0.28.0 |
| 2407 | 2026-08-05T02:46:26.690Z | Compiling globset v0.4.16 |
| 2408 | 2026-08-05T02:46:26.966Z | Compiling const_format v0.2.34 |
| 2409 | 2026-08-05T02:46:27.345Z | Compiling slog-dtrace v0.3.0 |
| 2410 | 2026-08-05T02:46:27.411Z | Compiling cancel-safe-futures v0.1.5 |
| 2411 | 2026-08-05T02:46:27.571Z | Compiling gethostname v0.5.0 |
| 2412 | 2026-08-05T02:46:27.772Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2413 | 2026-08-05T02:46:27.932Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2414 | 2026-08-05T02:46:28.968Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2415 | 2026-08-05T02:46:29.035Z | Compiling bcs v0.1.6 |
| 2416 | 2026-08-05T02:46:29.035Z | Compiling serde_plain v1.0.2 |
| 2417 | 2026-08-05T02:46:29.035Z | Compiling cargo-platform v0.1.9 |
| 2418 | 2026-08-05T02:46:29.035Z | Compiling pem v3.0.5 |
| 2419 | 2026-08-05T02:46:29.035Z | Compiling linear-map v1.2.0 |
| 2420 | 2026-08-05T02:46:29.035Z | Compiling typed-path v0.9.3 |
| 2421 | 2026-08-05T02:46:29.035Z | Compiling tagptr v0.2.0 |
| 2422 | 2026-08-05T02:46:29.616Z | Compiling moka v0.12.11 |
| 2423 | 2026-08-05T02:46:30.243Z | Compiling tough v0.20.0 |
| 2424 | 2026-08-05T02:46:30.881Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2425 | 2026-08-05T02:46:30.986Z | Compiling cargo_metadata v0.18.1 |
| 2426 | 2026-08-05T02:46:32.282Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2427 | 2026-08-05T02:46:32.607Z | Compiling tabled v0.15.0 |
| 2428 | 2026-08-05T02:46:36.818Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2429 | 2026-08-05T02:46:36.853Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2430 | 2026-08-05T02:46:36.853Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2431 | 2026-08-05T02:46:36.853Z | Compiling git2 v0.19.0 |
| 2432 | 2026-08-05T02:46:36.875Z | Compiling steno v0.4.1 |
| 2433 | 2026-08-05T02:46:37.150Z | Compiling hickory-proto v0.25.2 |
| 2434 | 2026-08-05T02:46:37.474Z | Compiling cookie v0.18.1 |
| 2435 | 2026-08-05T02:46:39.106Z | Compiling hickory-resolver v0.25.2 |
| 2436 | 2026-08-05T02:46:39.661Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2437 | 2026-08-05T02:46:40.716Z | Compiling vergen v8.3.2 |
| 2438 | 2026-08-05T02:46:42.539Z | Compiling signal-hook v0.4.4 |
| 2439 | 2026-08-05T02:46:43.830Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2440 | 2026-08-05T02:46:43.909Z | Compiling mockall_derive v0.14.0 |
| 2441 | 2026-08-05T02:46:44.158Z | Compiling predicates-core v1.0.9 |
| 2442 | 2026-08-05T02:46:44.481Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2443 | 2026-08-05T02:46:44.510Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2444 | 2026-08-05T02:46:44.825Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2445 | 2026-08-05T02:46:45.773Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2446 | 2026-08-05T02:46:46.239Z | Compiling sha2 v0.10.9 |
| 2447 | 2026-08-05T02:46:46.658Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2448 | 2026-08-05T02:46:46.714Z | Compiling diff v0.1.13 |
| 2449 | 2026-08-05T02:46:46.941Z | Compiling yansi v1.0.1 |
| 2450 | 2026-08-05T02:46:47.124Z | Compiling mockall v0.14.0 |
| 2451 | 2026-08-05T02:46:47.328Z | Compiling pretty_assertions v1.4.1 |
| 2452 | 2026-08-05T02:46:47.365Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2453 | 2026-08-05T02:46:48.362Z | Compiling fs-err v3.1.2 |
| 2454 | 2026-08-05T02:46:48.681Z | Compiling predicates-tree v1.0.12 |
| 2455 | 2026-08-05T02:46:48.685Z | Compiling predicates v3.1.3 |
| 2456 | 2026-08-05T02:46:49.489Z | Compiling git-stub v1.0.0 |
| 2457 | 2026-08-05T02:46:49.763Z | Compiling filetime v0.2.26 |
| 2458 | 2026-08-05T02:46:49.776Z | Compiling fragile v2.0.1 |
| 2459 | 2026-08-05T02:46:49.963Z | Compiling downcast v0.11.0 |
| 2460 | 2026-08-05T02:46:50.088Z | Compiling xattr v1.6.1 |
| 2461 | 2026-08-05T02:46:50.123Z | Compiling constant_time_eq v0.3.1 |
| 2462 | 2026-08-05T02:46:50.250Z | Compiling arrayref v0.3.9 |
| 2463 | 2026-08-05T02:46:50.273Z | Compiling is_ci v1.2.0 |
| 2464 | 2026-08-05T02:46:50.332Z | Compiling arrayvec v0.7.6 |
| 2465 | 2026-08-05T02:46:50.435Z | Compiling supports-color v3.0.2 |
| 2466 | 2026-08-05T02:46:50.622Z | Compiling blake3 v1.8.2 |
| 2467 | 2026-08-05T02:46:50.628Z | Compiling tar v0.4.45 |
| 2468 | 2026-08-05T02:46:50.671Z | Compiling git-stub-vcs v0.1.0 |
| 2469 | 2026-08-05T02:46:51.114Z | Compiling toml v0.7.8 |
| 2470 | 2026-08-05T02:46:51.645Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2471 | 2026-08-05T02:46:51.797Z | Compiling signal-hook-tokio v0.4.0 |
| 2472 | 2026-08-05T02:46:52.129Z | Compiling scuffle v0.1.0 |
| 2473 | 2026-08-05T02:46:53.115Z | Compiling drift v0.2.0 |
| 2474 | 2026-08-05T02:46:53.622Z | Compiling kstat-rs v0.2.4 |
| 2475 | 2026-08-05T02:46:53.805Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2476 | 2026-08-05T02:46:53.946Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2477 | 2026-08-05T02:46:53.961Z | Compiling topological-sort v0.2.2 |
| 2478 | 2026-08-05T02:46:54.124Z | Compiling hex-literal v1.1.0 |
| 2479 | 2026-08-05T02:46:54.244Z | Compiling omicron-zone-package v0.12.2 |
| 2480 | 2026-08-05T02:46:54.354Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2481 | 2026-08-05T02:46:54.382Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2482 | 2026-08-05T02:46:54.719Z | Compiling dropshot-api-manager v0.7.2 |
| 2483 | 2026-08-05T02:46:55.915Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2484 | 2026-08-05T02:46:56.395Z | Compiling curl v0.4.50 |
| 2485 | 2026-08-05T02:46:56.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2486 | 2026-08-05T02:46:57.145Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2487 | 2026-08-05T02:46:57.310Z | Compiling iddqd v0.4.5 |
| 2488 | 2026-08-05T02:46:57.397Z | Compiling search_path v0.1.4 |
| 2489 | 2026-08-05T02:46:57.821Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2490 | 2026-08-05T02:46:57.858Z | Compiling internet-checksum v0.2.1 |
| 2491 | 2026-08-05T02:46:58.013Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2492 | 2026-08-05T02:46:58.322Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2493 | 2026-08-05T02:47:01.709Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2494 | 2026-08-05T02:47:02.349Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2495 | 2026-08-05T02:47:48.989Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s |
| 2496 | 2026-08-05T02:47:49.134Z | Running unittests src/lib.rs (target/debug/deps/aal-cc4a376f9515cfe6) |
| 2497 | 2026-08-05T02:47:49.137Z | |
| 2498 | 2026-08-05T02:47:49.137Z | running 5 tests |
| 2499 | 2026-08-05T02:47:49.137Z | test fuse::tests::chip_revision_b0 ... ok |
| 2500 | 2026-08-05T02:47:49.137Z | test fuse::tests::chip_revision_b1 ... ok |
| 2501 | 2026-08-05T02:47:49.137Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2502 | 2026-08-05T02:47:49.137Z | test fuse::tests::chip_revision_a0 ... ok |
| 2503 | 2026-08-05T02:47:49.137Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2504 | 2026-08-05T02:47:49.137Z | |
| 2505 | 2026-08-05T02:47:49.137Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2506 | 2026-08-05T02:47:49.137Z | |
| 2507 | 2026-08-05T02:47:49.137Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2508 | 2026-08-05T02:47:49.140Z | |
| 2509 | 2026-08-05T02:47:49.140Z | running 0 tests |
| 2510 | 2026-08-05T02:47:49.140Z | |
| 2511 | 2026-08-05T02:47:49.143Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2512 | 2026-08-05T02:47:49.143Z | |
| 2513 | 2026-08-05T02:47:49.143Z | Running unittests src/lib.rs (target/debug/deps/asic-466634610d8e54c7) |
| 2514 | 2026-08-05T02:47:49.143Z | |
| 2515 | 2026-08-05T02:47:49.143Z | running 0 tests |
| 2516 | 2026-08-05T02:47:49.143Z | |
| 2517 | 2026-08-05T02:47:49.143Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2518 | 2026-08-05T02:47:49.143Z | |
| 2519 | 2026-08-05T02:47:49.143Z | Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5) |
| 2520 | 2026-08-05T02:47:49.146Z | |
| 2521 | 2026-08-05T02:47:49.146Z | running 10 tests |
| 2522 | 2026-08-05T02:47:49.146Z | test nat::tests::test_vni ... ok |
| 2523 | 2026-08-05T02:47:49.146Z | test network::tests::test_equal ... ok |
| 2524 | 2026-08-05T02:47:49.147Z | test network::tests::test_eui64 ... ok |
| 2525 | 2026-08-05T02:47:49.147Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2526 | 2026-08-05T02:47:49.147Z | test network::tests::test_into ... ok |
| 2527 | 2026-08-05T02:47:49.147Z | test network::tests::test_not_equal ... ok |
| 2528 | 2026-08-05T02:47:49.147Z | test network::tests::test_parse ... ok |
| 2529 | 2026-08-05T02:47:49.147Z | test network::tests::test_to_string ... ok |
| 2530 | 2026-08-05T02:47:49.147Z | test test_purge ... ok |
| 2531 | 2026-08-05T02:47:49.150Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2532 | 2026-08-05T02:47:49.150Z | |
| 2533 | 2026-08-05T02:47:49.150Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2534 | 2026-08-05T02:47:49.150Z | |
| 2535 | 2026-08-05T02:47:49.150Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50ce4c3936f71db5) |
| 2536 | 2026-08-05T02:47:49.155Z | |
| 2537 | 2026-08-05T02:47:49.155Z | running 1 test |
| 2538 | 2026-08-05T02:47:49.158Z | ------- |
| 2539 | 2026-08-05T02:47:49.158Z | Generating OpenAPI documents from API definitions ... |
| 2540 | 2026-08-05T02:47:49.295Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2541 | 2026-08-05T02:47:49.362Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2542 | 2026-08-05T02:47:50.426Z | ------- |
| 2543 | 2026-08-05T02:47:50.426Z | Checking 12 OpenAPI documents... |
| 2544 | 2026-08-05T02:47:50.427Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2545 | 2026-08-05T02:47:50.427Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2546 | 2026-08-05T02:47:50.427Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2547 | 2026-08-05T02:47:50.427Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2548 | 2026-08-05T02:47:50.427Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2549 | 2026-08-05T02:47:50.427Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2550 | 2026-08-05T02:47:50.430Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2551 | 2026-08-05T02:47:50.430Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2552 | 2026-08-05T02:47:50.430Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2553 | 2026-08-05T02:47:50.430Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2554 | 2026-08-05T02:47:50.430Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2555 | 2026-08-05T02:47:50.430Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2556 | 2026-08-05T02:47:50.430Z | Fresh dpd "latest" symlink |
| 2557 | 2026-08-05T02:47:50.430Z | ------- |
| 2558 | 2026-08-05T02:47:50.430Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2559 | 2026-08-05T02:47:50.489Z | test test::test_apis_up_to_date ... ok |
| 2560 | 2026-08-05T02:47:50.489Z | |
| 2561 | 2026-08-05T02:47:50.492Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s |
| 2562 | 2026-08-05T02:47:50.492Z | |
| 2563 | 2026-08-05T02:47:50.546Z | Running unittests src/main.rs (target/debug/deps/dpd-3e850c6c82be8cb9) |
| 2564 | 2026-08-05T02:47:50.553Z | |
| 2565 | 2026-08-05T02:47:50.553Z | running 61 tests |
| 2566 | 2026-08-05T02:47:50.558Z | test config::tests::test_updates ... ok |
| 2567 | 2026-08-05T02:47:50.558Z | Aug 05 02:47:49.129 DEBG created new freemap, unit: freemap_test |
| 2568 | 2026-08-05T02:47:50.559Z | Aug 05 02:47:49.129 DEBG initted freemap. size: 128, unit: freemap_test |
| 2569 | 2026-08-05T02:47:50.559Z | Aug 05 02:47:49.129 DEBG reset freemap, unit: freemap_test |
| 2570 | 2026-08-05T02:47:50.562Z | test freemap::test_exhaustion ... ok |
| 2571 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.131 DEBG created new freemap, unit: freemap_test |
| 2572 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.132 DEBG initted freemap. size: 128, unit: freemap_test |
| 2573 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.132 DEBG reset freemap, unit: freemap_test |
| 2574 | 2026-08-05T02:47:50.562Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2575 | 2026-08-05T02:47:50.562Z | test freemap::test_free ... ok |
| 2576 | 2026-08-05T02:47:50.562Z | test freemap::test_split ... ok |
| 2577 | 2026-08-05T02:47:50.562Z | test macaddrs::tests::test_mac_offset ... ok |
| 2578 | 2026-08-05T02:47:50.562Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2579 | 2026-08-05T02:47:50.562Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2580 | 2026-08-05T02:47:50.562Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2581 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.133 DEBG created new freemap, unit: freemap_test |
| 2582 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.133 DEBG initted freemap. size: 128, unit: freemap_test |
| 2583 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.133 DEBG reset freemap, unit: freemap_test |
| 2584 | 2026-08-05T02:47:50.562Z | test freemap::test_ordering ... ok |
| 2585 | 2026-08-05T02:47:50.562Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2586 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.133 DEBG created new freemap, unit: freemap_test |
| 2587 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.133 DEBG initted freemap. size: 128, unit: freemap_test |
| 2588 | 2026-08-05T02:47:50.562Z | Aug 05 02:47:49.133 DEBG reset freemap, unit: freemap_test |
| 2589 | 2026-08-05T02:47:50.562Z | test freemap::test_span ... ok |
| 2590 | 2026-08-05T02:47:50.562Z | test freemap::test_basic ... ok |
| 2591 | 2026-08-05T02:47:50.567Z | test api_server::tests::test_build_info ... ok |
| 2592 | 2026-08-05T02:47:50.567Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2593 | 2026-08-05T02:47:50.567Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2594 | 2026-08-05T02:47:50.567Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2595 | 2026-08-05T02:47:50.567Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2596 | 2026-08-05T02:47:50.567Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2597 | 2026-08-05T02:47:50.571Z | test freemap::test_reclaim ... ok |
| 2598 | 2026-08-05T02:47:50.571Z | Aug 05 02:47:49.137 DEBG created new freemap, unit: freemap_test |
| 2599 | 2026-08-05T02:47:50.571Z | Aug 05 02:47:49.137 DEBG initted freemap. size: 128, unit: freemap_test |
| 2600 | 2026-08-05T02:47:50.571Z | Aug 05 02:47:49.137 DEBG reset freemap, unit: freemap_test |
| 2601 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2602 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2603 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2604 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2605 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2606 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2607 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2608 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2609 | 2026-08-05T02:47:50.571Z | test mcast::tests::test_sources_contain_any ... ok |
| 2610 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2611 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2612 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2613 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2614 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2615 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2616 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 2617 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2618 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2619 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2620 | 2026-08-05T02:47:50.571Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2621 | 2026-08-05T02:47:50.571Z | test nat::test_mapping ... ok |
| 2622 | 2026-08-05T02:47:50.571Z | test port_map::tests::dump_map ... ok |
| 2623 | 2026-08-05T02:47:50.571Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2624 | 2026-08-05T02:47:50.571Z | test port_map::tests::test_port_map ... ok |
| 2625 | 2026-08-05T02:47:50.572Z | test port_map::tests::test_backplane_group ... ok |
| 2626 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2627 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2628 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2629 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2630 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2631 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2632 | 2026-08-05T02:47:50.576Z | Aug 05 02:47:49.142 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2633 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2634 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2635 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2636 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2638 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2639 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2640 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2642 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2643 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2644 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2645 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2646 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2648 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2650 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2651 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2652 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2653 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2654 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2655 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2656 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2657 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2658 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2660 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2661 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2662 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2664 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2665 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2666 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2667 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2668 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2669 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2670 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2671 | 2026-08-05T02:47:50.577Z | Aug 05 02:47:49.142 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 } }] |
| 2672 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2673 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2674 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2675 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2676 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2677 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2678 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2679 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2680 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2681 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2682 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2683 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2684 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2685 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2686 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2688 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2689 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2690 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2691 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2692 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2693 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2694 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2696 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2697 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2698 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2699 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2700 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2702 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2703 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2704 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2705 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2706 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2707 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2708 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2709 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.142 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 } }] |
| 2710 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2711 | 2026-08-05T02:47:50.578Z | Aug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2712 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2713 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 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 } }] |
| 2714 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2715 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2716 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2717 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 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 } }] |
| 2718 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2719 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2720 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2721 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 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 } }] |
| 2722 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2723 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2724 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2725 | 2026-08-05T02:47:50.579Z | Aug 05 02:47:49.143 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 } }] |
| 2726 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2727 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2728 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2729 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2730 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2731 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2732 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2733 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2734 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2735 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2736 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2737 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2738 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2739 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2740 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2741 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2742 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2744 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2745 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2746 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2748 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2749 | 2026-08-05T02:47:50.583Z | Aug 05 02:47:49.143 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 } }] |
| 2750 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2751 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2752 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2753 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2754 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2755 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2756 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2757 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2758 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2759 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2760 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2761 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2762 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 DEBG failed to allocate space for the new target list |
| 2763 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 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 } }] |
| 2764 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 DEBG created new freemap, unit: freemap_test |
| 2765 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 DEBG initted freemap. size: 8, unit: freemap_test |
| 2766 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.143 DEBG reset freemap, unit: freemap_test |
| 2767 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2768 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2769 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2770 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2771 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2772 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2773 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2774 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2775 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 2776 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2777 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2778 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2779 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 2780 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2781 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 2782 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2783 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 2784 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2785 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 2786 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2787 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 2788 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2789 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 2790 | 2026-08-05T02:47:50.584Z | Aug 05 02:47:49.144 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 } }] |
| 2791 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 2792 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2793 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 2794 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2795 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 2796 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2797 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 2798 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2799 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 2800 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2801 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 2802 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2803 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 2804 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2805 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 2806 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2807 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 2808 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2809 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 2810 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2811 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 2812 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2813 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 2814 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2815 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 2816 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2817 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 2818 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2819 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 2820 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2821 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 2822 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2823 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 2824 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 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 } }] |
| 2825 | 2026-08-05T02:47:50.585Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 2826 | 2026-08-05T02:47:50.589Z | Aug 05 02:47:49.144 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 } }] |
| 2827 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 2828 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2829 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 2830 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2831 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 2832 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2833 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 2834 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2835 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 2836 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2837 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 2838 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2839 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 2840 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2841 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 2842 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2843 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 2844 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2845 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 2846 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.144 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 } }] |
| 2847 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 2848 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2849 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 2850 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2851 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 2852 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2853 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 2854 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2855 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 2856 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2857 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 2858 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2859 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 2860 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2861 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 2862 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 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 } }] |
| 2863 | 2026-08-05T02:47:50.590Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 2864 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2865 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 2866 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2867 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 2868 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2869 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 2870 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2871 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 2872 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2873 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 2874 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2875 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 2876 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2877 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 2878 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2879 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 2880 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2881 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 2882 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2883 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 2884 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2885 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 2886 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2887 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 2888 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2889 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 2890 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2891 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 2892 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2893 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 2894 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2895 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 2896 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2897 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 2898 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2899 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 2900 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2901 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 2902 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 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 } }] |
| 2903 | 2026-08-05T02:47:50.591Z | Aug 05 02:47:49.145 DEBG failed to allocate space for the new target list |
| 2904 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.145 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 } }] |
| 2905 | 2026-08-05T02:47:50.592Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2906 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2907 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2908 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2909 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2910 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2911 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2912 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2913 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2914 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2915 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2916 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2917 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2918 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2919 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2920 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2922 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2923 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2924 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2925 | 2026-08-05T02:47:50.592Z | Aug 05 02:47:49.146 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 } }] |
| 2926 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2927 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 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 } }] |
| 2928 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2929 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 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 } }] |
| 2930 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2931 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 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 } }] |
| 2932 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2933 | 2026-08-05T02:47:50.597Z | Aug 05 02:47:49.146 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 } }] |
| 2934 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2935 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2936 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2937 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2938 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2939 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2940 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2941 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2942 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2944 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2945 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2946 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2947 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2948 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2949 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2950 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2951 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2952 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2953 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2954 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2955 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2956 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2957 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2958 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2959 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2960 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2961 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2962 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2963 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2964 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2965 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2966 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2967 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2968 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2969 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2970 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2971 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2972 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2973 | 2026-08-05T02:47:50.598Z | Aug 05 02:47:49.146 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 } }] |
| 2974 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2975 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2976 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2977 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2978 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2979 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2980 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2981 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2982 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2983 | 2026-08-05T02:47:50.599Z | test route::tests::delete_target_full ... ok |
| 2984 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2985 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2986 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2987 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2988 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2989 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2990 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2991 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2992 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2993 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2994 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2995 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2996 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 2997 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2998 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2999 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3000 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 3001 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3002 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3003 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3004 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 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 } }] |
| 3005 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3006 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBGAug 05 02:47:49.146 created new freemapDEBG , 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 } }]unit |
| 3007 | 2026-08-05T02:47:50.599Z | : freemap_route_ipv4 |
| 3008 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3009 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 DEBG Aug 05 02:47:49.146created new freemap , DEBGunit :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 } }] |
| 3010 | 2026-08-05T02:47:50.599Z | freemap_route_ipv6 |
| 3011 | 2026-08-05T02:47:50.599Z | Aug 05 02:47:49.146 Aug 05 02:47:49.146INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3012 | 2026-08-05T02:47:50.599Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 05 02:47:49.146 |
| 3013 | 2026-08-05T02:47:50.600Z | 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 } }] |
| 3014 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.146 DEBG reset freemapAug 05 02:47:49.146, unitINFO: adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3015 | 2026-08-05T02:47:50.600Z | |
| 3016 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.146Aug 05 02:47:49.146 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 3017 | 2026-08-05T02:47:50.600Z | , unit: freemap_route_ipv6 |
| 3018 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.146 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3019 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.146 DEBG reset freemap, Aug 05 02:47:49.146unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 3020 | 2026-08-05T02:47:50.600Z | |
| 3021 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.146Aug 05 02:47:49.146 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3022 | 2026-08-05T02:47:50.600Z | |
| 3023 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.146Aug 05 02:47:49.146 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 } }] |
| 3024 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3025 | 2026-08-05T02:47:50.600Z | Aug 05 02:47:49.147 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 } }] |
| 3026 | 2026-08-05T02:47:50.604Z | Aug 05 02:47:49.147 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:1, vlan_id: None } }] |
| 3027 | 2026-08-05T02:47:50.604Z | |
| 3028 | 2026-08-05T02:47:50.604Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3029 | 2026-08-05T02:47:50.604Z | |
| 3030 | 2026-08-05T02:47:50.604Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 3031 | 2026-08-05T02:47:50.604Z | |
| 3032 | 2026-08-05T02:47:50.604Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3033 | 2026-08-05T02:47:50.604Z | |
| 3034 | 2026-08-05T02:47:50.604Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:36::/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 } }] |
| 3035 | 2026-08-05T02:47:50.604Z | |
| 3036 | 2026-08-05T02:47:50.604Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3037 | 2026-08-05T02:47:50.604Z | |
| 3038 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 3039 | 2026-08-05T02:47:50.605Z | |
| 3040 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 3041 | 2026-08-05T02:47:50.605Z | |
| 3042 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3043 | 2026-08-05T02:47:50.605Z | |
| 3044 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3045 | 2026-08-05T02:47:50.605Z | |
| 3046 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3047 | 2026-08-05T02:47:50.605Z | |
| 3048 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3049 | 2026-08-05T02:47:50.605Z | |
| 3050 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 3051 | 2026-08-05T02:47:50.605Z | |
| 3052 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3053 | 2026-08-05T02:47:50.605Z | |
| 3054 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:3b::/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 } }] |
| 3055 | 2026-08-05T02:47:50.605Z | |
| 3056 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3057 | 2026-08-05T02:47:50.605Z | |
| 3058 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:3c::/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 } }] |
| 3059 | 2026-08-05T02:47:50.605Z | |
| 3060 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3061 | 2026-08-05T02:47:50.605Z | |
| 3062 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3063 | 2026-08-05T02:47:50.605Z | |
| 3064 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3065 | 2026-08-05T02:47:50.605Z | |
| 3066 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 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:3e::/64 -> 2001:db8::55:ff |
| 3067 | 2026-08-05T02:47:50.605Z | |
| 3068 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3069 | 2026-08-05T02:47:50.605Z | |
| 3070 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 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:3f::/64 -> 2001:db8::55:ff |
| 3071 | 2026-08-05T02:47:50.605Z | |
| 3072 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 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 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3073 | 2026-08-05T02:47:50.605Z | |
| 3074 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3075 | 2026-08-05T02:47:50.605Z | |
| 3076 | 2026-08-05T02:47:50.605Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3077 | 2026-08-05T02:47:50.605Z | |
| 3078 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147Aug 05 02:47:49.147 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 3079 | 2026-08-05T02:47:50.606Z | |
| 3080 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3081 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3082 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3083 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3084 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3085 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3086 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3087 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3088 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3089 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3090 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3091 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3092 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3093 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3094 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3095 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3096 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3097 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3098 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3099 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.147 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 } }] |
| 3100 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3101 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 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 } }] |
| 3102 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3103 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 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 } }] |
| 3104 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3105 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3106 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3107 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 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 } }] |
| 3108 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 Aug 05 02:47:49.149INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3109 | 2026-08-05T02:47:50.606Z | created new freemap, unit:Aug 05 02:47:49.149 freemap_route_ipv4DEBG |
| 3110 | 2026-08-05T02:47:50.606Z | 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 } }] |
| 3111 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149Aug 05 02:47:49.149 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffcreated new freemap |
| 3112 | 2026-08-05T02:47:50.606Z | , unit: freemap_route_ipv6Aug 05 02:47:49.149 |
| 3113 | 2026-08-05T02:47:50.606Z | 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 } }] |
| 3114 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 DEBG initted freemap. size: 64Aug 05 02:47:49.149, unitINFO: adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3115 | 2026-08-05T02:47:50.606Z | |
| 3116 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149Aug 05 02:47:49.149 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 } }]reset freemap |
| 3117 | 2026-08-05T02:47:50.606Z | , unit: freemap_route_ipv4 |
| 3118 | 2026-08-05T02:47:50.606Z | Aug 05 02:47:49.149 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3119 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 DEBG initted freemap. size: 64Aug 05 02:47:49.149, unitDEBG: freemap_route_ipv6 |
| 3120 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3121 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3122 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 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 } }] |
| 3123 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3124 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 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 } }] |
| 3125 | 2026-08-05T02:47:50.607Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3126 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3127 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3128 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3129 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3130 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3131 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3132 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3133 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3134 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3135 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3136 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3137 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3138 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3139 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3140 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3141 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3142 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3143 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3144 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3145 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3146 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3147 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3148 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3149 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3150 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3151 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3152 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3153 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3154 | 2026-08-05T02:47:50.611Z | Aug 05 02:47:49.149 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 } }] |
| 3155 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3156 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3157 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3158 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3159 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3160 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3161 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3162 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3163 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3164 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3165 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3166 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3167 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3168 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3169 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3170 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3171 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3172 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3173 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3174 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3175 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3176 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3177 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3178 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3179 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3180 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3181 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3182 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3183 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3184 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3185 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3186 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3187 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3188 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3189 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3190 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3191 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3192 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3193 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3194 | 2026-08-05T02:47:50.612Z | Aug 05 02:47:49.149 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 } }] |
| 3195 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3196 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3197 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3198 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3199 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3200 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3201 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3202 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3203 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3204 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3205 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3206 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3207 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3208 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3209 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3210 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3211 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3212 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3213 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3214 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3215 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3216 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3217 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3218 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3219 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3220 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.149 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 } }] |
| 3221 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.155 Aug 05 02:47:49.154INFO adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 3222 | 2026-08-05T02:47:50.613Z | created new freemap, unitAug 05 02:47:49.155: DEBGfreemap_route_ipv4 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 } }] |
| 3223 | 2026-08-05T02:47:50.613Z | |
| 3224 | 2026-08-05T02:47:50.613Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 05 02:47:49.155 |
| 3225 | 2026-08-05T02:47:50.613Z | DEBG created new freemap, unitAug 05 02:47:49.155: DEBGfreemap_route_ipv6 |
| 3226 | 2026-08-05T02:47:50.617Z | 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 } }] |
| 3227 | 2026-08-05T02:47:50.617Z | Aug 05 02:47:49.155Aug 05 02:47:49.155 DEBGINFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255, |
| 3228 | 2026-08-05T02:47:50.617Z | unit: freemap_route_ipv4 |
| 3229 | 2026-08-05T02:47:50.617Z | Aug 05 02:47:49.155 DEBG Aug 05 02:47:49.155replacing 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 } }] |
| 3230 | 2026-08-05T02:47:50.617Z | DEBG reset freemap, unit:Aug 05 02:47:49.155 freemap_route_ipv4INFO |
| 3231 | 2026-08-05T02:47:50.617Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3232 | 2026-08-05T02:47:50.617Z | Aug 05 02:47:49.155Aug 05 02:47:49.155 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 3233 | 2026-08-05T02:47:50.617Z | unit: freemap_route_ipv6 |
| 3234 | 2026-08-05T02:47:50.617Z | Aug 05 02:47:49.155 INFO Aug 05 02:47:49.155adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3235 | 2026-08-05T02:47:50.617Z | DEBG reset freemap, unit:Aug 05 02:47:49.155 freemap_route_ipv6DEBG |
| 3236 | 2026-08-05T02:47:50.617Z | 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 } }] |
| 3237 | 2026-08-05T02:47:50.617Z | Aug 05 02:47:49.155 INFOAug 05 02:47:49.155 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 3238 | 2026-08-05T02:47:50.617Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3239 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBGAug 05 02:47:49.155 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3240 | 2026-08-05T02:47:50.618Z | 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 } }] |
| 3241 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBGAug 05 02:47:49.155 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3242 | 2026-08-05T02:47:50.618Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3243 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3244 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3245 | 2026-08-05T02:47:50.618Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3246 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3247 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3248 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3249 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3250 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3251 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3252 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3253 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3254 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3255 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3256 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3257 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3258 | 2026-08-05T02:47:50.618Z | test route::tests::add_target_fails_full ... ok |
| 3259 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3260 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3261 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3262 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG failed to allocate space for the new target list |
| 3263 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3264 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG failed to allocate space for the new target list |
| 3265 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.154 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3266 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3267 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3268 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3269 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3270 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3271 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3272 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3273 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3274 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3275 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3276 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 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 } }] |
| 3277 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3278 | 2026-08-05T02:47:50.618Z | Aug 05 02:47:49.155 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3279 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3280 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3281 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.152 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3282 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3283 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3284 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3285 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3286 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3287 | 2026-08-05T02:47:50.619Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3288 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 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 } }] |
| 3289 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3290 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 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 } }] |
| 3291 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3292 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 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 } }] |
| 3293 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3294 | 2026-08-05T02:47:50.620Z | Aug 05 02:47:49.155 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 } }] |
| 3295 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 3296 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3297 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3298 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3299 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3300 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3301 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3302 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3303 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3304 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3305 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3306 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3307 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3308 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3309 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3310 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3311 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3312 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3313 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3314 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3315 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3316 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3317 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3318 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3319 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3320 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3321 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3322 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3323 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3324 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 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 } }] |
| 3325 | 2026-08-05T02:47:50.621Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3326 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.155 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 } }] |
| 3327 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3328 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.155 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 } }] |
| 3329 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.155 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3330 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 DEBG Aug 05 02:47:49.156replacing 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 } }] |
| 3331 | 2026-08-05T02:47:50.626Z | DEBG created new freemapAug 05 02:47:49.161, INFOunit :adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3332 | 2026-08-05T02:47:50.626Z | freemap_route_ipv4 |
| 3333 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 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 } }] |
| 3334 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3335 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 DEBG created new freemapAug 05 02:47:49.161, unitDEBG: replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3336 | 2026-08-05T02:47:50.626Z | |
| 3337 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161Aug 05 02:47:49.161 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3338 | 2026-08-05T02:47:50.626Z | , unit: freemap_route_ipv4 |
| 3339 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 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 } }] |
| 3340 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 DEBG reset freemap, Aug 05 02:47:49.161unit :INFO freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3341 | 2026-08-05T02:47:50.626Z | |
| 3342 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161Aug 05 02:47:49.161 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 } }]initted freemap. size: 64 |
| 3343 | 2026-08-05T02:47:50.626Z | , unit: freemap_route_ipv6 |
| 3344 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 05 02:47:49.161 |
| 3345 | 2026-08-05T02:47:50.626Z | DEBG reset freemap, Aug 05 02:47:49.161unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3346 | 2026-08-05T02:47:50.626Z | |
| 3347 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161Aug 05 02:47:49.161 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3348 | 2026-08-05T02:47:50.626Z | |
| 3349 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.161Aug 05 02:47:49.161 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3350 | 2026-08-05T02:47:50.626Z | |
| 3351 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3352 | 2026-08-05T02:47:50.626Z | |
| 3353 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.156Aug 05 02:47:49.162Aug 05 02:47:49.162 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 } }]DEBG |
| 3354 | 2026-08-05T02:47:50.626Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 3355 | 2026-08-05T02:47:50.626Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 05 02:47:49.162unit |
| 3356 | 2026-08-05T02:47:50.626Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 3357 | 2026-08-05T02:47:50.626Z | :adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3358 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162freemap_route_ipv4 DEBG |
| 3359 | 2026-08-05T02:47:50.627Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.162 |
| 3360 | 2026-08-05T02:47:50.627Z | 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 } }] |
| 3361 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 INFO Aug 05 02:47:49.162adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 05 02:47:49.162 INFO |
| 3362 | 2026-08-05T02:47:50.627Z | INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3363 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 3364 | 2026-08-05T02:47:50.627Z | created new freemap, Aug 05 02:47:49.162Aug 05 02:47:49.162 Aug 05 02:47:49.162DEBG DEBG unitreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3365 | 2026-08-05T02:47:50.627Z | : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 3366 | 2026-08-05T02:47:50.627Z | |
| 3367 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 |
| 3368 | 2026-08-05T02:47:50.627Z | INFO Aug 05 02:47:49.162adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 05 02:47:49.162 |
| 3369 | 2026-08-05T02:47:50.627Z | INFOAug 05 02:47:49.162 DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3370 | 2026-08-05T02:47:50.627Z | |
| 3371 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 initted freemap. size: 64DEBG, Aug 05 02:47:49.162Aug 05 02:47:49.162 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 } }] DEBGWARN |
| 3372 | 2026-08-05T02:47:50.627Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3373 | 2026-08-05T02:47:50.627Z | unit |
| 3374 | 2026-08-05T02:47:50.627Z | : freemap_route_ipv4Aug 05 02:47:49.162 |
| 3375 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 05 02:47:49.162 |
| 3376 | 2026-08-05T02:47:50.627Z | |
| 3377 | 2026-08-05T02:47:50.627Z | DEBG reset freemap, unitAug 05 02:47:49.162: Aug 05 02:47:49.162Aug 05 02:47:49.151 freemap_route_ipv4DEBG |
| 3378 | 2026-08-05T02:47:50.627Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3379 | 2026-08-05T02:47:50.627Z | created new freemap, unitAug 05 02:47:49.162: Aug 05 02:47:49.162DEBG INFO initted freemap. size: 64freemap_route_ipv4, adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3380 | 2026-08-05T02:47:50.627Z | |
| 3381 | 2026-08-05T02:47:50.627Z | unit: freemap_route_ipv6 |
| 3382 | 2026-08-05T02:47:50.627Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3383 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 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 } }]Aug 05 02:47:49.162 |
| 3384 | 2026-08-05T02:47:50.627Z | DEBG reset freemapAug 05 02:47:49.162, unitAug 05 02:47:49.162: DEBGINFO freemap_route_ipv6created new freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3385 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 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 } }] |
| 3386 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 05 02:47:49.151 |
| 3387 | 2026-08-05T02:47:50.627Z | DEBG Aug 05 02:47:49.162created new freemap 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 } }]unit |
| 3388 | 2026-08-05T02:47:50.627Z | : freemap_route_ipv4 |
| 3389 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3390 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 DEBGAug 05 02:47:49.162 created new freemapDEBG, unitreplacing 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 } }]: |
| 3391 | 2026-08-05T02:47:50.627Z | freemap_route_ipv6 |
| 3392 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 INFOAug 05 02:47:49.162 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 3393 | 2026-08-05T02:47:50.627Z | initted freemap. size: 64, unit:Aug 05 02:47:49.162 freemap_route_ipv4DEBG |
| 3394 | 2026-08-05T02:47:50.627Z | 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 } }] |
| 3395 | 2026-08-05T02:47:50.627Z | Aug 05 02:47:49.162 DEBG Aug 05 02:47:49.162reset freemap , INFOunit :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3396 | 2026-08-05T02:47:50.627Z | freemap_route_ipv4 |
| 3397 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 Aug 05 02:47:49.162DEBG 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 } }] |
| 3398 | 2026-08-05T02:47:50.628Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 05 02:47:49.162 |
| 3399 | 2026-08-05T02:47:50.628Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3400 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 DEBG reset freemap, Aug 05 02:47:49.162unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 3401 | 2026-08-05T02:47:50.628Z | |
| 3402 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3403 | 2026-08-05T02:47:50.628Z | |
| 3404 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3405 | 2026-08-05T02:47:50.628Z | |
| 3406 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3407 | 2026-08-05T02:47:50.628Z | |
| 3408 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3409 | 2026-08-05T02:47:50.628Z | |
| 3410 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3411 | 2026-08-05T02:47:50.628Z | |
| 3412 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162Aug 05 02:47:49.162 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3413 | 2026-08-05T02:47:50.628Z | |
| 3414 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 Aug 05 02:47:49.162INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3415 | 2026-08-05T02:47:50.628Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3416 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 Aug 05 02:47:49.162DEBG 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 } }] |
| 3417 | 2026-08-05T02:47:50.628Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3418 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 Aug 05 02:47:49.162INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3419 | 2026-08-05T02:47:50.628Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3420 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 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 } }] |
| 3421 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3422 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3423 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3424 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 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 } }] |
| 3425 | 2026-08-05T02:47:50.628Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3426 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3427 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3428 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 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 } }] |
| 3429 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3430 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 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 } }] |
| 3431 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3432 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 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 } }] |
| 3433 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3434 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.162 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 } }] |
| 3435 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.163 Aug 05 02:47:49.168DEBG created new freemapINFO , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit |
| 3436 | 2026-08-05T02:47:50.633Z | : freemap_route_ipv4 |
| 3437 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 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 } }] |
| 3438 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3439 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 DEBG created new freemapAug 05 02:47:49.168, unitDEBG: 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 } }]freemap_route_ipv6 |
| 3440 | 2026-08-05T02:47:50.633Z | |
| 3441 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168Aug 05 02:47:49.168 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3442 | 2026-08-05T02:47:50.633Z | , unit: freemap_route_ipv4 |
| 3443 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 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 } }] |
| 3444 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 DEBG reset freemap, Aug 05 02:47:49.168unit :INFO freemap_route_ipv4adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3445 | 2026-08-05T02:47:50.633Z | |
| 3446 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168Aug 05 02:47:49.168 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 } }]initted freemap. size: 64 |
| 3447 | 2026-08-05T02:47:50.633Z | , unit: freemap_route_ipv6 |
| 3448 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 05 02:47:49.168 |
| 3449 | 2026-08-05T02:47:50.633Z | DEBG reset freemap, unitAug 05 02:47:49.168: DEBGfreemap_route_ipv6 |
| 3450 | 2026-08-05T02:47:50.633Z | 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 } }] |
| 3451 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 Aug 05 02:47:49.168INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3452 | 2026-08-05T02:47:50.633Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3453 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168Aug 05 02:47:49.168 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 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 } }] |
| 3454 | 2026-08-05T02:47:50.633Z | |
| 3455 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168Aug 05 02:47:49.168 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3456 | 2026-08-05T02:47:50.633Z | |
| 3457 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168Aug 05 02:47:49.168 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3458 | 2026-08-05T02:47:50.633Z | |
| 3459 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168Aug 05 02:47:49.168 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 3460 | 2026-08-05T02:47:50.633Z | |
| 3461 | 2026-08-05T02:47:50.633Z | Aug 05 02:47:49.168 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 } }] |
| 3462 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3463 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 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 } }] |
| 3464 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3465 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 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 } }] |
| 3466 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3467 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 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 } }] |
| 3468 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3469 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 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 } }] |
| 3470 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3471 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 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 } }] |
| 3472 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 DEBG failed to allocate space for the new target list |
| 3473 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.168 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3474 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.151 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3475 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3476 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3477 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3478 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3479 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3480 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3481 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 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 } }] |
| 3482 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3483 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 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 } }] |
| 3484 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3485 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 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 } }] |
| 3486 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3487 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.169 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3488 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3489 | 2026-08-05T02:47:50.634Z | , Aug 05 02:47:49.176 WARN unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }): |
| 3490 | 2026-08-05T02:47:50.634Z | freemap_route_ipv6 |
| 3491 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3492 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 ERRO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 05 02:47:49.176 |
| 3493 | 2026-08-05T02:47:50.634Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3494 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3495 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3496 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3497 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3498 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 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 } }] |
| 3499 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3500 | 2026-08-05T02:47:50.634Z | Aug 05 02:47:49.176 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 } }] |
| 3501 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3502 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 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 } }] |
| 3503 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3504 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.169 Aug 05 02:47:49.176DEBG DEBGcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }], |
| 3505 | 2026-08-05T02:47:50.635Z | unit: freemap_route_ipv4 |
| 3506 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 3507 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 DEBG Aug 05 02:47:49.176created new freemap , DEBGunit :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3508 | 2026-08-05T02:47:50.635Z | freemap_route_ipv6 |
| 3509 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 Aug 05 02:47:49.176INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3510 | 2026-08-05T02:47:50.635Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 05 02:47:49.176 |
| 3511 | 2026-08-05T02:47:50.635Z | 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 } }] |
| 3512 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 DEBG reset freemapAug 05 02:47:49.176, INFOunit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3513 | 2026-08-05T02:47:50.635Z | freemap_route_ipv4 |
| 3514 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 Aug 05 02:47:49.176DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3515 | 2026-08-05T02:47:50.635Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 05 02:47:49.176 |
| 3516 | 2026-08-05T02:47:50.635Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3517 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176 DEBG reset freemapAug 05 02:47:49.176, unitDEBG: 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 } }]freemap_route_ipv6 |
| 3518 | 2026-08-05T02:47:50.635Z | |
| 3519 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3520 | 2026-08-05T02:47:50.635Z | |
| 3521 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3522 | 2026-08-05T02:47:50.635Z | |
| 3523 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3524 | 2026-08-05T02:47:50.635Z | |
| 3525 | 2026-08-05T02:47:50.635Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3526 | 2026-08-05T02:47:50.640Z | |
| 3527 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3528 | 2026-08-05T02:47:50.640Z | |
| 3529 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3530 | 2026-08-05T02:47:50.640Z | |
| 3531 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3532 | 2026-08-05T02:47:50.640Z | |
| 3533 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3534 | 2026-08-05T02:47:50.640Z | |
| 3535 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3536 | 2026-08-05T02:47:50.640Z | |
| 3537 | 2026-08-05T02:47:50.640Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3538 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3539 | 2026-08-05T02:47:50.640Z | |
| 3540 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3541 | 2026-08-05T02:47:50.640Z | |
| 3542 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3543 | 2026-08-05T02:47:50.640Z | |
| 3544 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3545 | 2026-08-05T02:47:50.640Z | |
| 3546 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3547 | 2026-08-05T02:47:50.640Z | |
| 3548 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3549 | 2026-08-05T02:47:50.640Z | |
| 3550 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3551 | 2026-08-05T02:47:50.640Z | |
| 3552 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3553 | 2026-08-05T02:47:50.640Z | |
| 3554 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 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 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 } }] |
| 3555 | 2026-08-05T02:47:50.640Z | |
| 3556 | 2026-08-05T02:47:50.640Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3557 | 2026-08-05T02:47:50.641Z | |
| 3558 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3559 | 2026-08-05T02:47:50.641Z | |
| 3560 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3561 | 2026-08-05T02:47:50.641Z | |
| 3562 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 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: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 } }] |
| 3563 | 2026-08-05T02:47:50.641Z | |
| 3564 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3565 | 2026-08-05T02:47:50.641Z | |
| 3566 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3567 | 2026-08-05T02:47:50.641Z | |
| 3568 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3569 | 2026-08-05T02:47:50.641Z | |
| 3570 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3571 | 2026-08-05T02:47:50.641Z | |
| 3572 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3573 | 2026-08-05T02:47:50.641Z | |
| 3574 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3575 | 2026-08-05T02:47:50.641Z | |
| 3576 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3577 | 2026-08-05T02:47:50.641Z | |
| 3578 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3579 | 2026-08-05T02:47:50.641Z | |
| 3580 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3581 | 2026-08-05T02:47:50.641Z | |
| 3582 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3583 | 2026-08-05T02:47:50.641Z | |
| 3584 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.177Aug 05 02:47:49.177 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3585 | 2026-08-05T02:47:50.641Z | |
| 3586 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.177Aug 05 02:47:49.177 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3587 | 2026-08-05T02:47:50.641Z | |
| 3588 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.177Aug 05 02:47:49.177 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3589 | 2026-08-05T02:47:50.641Z | |
| 3590 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.177Aug 05 02:47:49.177 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 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 } }] |
| 3591 | 2026-08-05T02:47:50.641Z | |
| 3592 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.177Aug 05 02:47:49.177 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3593 | 2026-08-05T02:47:50.641Z | |
| 3594 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.177Aug 05 02:47:49.177 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 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 } }] |
| 3595 | 2026-08-05T02:47:50.641Z | Aug 05 02:47:49.183Aug 05 02:47:49.177 INFODEBG created new freemap, unit: freemap_route_ipv4 |
| 3596 | 2026-08-05T02:47:50.641Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3597 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG created new freemapreplacing 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 } }], |
| 3598 | 2026-08-05T02:47:50.642Z | unit: freemap_route_ipv6 |
| 3599 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3600 | 2026-08-05T02:47:50.642Z | DEBG initted freemap. size: 64, unit:Aug 05 02:47:49.183 freemap_route_ipv4DEBG |
| 3601 | 2026-08-05T02:47:50.642Z | 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 } }] |
| 3602 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183reset freemap , INFOunit :adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3603 | 2026-08-05T02:47:50.642Z | freemap_route_ipv4 |
| 3604 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 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 } }]initted freemap. size: 64 |
| 3605 | 2026-08-05T02:47:50.642Z | , unit: freemap_route_ipv6 |
| 3606 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 05 02:47:49.183 |
| 3607 | 2026-08-05T02:47:50.642Z | DEBG reset freemap, unitAug 05 02:47:49.183: DEBGfreemap_route_ipv6 |
| 3608 | 2026-08-05T02:47:50.642Z | 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 } }] |
| 3609 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3610 | 2026-08-05T02:47:50.642Z | |
| 3611 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 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 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 } }] |
| 3612 | 2026-08-05T02:47:50.642Z | |
| 3613 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3614 | 2026-08-05T02:47:50.642Z | |
| 3615 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3616 | 2026-08-05T02:47:50.642Z | |
| 3617 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3618 | 2026-08-05T02:47:50.642Z | |
| 3619 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3620 | 2026-08-05T02:47:50.642Z | |
| 3621 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183 Aug 05 02:47:49.183INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3622 | 2026-08-05T02:47:50.642Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3623 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3624 | 2026-08-05T02:47:50.642Z | |
| 3625 | 2026-08-05T02:47:50.642Z | Aug 05 02:47:49.183Aug 05 02:47:49.183 INFODEBG adding route 3fff:beef:1f::/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: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 } }] |
| 3626 | 2026-08-05T02:47:50.646Z | |
| 3627 | 2026-08-05T02:47:50.646Z | Aug 05 02:47:49.183 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 } }] |
| 3628 | 2026-08-05T02:47:50.646Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3629 | 2026-08-05T02:47:50.646Z | Aug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3630 | 2026-08-05T02:47:50.646Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3631 | 2026-08-05T02:47:50.646Z | Aug 05 02:47:49.183 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 } }] |
| 3632 | 2026-08-05T02:47:50.646Z | DEBGAug 05 02:47:49.183 INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3633 | 2026-08-05T02:47:50.647Z | |
| 3634 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3635 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3636 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3637 | 2026-08-05T02:47:50.647Z | 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 } }] |
| 3638 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3639 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3640 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3641 | 2026-08-05T02:47:50.647Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3642 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3643 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3644 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3645 | 2026-08-05T02:47:50.647Z | 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 } }] |
| 3646 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3647 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3648 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3649 | 2026-08-05T02:47:50.647Z | 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 } }] |
| 3650 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3651 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3652 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3653 | 2026-08-05T02:47:50.647Z | 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 } }] |
| 3654 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3655 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3656 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3657 | 2026-08-05T02:47:50.647Z | 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 } }] |
| 3658 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3659 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3660 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3661 | 2026-08-05T02:47:50.647Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3662 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183 |
| 3663 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3664 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:47:49.183 |
| 3665 | 2026-08-05T02:47:50.647Z | 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 } }] |
| 3666 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183 |
| 3667 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3668 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3669 | 2026-08-05T02:47:50.647Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3670 | 2026-08-05T02:47:50.647Z | Aug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183 |
| 3671 | 2026-08-05T02:47:50.647Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3672 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3673 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3674 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3675 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3676 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3677 | 2026-08-05T02:47:50.648Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3678 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3679 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3680 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3681 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3682 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }] |
| 3683 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3684 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3685 | 2026-08-05T02:47:50.648Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3686 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 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 } }]Aug 05 02:47:49.183 |
| 3687 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3688 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:47:49.183 |
| 3689 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3690 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 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 } }]Aug 05 02:47:49.183 |
| 3691 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3692 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3693 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 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 } }]Aug 05 02:47:49.183 |
| 3694 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3695 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3696 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 05 02:47:49.183 |
| 3697 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3698 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 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 } }]Aug 05 02:47:49.183 |
| 3699 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3700 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.183 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 05 02:47:49.183 |
| 3701 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3702 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3703 | 2026-08-05T02:47:50.648Z | |
| 3704 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.189 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 } }] |
| 3705 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.189 INFO Aug 05 02:47:49.189adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3706 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3707 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.189 DEBG Aug 05 02:47:49.189replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3708 | 2026-08-05T02:47:50.648Z | 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 } }] |
| 3709 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.189 INFO Aug 05 02:47:49.189adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3710 | 2026-08-05T02:47:50.648Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3711 | 2026-08-05T02:47:50.648Z | Aug 05 02:47:49.189 DEBG Aug 05 02:47:49.189replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3712 | 2026-08-05T02:47:50.649Z | 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 } }] |
| 3713 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189 INFOAug 05 02:47:49.189 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 3714 | 2026-08-05T02:47:50.649Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3715 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189 DEBGAug 05 02:47:49.189 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3716 | 2026-08-05T02:47:50.649Z | 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 } }] |
| 3717 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189 Aug 05 02:47:49.189INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3718 | 2026-08-05T02:47:50.649Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3719 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189 Aug 05 02:47:49.189DEBG 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 } }] |
| 3720 | 2026-08-05T02:47:50.649Z | 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 } }] |
| 3721 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189Aug 05 02:47:49.189 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3722 | 2026-08-05T02:47:50.649Z | |
| 3723 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189Aug 05 02:47:49.189 WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 3724 | 2026-08-05T02:47:50.649Z | |
| 3725 | 2026-08-05T02:47:50.649Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3726 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3727 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3728 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3729 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3730 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3731 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3732 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3733 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3734 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3735 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3736 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3737 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3738 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3739 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 DEBG failed to allocate space for the new target list |
| 3740 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 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 } }] |
| 3741 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.183 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 } }] |
| 3742 | 2026-08-05T02:47:50.653Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3743 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 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 } }] |
| 3744 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3745 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 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 } }] |
| 3746 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3747 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 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 } }] |
| 3748 | 2026-08-05T02:47:50.654Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3749 | 2026-08-05T02:47:50.654Z | test route::tests::same_size_non_subset_replace ... ok |
| 3750 | 2026-08-05T02:47:50.654Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3751 | 2026-08-05T02:47:50.654Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3752 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3753 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 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 } }] |
| 3754 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.189 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3755 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 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 } }] |
| 3756 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3757 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 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 } }] |
| 3758 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3759 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 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 } }] |
| 3760 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3761 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 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 } }] |
| 3762 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3763 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 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 } }] |
| 3764 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 DEBG failed to allocate space for the new target list |
| 3765 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3766 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.169 Aug 05 02:47:49.184DEBG DEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 3767 | 2026-08-05T02:47:50.654Z | |
| 3768 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3769 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 DEBG initted freemap. size: 64, unit:Aug 05 02:47:49.190 freemap_route_ipv4DEBG |
| 3770 | 2026-08-05T02:47:50.654Z | created new freemap, unit:Aug 05 02:47:49.190 freemap_route_ipv6DEBG |
| 3771 | 2026-08-05T02:47:50.654Z | reset freemap, unit: freemap_route_ipv4Aug 05 02:47:49.190 |
| 3772 | 2026-08-05T02:47:50.654Z | DEBG initted freemap. size: 64, unitAug 05 02:47:49.190: DEBGfreemap_route_ipv4 |
| 3773 | 2026-08-05T02:47:50.654Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 05 02:47:49.190 |
| 3774 | 2026-08-05T02:47:50.654Z | DEBG reset freemap, unitAug 05 02:47:49.190: DEBGfreemap_route_ipv4 |
| 3775 | 2026-08-05T02:47:50.654Z | reset freemapAug 05 02:47:49.190, unitDEBG: initted freemap. size: 64freemap_route_ipv6, |
| 3776 | 2026-08-05T02:47:50.654Z | unit: freemap_route_ipv6 |
| 3777 | 2026-08-05T02:47:50.654Z | Aug 05 02:47:49.190 INFO Aug 05 02:47:49.190adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3778 | 2026-08-05T02:47:50.654Z | DEBG reset freemap, unitAug 05 02:47:49.190: DEBGfreemap_route_ipv6 |
| 3779 | 2026-08-05T02:47:50.655Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3780 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190Aug 05 02:47:49.190 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3781 | 2026-08-05T02:47:50.655Z | |
| 3782 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190Aug 05 02:47:49.190 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3783 | 2026-08-05T02:47:50.655Z | |
| 3784 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190Aug 05 02:47:49.190 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3785 | 2026-08-05T02:47:50.655Z | |
| 3786 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190Aug 05 02:47:49.190 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3787 | 2026-08-05T02:47:50.655Z | |
| 3788 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190 Aug 05 02:47:49.190INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4 |
| 3789 | 2026-08-05T02:47:50.655Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 3790 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190 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 } }] |
| 3791 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.190 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 } }] |
| 3792 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.156Aug 05 02:47:49.163 DEBG DEBGcreated new freemap , unit: freemap_route_ipv4created new freemap |
| 3793 | 2026-08-05T02:47:50.655Z | , unit: freemap_route_ipv4 |
| 3794 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191Aug 05 02:47:49.191 Aug 05 02:47:49.191 DEBGDEBGAug 05 02:47:49.191 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3795 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3796 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3797 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3798 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3799 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3800 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3801 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3802 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3803 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 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 } }] |
| 3804 | 2026-08-05T02:47:50.655Z | |
| 3805 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3806 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.191Aug 05 02:47:49.191 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 } }] |
| 3807 | 2026-08-05T02:47:50.655Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:47:49.191 |
| 3808 | 2026-08-05T02:47:50.655Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2created new freemap |
| 3809 | 2026-08-05T02:47:50.655Z | , unit: Aug 05 02:47:49.191 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 } }] |
| 3810 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.197 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3811 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.197 Aug 05 02:47:49.197DEBG 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 } }] |
| 3812 | 2026-08-05T02:47:50.655Z | 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 } }] |
| 3813 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.197 INFOAug 05 02:47:49.197 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3814 | 2026-08-05T02:47:50.655Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3815 | 2026-08-05T02:47:50.655Z | Aug 05 02:47:49.197 DEBGAug 05 02:47:49.197 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 |
| 3816 | 2026-08-05T02:47:50.655Z | 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 } }] |
| 3817 | 2026-08-05T02:47:50.656Z | Aug 05 02:47:49.197 INFOAug 05 02:47:49.197 adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 3818 | 2026-08-05T02:47:50.656Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3819 | 2026-08-05T02:47:50.656Z | Aug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }] |
| 3820 | 2026-08-05T02:47:50.656Z | 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 } }] |
| 3821 | 2026-08-05T02:47:50.656Z | Aug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3822 | 2026-08-05T02:47:50.656Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3823 | 2026-08-05T02:47:50.656Z | Aug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }] |
| 3824 | 2026-08-05T02:47:50.656Z | 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 } }] |
| 3825 | 2026-08-05T02:47:50.656Z | Aug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3826 | 2026-08-05T02:47:50.660Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3827 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }] |
| 3828 | 2026-08-05T02:47:50.660Z | 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 } }] |
| 3829 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3830 | 2026-08-05T02:47:50.660Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3831 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }] |
| 3832 | 2026-08-05T02:47:50.660Z | 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 } }] |
| 3833 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3834 | 2026-08-05T02:47:50.660Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3835 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }] |
| 3836 | 2026-08-05T02:47:50.660Z | 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 } }] |
| 3837 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3838 | 2026-08-05T02:47:50.660Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3839 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 DEBGAug 05 02:47:49.197 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3840 | 2026-08-05T02:47:50.660Z | 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 } }] |
| 3841 | 2026-08-05T02:47:50.660Z | Aug 05 02:47:49.197 Aug 05 02:47:49.197INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3842 | 2026-08-05T02:47:50.661Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3843 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3844 | 2026-08-05T02:47:50.661Z | |
| 3845 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3846 | 2026-08-05T02:47:50.661Z | |
| 3847 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3848 | 2026-08-05T02:47:50.661Z | |
| 3849 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3850 | 2026-08-05T02:47:50.661Z | |
| 3851 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }] |
| 3852 | 2026-08-05T02:47:50.661Z | |
| 3853 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3854 | 2026-08-05T02:47:50.661Z | |
| 3855 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3856 | 2026-08-05T02:47:50.661Z | |
| 3857 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3858 | 2026-08-05T02:47:50.661Z | |
| 3859 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }] |
| 3860 | 2026-08-05T02:47:50.661Z | |
| 3861 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3862 | 2026-08-05T02:47:50.661Z | |
| 3863 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }] |
| 3864 | 2026-08-05T02:47:50.661Z | |
| 3865 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3866 | 2026-08-05T02:47:50.661Z | |
| 3867 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }] |
| 3868 | 2026-08-05T02:47:50.661Z | |
| 3869 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3870 | 2026-08-05T02:47:50.661Z | |
| 3871 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }] |
| 3872 | 2026-08-05T02:47:50.661Z | |
| 3873 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3874 | 2026-08-05T02:47:50.661Z | |
| 3875 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3876 | 2026-08-05T02:47:50.661Z | |
| 3877 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3878 | 2026-08-05T02:47:50.661Z | |
| 3879 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3880 | 2026-08-05T02:47:50.661Z | |
| 3881 | 2026-08-05T02:47:50.661Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3882 | 2026-08-05T02:47:50.662Z | |
| 3883 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3884 | 2026-08-05T02:47:50.662Z | |
| 3885 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3886 | 2026-08-05T02:47:50.662Z | |
| 3887 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3888 | 2026-08-05T02:47:50.662Z | |
| 3889 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3890 | 2026-08-05T02:47:50.662Z | |
| 3891 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3892 | 2026-08-05T02:47:50.662Z | |
| 3893 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3894 | 2026-08-05T02:47:50.662Z | |
| 3895 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3896 | 2026-08-05T02:47:50.662Z | |
| 3897 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3898 | 2026-08-05T02:47:50.662Z | |
| 3899 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3900 | 2026-08-05T02:47:50.662Z | |
| 3901 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3902 | 2026-08-05T02:47:50.662Z | |
| 3903 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3904 | 2026-08-05T02:47:50.662Z | |
| 3905 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3906 | 2026-08-05T02:47:50.662Z | |
| 3907 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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 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 } }] |
| 3908 | 2026-08-05T02:47:50.662Z | |
| 3909 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3910 | 2026-08-05T02:47:50.662Z | |
| 3911 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3912 | 2026-08-05T02:47:50.662Z | |
| 3913 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3914 | 2026-08-05T02:47:50.662Z | |
| 3915 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3916 | 2026-08-05T02:47:50.662Z | |
| 3917 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3918 | 2026-08-05T02:47:50.662Z | |
| 3919 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3920 | 2026-08-05T02:47:50.662Z | |
| 3921 | 2026-08-05T02:47:50.662Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3922 | 2026-08-05T02:47:50.663Z | |
| 3923 | 2026-08-05T02:47:50.663Z | Aug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }] |
| 3924 | 2026-08-05T02:47:50.663Z | freemap_route_ipv4 |
| 3925 | 2026-08-05T02:47:50.663Z | Aug 05 02:47:49.204 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3926 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 DEBGAug 05 02:47:49.204 created new freemapDEBG , 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 |
| 3927 | 2026-08-05T02:47:50.667Z | : freemap_route_ipv6 |
| 3928 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 05 02:47:49.204 |
| 3929 | 2026-08-05T02:47:50.667Z | DEBG initted freemap. size: 64, unitAug 05 02:47:49.204: DEBGfreemap_route_ipv4 |
| 3930 | 2026-08-05T02:47:50.667Z | 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 } }] |
| 3931 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 Aug 05 02:47:49.204DEBG INFOreset freemap , adding route 172.17.0.46/32 -> 10.0.0.255unit |
| 3932 | 2026-08-05T02:47:50.667Z | : freemap_route_ipv4 |
| 3933 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 DEBG Aug 05 02:47:49.204replacing 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 } }] |
| 3934 | 2026-08-05T02:47:50.667Z | DEBG initted freemap. size: 64, unit:Aug 05 02:47:49.204 freemap_route_ipv6INFO |
| 3935 | 2026-08-05T02:47:50.667Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3936 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 DEBGAug 05 02:47:49.204 reset freemapDEBG, unitreplacing 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 } }]: |
| 3937 | 2026-08-05T02:47:50.667Z | freemap_route_ipv6 |
| 3938 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 INFOAug 05 02:47:49.204 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 3939 | 2026-08-05T02:47:50.667Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3940 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 DEBGAug 05 02:47:49.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 } }]DEBG |
| 3941 | 2026-08-05T02:47:50.667Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3942 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 INFOAug 05 02:47:49.204 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 3943 | 2026-08-05T02:47:50.667Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3944 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 DEBGAug 05 02:47:49.204 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3945 | 2026-08-05T02:47:50.667Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3946 | 2026-08-05T02:47:50.667Z | Aug 05 02:47:49.204 INFO Aug 05 02:47:49.204adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3947 | 2026-08-05T02:47:50.668Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3948 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 DEBGAug 05 02:47:49.204 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3949 | 2026-08-05T02:47:50.668Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3950 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:47:49.204 |
| 3951 | 2026-08-05T02:47:50.668Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3952 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 DEBG Aug 05 02:47:49.204replacing 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 } }] |
| 3953 | 2026-08-05T02:47:50.668Z | test route::tests::identity_replace_is_noop ... ok |
| 3954 | 2026-08-05T02:47:50.668Z | test route::tests::grow_succeeds ... ok |
| 3955 | 2026-08-05T02:47:50.668Z | test route::tests::delete_targets_fragmented ... ok |
| 3956 | 2026-08-05T02:47:50.668Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3957 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 INFO Aug 05 02:47:49.204adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3958 | 2026-08-05T02:47:50.668Z | 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 } }] |
| 3959 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 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 } }] |
| 3960 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3961 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 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 } }] |
| 3962 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.204 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3963 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205 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 } }] |
| 3964 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.55/32 -> 10.0.0.255created new freemap |
| 3965 | 2026-08-05T02:47:50.668Z | , unitAug 05 02:47:49.205: DEBGfreemap_route_ipv6 |
| 3966 | 2026-08-05T02:47:50.668Z | 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 } }] |
| 3967 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205 DEBG initted freemap. size: 64Aug 05 02:47:49.205, unitINFO: adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv4 |
| 3968 | 2026-08-05T02:47:50.668Z | |
| 3969 | 2026-08-05T02:47:50.668Z | |
| 3970 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205 Aug 05 02:47:49.205DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:47:49.205 |
| 3971 | 2026-08-05T02:47:50.668Z | reset freemap , INFOunit :adding route 172.17.0.29/32 -> 10.0.0.255 Aug 05 02:47:49.205freemap_route_ipv4 |
| 3972 | 2026-08-05T02:47:50.668Z | |
| 3973 | 2026-08-05T02:47:50.668Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3974 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205Aug 05 02:47:49.205 Aug 05 02:47:49.205DEBGDEBG 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 } }]initted freemap. size: 64 , 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 } }]unit |
| 3975 | 2026-08-05T02:47:50.668Z | |
| 3976 | 2026-08-05T02:47:50.668Z | : freemap_route_ipv6 |
| 3977 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205Aug 05 02:47:49.205 INFOINFO Aug 05 02:47:49.205adding route 172.17.0.58/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 3978 | 2026-08-05T02:47:50.668Z | |
| 3979 | 2026-08-05T02:47:50.668Z | reset freemap, unit: freemap_route_ipv6Aug 05 02:47:49.205Aug 05 02:47:49.205 |
| 3980 | 2026-08-05T02:47:50.668Z | 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 } }]DEBG |
| 3981 | 2026-08-05T02:47:50.668Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:47:49.205 |
| 3982 | 2026-08-05T02:47:50.668Z | INFOAug 05 02:47:49.205 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3983 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205 adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 3984 | 2026-08-05T02:47:50.668Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3985 | 2026-08-05T02:47:50.668Z | Aug 05 02:47:49.205adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3986 | 2026-08-05T02:47:50.668Z | test route::tests::delete_targets_full ... ok |
| 3987 | 2026-08-05T02:47:50.669Z | 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 } }] |
| 3988 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 Aug 05 02:47:49.205DEBG DEBGAug 05 02:47:49.205replacing 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 } }] |
| 3989 | 2026-08-05T02:47:50.669Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3990 | 2026-08-05T02:47:50.669Z | |
| 3991 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 05 02:47:49.205 |
| 3992 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 3993 | 2026-08-05T02:47:50.669Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 05 02:47:49.205 |
| 3994 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205DEBG 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 } }] |
| 3995 | 2026-08-05T02:47:50.669Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:47:49.205 |
| 3996 | 2026-08-05T02:47:50.669Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3997 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 Aug 05 02:47:49.205DEBG Aug 05 02:47:49.205INFO failed to allocate space for the new target listadding route 172.17.0.33/32 -> 10.0.0.255 |
| 3998 | 2026-08-05T02:47:50.669Z | |
| 3999 | 2026-08-05T02:47:50.669Z | 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 } }] |
| 4000 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205Aug 05 02:47:49.205 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 } }] |
| 4001 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 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 } }] |
| 4002 | 2026-08-05T02:47:50.669Z | INFO Aug 05 02:47:49.205adding route 172.16.0.0/32 -> 10.0.0.4 |
| 4003 | 2026-08-05T02:47:50.669Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 4004 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 DEBG Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4005 | 2026-08-05T02:47:50.669Z | 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 } }] |
| 4006 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 Aug 05 02:47:49.205DEBG 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 } }] |
| 4007 | 2026-08-05T02:47:50.669Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 4008 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 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 } }] |
| 4009 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 4010 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 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 } }] |
| 4011 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 4012 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 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 } }]DEBG |
| 4013 | 2026-08-05T02:47:50.669Z | created new freemap, Aug 05 02:47:49.205unit :INFO freemap_route_ipv6adding route 172.17.0.38/32 -> 10.0.0.255 |
| 4014 | 2026-08-05T02:47:50.669Z | |
| 4015 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 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 } }]Aug 05 02:47:49.205 |
| 4016 | 2026-08-05T02:47:50.669Z | DEBG initted freemap. size: 64, Aug 05 02:47:49.205unit :INFO freemap_route_ipv4adding route 172.17.0.39/32 -> 10.0.0.255 |
| 4017 | 2026-08-05T02:47:50.669Z | |
| 4018 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205Aug 05 02:47:49.205 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 4019 | 2026-08-05T02:47:50.669Z | , unit: freemap_route_ipv4 |
| 4020 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4021 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 DEBG initted freemap. size: 64Aug 05 02:47:49.205, unitDEBG: replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 4022 | 2026-08-05T02:47:50.669Z | |
| 4023 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205Aug 05 02:47:49.205 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255reset freemap |
| 4024 | 2026-08-05T02:47:50.669Z | , unit: freemap_route_ipv6 |
| 4025 | 2026-08-05T02:47:50.669Z | Aug 05 02:47:49.205 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 } }] |
| 4026 | 2026-08-05T02:47:50.673Z | Aug 05 02:47:49.205 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:47:49.205 |
| 4027 | 2026-08-05T02:47:50.673Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4028 | 2026-08-05T02:47:50.673Z | Aug 05 02:47:49.205 DEBG Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4029 | 2026-08-05T02:47:50.673Z | 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 } }] |
| 4030 | 2026-08-05T02:47:50.673Z | Aug 05 02:47:49.205 DEBG Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4031 | 2026-08-05T02:47:50.673Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4032 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.205 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 } }] |
| 4033 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4034 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.205 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 } }] |
| 4035 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.205 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4036 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.205 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 } }] |
| 4037 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4038 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 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 } }] |
| 4039 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 05 02:47:49.205 |
| 4040 | 2026-08-05T02:47:50.674Z | DEBG Aug 05 02:47:49.211 created new freemapDEBG 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 } }], |
| 4041 | 2026-08-05T02:47:50.674Z | unit: freemap_route_ipv4Aug 05 02:47:49.211 |
| 4042 | 2026-08-05T02:47:50.674Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4043 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 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 } }] |
| 4044 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211Aug 05 02:47:49.211 DEBGINFO created new freemapadding route 172.17.0.49/32 -> 10.0.0.255, |
| 4045 | 2026-08-05T02:47:50.674Z | unit: freemap_route_ipv6 |
| 4046 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:47:49.211 |
| 4047 | 2026-08-05T02:47:50.674Z | DEBG initted freemap. size: 64, unitAug 05 02:47:49.211: INFOfreemap_route_ipv4 |
| 4048 | 2026-08-05T02:47:50.674Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4049 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 Aug 05 02:47:49.211DEBG DEBGreset freemap , 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 } }]unit |
| 4050 | 2026-08-05T02:47:50.674Z | : freemap_route_ipv4 |
| 4051 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.211 INFO Aug 05 02:47:49.212adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4052 | 2026-08-05T02:47:50.674Z | DEBG initted freemap. size: 64, unit:Aug 05 02:47:49.212 freemap_route_ipv6DEBG |
| 4053 | 2026-08-05T02:47:50.674Z | 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 } }] |
| 4054 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212 DEBGAug 05 02:47:49.212 reset freemapINFO, unitadding route 172.17.0.52/32 -> 10.0.0.255: |
| 4055 | 2026-08-05T02:47:50.674Z | freemap_route_ipv6 |
| 4056 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212 Aug 05 02:47:49.212DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4057 | 2026-08-05T02:47:50.674Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4058 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 INFODEBG adding route 172.17.0.53/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 } }] |
| 4059 | 2026-08-05T02:47:50.674Z | |
| 4060 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 4061 | 2026-08-05T02:47:50.674Z | |
| 4062 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 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.54/32 -> 10.0.0.255 |
| 4063 | 2026-08-05T02:47:50.674Z | |
| 4064 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 4065 | 2026-08-05T02:47:50.674Z | |
| 4066 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 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.55/32 -> 10.0.0.255 |
| 4067 | 2026-08-05T02:47:50.674Z | |
| 4068 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 4069 | 2026-08-05T02:47:50.674Z | |
| 4070 | 2026-08-05T02:47:50.674Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4071 | 2026-08-05T02:47:50.674Z | |
| 4072 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212Aug 05 02:47:49.212 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 4073 | 2026-08-05T02:47:50.675Z | |
| 4074 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4075 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4076 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4077 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4078 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4079 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4080 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4081 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4082 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 DEBG failed to allocate space for the new target list |
| 4083 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4084 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.191 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4085 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4086 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4087 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4088 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4089 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4090 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4091 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4092 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4093 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 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 } }] |
| 4094 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.212 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 4095 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4096 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 4097 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4098 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4099 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4100 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 4101 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4102 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4103 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4104 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4105 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4106 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 4107 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4108 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4109 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 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 } }] |
| 4110 | 2026-08-05T02:47:50.675Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4111 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 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 } }] |
| 4112 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4113 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 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 } }] |
| 4114 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 4115 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 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 } }] |
| 4116 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 4117 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 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 } }] |
| 4118 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 4119 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4120 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 4121 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 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 } }] |
| 4122 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 4123 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 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 } }] |
| 4124 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 4125 | 2026-08-05T02:47:50.676Z | Aug 05 02:47:49.218 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4126 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 4127 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4128 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 4129 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4130 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 4131 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4132 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 4133 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4134 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 4135 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4136 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 4137 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4138 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 4139 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4140 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 4141 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4142 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 4143 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4144 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 4145 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4146 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 4147 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4148 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 4149 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 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 } }] |
| 4150 | 2026-08-05T02:47:50.680Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 4151 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4152 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 4153 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4154 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 4155 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4156 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 4157 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4158 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 4159 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4160 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 4161 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4162 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 4163 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4164 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 4165 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4166 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 4167 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4168 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 4169 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4170 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 4171 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4172 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 4173 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4174 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 4175 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.218 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 } }] |
| 4176 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 4177 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4178 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4179 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4180 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4181 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4182 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4183 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4184 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4185 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4186 | 2026-08-05T02:47:50.681Z | test route::tests::delete_target_fragmented ... ok |
| 4187 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4188 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4189 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4190 | 2026-08-05T02:47:50.681Z | Aug 05 02:47:49.219 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 } }] |
| 4191 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4192 | 2026-08-05T02:47:50.682Z | |
| 4193 | 2026-08-05T02:47:50.682Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 4194 | 2026-08-05T02:47:50.682Z | |
| 4195 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4196 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4197 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4198 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4199 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4200 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4201 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4202 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4203 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4204 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4205 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4206 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4207 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4208 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4209 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4210 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4211 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.219 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 } }] |
| 4212 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4213 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4214 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4215 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4216 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4217 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4218 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4219 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4220 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4221 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4222 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4223 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4224 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 DEBG failed to allocate space for the new target list |
| 4225 | 2026-08-05T02:47:50.682Z | Aug 05 02:47:49.225 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 } }] |
| 4226 | 2026-08-05T02:47:50.687Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-83e077d6f0e9b5f8) |
| 4227 | 2026-08-05T02:47:50.687Z | |
| 4228 | 2026-08-05T02:47:50.687Z | running 0 tests |
| 4229 | 2026-08-05T02:47:50.688Z | |
| 4230 | 2026-08-05T02:47:50.688Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4231 | 2026-08-05T02:47:50.688Z | |
| 4232 | 2026-08-05T02:47:50.688Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-381a13284b936ec6) |
| 4233 | 2026-08-05T02:47:50.688Z | |
| 4234 | 2026-08-05T02:47:50.688Z | running 0 tests |
| 4235 | 2026-08-05T02:47:50.688Z | |
| 4236 | 2026-08-05T02:47:50.688Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4237 | 2026-08-05T02:47:50.688Z | |
| 4238 | 2026-08-05T02:47:50.688Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-7490043c847376bd) |
| 4239 | 2026-08-05T02:47:50.688Z | |
| 4240 | 2026-08-05T02:47:50.688Z | running 6 tests |
| 4241 | 2026-08-05T02:47:50.688Z | test tests::test_full_lot_id_neither_present ... ok |
| 4242 | 2026-08-05T02:47:50.688Z | test tests::test_full_lot_id_lot_only ... ok |
| 4243 | 2026-08-05T02:47:50.688Z | test tests::test_full_lot_id_both_present ... ok |
| 4244 | 2026-08-05T02:47:50.688Z | test tests::test_parse_client_port_id ... ok |
| 4245 | 2026-08-05T02:47:50.688Z | test tests::test_port_id_cmp ... ok |
| 4246 | 2026-08-05T02:47:50.688Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4247 | 2026-08-05T02:47:50.688Z | |
| 4248 | 2026-08-05T02:47:50.688Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4249 | 2026-08-05T02:47:50.688Z | |
| 4250 | 2026-08-05T02:47:50.688Z | Running tests/test_all.rs (target/debug/deps/test_all-2487eadb8639a649) |
| 4251 | 2026-08-05T02:47:50.688Z | |
| 4252 | 2026-08-05T02:47:50.688Z | running 0 tests |
| 4253 | 2026-08-05T02:47:50.688Z | |
| 4254 | 2026-08-05T02:47:50.688Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4255 | 2026-08-05T02:47:50.688Z | |
| 4256 | 2026-08-05T02:47:50.688Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7da615f036c57549) |
| 4257 | 2026-08-05T02:47:50.688Z | |
| 4258 | 2026-08-05T02:47:50.688Z | running 0 tests |
| 4259 | 2026-08-05T02:47:50.688Z | |
| 4260 | 2026-08-05T02:47:50.688Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4261 | 2026-08-05T02:47:50.688Z | |
| 4262 | 2026-08-05T02:47:50.688Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-91bf076b49d59a87) |
| 4263 | 2026-08-05T02:47:50.688Z | |
| 4264 | 2026-08-05T02:47:50.688Z | running 0 tests |
| 4265 | 2026-08-05T02:47:50.688Z | |
| 4266 | 2026-08-05T02:47:50.688Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4267 | 2026-08-05T02:47:50.689Z | |
| 4268 | 2026-08-05T02:47:50.689Z | Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165) |
| 4269 | 2026-08-05T02:47:50.689Z | |
| 4270 | 2026-08-05T02:47:50.689Z | running 12 tests |
| 4271 | 2026-08-05T02:47:50.689Z | test pbuf::test_byte ... ok |
| 4272 | 2026-08-05T02:47:50.689Z | test icmp::test_v6_checksum ... ok |
| 4273 | 2026-08-05T02:47:50.689Z | test lldp::test_lldp_parse ... ok |
| 4274 | 2026-08-05T02:47:50.689Z | test ipv6::test_ipv6_parse ... ok |
| 4275 | 2026-08-05T02:47:50.689Z | test icmp::test_v4_checksum ... ok |
| 4276 | 2026-08-05T02:47:50.689Z | test pbuf::test_nibble ... ok |
| 4277 | 2026-08-05T02:47:50.689Z | test pbuf::test_overflow ... ok |
| 4278 | 2026-08-05T02:47:50.689Z | test pbuf::test_short ... ok |
| 4279 | 2026-08-05T02:47:50.689Z | test pbuf::test_twelve ... ok |
| 4280 | 2026-08-05T02:47:50.689Z | test pbuf::test_word ... ok |
| 4281 | 2026-08-05T02:47:50.689Z | test tcp::test_checksum_syn_nodata ... ok |
| 4282 | 2026-08-05T02:47:50.689Z | test tcp::test_checksum_ack_data ... ok |
| 4283 | 2026-08-05T02:47:50.689Z | |
| 4284 | 2026-08-05T02:47:50.689Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4285 | 2026-08-05T02:47:50.689Z | |
| 4286 | 2026-08-05T02:47:50.689Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4287 | 2026-08-05T02:47:50.689Z | |
| 4288 | 2026-08-05T02:47:50.689Z | running 0 tests |
| 4289 | 2026-08-05T02:47:50.689Z | |
| 4290 | 2026-08-05T02:47:50.689Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4291 | 2026-08-05T02:47:50.689Z | |
| 4292 | 2026-08-05T02:47:50.689Z | Running unittests src/main.rs (target/debug/deps/swadm-ff9f92b473df6eb8) |
| 4293 | 2026-08-05T02:47:50.689Z | |
| 4294 | 2026-08-05T02:47:50.689Z | running 5 tests |
| 4295 | 2026-08-05T02:47:50.689Z | test switchport::test::test_compute_lanes ... ok |
| 4296 | 2026-08-05T02:47:50.689Z | test switchport::test::port_id_ordering ... ok |
| 4297 | 2026-08-05T02:47:50.689Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 4298 | 2026-08-05T02:47:50.689Z | Lane 1 Rx Loss-of-lock: Yes YesLane 2 YesLane 3 |
| 4299 | 2026-08-05T02:47:50.689Z | Yes |
| 4300 | 2026-08-05T02:47:50.689Z | State: Activated Rx Loss-of-signal: Yes ActivatedYes YesActivated YesActivated |
| 4301 | 2026-08-05T02:47:50.689Z | |
| 4302 | 2026-08-05T02:47:50.689Z | Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse Yesfalse Yesfalse |
| 4303 | 2026-08-05T02:47:50.689Z | |
| 4304 | 2026-08-05T02:47:50.689Z | Tx Enabled: Yes Rx Output Status: valid Yesvalid Yes validYes |
| 4305 | 2026-08-05T02:47:50.689Z | valid |
| 4306 | 2026-08-05T02:47:50.690Z | Tx Loss-of-lock: No Rx Loss-of-lock: true trueNo true No trueNo |
| 4307 | 2026-08-05T02:47:50.690Z | |
| 4308 | 2026-08-05T02:47:50.690Z | Rx Loss-of-signal: false Tx Loss-of-signal: No false No false Nofalse |
| 4309 | 2026-08-05T02:47:50.690Z | No |
| 4310 | 2026-08-05T02:47:50.690Z | Rx Auto-squelch Disable: true Tx CDR Enabled: No Notrue Notrue No |
| 4311 | 2026-08-05T02:47:50.690Z | true |
| 4312 | 2026-08-05T02:47:50.690Z | Tx Adaptive EQ Fault: No Tx Output Enabled: true No true No trueNo |
| 4313 | 2026-08-05T02:47:50.690Z | true |
| 4314 | 2026-08-05T02:47:50.690Z | Tx Fault: Yes Tx Output Status: invalidYes invalid Yes invalidYes |
| 4315 | 2026-08-05T02:47:50.690Z | invalid |
| 4316 | 2026-08-05T02:47:50.690Z | Tx Loss-of-lock: false false false false |
| 4317 | 2026-08-05T02:47:50.690Z | Tx Loss-of-signal: true true true true |
| 4318 | 2026-08-05T02:47:50.690Z | Tx Auto-squelch Disable: false false false false |
| 4319 | 2026-08-05T02:47:50.690Z | Tx Adaptive EQ Fail: true true true true |
| 4320 | 2026-08-05T02:47:50.690Z | Tx Failure: false false false false |
| 4321 | 2026-08-05T02:47:50.690Z | Tx Force Squelch: true true true true |
| 4322 | 2026-08-05T02:47:50.690Z | Tx Input Polarity: normal normal normal normal |
| 4323 | 2026-08-05T02:47:50.690Z | test switchport::test::test_print_sff_datapath ... ok |
| 4324 | 2026-08-05T02:47:50.690Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4325 | 2026-08-05T02:47:50.694Z | test link::test_filter ... ok |
| 4326 | 2026-08-05T02:47:50.694Z | |
| 4327 | 2026-08-05T02:47:50.694Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4328 | 2026-08-05T02:47:50.694Z | |
| 4329 | 2026-08-05T02:47:50.694Z | Running tests/counters.rs (target/debug/deps/counters-3abca173eeeebba2) |
| 4330 | 2026-08-05T02:47:50.694Z | |
| 4331 | 2026-08-05T02:47:50.694Z | running 1 test |
| 4332 | 2026-08-05T02:47:50.695Z | test test_p4_counter_list ... ignored |
| 4333 | 2026-08-05T02:47:50.695Z | |
| 4334 | 2026-08-05T02:47:50.695Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4335 | 2026-08-05T02:47:50.695Z | |
| 4336 | 2026-08-05T02:47:50.695Z | Running tests/multicast.rs (target/debug/deps/multicast-8f419de98b0c6fed) |
| 4337 | 2026-08-05T02:47:50.695Z | |
| 4338 | 2026-08-05T02:47:50.695Z | running 1 test |
| 4339 | 2026-08-05T02:47:50.695Z | test test_multicast_list_and_get ... ignored |
| 4340 | 2026-08-05T02:47:50.695Z | |
| 4341 | 2026-08-05T02:47:50.695Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4342 | 2026-08-05T02:47:50.695Z | |
| 4343 | 2026-08-05T02:47:50.695Z | Running tests/port-link.rs (target/debug/deps/port_link-d86255688b9384d7) |
| 4344 | 2026-08-05T02:47:50.695Z | |
| 4345 | 2026-08-05T02:47:50.695Z | running 5 tests |
| 4346 | 2026-08-05T02:47:50.695Z | test test_an ... ignored |
| 4347 | 2026-08-05T02:47:50.695Z | test test_enable ... ignored |
| 4348 | 2026-08-05T02:47:50.695Z | test test_ip_addresses ... ignored |
| 4349 | 2026-08-05T02:47:50.695Z | test test_kr ... ignored |
| 4350 | 2026-08-05T02:47:50.695Z | test test_mac ... ignored |
| 4351 | 2026-08-05T02:47:50.695Z | |
| 4352 | 2026-08-05T02:47:50.695Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4353 | 2026-08-05T02:47:50.695Z | |
| 4354 | 2026-08-05T02:47:50.695Z | Running unittests src/main.rs (target/debug/deps/tfportd-a7ac07164f835668) |
| 4355 | 2026-08-05T02:47:50.698Z | |
| 4356 | 2026-08-05T02:47:50.698Z | running 3 tests |
| 4357 | 2026-08-05T02:47:50.698Z | test linklocal::test_parse_ipadm ... ok |
| 4358 | 2026-08-05T02:47:50.698Z | test tfport::test_parse_tfport ... ok |
| 4359 | 2026-08-05T02:47:50.698Z | test config::tests::test_updates ... ok |
| 4360 | 2026-08-05T02:47:50.699Z | |
| 4361 | 2026-08-05T02:47:50.699Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4362 | 2026-08-05T02:47:50.699Z | |
| 4363 | 2026-08-05T02:47:50.699Z | Running unittests src/main.rs (target/debug/deps/uplinkd-70e995183870c872) |
| 4364 | 2026-08-05T02:47:50.701Z | |
| 4365 | 2026-08-05T02:47:50.701Z | running 0 tests |
| 4366 | 2026-08-05T02:47:50.702Z | |
| 4367 | 2026-08-05T02:47:50.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4368 | 2026-08-05T02:47:50.702Z | |
| 4369 | 2026-08-05T02:47:50.702Z | Running unittests src/main.rs (target/debug/deps/xtask-ba570b1522b27a9a) |
| 4370 | 2026-08-05T02:47:50.702Z | |
| 4371 | 2026-08-05T02:47:50.702Z | running 0 tests |
| 4372 | 2026-08-05T02:47:50.702Z | |
| 4373 | 2026-08-05T02:47:50.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4374 | 2026-08-05T02:47:50.702Z | |
| 4375 | 2026-08-05T02:47:50.702Z | Doc-tests aal |
| 4376 | 2026-08-05T02:47:50.833Z | |
| 4377 | 2026-08-05T02:47:50.833Z | running 0 tests |
| 4378 | 2026-08-05T02:47:50.833Z | |
| 4379 | 2026-08-05T02:47:50.833Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4380 | 2026-08-05T02:47:50.833Z | |
| 4381 | 2026-08-05T02:47:50.850Z | Doc-tests aal_macros |
| 4382 | 2026-08-05T02:47:50.921Z | |
| 4383 | 2026-08-05T02:47:50.921Z | running 0 tests |
| 4384 | 2026-08-05T02:47:50.921Z | |
| 4385 | 2026-08-05T02:47:50.921Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4386 | 2026-08-05T02:47:50.921Z | |
| 4387 | 2026-08-05T02:47:50.931Z | Doc-tests common |
| 4388 | 2026-08-05T02:47:51.171Z | |
| 4389 | 2026-08-05T02:47:51.172Z | running 0 tests |
| 4390 | 2026-08-05T02:47:51.172Z | |
| 4391 | 2026-08-05T02:47:51.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4392 | 2026-08-05T02:47:51.172Z | |
| 4393 | 2026-08-05T02:47:51.193Z | Doc-tests dpd_api |
| 4394 | 2026-08-05T02:47:51.947Z | |
| 4395 | 2026-08-05T02:47:51.947Z | running 2 tests |
| 4396 | 2026-08-05T02:47:51.947Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4397 | 2026-08-05T02:47:51.947Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4398 | 2026-08-05T02:47:51.947Z | |
| 4399 | 2026-08-05T02:47:51.947Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4400 | 2026-08-05T02:47:51.947Z | |
| 4401 | 2026-08-05T02:47:51.978Z | Doc-tests dpd_client |
| 4402 | 2026-08-05T02:47:53.278Z | |
| 4403 | 2026-08-05T02:47:53.278Z | running 0 tests |
| 4404 | 2026-08-05T02:47:53.278Z | |
| 4405 | 2026-08-05T02:47:53.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4406 | 2026-08-05T02:47:53.278Z | |
| 4407 | 2026-08-05T02:47:53.396Z | Doc-tests dpd_types |
| 4408 | 2026-08-05T02:47:53.538Z | |
| 4409 | 2026-08-05T02:47:53.538Z | running 0 tests |
| 4410 | 2026-08-05T02:47:53.538Z | |
| 4411 | 2026-08-05T02:47:53.538Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4412 | 2026-08-05T02:47:53.538Z | |
| 4413 | 2026-08-05T02:47:53.563Z | Doc-tests dpd_types_versions |
| 4414 | 2026-08-05T02:47:54.776Z | |
| 4415 | 2026-08-05T02:47:54.776Z | running 1 test |
| 4416 | 2026-08-05T02:47:54.776Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4417 | 2026-08-05T02:47:54.776Z | |
| 4418 | 2026-08-05T02:47:54.776Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4419 | 2026-08-05T02:47:54.776Z | |
| 4420 | 2026-08-05T02:47:54.821Z | Doc-tests packet |
| 4421 | 2026-08-05T02:47:54.936Z | |
| 4422 | 2026-08-05T02:47:54.936Z | running 0 tests |
| 4423 | 2026-08-05T02:47:54.936Z | |
| 4424 | 2026-08-05T02:47:54.936Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4425 | 2026-08-05T02:47:54.936Z | |
| 4426 | 2026-08-05T02:47:54.952Z | Doc-tests pcap |
| 4427 | 2026-08-05T02:47:55.006Z | |
| 4428 | 2026-08-05T02:47:55.006Z | running 0 tests |
| 4429 | 2026-08-05T02:47:55.006Z | |
| 4430 | 2026-08-05T02:47:55.010Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4431 | 2026-08-05T02:47:55.010Z | |
| 4432 | 2026-08-05T02:47:55.082Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4433 | 2026-08-05T02:47:55.082Z | + RUST_BACKTRACE=full |
| 4434 | 2026-08-05T02:47:55.082Z | + cargo test --features tofino_asic --no-fail-fast |
| 4435 | 2026-08-05T02:47:55.793Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4436 | 2026-08-05T02:47:55.883Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4437 | 2026-08-05T02:47:55.891Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4438 | 2026-08-05T02:47:55.899Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4439 | 2026-08-05T02:48:04.432Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4440 | 2026-08-05T02:48:05.195Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4441 | 2026-08-05T02:48:49.305Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.50s |
| 4442 | 2026-08-05T02:48:49.369Z | Running unittests src/lib.rs (target/debug/deps/aal-cc4a376f9515cfe6) |
| 4443 | 2026-08-05T02:48:49.369Z | |
| 4444 | 2026-08-05T02:48:49.369Z | running 5 tests |
| 4445 | 2026-08-05T02:48:49.369Z | test fuse::tests::chip_revision_a0 ... ok |
| 4446 | 2026-08-05T02:48:49.369Z | test fuse::tests::chip_revision_b1 ... ok |
| 4447 | 2026-08-05T02:48:49.369Z | test fuse::tests::chip_revision_b0 ... ok |
| 4448 | 2026-08-05T02:48:49.369Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4449 | 2026-08-05T02:48:49.369Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4450 | 2026-08-05T02:48:49.369Z | |
| 4451 | 2026-08-05T02:48:49.369Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4452 | 2026-08-05T02:48:49.369Z | |
| 4453 | 2026-08-05T02:48:49.369Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4454 | 2026-08-05T02:48:49.369Z | |
| 4455 | 2026-08-05T02:48:49.369Z | running 0 tests |
| 4456 | 2026-08-05T02:48:49.369Z | |
| 4457 | 2026-08-05T02:48:49.369Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4458 | 2026-08-05T02:48:49.369Z | |
| 4459 | 2026-08-05T02:48:49.369Z | Running unittests src/lib.rs (target/debug/deps/asic-40498ff8227f87e3) |
| 4460 | 2026-08-05T02:48:49.369Z | |
| 4461 | 2026-08-05T02:48:49.369Z | running 8 tests |
| 4462 | 2026-08-05T02:48:49.369Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4463 | 2026-08-05T02:48:49.370Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4464 | 2026-08-05T02:48:49.370Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4465 | 2026-08-05T02:48:49.370Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4466 | 2026-08-05T02:48:49.370Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4467 | 2026-08-05T02:48:49.370Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4468 | 2026-08-05T02:48:49.370Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4469 | 2026-08-05T02:48:49.370Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4470 | 2026-08-05T02:48:49.370Z | |
| 4471 | 2026-08-05T02:48:49.370Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4472 | 2026-08-05T02:48:49.370Z | |
| 4473 | 2026-08-05T02:48:49.370Z | Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5) |
| 4474 | 2026-08-05T02:48:49.370Z | |
| 4475 | 2026-08-05T02:48:49.370Z | running 10 tests |
| 4476 | 2026-08-05T02:48:49.370Z | test network::tests::test_equal ... ok |
| 4477 | 2026-08-05T02:48:49.370Z | test nat::tests::test_vni ... ok |
| 4478 | 2026-08-05T02:48:49.370Z | test network::tests::test_eui64 ... ok |
| 4479 | 2026-08-05T02:48:49.370Z | test network::tests::test_into ... ok |
| 4480 | 2026-08-05T02:48:49.370Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4481 | 2026-08-05T02:48:49.370Z | test network::tests::test_not_equal ... ok |
| 4482 | 2026-08-05T02:48:49.370Z | test network::tests::test_parse ... ok |
| 4483 | 2026-08-05T02:48:49.370Z | test network::tests::test_to_string ... ok |
| 4484 | 2026-08-05T02:48:49.370Z | test test_purge ... ok |
| 4485 | 2026-08-05T02:48:49.370Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4486 | 2026-08-05T02:48:49.370Z | |
| 4487 | 2026-08-05T02:48:49.370Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4488 | 2026-08-05T02:48:49.370Z | |
| 4489 | 2026-08-05T02:48:49.370Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50ce4c3936f71db5) |
| 4490 | 2026-08-05T02:48:49.370Z | |
| 4491 | 2026-08-05T02:48:49.370Z | running 1 test |
| 4492 | 2026-08-05T02:48:49.370Z | ------- |
| 4493 | 2026-08-05T02:48:49.370Z | Generating OpenAPI documents from API definitions ... |
| 4494 | 2026-08-05T02:48:49.370Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4495 | 2026-08-05T02:48:49.370Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4496 | 2026-08-05T02:48:49.371Z | ------- |
| 4497 | 2026-08-05T02:48:49.371Z | Checking 12 OpenAPI documents... |
| 4498 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4499 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4500 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4501 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4502 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4503 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4504 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4505 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4506 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4507 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4508 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4509 | 2026-08-05T02:48:49.371Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4510 | 2026-08-05T02:48:49.371Z | Fresh dpd "latest" symlink |
| 4511 | 2026-08-05T02:48:49.371Z | ------- |
| 4512 | 2026-08-05T02:48:49.371Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4513 | 2026-08-05T02:48:49.371Z | test test::test_apis_up_to_date ... ok |
| 4514 | 2026-08-05T02:48:49.371Z | |
| 4515 | 2026-08-05T02:48:49.371Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 4516 | 2026-08-05T02:48:49.371Z | |
| 4517 | 2026-08-05T02:48:49.371Z | Running unittests src/main.rs (target/debug/deps/dpd-87e72988e2913a89) |
| 4518 | 2026-08-05T02:48:49.371Z | |
| 4519 | 2026-08-05T02:48:49.371Z | running 93 tests |
| 4520 | 2026-08-05T02:48:49.371Z | test freemap::test_ordering ... ok |
| 4521 | 2026-08-05T02:48:49.371Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4522 | 2026-08-05T02:48:49.371Z | test config::tests::test_updates ... ok |
| 4523 | 2026-08-05T02:48:49.371Z | test api_server::tests::test_build_info ... ok |
| 4524 | 2026-08-05T02:48:49.371Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4525 | 2026-08-05T02:48:49.371Z | test freemap::test_split ... ok |
| 4526 | 2026-08-05T02:48:49.371Z | Aug 05 02:48:47.326 DEBG created new freemap, unit: freemap_test |
| 4527 | 2026-08-05T02:48:49.371Z | Aug 05 02:48:47.326 DEBG initted freemap. size: 128, unit: freemap_test |
| 4528 | 2026-08-05T02:48:49.371Z | Aug 05 02:48:47.326 DEBG reset freemap, unit: freemap_test |
| 4529 | 2026-08-05T02:48:49.371Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4530 | 2026-08-05T02:48:49.371Z | Aug 05 02:48:47.326 DEBG created new freemap, unit: freemap_test |
| 4531 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.326 DEBG initted freemap. size: 128, unit: freemap_test |
| 4532 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.326 DEBG reset freemap, unit: freemap_test |
| 4533 | 2026-08-05T02:48:49.372Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4534 | 2026-08-05T02:48:49.372Z | test freemap::test_exhaustion ... ok |
| 4535 | 2026-08-05T02:48:49.372Z | test mcast::tests::test_canonicalize_sources ... ok |
| 4536 | 2026-08-05T02:48:49.372Z | test freemap::test_free ... ok |
| 4537 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.328 DEBG created new freemap, unit: freemap_test |
| 4538 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.328 DEBG initted freemap. size: 8, unit: freemap_test |
| 4539 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.329 DEBG reset freemap, unit: freemap_test |
| 4540 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.330 DEBG created new freemap, unit: freemap_test |
| 4541 | 2026-08-05T02:48:49.372Z | Aug 05 02:48:47.330 DEBG initted freemap. size: 128, unit: freemap_test |
| 4542 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.330 DEBG reset freemap, unit: freemap_test |
| 4543 | 2026-08-05T02:48:49.391Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4544 | 2026-08-05T02:48:49.391Z | test macaddrs::tests::test_mac_offset ... ok |
| 4545 | 2026-08-05T02:48:49.391Z | test freemap::test_span ... ok |
| 4546 | 2026-08-05T02:48:49.391Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 4547 | 2026-08-05T02:48:49.391Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 4548 | 2026-08-05T02:48:49.391Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 4549 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.332 DEBG created new freemap, unit: freemap_test |
| 4550 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.332 DEBG initted freemap. size: 128, unit: freemap_test |
| 4551 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.332 DEBG reset freemap, unit: freemap_test |
| 4552 | 2026-08-05T02:48:49.391Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 4553 | 2026-08-05T02:48:49.391Z | test freemap::test_reclaim ... ok |
| 4554 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.333 DEBG created new freemap, unit: freemap_test |
| 4555 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.333 DEBG initted freemap. size: 128, unit: freemap_test |
| 4556 | 2026-08-05T02:48:49.391Z | Aug 05 02:48:47.333 DEBG reset freemap, unit: freemap_test |
| 4557 | 2026-08-05T02:48:49.391Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 4558 | 2026-08-05T02:48:49.391Z | test freemap::test_basic ... ok |
| 4559 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 4560 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 4561 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 4562 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_sources_contain_any ... ok |
| 4563 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_id_range_boundaries ... ok |
| 4564 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 4565 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 4566 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 4567 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 4568 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 4569 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 4570 | 2026-08-05T02:48:49.392Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 4571 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 4572 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 4573 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 4574 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 4575 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 4576 | 2026-08-05T02:48:49.392Z | test port_map::tests::test_backplane_group ... ok |
| 4577 | 2026-08-05T02:48:49.392Z | test nat::test_mapping ... ok |
| 4578 | 2026-08-05T02:48:49.392Z | test port_map::tests::test_port_map ... ok |
| 4579 | 2026-08-05T02:48:49.392Z | test port_map::tests::dump_map ... ok |
| 4580 | 2026-08-05T02:48:49.392Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4581 | 2026-08-05T02:48:49.392Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 4582 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.336 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4583 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.336 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4584 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.336 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4585 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.336 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4586 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.336 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4587 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.336 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4588 | 2026-08-05T02:48:49.392Z | Aug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4589 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4590 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4591 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4592 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4593 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4594 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4595 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4596 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4597 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4598 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4600 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4601 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4602 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4603 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4604 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4605 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 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 } }] |
| 4606 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.337 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4607 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4608 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4609 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4610 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4611 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4612 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4613 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4614 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4616 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4617 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4618 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4620 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4621 | 2026-08-05T02:48:49.393Z | Aug 05 02:48:47.338 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 } }] |
| 4622 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4623 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.338 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 } }] |
| 4624 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4625 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.338 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 } }] |
| 4626 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.338 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4627 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4628 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4629 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4630 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4631 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4632 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4633 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4634 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4635 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4636 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4637 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4638 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4639 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 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 } }] |
| 4640 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4641 | 2026-08-05T02:48:49.394Z | Aug 05 02:48:47.339 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4642 | 2026-08-05T02:48:49.563Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4643 | 2026-08-05T02:48:49.563Z | Aug 05 02:48:47.339 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 } }] |
| 4644 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.339 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4645 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.339 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4646 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4647 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4648 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4649 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4650 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4651 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4652 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4653 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4654 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4655 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4656 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4657 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4658 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4659 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4660 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4661 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4662 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4663 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4664 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4665 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.340 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 } }] |
| 4666 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4667 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 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 } }] |
| 4668 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4669 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 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 } }] |
| 4670 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4671 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4672 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4673 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 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 } }] |
| 4674 | 2026-08-05T02:48:49.564Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4675 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4676 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4677 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 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 } }] |
| 4678 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4679 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4680 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4681 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.341 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 } }] |
| 4682 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4683 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4684 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4685 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4686 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4687 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4688 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4689 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4690 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4691 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4692 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4693 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4694 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4695 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4696 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4697 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4698 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4699 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4700 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4701 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4702 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4703 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4704 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4705 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4706 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4708 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4709 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4710 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4711 | 2026-08-05T02:48:49.565Z | Aug 05 02:48:47.342 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 } }] |
| 4712 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4714 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4715 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4716 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4717 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4718 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4719 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4720 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4721 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4722 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4723 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4724 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4725 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4726 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4727 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4728 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4730 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4731 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4732 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4733 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4734 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4735 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4736 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4737 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4738 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4739 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4740 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4741 | 2026-08-05T02:48:49.566Z | Aug 05 02:48:47.342 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 } }] |
| 4742 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4743 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4744 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4745 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4746 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4748 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4749 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4750 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4752 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4753 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4754 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4755 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4756 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4757 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4758 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4760 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4761 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4762 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4764 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4765 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4766 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4768 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-05T02:48:49.573Z | Aug 05 02:48:47.342 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 } }] |
| 4770 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4771 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 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 } }] |
| 4772 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4773 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 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 } }] |
| 4774 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4775 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4776 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4777 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 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 } }] |
| 4778 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4779 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.342 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4780 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4781 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4782 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4783 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4784 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4785 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4786 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4787 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4788 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4789 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4790 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4791 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4792 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4793 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4794 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4795 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4796 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4797 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4798 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4799 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4800 | 2026-08-05T02:48:49.574Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 4801 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4802 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 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 } }] |
| 4803 | 2026-08-05T02:48:49.574Z | test mcast::validate::tests::test_validate_tag ... ok |
| 4804 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4805 | 2026-08-05T02:48:49.574Z | Aug 05 02:48:47.343Aug 05 02:48:47.342 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 } }] |
| 4806 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4807 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4808 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4809 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4810 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4811 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4812 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4813 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4814 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4815 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4816 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4818 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4819 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4820 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4821 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4822 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4823 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }] |
| 4824 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 DEBG failed to allocate space for the new target list |
| 4825 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4826 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.342 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4827 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4828 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4829 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4830 | 2026-08-05T02:48:49.575Z | INFO Aug 05 02:48:47.343adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4831 | 2026-08-05T02:48:49.575Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4832 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343 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 } }]Aug 05 02:48:47.343 |
| 4833 | 2026-08-05T02:48:49.575Z | DEBG reset freemap, Aug 05 02:48:47.343unit :INFO freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4834 | 2026-08-05T02:48:49.575Z | |
| 4835 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4836 | 2026-08-05T02:48:49.575Z | |
| 4837 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG 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 } }] |
| 4838 | 2026-08-05T02:48:49.575Z | |
| 4839 | 2026-08-05T02:48:49.575Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4840 | 2026-08-05T02:48:49.575Z | |
| 4841 | 2026-08-05T02:48:49.576Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:30::/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 } }] |
| 4842 | 2026-08-05T02:48:49.581Z | |
| 4843 | 2026-08-05T02:48:49.581Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4844 | 2026-08-05T02:48:49.581Z | |
| 4845 | 2026-08-05T02:48:49.581Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 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:31::/64 -> 2001:db8::55:ff |
| 4846 | 2026-08-05T02:48:49.581Z | |
| 4847 | 2026-08-05T02:48:49.581Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 4848 | 2026-08-05T02:48:49.581Z | |
| 4849 | 2026-08-05T02:48:49.581Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4850 | 2026-08-05T02:48:49.581Z | |
| 4851 | 2026-08-05T02:48:49.581Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4852 | 2026-08-05T02:48:49.581Z | |
| 4853 | 2026-08-05T02:48:49.581Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 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:33::/64 -> 2001:db8::55:ff |
| 4854 | 2026-08-05T02:48:49.582Z | |
| 4855 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 4856 | 2026-08-05T02:48:49.582Z | |
| 4857 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4858 | 2026-08-05T02:48:49.582Z | |
| 4859 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4860 | 2026-08-05T02:48:49.582Z | |
| 4861 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 4862 | 2026-08-05T02:48:49.582Z | |
| 4863 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4864 | 2026-08-05T02:48:49.582Z | |
| 4865 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 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:36::/64 -> 2001:db8::55:ff |
| 4866 | 2026-08-05T02:48:49.582Z | |
| 4867 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4868 | 2026-08-05T02:48:49.582Z | |
| 4869 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 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:37::/64 -> 2001:db8::55:ff |
| 4870 | 2026-08-05T02:48:49.582Z | |
| 4871 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4872 | 2026-08-05T02:48:49.582Z | |
| 4873 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 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:38::/64 -> 2001:db8::55:ff |
| 4874 | 2026-08-05T02:48:49.582Z | |
| 4875 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4876 | 2026-08-05T02:48:49.582Z | |
| 4877 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:39::/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 } }] |
| 4878 | 2026-08-05T02:48:49.582Z | |
| 4879 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4880 | 2026-08-05T02:48:49.582Z | |
| 4881 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 4882 | 2026-08-05T02:48:49.582Z | |
| 4883 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4884 | 2026-08-05T02:48:49.582Z | |
| 4885 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3b::/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 } }] |
| 4886 | 2026-08-05T02:48:49.582Z | |
| 4887 | 2026-08-05T02:48:49.582Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4888 | 2026-08-05T02:48:49.583Z | |
| 4889 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3c::/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 } }] |
| 4890 | 2026-08-05T02:48:49.583Z | |
| 4891 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4892 | 2026-08-05T02:48:49.583Z | |
| 4893 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 4894 | 2026-08-05T02:48:49.583Z | |
| 4895 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4896 | 2026-08-05T02:48:49.583Z | |
| 4897 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4898 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4899 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4900 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4901 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4902 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4903 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4904 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4905 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4906 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4907 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4908 | 2026-08-05T02:48:49.583Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4909 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4910 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4911 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4912 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4913 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4914 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4915 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4916 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 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 } }] |
| 4917 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4918 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.343 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4919 | 2026-08-05T02:48:49.583Z | Aug 05 02:48:47.349Aug 05 02:48:47.346 Aug 05 02:48:47.348 Aug 05 02:48:47.881DEBG DEBGINFOcreated new freemap adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 05 02:48:47.346 |
| 4920 | 2026-08-05T02:48:49.583Z | , created new freemap unit, :DEBG Aug 05 02:48:47.881 freemap_route_ipv4unit created new freemap: |
| 4921 | 2026-08-05T02:48:49.583Z | DEBG, unit replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 4922 | 2026-08-05T02:48:49.583Z | freemap_route_ipv4freemap_route_ipv4 |
| 4923 | 2026-08-05T02:48:49.584Z | |
| 4924 | 2026-08-05T02:48:49.584Z | Aug 05 02:48:47.881 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4925 | 2026-08-05T02:48:49.584Z | DEBGAug 05 02:48:47.881 Aug 05 02:48:47.881created new freemapDEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , created new freemap |
| 4926 | 2026-08-05T02:48:49.584Z | unit, Aug 05 02:48:47.881unit :: Aug 05 02:48:47.881freemap_route_ipv4DEBGfreemap_route_ipv6 |
| 4927 | 2026-08-05T02:48:49.584Z | created new freemapAug 05 02:48:47.881 , unit |
| 4928 | 2026-08-05T02:48:49.584Z | :INFO Aug 05 02:48:47.881 adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4929 | 2026-08-05T02:48:49.584Z | DEBG |
| 4930 | 2026-08-05T02:48:49.584Z | created new freemapDEBG, Aug 05 02:48:47.881unit :initted freemap. size: 64DEBG freemap_route_ipv6, |
| 4931 | 2026-08-05T02:48:49.584Z | 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 } }] |
| 4932 | 2026-08-05T02:48:49.584Z | Aug 05 02:48:47.881 unitAug 05 02:48:47.881Aug 05 02:48:47.881 DEBGDEBG : created new freemapinitted freemap. size: 64, DEBGunit, unit::freemap_route_ipv4Aug 05 02:48:47.881 initted freemap. size: 64 |
| 4933 | 2026-08-05T02:48:49.584Z | freemap_route_ipv4, INFO |
| 4934 | 2026-08-05T02:48:49.584Z | unit: freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4935 | 2026-08-05T02:48:49.584Z | |
| 4936 | 2026-08-05T02:48:49.584Z | Aug 05 02:48:47.881 |
| 4937 | 2026-08-05T02:48:49.584Z | Aug 05 02:48:47.881 DEBGAug 05 02:48:47.881DEBGAug 05 02:48:47.881 DEBG reset freemap , initted freemap. size: 64reset freemapDEBGunitAug 05 02:48:47.881: freemap_route_ipv4DEBGreplacing 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 } }] |
| 4938 | 2026-08-05T02:48:49.584Z | |
| 4939 | 2026-08-05T02:48:49.584Z | , , reset freemapunit:, unitAug 05 02:48:47.881unit : Aug 05 02:48:47.881freemap_route_ipv4 |
| 4940 | 2026-08-05T02:48:49.584Z | :freemap_route_ipv4DEBG |
| 4941 | 2026-08-05T02:48:49.584Z | freemap_route_ipv4initted freemap. size: 64 |
| 4942 | 2026-08-05T02:48:49.589Z | , unitAug 05 02:48:47.881 :DEBG reset freemapINFOAug 05 02:48:47.881 , Aug 05 02:48:47.881unitfreemap_route_ipv6DEBG |
| 4943 | 2026-08-05T02:48:49.589Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff : |
| 4944 | 2026-08-05T02:48:49.589Z | initted freemap. size: 64 DEBG Aug 05 02:48:47.881initted freemap. size: 64 Aug 05 02:48:47.881, freemap_route_ipv4 |
| 4945 | 2026-08-05T02:48:49.589Z | DEBGDEBG , replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4946 | 2026-08-05T02:48:49.589Z | : reset freemapfreemap_route_ipv6, unit |
| 4947 | 2026-08-05T02:48:49.589Z | :Aug 05 02:48:47.881 Aug 05 02:48:47.881freemap_route_ipv6 |
| 4948 | 2026-08-05T02:48:49.589Z | INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4949 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881 DEBGAug 05 02:48:47.881 Aug 05 02:48:47.881reset freemap , DEBGunit, unit:: INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 4950 | 2026-08-05T02:48:49.589Z | |
| 4951 | 2026-08-05T02:48:49.589Z | |
| 4952 | 2026-08-05T02:48:49.589Z | freemap_route_ipv6 |
| 4953 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881Aug 05 02:48:47.881Aug 05 02:48:47.881 Aug 05 02:48:47.881INFO INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4954 | 2026-08-05T02:48:49.589Z | |
| 4955 | 2026-08-05T02:48:49.589Z | DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit: |
| 4956 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881freemap_route_ipv6Aug 05 02:48:47.881 DEBG |
| 4957 | 2026-08-05T02:48:49.589Z | DEBG Aug 05 02:48:47.881replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 4958 | 2026-08-05T02:48:49.589Z | |
| 4959 | 2026-08-05T02:48:49.589Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4960 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881Aug 05 02:48:47.881 INFOINFO Aug 05 02:48:47.881adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 05 02:48:47.881DEBG |
| 4961 | 2026-08-05T02:48:49.589Z | |
| 4962 | 2026-08-05T02:48:49.589Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4963 | 2026-08-05T02:48:49.589Z | DEBGAug 05 02:48:47.881 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4964 | 2026-08-05T02:48:49.589Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:47.881 |
| 4965 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4966 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881 |
| 4967 | 2026-08-05T02:48:49.589Z | INFO Aug 05 02:48:47.881Aug 05 02:48:47.881 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG |
| 4968 | 2026-08-05T02:48:49.589Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4969 | 2026-08-05T02:48:49.589Z | |
| 4970 | 2026-08-05T02:48:49.589Z | Aug 05 02:48:47.881 DEBG Aug 05 02:48:47.346Aug 05 02:48:47.881replacing 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 } }] |
| 4971 | 2026-08-05T02:48:49.589Z | DEBG Aug 05 02:48:47.881DEBG 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 } }] |
| 4972 | 2026-08-05T02:48:49.589Z | created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4973 | 2026-08-05T02:48:49.590Z | , Aug 05 02:48:47.881unit :Aug 05 02:48:47.882 freemap_route_ipv4INFOAug 05 02:48:47.882DEBG |
| 4974 | 2026-08-05T02:48:49.590Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4975 | 2026-08-05T02:48:49.590Z | adding route 3fff:beef:22::/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 } }] |
| 4976 | 2026-08-05T02:48:49.590Z | |
| 4977 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882 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 } }] |
| 4978 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882 DEBGAug 05 02:48:47.882unit :Aug 05 02:48:47.882DEBG Aug 05 02:48:47.882 freemap_route_ipv6DEBGINFO |
| 4979 | 2026-08-05T02:48:49.590Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:4created new freemap |
| 4980 | 2026-08-05T02:48:49.590Z | 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 } }] |
| 4981 | 2026-08-05T02:48:49.590Z | , |
| 4982 | 2026-08-05T02:48:49.590Z | unit: Aug 05 02:48:47.882freemap_route_ipv6 |
| 4983 | 2026-08-05T02:48:49.590Z | DEBGAug 05 02:48:47.882 Aug 05 02:48:47.882replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4984 | 2026-08-05T02:48:49.590Z | DEBG reset freemap , unitAug 05 02:48:47.882INFO Aug 05 02:48:47.882DEBG DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffinitted 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:2, vlan_id: None } }, NextHop { asic_port_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 } }]:, |
| 4985 | 2026-08-05T02:48:49.590Z | unit: |
| 4986 | 2026-08-05T02:48:49.590Z | freemap_route_ipv6Aug 05 02:48:47.882 |
| 4987 | 2026-08-05T02:48:49.590Z | freemap_route_ipv4WARN |
| 4988 | 2026-08-05T02:48:49.590Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4989 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882 INFOAug 05 02:48:47.882 adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 05 02:48:47.882Aug 05 02:48:47.882 |
| 4990 | 2026-08-05T02:48:49.590Z | ERRO 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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4991 | 2026-08-05T02:48:49.590Z | |
| 4992 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882 DEBG reset freemapAug 05 02:48:47.882replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 05 02:48:47.882unit : INFO |
| 4993 | 2026-08-05T02:48:49.590Z | ERRO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4994 | 2026-08-05T02:48:49.590Z | 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 itfreemap_route_ipv4 |
| 4995 | 2026-08-05T02:48:49.590Z | |
| 4996 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882 Aug 05 02:48:47.882INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 4997 | 2026-08-05T02:48:49.590Z | 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 } }] |
| 4998 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882Aug 05 02:48:47.882 DEBG INFOinitted freemap. size: 64 , Aug 05 02:48:47.882adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit Aug 05 02:48:47.345 |
| 4999 | 2026-08-05T02:48:49.590Z | 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 } }]freemap_route_ipv6DEBG |
| 5000 | 2026-08-05T02:48:49.590Z | |
| 5001 | 2026-08-05T02:48:49.590Z | created new freemap, Aug 05 02:48:47.882unit Aug 05 02:48:47.882:DEBG freemap_route_ipv4replacing 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 } }] |
| 5002 | 2026-08-05T02:48:49.590Z | INFO |
| 5003 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882 DEBG reset freemapadding route 172.16.0.0/32 -> 10.0.0.3, unit |
| 5004 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882: DEBG created new freemapfreemap_route_ipv6, |
| 5005 | 2026-08-05T02:48:49.590Z | Aug 05 02:48:47.882unit INFO: Aug 05 02:48:47.882adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6 Aug 05 02:48:47.882 |
| 5006 | 2026-08-05T02:48:49.590Z | |
| 5007 | 2026-08-05T02:48:49.591Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 5008 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882 |
| 5009 | 2026-08-05T02:48:49.591Z | test route::tests::grow_succeeds ... ok |
| 5010 | 2026-08-05T02:48:49.591Z | DEBGAug 05 02:48:47.882 DEBGinitted freemap. size: 64Aug 05 02:48:47.882, Aug 05 02:48:47.882 INFO unitDEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5011 | 2026-08-05T02:48:49.591Z | freemap_route_ipv4 |
| 5012 | 2026-08-05T02:48:49.591Z | |
| 5013 | 2026-08-05T02:48:49.591Z | |
| 5014 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882 INFOAug 05 02:48:47.882Aug 05 02:48:47.882Aug 05 02:48:47.882 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFOreset freemap |
| 5015 | 2026-08-05T02:48:49.591Z | adding route 172.16.0.0/32 -> 10.0.0.1 , |
| 5016 | 2026-08-05T02:48:49.591Z | unit: Aug 05 02:48:47.882DEBG DEBGfreemap_route_ipv4 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 } }] |
| 5017 | 2026-08-05T02:48:49.591Z | |
| 5018 | 2026-08-05T02:48:49.591Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5019 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882Aug 05 02:48:47.337 Aug 05 02:48:47.882 INFODEBG DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5020 | 2026-08-05T02:48:49.591Z | initted freemap. size: 64created new freemap, , Aug 05 02:48:47.882 DEBG unitunit: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 } }]: |
| 5021 | 2026-08-05T02:48:49.591Z | freemap_route_ipv4freemap_route_ipv6 |
| 5022 | 2026-08-05T02:48:49.591Z | |
| 5023 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5024 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882Aug 05 02:48:47.882 Aug 05 02:48:47.882DEBGDEBG reset freemapreplacing 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 } }], |
| 5025 | 2026-08-05T02:48:49.591Z | unit :DEBG Aug 05 02:48:47.882 created new freemapINFO, freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffunit |
| 5026 | 2026-08-05T02:48:49.591Z | : |
| 5027 | 2026-08-05T02:48:49.591Z | freemap_route_ipv6Aug 05 02:48:47.882Aug 05 02:48:47.882 INFODEBG |
| 5028 | 2026-08-05T02:48:49.591Z | 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:dead::/64 -> 2001:db8::55:1 |
| 5029 | 2026-08-05T02:48:49.591Z | |
| 5030 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 05 02:48:47.882Aug 05 02:48:47.882 |
| 5031 | 2026-08-05T02:48:49.591Z | 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 } }]INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5032 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.882 DEBG Aug 05 02:48:47.882created new freemap , DEBGunitAug 05 02:48:47.948 : reset freemapDEBG freemap_route_ipv4, 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 } }]unit |
| 5033 | 2026-08-05T02:48:49.591Z | : |
| 5034 | 2026-08-05T02:48:49.591Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] freemap_route_ipv4 |
| 5035 | 2026-08-05T02:48:49.591Z | |
| 5036 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.948 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 05 02:48:47.948 |
| 5037 | 2026-08-05T02:48:49.591Z | DEBG created new freemapAug 05 02:48:47.883, unit :DEBG Aug 05 02:48:47.948 Aug 05 02:48:47.948freemap_route_ipv6 created new freemap |
| 5038 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.948DEBG DEBG, INFO initted freemap. size: 64unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: , freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5039 | 2026-08-05T02:48:49.591Z | Aug 05 02:48:47.948 |
| 5040 | 2026-08-05T02:48:49.591Z | |
| 5041 | 2026-08-05T02:48:49.591Z | unit:DEBG freemap_route_ipv6 |
| 5042 | 2026-08-05T02:48:49.597Z | initted freemap. size: 64Aug 05 02:48:47.948, Aug 05 02:48:47.948unit Aug 05 02:48:47.948 DEBGINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4replacing 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 } }] |
| 5043 | 2026-08-05T02:48:49.597Z | DEBG |
| 5044 | 2026-08-05T02:48:49.597Z | |
| 5045 | 2026-08-05T02:48:49.597Z | Aug 05 02:48:47.948 created new freemapAug 05 02:48:47.948DEBG , reset freemapunit , INFOunit :adding route 172.17.0.1/32 -> 10.0.0.255 Aug 05 02:48:47.948 |
| 5046 | 2026-08-05T02:48:49.597Z | :Aug 05 02:48:47.948 freemap_route_ipv6freemap_route_ipv6 |
| 5047 | 2026-08-05T02:48:49.597Z | DEBG |
| 5048 | 2026-08-05T02:48:49.597Z | Aug 05 02:48:47.948DEBG reset freemap 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 } }], |
| 5049 | 2026-08-05T02:48:49.597Z | Aug 05 02:48:47.948Aug 05 02:48:47.948 DEBGINFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5050 | 2026-08-05T02:48:49.597Z | : |
| 5051 | 2026-08-05T02:48:49.598Z | initted freemap. size: 64freemap_route_ipv4, |
| 5052 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948 Aug 05 02:48:47.948 INFOINFOunit :adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 05 02:48:47.948Aug 05 02:48:47.948 |
| 5053 | 2026-08-05T02:48:49.598Z | adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4 |
| 5054 | 2026-08-05T02:48:49.598Z | |
| 5055 | 2026-08-05T02:48:49.598Z | 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 } }] |
| 5056 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948 initted freemap. size: 64Aug 05 02:48:47.948 Aug 05 02:48:47.948DEBG, unit Aug 05 02:48:47.948reset freemap , INFODEBGDEBG: unit freemap_route_ipv6 |
| 5057 | 2026-08-05T02:48:49.598Z | 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: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 } }] |
| 5058 | 2026-08-05T02:48:49.598Z | freemap_route_ipv4Aug 05 02:48:47.948 |
| 5059 | 2026-08-05T02:48:49.598Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5060 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948DEBG |
| 5061 | 2026-08-05T02:48:49.598Z | INFO reset freemap adding route 172.17.0.3/32 -> 10.0.0.255, Aug 05 02:48:47.948 |
| 5062 | 2026-08-05T02:48:49.598Z | unit: Aug 05 02:48:47.948DEBGAug 05 02:48:47.948 Aug 05 02:48:47.948 initted freemap. size: 64 DEBGfreemap_route_ipv6, DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit |
| 5063 | 2026-08-05T02:48:49.598Z | 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5064 | 2026-08-05T02:48:49.598Z | |
| 5065 | 2026-08-05T02:48:49.598Z | |
| 5066 | 2026-08-05T02:48:49.598Z | freemap_route_ipv6Aug 05 02:48:47.948 |
| 5067 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948Aug 05 02:48:47.948INFOAug 05 02:48:47.948 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 5068 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948INFO INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1reset freemapDEBG |
| 5069 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948 , DEBGunit :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:47.948 |
| 5070 | 2026-08-05T02:48:49.598Z | |
| 5071 | 2026-08-05T02:48:49.598Z | freemap_route_ipv6DEBG |
| 5072 | 2026-08-05T02:48:49.598Z | 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.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 } }] |
| 5073 | 2026-08-05T02:48:49.598Z | |
| 5074 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948Aug 05 02:48:47.948Aug 05 02:48:47.948 DEBGINFO Aug 05 02:48:47.948INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:48:47.948 |
| 5075 | 2026-08-05T02:48:49.598Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 5076 | 2026-08-05T02:48:49.598Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5077 | 2026-08-05T02:48:49.598Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5078 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948 |
| 5079 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948 Aug 05 02:48:47.948 Aug 05 02:48:47.948DEBGAug 05 02:48:47.948 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 5080 | 2026-08-05T02:48:49.598Z | 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 } }] |
| 5081 | 2026-08-05T02:48:49.598Z | 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: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 } }] |
| 5082 | 2026-08-05T02:48:49.598Z | |
| 5083 | 2026-08-05T02:48:49.598Z | 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 } }] |
| 5084 | 2026-08-05T02:48:49.598Z | Aug 05 02:48:47.948 INFOAug 05 02:48:47.948 Aug 05 02:48:47.882adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 5085 | 2026-08-05T02:48:49.598Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:48:47.948DEBG Aug 05 02:48:47.948created new freemap INFO |
| 5086 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948, INFOunit :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5087 | 2026-08-05T02:48:49.599Z | DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 05 02:48:47.948 |
| 5088 | 2026-08-05T02:48:49.599Z | |
| 5089 | 2026-08-05T02:48:49.599Z | |
| 5090 | 2026-08-05T02:48:49.599Z | DEBGAug 05 02:48:47.948 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 } }]Aug 05 02:48:47.948 |
| 5091 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948replacing 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 } }] |
| 5092 | 2026-08-05T02:48:49.599Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:48:47.948 |
| 5093 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:47.948 |
| 5094 | 2026-08-05T02:48:49.599Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 5095 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 5096 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 05 02:48:47.948 |
| 5097 | 2026-08-05T02:48:49.599Z | DEBG Aug 05 02:48:47.948 DEBG Aug 05 02:48:47.948replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5098 | 2026-08-05T02:48:49.599Z | DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5099 | 2026-08-05T02:48:49.599Z | , 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 } }]unitreplacing 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 } }]: |
| 5100 | 2026-08-05T02:48:49.599Z | |
| 5101 | 2026-08-05T02:48:49.599Z | freemap_route_ipv6Aug 05 02:48:47.948Aug 05 02:48:47.948 |
| 5102 | 2026-08-05T02:48:49.599Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 05 02:48:47.948Aug 05 02:48:47.948adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5103 | 2026-08-05T02:48:49.599Z | |
| 5104 | 2026-08-05T02:48:49.599Z | test route::tests::identity_replace_is_noop ... ok |
| 5105 | 2026-08-05T02:48:49.599Z | INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:48:47.948 |
| 5106 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948 |
| 5107 | 2026-08-05T02:48:49.599Z | DEBG DEBGAug 05 02:48:47.948 initted freemap. size: 64 Aug 05 02:48:47.948DEBG , Aug 05 02:48:47.948replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5108 | 2026-08-05T02:48:49.599Z | DEBG 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 } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:47.948 |
| 5109 | 2026-08-05T02:48:49.599Z | |
| 5110 | 2026-08-05T02:48:49.599Z | :DEBG freemap_route_ipv4Aug 05 02:48:47.948 |
| 5111 | 2026-08-05T02:48:49.599Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5112 | 2026-08-05T02:48:49.599Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5113 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948 adding route 3fff:beef:5::/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 } }] |
| 5114 | 2026-08-05T02:48:49.599Z | |
| 5115 | 2026-08-05T02:48:49.599Z | INFO Aug 05 02:48:47.948Aug 05 02:48:47.948 WARNDEBG adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:48:47.948 |
| 5116 | 2026-08-05T02:48:49.599Z | Aug 05 02:48:47.948reset freemap DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 5117 | 2026-08-05T02:48:49.599Z | 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 } }] |
| 5118 | 2026-08-05T02:48:49.599Z | , adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunitAug 05 02:48:47.948: DEBG |
| 5119 | 2026-08-05T02:48:49.599Z | freemap_route_ipv4Aug 05 02:48:47.948 |
| 5120 | 2026-08-05T02:48:49.599Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5121 | 2026-08-05T02:48:49.599Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 05 02:48:47.948 |
| 5122 | 2026-08-05T02:48:49.599Z | DEBGAug 05 02:48:47.948Aug 05 02:48:47.948Aug 05 02:48:47.948 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]initted freemap. size: 64 |
| 5123 | 2026-08-05T02:48:49.600Z | INFO |
| 5124 | 2026-08-05T02:48:49.600Z | adding route 172.17.0.10/32 -> 10.0.0.255, |
| 5125 | 2026-08-05T02:48:49.600Z | unit:Aug 05 02:48:47.948Aug 05 02:48:47.948 INFO Aug 05 02:48:47.948freemap_route_ipv6INFO |
| 5126 | 2026-08-05T02:48:49.600Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 5127 | 2026-08-05T02:48:49.600Z | |
| 5128 | 2026-08-05T02:48:49.600Z | Aug 05 02:48:47.948 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 } }] |
| 5129 | 2026-08-05T02:48:49.600Z | Aug 05 02:48:47.948reset freemapAug 05 02:48:47.948, DEBG unitDEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 05 02:48:47.948 |
| 5130 | 2026-08-05T02:48:49.600Z | freemap_route_ipv6 INFO |
| 5131 | 2026-08-05T02:48:49.600Z | 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 } }] |
| 5132 | 2026-08-05T02:48:49.600Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 05 02:48:47.948 |
| 5133 | 2026-08-05T02:48:49.600Z | Aug 05 02:48:47.948 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5134 | 2026-08-05T02:48:49.600Z | |
| 5135 | 2026-08-05T02:48:49.600Z | Aug 05 02:48:47.948 Aug 05 02:48:47.948Aug 05 02:48:47.948Aug 05 02:48:47.948 INFO DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5136 | 2026-08-05T02:48:49.600Z | |
| 5137 | 2026-08-05T02:48:49.600Z | 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 } }] |
| 5138 | 2026-08-05T02:48:49.600Z | 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 } }] |
| 5139 | 2026-08-05T02:48:49.600Z | Aug 05 02:48:47.948 INFOAug 05 02:48:47.948 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5140 | 2026-08-05T02:48:49.600Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5141 | 2026-08-05T02:48:49.600Z | Aug 05 02:48:47.948Aug 05 02:48:47.948 DEBGINFOAug 05 02:48:47.948 adding route 172.17.0.12/32 -> 10.0.0.255Aug 05 02:48:47.948replacing 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 } }] |
| 5142 | 2026-08-05T02:48:49.604Z | |
| 5143 | 2026-08-05T02:48:49.605Z | DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5144 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.949Aug 05 02:48:47.970 INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 5145 | 2026-08-05T02:48:49.605Z | created new freemap, Aug 05 02:48:47.970unit :Aug 05 02:48:47.970 INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 5146 | 2026-08-05T02:48:49.605Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5147 | 2026-08-05T02:48:49.605Z | |
| 5148 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.948Aug 05 02:48:47.970 Aug 05 02:48:47.949DEBG Aug 05 02:48:47.970INFO DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5149 | 2026-08-05T02:48:49.605Z | created new freemapDEBG, adding route 172.16.0.0/32 -> 10.0.0.4unit created new freemap:, unit |
| 5150 | 2026-08-05T02:48:49.605Z | freemap_route_ipv4Aug 05 02:48:47.970 : |
| 5151 | 2026-08-05T02:48:49.605Z | DEBGfreemap_route_ipv6Aug 05 02:48:47.970 |
| 5152 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.970 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 } }] Aug 05 02:48:47.970 |
| 5153 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.970 DEBGDEBGDEBGAug 05 02:48:47.970 INFOinitted freemap. size: 64adding route 172.17.0.13/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 } }] |
| 5154 | 2026-08-05T02:48:49.605Z | created new freemap |
| 5155 | 2026-08-05T02:48:49.605Z | , adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit: unitfreemap_route_ipv4: |
| 5156 | 2026-08-05T02:48:49.605Z | |
| 5157 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.970 DEBGfreemap_route_ipv6Aug 05 02:48:47.970Aug 05 02:48:47.970 |
| 5158 | 2026-08-05T02:48:49.605Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 05 02:48:47.970 |
| 5159 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.970 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 } }]DEBG, |
| 5160 | 2026-08-05T02:48:49.605Z | initted freemap. size: 64unit:, Aug 05 02:48:47.970unit INFOfreemap_route_ipv4 :DEBG |
| 5161 | 2026-08-05T02:48:49.605Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5162 | 2026-08-05T02:48:49.605Z | freemap_route_ipv4 |
| 5163 | 2026-08-05T02:48:49.605Z | |
| 5164 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.970 Aug 05 02:48:47.970 DEBGINFO Aug 05 02:48:47.970adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5165 | 2026-08-05T02:48:49.605Z | initted freemap. size: 64DEBG, reset freemapAug 05 02:48:47.970unit , :unitAug 05 02:48:47.970: freemap_route_ipv6DEBG |
| 5166 | 2026-08-05T02:48:49.605Z | freemap_route_ipv4 |
| 5167 | 2026-08-05T02:48:49.605Z | 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 |
| 5168 | 2026-08-05T02:48:49.605Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:47.970 |
| 5169 | 2026-08-05T02:48:49.605Z | DEBG Aug 05 02:48:47.970initted freemap. size: 64 , Aug 05 02:48:47.970unit :INFO freemap_route_ipv6DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 5170 | 2026-08-05T02:48:49.605Z | reset freemap |
| 5171 | 2026-08-05T02:48:49.605Z | , unit |
| 5172 | 2026-08-05T02:48:49.605Z | Aug 05 02:48:47.970 DEBG Aug 05 02:48:47.970:reset freemap , INFOunitAug 05 02:48:47.970: freemap_route_ipv6DEBGfreemap_route_ipv6 |
| 5173 | 2026-08-05T02:48:49.605Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5174 | 2026-08-05T02:48:49.605Z | |
| 5175 | 2026-08-05T02:48:49.606Z | |
| 5176 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970Aug 05 02:48:47.970Aug 05 02:48:47.970 Aug 05 02:48:47.970 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 5177 | 2026-08-05T02:48:49.606Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5178 | 2026-08-05T02:48:49.606Z | |
| 5179 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970 Aug 05 02:48:47.970adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:48:47.970DEBG |
| 5180 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970 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 } }] |
| 5181 | 2026-08-05T02:48:49.606Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5182 | 2026-08-05T02:48:49.606Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:47.970 |
| 5183 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970INFOAug 05 02:48:47.970 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 5184 | 2026-08-05T02:48:49.606Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5185 | 2026-08-05T02:48:49.606Z | 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 } }]Aug 05 02:48:47.970 Aug 05 02:48:47.970DEBG |
| 5186 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970 INFO DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5187 | 2026-08-05T02:48:49.606Z | |
| 5188 | 2026-08-05T02:48:49.606Z | |
| 5189 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970Aug 05 02:48:47.970 INFODEBG Aug 05 02:48:47.970adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:48:47.970 |
| 5190 | 2026-08-05T02:48:49.606Z | INFO 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 } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 05 02:48:47.970 |
| 5191 | 2026-08-05T02:48:49.606Z | |
| 5192 | 2026-08-05T02:48:49.606Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5193 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 05 02:48:47.970 |
| 5194 | 2026-08-05T02:48:49.606Z | DEBGAug 05 02:48:47.970INFO adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5195 | 2026-08-05T02:48:49.606Z | |
| 5196 | 2026-08-05T02:48:49.606Z | INFOAug 05 02:48:47.970 Aug 05 02:48:47.970DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:48:47.970 |
| 5197 | 2026-08-05T02:48:49.606Z | INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff 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 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 } }] |
| 5198 | 2026-08-05T02:48:49.606Z | |
| 5199 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970 |
| 5200 | 2026-08-05T02:48:49.606Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5201 | 2026-08-05T02:48:49.606Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 05 02:48:47.970Aug 05 02:48:47.970Aug 05 02:48:47.970 INFOINFO |
| 5202 | 2026-08-05T02:48:49.606Z | adding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5203 | 2026-08-05T02:48:49.606Z | |
| 5204 | 2026-08-05T02:48:49.606Z | DEBG Aug 05 02:48:47.970replacing 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 |
| 5205 | 2026-08-05T02:48:49.606Z | replacing targets for 3fff:dead::/64 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 } }]Aug 05 02:48:47.970 |
| 5206 | 2026-08-05T02:48:49.606Z | Aug 05 02:48:47.970 DEBG Aug 05 02:48:47.970replacing 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 } }] |
| 5207 | 2026-08-05T02:48:49.606Z | INFODEBG Aug 05 02:48:47.970replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:48:47.970WARN |
| 5208 | 2026-08-05T02:48:49.606Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5209 | 2026-08-05T02:48:49.607Z | INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5210 | 2026-08-05T02:48:49.607Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 05 02:48:47.970Aug 05 02:48:47.970 |
| 5211 | 2026-08-05T02:48:49.607Z | 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 } }]INFO |
| 5212 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG |
| 5213 | 2026-08-05T02:48:49.607Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:47.970 |
| 5214 | 2026-08-05T02:48:49.607Z | INFO Aug 05 02:48:47.970 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 } }] |
| 5215 | 2026-08-05T02:48:49.607Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 05 02:48:47.970 |
| 5216 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 05 02:48:47.970 |
| 5217 | 2026-08-05T02:48:49.607Z | DEBG |
| 5218 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5219 | 2026-08-05T02:48:49.607Z | |
| 5220 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970replacing 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 } }] |
| 5221 | 2026-08-05T02:48:49.607Z | DEBGAug 05 02:48:47.970Aug 05 02:48:47.970 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 } }]INFODEBG |
| 5222 | 2026-08-05T02:48:49.607Z | adding route 3fff:dead::/64 -> 2001:db8::55:2failed to allocate space for the new target list |
| 5223 | 2026-08-05T02:48:49.607Z | |
| 5224 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970 Aug 05 02:48:47.970 INFOAug 05 02:48:47.970 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 5225 | 2026-08-05T02:48:49.607Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:48:47.970 |
| 5226 | 2026-08-05T02:48:49.607Z | DEBG Aug 05 02:48:47.970replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 05 02:48:47.970 |
| 5227 | 2026-08-05T02:48:49.607Z | DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5228 | 2026-08-05T02:48:49.607Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5229 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970 DEBG failed to allocate space for the new target listAug 05 02:48:47.970INFO |
| 5230 | 2026-08-05T02:48:49.607Z | DEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5231 | 2026-08-05T02:48:49.607Z | |
| 5232 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.882Aug 05 02:48:47.970 Aug 05 02:48:47.970 DEBGINFO INFOAug 05 02:48:47.970replacing 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 } }] |
| 5233 | 2026-08-05T02:48:49.607Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5234 | 2026-08-05T02:48:49.607Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5235 | 2026-08-05T02:48:49.607Z | |
| 5236 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970Aug 05 02:48:47.970 INFODEBGAug 05 02:48:47.970 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5237 | 2026-08-05T02:48:49.607Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5238 | 2026-08-05T02:48:49.607Z | |
| 5239 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.970Aug 05 02:48:47.970 DEBGDEBGAug 05 02:48:47.970Aug 05 02:48:47.970 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, 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 } }] |
| 5240 | 2026-08-05T02:48:49.607Z | Aug 05 02:48:47.971 DEBG created new freemapAug 05 02:48:47.971 , 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 } }] |
| 5241 | 2026-08-05T02:48:49.607Z | 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 } }]created new freemap |
| 5242 | 2026-08-05T02:48:49.612Z | , unit |
| 5243 | 2026-08-05T02:48:49.612Z | :unit : freemap_route_ipv4freemap_route_ipv4 |
| 5244 | 2026-08-05T02:48:49.612Z | Aug 05 02:48:48.143Aug 05 02:48:48.143Aug 05 02:48:48.143 INFO |
| 5245 | 2026-08-05T02:48:49.612Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5246 | 2026-08-05T02:48:49.612Z | |
| 5247 | 2026-08-05T02:48:49.612Z | Aug 05 02:48:48.143INFO WARNadding route 172.17.0.24/32 -> 10.0.0.255 |
| 5248 | 2026-08-05T02:48:49.612Z | Aug 05 02:48:48.143shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:48:48.143 |
| 5249 | 2026-08-05T02:48:49.612Z | DEBGAug 05 02:48:48.143 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 5250 | 2026-08-05T02:48:49.612Z | , unitAug 05 02:48:48.143: Aug 05 02:48:48.143 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 } }] Aug 05 02:48:48.143DEBGfreemap_route_ipv6DEBG |
| 5251 | 2026-08-05T02:48:49.612Z | |
| 5252 | 2026-08-05T02:48:49.612Z | 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 } }] created new freemap |
| 5253 | 2026-08-05T02:48:49.613Z | , INFOunit Aug 05 02:48:48.143: Aug 05 02:48:48.143freemap_route_ipv6Aug 05 02:48:48.143 DEBGINFO |
| 5254 | 2026-08-05T02:48:49.613Z | INFOinitted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255, |
| 5255 | 2026-08-05T02:48:49.613Z | unitadding route 172.17.0.0/32 -> 10.0.0.255:Aug 05 02:48:48.143 DEBGfreemap_route_ipv4 |
| 5256 | 2026-08-05T02:48:49.613Z | |
| 5257 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143initted freemap. size: 64 , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGunit Aug 05 02:48:48.143:replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:48:48.143 |
| 5258 | 2026-08-05T02:48:49.613Z | freemap_route_ipv4DEBGDEBG |
| 5259 | 2026-08-05T02:48:49.613Z | 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 } }]reset freemap |
| 5260 | 2026-08-05T02:48:49.613Z | , |
| 5261 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 unitDEBG:Aug 05 02:48:48.143 Aug 05 02:48:48.143 DEBGfreemap_route_ipv4 |
| 5262 | 2026-08-05T02:48:49.613Z | 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 } }]INFOreset freemap |
| 5263 | 2026-08-05T02:48:49.613Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5264 | 2026-08-05T02:48:49.613Z | , unitAug 05 02:48:48.143Aug 05 02:48:48.143 Aug 05 02:48:48.143INFO Aug 05 02:48:48.143adding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFODEBG |
| 5265 | 2026-08-05T02:48:49.613Z | 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: |
| 5266 | 2026-08-05T02:48:49.613Z | initted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5267 | 2026-08-05T02:48:49.613Z | , unitfreemap_route_ipv4: |
| 5268 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 freemap_route_ipv6Aug 05 02:48:48.143INFO |
| 5269 | 2026-08-05T02:48:49.613Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255 Aug 05 02:48:48.143 |
| 5270 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 DEBG DEBGAug 05 02:48:48.143replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.143 |
| 5271 | 2026-08-05T02:48:49.613Z | reset freemap, DEBGunit Aug 05 02:48:48.143DEBG :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 initted freemap. size: 64freemap_route_ipv6 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 } }] |
| 5272 | 2026-08-05T02:48:49.613Z | |
| 5273 | 2026-08-05T02:48:49.613Z | |
| 5274 | 2026-08-05T02:48:49.613Z | , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 05 02:48:48.143 unitINFO: Aug 05 02:48:48.143Aug 05 02:48:48.143 |
| 5275 | 2026-08-05T02:48:49.613Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5276 | 2026-08-05T02:48:49.613Z | INFO freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5277 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5278 | 2026-08-05T02:48:49.613Z | DEBG |
| 5279 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 Aug 05 02:48:48.143 Aug 05 02:48:48.143DEBG Aug 05 02:48:48.143 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5280 | 2026-08-05T02:48:49.613Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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: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 } }] |
| 5281 | 2026-08-05T02:48:49.613Z | |
| 5282 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 DEBGINFOAug 05 02:48:48.143 |
| 5283 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 5284 | 2026-08-05T02:48:49.613Z | reset freemap, unit INFO:Aug 05 02:48:48.143 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5285 | 2026-08-05T02:48:49.613Z | freemap_route_ipv6DEBG adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5286 | 2026-08-05T02:48:49.613Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5287 | 2026-08-05T02:48:49.613Z | |
| 5288 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 Aug 05 02:48:48.143DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.143 |
| 5289 | 2026-08-05T02:48:49.613Z | Aug 05 02:48:48.143 Aug 05 02:48:48.143DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 5290 | 2026-08-05T02:48:49.614Z | 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 } }] |
| 5291 | 2026-08-05T02:48:49.614Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:48:48.143 |
| 5292 | 2026-08-05T02:48:49.614Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5293 | 2026-08-05T02:48:49.614Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5294 | 2026-08-05T02:48:49.614Z | Aug 05 02:48:48.143 DEBG Aug 05 02:48:48.143replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.143Aug 05 02:48:48.143 |
| 5295 | 2026-08-05T02:48:49.614Z | INFODEBGDEBG 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.29/32 -> 10.0.0.255 |
| 5296 | 2026-08-05T02:48:49.614Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5297 | 2026-08-05T02:48:49.614Z | |
| 5298 | 2026-08-05T02:48:49.614Z | Aug 05 02:48:48.143Aug 05 02:48:48.143Aug 05 02:48:48.143 Aug 05 02:48:48.143INFODEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5299 | 2026-08-05T02:48:49.614Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5300 | 2026-08-05T02:48:49.614Z | |
| 5301 | 2026-08-05T02:48:49.614Z | INFO Aug 05 02:48:48.143adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5302 | 2026-08-05T02:48:49.614Z | INFO Aug 05 02:48:48.143adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5303 | 2026-08-05T02:48:49.614Z | test route::tests::same_size_non_subset_replace ... ok |
| 5304 | 2026-08-05T02:48:49.614Z | 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 } }]Aug 05 02:48:48.143 |
| 5305 | 2026-08-05T02:48:49.614Z | Aug 05 02:48:48.143 Aug 05 02:48:48.143 |
| 5306 | 2026-08-05T02:48:49.614Z | 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 } }] |
| 5307 | 2026-08-05T02:48:49.614Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 5308 | 2026-08-05T02:48:49.614Z | |
| 5309 | 2026-08-05T02:48:49.614Z | Aug 05 02:48:48.143Aug 05 02:48:48.143 INFOINFO Aug 05 02:48:48.143Aug 05 02:48:48.143adding route 172.17.0.7/32 -> 10.0.0.255 Aug 05 02:48:48.143adding route 172.17.0.31/32 -> 10.0.0.255 INFO |
| 5310 | 2026-08-05T02:48:49.614Z | INFO |
| 5311 | 2026-08-05T02:48:49.614Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:48:48.143 |
| 5312 | 2026-08-05T02:48:49.614Z | DEBGAug 05 02:48:48.143 |
| 5313 | 2026-08-05T02:48:49.614Z | |
| 5314 | 2026-08-05T02:48:49.614Z | 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 } }] |
| 5315 | 2026-08-05T02:48:49.614Z | Aug 05 02:48:48.143 Aug 05 02:48:48.143 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.143 |
| 5316 | 2026-08-05T02:48:49.614Z | DEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5317 | 2026-08-05T02:48:49.614Z | |
| 5318 | 2026-08-05T02:48:49.614Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5319 | 2026-08-05T02:48:49.614Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 5320 | 2026-08-05T02:48:49.614Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5321 | 2026-08-05T02:48:49.614Z | Aug 05 02:48:48.143 Aug 05 02:48:48.143Aug 05 02:48:48.143DEBG 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 } }] 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 } }] |
| 5322 | 2026-08-05T02:48:49.614Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5323 | 2026-08-05T02:48:49.614Z | |
| 5324 | 2026-08-05T02:48:49.614Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5325 | 2026-08-05T02:48:49.615Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:48:48.143 |
| 5326 | 2026-08-05T02:48:49.615Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 05 02:48:48.143 |
| 5327 | 2026-08-05T02:48:49.615Z | Aug 05 02:48:48.143Aug 05 02:48:48.143 DEBGAug 05 02:48:48.143Aug 05 02:48:48.143 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO INFODEBG |
| 5328 | 2026-08-05T02:48:49.615Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5329 | 2026-08-05T02:48:49.615Z | 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:dead::/64 -> 2001:db8::55:4 |
| 5330 | 2026-08-05T02:48:49.615Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5331 | 2026-08-05T02:48:49.615Z | Aug 05 02:48:48.143 |
| 5332 | 2026-08-05T02:48:49.615Z | DEBG Aug 05 02:48:48.143replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.143 |
| 5333 | 2026-08-05T02:48:49.615Z | Aug 05 02:48:48.143INFO DEBGINFO Aug 05 02:48:48.143Aug 05 02:48:48.143 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5334 | 2026-08-05T02:48:49.615Z | |
| 5335 | 2026-08-05T02:48:49.615Z | |
| 5336 | 2026-08-05T02:48:49.615Z | INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5337 | 2026-08-05T02:48:49.615Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 05 02:48:48.143 |
| 5338 | 2026-08-05T02:48:49.615Z | Aug 05 02:48:48.143 DEBG DEBGAug 05 02:48:48.143 Aug 05 02:48:48.143 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 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 |
| 5339 | 2026-08-05T02:48:49.615Z | INFO |
| 5340 | 2026-08-05T02:48:49.615Z | 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 172.17.0.10/32 -> 10.0.0.255 |
| 5341 | 2026-08-05T02:48:49.615Z | |
| 5342 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5343 | 2026-08-05T02:48:49.620Z | Aug 05 02:48:48.143Aug 05 02:48:48.143 Aug 05 02:48:48.143 DEBGAug 05 02:48:48.143 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffINFOAug 05 02:48:47.971 |
| 5344 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5345 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5346 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5347 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5348 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5349 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5350 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5351 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5352 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5353 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5354 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5355 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5356 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5357 | 2026-08-05T02:48:49.620Z | adding route 172.17.0.34/32 -> 10.0.0.255INFODEBG |
| 5358 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5359 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5360 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5361 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5362 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5363 | 2026-08-05T02:48:49.620Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5364 | 2026-08-05T02:48:49.620Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 05 02:48:48.143 |
| 5365 | 2026-08-05T02:48:49.620Z | Aug 05 02:48:48.143created new freemap adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 05 02:48:48.143 |
| 5366 | 2026-08-05T02:48:49.620Z | 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 } }] |
| 5367 | 2026-08-05T02:48:49.620Z | Aug 05 02:48:48.143Aug 05 02:48:48.144 DEBG created new freemapDEBG, unitAug 05 02:48:48.152: Aug 05 02:48:48.152INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 5368 | 2026-08-05T02:48:49.620Z | 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 } }] |
| 5369 | 2026-08-05T02:48:49.620Z | created new freemap, unitDEBG:Aug 05 02:48:48.152 Aug 05 02:48:48.152 INFODEBGreplacing 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 } }]freemap_route_ipv4 freemap_route_ipv4 |
| 5370 | 2026-08-05T02:48:49.620Z | |
| 5371 | 2026-08-05T02:48:49.621Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5372 | 2026-08-05T02:48:49.621Z | |
| 5373 | 2026-08-05T02:48:49.621Z | |
| 5374 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.152Aug 05 02:48:48.152 Aug 05 02:48:48.152DEBG Aug 05 02:48:48.152INFODEBG Aug 05 02:48:48.152 INFOadding route 172.17.0.11/32 -> 10.0.0.255 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 |
| 5375 | 2026-08-05T02:48:49.621Z | |
| 5376 | 2026-08-05T02:48:49.621Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap, , unit |
| 5377 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.152Aug 05 02:48:48.152 : INFOfreemap_route_ipv6unit : |
| 5378 | 2026-08-05T02:48:49.621Z | freemap_route_ipv6adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 5379 | 2026-08-05T02:48:49.621Z | |
| 5380 | 2026-08-05T02:48:49.621Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.152Aug 05 02:48:48.152 |
| 5381 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.152DEBGDEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:48:48.152 |
| 5382 | 2026-08-05T02:48:49.621Z | 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 } }]initted freemap. size: 64 |
| 5383 | 2026-08-05T02:48:49.621Z | , unit:Aug 05 02:48:48.153 Aug 05 02:48:48.153freemap_route_ipv4 INFOINFO |
| 5384 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.153adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5385 | 2026-08-05T02:48:49.621Z | INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 05 02:48:48.153Aug 05 02:48:48.153 |
| 5386 | 2026-08-05T02:48:49.621Z | initted freemap. size: 64DEBGDEBG , 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 } }]Aug 05 02:48:48.153adding route 172.17.0.12/32 -> 10.0.0.255reset freemapunit, |
| 5387 | 2026-08-05T02:48:49.621Z | |
| 5388 | 2026-08-05T02:48:49.621Z | unitDEBG: 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 } }] |
| 5389 | 2026-08-05T02:48:49.621Z | |
| 5390 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.153Aug 05 02:48:48.153 freemap_route_ipv4DEBGINFO |
| 5391 | 2026-08-05T02:48:49.621Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5392 | 2026-08-05T02:48:49.621Z | |
| 5393 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.153 Aug 05 02:48:48.153INFOAug 05 02:48:48.153 DEBG Aug 05 02:48:48.153INFOAug 05 02:48:48.153 adding route 172.17.0.13/32 -> 10.0.0.255 DEBGreset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 5394 | 2026-08-05T02:48:49.621Z | |
| 5395 | 2026-08-05T02:48:49.621Z | initted freemap. size: 64, DEBG, unitAug 05 02:48:48.153unit : 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 } }] |
| 5396 | 2026-08-05T02:48:49.621Z | freemap_route_ipv4Aug 05 02:48:48.153DEBG :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 } }] |
| 5397 | 2026-08-05T02:48:49.621Z | |
| 5398 | 2026-08-05T02:48:49.621Z | freemap_route_ipv6DEBGAug 05 02:48:48.153 |
| 5399 | 2026-08-05T02:48:49.621Z | INFO Aug 05 02:48:48.153adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5400 | 2026-08-05T02:48:49.621Z | 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 } }]DEBGAug 05 02:48:48.153 initted freemap. size: 64INFOAug 05 02:48:48.153 DEBGadding route 172.17.0.14/32 -> 10.0.0.255, |
| 5401 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.153unitreset freemap |
| 5402 | 2026-08-05T02:48:49.621Z | , unit: DEBG:freemap_route_ipv6 |
| 5403 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.153replacing 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 } }]freemap_route_ipv6 |
| 5404 | 2026-08-05T02:48:49.621Z | Aug 05 02:48:48.153 INFO |
| 5405 | 2026-08-05T02:48:49.622Z | DEBG Aug 05 02:48:48.153Aug 05 02:48:48.153Aug 05 02:48:48.153 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 |
| 5406 | 2026-08-05T02:48:49.622Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 5407 | 2026-08-05T02:48:49.622Z | Aug 05 02:48:48.153adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5408 | 2026-08-05T02:48:49.622Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 5409 | 2026-08-05T02:48:49.622Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:48:48.153Aug 05 02:48:48.153 reset freemap |
| 5410 | 2026-08-05T02:48:49.622Z | , DEBGDEBG unit :Aug 05 02:48:48.153replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5411 | 2026-08-05T02:48:49.622Z | |
| 5412 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5413 | 2026-08-05T02:48:49.622Z | DEBGAug 05 02:48:48.153 DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.153 Aug 05 02:48:48.153replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5414 | 2026-08-05T02:48:49.622Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 5415 | 2026-08-05T02:48:49.622Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5416 | 2026-08-05T02:48:49.622Z | Aug 05 02:48:48.153 |
| 5417 | 2026-08-05T02:48:49.622Z | freemap_route_ipv6 |
| 5418 | 2026-08-05T02:48:49.622Z | INFOAug 05 02:48:48.153 Aug 05 02:48:48.153 Aug 05 02:48:48.153DEBG adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5419 | 2026-08-05T02:48:49.622Z | 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 } }]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 } }]Aug 05 02:48:48.153 |
| 5420 | 2026-08-05T02:48:49.622Z | Aug 05 02:48:48.153 INFO |
| 5421 | 2026-08-05T02:48:49.622Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 5422 | 2026-08-05T02:48:49.622Z | Aug 05 02:48:48.153DEBGAug 05 02:48:48.153 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5423 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5424 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5425 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5426 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5427 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5428 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5429 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5430 | 2026-08-05T02:48:49.622Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5431 | 2026-08-05T02:48:49.622Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 5432 | 2026-08-05T02:48:49.622Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5433 | 2026-08-05T02:48:49.622Z | |
| 5434 | 2026-08-05T02:48:49.622Z | Aug 05 02:48:48.153 Aug 05 02:48:48.153DEBG DEBGAug 05 02:48:48.153Aug 05 02:48:48.153 INFOAug 05 02:48:48.153 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.17/32 -> 10.0.0.255DEBG |
| 5435 | 2026-08-05T02:48:49.622Z | 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 } }] |
| 5436 | 2026-08-05T02:48:49.622Z | |
| 5437 | 2026-08-05T02:48:49.622Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5438 | 2026-08-05T02:48:49.622Z | 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 } }] |
| 5439 | 2026-08-05T02:48:49.622Z | Aug 05 02:48:48.153Aug 05 02:48:48.153Aug 05 02:48:48.153Aug 05 02:48:48.153 Aug 05 02:48:48.153INFO INFO DEBG INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5440 | 2026-08-05T02:48:49.622Z | |
| 5441 | 2026-08-05T02:48:49.622Z | INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5442 | 2026-08-05T02:48:49.628Z | |
| 5443 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153adding route 172.16.0.0/32 -> 10.0.0.2 Aug 05 02:48:48.153INFO |
| 5444 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153Aug 05 02:48:48.153 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 5445 | 2026-08-05T02:48:49.628Z | DEBG 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 } }] Aug 05 02:48:48.153 |
| 5446 | 2026-08-05T02:48:49.628Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5447 | 2026-08-05T02:48:49.628Z | 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 } }] |
| 5448 | 2026-08-05T02:48:49.628Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.153 |
| 5449 | 2026-08-05T02:48:49.628Z | INFO Aug 05 02:48:48.153adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 05 02:48:48.153Aug 05 02:48:48.153 |
| 5450 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5451 | 2026-08-05T02:48:49.628Z | DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 5452 | 2026-08-05T02:48:49.628Z | |
| 5453 | 2026-08-05T02:48:49.628Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5454 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153Aug 05 02:48:48.153 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 } }]Aug 05 02:48:48.153 |
| 5455 | 2026-08-05T02:48:49.628Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.153 |
| 5456 | 2026-08-05T02:48:49.628Z | DEBGDEBGAug 05 02:48:48.153 INFO adding route 172.17.0.20/32 -> 10.0.0.255replacing 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 } }] |
| 5457 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 5458 | 2026-08-05T02:48:49.628Z | INFO |
| 5459 | 2026-08-05T02:48:49.628Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 05 02:48:48.153 |
| 5460 | 2026-08-05T02:48:49.628Z | 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 } }]Aug 05 02:48:48.153Aug 05 02:48:48.153 |
| 5461 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153 INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5462 | 2026-08-05T02:48:49.628Z | INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5463 | 2026-08-05T02:48:49.628Z | |
| 5464 | 2026-08-05T02:48:49.628Z | Aug 05 02:48:48.153 DEBG Aug 05 02:48:48.153replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.153 INFO |
| 5465 | 2026-08-05T02:48:49.628Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 5466 | 2026-08-05T02:48:49.628Z | 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 } }]Aug 05 02:48:48.153 |
| 5467 | 2026-08-05T02:48:49.628Z | INFO Aug 05 02:48:48.153 adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 5468 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153 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 |
| 5469 | 2026-08-05T02:48:49.629Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:48:48.153 |
| 5470 | 2026-08-05T02:48:49.629Z | DEBGAug 05 02:48:48.153 INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:48:48.153 |
| 5471 | 2026-08-05T02:48:49.629Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5472 | 2026-08-05T02:48:49.629Z | 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 } }]Aug 05 02:48:48.153 |
| 5473 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5474 | 2026-08-05T02:48:49.629Z | DEBGAug 05 02:48:48.153 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 |
| 5475 | 2026-08-05T02:48:49.629Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 5476 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153 DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.153 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 } }] |
| 5477 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5478 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153 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 } }] |
| 5479 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 5480 | 2026-08-05T02:48:49.629Z | 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 } }], |
| 5481 | 2026-08-05T02:48:49.629Z | unit:Aug 05 02:48:48.153 freemap_route_ipv4DEBG |
| 5482 | 2026-08-05T02:48:49.629Z | 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 } }]Aug 05 02:48:48.153 |
| 5483 | 2026-08-05T02:48:49.629Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:48:48.153 |
| 5484 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.153 DEBGINFO Aug 05 02:48:48.153adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 5485 | 2026-08-05T02:48:49.629Z | created new freemapDEBG Aug 05 02:48:48.154replacing 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 } }] |
| 5486 | 2026-08-05T02:48:49.629Z | DEBG created new freemap, unit: Aug 05 02:48:48.160freemap_route_ipv4 |
| 5487 | 2026-08-05T02:48:49.629Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5488 | 2026-08-05T02:48:49.629Z | |
| 5489 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.160 DEBG Aug 05 02:48:48.160created new freemapAug 05 02:48:48.160 , unitDEBGDEBG :Aug 05 02:48:48.160replacing 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 } }] |
| 5490 | 2026-08-05T02:48:49.629Z | INFO freemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5491 | 2026-08-05T02:48:49.629Z | |
| 5492 | 2026-08-05T02:48:49.629Z | 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 } }] |
| 5493 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.160 Aug 05 02:48:48.160INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5494 | 2026-08-05T02:48:49.629Z | initted freemap. size: 64Aug 05 02:48:48.160 Aug 05 02:48:48.160, DEBGunit : 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 } }]Aug 05 02:48:48.160 |
| 5495 | 2026-08-05T02:48:49.629Z | freemap_route_ipv4 |
| 5496 | 2026-08-05T02:48:49.629Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5497 | 2026-08-05T02:48:49.629Z | Aug 05 02:48:48.160DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5498 | 2026-08-05T02:48:49.629Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:48:48.160 |
| 5499 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160 DEBGDEBG Aug 05 02:48:48.160 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 |
| 5500 | 2026-08-05T02:48:49.630Z | , unit: Aug 05 02:48:48.160freemap_route_ipv4DEBG |
| 5501 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160 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 |
| 5502 | 2026-08-05T02:48:49.630Z | INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:48:48.160 |
| 5503 | 2026-08-05T02:48:49.630Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGAug 05 02:48:48.160 initted freemap. size: 64 |
| 5504 | 2026-08-05T02:48:49.630Z | , INFOunit: adding route 172.17.0.26/32 -> 10.0.0.255freemap_route_ipv6Aug 05 02:48:48.160 |
| 5505 | 2026-08-05T02:48:49.630Z | |
| 5506 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160 DEBGDEBGAug 05 02:48:48.160 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 } }]Aug 05 02:48:48.160 |
| 5507 | 2026-08-05T02:48:49.630Z | 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 DEBG |
| 5508 | 2026-08-05T02:48:49.630Z | reset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 05 02:48:48.160 |
| 5509 | 2026-08-05T02:48:49.630Z | unit :INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5510 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160Aug 05 02:48:48.160 |
| 5511 | 2026-08-05T02:48:49.630Z | INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 05 02:48:48.160 |
| 5512 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160 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 172.16.0.0/32 -> 10.0.0.1Aug 05 02:48:48.160 |
| 5513 | 2026-08-05T02:48:49.630Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5514 | 2026-08-05T02:48:49.630Z | |
| 5515 | 2026-08-05T02:48:49.630Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 5516 | 2026-08-05T02:48:49.630Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.160 |
| 5517 | 2026-08-05T02:48:49.630Z | DEBGAug 05 02:48:48.160Aug 05 02:48:48.160 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 } }] |
| 5518 | 2026-08-05T02:48:49.630Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5519 | 2026-08-05T02:48:49.630Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5520 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160Aug 05 02:48:48.160 INFOINFO Aug 05 02:48:48.160INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5521 | 2026-08-05T02:48:49.630Z | INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 5522 | 2026-08-05T02:48:49.630Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:48:48.160adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5523 | 2026-08-05T02:48:49.630Z | |
| 5524 | 2026-08-05T02:48:49.630Z | DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.160Aug 05 02:48:48.160 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 } }] |
| 5525 | 2026-08-05T02:48:49.630Z | DEBGAug 05 02:48:48.160Aug 05 02:48:48.160 |
| 5526 | 2026-08-05T02:48:49.630Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5527 | 2026-08-05T02:48:49.630Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.160 |
| 5528 | 2026-08-05T02:48:49.630Z | INFOINFO Aug 05 02:48:48.160adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5529 | 2026-08-05T02:48:49.630Z | INFO |
| 5530 | 2026-08-05T02:48:49.630Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:48:48.160 |
| 5531 | 2026-08-05T02:48:49.630Z | Aug 05 02:48:48.160 DEBGINFO Aug 05 02:48:48.160replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.160 |
| 5532 | 2026-08-05T02:48:49.630Z | DEBG DEBGAug 05 02:48:48.160replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5533 | 2026-08-05T02:48:49.630Z | |
| 5534 | 2026-08-05T02:48:49.630Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5535 | 2026-08-05T02:48:49.631Z | INFOAug 05 02:48:48.160Aug 05 02:48:48.160Aug 05 02:48:48.160 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5536 | 2026-08-05T02:48:49.631Z | |
| 5537 | 2026-08-05T02:48:49.631Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 5538 | 2026-08-05T02:48:49.631Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.160 |
| 5539 | 2026-08-05T02:48:49.631Z | Aug 05 02:48:48.160DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5540 | 2026-08-05T02:48:49.631Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 05 02:48:48.160 |
| 5541 | 2026-08-05T02:48:49.631Z | Aug 05 02:48:48.160 INFODEBG Aug 05 02:48:48.160Aug 05 02:48:48.160adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5542 | 2026-08-05T02:48:49.636Z | INFODEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 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 } }] |
| 5543 | 2026-08-05T02:48:49.636Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5544 | 2026-08-05T02:48:49.636Z | |
| 5545 | 2026-08-05T02:48:49.636Z | Aug 05 02:48:48.168 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 } }], |
| 5546 | 2026-08-05T02:48:49.636Z | unit: Aug 05 02:48:48.168freemap_route_ipv6 |
| 5547 | 2026-08-05T02:48:49.636Z | INFOAug 05 02:48:48.153 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5548 | 2026-08-05T02:48:49.636Z | INFO Aug 05 02:48:48.168 DEBG initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, unit |
| 5549 | 2026-08-05T02:48:49.636Z | Aug 05 02:48:48.168: freemap_route_ipv4DEBG |
| 5550 | 2026-08-05T02:48:49.636Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.154Aug 05 02:48:48.168Aug 05 02:48:48.168 |
| 5551 | 2026-08-05T02:48:49.636Z | DEBG DEBGDEBGreset freemap Aug 05 02:48:48.168 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 } }], created new freemapunit |
| 5552 | 2026-08-05T02:48:49.636Z | , :INFO unitfreemap_route_ipv4Aug 05 02:48:48.168:adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5553 | 2026-08-05T02:48:49.636Z | |
| 5554 | 2026-08-05T02:48:49.636Z | freemap_route_ipv4INFO |
| 5555 | 2026-08-05T02:48:49.636Z | Aug 05 02:48:48.169 Aug 05 02:48:48.169DEBG DEBGinitted freemap. size: 64 , unitreplacing 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 } }]: |
| 5556 | 2026-08-05T02:48:49.636Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5557 | 2026-08-05T02:48:49.636Z | freemap_route_ipv6 |
| 5558 | 2026-08-05T02:48:49.636Z | Aug 05 02:48:48.169 INFO Aug 05 02:48:48.169adding route 172.17.0.34/32 -> 10.0.0.255Aug 05 02:48:48.168 |
| 5559 | 2026-08-05T02:48:49.636Z | DEBG Aug 05 02:48:48.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 } }]Aug 05 02:48:48.169 |
| 5560 | 2026-08-05T02:48:49.636Z | DEBGAug 05 02:48:48.169DEBGINFO DEBGreset freemapcreated new freemap , , replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5561 | 2026-08-05T02:48:49.636Z | unit:: Aug 05 02:48:48.169freemap_route_ipv6freemap_route_ipv6adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 05 02:48:48.169 |
| 5562 | 2026-08-05T02:48:49.636Z | |
| 5563 | 2026-08-05T02:48:49.636Z | INFO |
| 5564 | 2026-08-05T02:48:49.636Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:48:48.169 |
| 5565 | 2026-08-05T02:48:49.636Z | INFOAug 05 02:48:48.169INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 05 02:48:48.169 |
| 5566 | 2026-08-05T02:48:49.636Z | Aug 05 02:48:48.169DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5567 | 2026-08-05T02:48:49.636Z | Aug 05 02:48:48.169initted freemap. size: 64 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 } }] |
| 5568 | 2026-08-05T02:48:49.636Z | |
| 5569 | 2026-08-05T02:48:49.636Z | , DEBG unit:Aug 05 02:48:48.169 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:48:48.169 |
| 5570 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169freemap_route_ipv4 INFO |
| 5571 | 2026-08-05T02:48:49.637Z | DEBGadding route 172.17.0.36/32 -> 10.0.0.255INFOAug 05 02:48:48.169 |
| 5572 | 2026-08-05T02:48:49.637Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5573 | 2026-08-05T02:48:49.637Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:48:48.169 |
| 5574 | 2026-08-05T02:48:49.637Z | |
| 5575 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169DEBG 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 |
| 5576 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169 reset freemapAug 05 02:48:48.169, unitAug 05 02:48:48.169Aug 05 02:48:48.169DEBG :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 } }] freemap_route_ipv4INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 5577 | 2026-08-05T02:48:49.637Z | |
| 5578 | 2026-08-05T02:48:49.637Z | |
| 5579 | 2026-08-05T02:48:49.637Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5580 | 2026-08-05T02:48:49.637Z | DEBGAug 05 02:48:48.169 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:48:48.169 |
| 5581 | 2026-08-05T02:48:49.637Z | INFO Aug 05 02:48:48.169 DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 05 02:48:48.169DEBGreplacing 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 } }] |
| 5582 | 2026-08-05T02:48:49.637Z | 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 } }] |
| 5583 | 2026-08-05T02:48:49.637Z | |
| 5584 | 2026-08-05T02:48:49.637Z | DEBG initted freemap. size: 64Aug 05 02:48:48.169, Aug 05 02:48:48.169unitAug 05 02:48:48.169 INFO: Aug 05 02:48:48.169INFO DEBGINFO freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5585 | 2026-08-05T02:48:49.637Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5586 | 2026-08-05T02:48:49.637Z | |
| 5587 | 2026-08-05T02:48:49.637Z | |
| 5588 | 2026-08-05T02:48:49.637Z | |
| 5589 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169 Aug 05 02:48:48.169 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 } }]DEBGAug 05 02:48:48.169 |
| 5590 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169 INFOAug 05 02:48:48.169 DEBGreset freemapadding route 172.17.0.2/32 -> 10.0.0.255Aug 05 02:48:48.169 |
| 5591 | 2026-08-05T02:48:49.637Z | 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 } }], |
| 5592 | 2026-08-05T02:48:49.637Z | unit :INFO Aug 05 02:48:48.169 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff freemap_route_ipv6 Aug 05 02:48:48.169 |
| 5593 | 2026-08-05T02:48:49.637Z | |
| 5594 | 2026-08-05T02:48:49.637Z | INFODEBGreplacing 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 } }] |
| 5595 | 2026-08-05T02:48:49.637Z | 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 } }] |
| 5596 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169 DEBGadding route 172.17.0.39/32 -> 10.0.0.255 Aug 05 02:48:48.169 |
| 5597 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169replacing 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 } }] INFOINFO |
| 5598 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169Aug 05 02:48:48.169adding route 172.16.0.0/32 -> 10.0.0.1 Aug 05 02:48:48.169 |
| 5599 | 2026-08-05T02:48:49.637Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 INFO |
| 5600 | 2026-08-05T02:48:49.637Z | 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 } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5601 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169Aug 05 02:48:48.169 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGDEBG |
| 5602 | 2026-08-05T02:48:49.637Z | |
| 5603 | 2026-08-05T02:48:49.637Z | 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 } }] |
| 5604 | 2026-08-05T02:48:49.637Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5605 | 2026-08-05T02:48:49.637Z | Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 Aug 05 02:48:48.169 DEBGINFO INFO adding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }] |
| 5606 | 2026-08-05T02:48:49.637Z | |
| 5607 | 2026-08-05T02:48:49.637Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 INFOINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5608 | 2026-08-05T02:48:49.638Z | |
| 5609 | 2026-08-05T02:48:49.638Z | |
| 5610 | 2026-08-05T02:48:49.638Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5611 | 2026-08-05T02:48:49.638Z | DEBG Aug 05 02:48:48.169replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.169 |
| 5612 | 2026-08-05T02:48:49.638Z | Aug 05 02:48:48.169 DEBGINFODEBG Aug 05 02:48:48.169 Aug 05 02:48:48.169 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 5613 | 2026-08-05T02:48:49.638Z | |
| 5614 | 2026-08-05T02:48:49.638Z | |
| 5615 | 2026-08-05T02:48:49.638Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 5616 | 2026-08-05T02:48:49.638Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.169 Aug 05 02:48:48.169 |
| 5617 | 2026-08-05T02:48:49.638Z | INFODEBG Aug 05 02:48:48.169adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:48:48.169 |
| 5618 | 2026-08-05T02:48:49.638Z | DEBG INFO Aug 05 02:48:48.169replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.169 |
| 5619 | 2026-08-05T02:48:49.638Z | 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 } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5620 | 2026-08-05T02:48:49.638Z | DEBGAug 05 02:48:48.169 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5621 | 2026-08-05T02:48:49.638Z | |
| 5622 | 2026-08-05T02:48:49.638Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:48:48.169 |
| 5623 | 2026-08-05T02:48:49.638Z | |
| 5624 | 2026-08-05T02:48:49.638Z | INFOAug 05 02:48:48.169 DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5625 | 2026-08-05T02:48:49.638Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 |
| 5626 | 2026-08-05T02:48:49.638Z | INFODEBG Aug 05 02:48:48.169Aug 05 02:48:48.169 adding route 172.16.0.0/32 -> 10.0.0.4DEBGINFO |
| 5627 | 2026-08-05T02:48:49.638Z | adding route 172.17.0.42/32 -> 10.0.0.255replacing 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 } }] |
| 5628 | 2026-08-05T02:48:49.638Z | 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 } }] |
| 5629 | 2026-08-05T02:48:49.638Z | |
| 5630 | 2026-08-05T02:48:49.638Z | Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 DEBGINFODEBG adding route 172.17.0.7/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 } }]INFODEBG |
| 5631 | 2026-08-05T02:48:49.638Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 5632 | 2026-08-05T02:48:49.638Z | |
| 5633 | 2026-08-05T02:48:49.638Z | |
| 5634 | 2026-08-05T02:48:49.638Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.169 |
| 5635 | 2026-08-05T02:48:49.638Z | Aug 05 02:48:48.169DEBG Aug 05 02:48:48.169 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5636 | 2026-08-05T02:48:49.638Z | Aug 05 02:48:48.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 } }] |
| 5637 | 2026-08-05T02:48:49.638Z | INFO DEBG Aug 05 02:48:48.169adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5638 | 2026-08-05T02:48:49.638Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5639 | 2026-08-05T02:48:49.638Z | INFOAug 05 02:48:48.169 Aug 05 02:48:48.169INFO adding route 172.17.0.8/32 -> 10.0.0.255 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 05 02:48:48.169DEBG |
| 5640 | 2026-08-05T02:48:49.638Z | |
| 5641 | 2026-08-05T02:48:49.639Z | INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5642 | 2026-08-05T02:48:49.643Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 05 02:48:48.169 |
| 5643 | 2026-08-05T02:48:49.643Z | DEBGAug 05 02:48:48.169Aug 05 02:48:48.169 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 } }] |
| 5644 | 2026-08-05T02:48:49.643Z | DEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5645 | 2026-08-05T02:48:49.643Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.169 Aug 05 02:48:48.169INFO |
| 5646 | 2026-08-05T02:48:49.643Z | Aug 05 02:48:48.169adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5647 | 2026-08-05T02:48:49.643Z | DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5648 | 2026-08-05T02:48:49.643Z | |
| 5649 | 2026-08-05T02:48:49.643Z | Aug 05 02:48:48.169 DEBGAug 05 02:48:48.169 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5650 | 2026-08-05T02:48:49.643Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 05 02:48:48.169 |
| 5651 | 2026-08-05T02:48:49.643Z | INFOAug 05 02:48:48.169Aug 05 02:48:48.169 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5652 | 2026-08-05T02:48:49.643Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5653 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.169 |
| 5654 | 2026-08-05T02:48:49.644Z | DEBGAug 05 02:48:48.169 Aug 05 02:48:48.169replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.169 |
| 5655 | 2026-08-05T02:48:49.644Z | DEBG DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5656 | 2026-08-05T02:48:49.644Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5657 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.169 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5658 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176 Aug 05 02:48:48.176DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.176 |
| 5659 | 2026-08-05T02:48:49.644Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5660 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176Aug 05 02:48:48.176replacing 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 |
| 5661 | 2026-08-05T02:48:49.644Z | |
| 5662 | 2026-08-05T02:48:49.644Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 05 02:48:48.176INFO |
| 5663 | 2026-08-05T02:48:49.644Z | adding route 172.17.0.11/32 -> 10.0.0.255 Aug 05 02:48:48.176DEBG |
| 5664 | 2026-08-05T02:48:49.644Z | INFOAug 05 02:48:48.176 Aug 05 02:48:48.176DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.176 INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5665 | 2026-08-05T02:48:49.644Z | 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:1d::/64 -> 2001:db8::55:ff |
| 5666 | 2026-08-05T02:48:49.644Z | DEBG |
| 5667 | 2026-08-05T02:48:49.644Z | |
| 5668 | 2026-08-05T02:48:49.644Z | 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 } }] |
| 5669 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176Aug 05 02:48:48.176 Aug 05 02:48:48.176 Aug 05 02:48:48.176 Aug 05 02:48:48.176INFODEBG INFODEBG adding route 3fff:beef:35::/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 } }]INFO |
| 5670 | 2026-08-05T02:48:49.644Z | adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5671 | 2026-08-05T02:48:49.644Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5672 | 2026-08-05T02:48:49.644Z | |
| 5673 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176 Aug 05 02:48:48.176INFO |
| 5674 | 2026-08-05T02:48:49.644Z | DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 05 02:48:48.176replacing 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 } }] |
| 5675 | 2026-08-05T02:48:49.644Z | |
| 5676 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176INFOAug 05 02:48:48.176 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.176adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:48:48.176 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 |
| 5677 | 2026-08-05T02:48:49.644Z | INFO |
| 5678 | 2026-08-05T02:48:49.644Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5679 | 2026-08-05T02:48:49.644Z | |
| 5680 | 2026-08-05T02:48:49.644Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.176 |
| 5681 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176Aug 05 02:48:48.176 Aug 05 02:48:48.176 INFOINFODEBG adding route 172.17.0.49/32 -> 10.0.0.255DEBGreplacing 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:beef:36::/64 -> 2001:db8::55:ff |
| 5682 | 2026-08-05T02:48:49.644Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.176 |
| 5683 | 2026-08-05T02:48:49.644Z | |
| 5684 | 2026-08-05T02:48:49.644Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5685 | 2026-08-05T02:48:49.644Z | |
| 5686 | 2026-08-05T02:48:49.644Z | Aug 05 02:48:48.176 Aug 05 02:48:48.176Aug 05 02:48:48.176INFOAug 05 02:48:48.176 Aug 05 02:48:48.176adding route 172.17.0.14/32 -> 10.0.0.255DEBG INFO |
| 5687 | 2026-08-05T02:48:49.644Z | adding route 172.17.0.45/32 -> 10.0.0.255replacing 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 } }] DEBGAug 05 02:48:48.176DEBG |
| 5688 | 2026-08-05T02:48:49.644Z | 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 } }] |
| 5689 | 2026-08-05T02:48:49.645Z | |
| 5690 | 2026-08-05T02:48:49.645Z | 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 |
| 5691 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 05 02:48:48.176replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.176 |
| 5692 | 2026-08-05T02:48:49.645Z | |
| 5693 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 DEBG Aug 05 02:48:48.176 INFOINFOINFO Aug 05 02:48:48.176 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5694 | 2026-08-05T02:48:49.645Z | |
| 5695 | 2026-08-05T02:48:49.645Z | |
| 5696 | 2026-08-05T02:48:49.645Z | DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5697 | 2026-08-05T02:48:49.645Z | 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 } }] |
| 5698 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 Aug 05 02:48:48.176DEBGAug 05 02:48:48.176Aug 05 02:48:48.176 DEBGDEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.176INFO |
| 5699 | 2026-08-05T02:48:49.645Z | test route::tests::delete_targets_full ... ok |
| 5700 | 2026-08-05T02:48:49.645Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5701 | 2026-08-05T02:48:49.645Z | |
| 5702 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5703 | 2026-08-05T02:48:49.645Z | test route::tests::delete_target_fragmented ... ok |
| 5704 | 2026-08-05T02:48:49.645Z | |
| 5705 | 2026-08-05T02:48:49.645Z | INFO Aug 05 02:48:48.176adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5706 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 Aug 05 02:48:48.176INFOINFO Aug 05 02:48:48.176 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 5707 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5708 | 2026-08-05T02:48:49.645Z | 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 } }]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:38::/64 -> 2001:db8::55:ff |
| 5709 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 |
| 5710 | 2026-08-05T02:48:49.645Z | DEBGAug 05 02:48:48.176 Aug 05 02:48:48.176 |
| 5711 | 2026-08-05T02:48:49.645Z | 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 } }]DEBG |
| 5712 | 2026-08-05T02:48:49.645Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5713 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.176 Aug 05 02:48:48.176Aug 05 02:48:48.176INFO Aug 05 02:48:48.176adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5714 | 2026-08-05T02:48:49.645Z | INFODEBG |
| 5715 | 2026-08-05T02:48:49.645Z | 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 adding route 172.17.0.52/32 -> 10.0.0.255Aug 05 02:48:48.176 |
| 5716 | 2026-08-05T02:48:49.645Z | INFOAug 05 02:48:48.183 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 05 02:48:48.183 |
| 5717 | 2026-08-05T02:48:49.645Z | DEBG DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5718 | 2026-08-05T02:48:49.645Z | |
| 5719 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.183 DEBG Aug 05 02:48:48.183replacing 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 } }] |
| 5720 | 2026-08-05T02:48:49.645Z | INFOAug 05 02:48:48.183 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 5721 | 2026-08-05T02:48:49.645Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:48:48.183 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5722 | 2026-08-05T02:48:49.645Z | |
| 5723 | 2026-08-05T02:48:49.645Z | Aug 05 02:48:48.183Aug 05 02:48:48.183 DEBGDEBG Aug 05 02:48:48.183 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5724 | 2026-08-05T02:48:49.646Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5725 | 2026-08-05T02:48:49.646Z | |
| 5726 | 2026-08-05T02:48:49.646Z | Aug 05 02:48:48.183 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5727 | 2026-08-05T02:48:49.646Z | Aug 05 02:48:48.183 Aug 05 02:48:48.183Aug 05 02:48:48.183 DEBGINFO INFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5728 | 2026-08-05T02:48:49.646Z | |
| 5729 | 2026-08-05T02:48:49.646Z | |
| 5730 | 2026-08-05T02:48:49.646Z | Aug 05 02:48:48.183Aug 05 02:48:48.183 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.183adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5731 | 2026-08-05T02:48:49.646Z | DEBG |
| 5732 | 2026-08-05T02:48:49.646Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.183 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 } }] |
| 5733 | 2026-08-05T02:48:49.646Z | |
| 5734 | 2026-08-05T02:48:49.646Z | Aug 05 02:48:48.183Aug 05 02:48:48.183 Aug 05 02:48:48.183INFO INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5735 | 2026-08-05T02:48:49.646Z | |
| 5736 | 2026-08-05T02:48:49.646Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 05 02:48:48.183 |
| 5737 | 2026-08-05T02:48:49.646Z | Aug 05 02:48:48.184 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.184replacing 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 } }] |
| 5738 | 2026-08-05T02:48:49.646Z | |
| 5739 | 2026-08-05T02:48:49.646Z | 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 } }]Aug 05 02:48:48.184 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5740 | 2026-08-05T02:48:49.646Z | |
| 5741 | 2026-08-05T02:48:49.646Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOAug 05 02:48:48.184DEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5742 | 2026-08-05T02:48:49.650Z | INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 5743 | 2026-08-05T02:48:49.650Z | |
| 5744 | 2026-08-05T02:48:49.650Z | Aug 05 02:48:48.184 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 } }] |
| 5745 | 2026-08-05T02:48:49.650Z | Aug 05 02:48:48.184Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5746 | 2026-08-05T02:48:49.651Z | |
| 5747 | 2026-08-05T02:48:49.651Z | 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 } }]Aug 05 02:48:48.184 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 } }] |
| 5748 | 2026-08-05T02:48:49.651Z | |
| 5749 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5750 | 2026-08-05T02:48:49.651Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5751 | 2026-08-05T02:48:49.651Z | |
| 5752 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5753 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184Aug 05 02:48:48.184Aug 05 02:48:48.184 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5754 | 2026-08-05T02:48:49.651Z | |
| 5755 | 2026-08-05T02:48:49.651Z | 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 } }]Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO |
| 5756 | 2026-08-05T02:48:49.651Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5757 | 2026-08-05T02:48:49.651Z | |
| 5758 | 2026-08-05T02:48:49.651Z | |
| 5759 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 DEBG failed to allocate space for the new target listAug 05 02:48:48.184 |
| 5760 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 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.18/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5761 | 2026-08-05T02:48:49.651Z | |
| 5762 | 2026-08-05T02:48:49.651Z | |
| 5763 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.184Aug 05 02:48:48.184 |
| 5764 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBGDEBG 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 } }] |
| 5765 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5766 | 2026-08-05T02:48:49.651Z | |
| 5767 | 2026-08-05T02:48:49.651Z | failed to allocate space for the new target list |
| 5768 | 2026-08-05T02:48:49.651Z | INFO Aug 05 02:48:48.184 Aug 05 02:48:48.184INFO adding route 172.17.0.55/32 -> 10.0.0.255INFOAug 05 02:48:48.184 |
| 5769 | 2026-08-05T02:48:49.651Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 5770 | 2026-08-05T02:48:49.651Z | |
| 5771 | 2026-08-05T02:48:49.651Z | replacing targets for 172.16.0.0/32 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 } }]Aug 05 02:48:48.184 Aug 05 02:48:48.184 |
| 5772 | 2026-08-05T02:48:49.651Z | DEBG 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 } }]Aug 05 02:48:48.184 |
| 5773 | 2026-08-05T02:48:49.651Z | 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 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 } }] |
| 5774 | 2026-08-05T02:48:49.651Z | |
| 5775 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 05 02:48:48.184 |
| 5776 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 5777 | 2026-08-05T02:48:49.651Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5778 | 2026-08-05T02:48:49.651Z | Aug 05 02:48:48.184 DEBGAug 05 02:48:48.184 Aug 05 02:48:48.184replacing 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 } }] |
| 5779 | 2026-08-05T02:48:49.652Z | 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 } }] |
| 5780 | 2026-08-05T02:48:49.652Z | 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 } }] |
| 5781 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5782 | 2026-08-05T02:48:49.652Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5783 | 2026-08-05T02:48:49.652Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5784 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBGDEBG 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.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 } }] |
| 5785 | 2026-08-05T02:48:49.652Z | |
| 5786 | 2026-08-05T02:48:49.652Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5787 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOAug 05 02:48:48.184 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5788 | 2026-08-05T02:48:49.652Z | |
| 5789 | 2026-08-05T02:48:49.652Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5790 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBGAug 05 02:48:48.184 DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5791 | 2026-08-05T02:48:49.652Z | 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 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 } }] |
| 5792 | 2026-08-05T02:48:49.652Z | |
| 5793 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184 INFOAug 05 02:48:48.184Aug 05 02:48:48.184 adding route 172.17.0.23/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5794 | 2026-08-05T02:48:49.652Z | |
| 5795 | 2026-08-05T02:48:49.652Z | |
| 5796 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBG 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 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 } }] |
| 5797 | 2026-08-05T02:48:49.652Z | |
| 5798 | 2026-08-05T02:48:49.652Z | 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 } }] |
| 5799 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFOAug 05 02:48:48.184 adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5800 | 2026-08-05T02:48:49.652Z | |
| 5801 | 2026-08-05T02:48:49.652Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5802 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 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 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 } }] |
| 5803 | 2026-08-05T02:48:49.652Z | |
| 5804 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184 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 } }] |
| 5805 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5806 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184 |
| 5807 | 2026-08-05T02:48:49.652Z | DEBG failed to allocate space for the new target list |
| 5808 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 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 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.184 |
| 5809 | 2026-08-05T02:48:49.652Z | |
| 5810 | 2026-08-05T02:48:49.652Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 05 02:48:48.184 |
| 5811 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5812 | 2026-08-05T02:48:49.652Z | |
| 5813 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 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 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 } }] |
| 5814 | 2026-08-05T02:48:49.652Z | |
| 5815 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255 |
| 5816 | 2026-08-05T02:48:49.652Z | |
| 5817 | 2026-08-05T02:48:49.652Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5818 | 2026-08-05T02:48:49.653Z | |
| 5819 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5820 | 2026-08-05T02:48:49.653Z | |
| 5821 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 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 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 } }] |
| 5822 | 2026-08-05T02:48:49.653Z | |
| 5823 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5824 | 2026-08-05T02:48:49.653Z | |
| 5825 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5826 | 2026-08-05T02:48:49.653Z | |
| 5827 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5828 | 2026-08-05T02:48:49.653Z | |
| 5829 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.184 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5830 | 2026-08-05T02:48:49.653Z | |
| 5831 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.184Aug 05 02:48:48.191 DEBGINFO Aug 05 02:48:48.191 created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 5832 | 2026-08-05T02:48:49.653Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5833 | 2026-08-05T02:48:49.653Z | , Aug 05 02:48:48.191unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 5834 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.191 |
| 5835 | 2026-08-05T02:48:49.653Z | DEBG created new freemap, unitAug 05 02:48:48.191: INFOfreemap_route_ipv6 |
| 5836 | 2026-08-05T02:48:49.653Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5837 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.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 } }] |
| 5838 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.191 DEBGAug 05 02:48:48.191 initted freemap. size: 64INFO, unitadding route 172.17.0.33/32 -> 10.0.0.255: |
| 5839 | 2026-08-05T02:48:49.653Z | freemap_route_ipv4 |
| 5840 | 2026-08-05T02:48:49.653Z | Aug 05 02:48:48.191 DEBG reset freemap, unitAug 05 02:48:48.191: DEBGfreemap_route_ipv4 |
| 5841 | 2026-08-05T02:48:49.653Z | 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 } }] |
| 5842 | 2026-08-05T02:48:49.657Z | Aug 05 02:48:48.191 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5843 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 5844 | 2026-08-05T02:48:49.658Z | : freemap_route_ipv6 |
| 5845 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 DEBG reset freemap, Aug 05 02:48:48.191unit :INFO freemap_route_ipv6adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5846 | 2026-08-05T02:48:49.658Z | |
| 5847 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 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 } }] |
| 5848 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5849 | 2026-08-05T02:48:49.658Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5850 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 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 } }] |
| 5851 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 DEBG Aug 05 02:48:48.191replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5852 | 2026-08-05T02:48:49.658Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5853 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 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 } }]Aug 05 02:48:48.191 |
| 5854 | 2026-08-05T02:48:49.658Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:48:48.191 |
| 5855 | 2026-08-05T02:48:49.658Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:48:48.191 |
| 5856 | 2026-08-05T02:48:49.658Z | 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 } }]Aug 05 02:48:48.191 |
| 5857 | 2026-08-05T02:48:49.658Z | 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 } }] |
| 5858 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:48:48.191 |
| 5859 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 5860 | 2026-08-05T02:48:49.658Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.191 |
| 5861 | 2026-08-05T02:48:49.658Z | DEBG Aug 05 02:48:48.191replacing 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 } }] |
| 5862 | 2026-08-05T02:48:49.658Z | DEBGAug 05 02:48:48.191 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 } }] |
| 5863 | 2026-08-05T02:48:49.658Z | INFO Aug 05 02:48:48.191adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5864 | 2026-08-05T02:48:49.658Z | INFOAug 05 02:48:48.191 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 5865 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5866 | 2026-08-05T02:48:49.658Z | 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 } }]Aug 05 02:48:48.191 |
| 5867 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 DEBGDEBG Aug 05 02:48:48.191replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5868 | 2026-08-05T02:48:49.658Z | |
| 5869 | 2026-08-05T02:48:49.658Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5870 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFO DEBG adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5871 | 2026-08-05T02:48:49.658Z | |
| 5872 | 2026-08-05T02:48:49.658Z | 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 } }] |
| 5873 | 2026-08-05T02:48:49.658Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5874 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191replacing 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 |
| 5875 | 2026-08-05T02:48:49.659Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5876 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 INFOAug 05 02:48:48.191INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5877 | 2026-08-05T02:48:49.659Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 5878 | 2026-08-05T02:48:49.659Z | 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 } }] |
| 5879 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBG INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5880 | 2026-08-05T02:48:49.659Z | |
| 5881 | 2026-08-05T02:48:49.659Z | 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 } }] |
| 5882 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 INFO DEBG INFOadding route 172.17.0.43/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 } }] |
| 5883 | 2026-08-05T02:48:49.659Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5884 | 2026-08-05T02:48:49.659Z | |
| 5885 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBGAug 05 02:48:48.191 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5886 | 2026-08-05T02:48:49.659Z | INFOreplacing 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 } }] |
| 5887 | 2026-08-05T02:48:49.659Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5888 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191 INFOAug 05 02:48:48.191 Aug 05 02:48:48.191adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5889 | 2026-08-05T02:48:49.659Z | INFODEBG 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 172.17.0.5/32 -> 10.0.0.255Aug 05 02:48:48.191 |
| 5890 | 2026-08-05T02:48:49.659Z | |
| 5891 | 2026-08-05T02:48:49.659Z | 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 } }] |
| 5892 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBG Aug 05 02:48:48.191INFO 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 } }] INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5893 | 2026-08-05T02:48:49.659Z | |
| 5894 | 2026-08-05T02:48:49.659Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5895 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191Aug 05 02:48:48.191 INFO DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5896 | 2026-08-05T02:48:49.659Z | |
| 5897 | 2026-08-05T02:48:49.659Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5898 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 5899 | 2026-08-05T02:48:49.659Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5900 | 2026-08-05T02:48:49.659Z | 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 } }] |
| 5901 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 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 } }] INFO |
| 5902 | 2026-08-05T02:48:49.659Z | 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.7/32 -> 10.0.0.255 |
| 5903 | 2026-08-05T02:48:49.659Z | |
| 5904 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191 INFOAug 05 02:48:48.191 Aug 05 02:48:48.191INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 5905 | 2026-08-05T02:48:49.659Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5906 | 2026-08-05T02:48:49.659Z | 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 } }] |
| 5907 | 2026-08-05T02:48:49.659Z | test route::tests::add_target_fails_full ... ok |
| 5908 | 2026-08-05T02:48:49.659Z | Aug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGINFODEBG 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 } }] |
| 5909 | 2026-08-05T02:48:49.659Z | |
| 5910 | 2026-08-05T02:48:49.659Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5911 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5912 | 2026-08-05T02:48:49.660Z | |
| 5913 | 2026-08-05T02:48:49.660Z | 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 } }] |
| 5914 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBGAug 05 02:48:48.191 DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5915 | 2026-08-05T02:48:49.660Z | |
| 5916 | 2026-08-05T02:48:49.660Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5917 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 5918 | 2026-08-05T02:48:49.660Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5919 | 2026-08-05T02:48:49.660Z | 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 } }] |
| 5920 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBG Aug 05 02:48:48.191DEBG 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 } }] |
| 5921 | 2026-08-05T02:48:49.660Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5922 | 2026-08-05T02:48:49.660Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5923 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 Aug 05 02:48:48.191adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5924 | 2026-08-05T02:48:49.660Z | |
| 5925 | 2026-08-05T02:48:49.660Z | DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5926 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 172.17.0.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 } }] |
| 5927 | 2026-08-05T02:48:49.660Z | |
| 5928 | 2026-08-05T02:48:49.660Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5929 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191INFO Aug 05 02:48:48.191 INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5930 | 2026-08-05T02:48:49.660Z | DEBG 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 } }] |
| 5931 | 2026-08-05T02:48:49.660Z | |
| 5932 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191Aug 05 02:48:48.191 INFODEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5933 | 2026-08-05T02:48:49.660Z | |
| 5934 | 2026-08-05T02:48:49.660Z | 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 } }] |
| 5935 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5936 | 2026-08-05T02:48:49.660Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5937 | 2026-08-05T02:48:49.660Z | 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 } }] |
| 5938 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGDEBG Aug 05 02:48:48.191 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5939 | 2026-08-05T02:48:49.660Z | |
| 5940 | 2026-08-05T02:48:49.660Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5941 | 2026-08-05T02:48:49.660Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5942 | 2026-08-05T02:48:49.668Z | |
| 5943 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5944 | 2026-08-05T02:48:49.668Z | |
| 5945 | 2026-08-05T02:48:49.668Z | 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 } }] |
| 5946 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5947 | 2026-08-05T02:48:49.668Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5948 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5949 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.199 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5950 | 2026-08-05T02:48:49.668Z | |
| 5951 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }] |
| 5952 | 2026-08-05T02:48:49.668Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5953 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199INFO DEBGAug 05 02:48:48.192adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5954 | 2026-08-05T02:48:49.668Z | 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 |
| 5955 | 2026-08-05T02:48:49.668Z | created new freemap, unitAug 05 02:48:48.199: Aug 05 02:48:48.199 freemap_route_ipv4INFO |
| 5956 | 2026-08-05T02:48:49.668Z | DEBG adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5957 | 2026-08-05T02:48:49.668Z | 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 } }] |
| 5958 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBG Aug 05 02:48:48.199 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 } }]DEBGINFO |
| 5959 | 2026-08-05T02:48:49.668Z | created new freemapadding route 172.17.0.17/32 -> 10.0.0.255, |
| 5960 | 2026-08-05T02:48:49.668Z | unit:Aug 05 02:48:48.199 Aug 05 02:48:48.199INFOfreemap_route_ipv6 DEBG |
| 5961 | 2026-08-05T02:48:49.668Z | adding route 172.17.0.57/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 } }] |
| 5962 | 2026-08-05T02:48:49.668Z | |
| 5963 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBGAug 05 02:48:48.199 initted freemap. size: 64replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO, unit |
| 5964 | 2026-08-05T02:48:49.668Z | :adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5965 | 2026-08-05T02:48:49.668Z | freemap_route_ipv4 |
| 5966 | 2026-08-05T02:48:49.668Z | Aug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 INFODEBG DEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5967 | 2026-08-05T02:48:49.668Z | |
| 5968 | 2026-08-05T02:48:49.668Z | reset freemap, unit: Aug 05 02:48:48.199freemap_route_ipv4Aug 05 02:48:48.199 |
| 5969 | 2026-08-05T02:48:49.669Z | DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255Aug 05 02:48:48.199 |
| 5970 | 2026-08-05T02:48:49.669Z | |
| 5971 | 2026-08-05T02:48:49.669Z | DEBG initted freemap. size: 64, Aug 05 02:48:48.199Aug 05 02:48:48.199unit :DEBG INFOfreemap_route_ipv6replacing 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 } }] |
| 5972 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5973 | 2026-08-05T02:48:49.669Z | |
| 5974 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG reset freemapINFO, unit 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 } }]: |
| 5975 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.20/32 -> 10.0.0.255 freemap_route_ipv6 |
| 5976 | 2026-08-05T02:48:49.669Z | |
| 5977 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199 INFO Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGINFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5978 | 2026-08-05T02:48:49.669Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5979 | 2026-08-05T02:48:49.669Z | |
| 5980 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199 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 } }]Aug 05 02:48:48.199Aug 05 02:48:48.199 |
| 5981 | 2026-08-05T02:48:49.669Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5982 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5983 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199 INFOAug 05 02:48:48.199 Aug 05 02:48:48.199adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5984 | 2026-08-05T02:48:49.669Z | DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5985 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199 |
| 5986 | 2026-08-05T02:48:49.669Z | DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5987 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOAug 05 02:48:48.199DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5988 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5989 | 2026-08-05T02:48:49.669Z | |
| 5990 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5991 | 2026-08-05T02:48:49.669Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5992 | 2026-08-05T02:48:49.669Z | |
| 5993 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBG INFOINFOreplacing 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 } }] |
| 5994 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5995 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5996 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG INFOreplacing 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 } }] |
| 5997 | 2026-08-05T02:48:49.669Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5998 | 2026-08-05T02:48:49.669Z | |
| 5999 | 2026-08-05T02:48:49.669Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBG Aug 05 02:48:48.199failed to allocate space for the new target listDEBG |
| 6000 | 2026-08-05T02:48:49.669Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 6001 | 2026-08-05T02:48:49.669Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 05 02:48:48.199 |
| 6002 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199DEBG 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 } }] |
| 6003 | 2026-08-05T02:48:49.670Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:48:48.199 |
| 6004 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6005 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 6006 | 2026-08-05T02:48:49.670Z | INFO |
| 6007 | 2026-08-05T02:48:49.670Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 6008 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 INFO Aug 05 02:48:48.199adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6009 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6010 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }] |
| 6011 | 2026-08-05T02:48:49.670Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 6012 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 INFO Aug 05 02:48:48.199adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6013 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6014 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }] |
| 6015 | 2026-08-05T02:48:49.670Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 6016 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 INFO Aug 05 02:48:48.199adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6017 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6018 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }] |
| 6019 | 2026-08-05T02:48:49.670Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 6020 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 INFOAug 05 02:48:48.199 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 6021 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6022 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 DEBGAug 05 02:48:48.199 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 |
| 6023 | 2026-08-05T02:48:49.670Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 6024 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 6025 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6026 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBG INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6027 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 6028 | 2026-08-05T02:48:49.670Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6029 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 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 } }] |
| 6030 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6031 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 6032 | 2026-08-05T02:48:49.670Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6033 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBG 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 } }] |
| 6034 | 2026-08-05T02:48:49.670Z | 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 } }] |
| 6035 | 2026-08-05T02:48:49.670Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 6036 | 2026-08-05T02:48:49.671Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 6037 | 2026-08-05T02:48:49.671Z | Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6038 | 2026-08-05T02:48:49.671Z | 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 } }] |
| 6039 | 2026-08-05T02:48:49.671Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 6040 | 2026-08-05T02:48:49.671Z | |
| 6041 | 2026-08-05T02:48:49.671Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6042 | 2026-08-05T02:48:49.675Z | |
| 6043 | 2026-08-05T02:48:49.675Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 6044 | 2026-08-05T02:48:49.675Z | |
| 6045 | 2026-08-05T02:48:49.675Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }] |
| 6046 | 2026-08-05T02:48:49.675Z | |
| 6047 | 2026-08-05T02:48:49.675Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 6048 | 2026-08-05T02:48:49.676Z | |
| 6049 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6050 | 2026-08-05T02:48:49.676Z | |
| 6051 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 6052 | 2026-08-05T02:48:49.676Z | |
| 6053 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6054 | 2026-08-05T02:48:49.676Z | |
| 6055 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 6056 | 2026-08-05T02:48:49.676Z | |
| 6057 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6058 | 2026-08-05T02:48:49.676Z | |
| 6059 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 6060 | 2026-08-05T02:48:49.676Z | |
| 6061 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 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 } }]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 } }] |
| 6062 | 2026-08-05T02:48:49.676Z | |
| 6063 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.199Aug 05 02:48:48.199 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 6064 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 6065 | 2026-08-05T02:48:49.676Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6066 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 6067 | 2026-08-05T02:48:49.676Z | |
| 6068 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.40/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 } }] |
| 6069 | 2026-08-05T02:48:49.676Z | |
| 6070 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 6071 | 2026-08-05T02:48:49.676Z | |
| 6072 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.41/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 } }] |
| 6073 | 2026-08-05T02:48:49.676Z | |
| 6074 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 6075 | 2026-08-05T02:48:49.676Z | |
| 6076 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6077 | 2026-08-05T02:48:49.676Z | |
| 6078 | 2026-08-05T02:48:49.676Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 6079 | 2026-08-05T02:48:49.677Z | |
| 6080 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 6081 | 2026-08-05T02:48:49.677Z | |
| 6082 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6083 | 2026-08-05T02:48:49.677Z | |
| 6084 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO 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.44/32 -> 10.0.0.255 |
| 6085 | 2026-08-05T02:48:49.677Z | |
| 6086 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6087 | 2026-08-05T02:48:49.677Z | |
| 6088 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 6089 | 2026-08-05T02:48:49.677Z | |
| 6090 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6091 | 2026-08-05T02:48:49.677Z | |
| 6092 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 6093 | 2026-08-05T02:48:49.677Z | |
| 6094 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6095 | 2026-08-05T02:48:49.677Z | |
| 6096 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 6097 | 2026-08-05T02:48:49.677Z | |
| 6098 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 6099 | 2026-08-05T02:48:49.677Z | |
| 6100 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6101 | 2026-08-05T02:48:49.677Z | |
| 6102 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 6103 | 2026-08-05T02:48:49.677Z | |
| 6104 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6105 | 2026-08-05T02:48:49.677Z | |
| 6106 | 2026-08-05T02:48:49.677Z | test route::tests::delete_target_full ... ok |
| 6107 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 6108 | 2026-08-05T02:48:49.677Z | |
| 6109 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6110 | 2026-08-05T02:48:49.677Z | |
| 6111 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 6112 | 2026-08-05T02:48:49.677Z | |
| 6113 | 2026-08-05T02:48:49.677Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6114 | 2026-08-05T02:48:49.677Z | test route::tests::delete_targets_fragmented ... ok |
| 6115 | 2026-08-05T02:48:49.677Z | |
| 6116 | 2026-08-05T02:48:49.678Z | |
| 6117 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 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.28/32 -> 10.0.0.255 |
| 6118 | 2026-08-05T02:48:49.678Z | |
| 6119 | 2026-08-05T02:48:49.678Z | test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s |
| 6120 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6121 | 2026-08-05T02:48:49.678Z | |
| 6122 | 2026-08-05T02:48:49.678Z | |
| 6123 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.29/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 } }] |
| 6124 | 2026-08-05T02:48:49.678Z | |
| 6125 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 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.53/32 -> 10.0.0.255 |
| 6126 | 2026-08-05T02:48:49.678Z | |
| 6127 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.30/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 } }] |
| 6128 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214 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 } }] |
| 6129 | 2026-08-05T02:48:49.678Z | |
| 6130 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214Aug 05 02:48:48.214 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6131 | 2026-08-05T02:48:49.678Z | |
| 6132 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214Aug 05 02:48:48.214 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.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 } }] |
| 6133 | 2026-08-05T02:48:49.678Z | |
| 6134 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214Aug 05 02:48:48.214 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 6135 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214 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 } }] |
| 6136 | 2026-08-05T02:48:49.678Z | |
| 6137 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.33/32 -> 10.0.0.255 |
| 6138 | 2026-08-05T02:48:49.678Z | 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 } }] |
| 6139 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }] |
| 6140 | 2026-08-05T02:48:49.678Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6141 | 2026-08-05T02:48:49.678Z | Aug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.34/32 -> 10.0.0.255 |
| 6142 | 2026-08-05T02:48:49.684Z | 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 } }] |
| 6143 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }] |
| 6144 | 2026-08-05T02:48:49.684Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6145 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.35/32 -> 10.0.0.255 |
| 6146 | 2026-08-05T02:48:49.684Z | 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 } }] |
| 6147 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }] |
| 6148 | 2026-08-05T02:48:49.684Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6149 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.36/32 -> 10.0.0.255 |
| 6150 | 2026-08-05T02:48:49.684Z | 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 } }] |
| 6151 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }] |
| 6152 | 2026-08-05T02:48:49.684Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6153 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.37/32 -> 10.0.0.255 |
| 6154 | 2026-08-05T02:48:49.684Z | 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 } }] |
| 6155 | 2026-08-05T02:48:49.684Z | Aug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }] |
| 6156 | 2026-08-05T02:48:49.684Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6157 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 6158 | 2026-08-05T02:48:49.685Z | 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 } }] |
| 6159 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 DEBGAug 05 02:48:48.214 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6160 | 2026-08-05T02:48:49.685Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 6161 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 6162 | 2026-08-05T02:48:49.685Z | 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 } }] |
| 6163 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 DEBGAug 05 02:48:48.214 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 |
| 6164 | 2026-08-05T02:48:49.685Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 6165 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 6166 | 2026-08-05T02:48:49.685Z | 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 } }] |
| 6167 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 DEBGAug 05 02:48:48.214 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 6168 | 2026-08-05T02:48:49.685Z | failed to allocate space for the new target list |
| 6169 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 6170 | 2026-08-05T02:48:49.685Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6171 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6172 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 6173 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6174 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 6175 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6176 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 6177 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6178 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 6179 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6180 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 6181 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6182 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 6183 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6184 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 6185 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6186 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 6187 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6188 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 6189 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 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 } }] |
| 6190 | 2026-08-05T02:48:49.685Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 6191 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.214 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 } }] |
| 6192 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.214 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 6193 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.214 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 } }] |
| 6194 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6195 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6196 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6197 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6198 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 6199 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6200 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6201 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6202 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6203 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6204 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6205 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6206 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6207 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6208 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6209 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6210 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 DEBG failed to allocate space for the new target list |
| 6211 | 2026-08-05T02:48:49.686Z | Aug 05 02:48:48.215 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 } }] |
| 6212 | 2026-08-05T02:48:49.686Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a0ed85e9ffc8ede4) |
| 6213 | 2026-08-05T02:48:49.686Z | |
| 6214 | 2026-08-05T02:48:49.686Z | running 0 tests |
| 6215 | 2026-08-05T02:48:49.686Z | |
| 6216 | 2026-08-05T02:48:49.686Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6217 | 2026-08-05T02:48:49.686Z | |
| 6218 | 2026-08-05T02:48:49.686Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-381a13284b936ec6) |
| 6219 | 2026-08-05T02:48:49.686Z | |
| 6220 | 2026-08-05T02:48:49.686Z | running 0 tests |
| 6221 | 2026-08-05T02:48:49.686Z | |
| 6222 | 2026-08-05T02:48:49.686Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6223 | 2026-08-05T02:48:49.686Z | |
| 6224 | 2026-08-05T02:48:49.686Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-abef2ce20504165b) |
| 6225 | 2026-08-05T02:48:49.686Z | |
| 6226 | 2026-08-05T02:48:49.686Z | running 6 tests |
| 6227 | 2026-08-05T02:48:49.687Z | test tests::test_full_lot_id_neither_present ... ok |
| 6228 | 2026-08-05T02:48:49.687Z | test tests::test_full_lot_id_lot_only ... ok |
| 6229 | 2026-08-05T02:48:49.687Z | test tests::test_parse_client_port_id ... ok |
| 6230 | 2026-08-05T02:48:49.687Z | test tests::test_full_lot_id_both_present ... ok |
| 6231 | 2026-08-05T02:48:49.687Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 6232 | 2026-08-05T02:48:49.687Z | test tests::test_port_id_cmp ... ok |
| 6233 | 2026-08-05T02:48:49.687Z | |
| 6234 | 2026-08-05T02:48:49.687Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6235 | 2026-08-05T02:48:49.687Z | |
| 6236 | 2026-08-05T02:48:49.687Z | Running tests/test_all.rs (target/debug/deps/test_all-159c8377142a3ad7) |
| 6237 | 2026-08-05T02:48:49.687Z | |
| 6238 | 2026-08-05T02:48:49.687Z | running 0 tests |
| 6239 | 2026-08-05T02:48:49.687Z | |
| 6240 | 2026-08-05T02:48:49.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6241 | 2026-08-05T02:48:49.687Z | |
| 6242 | 2026-08-05T02:48:49.690Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7da615f036c57549) |
| 6243 | 2026-08-05T02:48:49.690Z | |
| 6244 | 2026-08-05T02:48:49.690Z | running 0 tests |
| 6245 | 2026-08-05T02:48:49.691Z | |
| 6246 | 2026-08-05T02:48:49.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6247 | 2026-08-05T02:48:49.691Z | |
| 6248 | 2026-08-05T02:48:49.691Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-91bf076b49d59a87) |
| 6249 | 2026-08-05T02:48:49.691Z | |
| 6250 | 2026-08-05T02:48:49.691Z | running 0 tests |
| 6251 | 2026-08-05T02:48:49.691Z | |
| 6252 | 2026-08-05T02:48:49.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6253 | 2026-08-05T02:48:49.691Z | |
| 6254 | 2026-08-05T02:48:49.691Z | Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165) |
| 6255 | 2026-08-05T02:48:49.691Z | |
| 6256 | 2026-08-05T02:48:49.691Z | running 12 tests |
| 6257 | 2026-08-05T02:48:49.691Z | test icmp::test_v6_checksum ... ok |
| 6258 | 2026-08-05T02:48:49.691Z | test icmp::test_v4_checksum ... ok |
| 6259 | 2026-08-05T02:48:49.691Z | test pbuf::test_byte ... ok |
| 6260 | 2026-08-05T02:48:49.691Z | test lldp::test_lldp_parse ... ok |
| 6261 | 2026-08-05T02:48:49.691Z | test ipv6::test_ipv6_parse ... ok |
| 6262 | 2026-08-05T02:48:49.691Z | test pbuf::test_nibble ... ok |
| 6263 | 2026-08-05T02:48:49.691Z | test pbuf::test_overflow ... ok |
| 6264 | 2026-08-05T02:48:49.691Z | test pbuf::test_short ... ok |
| 6265 | 2026-08-05T02:48:49.691Z | test pbuf::test_twelve ... ok |
| 6266 | 2026-08-05T02:48:49.691Z | test pbuf::test_word ... ok |
| 6267 | 2026-08-05T02:48:49.691Z | test tcp::test_checksum_syn_nodata ... ok |
| 6268 | 2026-08-05T02:48:49.691Z | test tcp::test_checksum_ack_data ... ok |
| 6269 | 2026-08-05T02:48:49.691Z | |
| 6270 | 2026-08-05T02:48:49.691Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6271 | 2026-08-05T02:48:49.691Z | |
| 6272 | 2026-08-05T02:48:49.691Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6273 | 2026-08-05T02:48:49.691Z | |
| 6274 | 2026-08-05T02:48:49.691Z | running 0 tests |
| 6275 | 2026-08-05T02:48:49.691Z | |
| 6276 | 2026-08-05T02:48:49.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6277 | 2026-08-05T02:48:49.691Z | |
| 6278 | 2026-08-05T02:48:49.692Z | Running unittests src/main.rs (target/debug/deps/swadm-96ece3be766b74e7) |
| 6279 | 2026-08-05T02:48:49.692Z | |
| 6280 | 2026-08-05T02:48:49.692Z | running 5 tests |
| 6281 | 2026-08-05T02:48:49.692Z | test switchport::test::test_compute_lanes ... ok |
| 6282 | 2026-08-05T02:48:49.692Z | test switchport::test::port_id_ordering ... ok |
| 6283 | 2026-08-05T02:48:49.692Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6284 | 2026-08-05T02:48:49.692Z | Lane 0 Rx Loss-of-lock: Yes Lane 1 Yes Lane 2Yes YesLane 3 |
| 6285 | 2026-08-05T02:48:49.692Z | |
| 6286 | 2026-08-05T02:48:49.692Z | State: Activated Activated Activated Activated |
| 6287 | 2026-08-05T02:48:49.692Z | Rx Output Enabled: false false false false |
| 6288 | 2026-08-05T02:48:49.692Z | Rx Output Status: valid valid valid valid |
| 6289 | 2026-08-05T02:48:49.692Z | Rx Loss-of-lock: true true true true |
| 6290 | 2026-08-05T02:48:49.692Z | Rx Loss-of-signal: Yes Rx Loss-of-signal: false false false false |
| 6291 | 2026-08-05T02:48:49.692Z | YesRx Auto-squelch Disable: true true Yestrue true |
| 6292 | 2026-08-05T02:48:49.692Z | Yes Tx Output Enabled: true |
| 6293 | 2026-08-05T02:48:49.692Z | true true true |
| 6294 | 2026-08-05T02:48:49.692Z | Rx CDR Enabled: Yes Tx Output Status: invalid Yesinvalid Yesinvalid invalidYes |
| 6295 | 2026-08-05T02:48:49.692Z | |
| 6296 | 2026-08-05T02:48:49.692Z | Tx Loss-of-lock: false Tx Enabled: Yes false Yesfalse falseYes |
| 6297 | 2026-08-05T02:48:49.692Z | Yes |
| 6298 | 2026-08-05T02:48:49.692Z | Tx Loss-of-signal: true true Tx Loss-of-lock: No Notrue trueNo |
| 6299 | 2026-08-05T02:48:49.692Z | No |
| 6300 | 2026-08-05T02:48:49.692Z | Tx Auto-squelch Disable: false Tx Loss-of-signal: Nofalse No falseNo falseNo |
| 6301 | 2026-08-05T02:48:49.692Z | |
| 6302 | 2026-08-05T02:48:49.692Z | Tx Adaptive EQ Fail: true Tx CDR Enabled: No trueNo true true |
| 6303 | 2026-08-05T02:48:49.692Z | No Tx Failure: falseNo |
| 6304 | 2026-08-05T02:48:49.692Z | false Tx Adaptive EQ Fault: Nofalse Nofalse |
| 6305 | 2026-08-05T02:48:49.692Z | No No Tx Force Squelch: true |
| 6306 | 2026-08-05T02:48:49.692Z | Tx Fault: Yestrue Yestrue Yestrue |
| 6307 | 2026-08-05T02:48:49.692Z | Yes Tx Input Polarity: normal |
| 6308 | 2026-08-05T02:48:49.692Z | normal normal normal |
| 6309 | 2026-08-05T02:48:49.692Z | test switchport::test::test_print_sff_datapath ... ok |
| 6310 | 2026-08-05T02:48:49.692Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6311 | 2026-08-05T02:48:49.692Z | test link::test_filter ... ok |
| 6312 | 2026-08-05T02:48:49.693Z | |
| 6313 | 2026-08-05T02:48:49.693Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6314 | 2026-08-05T02:48:49.693Z | |
| 6315 | 2026-08-05T02:48:49.693Z | Running tests/counters.rs (target/debug/deps/counters-86d0e3c478da64be) |
| 6316 | 2026-08-05T02:48:49.693Z | |
| 6317 | 2026-08-05T02:48:49.693Z | running 1 test |
| 6318 | 2026-08-05T02:48:49.693Z | test test_p4_counter_list ... ignored |
| 6319 | 2026-08-05T02:48:49.693Z | |
| 6320 | 2026-08-05T02:48:49.693Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6321 | 2026-08-05T02:48:49.693Z | |
| 6322 | 2026-08-05T02:48:49.693Z | Running tests/multicast.rs (target/debug/deps/multicast-4235f2faf58c162e) |
| 6323 | 2026-08-05T02:48:49.693Z | |
| 6324 | 2026-08-05T02:48:49.693Z | running 1 test |
| 6325 | 2026-08-05T02:48:49.693Z | test test_multicast_list_and_get ... ignored |
| 6326 | 2026-08-05T02:48:49.693Z | |
| 6327 | 2026-08-05T02:48:49.693Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6328 | 2026-08-05T02:48:49.693Z | |
| 6329 | 2026-08-05T02:48:49.693Z | Running tests/port-link.rs (target/debug/deps/port_link-7fe3677a18013401) |
| 6330 | 2026-08-05T02:48:49.697Z | |
| 6331 | 2026-08-05T02:48:49.697Z | running 5 tests |
| 6332 | 2026-08-05T02:48:49.697Z | test test_an ... ignored |
| 6333 | 2026-08-05T02:48:49.697Z | test test_enable ... ignored |
| 6334 | 2026-08-05T02:48:49.697Z | test test_ip_addresses ... ignored |
| 6335 | 2026-08-05T02:48:49.697Z | test test_kr ... ignored |
| 6336 | 2026-08-05T02:48:49.697Z | test test_mac ... ignored |
| 6337 | 2026-08-05T02:48:49.697Z | |
| 6338 | 2026-08-05T02:48:49.697Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6339 | 2026-08-05T02:48:49.697Z | |
| 6340 | 2026-08-05T02:48:49.697Z | Running unittests src/main.rs (target/debug/deps/tfportd-439a8d6f80d11e13) |
| 6341 | 2026-08-05T02:48:49.697Z | |
| 6342 | 2026-08-05T02:48:49.697Z | running 3 tests |
| 6343 | 2026-08-05T02:48:49.697Z | test linklocal::test_parse_ipadm ... ok |
| 6344 | 2026-08-05T02:48:49.697Z | test tfport::test_parse_tfport ... ok |
| 6345 | 2026-08-05T02:48:49.697Z | test config::tests::test_updates ... ok |
| 6346 | 2026-08-05T02:48:49.697Z | |
| 6347 | 2026-08-05T02:48:49.697Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6348 | 2026-08-05T02:48:49.697Z | |
| 6349 | 2026-08-05T02:48:49.697Z | Running unittests src/main.rs (target/debug/deps/uplinkd-70e995183870c872) |
| 6350 | 2026-08-05T02:48:49.697Z | |
| 6351 | 2026-08-05T02:48:49.697Z | running 0 tests |
| 6352 | 2026-08-05T02:48:49.697Z | |
| 6353 | 2026-08-05T02:48:49.698Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6354 | 2026-08-05T02:48:49.698Z | |
| 6355 | 2026-08-05T02:48:49.698Z | Running unittests src/main.rs (target/debug/deps/xtask-ba570b1522b27a9a) |
| 6356 | 2026-08-05T02:48:49.701Z | |
| 6357 | 2026-08-05T02:48:49.701Z | running 0 tests |
| 6358 | 2026-08-05T02:48:49.701Z | |
| 6359 | 2026-08-05T02:48:49.701Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6360 | 2026-08-05T02:48:49.701Z | |
| 6361 | 2026-08-05T02:48:49.701Z | Doc-tests aal |
| 6362 | 2026-08-05T02:48:49.824Z | |
| 6363 | 2026-08-05T02:48:49.824Z | running 0 tests |
| 6364 | 2026-08-05T02:48:49.824Z | |
| 6365 | 2026-08-05T02:48:49.824Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6366 | 2026-08-05T02:48:49.824Z | |
| 6367 | 2026-08-05T02:48:49.840Z | Doc-tests aal_macros |
| 6368 | 2026-08-05T02:48:49.909Z | |
| 6369 | 2026-08-05T02:48:49.909Z | running 0 tests |
| 6370 | 2026-08-05T02:48:49.909Z | |
| 6371 | 2026-08-05T02:48:49.909Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6372 | 2026-08-05T02:48:49.909Z | |
| 6373 | 2026-08-05T02:48:49.919Z | Doc-tests common |
| 6374 | 2026-08-05T02:48:50.160Z | |
| 6375 | 2026-08-05T02:48:50.160Z | running 0 tests |
| 6376 | 2026-08-05T02:48:50.160Z | |
| 6377 | 2026-08-05T02:48:50.160Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6378 | 2026-08-05T02:48:50.160Z | |
| 6379 | 2026-08-05T02:48:50.180Z | Doc-tests dpd_api |
| 6380 | 2026-08-05T02:48:50.934Z | |
| 6381 | 2026-08-05T02:48:50.934Z | running 2 tests |
| 6382 | 2026-08-05T02:48:50.934Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6383 | 2026-08-05T02:48:50.934Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6384 | 2026-08-05T02:48:50.934Z | |
| 6385 | 2026-08-05T02:48:50.934Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6386 | 2026-08-05T02:48:50.934Z | |
| 6387 | 2026-08-05T02:48:50.965Z | Doc-tests dpd_client |
| 6388 | 2026-08-05T02:48:52.256Z | |
| 6389 | 2026-08-05T02:48:52.256Z | running 0 tests |
| 6390 | 2026-08-05T02:48:52.257Z | |
| 6391 | 2026-08-05T02:48:52.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6392 | 2026-08-05T02:48:52.257Z | |
| 6393 | 2026-08-05T02:48:52.302Z | Doc-tests dpd_types |
| 6394 | 2026-08-05T02:48:52.518Z | |
| 6395 | 2026-08-05T02:48:52.518Z | running 0 tests |
| 6396 | 2026-08-05T02:48:52.518Z | |
| 6397 | 2026-08-05T02:48:52.518Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6398 | 2026-08-05T02:48:52.518Z | |
| 6399 | 2026-08-05T02:48:52.542Z | Doc-tests dpd_types_versions |
| 6400 | 2026-08-05T02:48:53.747Z | |
| 6401 | 2026-08-05T02:48:53.747Z | running 1 test |
| 6402 | 2026-08-05T02:48:53.747Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6403 | 2026-08-05T02:48:53.747Z | |
| 6404 | 2026-08-05T02:48:53.747Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6405 | 2026-08-05T02:48:53.747Z | |
| 6406 | 2026-08-05T02:48:53.876Z | Doc-tests packet |
| 6407 | 2026-08-05T02:48:54.103Z | |
| 6408 | 2026-08-05T02:48:54.103Z | running 0 tests |
| 6409 | 2026-08-05T02:48:54.103Z | |
| 6410 | 2026-08-05T02:48:54.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6411 | 2026-08-05T02:48:54.103Z | |
| 6412 | 2026-08-05T02:48:54.103Z | Doc-tests pcap |
| 6413 | 2026-08-05T02:48:54.103Z | |
| 6414 | 2026-08-05T02:48:54.103Z | running 0 tests |
| 6415 | 2026-08-05T02:48:54.103Z | |
| 6416 | 2026-08-05T02:48:54.104Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6417 | 2026-08-05T02:48:54.104Z | |
| 6418 | 2026-08-05T02:48:54.104Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6419 | 2026-08-05T02:48:54.104Z | + RUST_BACKTRACE=full |
| 6420 | 2026-08-05T02:48:54.104Z | + cargo test --features softnpu --no-fail-fast |
| 6421 | 2026-08-05T02:48:55.011Z | Compiling goblin v0.10.1 |
| 6422 | 2026-08-05T02:48:55.044Z | Compiling typify-impl v0.4.3 |
| 6423 | 2026-08-05T02:48:55.056Z | Compiling log v0.4.29 |
| 6424 | 2026-08-05T02:48:55.069Z | Compiling const-oid v0.9.6 |
| 6425 | 2026-08-05T02:48:55.080Z | Compiling serde_with v3.21.0 |
| 6426 | 2026-08-05T02:48:55.090Z | Compiling der_derive v0.7.3 |
| 6427 | 2026-08-05T02:48:55.363Z | Compiling rustls v0.23.40 |
| 6428 | 2026-08-05T02:48:55.854Z | Compiling digest v0.10.7 |
| 6429 | 2026-08-05T02:48:55.905Z | Compiling native-tls v0.2.14 |
| 6430 | 2026-08-05T02:48:56.153Z | Compiling tokio-native-tls v0.3.1 |
| 6431 | 2026-08-05T02:48:56.293Z | Compiling hyper-tls v0.6.0 |
| 6432 | 2026-08-05T02:48:56.316Z | Compiling sha1 v0.10.6 |
| 6433 | 2026-08-05T02:48:56.542Z | Compiling rustls v0.22.4 |
| 6434 | 2026-08-05T02:48:59.762Z | Compiling dof v0.4.0 |
| 6435 | 2026-08-05T02:49:00.064Z | Compiling tokio-rustls v0.26.4 |
| 6436 | 2026-08-05T02:49:00.359Z | Compiling usdt-impl v0.6.0 |
| 6437 | 2026-08-05T02:49:00.901Z | Compiling hyper-rustls v0.27.7 |
| 6438 | 2026-08-05T02:49:01.109Z | Compiling usdt-attr-macro v0.6.0 |
| 6439 | 2026-08-05T02:49:01.173Z | Compiling usdt-macro v0.6.0 |
| 6440 | 2026-08-05T02:49:01.223Z | Compiling typify-macro v0.4.3 |
| 6441 | 2026-08-05T02:49:01.699Z | Compiling reqwest v0.12.23 |
| 6442 | 2026-08-05T02:49:01.863Z | Compiling tokio-rustls v0.25.0 |
| 6443 | 2026-08-05T02:49:02.349Z | Compiling usdt v0.6.0 |
| 6444 | 2026-08-05T02:49:02.550Z | Compiling dropshot v0.16.7 |
| 6445 | 2026-08-05T02:49:03.049Z | Compiling progenitor-client v0.10.0 |
| 6446 | 2026-08-05T02:49:03.261Z | Compiling progenitor-client v0.11.1 |
| 6447 | 2026-08-05T02:49:03.330Z | Compiling typify v0.4.3 |
| 6448 | 2026-08-05T02:49:03.440Z | Compiling progenitor-impl v0.11.1 |
| 6449 | 2026-08-05T02:49:06.949Z | Compiling num-integer v0.1.46 |
| 6450 | 2026-08-05T02:49:07.036Z | Compiling progenitor-macro v0.11.1 |
| 6451 | 2026-08-05T02:49:07.426Z | Compiling num-iter v0.1.45 |
| 6452 | 2026-08-05T02:49:07.546Z | Compiling num-rational v0.4.2 |
| 6453 | 2026-08-05T02:49:07.563Z | Compiling num-complex v0.4.6 |
| 6454 | 2026-08-05T02:49:07.961Z | Compiling num v0.4.3 |
| 6455 | 2026-08-05T02:49:08.306Z | Compiling num-bigint v0.4.6 |
| 6456 | 2026-08-05T02:49:09.001Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6457 | 2026-08-05T02:49:09.094Z | Compiling pem-rfc7468 v0.7.0 |
| 6458 | 2026-08-05T02:49:09.567Z | Compiling flagset v0.4.7 |
| 6459 | 2026-08-05T02:49:09.815Z | Compiling der v0.7.10 |
| 6460 | 2026-08-05T02:49:09.819Z | Compiling nix v0.31.3 |
| 6461 | 2026-08-05T02:49:10.154Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6462 | 2026-08-05T02:49:10.171Z | Compiling progenitor-impl v0.10.0 |
| 6463 | 2026-08-05T02:49:10.657Z | Compiling spki v0.7.3 |
| 6464 | 2026-08-05T02:49:10.945Z | Compiling pkcs8 v0.10.2 |
| 6465 | 2026-08-05T02:49:11.067Z | Compiling hmac v0.12.1 |
| 6466 | 2026-08-05T02:49:11.199Z | Compiling goblin v0.8.2 |
| 6467 | 2026-08-05T02:49:11.226Z | Compiling ff v0.13.1 |
| 6468 | 2026-08-05T02:49:11.241Z | Compiling base16ct v0.2.0 |
| 6469 | 2026-08-05T02:49:11.384Z | Compiling sec1 v0.7.3 |
| 6470 | 2026-08-05T02:49:11.448Z | Compiling group v0.13.0 |
| 6471 | 2026-08-05T02:49:11.657Z | Compiling hkdf v0.12.4 |
| 6472 | 2026-08-05T02:49:11.698Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 6473 | 2026-08-05T02:49:11.783Z | Compiling elliptic-curve v0.13.8 |
| 6474 | 2026-08-05T02:49:11.819Z | Compiling curve25519-dalek v4.1.3 |
| 6475 | 2026-08-05T02:49:12.242Z | Compiling progenitor v0.11.1 |
| 6476 | 2026-08-05T02:49:12.374Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 6477 | 2026-08-05T02:49:13.027Z | Compiling sha3 v0.10.8 |
| 6478 | 2026-08-05T02:49:13.234Z | Compiling typify-impl v0.6.2 |
| 6479 | 2026-08-05T02:49:13.272Z | Compiling blake2 v0.10.6 |
| 6480 | 2026-08-05T02:49:13.515Z | Compiling dof v0.3.0 |
| 6481 | 2026-08-05T02:49:13.687Z | Compiling progenitor-macro v0.10.0 |
| 6482 | 2026-08-05T02:49:14.034Z | Compiling usdt-impl v0.5.0 |
| 6483 | 2026-08-05T02:49:14.496Z | Compiling usdt v0.5.0 |
| 6484 | 2026-08-05T02:49:14.807Z | Compiling argon2 v0.5.3 |
| 6485 | 2026-08-05T02:49:15.357Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6486 | 2026-08-05T02:49:15.372Z | Compiling vsss-rs v3.3.4 |
| 6487 | 2026-08-05T02:49:16.833Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6488 | 2026-08-05T02:49:17.151Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6489 | 2026-08-05T02:49:18.698Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6490 | 2026-08-05T02:49:19.203Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 6491 | 2026-08-05T02:49:19.275Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6492 | 2026-08-05T02:49:19.530Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 6493 | 2026-08-05T02:49:19.562Z | Compiling typify-macro v0.6.2 |
| 6494 | 2026-08-05T02:49:20.125Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6495 | 2026-08-05T02:49:20.598Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6496 | 2026-08-05T02:49:20.846Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6497 | 2026-08-05T02:49:21.118Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6498 | 2026-08-05T02:49:21.152Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6499 | 2026-08-05T02:49:21.230Z | Compiling dropshot v0.17.1 |
| 6500 | 2026-08-05T02:49:22.999Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6501 | 2026-08-05T02:49:23.013Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6502 | 2026-08-05T02:49:23.013Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6503 | 2026-08-05T02:49:23.616Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6504 | 2026-08-05T02:49:25.281Z | Compiling bindgen v0.72.1 |
| 6505 | 2026-08-05T02:49:25.455Z | Compiling progenitor v0.10.0 |
| 6506 | 2026-08-05T02:49:26.170Z | Compiling typify v0.6.2 |
| 6507 | 2026-08-05T02:49:26.410Z | Compiling progenitor-impl v0.14.0 |
| 6508 | 2026-08-05T02:49:26.413Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6509 | 2026-08-05T02:49:26.555Z | Compiling sha2 v0.10.9 |
| 6510 | 2026-08-05T02:49:27.341Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6511 | 2026-08-05T02:49:28.010Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6512 | 2026-08-05T02:49:28.254Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6513 | 2026-08-05T02:49:28.358Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6514 | 2026-08-05T02:49:29.939Z | Compiling progenitor-macro v0.14.0 |
| 6515 | 2026-08-05T02:49:31.031Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6516 | 2026-08-05T02:49:31.050Z | Compiling signature v2.2.0 |
| 6517 | 2026-08-05T02:49:31.225Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 6518 | 2026-08-05T02:49:31.510Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6519 | 2026-08-05T02:49:31.579Z | Compiling utf-8 v0.7.6 |
| 6520 | 2026-08-05T02:49:31.617Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6521 | 2026-08-05T02:49:31.792Z | Compiling tungstenite v0.21.0 |
| 6522 | 2026-08-05T02:49:32.907Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6523 | 2026-08-05T02:49:32.992Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6524 | 2026-08-05T02:49:33.133Z | Compiling tokio-dtrace v0.1.1 |
| 6525 | 2026-08-05T02:49:33.442Z | Compiling reqwest v0.13.2 |
| 6526 | 2026-08-05T02:49:34.678Z | Compiling bitstruct_derive v0.1.0 |
| 6527 | 2026-08-05T02:49:34.920Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6528 | 2026-08-05T02:49:35.246Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6529 | 2026-08-05T02:49:35.278Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6530 | 2026-08-05T02:49:35.669Z | Compiling progenitor-client v0.14.0 |
| 6531 | 2026-08-05T02:49:35.911Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6532 | 2026-08-05T02:49:36.017Z | Compiling oxide-tokio-rt v0.1.6 |
| 6533 | 2026-08-05T02:49:36.899Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6534 | 2026-08-05T02:49:37.384Z | Compiling tokio-tungstenite v0.21.0 |
| 6535 | 2026-08-05T02:49:37.405Z | Compiling rfc6979 v0.4.0 |
| 6536 | 2026-08-05T02:49:37.552Z | Compiling base64 v0.21.7 |
| 6537 | 2026-08-05T02:49:37.732Z | Compiling tap v1.0.1 |
| 6538 | 2026-08-05T02:49:37.949Z | Compiling wyz v0.5.1 |
| 6539 | 2026-08-05T02:49:37.952Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6540 | 2026-08-05T02:49:38.078Z | Compiling ecdsa v0.16.9 |
| 6541 | 2026-08-05T02:49:38.496Z | Compiling progenitor v0.14.0 |
| 6542 | 2026-08-05T02:49:39.752Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6543 | 2026-08-05T02:49:39.837Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6544 | 2026-08-05T02:49:40.213Z | Compiling ed25519 v2.2.3 |
| 6545 | 2026-08-05T02:49:40.406Z | Compiling salty v0.3.0 |
| 6546 | 2026-08-05T02:49:40.474Z | Compiling radium v0.7.0 |
| 6547 | 2026-08-05T02:49:40.495Z | Compiling primeorder v0.13.6 |
| 6548 | 2026-08-05T02:49:40.687Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 6549 | 2026-08-05T02:49:40.717Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6550 | 2026-08-05T02:49:40.769Z | Compiling env_filter v2.0.0 |
| 6551 | 2026-08-05T02:49:40.865Z | Compiling funty v2.0.0 |
| 6552 | 2026-08-05T02:49:40.880Z | Compiling p384 v0.13.1 |
| 6553 | 2026-08-05T02:49:41.132Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6554 | 2026-08-05T02:49:41.161Z | Compiling env_logger v0.11.11 |
| 6555 | 2026-08-05T02:49:41.491Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 6556 | 2026-08-05T02:49:41.523Z | Compiling bitvec v1.0.1 |
| 6557 | 2026-08-05T02:49:41.877Z | Compiling ed25519-dalek v2.2.0 |
| 6558 | 2026-08-05T02:49:42.046Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6559 | 2026-08-05T02:49:42.556Z | Compiling x509-cert v0.2.5 |
| 6560 | 2026-08-05T02:49:42.647Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6561 | 2026-08-05T02:49:42.710Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6562 | 2026-08-05T02:49:42.826Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6563 | 2026-08-05T02:49:42.933Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6564 | 2026-08-05T02:49:42.973Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6565 | 2026-08-05T02:49:43.119Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 6566 | 2026-08-05T02:49:43.768Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6567 | 2026-08-05T02:49:43.828Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6568 | 2026-08-05T02:49:44.019Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6569 | 2026-08-05T02:49:44.297Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6570 | 2026-08-05T02:49:44.440Z | Compiling typeid v1.0.3 |
| 6571 | 2026-08-05T02:49:44.577Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6572 | 2026-08-05T02:49:44.908Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6573 | 2026-08-05T02:49:45.095Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6574 | 2026-08-05T02:49:45.462Z | Compiling ascii v1.1.0 |
| 6575 | 2026-08-05T02:49:45.762Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6576 | 2026-08-05T02:49:46.047Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6577 | 2026-08-05T02:49:46.301Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6578 | 2026-08-05T02:49:46.430Z | Compiling qorb v0.4.1 |
| 6579 | 2026-08-05T02:49:47.178Z | Compiling erased-serde v0.4.8 |
| 6580 | 2026-08-05T02:49:47.616Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6581 | 2026-08-05T02:49:47.874Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 6582 | 2026-08-05T02:49:48.123Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6583 | 2026-08-05T02:49:48.167Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6584 | 2026-08-05T02:49:48.398Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6585 | 2026-08-05T02:49:49.260Z | Compiling bitstruct v0.1.1 |
| 6586 | 2026-08-05T02:49:49.460Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 6587 | 2026-08-05T02:49:50.726Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 6588 | 2026-08-05T02:49:50.805Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6589 | 2026-08-05T02:49:51.852Z | Compiling itertools v0.13.0 |
| 6590 | 2026-08-05T02:49:51.980Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6591 | 2026-08-05T02:49:52.363Z | Compiling acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc) |
| 6592 | 2026-08-05T02:49:52.981Z | Compiling serde_arrays v0.1.0 |
| 6593 | 2026-08-05T02:49:53.057Z | Compiling pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6594 | 2026-08-05T02:49:53.120Z | Compiling libloading v0.7.4 |
| 6595 | 2026-08-05T02:49:53.228Z | Compiling bit_field v0.10.3 |
| 6596 | 2026-08-05T02:49:53.363Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3) |
| 6597 | 2026-08-05T02:49:53.394Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6598 | 2026-08-05T02:49:54.465Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6599 | 2026-08-05T02:49:55.416Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6600 | 2026-08-05T02:49:55.848Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6601 | 2026-08-05T02:49:55.997Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6602 | 2026-08-05T02:49:56.368Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6603 | 2026-08-05T02:49:56.625Z | Compiling globset v0.4.16 |
| 6604 | 2026-08-05T02:49:56.698Z | Compiling slog-dtrace v0.3.0 |
| 6605 | 2026-08-05T02:49:57.930Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6606 | 2026-08-05T02:49:58.179Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6607 | 2026-08-05T02:49:58.207Z | Compiling tough v0.20.0 |
| 6608 | 2026-08-05T02:49:58.442Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6609 | 2026-08-05T02:49:59.188Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6610 | 2026-08-05T02:50:00.773Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6611 | 2026-08-05T02:50:01.424Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6612 | 2026-08-05T02:50:03.717Z | Compiling git2 v0.19.0 |
| 6613 | 2026-08-05T02:50:08.390Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6614 | 2026-08-05T02:50:08.870Z | Compiling vergen v8.3.2 |
| 6615 | 2026-08-05T02:50:11.314Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6616 | 2026-08-05T02:50:12.830Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6617 | 2026-08-05T02:50:13.071Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6618 | 2026-08-05T02:50:13.350Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6619 | 2026-08-05T02:50:13.902Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6620 | 2026-08-05T02:50:16.134Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6621 | 2026-08-05T02:50:17.156Z | Compiling omicron-zone-package v0.12.2 |
| 6622 | 2026-08-05T02:50:18.446Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6623 | 2026-08-05T02:50:19.780Z | Compiling dropshot-api-manager v0.7.2 |
| 6624 | 2026-08-05T02:50:20.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 6625 | 2026-08-05T02:50:21.819Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 6626 | 2026-08-05T02:50:24.986Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6627 | 2026-08-05T02:50:29.072Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6628 | 2026-08-05T02:50:33.713Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6629 | 2026-08-05T02:50:33.896Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6630 | 2026-08-05T02:50:34.351Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6631 | 2026-08-05T02:50:36.278Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 6632 | 2026-08-05T02:50:38.435Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6633 | 2026-08-05T02:51:24.557Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 30s |
| 6634 | 2026-08-05T02:51:24.710Z | Running unittests src/lib.rs (target/debug/deps/aal-d6eea64244baa583) |
| 6635 | 2026-08-05T02:51:24.721Z | |
| 6636 | 2026-08-05T02:51:24.721Z | running 5 tests |
| 6637 | 2026-08-05T02:51:24.725Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6638 | 2026-08-05T02:51:24.725Z | test fuse::tests::chip_revision_b1 ... ok |
| 6639 | 2026-08-05T02:51:24.725Z | test fuse::tests::chip_revision_a0 ... ok |
| 6640 | 2026-08-05T02:51:24.725Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6641 | 2026-08-05T02:51:24.725Z | test fuse::tests::chip_revision_b0 ... ok |
| 6642 | 2026-08-05T02:51:24.725Z | |
| 6643 | 2026-08-05T02:51:24.725Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6644 | 2026-08-05T02:51:24.725Z | |
| 6645 | 2026-08-05T02:51:24.725Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6646 | 2026-08-05T02:51:24.725Z | |
| 6647 | 2026-08-05T02:51:24.725Z | running 0 tests |
| 6648 | 2026-08-05T02:51:24.725Z | |
| 6649 | 2026-08-05T02:51:24.725Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6650 | 2026-08-05T02:51:24.725Z | |
| 6651 | 2026-08-05T02:51:24.726Z | Running unittests src/lib.rs (target/debug/deps/asic-2265dedba522f532) |
| 6652 | 2026-08-05T02:51:24.751Z | |
| 6653 | 2026-08-05T02:51:24.751Z | running 21 tests |
| 6654 | 2026-08-05T02:51:24.755Z | test softnpu::mcast::tests::domains_returns_created_group_ids ... ok |
| 6655 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::duplicate_group_rejected ... ok |
| 6656 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::duplicate_port_rejected ... ok |
| 6657 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::group_lifecycle ... ok |
| 6658 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok |
| 6659 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::groups_are_independent ... ok |
| 6660 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok |
| 6661 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::operations_on_missing_group_rejected ... ok |
| 6662 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::port_bitmap_empty_group ... ok |
| 6663 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::port_bitmap_high_port ... ok |
| 6664 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::port_bitmap_populated ... ok |
| 6665 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::port_bitmap_reflects_removal ... ok |
| 6666 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok |
| 6667 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::refresh_matches_external_slot ... ok |
| 6668 | 2026-08-05T02:51:24.758Z | test softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok |
| 6669 | 2026-08-05T02:51:24.759Z | test softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok |
| 6670 | 2026-08-05T02:51:24.759Z | test softnpu::mcast::tests::set_max_nodes_validates ... ok |
| 6671 | 2026-08-05T02:51:24.759Z | test softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok |
| 6672 | 2026-08-05T02:51:24.759Z | test softnpu::table::tests::parse_dump_malformed_rejected ... ok |
| 6673 | 2026-08-05T02:51:24.761Z | test softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok |
| 6674 | 2026-08-05T02:51:24.761Z | test softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok |
| 6675 | 2026-08-05T02:51:24.761Z | |
| 6676 | 2026-08-05T02:51:24.762Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6677 | 2026-08-05T02:51:24.762Z | |
| 6678 | 2026-08-05T02:51:24.762Z | Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5) |
| 6679 | 2026-08-05T02:51:24.768Z | |
| 6680 | 2026-08-05T02:51:24.768Z | running 10 tests |
| 6681 | 2026-08-05T02:51:24.771Z | test nat::tests::test_vni ... ok |
| 6682 | 2026-08-05T02:51:24.771Z | test network::tests::test_equal ... ok |
| 6683 | 2026-08-05T02:51:24.771Z | test network::tests::test_eui64 ... ok |
| 6684 | 2026-08-05T02:51:24.771Z | test network::tests::test_not_equal ... ok |
| 6685 | 2026-08-05T02:51:24.771Z | test network::tests::test_into ... ok |
| 6686 | 2026-08-05T02:51:24.771Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6687 | 2026-08-05T02:51:24.771Z | test network::tests::test_parse ... ok |
| 6688 | 2026-08-05T02:51:24.771Z | test network::tests::test_to_string ... ok |
| 6689 | 2026-08-05T02:51:24.774Z | test test_purge ... ok |
| 6690 | 2026-08-05T02:51:24.776Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6691 | 2026-08-05T02:51:24.776Z | |
| 6692 | 2026-08-05T02:51:24.776Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6693 | 2026-08-05T02:51:24.776Z | |
| 6694 | 2026-08-05T02:51:24.776Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c4fa827a767b6479) |
| 6695 | 2026-08-05T02:51:24.797Z | |
| 6696 | 2026-08-05T02:51:24.797Z | running 1 test |
| 6697 | 2026-08-05T02:51:24.801Z | ------- |
| 6698 | 2026-08-05T02:51:24.804Z | Generating OpenAPI documents from API definitions ... |
| 6699 | 2026-08-05T02:51:24.959Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6700 | 2026-08-05T02:51:25.029Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6701 | 2026-08-05T02:51:26.108Z | ------- |
| 6702 | 2026-08-05T02:51:26.108Z | Checking 12 OpenAPI documents... |
| 6703 | 2026-08-05T02:51:26.108Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6704 | 2026-08-05T02:51:26.108Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6705 | 2026-08-05T02:51:26.108Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6706 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6707 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6708 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6709 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6710 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6711 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6712 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6713 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6714 | 2026-08-05T02:51:26.111Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6715 | 2026-08-05T02:51:26.111Z | Fresh dpd "latest" symlink |
| 6716 | 2026-08-05T02:51:26.112Z | ------- |
| 6717 | 2026-08-05T02:51:26.112Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6718 | 2026-08-05T02:51:26.175Z | test test::test_apis_up_to_date ... ok |
| 6719 | 2026-08-05T02:51:26.175Z | |
| 6720 | 2026-08-05T02:51:26.175Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s |
| 6721 | 2026-08-05T02:51:26.175Z | |
| 6722 | 2026-08-05T02:51:26.236Z | Running unittests src/main.rs (target/debug/deps/dpd-b4f34e3a26a01df2) |
| 6723 | 2026-08-05T02:51:26.242Z | |
| 6724 | 2026-08-05T02:51:26.242Z | running 61 tests |
| 6725 | 2026-08-05T02:51:26.244Z | test freemap::test_ordering ... ok |
| 6726 | 2026-08-05T02:51:26.245Z | test config::tests::test_updates ... ok |
| 6727 | 2026-08-05T02:51:26.245Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6728 | 2026-08-05T02:51:26.245Z | test freemap::test_split ... ok |
| 6729 | 2026-08-05T02:51:26.248Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6730 | 2026-08-05T02:51:26.248Z | test macaddrs::tests::test_mac_offset ... ok |
| 6731 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.816 DEBG created new freemapAug 05 02:51:24.816, Aug 05 02:51:24.816DEBGunit : DEBGcreated new freemap , freemap_testcreated new freemapunit |
| 6732 | 2026-08-05T02:51:26.248Z | , :unit :freemap_test freemap_test |
| 6733 | 2026-08-05T02:51:26.248Z | |
| 6734 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.816Aug 05 02:51:24.816 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitAug 05 02:51:24.816: unitfreemap_testDEBG: initted freemap. size: 128 |
| 6735 | 2026-08-05T02:51:26.248Z | , freemap_testunit |
| 6736 | 2026-08-05T02:51:26.248Z | : freemap_test |
| 6737 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.816Aug 05 02:51:24.816 DEBG created new freemap, DEBGunit :reset freemap , freemap_testunit: |
| 6738 | 2026-08-05T02:51:26.248Z | freemap_test |
| 6739 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.816 DEBG initted freemap. size: 128, unit: freemap_test |
| 6740 | 2026-08-05T02:51:26.248Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6741 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.816 DEBGAug 05 02:51:24.816 reset freemapDEBG, unitreset freemap:, unitfreemap_test: |
| 6742 | 2026-08-05T02:51:26.248Z | freemap_test |
| 6743 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.816 DEBG reset freemap, unit: freemap_test |
| 6744 | 2026-08-05T02:51:26.248Z | test freemap::test_reclaim ... ok |
| 6745 | 2026-08-05T02:51:26.248Z | test freemap::test_free ... ok |
| 6746 | 2026-08-05T02:51:26.248Z | test freemap::test_basic ... ok |
| 6747 | 2026-08-05T02:51:26.248Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6748 | 2026-08-05T02:51:26.248Z | test freemap::test_exhaustion ... ok |
| 6749 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 6750 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_canonicalize_sources ... ok |
| 6751 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 6752 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 6753 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.817 DEBG created new freemap, unit: freemap_test |
| 6754 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.817 DEBG initted freemap. size: 8, unit: freemap_test |
| 6755 | 2026-08-05T02:51:26.248Z | Aug 05 02:51:24.817 DEBG reset freemap, unit: freemap_test |
| 6756 | 2026-08-05T02:51:26.248Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6757 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 6758 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 6759 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 6760 | 2026-08-05T02:51:26.248Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 6761 | 2026-08-05T02:51:26.249Z | test api_server::tests::test_build_info ... ok |
| 6762 | 2026-08-05T02:51:26.249Z | Aug 05 02:51:24.818 DEBG created new freemap, unit: freemap_test |
| 6763 | 2026-08-05T02:51:26.249Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 6764 | 2026-08-05T02:51:26.249Z | Aug 05 02:51:24.818 DEBG initted freemap. size: 128, unit: freemap_test |
| 6765 | 2026-08-05T02:51:26.249Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 6766 | 2026-08-05T02:51:26.249Z | Aug 05 02:51:24.818 DEBG reset freemap, unit: freemap_test |
| 6767 | 2026-08-05T02:51:26.249Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 6768 | 2026-08-05T02:51:26.249Z | test mcast::tests::test_sources_contain_any ... ok |
| 6769 | 2026-08-05T02:51:26.249Z | test freemap::test_span ... ok |
| 6770 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 6771 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 6772 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 6773 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 6774 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 6775 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 6776 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 6777 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 6778 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 6779 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 6780 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_validate_tag ... ok |
| 6781 | 2026-08-05T02:51:26.249Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 6782 | 2026-08-05T02:51:26.249Z | test nat::test_mapping ... ok |
| 6783 | 2026-08-05T02:51:26.249Z | test port_map::tests::test_backplane_group ... ok |
| 6784 | 2026-08-05T02:51:26.249Z | test mcast::tests::test_id_range_boundaries ... ok |
| 6785 | 2026-08-05T02:51:26.253Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 6786 | 2026-08-05T02:51:26.253Z | test port_map::tests::test_port_map ... ok |
| 6787 | 2026-08-05T02:51:26.253Z | test port_map::tests::dump_map ... ok |
| 6788 | 2026-08-05T02:51:26.253Z | Aug 05 02:51:24.819 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6789 | 2026-08-05T02:51:26.253Z | Aug 05 02:51:24.819 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6790 | 2026-08-05T02:51:26.253Z | Aug 05 02:51:24.819 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6791 | 2026-08-05T02:51:26.253Z | Aug 05 02:51:24.819 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6792 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6793 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6794 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6795 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819 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 } }] |
| 6796 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2created new freemap |
| 6797 | 2026-08-05T02:51:26.254Z | , unit:Aug 05 02:51:24.819 freemap_route_ipv4DEBG |
| 6798 | 2026-08-05T02:51:26.254Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6799 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3created new freemap |
| 6800 | 2026-08-05T02:51:26.254Z | , unit: freemap_route_ipv6Aug 05 02:51:24.819 |
| 6801 | 2026-08-05T02:51:26.254Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 05 02:51:24.819 |
| 6802 | 2026-08-05T02:51:26.254Z | DEBG initted freemap. size: 64, unitAug 05 02:51:24.819: INFOfreemap_route_ipv4 |
| 6803 | 2026-08-05T02:51:26.254Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6804 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 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 } }, NextHop { asic_port_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 } }], |
| 6805 | 2026-08-05T02:51:26.254Z | unit: freemap_route_ipv4 |
| 6806 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 05 02:51:24.819 |
| 6807 | 2026-08-05T02:51:26.254Z | DEBG initted freemap. size: 64Aug 05 02:51:24.819, unitDEBG: 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 |
| 6808 | 2026-08-05T02:51:26.254Z | |
| 6809 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreset freemap |
| 6810 | 2026-08-05T02:51:26.254Z | , unit: Aug 05 02:51:24.819freemap_route_ipv6 |
| 6811 | 2026-08-05T02:51:26.254Z | 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 } }] |
| 6812 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819 Aug 05 02:51:24.819INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6813 | 2026-08-05T02:51:26.254Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6814 | 2026-08-05T02:51:26.254Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6815 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 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 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 } }] |
| 6816 | 2026-08-05T02:51:26.254Z | |
| 6817 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6818 | 2026-08-05T02:51:26.254Z | |
| 6819 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6820 | 2026-08-05T02:51:26.254Z | |
| 6821 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6822 | 2026-08-05T02:51:26.254Z | |
| 6823 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 DEBGDEBGAug 05 02:51:24.819 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6824 | 2026-08-05T02:51:26.254Z | |
| 6825 | 2026-08-05T02:51:26.254Z | DEBG created new freemapAug 05 02:51:24.819Aug 05 02:51:24.819 , INFOunitINFO :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6826 | 2026-08-05T02:51:26.254Z | |
| 6827 | 2026-08-05T02:51:26.254Z | freemap_route_ipv4 |
| 6828 | 2026-08-05T02:51:26.254Z | Aug 05 02:51:24.819Aug 05 02:51:24.819 DEBGAug 05 02:51:24.819 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new 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 } }] |
| 6829 | 2026-08-05T02:51:26.254Z | |
| 6830 | 2026-08-05T02:51:26.254Z | , unit:Aug 05 02:51:24.819Aug 05 02:51:24.819 INFOfreemap_route_ipv6INFO |
| 6831 | 2026-08-05T02:51:26.254Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6832 | 2026-08-05T02:51:26.255Z | |
| 6833 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.819Aug 05 02:51:24.819Aug 05 02:51:24.819 DEBG DEBGinitted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 6834 | 2026-08-05T02:51:26.255Z | |
| 6835 | 2026-08-05T02:51:26.255Z | |
| 6836 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.819Aug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBGINFO reset freemap , adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffunit |
| 6837 | 2026-08-05T02:51:26.255Z | : |
| 6838 | 2026-08-05T02:51:26.255Z | freemap_route_ipv4 |
| 6839 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGDEBGDEBG initted freemap. size: 64replacing 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 } }], unitreplacing 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 } }] |
| 6840 | 2026-08-05T02:51:26.255Z | : |
| 6841 | 2026-08-05T02:51:26.255Z | freemap_route_ipv6 |
| 6842 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 INFOINFO DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap |
| 6843 | 2026-08-05T02:51:26.255Z | , |
| 6844 | 2026-08-05T02:51:26.255Z | unitAug 05 02:51:24.820: DEBGAug 05 02:51:24.820Aug 05 02:51:24.820 freemap_route_ipv6DEBG |
| 6845 | 2026-08-05T02:51:26.255Z | 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 } }]created new freemapDEBG |
| 6846 | 2026-08-05T02:51:26.255Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6847 | 2026-08-05T02:51:26.255Z | , INFOunit :Aug 05 02:51:24.820adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6848 | 2026-08-05T02:51:26.255Z | INFOAug 05 02:51:24.820 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO Aug 05 02:51:24.820adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6849 | 2026-08-05T02:51:26.255Z | |
| 6850 | 2026-08-05T02:51:26.255Z | freemap_route_ipv4DEBG |
| 6851 | 2026-08-05T02:51:26.255Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6852 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.820DEBG Aug 05 02:51:24.820DEBG 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 } }]Aug 05 02:51:24.820 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 } }] |
| 6853 | 2026-08-05T02:51:26.255Z | |
| 6854 | 2026-08-05T02:51:26.255Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6855 | 2026-08-05T02:51:26.255Z | DEBGAug 05 02:51:24.820 INFOAug 05 02:51:24.820 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff created new freemapINFO |
| 6856 | 2026-08-05T02:51:26.255Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6857 | 2026-08-05T02:51:26.255Z | , unitDEBG: Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBG 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_ipv6DEBGreplacing 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 } }] |
| 6858 | 2026-08-05T02:51:26.255Z | |
| 6859 | 2026-08-05T02:51:26.255Z | 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 } }] |
| 6860 | 2026-08-05T02:51:26.255Z | |
| 6861 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.820 Aug 05 02:51:24.820INFOAug 05 02:51:24.820 INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6862 | 2026-08-05T02:51:26.255Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6863 | 2026-08-05T02:51:26.255Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6864 | 2026-08-05T02:51:26.255Z | DEBG initted freemap. size: 64Aug 05 02:51:24.820, Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6865 | 2026-08-05T02:51:26.255Z | DEBG |
| 6866 | 2026-08-05T02:51:26.255Z | 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 } }]unitAug 05 02:51:24.820: |
| 6867 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.820 INFOINFO freemap_route_ipv4 |
| 6868 | 2026-08-05T02:51:26.255Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6869 | 2026-08-05T02:51:26.255Z | |
| 6870 | 2026-08-05T02:51:26.255Z | Aug 05 02:51:24.820 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6871 | 2026-08-05T02:51:26.256Z | Aug 05 02:51:24.820DEBG 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 |
| 6872 | 2026-08-05T02:51:26.256Z | Aug 05 02:51:24.820 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 } }] |
| 6873 | 2026-08-05T02:51:26.256Z | Aug 05 02:51:24.820DEBG Aug 05 02:51:24.820replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.820 |
| 6874 | 2026-08-05T02:51:26.256Z | INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 6875 | 2026-08-05T02:51:26.256Z | |
| 6876 | 2026-08-05T02:51:26.256Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6877 | 2026-08-05T02:51:26.256Z | DEBGAug 05 02:51:24.820 Aug 05 02:51:24.820 reset freemapAug 05 02:51:24.820DEBG , DEBGDEBGreplacing 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 } }] unit |
| 6878 | 2026-08-05T02:51:26.256Z | 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 } }]: |
| 6879 | 2026-08-05T02:51:26.256Z | freemap_route_ipv4Aug 05 02:51:24.820replacing 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 } }] |
| 6880 | 2026-08-05T02:51:26.256Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6881 | 2026-08-05T02:51:26.256Z | |
| 6882 | 2026-08-05T02:51:26.256Z | INFO Aug 05 02:51:24.820adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6883 | 2026-08-05T02:51:26.256Z | Aug 05 02:51:24.820INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6884 | 2026-08-05T02:51:26.256Z | 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 } }]Aug 05 02:51:24.820 |
| 6885 | 2026-08-05T02:51:26.260Z | DEBGAug 05 02:51:24.820 Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBG DEBG 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 } }] |
| 6886 | 2026-08-05T02:51:26.260Z | 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 } }] |
| 6887 | 2026-08-05T02:51:26.260Z | |
| 6888 | 2026-08-05T02:51:26.260Z | initted freemap. size: 64, unit:Aug 05 02:51:24.820 Aug 05 02:51:24.820INFO Aug 05 02:51:24.820DEBG INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6889 | 2026-08-05T02:51:26.260Z | 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 } }] |
| 6890 | 2026-08-05T02:51:26.260Z | freemap_route_ipv6 |
| 6891 | 2026-08-05T02:51:26.260Z | |
| 6892 | 2026-08-05T02:51:26.260Z | Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGDEBG Aug 05 02:51:24.820 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: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 } }] |
| 6893 | 2026-08-05T02:51:26.260Z | |
| 6894 | 2026-08-05T02:51:26.260Z | DEBGAug 05 02:51:24.820 INFOreset freemapAug 05 02:51:24.820, unitINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff: |
| 6895 | 2026-08-05T02:51:26.260Z | freemap_route_ipv6 |
| 6896 | 2026-08-05T02:51:26.260Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6897 | 2026-08-05T02:51:26.260Z | Aug 05 02:51:24.820INFO DEBGAug 05 02:51:24.820 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 } }]DEBGAug 05 02:51:24.820 |
| 6898 | 2026-08-05T02:51:26.260Z | 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 } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6899 | 2026-08-05T02:51:26.260Z | |
| 6900 | 2026-08-05T02:51:26.260Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6901 | 2026-08-05T02:51:26.260Z | Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 6902 | 2026-08-05T02:51:26.260Z | INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6903 | 2026-08-05T02:51:26.260Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:51:24.820replacing 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 } }] |
| 6904 | 2026-08-05T02:51:26.260Z | |
| 6905 | 2026-08-05T02:51:26.260Z | DEBG Aug 05 02:51:24.820Aug 05 02:51:24.820 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 } }] Aug 05 02:51:24.820 |
| 6906 | 2026-08-05T02:51:26.260Z | INFOINFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6907 | 2026-08-05T02:51:26.260Z | |
| 6908 | 2026-08-05T02:51:26.260Z | Aug 05 02:51:24.820adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6909 | 2026-08-05T02:51:26.260Z | INFOAug 05 02:51:24.820 Aug 05 02:51:24.820INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 05 02:51:24.820DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 6910 | 2026-08-05T02:51:26.260Z | 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 } }] |
| 6911 | 2026-08-05T02:51:26.260Z | |
| 6912 | 2026-08-05T02:51:26.260Z | |
| 6913 | 2026-08-05T02:51:26.260Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBG 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 } }]DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6914 | 2026-08-05T02:51:26.260Z | 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 } }] |
| 6915 | 2026-08-05T02:51:26.261Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6916 | 2026-08-05T02:51:26.261Z | |
| 6917 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 INFODEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6918 | 2026-08-05T02:51:26.261Z | 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: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 } }] |
| 6919 | 2026-08-05T02:51:26.261Z | INFO |
| 6920 | 2026-08-05T02:51:26.261Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6921 | 2026-08-05T02:51:26.261Z | INFOAug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820 INFODEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6922 | 2026-08-05T02:51:26.261Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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: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 } }] |
| 6923 | 2026-08-05T02:51:26.261Z | |
| 6924 | 2026-08-05T02:51:26.261Z | |
| 6925 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBG DEBGINFOreplacing 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 } }] |
| 6926 | 2026-08-05T02:51:26.261Z | 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 } }]INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6927 | 2026-08-05T02:51:26.261Z | |
| 6928 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6929 | 2026-08-05T02:51:26.261Z | INFO Aug 05 02:51:24.820 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 05 02:51:24.820replacing 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 } }] |
| 6930 | 2026-08-05T02:51:26.261Z | |
| 6931 | 2026-08-05T02:51:26.261Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6932 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6933 | 2026-08-05T02:51:26.261Z | DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820Aug 05 02:51:24.820adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6934 | 2026-08-05T02:51:26.261Z | |
| 6935 | 2026-08-05T02:51:26.261Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:51:24.820Aug 05 02:51:24.820 |
| 6936 | 2026-08-05T02:51:26.261Z | DEBGINFO Aug 05 02:51:24.820adding route 3fff:beef:b::/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 } }] |
| 6937 | 2026-08-05T02:51:26.261Z | |
| 6938 | 2026-08-05T02:51:26.261Z | DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6939 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820replacing 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 } }] |
| 6940 | 2026-08-05T02:51:26.261Z | INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6941 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6942 | 2026-08-05T02:51:26.261Z | INFOAug 05 02:51:24.820 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 6943 | 2026-08-05T02:51:26.261Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6944 | 2026-08-05T02:51:26.261Z | |
| 6945 | 2026-08-05T02:51:26.261Z | Aug 05 02:51:24.820Aug 05 02:51:24.820 INFODEBG Aug 05 02:51:24.820 Aug 05 02:51:24.820adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6946 | 2026-08-05T02:51:26.261Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6947 | 2026-08-05T02:51:26.261Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 6948 | 2026-08-05T02:51:26.261Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6949 | 2026-08-05T02:51:26.261Z | DEBGAug 05 02:51:24.820Aug 05 02:51:24.820 DEBGINFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.820 |
| 6950 | 2026-08-05T02:51:26.261Z | INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6951 | 2026-08-05T02:51:26.262Z | |
| 6952 | 2026-08-05T02:51:26.262Z | |
| 6953 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820 INFOAug 05 02:51:24.820 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 6954 | 2026-08-05T02:51:26.262Z | DEBGDEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6955 | 2026-08-05T02:51:26.262Z | 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:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6956 | 2026-08-05T02:51:26.262Z | |
| 6957 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820DEBG DEBGAug 05 02:51:24.820 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 |
| 6958 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6959 | 2026-08-05T02:51:26.262Z | |
| 6960 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6961 | 2026-08-05T02:51:26.262Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6962 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6963 | 2026-08-05T02:51:26.262Z | DEBGAug 05 02:51:24.820 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 |
| 6964 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820replacing 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 } }] |
| 6965 | 2026-08-05T02:51:26.262Z | DEBG Aug 05 02:51:24.820replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 Aug 05 02:51:24.820 DEBG INFOINFOreplacing 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 } }] |
| 6966 | 2026-08-05T02:51:26.262Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6967 | 2026-08-05T02:51:26.262Z | |
| 6968 | 2026-08-05T02:51:26.262Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6969 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820INFO DEBG Aug 05 02:51:24.820INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 6970 | 2026-08-05T02:51:26.262Z | 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:f::/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 } }] |
| 6971 | 2026-08-05T02:51:26.262Z | |
| 6972 | 2026-08-05T02:51:26.262Z | |
| 6973 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820 DEBG Aug 05 02:51:24.820DEBGINFO 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 } }] |
| 6974 | 2026-08-05T02:51:26.262Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 6975 | 2026-08-05T02:51:26.262Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6976 | 2026-08-05T02:51:26.262Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6977 | 2026-08-05T02:51:26.262Z | DEBGAug 05 02:51:24.820 Aug 05 02:51:24.820replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 6978 | 2026-08-05T02:51:26.262Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 6979 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820INFO 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 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 6980 | 2026-08-05T02:51:26.262Z | |
| 6981 | 2026-08-05T02:51:26.262Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 6982 | 2026-08-05T02:51:26.262Z | 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 } }] |
| 6983 | 2026-08-05T02:51:26.262Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6984 | 2026-08-05T02:51:26.262Z | |
| 6985 | 2026-08-05T02:51:26.267Z | INFOAug 05 02:51:24.820DEBG Aug 05 02:51:24.820DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6986 | 2026-08-05T02:51:26.267Z | INFO |
| 6987 | 2026-08-05T02:51:26.267Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6988 | 2026-08-05T02:51:26.267Z | |
| 6989 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820INFOAug 05 02:51:24.820 DEBGDEBGINFO 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:6::/64 -> 2001:db8::55:ff |
| 6990 | 2026-08-05T02:51:26.267Z | 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:1c::/64 -> 2001:db8::55:ff |
| 6991 | 2026-08-05T02:51:26.267Z | |
| 6992 | 2026-08-05T02:51:26.267Z | |
| 6993 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBGAug 05 02:51:24.820Aug 05 02:51:24.820 INFOINFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6994 | 2026-08-05T02:51:26.267Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6995 | 2026-08-05T02:51:26.267Z | |
| 6996 | 2026-08-05T02:51:26.267Z | 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 } }] |
| 6997 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820 DEBG INFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6998 | 2026-08-05T02:51:26.267Z | DEBG |
| 6999 | 2026-08-05T02:51:26.267Z | 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 |
| 7000 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7001 | 2026-08-05T02:51:26.267Z | |
| 7002 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 7003 | 2026-08-05T02:51:26.267Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 7004 | 2026-08-05T02:51:26.267Z | DEBG Aug 05 02:51:24.820replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.820INFO |
| 7005 | 2026-08-05T02:51:26.267Z | DEBG adding route 3fff:beef:1e::/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 } }] |
| 7006 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 |
| 7007 | 2026-08-05T02:51:26.267Z | DEBGAug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820replacing 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 } }] INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7008 | 2026-08-05T02:51:26.267Z | |
| 7009 | 2026-08-05T02:51:26.267Z | DEBG |
| 7010 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820 |
| 7011 | 2026-08-05T02:51:26.267Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7012 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7013 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 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 } }]Aug 05 02:51:24.820 |
| 7014 | 2026-08-05T02:51:26.267Z | 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 } }] |
| 7015 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 7016 | 2026-08-05T02:51:26.267Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7017 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 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 } }]Aug 05 02:51:24.820 |
| 7018 | 2026-08-05T02:51:26.267Z | 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: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 } }] |
| 7019 | 2026-08-05T02:51:26.267Z | |
| 7020 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 |
| 7021 | 2026-08-05T02:51:26.267Z | Aug 05 02:51:24.820 INFOINFO Aug 05 02:51:24.820adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7022 | 2026-08-05T02:51:26.267Z | |
| 7023 | 2026-08-05T02:51:26.267Z | 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 } }] |
| 7024 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGAug 05 02:51:24.821 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 } }]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 } }] |
| 7025 | 2026-08-05T02:51:26.268Z | |
| 7026 | 2026-08-05T02:51:26.268Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7027 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFOAug 05 02:51:24.821 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7028 | 2026-08-05T02:51:26.268Z | |
| 7029 | 2026-08-05T02:51:26.268Z | 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 } }] |
| 7030 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821DEBG 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: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 } }] |
| 7031 | 2026-08-05T02:51:26.268Z | INFO |
| 7032 | 2026-08-05T02:51:26.268Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7033 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 05 02:51:24.821adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7034 | 2026-08-05T02:51:26.268Z | |
| 7035 | 2026-08-05T02:51:26.268Z | 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 } }] |
| 7036 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7037 | 2026-08-05T02:51:26.268Z | |
| 7038 | 2026-08-05T02:51:26.268Z | 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 } }] |
| 7039 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821INFOAug 05 02:51:24.821 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7040 | 2026-08-05T02:51:26.268Z | DEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821 |
| 7041 | 2026-08-05T02:51:26.268Z | DEBG |
| 7042 | 2026-08-05T02:51:26.268Z | 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 } }] |
| 7043 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821 |
| 7044 | 2026-08-05T02:51:26.268Z | INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7045 | 2026-08-05T02:51:26.268Z | |
| 7046 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821 INFO DEBG DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7047 | 2026-08-05T02:51:26.268Z | 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: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 } }] |
| 7048 | 2026-08-05T02:51:26.268Z | |
| 7049 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG 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 } }] INFO |
| 7050 | 2026-08-05T02:51:26.268Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7051 | 2026-08-05T02:51:26.268Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7052 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821 INFOAug 05 02:51:24.821 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 7053 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821 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 |
| 7054 | 2026-08-05T02:51:26.268Z | 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 } }] |
| 7055 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBGAug 05 02:51:24.821 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 |
| 7056 | 2026-08-05T02:51:26.268Z | INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7057 | 2026-08-05T02:51:26.268Z | |
| 7058 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7059 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGAug 05 02:51:24.821 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 |
| 7060 | 2026-08-05T02:51:26.268Z | 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: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 } }] |
| 7061 | 2026-08-05T02:51:26.268Z | |
| 7062 | 2026-08-05T02:51:26.268Z | Aug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7063 | 2026-08-05T02:51:26.269Z | |
| 7064 | 2026-08-05T02:51:26.269Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7065 | 2026-08-05T02:51:26.269Z | Aug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7066 | 2026-08-05T02:51:26.269Z | 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 } }] |
| 7067 | 2026-08-05T02:51:26.269Z | |
| 7068 | 2026-08-05T02:51:26.269Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 7069 | 2026-08-05T02:51:26.269Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7070 | 2026-08-05T02:51:26.269Z | |
| 7071 | 2026-08-05T02:51:26.269Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7072 | 2026-08-05T02:51:26.269Z | 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 } }] |
| 7073 | 2026-08-05T02:51:26.269Z | DEBG Aug 05 02:51:24.821replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.821INFO |
| 7074 | 2026-08-05T02:51:26.269Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7075 | 2026-08-05T02:51:26.269Z | Aug 05 02:51:24.821 |
| 7076 | 2026-08-05T02:51:26.269Z | INFO Aug 05 02:51:24.821Aug 05 02:51:24.821 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7077 | 2026-08-05T02:51:26.269Z | |
| 7078 | 2026-08-05T02:51:26.269Z | |
| 7079 | 2026-08-05T02:51:26.269Z | Aug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 INFODEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7080 | 2026-08-05T02:51:26.269Z | 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 } }] |
| 7081 | 2026-08-05T02:51:26.269Z | |
| 7082 | 2026-08-05T02:51:26.269Z | Aug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGINFO 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 } }] |
| 7083 | 2026-08-05T02:51:26.269Z | 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:14::/64 -> 2001:db8::55:ff |
| 7084 | 2026-08-05T02:51:26.269Z | |
| 7085 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 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 } }]INFO |
| 7086 | 2026-08-05T02:51:26.273Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7087 | 2026-08-05T02:51:26.273Z | |
| 7088 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7089 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7090 | 2026-08-05T02:51:26.273Z | |
| 7091 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821 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 } }]Aug 05 02:51:24.821Aug 05 02:51:24.821 |
| 7092 | 2026-08-05T02:51:26.273Z | INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7093 | 2026-08-05T02:51:26.273Z | |
| 7094 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7095 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG 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 } }] |
| 7096 | 2026-08-05T02:51:26.273Z | 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 } }] |
| 7097 | 2026-08-05T02:51:26.273Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821 |
| 7098 | 2026-08-05T02:51:26.273Z | INFOAug 05 02:51:24.821 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 7099 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 7100 | 2026-08-05T02:51:26.273Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7101 | 2026-08-05T02:51:26.273Z | Aug 05 02:51:24.821DEBG DEBGAug 05 02:51:24.821replacing 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 } }] |
| 7102 | 2026-08-05T02:51:26.273Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7103 | 2026-08-05T02:51:26.273Z | 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 } }] |
| 7104 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 INFOAug 05 02:51:24.821 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 7105 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 7106 | 2026-08-05T02:51:26.274Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7107 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7108 | 2026-08-05T02:51:26.274Z | |
| 7109 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG Aug 05 02:51:24.821INFO INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7110 | 2026-08-05T02:51:26.274Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7111 | 2026-08-05T02:51:26.274Z | |
| 7112 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 INFO Aug 05 02:51:24.821Aug 05 02:51:24.821 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 7113 | 2026-08-05T02:51:26.274Z | 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 |
| 7114 | 2026-08-05T02:51:26.274Z | 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 } }] |
| 7115 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBGAug 05 02:51:24.821 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 |
| 7116 | 2026-08-05T02:51:26.274Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7117 | 2026-08-05T02:51:26.274Z | |
| 7118 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821INFO 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 } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7119 | 2026-08-05T02:51:26.274Z | |
| 7120 | 2026-08-05T02:51:26.274Z | 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 } }] |
| 7121 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 INFOAug 05 02:51:24.821Aug 05 02:51:24.821 DEBGINFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7122 | 2026-08-05T02:51:26.274Z | adding route 3fff:beef:30::/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 } }] |
| 7123 | 2026-08-05T02:51:26.274Z | |
| 7124 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7125 | 2026-08-05T02:51:26.274Z | 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 } }] |
| 7126 | 2026-08-05T02:51:26.274Z | |
| 7127 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 INFOAug 05 02:51:24.821DEBG 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 |
| 7128 | 2026-08-05T02:51:26.274Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7129 | 2026-08-05T02:51:26.274Z | |
| 7130 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7131 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821DEBG 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 |
| 7132 | 2026-08-05T02:51:26.274Z | 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 } }] |
| 7133 | 2026-08-05T02:51:26.274Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821 |
| 7134 | 2026-08-05T02:51:26.274Z | INFO Aug 05 02:51:24.821adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7135 | 2026-08-05T02:51:26.274Z | INFOAug 05 02:51:24.821 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 7136 | 2026-08-05T02:51:26.274Z | Aug 05 02:51:24.821adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7137 | 2026-08-05T02:51:26.274Z | DEBGAug 05 02:51:24.821 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 } }]DEBGAug 05 02:51:24.821 |
| 7138 | 2026-08-05T02:51:26.274Z | 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 } }] |
| 7139 | 2026-08-05T02:51:26.274Z | 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 } }]Aug 05 02:51:24.821 |
| 7140 | 2026-08-05T02:51:26.274Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7141 | 2026-08-05T02:51:26.274Z | INFOAug 05 02:51:24.821Aug 05 02:51:24.821 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFODEBG |
| 7142 | 2026-08-05T02:51:26.274Z | adding route 3fff:beef:1e::/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 } }] |
| 7143 | 2026-08-05T02:51:26.274Z | |
| 7144 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821 Aug 05 02:51:24.821replacing 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 } }] |
| 7145 | 2026-08-05T02:51:26.275Z | DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7146 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821 |
| 7147 | 2026-08-05T02:51:26.275Z | INFO Aug 05 02:51:24.821adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7148 | 2026-08-05T02:51:26.275Z | INFOAug 05 02:51:24.821 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 7149 | 2026-08-05T02:51:26.275Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821 |
| 7150 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821DEBG 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 } }] |
| 7151 | 2026-08-05T02:51:26.275Z | 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 } }]Aug 05 02:51:24.821 |
| 7152 | 2026-08-05T02:51:26.275Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7153 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFOAug 05 02:51:24.821 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7154 | 2026-08-05T02:51:26.275Z | 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 } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7155 | 2026-08-05T02:51:26.275Z | DEBG |
| 7156 | 2026-08-05T02:51:26.275Z | created new freemapAug 05 02:51:24.821, Aug 05 02:51:24.821unitAug 05 02:51:24.821DEBG DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 7157 | 2026-08-05T02:51:26.275Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7158 | 2026-08-05T02:51:26.275Z | |
| 7159 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821replacing 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-08-05T02:51:26.275Z | INFOAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7161 | 2026-08-05T02:51:26.275Z | created new freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7162 | 2026-08-05T02:51:26.275Z | , unit: |
| 7163 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821freemap_route_ipv6 INFODEBG |
| 7164 | 2026-08-05T02:51:26.275Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7165 | 2026-08-05T02:51:26.275Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821 |
| 7166 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821replacing 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 |
| 7167 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821initted freemap. size: 64DEBG INFO, replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 7168 | 2026-08-05T02:51:26.275Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff: |
| 7169 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821freemap_route_ipv4 |
| 7170 | 2026-08-05T02:51:26.275Z | INFOINFO Aug 05 02:51:24.821adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7171 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821 |
| 7172 | 2026-08-05T02:51:26.275Z | DEBG reset freemapDEBGAug 05 02:51:24.821, unit replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821DEBG: |
| 7173 | 2026-08-05T02:51:26.275Z | 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 |
| 7174 | 2026-08-05T02:51:26.275Z | freemap_route_ipv4Aug 05 02:51:24.821replacing 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 } }] |
| 7175 | 2026-08-05T02:51:26.275Z | |
| 7176 | 2026-08-05T02:51:26.275Z | INFO Aug 05 02:51:24.821adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 05 02:51:24.821Aug 05 02:51:24.821 DEBG |
| 7177 | 2026-08-05T02:51:26.275Z | INFO initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 05 02:51:24.821, INFO DEBGunit |
| 7178 | 2026-08-05T02:51:26.275Z | : 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 } }]freemap_route_ipv6 |
| 7179 | 2026-08-05T02:51:26.275Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7180 | 2026-08-05T02:51:26.275Z | |
| 7181 | 2026-08-05T02:51:26.275Z | Aug 05 02:51:24.821 DEBG Aug 05 02:51:24.821replacing 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 } }]Aug 05 02:51:24.821 |
| 7182 | 2026-08-05T02:51:26.275Z | DEBGINFOAug 05 02:51:24.821 reset freemapadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG, |
| 7183 | 2026-08-05T02:51:26.276Z | unitAug 05 02:51:24.821: freemap_route_ipv6replacing 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 } }] |
| 7184 | 2026-08-05T02:51:26.276Z | INFO |
| 7185 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821Aug 05 02:51:24.821adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7186 | 2026-08-05T02:51:26.280Z | INFOINFO 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:32::/64 -> 2001:db8::55:ff |
| 7187 | 2026-08-05T02:51:26.280Z | |
| 7188 | 2026-08-05T02:51:26.280Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:51:24.821 |
| 7189 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.821DEBG Aug 05 02:51:24.821INFO DEBGAug 05 02:51:24.821replacing 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:25::/64 -> 2001:db8::55:ff |
| 7190 | 2026-08-05T02:51:26.280Z | DEBG |
| 7191 | 2026-08-05T02:51:26.280Z | 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: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 } }] |
| 7192 | 2026-08-05T02:51:26.280Z | |
| 7193 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG Aug 05 02:51:24.821 INFOINFOAug 05 02:51:24.821 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 |
| 7194 | 2026-08-05T02:51:26.280Z | |
| 7195 | 2026-08-05T02:51:26.280Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7196 | 2026-08-05T02:51:26.280Z | |
| 7197 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821 INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7198 | 2026-08-05T02:51:26.280Z | |
| 7199 | 2026-08-05T02:51:26.280Z | |
| 7200 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821 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 } }]INFOAug 05 02:51:24.821 |
| 7201 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.821adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7202 | 2026-08-05T02:51:26.280Z | INFO DEBGAug 05 02:51:24.821Aug 05 02:51:24.821adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7203 | 2026-08-05T02:51:26.280Z | 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 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 } }] |
| 7204 | 2026-08-05T02:51:26.280Z | |
| 7205 | 2026-08-05T02:51:26.280Z | INFOAug 05 02:51:24.821 Aug 05 02:51:24.821 Aug 05 02:51:24.821INFODEBG INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7206 | 2026-08-05T02:51:26.280Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7207 | 2026-08-05T02:51:26.280Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:51:24.821 |
| 7208 | 2026-08-05T02:51:26.280Z | |
| 7209 | 2026-08-05T02:51:26.280Z | DEBG Aug 05 02:51:24.821replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.821INFO |
| 7210 | 2026-08-05T02:51:26.280Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 05 02:51:24.821 |
| 7211 | 2026-08-05T02:51:26.280Z | DEBG DEBGAug 05 02:51:24.822replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.822 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 |
| 7212 | 2026-08-05T02:51:26.280Z | |
| 7213 | 2026-08-05T02:51:26.280Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7214 | 2026-08-05T02:51:26.280Z | DEBG Aug 05 02:51:24.822replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.822INFO INFOAug 05 02:51:24.822adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 7215 | 2026-08-05T02:51:26.280Z | |
| 7216 | 2026-08-05T02:51:26.280Z | DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.822Aug 05 02:51:24.822 |
| 7217 | 2026-08-05T02:51:26.280Z | DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7218 | 2026-08-05T02:51:26.280Z | Aug 05 02:51:24.822adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 05 02:51:24.821Aug 05 02:51:24.822 |
| 7219 | 2026-08-05T02:51:26.280Z | INFO |
| 7220 | 2026-08-05T02:51:26.280Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7221 | 2026-08-05T02:51:26.281Z | DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 05 02:51:24.822Aug 05 02:51:24.822 |
| 7222 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822created new freemapDEBG Aug 05 02:51:24.822replacing 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 |
| 7223 | 2026-08-05T02:51:26.281Z | DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }], |
| 7224 | 2026-08-05T02:51:26.281Z | |
| 7225 | 2026-08-05T02:51:26.281Z | unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7226 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822 Aug 05 02:51:24.822:Aug 05 02:51:24.822 INFOAug 05 02:51:24.822 freemap_route_ipv4INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 7227 | 2026-08-05T02:51:26.281Z | |
| 7228 | 2026-08-05T02:51:26.281Z | DEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7229 | 2026-08-05T02:51:26.281Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:51:24.822 |
| 7230 | 2026-08-05T02:51:26.281Z | failed to allocate space for the new target listAug 05 02:51:24.822Aug 05 02:51:24.822 |
| 7231 | 2026-08-05T02:51:26.281Z | DEBG DEBGAug 05 02:51:24.822 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7232 | 2026-08-05T02:51:26.281Z | DEBG |
| 7233 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822 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 } }] |
| 7234 | 2026-08-05T02:51:26.281Z | created new freemapAug 05 02:51:24.822DEBG Aug 05 02:51:24.822 , 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 } }]Aug 05 02:51:24.822 |
| 7235 | 2026-08-05T02:51:26.281Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 7236 | 2026-08-05T02:51:26.281Z | |
| 7237 | 2026-08-05T02:51:26.281Z | unit: |
| 7238 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822 freemap_route_ipv6DEBG |
| 7239 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822 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 } }]Aug 05 02:51:24.822DEBG |
| 7240 | 2026-08-05T02:51:26.281Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.822 |
| 7241 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822INFO |
| 7242 | 2026-08-05T02:51:26.281Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 05 02:51:24.822 |
| 7243 | 2026-08-05T02:51:26.281Z | DEBGINFOAug 05 02:51:24.822 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 05 02:51:24.822 |
| 7244 | 2026-08-05T02:51:26.281Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 7245 | 2026-08-05T02:51:26.281Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Aug 05 02:51:24.822, Aug 05 02:51:24.822unit :DEBG |
| 7246 | 2026-08-05T02:51:26.281Z | 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 } }]DEBGfreemap_route_ipv4 |
| 7247 | 2026-08-05T02:51:26.281Z | 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 } }] |
| 7248 | 2026-08-05T02:51:26.281Z | |
| 7249 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822Aug 05 02:51:24.822 Aug 05 02:51:24.822 DEBGINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 05 02:51:24.822reset freemap INFO |
| 7250 | 2026-08-05T02:51:26.281Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 7251 | 2026-08-05T02:51:26.281Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, Aug 05 02:51:24.822unit: |
| 7252 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.822DEBG freemap_route_ipv4DEBGAug 05 02:51:24.822 |
| 7253 | 2026-08-05T02:51:26.281Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.822Aug 05 02:51:24.822 |
| 7254 | 2026-08-05T02:51:26.281Z | DEBG created new freemap, unit:DEBG Aug 05 02:51:24.823 freemap_route_ipv4 created new freemapINFO |
| 7255 | 2026-08-05T02:51:26.281Z | 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:3b::/64 -> 2001:db8::55:ff, |
| 7256 | 2026-08-05T02:51:26.281Z | |
| 7257 | 2026-08-05T02:51:26.281Z | unit:Aug 05 02:51:24.823 DEBG created new freemap |
| 7258 | 2026-08-05T02:51:26.281Z | freemap_route_ipv4Aug 05 02:51:24.823Aug 05 02:51:24.823, DEBGINFOunit |
| 7259 | 2026-08-05T02:51:26.281Z | Aug 05 02:51:24.823 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffinitted freemap. size: 64 , INFO:unit : |
| 7260 | 2026-08-05T02:51:26.282Z | freemap_route_ipv6Aug 05 02:51:24.823freemap_route_ipv6 |
| 7261 | 2026-08-05T02:51:26.282Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 7262 | 2026-08-05T02:51:26.282Z | created new freemap |
| 7263 | 2026-08-05T02:51:26.282Z | , Aug 05 02:51:24.823unitAug 05 02:51:24.823 :DEBGAug 05 02:51:24.823Aug 05 02:51:24.823 reset freemapfreemap_route_ipv6 |
| 7264 | 2026-08-05T02:51:26.282Z | , DEBGunitDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:replacing targets for 3fff:beef: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 } }] |
| 7265 | 2026-08-05T02:51:26.282Z | DEBG freemap_route_ipv6 |
| 7266 | 2026-08-05T02:51:26.282Z | |
| 7267 | 2026-08-05T02:51:26.282Z | initted freemap. size: 64Aug 05 02:51:24.823 , DEBGAug 05 02:51:24.823Aug 05 02:51:24.823Aug 05 02:51:24.823unit INFOINFO :initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 7268 | 2026-08-05T02:51:26.282Z | freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7269 | 2026-08-05T02:51:26.282Z | :INFO |
| 7270 | 2026-08-05T02:51:26.282Z | Aug 05 02:51:24.823adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 05 02:51:24.823 DEBG |
| 7271 | 2026-08-05T02:51:26.282Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:51:24.823freemap_route_ipv4DEBGAug 05 02:51:24.823 |
| 7272 | 2026-08-05T02:51:26.282Z | |
| 7273 | 2026-08-05T02:51:26.282Z | DEBGreset freemapDEBG 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 } }] |
| 7274 | 2026-08-05T02:51:26.282Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.823, |
| 7275 | 2026-08-05T02:51:26.282Z | unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:51:24.823 |
| 7276 | 2026-08-05T02:51:26.282Z | INFOAug 05 02:51:24.823 freemap_route_ipv4Aug 05 02:51:24.823adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7277 | 2026-08-05T02:51:26.282Z | Aug 05 02:51:24.823 |
| 7278 | 2026-08-05T02:51:26.282Z | INFO DEBG reset freemapDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7279 | 2026-08-05T02:51:26.282Z | Aug 05 02:51:24.823replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7280 | 2026-08-05T02:51:26.282Z | :Aug 05 02:51:24.823DEBG freemap_route_ipv4 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.823 |
| 7281 | 2026-08-05T02:51:26.282Z | |
| 7282 | 2026-08-05T02:51:26.282Z | DEBG Aug 05 02:51:24.823 initted freemap. size: 64Aug 05 02:51:24.823INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7283 | 2026-08-05T02:51:26.282Z | Aug 05 02:51:24.823 DEBG, DEBGAug 05 02:51:24.823 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:31::/64 -> 2001:db8::55:ffunit |
| 7284 | 2026-08-05T02:51:26.282Z | : freemap_route_ipv6 |
| 7285 | 2026-08-05T02:51:26.286Z | DEBGinitted freemap. size: 64 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7286 | 2026-08-05T02:51:26.286Z | , |
| 7287 | 2026-08-05T02:51:26.286Z | Aug 05 02:51:24.823 Aug 05 02:51:24.823DEBG unit :Aug 05 02:51:24.823 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 } }]freemap_route_ipv6 |
| 7288 | 2026-08-05T02:51:26.286Z | |
| 7289 | 2026-08-05T02:51:26.286Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:51:24.823 |
| 7290 | 2026-08-05T02:51:26.286Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG |
| 7291 | 2026-08-05T02:51:26.286Z | Aug 05 02:51:24.823reset freemapAug 05 02:51:24.823Aug 05 02:51:24.823, INFODEBGAug 05 02:51:24.823 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGDEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7292 | 2026-08-05T02:51:26.286Z | unit |
| 7293 | 2026-08-05T02:51:26.286Z | 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 } }]reset freemap |
| 7294 | 2026-08-05T02:51:26.286Z | , :Aug 05 02:51:24.824unitAug 05 02:51:24.824 DEBG: Aug 05 02:51:24.824replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv6 |
| 7295 | 2026-08-05T02:51:26.286Z | |
| 7296 | 2026-08-05T02:51:26.286Z | INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7297 | 2026-08-05T02:51:26.287Z | 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 } }]freemap_route_ipv6 |
| 7298 | 2026-08-05T02:51:26.287Z | |
| 7299 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824 Aug 05 02:51:24.824Aug 05 02:51:24.824 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7300 | 2026-08-05T02:51:26.287Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:51:24.824 |
| 7301 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824 DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7302 | 2026-08-05T02:51:26.287Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7303 | 2026-08-05T02:51:26.287Z | |
| 7304 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824 Aug 05 02:51:24.824DEBG 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 } }] |
| 7305 | 2026-08-05T02:51:26.287Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7306 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824 Aug 05 02:51:24.824DEBGAug 05 02:51:24.824 Aug 05 02:51:24.824DEBG INFOINFO 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 } }] |
| 7307 | 2026-08-05T02:51:26.287Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7308 | 2026-08-05T02:51:26.287Z | |
| 7309 | 2026-08-05T02:51:26.287Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7310 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824Aug 05 02:51:24.824 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 7311 | 2026-08-05T02:51:26.287Z | |
| 7312 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.824 |
| 7313 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824DEBG 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 } }] |
| 7314 | 2026-08-05T02:51:26.287Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.824 |
| 7315 | 2026-08-05T02:51:26.287Z | INFOAug 05 02:51:24.824 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7316 | 2026-08-05T02:51:26.287Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7317 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.820Aug 05 02:51:24.824Aug 05 02:51:24.824Aug 05 02:51:24.824 INFO DEBG DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7318 | 2026-08-05T02:51:26.287Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7319 | 2026-08-05T02:51:26.287Z | 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 } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.824Aug 05 02:51:24.824 |
| 7320 | 2026-08-05T02:51:26.287Z | DEBG |
| 7321 | 2026-08-05T02:51:26.287Z | INFO Aug 05 02:51:24.824adding route 172.16.0.0/32 -> 10.0.0.4 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 } }] |
| 7322 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824INFO |
| 7323 | 2026-08-05T02:51:26.287Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7324 | 2026-08-05T02:51:26.287Z | DEBG Aug 05 02:51:24.824Aug 05 02:51:24.824 DEBGINFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.824adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7325 | 2026-08-05T02:51:26.287Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7326 | 2026-08-05T02:51:26.287Z | |
| 7327 | 2026-08-05T02:51:26.287Z | INFO Aug 05 02:51:24.824adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 05 02:51:24.824 |
| 7328 | 2026-08-05T02:51:26.287Z | DEBGAug 05 02:51:24.824 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 } }] DEBGINFO |
| 7329 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824 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 172.17.0.0/32 -> 10.0.0.255INFO |
| 7330 | 2026-08-05T02:51:26.287Z | |
| 7331 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 05 02:51:24.824 |
| 7332 | 2026-08-05T02:51:26.287Z | Aug 05 02:51:24.824Aug 05 02:51:24.824DEBG INFO DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7333 | 2026-08-05T02:51:26.287Z | 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:38::/64 -> 2001:db8::55:ff |
| 7334 | 2026-08-05T02:51:26.287Z | INFOAug 05 02:51:24.824 |
| 7335 | 2026-08-05T02:51:26.287Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 7336 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824Aug 05 02:51:24.824 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.824INFODEBG INFOAug 05 02:51:24.824replacing 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 } }] |
| 7337 | 2026-08-05T02:51:26.288Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 7338 | 2026-08-05T02:51:26.288Z | |
| 7339 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824 |
| 7340 | 2026-08-05T02:51:26.288Z | 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 } }] |
| 7341 | 2026-08-05T02:51:26.288Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 05 02:51:24.824 |
| 7342 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824Aug 05 02:51:24.824INFO INFODEBG Aug 05 02:51:24.824replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.824 |
| 7343 | 2026-08-05T02:51:26.288Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:f::/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 } }] |
| 7344 | 2026-08-05T02:51:26.288Z | |
| 7345 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824DEBG |
| 7346 | 2026-08-05T02:51:26.288Z | INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 05 02:51:24.824 |
| 7347 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824INFOAug 05 02:51:24.824 |
| 7348 | 2026-08-05T02:51:26.288Z | test route::tests::identity_replace_is_noop ... ok |
| 7349 | 2026-08-05T02:51:26.288Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 7350 | 2026-08-05T02:51:26.288Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG 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 } }] Aug 05 02:51:24.824 |
| 7351 | 2026-08-05T02:51:26.288Z | |
| 7352 | 2026-08-05T02:51:26.288Z | 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 } }]DEBGAug 05 02:51:24.824 |
| 7353 | 2026-08-05T02:51:26.288Z | 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 } }] |
| 7354 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824 INFO Aug 05 02:51:24.824DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 05 02:51:24.824 |
| 7355 | 2026-08-05T02:51:26.288Z | 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 } }]INFO INFO |
| 7356 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.824adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 05 02:51:24.824 |
| 7357 | 2026-08-05T02:51:26.288Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 7358 | 2026-08-05T02:51:26.288Z | 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 } }]Aug 05 02:51:24.824 DEBGAug 05 02:51:24.824Aug 05 02:51:24.824 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 |
| 7359 | 2026-08-05T02:51:26.288Z | DEBG created new freemapINFO , adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7360 | 2026-08-05T02:51:26.288Z | unitAug 05 02:51:24.824: |
| 7361 | 2026-08-05T02:51:26.288Z | freemap_route_ipv4 |
| 7362 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.830INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7363 | 2026-08-05T02:51:26.288Z | 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 } }]Aug 05 02:51:24.830 |
| 7364 | 2026-08-05T02:51:26.288Z | INFOAug 05 02:51:24.830Aug 05 02:51:24.830Aug 05 02:51:24.830 INFODEBG DEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7365 | 2026-08-05T02:51:26.288Z | 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 } }]created new freemap |
| 7366 | 2026-08-05T02:51:26.288Z | |
| 7367 | 2026-08-05T02:51:26.288Z | , unitAug 05 02:51:24.830Aug 05 02:51:24.830 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.822 |
| 7368 | 2026-08-05T02:51:26.288Z | :Aug 05 02:51:24.830 freemap_route_ipv6INFODEBG Aug 05 02:51:24.830 DEBG INFOcreated new freemapreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7369 | 2026-08-05T02:51:26.288Z | |
| 7370 | 2026-08-05T02:51:26.288Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7371 | 2026-08-05T02:51:26.288Z | |
| 7372 | 2026-08-05T02:51:26.288Z | Aug 05 02:51:24.830unit DEBG:Aug 05 02:51:24.830Aug 05 02:51:24.830 freemap_route_ipv4INFO Aug 05 02:51:24.830adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7373 | 2026-08-05T02:51:26.288Z | failed to allocate space for the new target list |
| 7374 | 2026-08-05T02:51:26.288Z | DEBG |
| 7375 | 2026-08-05T02:51:26.288Z | DEBGAug 05 02:51:24.830 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830DEBG |
| 7376 | 2026-08-05T02:51:26.289Z | Aug 05 02:51:24.830Aug 05 02:51:24.830 DEBG DEBGinitted freemap. size: 64 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: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 } }] |
| 7377 | 2026-08-05T02:51:26.289Z | DEBGcreated new freemap, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7378 | 2026-08-05T02:51:26.289Z | , unit Aug 05 02:51:24.830 |
| 7379 | 2026-08-05T02:51:26.289Z | : freemap_route_ipv6DEBG |
| 7380 | 2026-08-05T02:51:26.289Z | INFO Aug 05 02:51:24.830failed to allocate space for the new target list INFOAug 05 02:51:24.830 unitAug 05 02:51:24.830adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7381 | 2026-08-05T02:51:26.289Z | |
| 7382 | 2026-08-05T02:51:26.289Z | DEBG DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:fffailed to allocate space for the new target listAug 05 02:51:24.830 |
| 7383 | 2026-08-05T02:51:26.289Z | DEBG |
| 7384 | 2026-08-05T02:51:26.289Z | : 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:2, vlan_id: None } }]Aug 05 02:51:24.830, |
| 7385 | 2026-08-05T02:51:26.293Z | unit:DEBG Aug 05 02:51:24.830 freemap_route_ipv4 DEBG |
| 7386 | 2026-08-05T02:51:26.293Z | freemap_route_ipv4replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7387 | 2026-08-05T02:51:26.293Z | 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 } }] |
| 7388 | 2026-08-05T02:51:26.293Z | |
| 7389 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830 Aug 05 02:51:24.830DEBG DEBGreset freemapAug 05 02:51:24.830 reset freemap, Aug 05 02:51:24.830INFOunit :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff , INFO |
| 7390 | 2026-08-05T02:51:26.293Z | unit:adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7391 | 2026-08-05T02:51:26.293Z | |
| 7392 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830freemap_route_ipv4 |
| 7393 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830DEBGAug 05 02:51:24.830 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 } }] |
| 7394 | 2026-08-05T02:51:26.293Z | 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 } }] |
| 7395 | 2026-08-05T02:51:26.293Z | DEBG Aug 05 02:51:24.830initted freemap. size: 64Aug 05 02:51:24.830 , DEBGAug 05 02:51:24.830 initted freemap. size: 64INFO, unit :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOunit |
| 7396 | 2026-08-05T02:51:26.293Z | : freemap_route_ipv6freemap_route_ipv6 |
| 7397 | 2026-08-05T02:51:26.293Z | |
| 7398 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7399 | 2026-08-05T02:51:26.293Z | 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 } }]Aug 05 02:51:24.830Aug 05 02:51:24.830 |
| 7400 | 2026-08-05T02:51:26.293Z | DEBGAug 05 02:51:24.830 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830DEBG |
| 7401 | 2026-08-05T02:51:26.293Z | DEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreset freemapAug 05 02:51:24.830reset freemap |
| 7402 | 2026-08-05T02:51:26.293Z | , , unit:INFO freemap_route_ipv6Aug 05 02:51:24.830unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff : |
| 7403 | 2026-08-05T02:51:26.293Z | |
| 7404 | 2026-08-05T02:51:26.293Z | DEBGfreemap_route_ipv6 |
| 7405 | 2026-08-05T02:51:26.293Z | 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 } }] |
| 7406 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830 DEBGAug 05 02:51:24.830Aug 05 02:51:24.830 Aug 05 02:51:24.830INFO INFOINFO 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 } }] |
| 7407 | 2026-08-05T02:51:26.293Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7408 | 2026-08-05T02:51:26.293Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7409 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830 |
| 7410 | 2026-08-05T02:51:26.293Z | INFOAug 05 02:51:24.830 Aug 05 02:51:24.830adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG DEBG |
| 7411 | 2026-08-05T02:51:26.293Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7412 | 2026-08-05T02:51:26.293Z | |
| 7413 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830Aug 05 02:51:24.830 DEBGAug 05 02:51:24.830INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 05 02:51:24.830 |
| 7414 | 2026-08-05T02:51:26.293Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7415 | 2026-08-05T02:51:26.293Z | |
| 7416 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7417 | 2026-08-05T02:51:26.293Z | Aug 05 02:51:24.830DEBGAug 05 02:51:24.830 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 } }] |
| 7418 | 2026-08-05T02:51:26.294Z | INFOAug 05 02:51:24.830DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7419 | 2026-08-05T02:51:26.294Z | INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7420 | 2026-08-05T02:51:26.294Z | |
| 7421 | 2026-08-05T02:51:26.294Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:51:24.830Aug 05 02:51:24.830 |
| 7422 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 7423 | 2026-08-05T02:51:26.294Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7424 | 2026-08-05T02:51:26.294Z | |
| 7425 | 2026-08-05T02:51:26.294Z | 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7426 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830INFO INFO |
| 7427 | 2026-08-05T02:51:26.294Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 05 02:51:24.830 |
| 7428 | 2026-08-05T02:51:26.294Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO Aug 05 02:51:24.830 |
| 7429 | 2026-08-05T02:51:26.294Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:51:24.830 |
| 7430 | 2026-08-05T02:51:26.294Z | DEBGINFO Aug 05 02:51:24.830replacing 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 } }] |
| 7431 | 2026-08-05T02:51:26.294Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:51:24.830replacing 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 } }] |
| 7432 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830 |
| 7433 | 2026-08-05T02:51:26.294Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 7434 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830Aug 05 02:51:24.830 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 7435 | 2026-08-05T02:51:26.294Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:51:24.830DEBG |
| 7436 | 2026-08-05T02:51:26.294Z | DEBGAug 05 02:51:24.830replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7437 | 2026-08-05T02:51:26.294Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7438 | 2026-08-05T02:51:26.294Z | DEBGDEBG Aug 05 02:51:24.830Aug 05 02:51:24.830replacing 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: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 } }] |
| 7439 | 2026-08-05T02:51:26.294Z | WARN |
| 7440 | 2026-08-05T02:51:26.294Z | INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:51:24.830 |
| 7441 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7442 | 2026-08-05T02:51:26.294Z | INFOINFO Aug 05 02:51:24.830Aug 05 02:51:24.830 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7443 | 2026-08-05T02:51:26.294Z | ERRODEBGadding route 3fff:beef:1a::/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 } }, 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 } }] |
| 7444 | 2026-08-05T02:51:26.294Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7445 | 2026-08-05T02:51:26.294Z | |
| 7446 | 2026-08-05T02:51:26.294Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:51:24.830 |
| 7447 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830 DEBG 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 } }] |
| 7448 | 2026-08-05T02:51:26.294Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7449 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 05 02:51:24.830ERRO INFO |
| 7450 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830shrink-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 |
| 7451 | 2026-08-05T02:51:26.294Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO |
| 7452 | 2026-08-05T02:51:26.294Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7453 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830Aug 05 02:51:24.830 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 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830 |
| 7454 | 2026-08-05T02:51:26.294Z | |
| 7455 | 2026-08-05T02:51:26.294Z | 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 } }] |
| 7456 | 2026-08-05T02:51:26.294Z | Aug 05 02:51:24.830created new freemapAug 05 02:51:24.830 Aug 05 02:51:24.830INFO, INFOunit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7457 | 2026-08-05T02:51:26.295Z | INFO |
| 7458 | 2026-08-05T02:51:26.295Z | adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4 |
| 7459 | 2026-08-05T02:51:26.295Z | |
| 7460 | 2026-08-05T02:51:26.295Z | Aug 05 02:51:24.830 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 } }]Aug 05 02:51:24.830 DEBGAug 05 02:51:24.831Aug 05 02:51:24.831 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 } }]created new freemapcreated new freemap |
| 7461 | 2026-08-05T02:51:26.295Z | , , unit:unit :freemap_route_ipv4 |
| 7462 | 2026-08-05T02:51:26.295Z | freemap_route_ipv4Aug 05 02:51:24.836 |
| 7463 | 2026-08-05T02:51:26.295Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7464 | 2026-08-05T02:51:26.295Z | Aug 05 02:51:24.836Aug 05 02:51:24.836 DEBGDEBG Aug 05 02:51:24.836 created new freemap , created new freemapunitDEBG: replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 7465 | 2026-08-05T02:51:26.295Z | , |
| 7466 | 2026-08-05T02:51:26.295Z | unit: Aug 05 02:51:24.836Aug 05 02:51:24.836 DEBGINFO freemap_route_ipv6initted freemap. size: 64 , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7467 | 2026-08-05T02:51:26.295Z | unit |
| 7468 | 2026-08-05T02:51:26.295Z | : freemap_route_ipv4 |
| 7469 | 2026-08-05T02:51:26.295Z | Aug 05 02:51:24.836Aug 05 02:51:24.831 |
| 7470 | 2026-08-05T02:51:26.295Z | Aug 05 02:51:24.836DEBG Aug 05 02:51:24.836DEBGDEBG 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 } }]reset freemap |
| 7471 | 2026-08-05T02:51:26.295Z | , unitDEBG: Aug 05 02:51:24.836freemap_route_ipv4initted freemap. size: 64 |
| 7472 | 2026-08-05T02:51:26.295Z | , created new freemapINFO Aug 05 02:51:24.836unit , INFO:Aug 05 02:51:24.837 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff unitDEBG |
| 7473 | 2026-08-05T02:51:26.295Z | |
| 7474 | 2026-08-05T02:51:26.295Z | : freemap_route_ipv4initted freemap. size: 64 , |
| 7475 | 2026-08-05T02:51:26.295Z | Aug 05 02:51:24.837freemap_route_ipv4 |
| 7476 | 2026-08-05T02:51:26.295Z | unit Aug 05 02:51:24.837DEBG : replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.837 DEBG freemap_route_ipv6 |
| 7477 | 2026-08-05T02:51:26.295Z | 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 |
| 7478 | 2026-08-05T02:51:26.295Z | |
| 7479 | 2026-08-05T02:51:26.295Z | created new freemapAug 05 02:51:24.837, unitAug 05 02:51:24.837:Aug 05 02:51:24.837 DEBG freemap_route_ipv6DEBGINFO |
| 7480 | 2026-08-05T02:51:26.295Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7481 | 2026-08-05T02:51:26.295Z | reset freemapreset freemap, unitAug 05 02:51:24.837, Aug 05 02:51:24.837unitAug 05 02:51:24.837 :DEBG INFO freemap_route_ipv6DEBG |
| 7482 | 2026-08-05T02:51:26.295Z | 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:20::/64 -> 2001:db8::55:ff |
| 7483 | 2026-08-05T02:51:26.295Z | |
| 7484 | 2026-08-05T02:51:26.295Z | Aug 05 02:51:24.837initted freemap. size: 64 freemap_route_ipv4 |
| 7485 | 2026-08-05T02:51:26.299Z | , unitAug 05 02:51:24.837: INFOAug 05 02:51:24.837 INFOAug 05 02:51:24.837 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7486 | 2026-08-05T02:51:26.299Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 7487 | 2026-08-05T02:51:26.299Z | 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 } }] |
| 7488 | 2026-08-05T02:51:26.299Z | Aug 05 02:51:24.837 |
| 7489 | 2026-08-05T02:51:26.299Z | DEBG initted freemap. size: 64 Aug 05 02:51:24.837, Aug 05 02:51:24.837DEBG unitDEBG: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 } }]reset freemap |
| 7490 | 2026-08-05T02:51:26.299Z | , 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 } }]unit :freemap_route_ipv6 |
| 7491 | 2026-08-05T02:51:26.299Z | freemap_route_ipv4 |
| 7492 | 2026-08-05T02:51:26.299Z | Aug 05 02:51:24.837 |
| 7493 | 2026-08-05T02:51:26.299Z | Aug 05 02:51:24.837INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 05 02:51:24.837Aug 05 02:51:24.837INFO |
| 7494 | 2026-08-05T02:51:26.299Z | DEBG Aug 05 02:51:24.837initted freemap. size: 64 INFO, adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunitadding route 3fff:dead::/64 -> 2001:db8::55:2:Aug 05 02:51:24.837 DEBG |
| 7495 | 2026-08-05T02:51:26.299Z | |
| 7496 | 2026-08-05T02:51:26.299Z | freemap_route_ipv6 DEBG |
| 7497 | 2026-08-05T02:51:26.299Z | Aug 05 02:51:24.837 reset freemapreplacing 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 } }] |
| 7498 | 2026-08-05T02:51:26.300Z | DEBGAug 05 02:51:24.837 Aug 05 02:51:24.837 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 } }], DEBGunit reset freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 7499 | 2026-08-05T02:51:26.300Z | |
| 7500 | 2026-08-05T02:51:26.300Z | unitAug 05 02:51:24.837: INFO: Aug 05 02:51:24.837freemap_route_ipv6 |
| 7501 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837freemap_route_ipv6INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7502 | 2026-08-05T02:51:26.300Z | |
| 7503 | 2026-08-05T02:51:26.300Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:51:24.837INFO |
| 7504 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7505 | 2026-08-05T02:51:26.300Z | DEBGINFOAug 05 02:51:24.837 Aug 05 02:51:24.837Aug 05 02:51:24.837replacing 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 } }] |
| 7506 | 2026-08-05T02:51:26.300Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBGDEBG |
| 7507 | 2026-08-05T02:51:26.300Z | 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:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.837adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7508 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837 |
| 7509 | 2026-08-05T02:51:26.300Z | |
| 7510 | 2026-08-05T02:51:26.300Z | INFODEBG Aug 05 02:51:24.837 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 7511 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837Aug 05 02:51:24.837adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7512 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837 INFO DEBG |
| 7513 | 2026-08-05T02:51:26.300Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 7514 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7515 | 2026-08-05T02:51:26.300Z | DEBG |
| 7516 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837 Aug 05 02:51:24.837replacing 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 } }] |
| 7517 | 2026-08-05T02:51:26.300Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 05 02:51:24.837 |
| 7518 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837 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 |
| 7519 | 2026-08-05T02:51:26.300Z | INFO Aug 05 02:51:24.837Aug 05 02:51:24.837 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 7520 | 2026-08-05T02:51:26.300Z | INFO |
| 7521 | 2026-08-05T02:51:26.300Z | DEBGAug 05 02:51:24.837adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7522 | 2026-08-05T02:51:26.300Z | 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 } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7523 | 2026-08-05T02:51:26.300Z | |
| 7524 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837 INFO Aug 05 02:51:24.837adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7525 | 2026-08-05T02:51:26.300Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.837 |
| 7526 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837Aug 05 02:51:24.837 DEBGDEBGAug 05 02:51:24.837DEBG 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 } }]WARN |
| 7527 | 2026-08-05T02:51:26.300Z | 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 7528 | 2026-08-05T02:51:26.300Z | |
| 7529 | 2026-08-05T02:51:26.300Z | |
| 7530 | 2026-08-05T02:51:26.300Z | Aug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837 INFOINFO INFO Aug 05 02:51:24.837adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7531 | 2026-08-05T02:51:26.300Z | |
| 7532 | 2026-08-05T02:51:26.300Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7533 | 2026-08-05T02:51:26.300Z | INFO Aug 05 02:51:24.837adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 05 02:51:24.837 |
| 7534 | 2026-08-05T02:51:26.301Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7535 | 2026-08-05T02:51:26.301Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.837 |
| 7536 | 2026-08-05T02:51:26.301Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7537 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837 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 } }]INFOAug 05 02:51:24.837 |
| 7538 | 2026-08-05T02:51:26.301Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7539 | 2026-08-05T02:51:26.301Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7540 | 2026-08-05T02:51:26.301Z | |
| 7541 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837INFODEBG 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 } }] |
| 7542 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7543 | 2026-08-05T02:51:26.301Z | 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 |
| 7544 | 2026-08-05T02:51:26.301Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.837Aug 05 02:51:24.837 |
| 7545 | 2026-08-05T02:51:26.301Z | INFOAug 05 02:51:24.837 DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7546 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7547 | 2026-08-05T02:51:26.301Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7548 | 2026-08-05T02:51:26.301Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7549 | 2026-08-05T02:51:26.301Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 05 02:51:24.837Aug 05 02:51:24.837 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7550 | 2026-08-05T02:51:26.301Z | |
| 7551 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837 |
| 7552 | 2026-08-05T02:51:26.301Z | DEBGAug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837 DEBGINFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7553 | 2026-08-05T02:51:26.301Z | |
| 7554 | 2026-08-05T02:51:26.301Z | |
| 7555 | 2026-08-05T02:51:26.301Z | 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 } }] |
| 7556 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837 DEBG Aug 05 02:51:24.830replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.837 |
| 7557 | 2026-08-05T02:51:26.301Z | test route::tests::grow_succeeds ... ok |
| 7558 | 2026-08-05T02:51:26.301Z | DEBGAug 05 02:51:24.837Aug 05 02:51:24.837 WARN Aug 05 02:51:24.837 INFODEBGreplacing 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:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7559 | 2026-08-05T02:51:26.301Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7560 | 2026-08-05T02:51:26.301Z | INFO |
| 7561 | 2026-08-05T02:51:26.301Z | |
| 7562 | 2026-08-05T02:51:26.301Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7563 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837 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 } }] |
| 7564 | 2026-08-05T02:51:26.301Z | |
| 7565 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837 INFO Aug 05 02:51:24.843adding route 172.17.0.5/32 -> 10.0.0.255 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7566 | 2026-08-05T02:51:26.301Z | |
| 7567 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.843Aug 05 02:51:24.830 Aug 05 02:51:24.843DEBGDEBG DEBGcreated new freemap replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.843, |
| 7568 | 2026-08-05T02:51:26.301Z | unit:DEBG freemap_route_ipv6 |
| 7569 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.831 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.843 |
| 7570 | 2026-08-05T02:51:26.301Z | Aug 05 02:51:24.837INFOcreated new freemap Aug 05 02:51:24.843 INFO , DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit |
| 7571 | 2026-08-05T02:51:26.301Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffinitted freemap. size: 64:, |
| 7572 | 2026-08-05T02:51:26.301Z | freemap_route_ipv4unit: |
| 7573 | 2026-08-05T02:51:26.302Z | freemap_route_ipv4 |
| 7574 | 2026-08-05T02:51:26.302Z | Aug 05 02:51:24.843 DEBGAug 05 02:51:24.843 Aug 05 02:51:24.843INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.843 DEBG |
| 7575 | 2026-08-05T02:51:26.302Z | Aug 05 02:51:24.843DEBG DEBGcreated new freemapAug 05 02:51:24.838, unit reset freemap:DEBG freemap_route_ipv6 |
| 7576 | 2026-08-05T02:51:26.302Z | , created new freemapunitAug 05 02:51:24.843adding route 172.17.0.4/32 -> 10.0.0.255: 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 |
| 7577 | 2026-08-05T02:51:26.302Z | , Aug 05 02:51:24.843unit |
| 7578 | 2026-08-05T02:51:26.302Z | freemap_route_ipv4:DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 7579 | 2026-08-05T02:51:26.302Z | , freemap_route_ipv4unit |
| 7580 | 2026-08-05T02:51:26.302Z | Aug 05 02:51:24.843 : DEBGfreemap_route_ipv4 |
| 7581 | 2026-08-05T02:51:26.302Z | |
| 7582 | 2026-08-05T02:51:26.302Z | Aug 05 02:51:24.843 Aug 05 02:51:24.843INFOAug 05 02:51:24.843 Aug 05 02:51:24.843Aug 05 02:51:24.843 DEBGDEBGreplacing 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 } }] DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7583 | 2026-08-05T02:51:26.302Z | created new freemapinitted freemap. size: 64 |
| 7584 | 2026-08-05T02:51:26.302Z | , , DEBGunitunit reset freemap::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 } }], |
| 7585 | 2026-08-05T02:51:26.307Z | Aug 05 02:51:24.843Aug 05 02:51:24.843 unit DEBGfreemap_route_ipv6:INFO |
| 7586 | 2026-08-05T02:51:26.307Z | Aug 05 02:51:24.843freemap_route_ipv6freemap_route_ipv4 |
| 7587 | 2026-08-05T02:51:26.307Z | INFO |
| 7588 | 2026-08-05T02:51:26.307Z | Aug 05 02:51:24.843 Aug 05 02:51:24.843 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 DEBGAug 05 02:51:24.843 |
| 7589 | 2026-08-05T02:51:26.307Z | 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 DEBG reset freemapinitted freemap. size: 64, |
| 7590 | 2026-08-05T02:51:26.308Z | , unit |
| 7591 | 2026-08-05T02:51:26.308Z | unitinitted freemap. size: 64:, :unit :Aug 05 02:51:24.843Aug 05 02:51:24.843 freemap_route_ipv6freemap_route_ipv4 |
| 7592 | 2026-08-05T02:51:26.308Z | freemap_route_ipv6 |
| 7593 | 2026-08-05T02:51:26.308Z | |
| 7594 | 2026-08-05T02:51:26.308Z | DEBG Aug 05 02:51:24.843Aug 05 02:51:24.843replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.843DEBGINFOAug 05 02:51:24.843 DEBG reset freemapDEBG, unit adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]reset freemap |
| 7595 | 2026-08-05T02:51:26.308Z | : |
| 7596 | 2026-08-05T02:51:26.308Z | , |
| 7597 | 2026-08-05T02:51:26.308Z | INFO unit freemap_route_ipv6:Aug 05 02:51:24.843adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7598 | 2026-08-05T02:51:26.308Z | |
| 7599 | 2026-08-05T02:51:26.308Z | DEBGAug 05 02:51:24.843 freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:51:24.843 |
| 7600 | 2026-08-05T02:51:26.308Z | |
| 7601 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.843 DEBGAug 05 02:51:24.843 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 } }]INFOAug 05 02:51:24.843INFO Aug 05 02:51:24.843 |
| 7602 | 2026-08-05T02:51:26.308Z | adding route 172.16.0.0/32 -> 10.0.0.1 DEBG |
| 7603 | 2026-08-05T02:51:26.308Z | DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 05 02:51:24.843 |
| 7604 | 2026-08-05T02:51:26.308Z | |
| 7605 | 2026-08-05T02:51:26.308Z | INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7606 | 2026-08-05T02:51:26.308Z | |
| 7607 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.843 DEBG, unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.843Aug 05 02:51:24.843Aug 05 02:51:24.843 |
| 7608 | 2026-08-05T02:51:26.308Z | INFO : INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7609 | 2026-08-05T02:51:26.308Z | freemap_route_ipv6 |
| 7610 | 2026-08-05T02:51:26.308Z | DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7611 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.843 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 } }]INFOAug 05 02:51:24.843 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7612 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.843 |
| 7613 | 2026-08-05T02:51:26.308Z | DEBG DEBGreset freemapAug 05 02:51:24.844Aug 05 02:51:24.844 , DEBGINFO Aug 05 02:51:24.843unitreplacing 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 } }] |
| 7614 | 2026-08-05T02:51:26.308Z | adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }]: |
| 7615 | 2026-08-05T02:51:26.308Z | DEBG |
| 7616 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.844Aug 05 02:51:24.844replacing 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 } }] |
| 7617 | 2026-08-05T02:51:26.308Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 7618 | 2026-08-05T02:51:26.308Z | freemap_route_ipv6 Aug 05 02:51:24.844adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7619 | 2026-08-05T02:51:26.308Z | |
| 7620 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.844INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255Aug 05 02:51:24.844Aug 05 02:51:24.844 |
| 7621 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.844 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.844DEBG |
| 7622 | 2026-08-05T02:51:26.308Z | INFODEBG DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7623 | 2026-08-05T02:51:26.308Z | |
| 7624 | 2026-08-05T02:51:26.308Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7625 | 2026-08-05T02:51:26.308Z | |
| 7626 | 2026-08-05T02:51:26.308Z | Aug 05 02:51:24.844Aug 05 02:51:24.844 Aug 05 02:51:24.844INFOAug 05 02:51:24.844 Aug 05 02:51:24.844DEBG DEBGINFOINFO failed to allocate space for the new target listadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7627 | 2026-08-05T02:51:26.308Z | |
| 7628 | 2026-08-05T02:51:26.309Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7629 | 2026-08-05T02:51:26.309Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7630 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844adding route 172.17.0.8/32 -> 10.0.0.255Aug 05 02:51:24.844Aug 05 02:51:24.844 |
| 7631 | 2026-08-05T02:51:26.309Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.844 |
| 7632 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844DEBG |
| 7633 | 2026-08-05T02:51:26.309Z | 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 } }] Aug 05 02:51:24.844 |
| 7634 | 2026-08-05T02:51:26.309Z | 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 } }]DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.844replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7635 | 2026-08-05T02:51:26.309Z | INFO |
| 7636 | 2026-08-05T02:51:26.309Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7637 | 2026-08-05T02:51:26.309Z | |
| 7638 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844Aug 05 02:51:24.844 INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255Aug 05 02:51:24.844 |
| 7639 | 2026-08-05T02:51:26.309Z | INFOAug 05 02:51:24.844 adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:51:24.844adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7640 | 2026-08-05T02:51:26.309Z | DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7641 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844 |
| 7642 | 2026-08-05T02:51:26.309Z | 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 |
| 7643 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7644 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844INFO DEBGAug 05 02:51:24.844 Aug 05 02:51:24.844adding route 172.17.0.4/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 7645 | 2026-08-05T02:51:26.309Z | INFO |
| 7646 | 2026-08-05T02:51:26.309Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7647 | 2026-08-05T02:51:26.309Z | |
| 7648 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844 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 } }]Aug 05 02:51:24.844Aug 05 02:51:24.844 |
| 7649 | 2026-08-05T02:51:26.309Z | INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7650 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844replacing 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 } }] INFOAug 05 02:51:24.844 |
| 7651 | 2026-08-05T02:51:26.309Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7652 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGAug 05 02:51:24.844 |
| 7653 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844INFO 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 } }] |
| 7654 | 2026-08-05T02:51:26.309Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.844 |
| 7655 | 2026-08-05T02:51:26.309Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 7656 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844Aug 05 02:51:24.844 Aug 05 02:51:24.844 INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7657 | 2026-08-05T02:51:26.309Z | |
| 7658 | 2026-08-05T02:51:26.309Z | |
| 7659 | 2026-08-05T02:51:26.309Z | 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 } }] |
| 7660 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844Aug 05 02:51:24.844 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 } }]Aug 05 02:51:24.844 |
| 7661 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844 INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]WARN |
| 7662 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844adding route 3fff:beef:33::/64 -> 2001:db8::55:ffshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7663 | 2026-08-05T02:51:26.309Z | INFO |
| 7664 | 2026-08-05T02:51:26.309Z | Aug 05 02:51:24.844Aug 05 02:51:24.844 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7665 | 2026-08-05T02:51:26.309Z | |
| 7666 | 2026-08-05T02:51:26.309Z | 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 } }] |
| 7667 | 2026-08-05T02:51:26.310Z | Aug 05 02:51:24.844 Aug 05 02:51:24.844DEBGAug 05 02:51:24.844 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 |
| 7668 | 2026-08-05T02:51:26.310Z | 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:beef:34::/64 -> 2001:db8::55:ff |
| 7669 | 2026-08-05T02:51:26.310Z | |
| 7670 | 2026-08-05T02:51:26.310Z | Aug 05 02:51:24.844Aug 05 02:51:24.844 INFOINFOAug 05 02:51:24.844 adding route 172.17.0.8/32 -> 10.0.0.255 DEBG |
| 7671 | 2026-08-05T02:51:26.310Z | adding route 172.17.0.13/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 } }] |
| 7672 | 2026-08-05T02:51:26.310Z | |
| 7673 | 2026-08-05T02:51:26.310Z | Aug 05 02:51:24.844 DEBGAug 05 02:51:24.844 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 |
| 7674 | 2026-08-05T02:51:26.310Z | Aug 05 02:51:24.844adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7675 | 2026-08-05T02:51:26.310Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.844 |
| 7676 | 2026-08-05T02:51:26.310Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:51:24.844 |
| 7677 | 2026-08-05T02:51:26.310Z | INFOAug 05 02:51:24.844 adding route 172.17.0.14/32 -> 10.0.0.255Aug 05 02:51:24.844 |
| 7678 | 2026-08-05T02:51:26.310Z | Aug 05 02:51:24.844 DEBGAug 05 02:51:24.844 Aug 05 02:51:24.850 created new freemapDEBG Aug 05 02:51:24.844 created new freemap, DEBGunit: freemap_route_ipv4, DEBG |
| 7679 | 2026-08-05T02:51:26.310Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7680 | 2026-08-05T02:51:26.310Z | : freemap_route_ipv4DEBGAug 05 02:51:24.850 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 |
| 7681 | 2026-08-05T02:51:26.310Z | Aug 05 02:51:24.850 |
| 7682 | 2026-08-05T02:51:26.310Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 7683 | 2026-08-05T02:51:26.310Z | created new freemap, Aug 05 02:51:24.850Aug 05 02:51:24.850Aug 05 02:51:24.850 INFODEBG unit adding route 3fff:beef:36::/64 -> 2001:db8::55:ff:created new freemap |
| 7684 | 2026-08-05T02:51:26.310Z | , unitfreemap_route_ipv6: |
| 7685 | 2026-08-05T02:51:26.314Z | DEBG Aug 05 02:51:24.850freemap_route_ipv6 |
| 7686 | 2026-08-05T02:51:26.314Z | DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.850 |
| 7687 | 2026-08-05T02:51:26.314Z | DEBG Aug 05 02:51:24.850 |
| 7688 | 2026-08-05T02:51:26.314Z | initted freemap. size: 64 , Aug 05 02:51:24.850DEBGunit : INFO freemap_route_ipv4initted freemap. size: 64 |
| 7689 | 2026-08-05T02:51:26.314Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff, |
| 7690 | 2026-08-05T02:51:26.314Z | unit:Aug 05 02:51:24.850 Aug 05 02:51:24.850freemap_route_ipv4INFO |
| 7691 | 2026-08-05T02:51:26.314Z | Aug 05 02:51:24.850 DEBGDEBG reset freemapreplacing 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 } }], |
| 7692 | 2026-08-05T02:51:26.314Z | unitadding route 172.17.0.16/32 -> 10.0.0.255Aug 05 02:51:24.850 |
| 7693 | 2026-08-05T02:51:26.314Z | : DEBGfreemap_route_ipv4 |
| 7694 | 2026-08-05T02:51:26.314Z | reset freemap, Aug 05 02:51:24.850unit INFO: Aug 05 02:51:24.850freemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7695 | 2026-08-05T02:51:26.314Z | DEBG initted freemap. size: 64 |
| 7696 | 2026-08-05T02:51:26.314Z | Aug 05 02:51:24.850, unitAug 05 02:51:24.850: DEBGDEBGAug 05 02:51:24.850 DEBGfreemap_route_ipv6 |
| 7697 | 2026-08-05T02:51:26.314Z | initted freemap. size: 64 , replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7698 | 2026-08-05T02:51:26.314Z | :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 } }] Aug 05 02:51:24.850 |
| 7699 | 2026-08-05T02:51:26.314Z | DEBGfreemap_route_ipv6 |
| 7700 | 2026-08-05T02:51:26.314Z | reset freemap, Aug 05 02:51:24.850unit :INFO freemap_route_ipv6adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7701 | 2026-08-05T02:51:26.314Z | |
| 7702 | 2026-08-05T02:51:26.314Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 INFODEBGAug 05 02:51:24.850 reset freemapDEBGAug 05 02:51:24.850, 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 } }]INFOunit |
| 7703 | 2026-08-05T02:51:26.315Z | adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 7704 | 2026-08-05T02:51:26.315Z | freemap_route_ipv6 Aug 05 02:51:24.850 |
| 7705 | 2026-08-05T02:51:26.315Z | INFOadding route 172.17.0.17/32 -> 10.0.0.255 Aug 05 02:51:24.850adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 05 02:51:24.850 |
| 7706 | 2026-08-05T02:51:26.315Z | |
| 7707 | 2026-08-05T02:51:26.315Z | 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 |
| 7708 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7709 | 2026-08-05T02:51:26.315Z | DEBG Aug 05 02:51:24.850replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.850 |
| 7710 | 2026-08-05T02:51:26.315Z | DEBG DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7711 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850 |
| 7712 | 2026-08-05T02:51:26.315Z | INFOAug 05 02:51:24.850 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 7713 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7714 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:51:24.850 |
| 7715 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850replacing 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 } }] |
| 7716 | 2026-08-05T02:51:26.315Z | DEBG Aug 05 02:51:24.850INFO DEBGAug 05 02:51:24.850 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7717 | 2026-08-05T02:51:26.315Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7718 | 2026-08-05T02:51:26.315Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7719 | 2026-08-05T02:51:26.315Z | |
| 7720 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG |
| 7721 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850replacing 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 |
| 7722 | 2026-08-05T02:51:26.315Z | DEBGAug 05 02:51:24.850 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 |
| 7723 | 2026-08-05T02:51:26.315Z | |
| 7724 | 2026-08-05T02:51:26.315Z | DEBG Aug 05 02:51:24.850replacing 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 } }] |
| 7725 | 2026-08-05T02:51:26.315Z | INFOAug 05 02:51:24.850Aug 05 02:51:24.850 DEBGadding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 7726 | 2026-08-05T02:51:26.315Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7727 | 2026-08-05T02:51:26.315Z | |
| 7728 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850 Aug 05 02:51:24.850 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7729 | 2026-08-05T02:51:26.315Z | DEBG Aug 05 02:51:24.850replacing 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 } }] |
| 7730 | 2026-08-05T02:51:26.315Z | DEBG Aug 05 02:51:24.850replacing targets for 3fff:dead::/64 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 } }] Aug 05 02:51:24.850 |
| 7731 | 2026-08-05T02:51:26.315Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7732 | 2026-08-05T02:51:26.315Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7733 | 2026-08-05T02:51:26.315Z | |
| 7734 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 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:3, 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 } }] |
| 7735 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850 |
| 7736 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7737 | 2026-08-05T02:51:26.315Z | |
| 7738 | 2026-08-05T02:51:26.315Z | Aug 05 02:51:24.850created new freemapAug 05 02:51:24.850 Aug 05 02:51:24.850, unitINFODEBG: freemap_route_ipv4 |
| 7739 | 2026-08-05T02:51:26.315Z | 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 } }]DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 7740 | 2026-08-05T02:51:26.315Z | |
| 7741 | 2026-08-05T02:51:26.315Z | 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 } }] |
| 7742 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBG INFOcreated new freemap INFOadding route 172.17.0.13/32 -> 10.0.0.255, Aug 05 02:51:24.850 |
| 7743 | 2026-08-05T02:51:26.316Z | adding route 172.17.0.7/32 -> 10.0.0.255unit |
| 7744 | 2026-08-05T02:51:26.316Z | 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 } }]Aug 05 02:51:24.850: |
| 7745 | 2026-08-05T02:51:26.316Z | freemap_route_ipv6DEBG |
| 7746 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 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 |
| 7747 | 2026-08-05T02:51:26.316Z | INFO Aug 05 02:51:24.850 adding route 172.17.0.20/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.850 |
| 7748 | 2026-08-05T02:51:26.316Z | |
| 7749 | 2026-08-05T02:51:26.316Z | initted freemap. size: 64 , INFOunit :adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7750 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 freemap_route_ipv4DEBG |
| 7751 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850INFO 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 } }]DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 05 02:51:24.850 |
| 7752 | 2026-08-05T02:51:26.316Z | 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 |
| 7753 | 2026-08-05T02:51:26.316Z | |
| 7754 | 2026-08-05T02:51:26.316Z | reset freemapAug 05 02:51:24.850, unitAug 05 02:51:24.850: DEBGfreemap_route_ipv4 |
| 7755 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850 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 } }] |
| 7756 | 2026-08-05T02:51:26.316Z | adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 7757 | 2026-08-05T02:51:26.316Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 05 02:51:24.850 |
| 7758 | 2026-08-05T02:51:26.316Z | DEBGAug 05 02:51:24.850 initted freemap. size: 64INFOAug 05 02:51:24.850, unitadding route 172.17.0.9/32 -> 10.0.0.255 :Aug 05 02:51:24.850DEBG DEBG |
| 7759 | 2026-08-05T02:51:26.316Z | freemap_route_ipv6replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7760 | 2026-08-05T02:51:26.316Z | |
| 7761 | 2026-08-05T02:51:26.316Z | 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 } }] |
| 7762 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850 DEBG Aug 05 02:51:24.850replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.850 DEBG |
| 7763 | 2026-08-05T02:51:26.316Z | INFOAug 05 02:51:24.850 reset freemap INFOAug 05 02:51:24.850adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7764 | 2026-08-05T02:51:26.316Z | , unitadding route 172.17.0.16/32 -> 10.0.0.255: |
| 7765 | 2026-08-05T02:51:26.316Z | freemap_route_ipv6INFO |
| 7766 | 2026-08-05T02:51:26.316Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7767 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 DEBGAug 05 02:51:24.850DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.850 |
| 7768 | 2026-08-05T02:51:26.316Z | DEBG Aug 05 02:51:24.844 |
| 7769 | 2026-08-05T02:51:26.316Z | DEBG Aug 05 02:51:24.850created new freemapreplacing 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 |
| 7770 | 2026-08-05T02:51:26.316Z | INFO , adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 7771 | 2026-08-05T02:51:26.316Z | : |
| 7772 | 2026-08-05T02:51:26.316Z | freemap_route_ipv4Aug 05 02:51:24.850 |
| 7773 | 2026-08-05T02:51:26.316Z | INFO Aug 05 02:51:24.850adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7774 | 2026-08-05T02:51:26.316Z | INFOAug 05 02:51:24.850 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7775 | 2026-08-05T02:51:26.316Z | 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 } }] |
| 7776 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBGDEBG Aug 05 02:51:24.850created 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 |
| 7777 | 2026-08-05T02:51:26.316Z | :DEBG INFOfreemap_route_ipv6 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7778 | 2026-08-05T02:51:26.316Z | |
| 7779 | 2026-08-05T02:51:26.316Z | 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 } }] |
| 7780 | 2026-08-05T02:51:26.316Z | Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBGAug 05 02:51:24.850 Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBG INFODEBGreplacing 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 } }] |
| 7781 | 2026-08-05T02:51:26.316Z | INFO initted freemap. size: 64 adding route 172.17.0.12/32 -> 10.0.0.255, adding route 3fff:dead::/64 -> 2001:db8::55:2unitAug 05 02:51:24.850: |
| 7782 | 2026-08-05T02:51:26.317Z | INFO |
| 7783 | 2026-08-05T02:51:26.317Z | freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7784 | 2026-08-05T02:51:26.317Z | |
| 7785 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.850replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.850 DEBG |
| 7786 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Aug 05 02:51:24.850 |
| 7787 | 2026-08-05T02:51:26.321Z | DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap |
| 7788 | 2026-08-05T02:51:26.321Z | , Aug 05 02:51:24.850unitDEBG :Aug 05 02:51:24.850 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 } }]freemap_route_ipv4INFO |
| 7789 | 2026-08-05T02:51:26.321Z | |
| 7790 | 2026-08-05T02:51:26.321Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7791 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.850adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:51:24.850 Aug 05 02:51:24.850 |
| 7792 | 2026-08-05T02:51:26.321Z | DEBGINFO INFOinitted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255 , adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7793 | 2026-08-05T02:51:26.321Z | |
| 7794 | 2026-08-05T02:51:26.321Z | unit: Aug 05 02:51:24.850freemap_route_ipv6 DEBGAug 05 02:51:24.850 |
| 7795 | 2026-08-05T02:51:26.321Z | 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 } }] Aug 05 02:51:24.850Aug 05 02:51:24.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7796 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.851 Aug 05 02:51:24.850 DEBGDEBGAug 05 02:51:24.856 created new freemapreset freemapINFO, , unit unit::adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7797 | 2026-08-05T02:51:26.321Z | |
| 7798 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.856 DEBG Aug 05 02:51:24.856replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7799 | 2026-08-05T02:51:26.321Z | INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 freemap_route_ipv4replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7800 | 2026-08-05T02:51:26.321Z | |
| 7801 | 2026-08-05T02:51:26.321Z | |
| 7802 | 2026-08-05T02:51:26.321Z | freemap_route_ipv6 |
| 7803 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.856 Aug 05 02:51:24.856Aug 05 02:51:24.856 Aug 05 02:51:24.856DEBG 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 } }]INFODEBGDEBGAug 05 02:51:24.856 adding route 172.17.0.21/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 } }]created new freemap |
| 7804 | 2026-08-05T02:51:26.321Z | |
| 7805 | 2026-08-05T02:51:26.321Z | |
| 7806 | 2026-08-05T02:51:26.321Z | , unit:INFOAug 05 02:51:24.856 Aug 05 02:51:24.856 freemap_route_ipv6 INFO |
| 7807 | 2026-08-05T02:51:26.321Z | DEBGadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7808 | 2026-08-05T02:51:26.321Z | |
| 7809 | 2026-08-05T02:51:26.321Z | |
| 7810 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.856 Aug 05 02:51:24.856Aug 05 02:51:24.856 INFODEBG adding route 172.17.0.22/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 } }]DEBG |
| 7811 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.856 |
| 7812 | 2026-08-05T02:51:26.321Z | initted freemap. size: 64DEBG, unit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:51:24.856 |
| 7813 | 2026-08-05T02:51:26.321Z | freemap_route_ipv4INFOAug 05 02:51:24.856 |
| 7814 | 2026-08-05T02:51:26.321Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7815 | 2026-08-05T02:51:26.321Z | DEBG Aug 05 02:51:24.856replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.856 |
| 7816 | 2026-08-05T02:51:26.321Z | DEBG INFOreset freemap Aug 05 02:51:24.856, unitDEBG: Aug 05 02:51:24.856replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4INFO |
| 7817 | 2026-08-05T02:51:26.321Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7818 | 2026-08-05T02:51:26.321Z | |
| 7819 | 2026-08-05T02:51:26.321Z | |
| 7820 | 2026-08-05T02:51:26.321Z | Aug 05 02:51:24.856 DEBGAug 05 02:51:24.856Aug 05 02:51:24.856 initted freemap. size: 64DEBG , DEBGAug 05 02:51:24.856 unitreplacing 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 } }] |
| 7821 | 2026-08-05T02:51:26.321Z | 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 } }]: |
| 7822 | 2026-08-05T02:51:26.322Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7823 | 2026-08-05T02:51:26.322Z | freemap_route_ipv6Aug 05 02:51:24.856 |
| 7824 | 2026-08-05T02:51:26.322Z | INFO Aug 05 02:51:24.856adding route 172.17.0.24/32 -> 10.0.0.255Aug 05 02:51:24.856 |
| 7825 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856 DEBGDEBGINFO Aug 05 02:51:24.856 reset freemapDEBGreplacing 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 } }], |
| 7826 | 2026-08-05T02:51:26.322Z | unit:adding route 172.17.0.0/32 -> 10.0.0.255 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7827 | 2026-08-05T02:51:26.322Z | freemap_route_ipv6 |
| 7828 | 2026-08-05T02:51:26.322Z | |
| 7829 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856 INFOAug 05 02:51:24.856Aug 05 02:51:24.856 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:51:24.856 |
| 7830 | 2026-08-05T02:51:26.322Z | |
| 7831 | 2026-08-05T02:51:26.322Z | |
| 7832 | 2026-08-05T02:51:26.322Z | DEBG Aug 05 02:51:24.856Aug 05 02:51:24.856replacing 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 } }] |
| 7833 | 2026-08-05T02:51:26.322Z | 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 } }] |
| 7834 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856DEBGAug 05 02:51:24.856 Aug 05 02:51:24.856 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO |
| 7835 | 2026-08-05T02:51:26.322Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBGINFO Aug 05 02:51:24.856adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7836 | 2026-08-05T02:51:26.322Z | 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 } }] |
| 7837 | 2026-08-05T02:51:26.322Z | |
| 7838 | 2026-08-05T02:51:26.322Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:51:24.856 |
| 7839 | 2026-08-05T02:51:26.322Z | DEBGAug 05 02:51:24.856 Aug 05 02:51:24.856replacing 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 } }] |
| 7840 | 2026-08-05T02:51:26.322Z | 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 } }] |
| 7841 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7842 | 2026-08-05T02:51:26.322Z | 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 } }]Aug 05 02:51:24.856Aug 05 02:51:24.856 DEBGINFO |
| 7843 | 2026-08-05T02:51:26.322Z | 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.27/32 -> 10.0.0.255 |
| 7844 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856 INFO |
| 7845 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856Aug 05 02:51:24.856 INFOINFO Aug 05 02:51:24.856adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7846 | 2026-08-05T02:51:26.322Z | |
| 7847 | 2026-08-05T02:51:26.322Z | |
| 7848 | 2026-08-05T02:51:26.322Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7849 | 2026-08-05T02:51:26.322Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 7850 | 2026-08-05T02:51:26.322Z | DEBGAug 05 02:51:24.856Aug 05 02:51:24.856Aug 05 02:51:24.856 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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.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 |
| 7851 | 2026-08-05T02:51:26.322Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7852 | 2026-08-05T02:51:26.322Z | |
| 7853 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856 |
| 7854 | 2026-08-05T02:51:26.322Z | INFOAug 05 02:51:24.856 Aug 05 02:51:24.856adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7855 | 2026-08-05T02:51:26.322Z | INFOINFO Aug 05 02:51:24.856adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:51:24.856 |
| 7856 | 2026-08-05T02:51:26.322Z | adding route 172.17.0.3/32 -> 10.0.0.255 INFODEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7857 | 2026-08-05T02:51:26.322Z | |
| 7858 | 2026-08-05T02:51:26.322Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 05 02:51:24.856 |
| 7859 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856DEBG Aug 05 02:51:24.856DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7860 | 2026-08-05T02:51:26.322Z | adding route 172.17.0.29/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 } }] |
| 7861 | 2026-08-05T02:51:26.322Z | Aug 05 02:51:24.856Aug 05 02:51:24.851 |
| 7862 | 2026-08-05T02:51:26.323Z | 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 } }]DEBGAug 05 02:51:24.856Aug 05 02:51:24.856Aug 05 02:51:24.856 created new freemapINFO , |
| 7863 | 2026-08-05T02:51:26.323Z | DEBG unitadding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 7864 | 2026-08-05T02:51:26.323Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 05 02:51:24.856 |
| 7865 | 2026-08-05T02:51:26.323Z | Aug 05 02:51:24.856 INFODEBG Aug 05 02:51:24.857adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7866 | 2026-08-05T02:51:26.323Z | |
| 7867 | 2026-08-05T02:51:26.323Z | 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.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 } }]: |
| 7868 | 2026-08-05T02:51:26.323Z | |
| 7869 | 2026-08-05T02:51:26.323Z | Aug 05 02:51:24.857Aug 05 02:51:24.857 INFO freemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 7870 | 2026-08-05T02:51:26.323Z | |
| 7871 | 2026-08-05T02:51:26.323Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.857Aug 05 02:51:24.857 DEBG |
| 7872 | 2026-08-05T02:51:26.323Z | 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 } }]Aug 05 02:51:24.857adding route 172.17.0.5/32 -> 10.0.0.255 Aug 05 02:51:24.857DEBG |
| 7873 | 2026-08-05T02:51:26.323Z | created new freemap INFO , |
| 7874 | 2026-08-05T02:51:26.323Z | unitAug 05 02:51:24.857adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7875 | 2026-08-05T02:51:26.323Z | Aug 05 02:51:24.857:INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv6 |
| 7876 | 2026-08-05T02:51:26.323Z | |
| 7877 | 2026-08-05T02:51:26.323Z | Aug 05 02:51:24.857 adding route 172.17.0.2/32 -> 10.0.0.255 DEBG |
| 7878 | 2026-08-05T02:51:26.323Z | Aug 05 02:51:24.857replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.857Aug 05 02:51:24.857 |
| 7879 | 2026-08-05T02:51:26.323Z | DEBGDEBG 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 } }] |
| 7880 | 2026-08-05T02:51:26.323Z | 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 } }] |
| 7881 | 2026-08-05T02:51:26.323Z | Aug 05 02:51:24.857 Aug 05 02:51:24.857initted freemap. size: 64Aug 05 02:51:24.857, Aug 05 02:51:24.857unitINFO: INFOfreemap_route_ipv4 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7882 | 2026-08-05T02:51:26.323Z | DEBG |
| 7883 | 2026-08-05T02:51:26.323Z | adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7884 | 2026-08-05T02:51:26.323Z | |
| 7885 | 2026-08-05T02:51:26.327Z | Aug 05 02:51:24.857Aug 05 02:51:24.857 DEBGINFOAug 05 02:51:24.857DEBG DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.857 |
| 7886 | 2026-08-05T02:51:26.327Z | reset freemap |
| 7887 | 2026-08-05T02:51:26.327Z | , INFO unit adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:51:24.857 |
| 7888 | 2026-08-05T02:51:26.327Z | Aug 05 02:51:24.857:adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7889 | 2026-08-05T02:51:26.327Z | INFOINFO freemap_route_ipv4 adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7890 | 2026-08-05T02:51:26.327Z | |
| 7891 | 2026-08-05T02:51:26.327Z | |
| 7892 | 2026-08-05T02:51:26.327Z | Aug 05 02:51:24.857 Aug 05 02:51:24.857 Aug 05 02:51:24.857DEBG Aug 05 02:51:24.857DEBG DEBG Aug 05 02:51:24.857DEBGreplacing 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 } }] |
| 7893 | 2026-08-05T02:51:26.327Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7894 | 2026-08-05T02:51:26.327Z | 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 } }]initted freemap. size: 64 |
| 7895 | 2026-08-05T02:51:26.327Z | |
| 7896 | 2026-08-05T02:51:26.327Z | Aug 05 02:51:24.857 INFO, unitAug 05 02:51:24.857: Aug 05 02:51:24.857adding route 172.17.0.33/32 -> 10.0.0.255INFO freemap_route_ipv6 Aug 05 02:51:24.857 |
| 7897 | 2026-08-05T02:51:26.327Z | |
| 7898 | 2026-08-05T02:51:26.327Z | INFO INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 05 02:51:24.857 |
| 7899 | 2026-08-05T02:51:26.327Z | Aug 05 02:51:24.857 DEBG adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 172.17.0.4/32 -> 10.0.0.255 Aug 05 02:51:24.857replacing 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 } }] |
| 7900 | 2026-08-05T02:51:26.327Z | 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 } }]reset freemap |
| 7901 | 2026-08-05T02:51:26.327Z | , |
| 7902 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.857 |
| 7903 | 2026-08-05T02:51:26.328Z | INFOunit : adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6 |
| 7904 | 2026-08-05T02:51:26.328Z | |
| 7905 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.857 DEBGAug 05 02:51:24.857Aug 05 02:51:24.857 Aug 05 02:51:24.857 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 } }] DEBGINFOAug 05 02:51:24.857 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 7906 | 2026-08-05T02:51:26.328Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7907 | 2026-08-05T02:51:26.328Z | |
| 7908 | 2026-08-05T02:51:26.328Z | 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.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 } }] |
| 7909 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.857 |
| 7910 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863 INFOAug 05 02:51:24.850 DEBG DEBGcreated new freemapadding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:51:24.863 |
| 7911 | 2026-08-05T02:51:26.328Z | INFOAug 05 02:51:24.863, INFOunitadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7912 | 2026-08-05T02:51:26.328Z | : created new freemapfreemap_route_ipv4, |
| 7913 | 2026-08-05T02:51:26.328Z | unit:adding route 172.17.0.5/32 -> 10.0.0.255Aug 05 02:51:24.863Aug 05 02:51:24.863 |
| 7914 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863 freemap_route_ipv4DEBG |
| 7915 | 2026-08-05T02:51:26.328Z | DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7916 | 2026-08-05T02:51:26.328Z | |
| 7917 | 2026-08-05T02:51:26.328Z | , unitAug 05 02:51:24.863: Aug 05 02:51:24.863DEBGAug 05 02:51:24.863 freemap_route_ipv6INFODEBG |
| 7918 | 2026-08-05T02:51:26.328Z | adding route 172.17.0.9/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 } }]Aug 05 02:51:24.863 |
| 7919 | 2026-08-05T02:51:26.328Z | |
| 7920 | 2026-08-05T02:51:26.328Z | created new freemapAug 05 02:51:24.863, INFOunit Aug 05 02:51:24.863DEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO:initted freemap. size: 64Aug 05 02:51:24.863 , freemap_route_ipv6unit DEBG |
| 7921 | 2026-08-05T02:51:26.328Z | : |
| 7922 | 2026-08-05T02:51:26.328Z | adding route 172.17.0.6/32 -> 10.0.0.255 freemap_route_ipv4replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7923 | 2026-08-05T02:51:26.328Z | |
| 7924 | 2026-08-05T02:51:26.328Z | |
| 7925 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863Aug 05 02:51:24.863Aug 05 02:51:24.863 INFOAug 05 02:51:24.863 DEBG adding route 172.17.0.10/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 } }]DEBG |
| 7926 | 2026-08-05T02:51:26.328Z | |
| 7927 | 2026-08-05T02:51:26.328Z | reset freemapAug 05 02:51:24.863 , DEBGunit Aug 05 02:51:24.863initted freemap. size: 64:Aug 05 02:51:24.863 DEBG freemap_route_ipv4INFO |
| 7928 | 2026-08-05T02:51:26.328Z | test route::tests::same_size_non_subset_replace ... ok |
| 7929 | 2026-08-05T02:51:26.328Z | , 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7930 | 2026-08-05T02:51:26.328Z | |
| 7931 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863 DEBGunit replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.863: |
| 7932 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863 Aug 05 02:51:24.863 DEBGINFO Aug 05 02:51:24.863replacing 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 adding route 172.16.0.0/32 -> 10.0.0.2DEBGINFO |
| 7933 | 2026-08-05T02:51:26.328Z | |
| 7934 | 2026-08-05T02:51:26.328Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7935 | 2026-08-05T02:51:26.328Z | 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 } }]initted freemap. size: 64 |
| 7936 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863 |
| 7937 | 2026-08-05T02:51:26.328Z | Aug 05 02:51:24.863Aug 05 02:51:24.863 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 7938 | 2026-08-05T02:51:26.328Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.863 |
| 7939 | 2026-08-05T02:51:26.328Z | , unitadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7940 | 2026-08-05T02:51:26.328Z | : Aug 05 02:51:24.863 freemap_route_ipv6INFOAug 05 02:51:24.863 |
| 7941 | 2026-08-05T02:51:26.328Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7942 | 2026-08-05T02:51:26.329Z | DEBG Aug 05 02:51:24.863 DEBGDEBGAug 05 02:51:24.863 Aug 05 02:51:24.863 reset freemapDEBGreplacing 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 } }], |
| 7943 | 2026-08-05T02:51:26.329Z | unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]: |
| 7944 | 2026-08-05T02:51:26.329Z | freemap_route_ipv6 |
| 7945 | 2026-08-05T02:51:26.329Z | INFO Aug 05 02:51:24.863 Aug 05 02:51:24.863adding route 172.17.0.12/32 -> 10.0.0.255reset freemapAug 05 02:51:24.863 |
| 7946 | 2026-08-05T02:51:26.329Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.4Aug 05 02:51:24.863 |
| 7947 | 2026-08-05T02:51:26.329Z | , |
| 7948 | 2026-08-05T02:51:26.329Z | unit : DEBG freemap_route_ipv4Aug 05 02:51:24.863replacing 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 } }] |
| 7949 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.863 |
| 7950 | 2026-08-05T02:51:26.329Z | INFO DEBGDEBG Aug 05 02:51:24.863replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 7951 | 2026-08-05T02:51:26.329Z | DEBGAug 05 02:51:24.863 |
| 7952 | 2026-08-05T02:51:26.329Z | INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7953 | 2026-08-05T02:51:26.329Z | initted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255, Aug 05 02:51:24.863Aug 05 02:51:24.863 unitAug 05 02:51:24.863INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2: |
| 7954 | 2026-08-05T02:51:26.329Z | |
| 7955 | 2026-08-05T02:51:26.329Z | DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7956 | 2026-08-05T02:51:26.329Z | freemap_route_ipv6Aug 05 02:51:24.863 |
| 7957 | 2026-08-05T02:51:26.329Z | |
| 7958 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.863 DEBGDEBGAug 05 02:51:24.863 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7959 | 2026-08-05T02:51:26.329Z | INFO |
| 7960 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.863adding route 172.17.0.10/32 -> 10.0.0.255 DEBG |
| 7961 | 2026-08-05T02:51:26.329Z | reset freemapAug 05 02:51:24.863Aug 05 02:51:24.863 DEBGINFO , Aug 05 02:51:24.863unit DEBGadding route 172.17.0.14/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.3, 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 } }] |
| 7962 | 2026-08-05T02:51:26.329Z | |
| 7963 | 2026-08-05T02:51:26.329Z | |
| 7964 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.869 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 } }] |
| 7965 | 2026-08-05T02:51:26.329Z | freemap_route_ipv6 |
| 7966 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.869 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7967 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.869 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 05 02:51:24.869Aug 05 02:51:24.863 |
| 7968 | 2026-08-05T02:51:26.329Z | DEBG |
| 7969 | 2026-08-05T02:51:26.329Z | INFO 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 } }] |
| 7970 | 2026-08-05T02:51:26.329Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 05 02:51:24.869 |
| 7971 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.869DEBG Aug 05 02:51:24.869INFOreplacing 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.16/32 -> 10.0.0.255 |
| 7972 | 2026-08-05T02:51:26.329Z | |
| 7973 | 2026-08-05T02:51:26.329Z | INFOAug 05 02:51:24.869 Aug 05 02:51:24.869adding route 172.17.0.25/32 -> 10.0.0.255DEBGAug 05 02:51:24.869 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 } }] |
| 7974 | 2026-08-05T02:51:26.329Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 7975 | 2026-08-05T02:51:26.329Z | 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 } }] |
| 7976 | 2026-08-05T02:51:26.329Z | |
| 7977 | 2026-08-05T02:51:26.329Z | Aug 05 02:51:24.869Aug 05 02:51:24.869 Aug 05 02:51:24.869DEBGAug 05 02:51:24.869 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.869 |
| 7978 | 2026-08-05T02:51:26.329Z | adding route 172.17.0.38/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 } }] INFO |
| 7979 | 2026-08-05T02:51:26.329Z | DEBG |
| 7980 | 2026-08-05T02:51:26.329Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 05 02:51:24.869 |
| 7981 | 2026-08-05T02:51:26.330Z | INFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7982 | 2026-08-05T02:51:26.330Z | Aug 05 02:51:24.869 |
| 7983 | 2026-08-05T02:51:26.330Z | Aug 05 02:51:24.869 INFODEBGAug 05 02:51:24.869 Aug 05 02:51:24.869adding route 172.17.0.26/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 } }] |
| 7984 | 2026-08-05T02:51:26.330Z | DEBG Aug 05 02:51:24.869replacing 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 |
| 7985 | 2026-08-05T02:51:26.334Z | |
| 7986 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 05 02:51:24.869adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7987 | 2026-08-05T02:51:26.334Z | DEBGAug 05 02:51:24.869 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 } }] INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7988 | 2026-08-05T02:51:26.334Z | |
| 7989 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7990 | 2026-08-05T02:51:26.334Z | |
| 7991 | 2026-08-05T02:51:26.334Z | INFO Aug 05 02:51:24.869Aug 05 02:51:24.869adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7992 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869DEBG DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7993 | 2026-08-05T02:51:26.334Z | |
| 7994 | 2026-08-05T02:51:26.334Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.869 |
| 7995 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869Aug 05 02:51:24.869 Aug 05 02:51:24.869DEBG DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:51:24.869DEBG |
| 7996 | 2026-08-05T02:51:26.334Z | 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 } }] |
| 7997 | 2026-08-05T02:51:26.334Z | 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 |
| 7998 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869 |
| 7999 | 2026-08-05T02:51:26.334Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 8000 | 2026-08-05T02:51:26.334Z | DEBGAug 05 02:51:24.869 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.869INFO Aug 05 02:51:24.869 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 8001 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869 |
| 8002 | 2026-08-05T02:51:26.334Z | INFOAug 05 02:51:24.869 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.869INFO |
| 8003 | 2026-08-05T02:51:26.334Z | INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.28/32 -> 10.0.0.255 |
| 8004 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869replacing 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 } }] |
| 8005 | 2026-08-05T02:51:26.334Z | |
| 8006 | 2026-08-05T02:51:26.334Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 05 02:51:24.869 adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 8007 | 2026-08-05T02:51:26.334Z | |
| 8008 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869replacing 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 } }] |
| 8009 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869Aug 05 02:51:24.869 DEBGAug 05 02:51:24.869 INFODEBGINFO 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.41/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8010 | 2026-08-05T02:51:26.334Z | |
| 8011 | 2026-08-05T02:51:26.334Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 8012 | 2026-08-05T02:51:26.334Z | |
| 8013 | 2026-08-05T02:51:26.334Z | Aug 05 02:51:24.869 Aug 05 02:51:24.869DEBG Aug 05 02:51:24.869Aug 05 02:51:24.869 Aug 05 02:51:24.869replacing 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 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 8014 | 2026-08-05T02:51:26.334Z | adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 8015 | 2026-08-05T02:51:26.334Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8016 | 2026-08-05T02:51:26.334Z | |
| 8017 | 2026-08-05T02:51:26.334Z | |
| 8018 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870 INFOAug 05 02:51:24.870 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 8019 | 2026-08-05T02:51:26.335Z | 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 } }]Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870 |
| 8020 | 2026-08-05T02:51:26.335Z | DEBGDEBG INFO 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.42/32 -> 10.0.0.255 |
| 8021 | 2026-08-05T02:51:26.335Z | 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 } }] |
| 8022 | 2026-08-05T02:51:26.335Z | INFO Aug 05 02:51:24.870 |
| 8023 | 2026-08-05T02:51:26.335Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 05 02:51:24.870INFO |
| 8024 | 2026-08-05T02:51:26.335Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 8025 | 2026-08-05T02:51:26.335Z | INFO Aug 05 02:51:24.870adding route 172.17.0.19/32 -> 10.0.0.255Aug 05 02:51:24.870 |
| 8026 | 2026-08-05T02:51:26.335Z | INFO Aug 05 02:51:24.870DEBGAug 05 02:51:24.870adding route 172.17.0.30/32 -> 10.0.0.255 Aug 05 02:51:24.870DEBG |
| 8027 | 2026-08-05T02:51:26.335Z | 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 } }] DEBG |
| 8028 | 2026-08-05T02:51:26.335Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }] |
| 8029 | 2026-08-05T02:51:26.335Z | |
| 8030 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870 |
| 8031 | 2026-08-05T02:51:26.335Z | INFOAug 05 02:51:24.870 adding route 172.17.0.20/32 -> 10.0.0.255INFOAug 05 02:51:24.870 adding route 172.17.0.43/32 -> 10.0.0.255 |
| 8032 | 2026-08-05T02:51:26.335Z | |
| 8033 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 05 02:51:24.870 |
| 8034 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870 INFO Aug 05 02:51:24.870 DEBGDEBG 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 } }] 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 } }] |
| 8035 | 2026-08-05T02:51:26.335Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870 |
| 8036 | 2026-08-05T02:51:26.335Z | |
| 8037 | 2026-08-05T02:51:26.335Z | adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 8038 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870Aug 05 02:51:24.870 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 8039 | 2026-08-05T02:51:26.335Z | |
| 8040 | 2026-08-05T02:51:26.335Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 8041 | 2026-08-05T02:51:26.335Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:51:24.870 |
| 8042 | 2026-08-05T02:51:26.335Z | INFOAug 05 02:51:24.870 Aug 05 02:51:24.870adding route 172.17.0.24/32 -> 10.0.0.255 |
| 8043 | 2026-08-05T02:51:26.335Z | 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 } }] |
| 8044 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870 Aug 05 02:51:24.870replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870 |
| 8045 | 2026-08-05T02:51:26.335Z | 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 } }] Aug 05 02:51:24.870 |
| 8046 | 2026-08-05T02:51:26.335Z | DEBG INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 05 02:51:24.870 |
| 8047 | 2026-08-05T02:51:26.335Z | 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 } }]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 } }] |
| 8048 | 2026-08-05T02:51:26.335Z | |
| 8049 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870 adding route 172.17.0.32/32 -> 10.0.0.255DEBGAug 05 02:51:24.870 |
| 8050 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870INFO |
| 8051 | 2026-08-05T02:51:26.335Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:51:24.870INFO |
| 8052 | 2026-08-05T02:51:26.335Z | adding route 172.17.0.45/32 -> 10.0.0.255DEBG Aug 05 02:51:24.870adding route 172.17.0.32/32 -> 10.0.0.255 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 |
| 8053 | 2026-08-05T02:51:26.335Z | Aug 05 02:51:24.870 |
| 8054 | 2026-08-05T02:51:26.335Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 8055 | 2026-08-05T02:51:26.335Z | |
| 8056 | 2026-08-05T02:51:26.335Z | DEBGAug 05 02:51:24.870 Aug 05 02:51:24.870 Aug 05 02:51:24.870Aug 05 02:51:24.870 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 } }] 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 } }] |
| 8057 | 2026-08-05T02:51:26.336Z | INFO |
| 8058 | 2026-08-05T02:51:26.336Z | DEBG adding route 172.17.0.33/32 -> 10.0.0.255 |
| 8059 | 2026-08-05T02:51:26.336Z | 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.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 } }] |
| 8060 | 2026-08-05T02:51:26.336Z | |
| 8061 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870 Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870 DEBGINFO INFOadding route 172.17.0.46/32 -> 10.0.0.255Aug 05 02:51:24.870replacing 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 } }] |
| 8062 | 2026-08-05T02:51:26.336Z | INFO INFO |
| 8063 | 2026-08-05T02:51:26.336Z | adding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 8064 | 2026-08-05T02:51:26.336Z | |
| 8065 | 2026-08-05T02:51:26.336Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 8066 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870 DEBGDEBGAug 05 02:51:24.870 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 } }] |
| 8067 | 2026-08-05T02:51:26.336Z | DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870adding route 172.17.0.34/32 -> 10.0.0.255 |
| 8068 | 2026-08-05T02:51:26.336Z | |
| 8069 | 2026-08-05T02:51:26.336Z | |
| 8070 | 2026-08-05T02:51:26.336Z | INFO DEBGAug 05 02:51:24.870adding route 172.17.0.25/32 -> 10.0.0.255 |
| 8071 | 2026-08-05T02:51:26.336Z | DEBG Aug 05 02:51:24.870 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8072 | 2026-08-05T02:51:26.336Z | |
| 8073 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870INFOAug 05 02:51:24.870Aug 05 02:51:24.870 DEBGadding route 172.17.0.47/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870 |
| 8074 | 2026-08-05T02:51:26.336Z | |
| 8075 | 2026-08-05T02:51:26.336Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 8076 | 2026-08-05T02:51:26.336Z | INFO |
| 8077 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 8078 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870adding route 172.17.0.26/32 -> 10.0.0.255 DEBG |
| 8079 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870Aug 05 02:51:24.870 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 } }] DEBGDEBGAug 05 02:51:24.870 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 |
| 8080 | 2026-08-05T02:51:26.336Z | |
| 8081 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8082 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.870 DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8083 | 2026-08-05T02:51:26.336Z | |
| 8084 | 2026-08-05T02:51:26.336Z | Aug 05 02:51:24.876Aug 05 02:51:24.876adding route 172.17.0.28/32 -> 10.0.0.255 |
| 8085 | 2026-08-05T02:51:26.341Z | INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 Aug 05 02:51:24.870adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:51:24.876 |
| 8086 | 2026-08-05T02:51:26.341Z | |
| 8087 | 2026-08-05T02:51:26.341Z | 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 } }] |
| 8088 | 2026-08-05T02:51:26.341Z | INFO Aug 05 02:51:24.876 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 } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8089 | 2026-08-05T02:51:26.341Z | |
| 8090 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876Aug 05 02:51:24.876 INFODEBGAug 05 02:51:24.876 Aug 05 02:51:24.876adding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8091 | 2026-08-05T02:51:26.341Z | |
| 8092 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 8093 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876 |
| 8094 | 2026-08-05T02:51:26.341Z | INFODEBG Aug 05 02:51:24.876adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8095 | 2026-08-05T02:51:26.341Z | |
| 8096 | 2026-08-05T02:51:26.341Z | 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 } }] |
| 8097 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876 Aug 05 02:51:24.876DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8098 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8099 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876Aug 05 02:51:24.876Aug 05 02:51:24.876Aug 05 02:51:24.876 INFOINFOINFODEBG adding route 172.17.0.50/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 } }] |
| 8100 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 8101 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 8102 | 2026-08-05T02:51:26.341Z | |
| 8103 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876 Aug 05 02:51:24.876INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 8104 | 2026-08-05T02:51:26.341Z | 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 } }] |
| 8105 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876 Aug 05 02:51:24.876DEBG Aug 05 02:51:24.876DEBGAug 05 02:51:24.876 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 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 } }] |
| 8106 | 2026-08-05T02:51:26.341Z | |
| 8107 | 2026-08-05T02:51:26.341Z | INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8108 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:51:24.876 |
| 8109 | 2026-08-05T02:51:26.341Z | INFOAug 05 02:51:24.876 adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 8110 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 05 02:51:24.876 |
| 8111 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876 INFODEBG Aug 05 02:51:24.876adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876 |
| 8112 | 2026-08-05T02:51:26.341Z | DEBG |
| 8113 | 2026-08-05T02:51:26.341Z | DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876 Aug 05 02:51:24.876 |
| 8114 | 2026-08-05T02:51:26.341Z | INFO 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 } }] |
| 8115 | 2026-08-05T02:51:26.341Z | adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 8116 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876 |
| 8117 | 2026-08-05T02:51:26.341Z | Aug 05 02:51:24.876 INFODEBGAug 05 02:51:24.876 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 8118 | 2026-08-05T02:51:26.341Z | DEBGAug 05 02:51:24.876 Aug 05 02:51:24.876replacing 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 } }] |
| 8119 | 2026-08-05T02:51:26.341Z | 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 } }]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 } }] |
| 8120 | 2026-08-05T02:51:26.342Z | |
| 8121 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876INFO Aug 05 02:51:24.876 adding route 172.17.0.52/32 -> 10.0.0.255 DEBGINFO |
| 8122 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876 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.33/32 -> 10.0.0.255 |
| 8123 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876 |
| 8124 | 2026-08-05T02:51:26.342Z | DEBGINFO adding route 172.17.0.37/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 } }]Aug 05 02:51:24.876 |
| 8125 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876Aug 05 02:51:24.876 |
| 8126 | 2026-08-05T02:51:26.342Z | DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8127 | 2026-08-05T02:51:26.342Z | INFOAug 05 02:51:24.876 adding route 172.17.0.38/32 -> 10.0.0.255 Aug 05 02:51:24.876adding route 172.17.0.33/32 -> 10.0.0.255Aug 05 02:51:24.876DEBG 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 } }] |
| 8128 | 2026-08-05T02:51:26.342Z | |
| 8129 | 2026-08-05T02:51:26.342Z | adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 8130 | 2026-08-05T02:51:26.342Z | |
| 8131 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876Aug 05 02:51:24.876 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8132 | 2026-08-05T02:51:26.342Z | DEBG Aug 05 02:51:24.876INFO Aug 05 02:51:24.876DEBGadding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8133 | 2026-08-05T02:51:26.342Z | 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 } }] |
| 8134 | 2026-08-05T02:51:26.342Z | |
| 8135 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876DEBG Aug 05 02:51:24.876replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.876 DEBGINFO 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 } }] |
| 8136 | 2026-08-05T02:51:26.342Z | 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.35/32 -> 10.0.0.255 |
| 8137 | 2026-08-05T02:51:26.342Z | |
| 8138 | 2026-08-05T02:51:26.342Z | |
| 8139 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876Aug 05 02:51:24.876 INFOINFOAug 05 02:51:24.876Aug 05 02:51:24.876 adding route 172.17.0.54/32 -> 10.0.0.255Aug 05 02:51:24.876 |
| 8140 | 2026-08-05T02:51:26.342Z | INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 INFO |
| 8141 | 2026-08-05T02:51:26.342Z | 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 } }] |
| 8142 | 2026-08-05T02:51:26.342Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 05 02:51:24.876 |
| 8143 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876 DEBGDEBGadding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876Aug 05 02:51:24.876 |
| 8144 | 2026-08-05T02:51:26.342Z | INFO |
| 8145 | 2026-08-05T02:51:26.342Z | 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 } }] |
| 8146 | 2026-08-05T02:51:26.342Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 05 02:51:24.876replacing 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 } }] |
| 8147 | 2026-08-05T02:51:26.342Z | test route::tests::add_target_fails_full ... ok |
| 8148 | 2026-08-05T02:51:26.342Z | |
| 8149 | 2026-08-05T02:51:26.342Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8150 | 2026-08-05T02:51:26.342Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 8151 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876Aug 05 02:51:24.876 Aug 05 02:51:24.876INFODEBG 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 } }] |
| 8152 | 2026-08-05T02:51:26.342Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:51:24.869Aug 05 02:51:24.876replacing 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 } }] |
| 8153 | 2026-08-05T02:51:26.342Z | |
| 8154 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876Aug 05 02:51:24.876 INFOINFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 8155 | 2026-08-05T02:51:26.342Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:51:24.876 |
| 8156 | 2026-08-05T02:51:26.342Z | |
| 8157 | 2026-08-05T02:51:26.342Z | Aug 05 02:51:24.876Aug 05 02:51:24.876INFO |
| 8158 | 2026-08-05T02:51:26.342Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8159 | 2026-08-05T02:51:26.342Z | DEBGDEBG Aug 05 02:51:24.876replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.876Aug 05 02:51:24.876 |
| 8160 | 2026-08-05T02:51:26.343Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG 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 } }] |
| 8161 | 2026-08-05T02:51:26.343Z | |
| 8162 | 2026-08-05T02:51:26.343Z | DEBGAug 05 02:51:24.876 DEBGAug 05 02:51:24.876 Aug 05 02:51:24.876 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] INFOadding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 8163 | 2026-08-05T02:51:26.343Z | |
| 8164 | 2026-08-05T02:51:26.343Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 8165 | 2026-08-05T02:51:26.343Z | Aug 05 02:51:24.877 |
| 8166 | 2026-08-05T02:51:26.343Z | adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 8167 | 2026-08-05T02:51:26.343Z | Aug 05 02:51:24.877Aug 05 02:51:24.877 Aug 05 02:51:24.877Aug 05 02:51:24.877adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 8168 | 2026-08-05T02:51:26.343Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877 |
| 8169 | 2026-08-05T02:51:26.343Z | 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 } }]INFOAug 05 02:51:24.877 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8170 | 2026-08-05T02:51:26.343Z | Aug 05 02:51:24.877DEBG 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 } }] |
| 8171 | 2026-08-05T02:51:26.343Z | 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 } }]INFOINFOAug 05 02:51:24.877 adding route 172.17.0.39/32 -> 10.0.0.255 |
| 8172 | 2026-08-05T02:51:26.343Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 8173 | 2026-08-05T02:51:26.343Z | |
| 8174 | 2026-08-05T02:51:26.343Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 8175 | 2026-08-05T02:51:26.343Z | |
| 8176 | 2026-08-05T02:51:26.343Z | Aug 05 02:51:24.877Aug 05 02:51:24.877 DEBG Aug 05 02:51:24.877 Aug 05 02:51:24.877INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.877adding route 172.17.0.42/32 -> 10.0.0.255 |
| 8177 | 2026-08-05T02:51:26.343Z | |
| 8178 | 2026-08-05T02:51:26.343Z | DEBGAug 05 02:51:24.877INFODEBGAug 05 02:51:24.877 Aug 05 02:51:24.877adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 8179 | 2026-08-05T02:51:26.343Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 8180 | 2026-08-05T02:51:26.343Z | |
| 8181 | 2026-08-05T02:51:26.343Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.877 |
| 8182 | 2026-08-05T02:51:26.343Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877DEBG 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 } }]Aug 05 02:51:24.877 |
| 8183 | 2026-08-05T02:51:26.343Z | |
| 8184 | 2026-08-05T02:51:26.343Z | Aug 05 02:51:24.877 INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877 Aug 05 02:51:24.877 INFOINFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 8185 | 2026-08-05T02:51:26.347Z | |
| 8186 | 2026-08-05T02:51:26.347Z | 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 } }] adding route 172.17.0.41/32 -> 10.0.0.255 |
| 8187 | 2026-08-05T02:51:26.347Z | |
| 8188 | 2026-08-05T02:51:26.347Z | Aug 05 02:51:24.877adding route 172.17.0.38/32 -> 10.0.0.255 |
| 8189 | 2026-08-05T02:51:26.347Z | adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 8190 | 2026-08-05T02:51:26.347Z | Aug 05 02:51:24.877 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877Aug 05 02:51:24.877Aug 05 02:51:24.877 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 } }]DEBG |
| 8191 | 2026-08-05T02:51:26.348Z | DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877 |
| 8192 | 2026-08-05T02:51:26.348Z | |
| 8193 | 2026-08-05T02:51:26.348Z | 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 } }] |
| 8194 | 2026-08-05T02:51:26.348Z | INFOINFOAug 05 02:51:24.877 Aug 05 02:51:24.877Aug 05 02:51:24.877 Aug 05 02:51:24.877adding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.17.0.42/32 -> 10.0.0.255INFOINFOINFO |
| 8195 | 2026-08-05T02:51:26.348Z | |
| 8196 | 2026-08-05T02:51:26.348Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 8197 | 2026-08-05T02:51:26.348Z | |
| 8198 | 2026-08-05T02:51:26.348Z | adding route 172.17.0.39/32 -> 10.0.0.255INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8199 | 2026-08-05T02:51:26.348Z | |
| 8200 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.877Aug 05 02:51:24.877Aug 05 02:51:24.877 DEBG DEBGAug 05 02:51:24.877 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8201 | 2026-08-05T02:51:26.348Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 8202 | 2026-08-05T02:51:26.348Z | DEBG Aug 05 02:51:24.884replacing 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 } }] |
| 8203 | 2026-08-05T02:51:26.348Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8204 | 2026-08-05T02:51:26.348Z | |
| 8205 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884Aug 05 02:51:24.877 INFOAug 05 02:51:24.884 DEBG adding route 172.17.0.45/32 -> 10.0.0.255 |
| 8206 | 2026-08-05T02:51:26.348Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8207 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.884INFO |
| 8208 | 2026-08-05T02:51:26.348Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8209 | 2026-08-05T02:51:26.348Z | |
| 8210 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884 Aug 05 02:51:24.884INFO Aug 05 02:51:24.884Aug 05 02:51:24.884 INFODEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 8211 | 2026-08-05T02:51:26.348Z | 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 } }] INFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 8212 | 2026-08-05T02:51:26.348Z | |
| 8213 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884adding route 172.17.0.46/32 -> 10.0.0.255 |
| 8214 | 2026-08-05T02:51:26.348Z | DEBG Aug 05 02:51:24.884Aug 05 02:51:24.884 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8215 | 2026-08-05T02:51:26.348Z | INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8216 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8217 | 2026-08-05T02:51:26.348Z | DEBG Aug 05 02:51:24.884replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.884INFO |
| 8218 | 2026-08-05T02:51:26.348Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255Aug 05 02:51:24.884 |
| 8219 | 2026-08-05T02:51:26.348Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 8220 | 2026-08-05T02:51:26.348Z | 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 } }]Aug 05 02:51:24.884 |
| 8221 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884 Aug 05 02:51:24.884INFODEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8222 | 2026-08-05T02:51:26.348Z | adding route 172.17.0.47/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 } }] |
| 8223 | 2026-08-05T02:51:26.348Z | |
| 8224 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 INFOINFOAug 05 02:51:24.884Aug 05 02:51:24.884 adding route 172.17.0.45/32 -> 10.0.0.255INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255 |
| 8225 | 2026-08-05T02:51:26.348Z | |
| 8226 | 2026-08-05T02:51:26.348Z | 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 } }] |
| 8227 | 2026-08-05T02:51:26.348Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 05 02:51:24.884 |
| 8228 | 2026-08-05T02:51:26.348Z | DEBG Aug 05 02:51:24.884replacing 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 } }] |
| 8229 | 2026-08-05T02:51:26.348Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 DEBG DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8230 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8231 | 2026-08-05T02:51:26.349Z | |
| 8232 | 2026-08-05T02:51:26.349Z | INFOAug 05 02:51:24.884Aug 05 02:51:24.884 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255Aug 05 02:51:24.884 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 } }] |
| 8233 | 2026-08-05T02:51:26.349Z | |
| 8234 | 2026-08-05T02:51:26.349Z | DEBG adding route 172.17.0.46/32 -> 10.0.0.255failed to allocate space for the new target list |
| 8235 | 2026-08-05T02:51:26.349Z | |
| 8236 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8237 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884 |
| 8238 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884DEBG DEBGAug 05 02:51:24.884Aug 05 02:51:24.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }] |
| 8239 | 2026-08-05T02:51:26.349Z | INFO |
| 8240 | 2026-08-05T02:51:26.349Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:51:24.884DEBG DEBG |
| 8241 | 2026-08-05T02:51:26.349Z | 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 } }]failed to allocate space for the new target list |
| 8242 | 2026-08-05T02:51:26.349Z | |
| 8243 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884 INFO Aug 05 02:51:24.884Aug 05 02:51:24.884 DEBGadding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 8244 | 2026-08-05T02:51:26.349Z | test route::tests::delete_targets_full ... ok |
| 8245 | 2026-08-05T02:51:26.349Z | adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8246 | 2026-08-05T02:51:26.349Z | |
| 8247 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884INFODEBG adding route 172.17.0.45/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 } }] |
| 8248 | 2026-08-05T02:51:26.349Z | DEBG |
| 8249 | 2026-08-05T02:51:26.349Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.884 Aug 05 02:51:24.884DEBG INFO |
| 8250 | 2026-08-05T02:51:26.349Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8251 | 2026-08-05T02:51:26.349Z | |
| 8252 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884INFO adding route 172.17.0.46/32 -> 10.0.0.255INFODEBG |
| 8253 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884 INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8254 | 2026-08-05T02:51:26.349Z | |
| 8255 | 2026-08-05T02:51:26.349Z | 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 } }]Aug 05 02:51:24.884 |
| 8256 | 2026-08-05T02:51:26.349Z | test route::tests::delete_targets_fragmented ... ok |
| 8257 | 2026-08-05T02:51:26.349Z | 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 } }]Aug 05 02:51:24.884 |
| 8258 | 2026-08-05T02:51:26.349Z | test route::tests::delete_target_full ... ok |
| 8259 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 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 } }]INFO |
| 8260 | 2026-08-05T02:51:26.349Z | DEBGAug 05 02:51:24.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO |
| 8261 | 2026-08-05T02:51:26.349Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8262 | 2026-08-05T02:51:26.349Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8263 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884 INFOAug 05 02:51:24.884 Aug 05 02:51:24.884DEBG Aug 05 02:51:24.884adding route 172.17.0.52/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] |
| 8264 | 2026-08-05T02:51:26.349Z | |
| 8265 | 2026-08-05T02:51:26.349Z | DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8266 | 2026-08-05T02:51:26.349Z | |
| 8267 | 2026-08-05T02:51:26.349Z | Aug 05 02:51:24.884 DEBG Aug 05 02:51:24.884replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.884 |
| 8268 | 2026-08-05T02:51:26.349Z | INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:51:24.884adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8269 | 2026-08-05T02:51:26.349Z | |
| 8270 | 2026-08-05T02:51:26.350Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8271 | 2026-08-05T02:51:26.350Z | Aug 05 02:51:24.884 Aug 05 02:51:24.884DEBG DEBGAug 05 02:51:24.884 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.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8272 | 2026-08-05T02:51:26.350Z | |
| 8273 | 2026-08-05T02:51:26.350Z | 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 } }] |
| 8274 | 2026-08-05T02:51:26.350Z | Aug 05 02:51:24.884 INFOAug 05 02:51:24.884Aug 05 02:51:24.884 adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 8275 | 2026-08-05T02:51:26.350Z | adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 8276 | 2026-08-05T02:51:26.350Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8277 | 2026-08-05T02:51:26.350Z | Aug 05 02:51:24.884 DEBG Aug 05 02:51:24.884replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.884DEBG |
| 8278 | 2026-08-05T02:51:26.350Z | DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8279 | 2026-08-05T02:51:26.350Z | Aug 05 02:51:24.884 |
| 8280 | 2026-08-05T02:51:26.350Z | INFO Aug 05 02:51:24.884adding route 172.17.0.52/32 -> 10.0.0.255 Aug 05 02:51:24.884INFO |
| 8281 | 2026-08-05T02:51:26.350Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8282 | 2026-08-05T02:51:26.350Z | Aug 05 02:51:24.884 |
| 8283 | 2026-08-05T02:51:26.350Z | 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 } }] |
| 8284 | 2026-08-05T02:51:26.350Z | Aug 05 02:51:24.884 Aug 05 02:51:24.884 DEBGAug 05 02:51:24.884DEBG INFO 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.53/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 } }] |
| 8285 | 2026-08-05T02:51:26.354Z | |
| 8286 | 2026-08-05T02:51:26.354Z | |
| 8287 | 2026-08-05T02:51:26.354Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884 INFODEBG INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 8288 | 2026-08-05T02:51:26.354Z | adding route 172.17.0.51/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 } }] |
| 8289 | 2026-08-05T02:51:26.354Z | |
| 8290 | 2026-08-05T02:51:26.354Z | Aug 05 02:51:24.884 DEBGAug 05 02:51:24.884 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 |
| 8291 | 2026-08-05T02:51:26.354Z | Aug 05 02:51:24.884adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8292 | 2026-08-05T02:51:26.354Z | DEBGAug 05 02:51:24.884 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 } }] Aug 05 02:51:24.884adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8293 | 2026-08-05T02:51:26.354Z | |
| 8294 | 2026-08-05T02:51:26.354Z | 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 } }] |
| 8295 | 2026-08-05T02:51:26.354Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 8296 | 2026-08-05T02:51:26.354Z | |
| 8297 | 2026-08-05T02:51:26.354Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8298 | 2026-08-05T02:51:26.354Z | Aug 05 02:51:24.884 DEBGAug 05 02:51:24.884 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.884INFO |
| 8299 | 2026-08-05T02:51:26.354Z | adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 8300 | 2026-08-05T02:51:26.355Z | 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 } }] |
| 8301 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.884 INFOAug 05 02:51:24.884 adding route 172.17.0.53/32 -> 10.0.0.255Aug 05 02:51:24.884 |
| 8302 | 2026-08-05T02:51:26.355Z | DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8303 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.884 |
| 8304 | 2026-08-05T02:51:26.355Z | 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 } }] |
| 8305 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.884Aug 05 02:51:24.884 DEBGAug 05 02:51:24.884INFO 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.59/32 -> 10.0.0.255 |
| 8306 | 2026-08-05T02:51:26.355Z | |
| 8307 | 2026-08-05T02:51:26.355Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8308 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.884 Aug 05 02:51:24.884INFO DEBGAug 05 02:51:24.884adding route 172.17.0.57/32 -> 10.0.0.255 DEBG |
| 8309 | 2026-08-05T02:51:26.355Z | 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 } }] |
| 8310 | 2026-08-05T02:51:26.355Z | 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 } }] |
| 8311 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.884 Aug 05 02:51:24.884DEBGAug 05 02:51:24.884 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8312 | 2026-08-05T02:51:26.355Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255Aug 05 02:51:24.885 |
| 8313 | 2026-08-05T02:51:26.355Z | |
| 8314 | 2026-08-05T02:51:26.355Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8315 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.885 Aug 05 02:51:24.885DEBG Aug 05 02:51:24.885replacing 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 } }] |
| 8316 | 2026-08-05T02:51:26.355Z | DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 8317 | 2026-08-05T02:51:26.355Z | |
| 8318 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.877 Aug 05 02:51:24.885DEBG DEBGAug 05 02:51:24.891Aug 05 02:51:24.891 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 INFOfailed to allocate space for the new target list |
| 8319 | 2026-08-05T02:51:26.355Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8320 | 2026-08-05T02:51:26.355Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8321 | 2026-08-05T02:51:26.355Z | |
| 8322 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.891 Aug 05 02:51:24.891Aug 05 02:51:24.891 INFOAug 05 02:51:24.891DEBG 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 |
| 8323 | 2026-08-05T02:51:26.355Z | replacing targets for 172.16.0.0/32 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 } }] |
| 8324 | 2026-08-05T02:51:26.355Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 8325 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.891replacing 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 |
| 8326 | 2026-08-05T02:51:26.355Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 05 02:51:24.891 |
| 8327 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.891DEBG INFOAug 05 02:51:24.891 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8328 | 2026-08-05T02:51:26.355Z | |
| 8329 | 2026-08-05T02:51:26.355Z | 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 } }] |
| 8330 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.891Aug 05 02:51:24.891 Aug 05 02:51:24.891DEBG INFO 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 } }] adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8331 | 2026-08-05T02:51:26.355Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8332 | 2026-08-05T02:51:26.355Z | |
| 8333 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.891Aug 05 02:51:24.891 Aug 05 02:51:24.891DEBG failed to allocate space for the new target listDEBG |
| 8334 | 2026-08-05T02:51:26.355Z | 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.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 } }] |
| 8335 | 2026-08-05T02:51:26.355Z | |
| 8336 | 2026-08-05T02:51:26.355Z | Aug 05 02:51:24.891 DEBGAug 05 02:51:24.891Aug 05 02:51:24.891 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.2, vlan_id: None } }] |
| 8337 | 2026-08-05T02:51:26.355Z | adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8338 | 2026-08-05T02:51:26.356Z | |
| 8339 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891Aug 05 02:51:24.891 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8340 | 2026-08-05T02:51:26.356Z | |
| 8341 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891Aug 05 02:51:24.891 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 8342 | 2026-08-05T02:51:26.356Z | |
| 8343 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891Aug 05 02:51:24.891 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 } }] |
| 8344 | 2026-08-05T02:51:26.356Z | 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 } }] |
| 8345 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891Aug 05 02:51:24.891 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8346 | 2026-08-05T02:51:26.356Z | test route::tests::delete_target_fragmented ... ok |
| 8347 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891adding route 172.17.0.61/32 -> 10.0.0.255 |
| 8348 | 2026-08-05T02:51:26.356Z | 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 } }] |
| 8349 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.891 |
| 8350 | 2026-08-05T02:51:26.356Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8351 | 2026-08-05T02:51:26.356Z | |
| 8352 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 05 02:51:24.891 |
| 8353 | 2026-08-05T02:51:26.356Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 8354 | 2026-08-05T02:51:26.356Z | 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 } }] |
| 8355 | 2026-08-05T02:51:26.356Z | |
| 8356 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }]Aug 05 02:51:24.891 |
| 8357 | 2026-08-05T02:51:26.356Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8358 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 DEBG failed to allocate space for the new target listAug 05 02:51:24.891 |
| 8359 | 2026-08-05T02:51:26.356Z | 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 } }] |
| 8360 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:51:24.891 |
| 8361 | 2026-08-05T02:51:26.356Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8362 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8363 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8364 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8365 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8366 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8367 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8368 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8369 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8370 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8371 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8372 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8373 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8374 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8375 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8376 | 2026-08-05T02:51:26.356Z | Aug 05 02:51:24.891 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 } }] |
| 8377 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.891 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8378 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.891 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 } }] |
| 8379 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.897 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8380 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.897 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 } }] |
| 8381 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.897 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8382 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.897 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 } }] |
| 8383 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.897 DEBG failed to allocate space for the new target list |
| 8384 | 2026-08-05T02:51:26.357Z | Aug 05 02:51:24.897 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 } }] |
| 8385 | 2026-08-05T02:51:26.360Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-465a73f0f570ecd0) |
| 8386 | 2026-08-05T02:51:26.360Z | |
| 8387 | 2026-08-05T02:51:26.360Z | running 0 tests |
| 8388 | 2026-08-05T02:51:26.360Z | |
| 8389 | 2026-08-05T02:51:26.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8390 | 2026-08-05T02:51:26.360Z | |
| 8391 | 2026-08-05T02:51:26.360Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e917dc1deef0ef30) |
| 8392 | 2026-08-05T02:51:26.360Z | |
| 8393 | 2026-08-05T02:51:26.361Z | running 0 tests |
| 8394 | 2026-08-05T02:51:26.361Z | |
| 8395 | 2026-08-05T02:51:26.361Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8396 | 2026-08-05T02:51:26.361Z | |
| 8397 | 2026-08-05T02:51:26.361Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ce73ae2301e235f7) |
| 8398 | 2026-08-05T02:51:26.361Z | |
| 8399 | 2026-08-05T02:51:26.361Z | running 6 tests |
| 8400 | 2026-08-05T02:51:26.361Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 8401 | 2026-08-05T02:51:26.361Z | test tests::test_full_lot_id_both_present ... ok |
| 8402 | 2026-08-05T02:51:26.361Z | test tests::test_full_lot_id_lot_only ... ok |
| 8403 | 2026-08-05T02:51:26.361Z | test tests::test_full_lot_id_neither_present ... ok |
| 8404 | 2026-08-05T02:51:26.361Z | test tests::test_port_id_cmp ... ok |
| 8405 | 2026-08-05T02:51:26.361Z | test tests::test_parse_client_port_id ... ok |
| 8406 | 2026-08-05T02:51:26.361Z | |
| 8407 | 2026-08-05T02:51:26.361Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8408 | 2026-08-05T02:51:26.361Z | |
| 8409 | 2026-08-05T02:51:26.361Z | Running tests/test_all.rs (target/debug/deps/test_all-5f7f103a2012be38) |
| 8410 | 2026-08-05T02:51:26.361Z | |
| 8411 | 2026-08-05T02:51:26.361Z | running 0 tests |
| 8412 | 2026-08-05T02:51:26.361Z | |
| 8413 | 2026-08-05T02:51:26.361Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8414 | 2026-08-05T02:51:26.361Z | |
| 8415 | 2026-08-05T02:51:26.361Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-80b4ca4f6dee5785) |
| 8416 | 2026-08-05T02:51:26.364Z | |
| 8417 | 2026-08-05T02:51:26.364Z | running 0 tests |
| 8418 | 2026-08-05T02:51:26.364Z | |
| 8419 | 2026-08-05T02:51:26.364Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8420 | 2026-08-05T02:51:26.364Z | |
| 8421 | 2026-08-05T02:51:26.364Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7d11980ae03464be) |
| 8422 | 2026-08-05T02:51:26.367Z | |
| 8423 | 2026-08-05T02:51:26.367Z | running 0 tests |
| 8424 | 2026-08-05T02:51:26.367Z | |
| 8425 | 2026-08-05T02:51:26.367Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8426 | 2026-08-05T02:51:26.367Z | |
| 8427 | 2026-08-05T02:51:26.370Z | Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165) |
| 8428 | 2026-08-05T02:51:26.373Z | |
| 8429 | 2026-08-05T02:51:26.373Z | running 12 tests |
| 8430 | 2026-08-05T02:51:26.377Z | test icmp::test_v6_checksum ... ok |
| 8431 | 2026-08-05T02:51:26.377Z | test icmp::test_v4_checksum ... ok |
| 8432 | 2026-08-05T02:51:26.377Z | test lldp::test_lldp_parse ... ok |
| 8433 | 2026-08-05T02:51:26.377Z | test ipv6::test_ipv6_parse ... ok |
| 8434 | 2026-08-05T02:51:26.377Z | test pbuf::test_byte ... ok |
| 8435 | 2026-08-05T02:51:26.377Z | test pbuf::test_overflow ... ok |
| 8436 | 2026-08-05T02:51:26.377Z | test pbuf::test_short ... ok |
| 8437 | 2026-08-05T02:51:26.377Z | test pbuf::test_nibble ... ok |
| 8438 | 2026-08-05T02:51:26.377Z | test pbuf::test_twelve ... ok |
| 8439 | 2026-08-05T02:51:26.377Z | test pbuf::test_word ... ok |
| 8440 | 2026-08-05T02:51:26.377Z | test tcp::test_checksum_syn_nodata ... ok |
| 8441 | 2026-08-05T02:51:26.377Z | test tcp::test_checksum_ack_data ... ok |
| 8442 | 2026-08-05T02:51:26.377Z | |
| 8443 | 2026-08-05T02:51:26.377Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8444 | 2026-08-05T02:51:26.377Z | |
| 8445 | 2026-08-05T02:51:26.377Z | Running unittests src/lib.rs (target/debug/deps/pcap-420dba5f7b63513f) |
| 8446 | 2026-08-05T02:51:26.380Z | |
| 8447 | 2026-08-05T02:51:26.381Z | running 0 tests |
| 8448 | 2026-08-05T02:51:26.381Z | |
| 8449 | 2026-08-05T02:51:26.381Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8450 | 2026-08-05T02:51:26.381Z | |
| 8451 | 2026-08-05T02:51:26.383Z | Running unittests src/main.rs (target/debug/deps/swadm-1b7dc682135e9a20) |
| 8452 | 2026-08-05T02:51:26.390Z | |
| 8453 | 2026-08-05T02:51:26.390Z | running 5 tests |
| 8454 | 2026-08-05T02:51:26.393Z | test switchport::test::test_compute_lanes ... ok |
| 8455 | 2026-08-05T02:51:26.396Z | test switchport::test::port_id_ordering ... ok |
| 8456 | 2026-08-05T02:51:26.396Z | test link::test_filter ... ok |
| 8457 | 2026-08-05T02:51:26.399Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8458 | 2026-08-05T02:51:26.399Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8459 | 2026-08-05T02:51:26.399Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8460 | 2026-08-05T02:51:26.399Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8461 | 2026-08-05T02:51:26.399Z | Tx Enabled: Yes Yes Yes Yes |
| 8462 | 2026-08-05T02:51:26.399Z | Tx Loss-of-lock: No Lane 0 No No No |
| 8463 | 2026-08-05T02:51:26.399Z | Lane 1 Tx Loss-of-signal: No Lane 2 No Lane 3No No |
| 8464 | 2026-08-05T02:51:26.399Z | |
| 8465 | 2026-08-05T02:51:26.399Z | Tx CDR Enabled: No No No State: Activated No |
| 8466 | 2026-08-05T02:51:26.399Z | Activated Tx Adaptive EQ Fault: No Activated NoActivated |
| 8467 | 2026-08-05T02:51:26.399Z | No Rx Output Enabled: falseNo |
| 8468 | 2026-08-05T02:51:26.400Z | false false Tx Fault: Yes false |
| 8469 | 2026-08-05T02:51:26.400Z | Yes Rx Output Status: valid Yes validYes |
| 8470 | 2026-08-05T02:51:26.400Z | valid valid |
| 8471 | 2026-08-05T02:51:26.400Z | Rx Loss-of-lock: true true true true |
| 8472 | 2026-08-05T02:51:26.400Z | Rx Loss-of-signal: false false false false |
| 8473 | 2026-08-05T02:51:26.400Z | Rx Auto-squelch Disable: true true true true |
| 8474 | 2026-08-05T02:51:26.400Z | Tx Output Enabled: true true true true |
| 8475 | 2026-08-05T02:51:26.400Z | Tx Output Status: invalid invalid invalid invalid |
| 8476 | 2026-08-05T02:51:26.400Z | Tx Loss-of-lock: false false false false |
| 8477 | 2026-08-05T02:51:26.400Z | Tx Loss-of-signal: true true true true |
| 8478 | 2026-08-05T02:51:26.400Z | Tx Auto-squelch Disable: false false false false |
| 8479 | 2026-08-05T02:51:26.400Z | Tx Adaptive EQ Fail: true true true true |
| 8480 | 2026-08-05T02:51:26.400Z | Tx Failure: false false false false |
| 8481 | 2026-08-05T02:51:26.400Z | Tx Force Squelch: true true true true |
| 8482 | 2026-08-05T02:51:26.400Z | Tx Input Polarity: normal normal normal normal |
| 8483 | 2026-08-05T02:51:26.400Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8484 | 2026-08-05T02:51:26.400Z | test switchport::test::test_print_sff_datapath ... ok |
| 8485 | 2026-08-05T02:51:26.400Z | |
| 8486 | 2026-08-05T02:51:26.400Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8487 | 2026-08-05T02:51:26.400Z | |
| 8488 | 2026-08-05T02:51:26.400Z | Running tests/counters.rs (target/debug/deps/counters-da5dabffcfacf9b9) |
| 8489 | 2026-08-05T02:51:26.403Z | |
| 8490 | 2026-08-05T02:51:26.403Z | running 1 test |
| 8491 | 2026-08-05T02:51:26.403Z | test test_p4_counter_list ... ignored |
| 8492 | 2026-08-05T02:51:26.403Z | |
| 8493 | 2026-08-05T02:51:26.403Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8494 | 2026-08-05T02:51:26.403Z | |
| 8495 | 2026-08-05T02:51:26.403Z | Running tests/multicast.rs (target/debug/deps/multicast-2458fa238c1079d4) |
| 8496 | 2026-08-05T02:51:26.409Z | |
| 8497 | 2026-08-05T02:51:26.409Z | running 1 test |
| 8498 | 2026-08-05T02:51:26.412Z | test test_multicast_list_and_get ... ignored |
| 8499 | 2026-08-05T02:51:26.412Z | |
| 8500 | 2026-08-05T02:51:26.412Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8501 | 2026-08-05T02:51:26.412Z | |
| 8502 | 2026-08-05T02:51:26.412Z | Running tests/port-link.rs (target/debug/deps/port_link-8312405cee36a376) |
| 8503 | 2026-08-05T02:51:26.416Z | |
| 8504 | 2026-08-05T02:51:26.416Z | running 5 tests |
| 8505 | 2026-08-05T02:51:26.416Z | test test_an ... ignored |
| 8506 | 2026-08-05T02:51:26.419Z | test test_enable ... ignored |
| 8507 | 2026-08-05T02:51:26.419Z | test test_ip_addresses ... ignored |
| 8508 | 2026-08-05T02:51:26.419Z | test test_kr ... ignored |
| 8509 | 2026-08-05T02:51:26.419Z | test test_mac ... ignored |
| 8510 | 2026-08-05T02:51:26.419Z | |
| 8511 | 2026-08-05T02:51:26.419Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8512 | 2026-08-05T02:51:26.419Z | |
| 8513 | 2026-08-05T02:51:26.419Z | Running unittests src/main.rs (target/debug/deps/tfportd-78c5fd7f90273caf) |
| 8514 | 2026-08-05T02:51:26.428Z | |
| 8515 | 2026-08-05T02:51:26.428Z | running 3 tests |
| 8516 | 2026-08-05T02:51:26.434Z | test config::tests::test_updates ... ok |
| 8517 | 2026-08-05T02:51:26.434Z | test linklocal::test_parse_ipadm ... ok |
| 8518 | 2026-08-05T02:51:26.434Z | test tfport::test_parse_tfport ... ok |
| 8519 | 2026-08-05T02:51:26.437Z | |
| 8520 | 2026-08-05T02:51:26.437Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8521 | 2026-08-05T02:51:26.437Z | |
| 8522 | 2026-08-05T02:51:26.437Z | Running unittests src/main.rs (target/debug/deps/uplinkd-04bebfeb23618f6a) |
| 8523 | 2026-08-05T02:51:26.441Z | |
| 8524 | 2026-08-05T02:51:26.442Z | running 0 tests |
| 8525 | 2026-08-05T02:51:26.445Z | |
| 8526 | 2026-08-05T02:51:26.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8527 | 2026-08-05T02:51:26.445Z | |
| 8528 | 2026-08-05T02:51:26.445Z | Running unittests src/main.rs (target/debug/deps/xtask-450a6cda619addb4) |
| 8529 | 2026-08-05T02:51:26.448Z | |
| 8530 | 2026-08-05T02:51:26.448Z | running 0 tests |
| 8531 | 2026-08-05T02:51:26.448Z | |
| 8532 | 2026-08-05T02:51:26.448Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8533 | 2026-08-05T02:51:26.448Z | |
| 8534 | 2026-08-05T02:51:26.448Z | Doc-tests aal |
| 8535 | 2026-08-05T02:51:26.641Z | |
| 8536 | 2026-08-05T02:51:26.641Z | running 0 tests |
| 8537 | 2026-08-05T02:51:26.641Z | |
| 8538 | 2026-08-05T02:51:26.644Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8539 | 2026-08-05T02:51:26.644Z | |
| 8540 | 2026-08-05T02:51:26.657Z | Doc-tests aal_macros |
| 8541 | 2026-08-05T02:51:26.729Z | |
| 8542 | 2026-08-05T02:51:26.729Z | running 0 tests |
| 8543 | 2026-08-05T02:51:26.729Z | |
| 8544 | 2026-08-05T02:51:26.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8545 | 2026-08-05T02:51:26.730Z | |
| 8546 | 2026-08-05T02:51:26.739Z | Doc-tests common |
| 8547 | 2026-08-05T02:51:26.982Z | |
| 8548 | 2026-08-05T02:51:26.982Z | running 0 tests |
| 8549 | 2026-08-05T02:51:26.982Z | |
| 8550 | 2026-08-05T02:51:26.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8551 | 2026-08-05T02:51:26.982Z | |
| 8552 | 2026-08-05T02:51:27.003Z | Doc-tests dpd_api |
| 8553 | 2026-08-05T02:51:27.898Z | |
| 8554 | 2026-08-05T02:51:27.898Z | running 2 tests |
| 8555 | 2026-08-05T02:51:27.898Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8556 | 2026-08-05T02:51:27.898Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8557 | 2026-08-05T02:51:27.898Z | |
| 8558 | 2026-08-05T02:51:27.898Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8559 | 2026-08-05T02:51:27.898Z | |
| 8560 | 2026-08-05T02:51:28.106Z | Doc-tests dpd_client |
| 8561 | 2026-08-05T02:51:29.349Z | |
| 8562 | 2026-08-05T02:51:29.349Z | running 0 tests |
| 8563 | 2026-08-05T02:51:29.349Z | |
| 8564 | 2026-08-05T02:51:29.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8565 | 2026-08-05T02:51:29.349Z | |
| 8566 | 2026-08-05T02:51:29.395Z | Doc-tests dpd_types |
| 8567 | 2026-08-05T02:51:29.611Z | |
| 8568 | 2026-08-05T02:51:29.611Z | running 0 tests |
| 8569 | 2026-08-05T02:51:29.611Z | |
| 8570 | 2026-08-05T02:51:29.611Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8571 | 2026-08-05T02:51:29.611Z | |
| 8572 | 2026-08-05T02:51:29.634Z | Doc-tests dpd_types_versions |
| 8573 | 2026-08-05T02:51:30.867Z | |
| 8574 | 2026-08-05T02:51:30.867Z | running 1 test |
| 8575 | 2026-08-05T02:51:30.867Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8576 | 2026-08-05T02:51:30.867Z | |
| 8577 | 2026-08-05T02:51:30.867Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8578 | 2026-08-05T02:51:30.867Z | |
| 8579 | 2026-08-05T02:51:30.909Z | Doc-tests packet |
| 8580 | 2026-08-05T02:51:31.024Z | |
| 8581 | 2026-08-05T02:51:31.024Z | running 0 tests |
| 8582 | 2026-08-05T02:51:31.024Z | |
| 8583 | 2026-08-05T02:51:31.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8584 | 2026-08-05T02:51:31.024Z | |
| 8585 | 2026-08-05T02:51:31.039Z | Doc-tests pcap |
| 8586 | 2026-08-05T02:51:31.094Z | |
| 8587 | 2026-08-05T02:51:31.094Z | running 0 tests |
| 8588 | 2026-08-05T02:51:31.094Z | |
| 8589 | 2026-08-05T02:51:31.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8590 | 2026-08-05T02:51:31.094Z | |
| 8591 | 2026-08-05T02:51:31.162Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8592 | 2026-08-05T02:51:31.162Z | + RUST_BACKTRACE=full |
| 8593 | 2026-08-05T02:51:31.162Z | + cargo test --features chaos --no-fail-fast |
| 8594 | 2026-08-05T02:51:31.890Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8595 | 2026-08-05T02:51:31.981Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8596 | 2026-08-05T02:51:31.991Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 8597 | 2026-08-05T02:51:31.997Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8598 | 2026-08-05T02:51:40.701Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8599 | 2026-08-05T02:51:41.090Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8600 | 2026-08-05T02:52:21.663Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 48.15s |
| 8601 | 2026-08-05T02:52:21.691Z | Running unittests src/lib.rs (target/debug/deps/aal-cc4a376f9515cfe6) |
| 8602 | 2026-08-05T02:52:21.691Z | |
| 8603 | 2026-08-05T02:52:21.691Z | running 5 tests |
| 8604 | 2026-08-05T02:52:21.691Z | test fuse::tests::chip_revision_b1 ... ok |
| 8605 | 2026-08-05T02:52:21.691Z | test fuse::tests::chip_revision_a0 ... ok |
| 8606 | 2026-08-05T02:52:21.691Z | test fuse::tests::chip_revision_b0 ... ok |
| 8607 | 2026-08-05T02:52:21.691Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8608 | 2026-08-05T02:52:21.691Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8609 | 2026-08-05T02:52:21.691Z | |
| 8610 | 2026-08-05T02:52:21.691Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8611 | 2026-08-05T02:52:21.691Z | |
| 8612 | 2026-08-05T02:52:21.691Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8613 | 2026-08-05T02:52:21.691Z | |
| 8614 | 2026-08-05T02:52:21.691Z | running 0 tests |
| 8615 | 2026-08-05T02:52:21.691Z | |
| 8616 | 2026-08-05T02:52:21.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8617 | 2026-08-05T02:52:21.691Z | |
| 8618 | 2026-08-05T02:52:21.691Z | Running unittests src/lib.rs (target/debug/deps/asic-c504c92689c00d87) |
| 8619 | 2026-08-05T02:52:21.691Z | |
| 8620 | 2026-08-05T02:52:21.691Z | running 0 tests |
| 8621 | 2026-08-05T02:52:21.691Z | |
| 8622 | 2026-08-05T02:52:21.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8623 | 2026-08-05T02:52:21.691Z | |
| 8624 | 2026-08-05T02:52:21.691Z | Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5) |
| 8625 | 2026-08-05T02:52:21.692Z | |
| 8626 | 2026-08-05T02:52:21.692Z | running 10 tests |
| 8627 | 2026-08-05T02:52:21.692Z | test nat::tests::test_vni ... ok |
| 8628 | 2026-08-05T02:52:21.692Z | test network::tests::test_equal ... ok |
| 8629 | 2026-08-05T02:52:21.692Z | test network::tests::test_eui64 ... ok |
| 8630 | 2026-08-05T02:52:21.692Z | test network::tests::test_into ... ok |
| 8631 | 2026-08-05T02:52:21.692Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8632 | 2026-08-05T02:52:21.692Z | test network::tests::test_not_equal ... ok |
| 8633 | 2026-08-05T02:52:21.692Z | test network::tests::test_to_string ... ok |
| 8634 | 2026-08-05T02:52:21.692Z | test network::tests::test_parse ... ok |
| 8635 | 2026-08-05T02:52:21.692Z | test test_purge ... ok |
| 8636 | 2026-08-05T02:52:21.692Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8637 | 2026-08-05T02:52:21.692Z | |
| 8638 | 2026-08-05T02:52:21.692Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8639 | 2026-08-05T02:52:21.692Z | |
| 8640 | 2026-08-05T02:52:21.692Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50ce4c3936f71db5) |
| 8641 | 2026-08-05T02:52:21.692Z | |
| 8642 | 2026-08-05T02:52:21.692Z | running 1 test |
| 8643 | 2026-08-05T02:52:21.692Z | ------- |
| 8644 | 2026-08-05T02:52:21.692Z | Generating OpenAPI documents from API definitions ... |
| 8645 | 2026-08-05T02:52:21.692Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8646 | 2026-08-05T02:52:21.692Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8647 | 2026-08-05T02:52:21.704Z | ------- |
| 8648 | 2026-08-05T02:52:21.704Z | Checking 12 OpenAPI documents... |
| 8649 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8650 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8651 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8652 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8653 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8654 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8655 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8656 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8657 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8658 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8659 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8660 | 2026-08-05T02:52:21.705Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8661 | 2026-08-05T02:52:21.705Z | Fresh dpd "latest" symlink |
| 8662 | 2026-08-05T02:52:21.705Z | ------- |
| 8663 | 2026-08-05T02:52:21.705Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8664 | 2026-08-05T02:52:21.705Z | test test::test_apis_up_to_date ... ok |
| 8665 | 2026-08-05T02:52:21.705Z | |
| 8666 | 2026-08-05T02:52:21.705Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s |
| 8667 | 2026-08-05T02:52:21.705Z | |
| 8668 | 2026-08-05T02:52:21.705Z | Running unittests src/main.rs (target/debug/deps/dpd-7932086afc1616e9) |
| 8669 | 2026-08-05T02:52:21.705Z | |
| 8670 | 2026-08-05T02:52:21.705Z | running 61 tests |
| 8671 | 2026-08-05T02:52:21.705Z | test freemap::test_ordering ... ok |
| 8672 | 2026-08-05T02:52:21.705Z | test config::tests::test_updates ... ok |
| 8673 | 2026-08-05T02:52:21.705Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8674 | 2026-08-05T02:52:21.705Z | test freemap::test_split ... ok |
| 8675 | 2026-08-05T02:52:21.705Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8676 | 2026-08-05T02:52:21.705Z | test macaddrs::tests::test_mac_offset ... ok |
| 8677 | 2026-08-05T02:52:21.706Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8678 | 2026-08-05T02:52:21.706Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8679 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_canonicalize_sources ... ok |
| 8680 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.553 DEBG Aug 05 02:52:19.553created new freemap DEBG , created new freemapunit:, unitfreemap_test: |
| 8681 | 2026-08-05T02:52:21.706Z | freemap_test |
| 8682 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.553 DEBG initted freemap. size: 128Aug 05 02:52:19.553Aug 05 02:52:19.553, Aug 05 02:52:19.553unit :DEBG DEBGDEBG initted freemap. size: 128created new freemap, created new freemapunit, , :unitunit :: freemap_testfreemap_test |
| 8683 | 2026-08-05T02:52:21.706Z | freemap_test |
| 8684 | 2026-08-05T02:52:21.706Z | |
| 8685 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.553Aug 05 02:52:19.553Aug 05 02:52:19.553 DEBGDEBGDEBG reset freemapinitted freemap. size: 128initted freemap. size: 128, , , unitunit:: unitfreemap_testfreemap_test |
| 8686 | 2026-08-05T02:52:21.706Z | : |
| 8687 | 2026-08-05T02:52:21.706Z | freemap_test |
| 8688 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.553 Aug 05 02:52:19.553DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 8689 | 2026-08-05T02:52:21.706Z | freemap_test |
| 8690 | 2026-08-05T02:52:21.706Z | freemap_test |
| 8691 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.553 DEBG reset freemap, unit: freemap_test |
| 8692 | 2026-08-05T02:52:21.706Z | test freemap::test_basic ... ok |
| 8693 | 2026-08-05T02:52:21.706Z | test freemap::test_exhaustion ... ok |
| 8694 | 2026-08-05T02:52:21.706Z | test freemap::test_reclaim ... ok |
| 8695 | 2026-08-05T02:52:21.706Z | test freemap::test_free ... ok |
| 8696 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 8697 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 8698 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 8699 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.553 DEBG created new freemap, unit: freemap_test |
| 8700 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.554 DEBG initted freemap. size: 8, unit: freemap_test |
| 8701 | 2026-08-05T02:52:21.706Z | Aug 05 02:52:19.554 DEBG reset freemap, unit: freemap_test |
| 8702 | 2026-08-05T02:52:21.706Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8703 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 8704 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 8705 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 8706 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_sources_contain_any ... ok |
| 8707 | 2026-08-05T02:52:21.706Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 8708 | 2026-08-05T02:52:21.707Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 8709 | 2026-08-05T02:52:21.707Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 8710 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 8711 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.554 DEBG created new freemap, unit: freemap_test |
| 8712 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 8713 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 8714 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.554 DEBG initted freemap. size: 128, unit: freemap_test |
| 8715 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.554 DEBG reset freemap, unit: freemap_test |
| 8716 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 8717 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 8718 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 8719 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 8720 | 2026-08-05T02:52:21.707Z | test freemap::test_span ... ok |
| 8721 | 2026-08-05T02:52:21.707Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 8722 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 8723 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 8724 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 8725 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_validate_tag ... ok |
| 8726 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 8727 | 2026-08-05T02:52:21.707Z | test nat::test_mapping ... ok |
| 8728 | 2026-08-05T02:52:21.707Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 8729 | 2026-08-05T02:52:21.707Z | test port_map::tests::test_backplane_group ... ok |
| 8730 | 2026-08-05T02:52:21.707Z | test port_map::tests::test_port_map ... ok |
| 8731 | 2026-08-05T02:52:21.707Z | test port_map::tests::dump_map ... ok |
| 8732 | 2026-08-05T02:52:21.707Z | test mcast::tests::test_id_range_boundaries ... ok |
| 8733 | 2026-08-05T02:52:21.707Z | test api_server::tests::test_build_info ... ok |
| 8734 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8735 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8736 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8737 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8738 | 2026-08-05T02:52:21.707Z | Aug 05 02:52:19.555 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8739 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8740 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8741 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8742 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8743 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 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 } }] |
| 8744 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8745 | 2026-08-05T02:52:21.708Z | Aug 05 02:52:19.555 DEBG created new freemap, Aug 05 02:52:19.556unit :DEBG freemap_route_ipv4reset freemap |
| 8746 | 2026-08-05T02:52:21.708Z | , unit: Aug 05 02:52:19.556freemap_route_ipv4 |
| 8747 | 2026-08-05T02:52:21.715Z | DEBG created new freemap, unitAug 05 02:52:19.556: DEBGfreemap_route_ipv6 |
| 8748 | 2026-08-05T02:52:21.715Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8749 | 2026-08-05T02:52:21.715Z | initted freemap. size: 64, unit: Aug 05 02:52:19.556freemap_route_ipv6 |
| 8750 | 2026-08-05T02:52:21.716Z | DEBG initted freemap. size: 64, unit:Aug 05 02:52:19.556 freemap_route_ipv4DEBG |
| 8751 | 2026-08-05T02:52:21.716Z | reset freemap, unit: Aug 05 02:52:19.556freemap_route_ipv6 |
| 8752 | 2026-08-05T02:52:21.716Z | DEBG reset freemap, unit: Aug 05 02:52:19.556freemap_route_ipv4 |
| 8753 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8754 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 DEBGAug 05 02:52:19.556 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: |
| 8755 | 2026-08-05T02:52:21.716Z | freemap_route_ipv6 |
| 8756 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 Aug 05 02:52:19.556INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8757 | 2026-08-05T02:52:21.716Z | reset freemap, unit:Aug 05 02:52:19.556 freemap_route_ipv6DEBG |
| 8758 | 2026-08-05T02:52:21.716Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8759 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556 |
| 8760 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 05 02:52:19.556 |
| 8761 | 2026-08-05T02:52:21.716Z | 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 } }]Aug 05 02:52:19.556 |
| 8762 | 2026-08-05T02:52:21.716Z | 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 } }]Aug 05 02:52:19.556 |
| 8763 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556 |
| 8764 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 05 02:52:19.556 |
| 8765 | 2026-08-05T02:52:21.716Z | 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 } }]Aug 05 02:52:19.556 |
| 8766 | 2026-08-05T02:52:21.716Z | 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 } }]Aug 05 02:52:19.556 |
| 8767 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556 |
| 8768 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:52:19.556 |
| 8769 | 2026-08-05T02:52:21.716Z | 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 } }]Aug 05 02:52:19.556 |
| 8770 | 2026-08-05T02:52:21.716Z | 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 } }] |
| 8771 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 INFO Aug 05 02:52:19.556adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8772 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8773 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 DEBG Aug 05 02:52:19.556replacing 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 } }] |
| 8774 | 2026-08-05T02:52:21.716Z | 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 } }] |
| 8775 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 INFO Aug 05 02:52:19.556adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-05T02:52:21.716Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:52:19.556 |
| 8777 | 2026-08-05T02:52:21.716Z | 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 } }] |
| 8778 | 2026-08-05T02:52:21.716Z | Aug 05 02:52:19.556 DEBG Aug 05 02:52:19.556replacing 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 } }] |
| 8779 | 2026-08-05T02:52:21.717Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8780 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 INFOAug 05 02:52:19.556 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 8781 | 2026-08-05T02:52:21.717Z | 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 } }] |
| 8782 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 DEBGAug 05 02:52:19.556 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 |
| 8783 | 2026-08-05T02:52:21.717Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8784 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 INFOAug 05 02:52:19.556 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 8785 | 2026-08-05T02:52:21.717Z | 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 } }] |
| 8786 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 DEBGAug 05 02:52:19.556 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8787 | 2026-08-05T02:52:21.717Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8788 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 INFOAug 05 02:52:19.556 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8789 | 2026-08-05T02:52:21.717Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:19.556 |
| 8790 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 DEBGDEBG Aug 05 02:52:19.556replacing 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 } }]created new freemap |
| 8791 | 2026-08-05T02:52:21.717Z | INFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff: |
| 8792 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 freemap_route_ipv4INFO |
| 8793 | 2026-08-05T02:52:21.717Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 05 02:52:19.556 |
| 8794 | 2026-08-05T02:52:21.717Z | 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 } }] |
| 8795 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556Aug 05 02:52:19.556 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 } }]Aug 05 02:52:19.556 |
| 8796 | 2026-08-05T02:52:21.717Z | created new freemapINFO , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunitAug 05 02:52:19.556Aug 05 02:52:19.556 |
| 8797 | 2026-08-05T02:52:21.717Z | INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8798 | 2026-08-05T02:52:21.717Z | DEBG: |
| 8799 | 2026-08-05T02:52:21.717Z | 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 } }] |
| 8800 | 2026-08-05T02:52:21.717Z | freemap_route_ipv6Aug 05 02:52:19.556 |
| 8801 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556DEBGAug 05 02:52:19.556 Aug 05 02:52:19.556replacing 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 |
| 8802 | 2026-08-05T02:52:21.717Z | DEBGINFO initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], unit |
| 8803 | 2026-08-05T02:52:21.717Z | :adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 05 02:52:19.556 |
| 8804 | 2026-08-05T02:52:21.717Z | freemap_route_ipv4INFO |
| 8805 | 2026-08-05T02:52:21.717Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8806 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556Aug 05 02:52:19.556Aug 05 02:52:19.556 DEBGDEBGINFO reset freemapreplacing 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 } }]Aug 05 02:52:19.556 |
| 8807 | 2026-08-05T02:52:21.717Z | , unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 8808 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 freemap_route_ipv4INFO |
| 8809 | 2026-08-05T02:52:21.717Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8810 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 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 } }] Aug 05 02:52:19.556DEBG |
| 8811 | 2026-08-05T02:52:21.717Z | Aug 05 02:52:19.556 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGDEBG |
| 8812 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 initted freemap. size: 64 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], INFOunit |
| 8813 | 2026-08-05T02:52:21.718Z | : adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8814 | 2026-08-05T02:52:21.718Z | freemap_route_ipv6Aug 05 02:52:19.556 |
| 8815 | 2026-08-05T02:52:21.718Z | INFO Aug 05 02:52:19.556adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 05 02:52:19.556Aug 05 02:52:19.556 DEBG reset freemap |
| 8816 | 2026-08-05T02:52:21.718Z | , unit: Aug 05 02:52:19.556freemap_route_ipv6 |
| 8817 | 2026-08-05T02:52:21.718Z | 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 } }] |
| 8818 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8819 | 2026-08-05T02:52:21.718Z | |
| 8820 | 2026-08-05T02:52:21.718Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8821 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556Aug 05 02:52:19.556 Aug 05 02:52:19.556DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }] |
| 8822 | 2026-08-05T02:52:21.718Z | |
| 8823 | 2026-08-05T02:52:21.718Z | 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 } }] |
| 8824 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 INFOAug 05 02:52:19.556Aug 05 02:52:19.556 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8825 | 2026-08-05T02:52:21.718Z | |
| 8826 | 2026-08-05T02:52:21.718Z | |
| 8827 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 Aug 05 02:52:19.556DEBGAug 05 02:52:19.556 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 |
| 8828 | 2026-08-05T02:52:21.718Z | 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 |
| 8829 | 2026-08-05T02:52:21.718Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:52:19.556 |
| 8830 | 2026-08-05T02:52:21.718Z | INFOAug 05 02:52:19.556Aug 05 02:52:19.555 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8831 | 2026-08-05T02:52:21.718Z | DEBGINFOAug 05 02:52:19.556 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff created new freemap |
| 8832 | 2026-08-05T02:52:21.718Z | INFOAug 05 02:52:19.556 adding route 3fff:dead::/64 -> 2001:db8::55:3, |
| 8833 | 2026-08-05T02:52:21.718Z | DEBGunit :replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:19.556Aug 05 02:52:19.556 |
| 8834 | 2026-08-05T02:52:21.718Z | 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 } }]freemap_route_ipv4 |
| 8835 | 2026-08-05T02:52:21.718Z | |
| 8836 | 2026-08-05T02:52:21.718Z | DEBGAug 05 02:52:19.556 Aug 05 02:52:19.556INFO 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 } }]INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8837 | 2026-08-05T02:52:21.718Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8838 | 2026-08-05T02:52:21.718Z | |
| 8839 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 DEBGAug 05 02:52:19.556 Aug 05 02:52:19.556created new freemap INFOAug 05 02:52:19.556, DEBGunit :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 } }] |
| 8840 | 2026-08-05T02:52:21.718Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6 |
| 8841 | 2026-08-05T02:52:21.718Z | |
| 8842 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 INFO Aug 05 02:52:19.556adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8843 | 2026-08-05T02:52:21.718Z | Aug 05 02:52:19.556 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8844 | 2026-08-05T02:52:21.719Z | initted freemap. size: 64Aug 05 02:52:19.556DEBG 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 } }]Aug 05 02:52:19.556replacing 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 } }] , |
| 8845 | 2026-08-05T02:52:21.719Z | INFOunit |
| 8846 | 2026-08-05T02:52:21.719Z | :adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8847 | 2026-08-05T02:52:21.739Z | freemap_route_ipv4 |
| 8848 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:19.556 INFOAug 05 02:52:19.556 Aug 05 02:52:19.556DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8849 | 2026-08-05T02:52:21.740Z | 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 |
| 8850 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:19.556 reset freemap INFO, Aug 05 02:52:19.556 unit Aug 05 02:52:19.556INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8851 | 2026-08-05T02:52:21.740Z | |
| 8852 | 2026-08-05T02:52:21.740Z | : freemap_route_ipv4Aug 05 02:52:19.556 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:19.559 |
| 8853 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:19.558DEBG created new freemapDEBG |
| 8854 | 2026-08-05T02:52:21.740Z | created new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 8855 | 2026-08-05T02:52:21.740Z | |
| 8856 | 2026-08-05T02:52:21.740Z | |
| 8857 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:19.558 Aug 05 02:52:20.240DEBGAug 05 02:52:20.240 created new freemapDEBGDEBG , created new freemapinitted freemap. size: 64, unitunit:: , unitfreemap_route_ipv4:freemap_route_ipv6 |
| 8858 | 2026-08-05T02:52:21.740Z | |
| 8859 | 2026-08-05T02:52:21.740Z | freemap_route_ipv6 |
| 8860 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBG DEBGinitted freemap. size: 64DEBG, created new freemapunitreset freemap:, unitfreemap_route_ipv4, |
| 8861 | 2026-08-05T02:52:21.740Z | :unit :freemap_route_ipv6 |
| 8862 | 2026-08-05T02:52:21.740Z | freemap_route_ipv6 |
| 8863 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240 DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 INFODEBG reset freemapinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, , |
| 8864 | 2026-08-05T02:52:21.740Z | unitunit: :freemap_route_ipv4 Aug 05 02:52:20.240 |
| 8865 | 2026-08-05T02:52:21.740Z | freemap_route_ipv4DEBG |
| 8866 | 2026-08-05T02:52:21.740Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8867 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240 Aug 05 02:52:20.240Aug 05 02:52:20.240DEBG INFODEBG adding route 3fff:beef::/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 } }]initted freemap. size: 64 |
| 8868 | 2026-08-05T02:52:21.740Z | , unit |
| 8869 | 2026-08-05T02:52:21.740Z | : freemap_route_ipv6 |
| 8870 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBGAug 05 02:52:19.556DEBG reset freemapreplacing 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 } }], |
| 8871 | 2026-08-05T02:52:21.740Z | unit :DEBGAug 05 02:52:20.240 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO |
| 8872 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240 |
| 8873 | 2026-08-05T02:52:21.740Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8874 | 2026-08-05T02:52:21.740Z | |
| 8875 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240Aug 05 02:52:20.240 INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8876 | 2026-08-05T02:52:21.740Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:20.240 |
| 8877 | 2026-08-05T02:52:21.740Z | DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.240 |
| 8878 | 2026-08-05T02:52:21.740Z | Aug 05 02:52:20.240replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8879 | 2026-08-05T02:52:21.741Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8880 | 2026-08-05T02:52:21.741Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.240 |
| 8881 | 2026-08-05T02:52:21.741Z | INFO Aug 05 02:52:20.240adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8882 | 2026-08-05T02:52:21.741Z | INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:52:20.240replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 05 02:52:20.240DEBG |
| 8883 | 2026-08-05T02:52:21.741Z | |
| 8884 | 2026-08-05T02:52:21.741Z | Aug 05 02:52:20.240INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8885 | 2026-08-05T02:52:21.741Z | INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8886 | 2026-08-05T02:52:21.741Z | adding route 3fff:beef:4::/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 } }]Aug 05 02:52:20.240 |
| 8887 | 2026-08-05T02:52:21.741Z | DEBG Aug 05 02:52:20.240replacing 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 } }] |
| 8888 | 2026-08-05T02:52:21.741Z | INFO |
| 8889 | 2026-08-05T02:52:21.741Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8890 | 2026-08-05T02:52:21.741Z | Aug 05 02:52:20.240 Aug 05 02:52:20.240DEBGAug 05 02:52:20.240 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 } }]INFOAug 05 02:52:20.240 |
| 8891 | 2026-08-05T02:52:21.741Z | 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:3::/64 -> 2001:db8::55:ff INFO |
| 8892 | 2026-08-05T02:52:21.741Z | |
| 8893 | 2026-08-05T02:52:21.741Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8894 | 2026-08-05T02:52:21.741Z | INFO Aug 05 02:52:20.240adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8895 | 2026-08-05T02:52:21.741Z | Aug 05 02:52:20.240INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.240 |
| 8896 | 2026-08-05T02:52:21.741Z | |
| 8897 | 2026-08-05T02:52:21.741Z | DEBGDEBG Aug 05 02:52:20.240replacing 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 } }] |
| 8898 | 2026-08-05T02:52:21.741Z | 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 } }]DEBGAug 05 02:52:20.240 |
| 8899 | 2026-08-05T02:52:21.741Z | 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 } }]INFOAug 05 02:52:20.240 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8900 | 2026-08-05T02:52:21.741Z | INFO |
| 8901 | 2026-08-05T02:52:21.741Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 8902 | 2026-08-05T02:52:21.741Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 |
| 8903 | 2026-08-05T02:52:21.741Z | DEBG INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8904 | 2026-08-05T02:52:21.741Z | 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 } }] |
| 8905 | 2026-08-05T02:52:21.741Z | Aug 05 02:52:20.240 |
| 8906 | 2026-08-05T02:52:21.741Z | DEBGAug 05 02:52:20.240 Aug 05 02:52:20.240replacing 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 } }] INFOAug 05 02:52:20.240INFO |
| 8907 | 2026-08-05T02:52:21.741Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8908 | 2026-08-05T02:52:21.741Z | DEBG |
| 8909 | 2026-08-05T02:52:21.741Z | Aug 05 02:52:20.240 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 05 02:52:20.240 |
| 8910 | 2026-08-05T02:52:21.742Z | DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8911 | 2026-08-05T02:52:21.742Z | 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 } }]Aug 05 02:52:20.240 |
| 8912 | 2026-08-05T02:52:21.742Z | DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240 INFOINFO 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 } }] DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8913 | 2026-08-05T02:52:21.742Z | |
| 8914 | 2026-08-05T02:52:21.742Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8915 | 2026-08-05T02:52:21.742Z | |
| 8916 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 INFODEBG adding route 3fff:beef:6::/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 } }]Aug 05 02:52:20.240 DEBGINFO |
| 8917 | 2026-08-05T02:52:21.742Z | |
| 8918 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240 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:7::/64 -> 2001:db8::55:ff |
| 8919 | 2026-08-05T02:52:21.742Z | |
| 8920 | 2026-08-05T02:52:21.742Z | INFO Aug 05 02:52:20.240adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240DEBG |
| 8921 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240Aug 05 02:52:20.240 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8922 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240 adding route 3fff:beef:13::/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 } }] |
| 8923 | 2026-08-05T02:52:21.742Z | 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 } }] |
| 8924 | 2026-08-05T02:52:21.742Z | 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 } }] |
| 8925 | 2026-08-05T02:52:21.742Z | |
| 8926 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240 DEBGAug 05 02:52:20.240 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240INFO INFO |
| 8927 | 2026-08-05T02:52:21.742Z | adding route 3fff:beef:8::/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 } }] |
| 8928 | 2026-08-05T02:52:21.742Z | |
| 8929 | 2026-08-05T02:52:21.742Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 8930 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8931 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240 INFOINFO Aug 05 02:52:20.240DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8932 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240 |
| 8933 | 2026-08-05T02:52:21.742Z | DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 |
| 8934 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240 |
| 8935 | 2026-08-05T02:52:21.742Z | DEBGAug 05 02:52:20.240 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:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.240 |
| 8936 | 2026-08-05T02:52:21.742Z | INFO Aug 05 02:52:20.240DEBG |
| 8937 | 2026-08-05T02:52:21.742Z | INFOAug 05 02:52:20.240 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff INFO |
| 8938 | 2026-08-05T02:52:21.742Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/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 } }] |
| 8939 | 2026-08-05T02:52:21.742Z | |
| 8940 | 2026-08-05T02:52:21.742Z | |
| 8941 | 2026-08-05T02:52:21.742Z | Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBGDEBGINFO 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 } }] |
| 8942 | 2026-08-05T02:52:21.742Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 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 } }] |
| 8943 | 2026-08-05T02:52:21.743Z | |
| 8944 | 2026-08-05T02:52:21.743Z | INFO Aug 05 02:52:20.240adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO |
| 8945 | 2026-08-05T02:52:21.743Z | Aug 05 02:52:20.240 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8946 | 2026-08-05T02:52:21.743Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.240replacing 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 } }] |
| 8947 | 2026-08-05T02:52:21.748Z | Aug 05 02:52:20.240DEBG |
| 8948 | 2026-08-05T02:52:21.748Z | 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 } }]Aug 05 02:52:20.240 |
| 8949 | 2026-08-05T02:52:21.748Z | Aug 05 02:52:20.240INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8950 | 2026-08-05T02:52:21.748Z | DEBG Aug 05 02:52:20.240Aug 05 02:52:20.240replacing 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 } }] |
| 8951 | 2026-08-05T02:52:21.748Z | INFOINFOAug 05 02:52:20.240 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO |
| 8952 | 2026-08-05T02:52:21.748Z | |
| 8953 | 2026-08-05T02:52:21.748Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8954 | 2026-08-05T02:52:21.748Z | Aug 05 02:52:20.240Aug 05 02:52:20.240 INFOAug 05 02:52:20.240DEBG DEBGAug 05 02:52:20.240 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 } }]DEBGadding route 3fff:beef:17::/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 } }] |
| 8955 | 2026-08-05T02:52:21.748Z | |
| 8956 | 2026-08-05T02:52:21.749Z | 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 } }] |
| 8957 | 2026-08-05T02:52:21.749Z | |
| 8958 | 2026-08-05T02:52:21.749Z | 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 } }] |
| 8959 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.240 DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff 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 } }] Aug 05 02:52:20.240 |
| 8960 | 2026-08-05T02:52:21.749Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8961 | 2026-08-05T02:52:21.749Z | |
| 8962 | 2026-08-05T02:52:21.749Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8963 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.240adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240INFO |
| 8964 | 2026-08-05T02:52:21.749Z | DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 |
| 8965 | 2026-08-05T02:52:21.749Z | 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 } }] |
| 8966 | 2026-08-05T02:52:21.749Z | DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240DEBGDEBG 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 } }] |
| 8967 | 2026-08-05T02:52:21.749Z | 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: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 } }] |
| 8968 | 2026-08-05T02:52:21.749Z | DEBG |
| 8969 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.240 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 } }] |
| 8970 | 2026-08-05T02:52:21.749Z | INFOAug 05 02:52:20.240 Aug 05 02:52:20.240adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8971 | 2026-08-05T02:52:21.749Z | INFOAug 05 02:52:20.240 Aug 05 02:52:20.240INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240 INFODEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8972 | 2026-08-05T02:52:21.749Z | |
| 8973 | 2026-08-05T02:52:21.749Z | INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8974 | 2026-08-05T02:52:21.749Z | |
| 8975 | 2026-08-05T02:52:21.749Z | |
| 8976 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBGAug 05 02:52:20.240INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG |
| 8977 | 2026-08-05T02:52:21.749Z | 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: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 } }] |
| 8978 | 2026-08-05T02:52:21.749Z | 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 } }] |
| 8979 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.240 |
| 8980 | 2026-08-05T02:52:21.749Z | DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8981 | 2026-08-05T02:52:21.749Z | 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 } }] |
| 8982 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.240 |
| 8983 | 2026-08-05T02:52:21.749Z | INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241Aug 05 02:52:20.241replacing 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 } }] |
| 8984 | 2026-08-05T02:52:21.749Z | |
| 8985 | 2026-08-05T02:52:21.749Z | INFOAug 05 02:52:20.240 DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8986 | 2026-08-05T02:52:21.749Z | Aug 05 02:52:20.241replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241 |
| 8987 | 2026-08-05T02:52:21.749Z | INFO |
| 8988 | 2026-08-05T02:52:21.749Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 05 02:52:20.241DEBG |
| 8989 | 2026-08-05T02:52:21.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 } }]DEBGAug 05 02:52:20.241Aug 05 02:52:20.241 |
| 8990 | 2026-08-05T02:52:21.750Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8991 | 2026-08-05T02:52:21.750Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8992 | 2026-08-05T02:52:21.750Z | INFO Aug 05 02:52:20.241 Aug 05 02:52:20.241adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241INFOAug 05 02:52:20.241 |
| 8993 | 2026-08-05T02:52:21.750Z | DEBG INFO DEBG adding route 3fff:beef:17::/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 } }]Aug 05 02:52:20.241 |
| 8994 | 2026-08-05T02:52:21.750Z | |
| 8995 | 2026-08-05T02:52:21.750Z | 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:f::/64 -> 2001:db8::55:ff |
| 8996 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241 |
| 8997 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241 DEBGDEBGINFO Aug 05 02:52:20.241 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8998 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241 |
| 8999 | 2026-08-05T02:52:21.750Z | DEBG |
| 9000 | 2026-08-05T02:52:21.750Z | 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 } }] |
| 9001 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241INFO DEBGAug 05 02:52:20.241adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 05 02:52:20.241 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241INFO |
| 9002 | 2026-08-05T02:52:21.750Z | INFO |
| 9003 | 2026-08-05T02:52:21.750Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9004 | 2026-08-05T02:52:21.750Z | test route::tests::grow_succeeds ... ok |
| 9005 | 2026-08-05T02:52:21.750Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 9006 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241Aug 05 02:52:20.241 DEBGAug 05 02:52:20.241 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 } }] replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 05 02:52:20.241 |
| 9007 | 2026-08-05T02:52:21.750Z | DEBG |
| 9008 | 2026-08-05T02:52:21.750Z | |
| 9009 | 2026-08-05T02:52:21.750Z | |
| 9010 | 2026-08-05T02:52:21.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 } }]Aug 05 02:52:20.241 |
| 9011 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9012 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 05 02:52:20.241Aug 05 02:52:20.241 |
| 9013 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241 DEBGINFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9014 | 2026-08-05T02:52:21.750Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 05 02:52:20.241adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 05 02:52:20.241 |
| 9015 | 2026-08-05T02:52:21.750Z | 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 } }]DEBGDEBG |
| 9016 | 2026-08-05T02:52:21.750Z | 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 } }] |
| 9017 | 2026-08-05T02:52:21.750Z | |
| 9018 | 2026-08-05T02:52:21.750Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241 |
| 9019 | 2026-08-05T02:52:21.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 } }]Aug 05 02:52:20.241Aug 05 02:52:20.241 |
| 9020 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241INFO INFO Aug 05 02:52:20.241 Aug 05 02:52:20.241adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9021 | 2026-08-05T02:52:21.750Z | DEBGINFO |
| 9022 | 2026-08-05T02:52:21.750Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241 |
| 9023 | 2026-08-05T02:52:21.750Z | |
| 9024 | 2026-08-05T02:52:21.750Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 9025 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241replacing 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 } }] |
| 9026 | 2026-08-05T02:52:21.750Z | Aug 05 02:52:20.241 Aug 05 02:52:20.241DEBG Aug 05 02:52:20.241INFO Aug 05 02:52:20.241 DEBG DEBGINFOreplacing 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 } }] |
| 9027 | 2026-08-05T02:52:21.750Z | 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 } }] |
| 9028 | 2026-08-05T02:52:21.751Z | 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:1b::/64 -> 2001:db8::55:ff |
| 9029 | 2026-08-05T02:52:21.751Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9030 | 2026-08-05T02:52:21.751Z | |
| 9031 | 2026-08-05T02:52:21.751Z | Aug 05 02:52:20.241 Aug 05 02:52:20.241INFO INFOAug 05 02:52:20.241adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 05 02:52:20.241Aug 05 02:52:20.241 |
| 9032 | 2026-08-05T02:52:21.751Z | DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 9033 | 2026-08-05T02:52:21.751Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGAug 05 02:52:20.241 |
| 9034 | 2026-08-05T02:52:21.751Z | |
| 9035 | 2026-08-05T02:52:21.751Z | Aug 05 02:52:20.241 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 } }]INFODEBG Aug 05 02:52:20.241 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:1c::/64 -> 2001:db8::55:ff |
| 9036 | 2026-08-05T02:52:21.751Z | |
| 9037 | 2026-08-05T02:52:21.751Z | Aug 05 02:52:20.241DEBG |
| 9038 | 2026-08-05T02:52:21.751Z | DEBG Aug 05 02:52:20.241replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.241 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 } }] |
| 9039 | 2026-08-05T02:52:21.751Z | DEBGINFO |
| 9040 | 2026-08-05T02:52:21.751Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241 |
| 9041 | 2026-08-05T02:52:21.751Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOAug 05 02:52:20.241 |
| 9042 | 2026-08-05T02:52:21.751Z | Aug 05 02:52:20.241 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241 |
| 9043 | 2026-08-05T02:52:21.751Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9044 | 2026-08-05T02:52:21.751Z | INFOAug 05 02:52:20.241 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 9045 | 2026-08-05T02:52:21.751Z | 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 } }] Aug 05 02:52:20.241Aug 05 02:52:20.241 |
| 9046 | 2026-08-05T02:52:21.751Z | DEBGDEBG adding route 3fff:beef:11::/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 } }]Aug 05 02:52:20.241replacing 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 } }] |
| 9047 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.241 |
| 9048 | 2026-08-05T02:52:21.755Z | |
| 9049 | 2026-08-05T02:52:21.755Z | 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 } }] |
| 9050 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.241Aug 05 02:52:20.241 INFOINFOAug 05 02:52:20.241 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 9051 | 2026-08-05T02:52:21.755Z | |
| 9052 | 2026-08-05T02:52:21.755Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 05 02:52:20.241 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 } }] |
| 9053 | 2026-08-05T02:52:21.755Z | |
| 9054 | 2026-08-05T02:52:21.755Z | INFOAug 05 02:52:20.241 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9055 | 2026-08-05T02:52:21.755Z | DEBG Aug 05 02:52:20.241Aug 05 02:52:20.241replacing 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 } }] |
| 9056 | 2026-08-05T02:52:21.755Z | 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 } }]Aug 05 02:52:20.241 |
| 9057 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.241 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 05 02:52:20.241 |
| 9058 | 2026-08-05T02:52:21.755Z | DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.241replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 9059 | 2026-08-05T02:52:21.755Z | |
| 9060 | 2026-08-05T02:52:21.755Z | DEBG |
| 9061 | 2026-08-05T02:52:21.755Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9062 | 2026-08-05T02:52:21.755Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.241 |
| 9063 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.241 INFOAug 05 02:52:20.241 DEBGINFOAug 05 02:52:20.241 DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9064 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.240created new freemap , DEBG unit: freemap_route_ipv4 |
| 9065 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.241adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241INFO |
| 9066 | 2026-08-05T02:52:21.755Z | |
| 9067 | 2026-08-05T02:52:21.755Z | Aug 05 02:52:20.241 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 9068 | 2026-08-05T02:52:21.755Z | created new freemapreset freemap, , unitAug 05 02:52:20.241: created new freemapDEBG Aug 05 02:52:20.241freemap_route_ipv6 DEBG |
| 9069 | 2026-08-05T02:52:21.756Z | 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 } }] |
| 9070 | 2026-08-05T02:52:21.756Z | 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 } }] |
| 9071 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241Aug 05 02:52:20.241 INFOAug 05 02:52:20.241 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG INFOinitted freemap. size: 64 Aug 05 02:52:20.241DEBG |
| 9072 | 2026-08-05T02:52:21.756Z | 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 } }], |
| 9073 | 2026-08-05T02:52:21.756Z | unit: unit freemap_route_ipv4 |
| 9074 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241: INFOfreemap_route_ipv4 , Aug 05 02:52:20.241 |
| 9075 | 2026-08-05T02:52:21.756Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit DEBG Aug 05 02:52:20.241reset freemap, |
| 9076 | 2026-08-05T02:52:21.756Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit |
| 9077 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241DEBG: : initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, freemap_route_ipv4 |
| 9078 | 2026-08-05T02:52:21.756Z | unitAug 05 02:52:20.241 DEBG:Aug 05 02:52:20.241 initted freemap. size: 64, DEBG unitAug 05 02:52:20.241replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6 |
| 9079 | 2026-08-05T02:52:21.756Z | freemap_route_ipv6 |
| 9080 | 2026-08-05T02:52:21.756Z | |
| 9081 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241 |
| 9082 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241 Aug 05 02:52:20.241DEBGfreemap_route_ipv6 |
| 9083 | 2026-08-05T02:52:21.756Z | DEBG reset freemap , Aug 05 02:52:20.241 unit: freemap_route_ipv6DEBG |
| 9084 | 2026-08-05T02:52:21.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 } }] |
| 9085 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241Aug 05 02:52:20.241 Aug 05 02:52:20.241DEBG DEBG DEBGINFOINFO 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 } }] |
| 9086 | 2026-08-05T02:52:21.756Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9087 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9088 | 2026-08-05T02:52:21.756Z | |
| 9089 | 2026-08-05T02:52:21.756Z | reset freemapAug 05 02:52:20.241, 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 } }] |
| 9090 | 2026-08-05T02:52:21.756Z | DEBG Aug 05 02:52:20.241Aug 05 02:52:20.241replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9091 | 2026-08-05T02:52:21.756Z | unit :INFO INFOfreemap_route_ipv6 |
| 9092 | 2026-08-05T02:52:21.756Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9093 | 2026-08-05T02:52:21.756Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 05 02:52:20.241Aug 05 02:52:20.241 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9094 | 2026-08-05T02:52:21.756Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 05 02:52:20.241 |
| 9095 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9096 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241DEBG DEBGDEBG Aug 05 02:52:20.241replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 9097 | 2026-08-05T02:52:21.756Z | 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 } }] 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 } }] |
| 9098 | 2026-08-05T02:52:21.756Z | |
| 9099 | 2026-08-05T02:52:21.756Z | |
| 9100 | 2026-08-05T02:52:21.756Z | Aug 05 02:52:20.241 Aug 05 02:52:20.241INFOAug 05 02:52:20.241 Aug 05 02:52:20.241 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9101 | 2026-08-05T02:52:21.756Z | |
| 9102 | 2026-08-05T02:52:21.757Z | INFO INFO Aug 05 02:52:20.241adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:52:20.241 |
| 9103 | 2026-08-05T02:52:21.757Z | |
| 9104 | 2026-08-05T02:52:21.757Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9105 | 2026-08-05T02:52:21.757Z | 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 } }] |
| 9106 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.241replacing 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 } }] |
| 9107 | 2026-08-05T02:52:21.757Z | DEBG Aug 05 02:52:20.241replacing 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 } }] |
| 9108 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.241DEBGAug 05 02:52:20.241 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9109 | 2026-08-05T02:52:21.757Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 05 02:52:20.241replacing 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 } }] |
| 9110 | 2026-08-05T02:52:21.757Z | INFO Aug 05 02:52:20.241 |
| 9111 | 2026-08-05T02:52:21.757Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9112 | 2026-08-05T02:52:21.757Z | DEBGAug 05 02:52:20.241 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9113 | 2026-08-05T02:52:21.757Z | 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 } }] |
| 9114 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.241 INFOAug 05 02:52:20.241Aug 05 02:52:20.241Aug 05 02:52:20.241 INFODEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9115 | 2026-08-05T02:52:21.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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9116 | 2026-08-05T02:52:21.757Z | |
| 9117 | 2026-08-05T02:52:21.757Z | |
| 9118 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.241Aug 05 02:52:20.241Aug 05 02:52:20.241 DEBGDEBG Aug 05 02:52:20.241replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.242 DEBG |
| 9119 | 2026-08-05T02:52:21.757Z | |
| 9120 | 2026-08-05T02:52:21.757Z | created new freemap, unit: freemap_route_ipv4 |
| 9121 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.266 Aug 05 02:52:20.266INFO Aug 05 02:52:20.266DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 9122 | 2026-08-05T02:52:21.757Z | created new freemap , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit |
| 9123 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.266: Aug 05 02:52:20.266 DEBGfreemap_route_ipv6 |
| 9124 | 2026-08-05T02:52:21.757Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9125 | 2026-08-05T02:52:21.757Z | |
| 9126 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.266 DEBGAug 05 02:52:20.266Aug 05 02:52:20.266 DEBGinitted freemap. size: 64 , unitreplacing 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 |
| 9127 | 2026-08-05T02:52:21.757Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9128 | 2026-08-05T02:52:21.757Z | |
| 9129 | 2026-08-05T02:52:21.757Z | Aug 05 02:52:20.266 INFO Aug 05 02:52:20.266adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 05 02:52:20.266 |
| 9130 | 2026-08-05T02:52:21.758Z | DEBGDEBG reset 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 } }], Aug 05 02:52:20.266unit |
| 9131 | 2026-08-05T02:52:21.758Z | : freemap_route_ipv4DEBG |
| 9132 | 2026-08-05T02:52:21.758Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266 |
| 9133 | 2026-08-05T02:52:21.758Z | INFO Aug 05 02:52:20.266adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9134 | 2026-08-05T02:52:21.758Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 05 02:52:20.266 |
| 9135 | 2026-08-05T02:52:21.758Z | DEBG Aug 05 02:52:20.266initted freemap. size: 64INFO, unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 9136 | 2026-08-05T02:52:21.758Z | Aug 05 02:52:20.266 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: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 } }] |
| 9137 | 2026-08-05T02:52:21.758Z | |
| 9138 | 2026-08-05T02:52:21.758Z | Aug 05 02:52:20.266freemap_route_ipv6 |
| 9139 | 2026-08-05T02:52:21.758Z | Aug 05 02:52:20.266DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266INFO |
| 9140 | 2026-08-05T02:52:21.758Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 9141 | 2026-08-05T02:52:21.758Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9142 | 2026-08-05T02:52:21.758Z | Aug 05 02:52:20.266 Aug 05 02:52:20.266Aug 05 02:52:20.266 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9143 | 2026-08-05T02:52:21.758Z | Aug 05 02:52:20.266reset freemap DEBG, |
| 9144 | 2026-08-05T02:52:21.758Z | unitAug 05 02:52:20.266replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: DEBGfreemap_route_ipv6 |
| 9145 | 2026-08-05T02:52:21.758Z | |
| 9146 | 2026-08-05T02:52:21.758Z | 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 } }] |
| 9147 | 2026-08-05T02:52:21.762Z | Aug 05 02:52:20.266Aug 05 02:52:20.266 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9148 | 2026-08-05T02:52:21.762Z | |
| 9149 | 2026-08-05T02:52:21.762Z | Aug 05 02:52:20.266 INFO Aug 05 02:52:20.266Aug 05 02:52:20.266adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9150 | 2026-08-05T02:52:21.762Z | 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 } }]Aug 05 02:52:20.266INFO |
| 9151 | 2026-08-05T02:52:21.762Z | DEBGAug 05 02:52:20.266 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9152 | 2026-08-05T02:52:21.762Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:52:20.266 |
| 9153 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266 INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9154 | 2026-08-05T02:52:21.763Z | |
| 9155 | 2026-08-05T02:52:21.763Z | DEBGAug 05 02:52:20.266 INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9156 | 2026-08-05T02:52:21.763Z | |
| 9157 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266Aug 05 02:52:20.266 INFOAug 05 02:52:20.266DEBGAug 05 02:52:20.266 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 9158 | 2026-08-05T02:52:21.763Z | 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 } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9159 | 2026-08-05T02:52:21.763Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9160 | 2026-08-05T02:52:21.763Z | |
| 9161 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266 Aug 05 02:52:20.266Aug 05 02:52:20.266 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9162 | 2026-08-05T02:52:21.763Z | 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 } }] |
| 9163 | 2026-08-05T02:52:21.763Z | INFOAug 05 02:52:20.266 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 9164 | 2026-08-05T02:52:21.763Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:52:20.266 |
| 9165 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266 Aug 05 02:52:20.266INFO Aug 05 02:52:20.266DEBG INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9166 | 2026-08-05T02:52:21.763Z | DEBG |
| 9167 | 2026-08-05T02:52:21.763Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9168 | 2026-08-05T02:52:21.763Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9169 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266 Aug 05 02:52:20.266 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9170 | 2026-08-05T02:52:21.763Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266Aug 05 02:52:20.266Aug 05 02:52:20.266 INFODEBGDEBG |
| 9171 | 2026-08-05T02:52:21.763Z | 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: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 } }] |
| 9172 | 2026-08-05T02:52:21.763Z | |
| 9173 | 2026-08-05T02:52:21.763Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9174 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266Aug 05 02:52:20.266 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9175 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266 Aug 05 02:52:20.266Aug 05 02:52:20.266 DEBGINFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9176 | 2026-08-05T02:52:21.763Z | |
| 9177 | 2026-08-05T02:52:21.763Z | |
| 9178 | 2026-08-05T02:52:21.763Z | INFOAug 05 02:52:20.266Aug 05 02:52:20.266 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9179 | 2026-08-05T02:52:21.763Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 05 02:52:20.266 |
| 9180 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266DEBG |
| 9181 | 2026-08-05T02:52:21.763Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9182 | 2026-08-05T02:52:21.763Z | Aug 05 02:52:20.266 |
| 9183 | 2026-08-05T02:52:21.764Z | WARN Aug 05 02:52:20.266shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:52:20.266 |
| 9184 | 2026-08-05T02:52:21.764Z | Aug 05 02:52:20.266INFO DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9185 | 2026-08-05T02:52:21.764Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9186 | 2026-08-05T02:52:21.764Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9187 | 2026-08-05T02:52:21.764Z | Aug 05 02:52:20.266Aug 05 02:52:20.266 DEBGAug 05 02:52:20.266 initted freemap. size: 64replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9188 | 2026-08-05T02:52:21.764Z | , DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff unitreplacing 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 } }] |
| 9189 | 2026-08-05T02:52:21.764Z | |
| 9190 | 2026-08-05T02:52:21.764Z | :Aug 05 02:52:20.266 freemap_route_ipv4INFO |
| 9191 | 2026-08-05T02:52:21.764Z | Aug 05 02:52:20.266Aug 05 02:52:20.266 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9192 | 2026-08-05T02:52:21.764Z | |
| 9193 | 2026-08-05T02:52:21.764Z | Aug 05 02:52:20.266 DEBGAug 05 02:52:20.266 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9194 | 2026-08-05T02:52:21.764Z | |
| 9195 | 2026-08-05T02:52:21.764Z | DEBGAug 05 02:52:20.266 reset freemapAug 05 02:52:20.266, unitINFO:DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9196 | 2026-08-05T02:52:21.764Z | |
| 9197 | 2026-08-05T02:52:21.764Z | freemap_route_ipv4INFO |
| 9198 | 2026-08-05T02:52:21.764Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 05 02:52:20.266 |
| 9199 | 2026-08-05T02:52:21.764Z | INFOAug 05 02:52:20.266 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 9200 | 2026-08-05T02:52:21.764Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266 |
| 9201 | 2026-08-05T02:52:21.764Z | DEBGAug 05 02:52:20.266 Aug 05 02:52:20.266DEBG 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 } }] |
| 9202 | 2026-08-05T02:52:21.764Z | 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 } }] |
| 9203 | 2026-08-05T02:52:21.764Z | DEBGAug 05 02:52:20.266Aug 05 02:52:20.266 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9204 | 2026-08-05T02:52:21.764Z | |
| 9205 | 2026-08-05T02:52:21.764Z | Aug 05 02:52:20.266initted freemap. size: 64 Aug 05 02:52:20.266replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266, |
| 9206 | 2026-08-05T02:52:21.764Z | INFO unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG: |
| 9207 | 2026-08-05T02:52:21.764Z | 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 } }]Aug 05 02:52:20.266 |
| 9208 | 2026-08-05T02:52:21.764Z | freemap_route_ipv6Aug 05 02:52:20.266 |
| 9209 | 2026-08-05T02:52:21.764Z | DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266 |
| 9210 | 2026-08-05T02:52:21.764Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9211 | 2026-08-05T02:52:21.764Z | INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 05 02:52:20.266 |
| 9212 | 2026-08-05T02:52:21.764Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9213 | 2026-08-05T02:52:21.764Z | Aug 05 02:52:20.266 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.266 DEBG |
| 9214 | 2026-08-05T02:52:21.764Z | INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 05 02:52:20.266 |
| 9215 | 2026-08-05T02:52:21.764Z | reset freemapreplacing 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 |
| 9216 | 2026-08-05T02:52:21.765Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266 |
| 9217 | 2026-08-05T02:52:21.765Z | , unitINFO: Aug 05 02:52:20.266 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 05 02:52:20.266freemap_route_ipv6 |
| 9218 | 2026-08-05T02:52:21.765Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9219 | 2026-08-05T02:52:21.765Z | INFO |
| 9220 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.266adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 05 02:52:20.266 |
| 9221 | 2026-08-05T02:52:21.765Z | test route::tests::identity_replace_is_noop ... ok |
| 9222 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.266DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266Aug 05 02:52:20.266 |
| 9223 | 2026-08-05T02:52:21.765Z | DEBG DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9224 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.267 Aug 05 02:52:20.282DEBG INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffcreated new freemap |
| 9225 | 2026-08-05T02:52:21.765Z | , unit: freemap_route_ipv4 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 } }] |
| 9226 | 2026-08-05T02:52:21.765Z | |
| 9227 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282 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 } }] |
| 9228 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.267Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282 INFOINFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9229 | 2026-08-05T02:52:21.765Z | DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffcreated new freemap Aug 05 02:52:20.282 |
| 9230 | 2026-08-05T02:52:21.765Z | , |
| 9231 | 2026-08-05T02:52:21.765Z | unitDEBGDEBG 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 } }]: |
| 9232 | 2026-08-05T02:52:21.765Z | created new freemapfreemap_route_ipv4Aug 05 02:52:20.282, unit |
| 9233 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282: Aug 05 02:52:20.282DEBG freemap_route_ipv6INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 9234 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282 |
| 9235 | 2026-08-05T02:52:21.765Z | |
| 9236 | 2026-08-05T02:52:21.765Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.282 |
| 9237 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282DEBGAug 05 02:52:20.282 INFO DEBG DEBG initted freemap. size: 64created new freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ff, 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 } }], |
| 9238 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282 |
| 9239 | 2026-08-05T02:52:21.765Z | unit INFO unit:adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff : |
| 9240 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282 INFOfreemap_route_ipv6Aug 05 02:52:20.282 Aug 05 02:52:20.282adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9241 | 2026-08-05T02:52:21.765Z | |
| 9242 | 2026-08-05T02:52:21.765Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9243 | 2026-08-05T02:52:21.765Z | 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 } }] |
| 9244 | 2026-08-05T02:52:21.765Z | |
| 9245 | 2026-08-05T02:52:21.765Z | Aug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282DEBGDEBGAug 05 02:52:20.282 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG initted freemap. size: 64INFO , |
| 9246 | 2026-08-05T02:52:21.766Z | Aug 05 02:52:20.282unit reset freemapINFO, adding route 3fff:beef:28::/64 -> 2001:db8::55:ff: |
| 9247 | 2026-08-05T02:52:21.769Z | freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9248 | 2026-08-05T02:52:21.769Z | |
| 9249 | 2026-08-05T02:52:21.769Z | unit:Aug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282 INFO Aug 05 02:52:20.282 DEBGfreemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGDEBG |
| 9250 | 2026-08-05T02:52:21.769Z | 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 } }] |
| 9251 | 2026-08-05T02:52:21.769Z | |
| 9252 | 2026-08-05T02:52:21.770Z | reset freemapreplacing 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 } }], |
| 9253 | 2026-08-05T02:52:21.770Z | unitAug 05 02:52:20.282:Aug 05 02:52:20.282Aug 05 02:52:20.282 INFOfreemap_route_ipv4 DEBGDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 05 02:52:20.282replacing 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 } }] |
| 9254 | 2026-08-05T02:52:21.770Z | INFO |
| 9255 | 2026-08-05T02:52:21.770Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9256 | 2026-08-05T02:52:21.770Z | Aug 05 02:52:20.282 |
| 9257 | 2026-08-05T02:52:21.770Z | initted freemap. size: 64INFO, Aug 05 02:52:20.282unitAug 05 02:52:20.282: DEBGAug 05 02:52:20.282 freemap_route_ipv6 |
| 9258 | 2026-08-05T02:52:21.770Z | adding route 3fff:beef:32::/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 } }] |
| 9259 | 2026-08-05T02:52:21.770Z | |
| 9260 | 2026-08-05T02:52:21.770Z | 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 } }]DEBG |
| 9261 | 2026-08-05T02:52:21.770Z | Aug 05 02:52:20.282 initted freemap. size: 64DEBG, Aug 05 02:52:20.282unit Aug 05 02:52:20.282Aug 05 02:52:20.282replacing 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 } }]: |
| 9262 | 2026-08-05T02:52:21.770Z | INFO DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9263 | 2026-08-05T02:52:21.770Z | freemap_route_ipv6 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9264 | 2026-08-05T02:52:21.770Z | |
| 9265 | 2026-08-05T02:52:21.770Z | reset freemap, Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282 DEBGDEBG reset freemapreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9266 | 2026-08-05T02:52:21.770Z | unit Aug 05 02:52:20.282: unit:INFOfreemap_route_ipv6 |
| 9267 | 2026-08-05T02:52:21.770Z | freemap_route_ipv6Aug 05 02:52:20.282 |
| 9268 | 2026-08-05T02:52:21.770Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO Aug 05 02:52:20.282replacing 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 } }] |
| 9269 | 2026-08-05T02:52:21.770Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 05 02:52:20.282 |
| 9270 | 2026-08-05T02:52:21.770Z | |
| 9271 | 2026-08-05T02:52:21.770Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:52:20.282INFO |
| 9272 | 2026-08-05T02:52:21.770Z | Aug 05 02:52:20.282Aug 05 02:52:20.282 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9273 | 2026-08-05T02:52:21.770Z | DEBGINFODEBG adding route 3fff:beef:2b::/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 } }] |
| 9274 | 2026-08-05T02:52:21.770Z | Aug 05 02:52:20.282Aug 05 02:52:20.282replacing 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 } }] |
| 9275 | 2026-08-05T02:52:21.771Z | DEBG DEBG Aug 05 02:52:20.282 |
| 9276 | 2026-08-05T02:52:21.771Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:52:20.282 |
| 9277 | 2026-08-05T02:52:21.771Z | INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:34::/64 -> 2001:db8::55:ff Aug 05 02:52:20.282 |
| 9278 | 2026-08-05T02:52:21.771Z | |
| 9279 | 2026-08-05T02:52:21.771Z | INFOAug 05 02:52:20.282 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOAug 05 02:52:20.282 |
| 9280 | 2026-08-05T02:52:21.771Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:52:20.282 |
| 9281 | 2026-08-05T02:52:21.771Z | |
| 9282 | 2026-08-05T02:52:21.771Z | INFO DEBGAug 05 02:52:20.282adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:52:20.282 |
| 9283 | 2026-08-05T02:52:21.771Z | Aug 05 02:52:20.282replacing 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9284 | 2026-08-05T02:52:21.771Z | Aug 05 02:52:20.282 |
| 9285 | 2026-08-05T02:52:21.771Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.282Aug 05 02:52:20.282 DEBG |
| 9286 | 2026-08-05T02:52:21.771Z | INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 05 02:52:20.282 |
| 9287 | 2026-08-05T02:52:21.771Z | |
| 9288 | 2026-08-05T02:52:21.771Z | |
| 9289 | 2026-08-05T02:52:21.771Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9290 | 2026-08-05T02:52:21.771Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 05 02:52:20.282 |
| 9291 | 2026-08-05T02:52:21.771Z | Aug 05 02:52:20.282 DEBGINFO Aug 05 02:52:20.282Aug 05 02:52:20.282replacing 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 } }] |
| 9292 | 2026-08-05T02:52:21.771Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 9293 | 2026-08-05T02:52:21.771Z | Aug 05 02:52:20.282 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.282INFO |
| 9294 | 2026-08-05T02:52:21.771Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 05 02:52:20.282 |
| 9295 | 2026-08-05T02:52:21.771Z | |
| 9296 | 2026-08-05T02:52:21.771Z | DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 05 02:52:20.282 |
| 9297 | 2026-08-05T02:52:21.771Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 9298 | 2026-08-05T02:52:21.771Z | Aug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9299 | 2026-08-05T02:52:21.771Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 05 02:52:20.282 |
| 9300 | 2026-08-05T02:52:21.771Z | DEBG DEBG Aug 05 02:52:20.282 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9301 | 2026-08-05T02:52:21.771Z | adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.282 |
| 9302 | 2026-08-05T02:52:21.771Z | |
| 9303 | 2026-08-05T02:52:21.772Z | 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9304 | 2026-08-05T02:52:21.772Z | |
| 9305 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282 INFOAug 05 02:52:20.282 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGINFO |
| 9306 | 2026-08-05T02:52:21.772Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9307 | 2026-08-05T02:52:21.772Z | |
| 9308 | 2026-08-05T02:52:21.772Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 05 02:52:20.282 |
| 9309 | 2026-08-05T02:52:21.772Z | |
| 9310 | 2026-08-05T02:52:21.772Z | DEBGAug 05 02:52:20.282Aug 05 02:52:20.282 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 9311 | 2026-08-05T02:52:21.772Z | 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 } }] |
| 9312 | 2026-08-05T02:52:21.772Z | |
| 9313 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.282Aug 05 02:52:20.282 DEBG Aug 05 02:52:20.282 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 05 02:52:20.282 |
| 9314 | 2026-08-05T02:52:21.772Z | 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 } }] |
| 9315 | 2026-08-05T02:52:21.772Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9316 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.282 Aug 05 02:52:20.282WARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 9317 | 2026-08-05T02:52:21.772Z | 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 } }]Aug 05 02:52:20.282 |
| 9318 | 2026-08-05T02:52:21.772Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO |
| 9319 | 2026-08-05T02:52:21.772Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 05 02:52:20.283 |
| 9320 | 2026-08-05T02:52:21.772Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9321 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.283 |
| 9322 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.283 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9323 | 2026-08-05T02:52:21.772Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.283 |
| 9324 | 2026-08-05T02:52:21.772Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.283 INFOAug 05 02:52:20.283 |
| 9325 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.283adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.283 |
| 9326 | 2026-08-05T02:52:21.772Z | |
| 9327 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.283 INFODEBGAug 05 02:52:20.292 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 05 02:52:20.292INFOcreated new freemap , DEBGunit |
| 9328 | 2026-08-05T02:52:21.772Z | :replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9329 | 2026-08-05T02:52:21.772Z | |
| 9330 | 2026-08-05T02:52:21.772Z | freemap_route_ipv4Aug 05 02:52:20.292Aug 05 02:52:20.292 INFOAug 05 02:52:20.292 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 9331 | 2026-08-05T02:52:21.772Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9332 | 2026-08-05T02:52:21.772Z | |
| 9333 | 2026-08-05T02:52:21.772Z | 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 } }] |
| 9334 | 2026-08-05T02:52:21.772Z | Aug 05 02:52:20.292 Aug 05 02:52:20.292Aug 05 02:52:20.292 DEBGINFO created new freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 05 02:52:20.292 |
| 9335 | 2026-08-05T02:52:21.772Z | DEBGINFO , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 05 02:52:20.292replacing 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 } }] |
| 9336 | 2026-08-05T02:52:21.772Z | unit: |
| 9337 | 2026-08-05T02:52:21.772Z | freemap_route_ipv6DEBGAug 05 02:52:20.292 Aug 05 02:52:20.292 |
| 9338 | 2026-08-05T02:52:21.773Z | 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 } }] DEBGINFO |
| 9339 | 2026-08-05T02:52:21.773Z | 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 } }] |
| 9340 | 2026-08-05T02:52:21.773Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 05 02:52:20.292 |
| 9341 | 2026-08-05T02:52:21.773Z | DEBG Aug 05 02:52:20.292Aug 05 02:52:20.292 Aug 05 02:52:20.292initted freemap. size: 64INFO , DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9342 | 2026-08-05T02:52:21.773Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9343 | 2026-08-05T02:52:21.773Z | |
| 9344 | 2026-08-05T02:52:21.773Z | unitAug 05 02:52:20.292: freemap_route_ipv4INFOAug 05 02:52:20.292Aug 05 02:52:20.292 |
| 9345 | 2026-08-05T02:52:21.773Z | DEBG DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 05 02:52:20.292 |
| 9346 | 2026-08-05T02:52:21.773Z | 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 |
| 9347 | 2026-08-05T02:52:21.776Z | 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 } }] |
| 9348 | 2026-08-05T02:52:21.777Z | reset freemapAug 05 02:52:20.292, unitDEBGAug 05 02:52:20.292 : Aug 05 02:52:20.292replacing 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 freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 9349 | 2026-08-05T02:52:21.777Z | |
| 9350 | 2026-08-05T02:52:21.777Z | |
| 9351 | 2026-08-05T02:52:21.777Z | failed to allocate space for the new target listAug 05 02:52:20.292Aug 05 02:52:20.292 DEBGAug 05 02:52:20.292INFO DEBG |
| 9352 | 2026-08-05T02:52:21.777Z | 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:29::/64 -> 2001:db8::55:ff |
| 9353 | 2026-08-05T02:52:21.777Z | |
| 9354 | 2026-08-05T02:52:21.777Z | initted freemap. size: 64, unit:Aug 05 02:52:20.292 Aug 05 02:52:20.292Aug 05 02:52:20.292 freemap_route_ipv6 |
| 9355 | 2026-08-05T02:52:21.777Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 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 } }] |
| 9356 | 2026-08-05T02:52:21.777Z | |
| 9357 | 2026-08-05T02:52:21.777Z | INFO Aug 05 02:52:20.292 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 9358 | 2026-08-05T02:52:21.777Z | Aug 05 02:52:20.292 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 9359 | 2026-08-05T02:52:21.777Z | Aug 05 02:52:20.292reset freemap , DEBGunit :Aug 05 02:52:20.292 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 |
| 9360 | 2026-08-05T02:52:21.777Z | freemap_route_ipv6replacing 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 } }] |
| 9361 | 2026-08-05T02:52:21.777Z | |
| 9362 | 2026-08-05T02:52:21.777Z | Aug 05 02:52:20.292Aug 05 02:52:20.292Aug 05 02:52:20.292 INFOINFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9363 | 2026-08-05T02:52:21.777Z | |
| 9364 | 2026-08-05T02:52:21.777Z | |
| 9365 | 2026-08-05T02:52:21.777Z | Aug 05 02:52:20.292 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 } }] |
| 9366 | 2026-08-05T02:52:21.777Z | Aug 05 02:52:20.292 Aug 05 02:52:20.292Aug 05 02:52:20.292 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 9367 | 2026-08-05T02:52:21.777Z | DEBG |
| 9368 | 2026-08-05T02:52:21.777Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.292Aug 05 02:52:20.292 |
| 9369 | 2026-08-05T02:52:21.777Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:52:20.292 |
| 9370 | 2026-08-05T02:52:21.777Z | INFO INFOAug 05 02:52:20.292 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 9371 | 2026-08-05T02:52:21.777Z | |
| 9372 | 2026-08-05T02:52:21.777Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9373 | 2026-08-05T02:52:21.777Z | Aug 05 02:52:20.292INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:52:20.292 |
| 9374 | 2026-08-05T02:52:21.777Z | 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 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 } }] |
| 9375 | 2026-08-05T02:52:21.777Z | |
| 9376 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.283 DEBG created new freemap, unit:Aug 05 02:52:20.292 Aug 05 02:52:20.292 Aug 05 02:52:20.292freemap_route_ipv4 |
| 9377 | 2026-08-05T02:52:21.778Z | 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 } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9378 | 2026-08-05T02:52:21.778Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9379 | 2026-08-05T02:52:21.778Z | |
| 9380 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.292 DEBG Aug 05 02:52:20.292created new freemap , INFOunit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9381 | 2026-08-05T02:52:21.778Z | freemap_route_ipv6 |
| 9382 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.292Aug 05 02:52:20.292 Aug 05 02:52:20.293DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9383 | 2026-08-05T02:52:21.778Z | 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 } }] |
| 9384 | 2026-08-05T02:52:21.778Z | DEBGAug 05 02:52:20.293 Aug 05 02:52:20.293initted freemap. size: 64 Aug 05 02:52:20.293, INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunit |
| 9385 | 2026-08-05T02:52:21.778Z | : DEBGfreemap_route_ipv4 |
| 9386 | 2026-08-05T02:52:21.778Z | 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 } }] |
| 9387 | 2026-08-05T02:52:21.778Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9388 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.293Aug 05 02:52:20.293 DEBGDEBG reset freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9389 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.293unit INFO: replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.293freemap_route_ipv4 |
| 9390 | 2026-08-05T02:52:21.778Z | |
| 9391 | 2026-08-05T02:52:21.778Z | DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9392 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.293 |
| 9393 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.293 INFODEBG Aug 05 02:52:20.293Aug 05 02:52:20.293 Aug 05 02:52:20.293adding route 3fff:beef:28::/64 -> 2001:db8::55:ff INFOinitted freemap. size: 64 DEBG, adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit |
| 9394 | 2026-08-05T02:52:21.778Z | |
| 9395 | 2026-08-05T02:52:21.778Z | INFO: replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Aug 05 02:52:20.293 |
| 9396 | 2026-08-05T02:52:21.778Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9397 | 2026-08-05T02:52:21.778Z | |
| 9398 | 2026-08-05T02:52:21.778Z | 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 } }] |
| 9399 | 2026-08-05T02:52:21.778Z | Aug 05 02:52:20.293 Aug 05 02:52:20.293Aug 05 02:52:20.293INFO Aug 05 02:52:20.293 DEBGDEBG reset freemap Aug 05 02:52:20.293INFOreplacing 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 } }], |
| 9400 | 2026-08-05T02:52:21.778Z | unit:adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9401 | 2026-08-05T02:52:21.778Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9402 | 2026-08-05T02:52:21.778Z | freemap_route_ipv6Aug 05 02:52:20.293 |
| 9403 | 2026-08-05T02:52:21.778Z | INFO Aug 05 02:52:20.293adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 05 02:52:20.293 |
| 9404 | 2026-08-05T02:52:21.778Z | test route::tests::same_size_non_subset_replace ... ok |
| 9405 | 2026-08-05T02:52:21.778Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9406 | 2026-08-05T02:52:21.778Z | DEBGDEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9407 | 2026-08-05T02:52:21.779Z | |
| 9408 | 2026-08-05T02:52:21.779Z | 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 } }] |
| 9409 | 2026-08-05T02:52:21.779Z | Aug 05 02:52:20.293 INFOAug 05 02:52:20.293Aug 05 02:52:20.293 Aug 05 02:52:20.293INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9410 | 2026-08-05T02:52:21.779Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 05 02:52:20.293 |
| 9411 | 2026-08-05T02:52:21.779Z | |
| 9412 | 2026-08-05T02:52:21.779Z | INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:52:20.293 Aug 05 02:52:20.293DEBG |
| 9413 | 2026-08-05T02:52:21.779Z | 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 |
| 9414 | 2026-08-05T02:52:21.779Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:52:20.293 |
| 9415 | 2026-08-05T02:52:21.779Z | |
| 9416 | 2026-08-05T02:52:21.779Z | INFOAug 05 02:52:20.293 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:52:20.293INFOAug 05 02:52:20.293 Aug 05 02:52:20.293INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9417 | 2026-08-05T02:52:21.779Z | |
| 9418 | 2026-08-05T02:52:21.779Z | |
| 9419 | 2026-08-05T02:52:21.779Z | DEBGAug 05 02:52:20.293 DEBGDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.293Aug 05 02:52:20.293 |
| 9420 | 2026-08-05T02:52:21.779Z | 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 |
| 9421 | 2026-08-05T02:52:21.779Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9422 | 2026-08-05T02:52:21.779Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:52:20.293 |
| 9423 | 2026-08-05T02:52:21.779Z | |
| 9424 | 2026-08-05T02:52:21.779Z | INFOAug 05 02:52:20.293 INFOAug 05 02:52:20.293adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 05 02:52:20.293Aug 05 02:52:20.293 |
| 9425 | 2026-08-05T02:52:21.779Z | INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 9426 | 2026-08-05T02:52:21.779Z | |
| 9427 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.293 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9428 | 2026-08-05T02:52:21.780Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.293 |
| 9429 | 2026-08-05T02:52:21.780Z | 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 } }] |
| 9430 | 2026-08-05T02:52:21.780Z | |
| 9431 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.293 Aug 05 02:52:20.293DEBG Aug 05 02:52:20.293 INFOAug 05 02:52:20.293replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9432 | 2026-08-05T02:52:21.780Z | |
| 9433 | 2026-08-05T02:52:21.780Z | 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:32::/64 -> 2001:db8::55:ff |
| 9434 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.293Aug 05 02:52:20.293 |
| 9435 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.293DEBGAug 05 02:52:20.293 INFO DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:52:20.293replacing 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 } }] |
| 9436 | 2026-08-05T02:52:21.780Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9437 | 2026-08-05T02:52:21.780Z | |
| 9438 | 2026-08-05T02:52:21.780Z | DEBG |
| 9439 | 2026-08-05T02:52:21.780Z | 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 } }] |
| 9440 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.293Aug 05 02:52:20.293 INFOAug 05 02:52:20.293 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 9441 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.293 created new freemapDEBG, unitcreated new freemap:, Aug 05 02:52:20.316 Aug 05 02:52:20.293freemap_route_ipv4unit |
| 9442 | 2026-08-05T02:52:21.780Z | :Aug 05 02:52:20.316 freemap_route_ipv4INFODEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9443 | 2026-08-05T02:52:21.780Z | Aug 05 02:52:20.316adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9444 | 2026-08-05T02:52:21.780Z | DEBG |
| 9445 | 2026-08-05T02:52:21.780Z | |
| 9446 | 2026-08-05T02:52:21.780Z | created new freemap, unitAug 05 02:52:20.316: INFOfreemap_route_ipv6 |
| 9447 | 2026-08-05T02:52:21.785Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9448 | 2026-08-05T02:52:21.785Z | Aug 05 02:52:20.316Aug 05 02:52:20.316 Aug 05 02:52:20.316DEBG DEBG DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.316 |
| 9449 | 2026-08-05T02:52:21.785Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.316replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG initted freemap. size: 64 |
| 9450 | 2026-08-05T02:52:21.785Z | DEBG, Aug 05 02:52:20.316 |
| 9451 | 2026-08-05T02:52:21.785Z | unit:created new freemap , unitAug 05 02:52:20.316INFO freemap_route_ipv4:INFO |
| 9452 | 2026-08-05T02:52:21.785Z | Aug 05 02:52:20.316freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9453 | 2026-08-05T02:52:21.785Z | Aug 05 02:52:20.316 |
| 9454 | 2026-08-05T02:52:21.785Z | DEBGINFO reset freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 05 02:52:20.316 |
| 9455 | 2026-08-05T02:52:21.785Z | , unitDEBG:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9456 | 2026-08-05T02:52:21.785Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.316Aug 05 02:52:20.316 |
| 9457 | 2026-08-05T02:52:21.785Z | DEBGDEBG Aug 05 02:52:20.316replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 freemap_route_ipv4DEBGAug 05 02:52:20.316 |
| 9458 | 2026-08-05T02:52:21.785Z | |
| 9459 | 2026-08-05T02:52:21.785Z | 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, |
| 9460 | 2026-08-05T02:52:21.785Z | Aug 05 02:52:20.316 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit |
| 9461 | 2026-08-05T02:52:21.785Z | Aug 05 02:52:20.316INFO :adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 05 02:52:20.316DEBG Aug 05 02:52:20.316 DEBGinitted freemap. size: 64 |
| 9462 | 2026-08-05T02:52:21.785Z | 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, |
| 9463 | 2026-08-05T02:52:21.785Z | unit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9464 | 2026-08-05T02:52:21.785Z | freemap_route_ipv4freemap_route_ipv6 |
| 9465 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316 |
| 9466 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316INFOAug 05 02:52:20.316 Aug 05 02:52:20.316DEBG Aug 05 02:52:20.316 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:36::/64 -> 2001:db8::55:ff |
| 9467 | 2026-08-05T02:52:21.786Z | DEBG |
| 9468 | 2026-08-05T02:52:21.786Z | DEBGreset freemapDEBG, unitAug 05 02:52:20.316:reset freemapAug 05 02:52:20.316, unit freemap_route_ipv6 |
| 9469 | 2026-08-05T02:52:21.786Z | 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 } }] failed to allocate space for the new target listreplacing 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 } }] |
| 9470 | 2026-08-05T02:52:21.786Z | |
| 9471 | 2026-08-05T02:52:21.786Z | |
| 9472 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316 : INFOfreemap_route_ipv4Aug 05 02:52:20.316 |
| 9473 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9474 | 2026-08-05T02:52:21.786Z | |
| 9475 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316 replacing targets for 3fff:dead::/64 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 } }]DEBG |
| 9476 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316 Aug 05 02:52:20.316DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9477 | 2026-08-05T02:52:21.786Z | initted freemap. size: 64Aug 05 02:52:20.316replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.316INFO |
| 9478 | 2026-08-05T02:52:21.786Z | INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 9479 | 2026-08-05T02:52:21.786Z | adding route 172.16.0.0/32 -> 10.0.0.2unitAug 05 02:52:20.316 |
| 9480 | 2026-08-05T02:52:21.786Z | :INFO Aug 05 02:52:20.316 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 05 02:52:20.316DEBGfreemap_route_ipv6 |
| 9481 | 2026-08-05T02:52:21.786Z | DEBG |
| 9482 | 2026-08-05T02:52:21.786Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.316 |
| 9483 | 2026-08-05T02:52:21.786Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9484 | 2026-08-05T02:52:21.786Z | 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 } }]Aug 05 02:52:20.316Aug 05 02:52:20.316 DEBGAug 05 02:52:20.316 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 |
| 9485 | 2026-08-05T02:52:21.786Z | |
| 9486 | 2026-08-05T02:52:21.786Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9487 | 2026-08-05T02:52:21.786Z | DEBG Aug 05 02:52:20.293 Aug 05 02:52:20.316DEBGAug 05 02:52:20.316DEBGreset freemap , INFOunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:39::/64 -> 2001:db8::55:ffDEBG |
| 9488 | 2026-08-05T02:52:21.786Z | |
| 9489 | 2026-08-05T02:52:21.786Z | 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: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 } }]: |
| 9490 | 2026-08-05T02:52:21.786Z | |
| 9491 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316freemap_route_ipv6 Aug 05 02:52:20.316 |
| 9492 | 2026-08-05T02:52:21.786Z | Aug 05 02:52:20.316DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 9493 | 2026-08-05T02:52:21.787Z | DEBGAug 05 02:52:20.316 Aug 05 02:52:20.316replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9494 | 2026-08-05T02:52:21.787Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9495 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9496 | 2026-08-05T02:52:21.787Z | |
| 9497 | 2026-08-05T02:52:21.787Z | WARNAug 05 02:52:20.316 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 9498 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9499 | 2026-08-05T02:52:21.787Z | DEBG Aug 05 02:52:20.316replacing 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 } }] |
| 9500 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316DEBGAug 05 02:52:20.316Aug 05 02:52:20.316 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 |
| 9501 | 2026-08-05T02:52:21.787Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9502 | 2026-08-05T02:52:21.787Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9503 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316replacing 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 } }]Aug 05 02:52:20.316 DEBGINFO |
| 9504 | 2026-08-05T02:52:21.787Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 9505 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 05 02:52:20.316 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 9506 | 2026-08-05T02:52:21.787Z | |
| 9507 | 2026-08-05T02:52:21.787Z | |
| 9508 | 2026-08-05T02:52:21.787Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 9509 | 2026-08-05T02:52:21.787Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9510 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316 DEBGAug 05 02:52:20.316 Aug 05 02:52:20.316DEBGreplacing 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 } }] |
| 9511 | 2026-08-05T02:52:21.787Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9512 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316 Aug 05 02:52:20.316 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 9513 | 2026-08-05T02:52:21.787Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9514 | 2026-08-05T02:52:21.787Z | |
| 9515 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316Aug 05 02:52:20.316 INFOINFO Aug 05 02:52:20.316adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9516 | 2026-08-05T02:52:21.787Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.316 |
| 9517 | 2026-08-05T02:52:21.787Z | DEBG |
| 9518 | 2026-08-05T02:52:21.787Z | Aug 05 02:52:20.316replacing 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 } }] |
| 9519 | 2026-08-05T02:52:21.788Z | DEBGAug 05 02:52:20.316Aug 05 02:52:20.316 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 } }] |
| 9520 | 2026-08-05T02:52:21.788Z | DEBGINFOAug 05 02:52:20.316 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9521 | 2026-08-05T02:52:21.788Z | 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 } }]INFO |
| 9522 | 2026-08-05T02:52:21.788Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:52:20.316 |
| 9523 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 9524 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 05 02:52:20.316 Aug 05 02:52:20.316replacing 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 } }] |
| 9525 | 2026-08-05T02:52:21.788Z | |
| 9526 | 2026-08-05T02:52:21.788Z | 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 } }]INFO |
| 9527 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9528 | 2026-08-05T02:52:21.788Z | INFOAug 05 02:52:20.316 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 9529 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9530 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316DEBGAug 05 02:52:20.316 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9531 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBG |
| 9532 | 2026-08-05T02:52:21.788Z | 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: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 } }] |
| 9533 | 2026-08-05T02:52:21.788Z | |
| 9534 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316Aug 05 02:52:20.316 DEBGINFO Aug 05 02:52:20.316replacing 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 } }] |
| 9535 | 2026-08-05T02:52:21.788Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:52:20.316INFO |
| 9536 | 2026-08-05T02:52:21.788Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 9537 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9538 | 2026-08-05T02:52:21.788Z | DEBG Aug 05 02:52:20.316Aug 05 02:52:20.316 Aug 05 02:52:20.316 DEBGfailed to allocate space for the new target listDEBG |
| 9539 | 2026-08-05T02:52:21.788Z | 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 } }] |
| 9540 | 2026-08-05T02:52:21.788Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9541 | 2026-08-05T02:52:21.788Z | 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 } }] |
| 9542 | 2026-08-05T02:52:21.788Z | Aug 05 02:52:20.316Aug 05 02:52:20.316 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 05 02:52:20.316Aug 05 02:52:20.316 |
| 9543 | 2026-08-05T02:52:21.788Z | |
| 9544 | 2026-08-05T02:52:21.788Z | DEBG INFO failed to allocate space for the new target listadding route 172.17.0.1/32 -> 10.0.0.255 |
| 9545 | 2026-08-05T02:52:21.788Z | |
| 9546 | 2026-08-05T02:52:21.789Z | Aug 05 02:52:20.316 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 } }] |
| 9547 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.316 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 05 02:52:20.316 INFOAug 05 02:52:20.317 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 05 02:52:20.317 |
| 9548 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.317 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemapcreated new freemap |
| 9549 | 2026-08-05T02:52:21.794Z | , unit: , freemap_route_ipv4unit: |
| 9550 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.316 Aug 05 02:52:20.324freemap_route_ipv4DEBG 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 } }] |
| 9551 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.324 |
| 9552 | 2026-08-05T02:52:21.794Z | created new freemap , Aug 05 02:52:20.324DEBG unitDEBGAug 05 02:52:20.324 :replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9553 | 2026-08-05T02:52:21.794Z | freemap_route_ipv6DEBG |
| 9554 | 2026-08-05T02:52:21.794Z | |
| 9555 | 2026-08-05T02:52:21.794Z | created new freemapAug 05 02:52:20.324, unit Aug 05 02:52:20.324INFO Aug 05 02:52:20.324adding route 172.17.0.2/32 -> 10.0.0.255 :INFO |
| 9556 | 2026-08-05T02:52:21.794Z | INFOfreemap_route_ipv6 |
| 9557 | 2026-08-05T02:52:21.794Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:52:20.324 |
| 9558 | 2026-08-05T02:52:21.794Z | |
| 9559 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.324DEBG Aug 05 02:52:20.324DEBG Aug 05 02:52:20.324 DEBGDEBGAug 05 02:52:20.324 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 } }]initted freemap. size: 64 |
| 9560 | 2026-08-05T02:52:21.794Z | 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 } }] |
| 9561 | 2026-08-05T02:52:21.794Z | , initted freemap. size: 64unit : , freemap_route_ipv4DEBG |
| 9562 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.324unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9563 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.324 DEBGAug 05 02:52:20.324 reset freemapfreemap_route_ipv4, |
| 9564 | 2026-08-05T02:52:21.794Z | unitINFOAug 05 02:52:20.324:INFO adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv4INFO |
| 9565 | 2026-08-05T02:52:21.794Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9566 | 2026-08-05T02:52:21.794Z | |
| 9567 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.324 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 05 02:52:20.324DEBG |
| 9568 | 2026-08-05T02:52:21.794Z | Aug 05 02:52:20.324 DEBGDEBGAug 05 02:52:20.324reset freemap , DEBGAug 05 02:52:20.324 unitreplacing 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 } }] |
| 9569 | 2026-08-05T02:52:21.795Z | DEBG 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 } }]: |
| 9570 | 2026-08-05T02:52:21.795Z | , unit:freemap_route_ipv4Aug 05 02:52:20.324 |
| 9571 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.324 INFOINFOAug 05 02:52:20.324freemap_route_ipv6 |
| 9572 | 2026-08-05T02:52:21.795Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9573 | 2026-08-05T02:52:21.795Z | initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }] |
| 9574 | 2026-08-05T02:52:21.795Z | , Aug 05 02:52:20.324 |
| 9575 | 2026-08-05T02:52:21.795Z | DEBGunit : Aug 05 02:52:20.324Aug 05 02:52:20.324reset freemap freemap_route_ipv6, DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGAug 05 02:52:20.324 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 } }] |
| 9576 | 2026-08-05T02:52:21.795Z | freemap_route_ipv6 |
| 9577 | 2026-08-05T02:52:21.795Z | |
| 9578 | 2026-08-05T02:52:21.795Z | INFO |
| 9579 | 2026-08-05T02:52:21.795Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9580 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.324Aug 05 02:52:20.324Aug 05 02:52:20.324 DEBG INFODEBGreset freemapAug 05 02:52:20.324 adding route 172.16.0.0/32 -> 10.0.0.1 INFOAug 05 02:52:20.324, |
| 9581 | 2026-08-05T02:52:21.795Z | unit :adding route 172.17.0.5/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 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 } }] |
| 9582 | 2026-08-05T02:52:21.795Z | |
| 9583 | 2026-08-05T02:52:21.795Z | 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_ipv6Aug 05 02:52:20.324 |
| 9584 | 2026-08-05T02:52:21.795Z | |
| 9585 | 2026-08-05T02:52:21.795Z | 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 } }]Aug 05 02:52:20.324 |
| 9586 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.324WARN Aug 05 02:52:20.324 Aug 05 02:52:20.324DEBG INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]INFOAug 05 02:52:20.324 |
| 9587 | 2026-08-05T02:52:21.795Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9588 | 2026-08-05T02:52:21.795Z | |
| 9589 | 2026-08-05T02:52:21.795Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9590 | 2026-08-05T02:52:21.795Z | |
| 9591 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.324 DEBG Aug 05 02:52:20.324replacing 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 } }] |
| 9592 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.324Aug 05 02:52:20.324 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]ERROAug 05 02:52:20.324 adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9593 | 2026-08-05T02:52:21.795Z | |
| 9594 | 2026-08-05T02:52:21.795Z | INFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9595 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.324adding route 172.16.0.0/32 -> 10.0.0.1 Aug 05 02:52:20.325DEBG 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 } }] |
| 9596 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.325 |
| 9597 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.325 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 |
| 9598 | 2026-08-05T02:52:21.795Z | Aug 05 02:52:20.325 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9599 | 2026-08-05T02:52:21.795Z | ERROreplacing 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 } }]Aug 05 02:52:20.325 |
| 9600 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325INFO Aug 05 02:52:20.325 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itadding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 9601 | 2026-08-05T02:52:21.796Z | DEBG |
| 9602 | 2026-08-05T02:52:21.796Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 05 02:52:20.325replacing 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 } }] |
| 9603 | 2026-08-05T02:52:21.796Z | |
| 9604 | 2026-08-05T02:52:21.796Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9605 | 2026-08-05T02:52:21.796Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:52:20.325Aug 05 02:52:20.325 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 } }] |
| 9606 | 2026-08-05T02:52:21.796Z | |
| 9607 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 9608 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.325 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9609 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:52:20.325 |
| 9610 | 2026-08-05T02:52:21.796Z | |
| 9611 | 2026-08-05T02:52:21.796Z | INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9612 | 2026-08-05T02:52:21.796Z | |
| 9613 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325Aug 05 02:52:20.325 INFO Aug 05 02:52:20.325 DEBG Aug 05 02:52:20.325adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9614 | 2026-08-05T02:52:21.796Z | 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 } }]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 } }] |
| 9615 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325 |
| 9616 | 2026-08-05T02:52:21.796Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9617 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325replacing 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 } }] |
| 9618 | 2026-08-05T02:52:21.796Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:52:20.325 |
| 9619 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325Aug 05 02:52:20.325 INFODEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9620 | 2026-08-05T02:52:21.796Z | |
| 9621 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325 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 } }] Aug 05 02:52:20.325replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.325 |
| 9622 | 2026-08-05T02:52:21.796Z | DEBGDEBG |
| 9623 | 2026-08-05T02:52:21.796Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9624 | 2026-08-05T02:52:21.796Z | |
| 9625 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325 Aug 05 02:52:20.325 Aug 05 02:52:20.325INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255Aug 05 02:52:20.325 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:3, vlan_id: None } }] INFO |
| 9626 | 2026-08-05T02:52:21.796Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9627 | 2026-08-05T02:52:21.796Z | |
| 9628 | 2026-08-05T02:52:21.796Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 05 02:52:20.325Aug 05 02:52:20.325 |
| 9629 | 2026-08-05T02:52:21.796Z | DEBG Aug 05 02:52:20.325replacing 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 } }] |
| 9630 | 2026-08-05T02:52:21.796Z | 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 } }] |
| 9631 | 2026-08-05T02:52:21.796Z | Aug 05 02:52:20.325 Aug 05 02:52:20.317INFOAug 05 02:52:20.325 INFOadding route 172.17.0.11/32 -> 10.0.0.255DEBG adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9632 | 2026-08-05T02:52:21.796Z | |
| 9633 | 2026-08-05T02:52:21.796Z | created new freemap , DEBGunitAug 05 02:52:20.325:Aug 05 02:52:20.325 freemap_route_ipv4 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9634 | 2026-08-05T02:52:21.797Z | 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 } }] |
| 9635 | 2026-08-05T02:52:21.797Z | |
| 9636 | 2026-08-05T02:52:21.797Z | DEBG Aug 05 02:52:20.325replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.325INFOAug 05 02:52:20.325 |
| 9637 | 2026-08-05T02:52:21.797Z | |
| 9638 | 2026-08-05T02:52:21.797Z | INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 9639 | 2026-08-05T02:52:21.797Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 05 02:52:20.325 |
| 9640 | 2026-08-05T02:52:21.797Z | created new freemap , INFOunitAug 05 02:52:20.325 Aug 05 02:52:20.325adding route 172.17.0.12/32 -> 10.0.0.255: DEBG |
| 9641 | 2026-08-05T02:52:21.797Z | DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9642 | 2026-08-05T02:52:21.797Z | |
| 9643 | 2026-08-05T02:52:21.797Z | |
| 9644 | 2026-08-05T02:52:21.797Z | Aug 05 02:52:20.325 DEBG Aug 05 02:52:20.325replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.325 |
| 9645 | 2026-08-05T02:52:21.797Z | DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.5/32 -> 10.0.0.255unit |
| 9646 | 2026-08-05T02:52:21.797Z | :Aug 05 02:52:20.325 freemap_route_ipv4Aug 05 02:52:20.325INFOAug 05 02:52:20.325 |
| 9647 | 2026-08-05T02:52:21.801Z | adding route 172.17.0.13/32 -> 10.0.0.255 INFO |
| 9648 | 2026-08-05T02:52:21.801Z | DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 05 02:52:20.325replacing 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 Aug 05 02:52:20.325reset freemap , Aug 05 02:52:20.325unit :DEBGDEBG created new freemapfreemap_route_ipv4created new freemap |
| 9649 | 2026-08-05T02:52:21.801Z | , , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 9650 | 2026-08-05T02:52:21.801Z | Aug 05 02:52:20.332 |
| 9651 | 2026-08-05T02:52:21.802Z | DEBG initted freemap. size: 64, unit:Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBG created new freemap freemap_route_ipv6, created new freemapDEBG |
| 9652 | 2026-08-05T02:52:21.802Z | , unitunit: :Aug 05 02:52:20.332created new freemap freemap_route_ipv6, freemap_route_ipv6unit : |
| 9653 | 2026-08-05T02:52:21.802Z | |
| 9654 | 2026-08-05T02:52:21.802Z | freemap_route_ipv4DEBG |
| 9655 | 2026-08-05T02:52:21.802Z | Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBG initted freemap. size: 64initted freemap. size: 64 , , unit:Aug 05 02:52:20.325reset freemapunit :Aug 05 02:52:20.332freemap_route_ipv4 DEBG |
| 9656 | 2026-08-05T02:52:21.802Z | freemap_route_ipv4, DEBG |
| 9657 | 2026-08-05T02:52:21.802Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.332 |
| 9658 | 2026-08-05T02:52:21.802Z | unitcreated new freemapDEBG:Aug 05 02:52:20.332 , freemap_route_ipv6DEBG |
| 9659 | 2026-08-05T02:52:21.802Z | unit reset freemapreset freemap:, , Aug 05 02:52:20.332unit Aug 05 02:52:20.332unit freemap_route_ipv6INFO |
| 9660 | 2026-08-05T02:52:21.802Z | : adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4 |
| 9661 | 2026-08-05T02:52:21.802Z | INFO :adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9662 | 2026-08-05T02:52:21.802Z | Aug 05 02:52:20.332freemap_route_ipv4 |
| 9663 | 2026-08-05T02:52:21.802Z | |
| 9664 | 2026-08-05T02:52:21.802Z | DEBGAug 05 02:52:20.332 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 } }]DEBGAug 05 02:52:20.332 |
| 9665 | 2026-08-05T02:52:21.802Z | Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBG DEBG initted freemap. size: 64 DEBGinitted freemap. size: 64, , unitunit::initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:52:20.332, |
| 9666 | 2026-08-05T02:52:21.802Z | freemap_route_ipv6 INFOfreemap_route_ipv6unit :adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9667 | 2026-08-05T02:52:21.802Z | Aug 05 02:52:20.332 |
| 9668 | 2026-08-05T02:52:21.802Z | |
| 9669 | 2026-08-05T02:52:21.802Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:52:20.332freemap_route_ipv4Aug 05 02:52:20.332 |
| 9670 | 2026-08-05T02:52:21.802Z | DEBG |
| 9671 | 2026-08-05T02:52:21.802Z | DEBG Aug 05 02:52:20.332 reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 05 02:52:20.332unitDEBG: reset freemapfreemap_route_ipv6, unit |
| 9672 | 2026-08-05T02:52:21.802Z | |
| 9673 | 2026-08-05T02:52:21.802Z | DEBG :reset freemap Aug 05 02:52:20.332freemap_route_ipv4 Aug 05 02:52:20.332 |
| 9674 | 2026-08-05T02:52:21.802Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9675 | 2026-08-05T02:52:21.802Z | , Aug 05 02:52:20.332adding route 172.17.0.16/32 -> 10.0.0.255unit |
| 9676 | 2026-08-05T02:52:21.802Z | :Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBGfreemap_route_ipv6 Aug 05 02:52:20.332 |
| 9677 | 2026-08-05T02:52:21.802Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9678 | 2026-08-05T02:52:21.802Z | 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 } }] |
| 9679 | 2026-08-05T02:52:21.802Z | 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 |
| 9680 | 2026-08-05T02:52:21.802Z | initted freemap. size: 64Aug 05 02:52:20.332, Aug 05 02:52:20.332INFOAug 05 02:52:20.332 unitAug 05 02:52:20.332INFO: adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9681 | 2026-08-05T02:52:21.802Z | adding route 172.17.0.0/32 -> 10.0.0.255INFO freemap_route_ipv6 |
| 9682 | 2026-08-05T02:52:21.802Z | INFO |
| 9683 | 2026-08-05T02:52:21.802Z | Aug 05 02:52:20.332 DEBGadding route 172.17.0.17/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 } }] |
| 9684 | 2026-08-05T02:52:21.803Z | Aug 05 02:52:20.332 |
| 9685 | 2026-08-05T02:52:21.803Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:52:20.332DEBG Aug 05 02:52:20.332replacing 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 } }]DEBGAug 05 02:52:20.332 |
| 9686 | 2026-08-05T02:52:21.803Z | |
| 9687 | 2026-08-05T02:52:21.803Z | INFODEBGreset freemap , unit:Aug 05 02:52:20.332adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9688 | 2026-08-05T02:52:21.803Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 05 02:52:20.332replacing 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 } }] |
| 9689 | 2026-08-05T02:52:21.803Z | DEBGfreemap_route_ipv6 |
| 9690 | 2026-08-05T02:52:21.803Z | Aug 05 02:52:20.332replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9691 | 2026-08-05T02:52:21.803Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9692 | 2026-08-05T02:52:21.803Z | |
| 9693 | 2026-08-05T02:52:21.803Z | Aug 05 02:52:20.332Aug 05 02:52:20.332Aug 05 02:52:20.332 INFODEBG Aug 05 02:52:20.332replacing 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 } }] |
| 9694 | 2026-08-05T02:52:21.803Z | adding route 172.17.0.18/32 -> 10.0.0.255INFOINFO |
| 9695 | 2026-08-05T02:52:21.803Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:20.332 |
| 9696 | 2026-08-05T02:52:21.803Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9697 | 2026-08-05T02:52:21.803Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9698 | 2026-08-05T02:52:21.803Z | Aug 05 02:52:20.332Aug 05 02:52:20.332Aug 05 02:52:20.332 Aug 05 02:52:20.332INFO Aug 05 02:52:20.332DEBGDEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9699 | 2026-08-05T02:52:21.803Z | |
| 9700 | 2026-08-05T02:52:21.803Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9701 | 2026-08-05T02:52:21.803Z | |
| 9702 | 2026-08-05T02:52:21.803Z | 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 } }]Aug 05 02:52:20.332 |
| 9703 | 2026-08-05T02:52:21.803Z | 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 } }]Aug 05 02:52:20.332Aug 05 02:52:20.332 Aug 05 02:52:20.332INFO DEBGINFO Aug 05 02:52:20.332 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9704 | 2026-08-05T02:52:21.803Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9705 | 2026-08-05T02:52:21.803Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9706 | 2026-08-05T02:52:21.803Z | 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.3, vlan_id: None } }] |
| 9707 | 2026-08-05T02:52:21.803Z | |
| 9708 | 2026-08-05T02:52:21.803Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:52:20.332 |
| 9709 | 2026-08-05T02:52:21.803Z | Aug 05 02:52:20.332 Aug 05 02:52:20.332INFO Aug 05 02:52:20.332 DEBG DEBGadding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 9710 | 2026-08-05T02:52:21.803Z | 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 } }] |
| 9711 | 2026-08-05T02:52:21.803Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9712 | 2026-08-05T02:52:21.803Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:52:20.332 |
| 9713 | 2026-08-05T02:52:21.803Z | DEBGAug 05 02:52:20.332Aug 05 02:52:20.332 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 Aug 05 02:52:20.332 |
| 9714 | 2026-08-05T02:52:21.803Z | adding route 172.17.0.20/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 } }] |
| 9715 | 2026-08-05T02:52:21.804Z | |
| 9716 | 2026-08-05T02:52:21.804Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9717 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 05 02:52:20.332 |
| 9718 | 2026-08-05T02:52:21.804Z | |
| 9719 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332 |
| 9720 | 2026-08-05T02:52:21.804Z | INFODEBG Aug 05 02:52:20.332 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 05 02:52:20.332INFO |
| 9721 | 2026-08-05T02:52:21.804Z | adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9722 | 2026-08-05T02:52:21.804Z | INFO |
| 9723 | 2026-08-05T02:52:21.804Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:52:20.332 |
| 9724 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332INFO adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 05 02:52:20.332 |
| 9725 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332 Aug 05 02:52:20.332 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 9726 | 2026-08-05T02:52:21.804Z | |
| 9727 | 2026-08-05T02:52:21.804Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9728 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332 INFO |
| 9729 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9730 | 2026-08-05T02:52:21.804Z | DEBG Aug 05 02:52:20.332replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 05 02:52:20.332 |
| 9731 | 2026-08-05T02:52:21.804Z | INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.332 |
| 9732 | 2026-08-05T02:52:21.804Z | |
| 9733 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332DEBG DEBG Aug 05 02:52:20.332 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:52:20.332 |
| 9734 | 2026-08-05T02:52:21.804Z | |
| 9735 | 2026-08-05T02:52:21.804Z | INFO DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9736 | 2026-08-05T02:52:21.804Z | |
| 9737 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 9738 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9739 | 2026-08-05T02:52:21.804Z | Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGAug 05 02:52:20.332 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 } }]DEBG |
| 9740 | 2026-08-05T02:52:21.804Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9741 | 2026-08-05T02:52:21.804Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.332 |
| 9742 | 2026-08-05T02:52:21.804Z | DEBG failed to allocate space for the new target list |
| 9743 | 2026-08-05T02:52:21.804Z | DEBGAug 05 02:52:20.332 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.332 |
| 9744 | 2026-08-05T02:52:21.804Z | INFOAug 05 02:52:20.332 INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.24/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 } }]Aug 05 02:52:20.332 |
| 9745 | 2026-08-05T02:52:21.804Z | |
| 9746 | 2026-08-05T02:52:21.804Z | INFO |
| 9747 | 2026-08-05T02:52:21.809Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 05 02:52:20.332 |
| 9748 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.332 DEBG DEBGfailed to allocate space for the new target list |
| 9749 | 2026-08-05T02:52:21.809Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.332Aug 05 02:52:20.332 |
| 9750 | 2026-08-05T02:52:21.809Z | 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.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 } }] |
| 9751 | 2026-08-05T02:52:21.809Z | |
| 9752 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.332 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9753 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.332 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:52:20.332 |
| 9754 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.332 DEBGINFO Aug 05 02:52:20.332replacing 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 } }] DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9755 | 2026-08-05T02:52:21.809Z | |
| 9756 | 2026-08-05T02:52:21.809Z | 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 } }] |
| 9757 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.339Aug 05 02:52:20.333Aug 05 02:52:20.333 DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 9758 | 2026-08-05T02:52:21.809Z | created new freemapcreated new freemap, , unitunit:: Aug 05 02:52:20.339freemap_route_ipv4 |
| 9759 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.339DEBG 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 } }]freemap_route_ipv4replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9760 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.339 |
| 9761 | 2026-08-05T02:52:21.809Z | DEBG |
| 9762 | 2026-08-05T02:52:21.809Z | created new freemapAug 05 02:52:20.339, unitINFO: adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6 |
| 9763 | 2026-08-05T02:52:21.809Z | |
| 9764 | 2026-08-05T02:52:21.809Z | Aug 05 02:52:20.339 Aug 05 02:52:20.339DEBG Aug 05 02:52:20.339INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9765 | 2026-08-05T02:52:21.809Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.339 |
| 9766 | 2026-08-05T02:52:21.809Z | created new freemapAug 05 02:52:20.339, unitDEBG:Aug 05 02:52:20.339 freemap_route_ipv6initted freemap. size: 64 |
| 9767 | 2026-08-05T02:52:21.809Z | , unit :DEBG Aug 05 02:52:20.339INFO freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 9768 | 2026-08-05T02:52:21.810Z | initted freemap. size: 64 |
| 9769 | 2026-08-05T02:52:21.810Z | , unit:replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9770 | 2026-08-05T02:52:21.810Z | Aug 05 02:52:20.339Aug 05 02:52:20.339freemap_route_ipv4 DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9771 | 2026-08-05T02:52:21.810Z | Aug 05 02:52:20.339reset freemap , INFOunitAug 05 02:52:20.339 |
| 9772 | 2026-08-05T02:52:21.810Z | : adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9773 | 2026-08-05T02:52:21.810Z | freemap_route_ipv4DEBG |
| 9774 | 2026-08-05T02:52:21.810Z | Aug 05 02:52:20.339 reset freemapINFO, Aug 05 02:52:20.339 Aug 05 02:52:20.339adding route 172.17.0.10/32 -> 10.0.0.255 DEBGDEBG unit |
| 9775 | 2026-08-05T02:52:21.810Z | initted freemap. size: 64replacing 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 } }], :unit |
| 9776 | 2026-08-05T02:52:21.810Z | :freemap_route_ipv4 |
| 9777 | 2026-08-05T02:52:21.810Z | freemap_route_ipv6Aug 05 02:52:20.339 |
| 9778 | 2026-08-05T02:52:21.810Z | DEBGAug 05 02:52:20.339 INFOAug 05 02:52:20.339replacing 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 } }] |
| 9779 | 2026-08-05T02:52:21.810Z | DEBGAug 05 02:52:20.339 reset freemap adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9780 | 2026-08-05T02:52:21.810Z | , DEBGAug 05 02:52:20.339 unit :INFO freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64 |
| 9781 | 2026-08-05T02:52:21.810Z | , Aug 05 02:52:20.339unit |
| 9782 | 2026-08-05T02:52:21.810Z | :DEBG Aug 05 02:52:20.339replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.339INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9783 | 2026-08-05T02:52:21.810Z | |
| 9784 | 2026-08-05T02:52:21.810Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9785 | 2026-08-05T02:52:21.810Z | |
| 9786 | 2026-08-05T02:52:21.810Z | Aug 05 02:52:20.339Aug 05 02:52:20.339 DEBG INFOAug 05 02:52:20.339replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:52:20.339 |
| 9787 | 2026-08-05T02:52:21.810Z | adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 9788 | 2026-08-05T02:52:21.810Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 05 02:52:20.339 reset freemapAug 05 02:52:20.339, |
| 9789 | 2026-08-05T02:52:21.810Z | DEBGunit:INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.339 |
| 9790 | 2026-08-05T02:52:21.810Z | freemap_route_ipv6 |
| 9791 | 2026-08-05T02:52:21.810Z | |
| 9792 | 2026-08-05T02:52:21.810Z | DEBGAug 05 02:52:20.339 Aug 05 02:52:20.339 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.339INFODEBG |
| 9793 | 2026-08-05T02:52:21.810Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9794 | 2026-08-05T02:52:21.810Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9795 | 2026-08-05T02:52:21.810Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9796 | 2026-08-05T02:52:21.810Z | Aug 05 02:52:20.339Aug 05 02:52:20.339 Aug 05 02:52:20.339INFO INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9797 | 2026-08-05T02:52:21.810Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9798 | 2026-08-05T02:52:21.810Z | 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 } }] |
| 9799 | 2026-08-05T02:52:21.810Z | Aug 05 02:52:20.339Aug 05 02:52:20.339 Aug 05 02:52:20.339 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9800 | 2026-08-05T02:52:21.810Z | DEBG |
| 9801 | 2026-08-05T02:52:21.810Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.339 |
| 9802 | 2026-08-05T02:52:21.810Z | INFO Aug 05 02:52:20.339adding route 172.17.0.31/32 -> 10.0.0.255 Aug 05 02:52:20.339INFO |
| 9803 | 2026-08-05T02:52:21.811Z | INFO Aug 05 02:52:20.339adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9804 | 2026-08-05T02:52:21.811Z | |
| 9805 | 2026-08-05T02:52:21.811Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9806 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.339Aug 05 02:52:20.339 Aug 05 02:52:20.339DEBGDEBG DEBGAug 05 02:52:20.339replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9807 | 2026-08-05T02:52:21.811Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9808 | 2026-08-05T02:52:21.811Z | |
| 9809 | 2026-08-05T02:52:21.811Z | |
| 9810 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.339 DEBGAug 05 02:52:20.339 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 9811 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.339adding route 172.17.0.15/32 -> 10.0.0.255 INFO |
| 9812 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.339 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 9813 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.339adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9814 | 2026-08-05T02:52:21.811Z | DEBG Aug 05 02:52:20.339replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG 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 } }] |
| 9815 | 2026-08-05T02:52:21.811Z | |
| 9816 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346 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 } }] |
| 9817 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346Aug 05 02:52:20.346 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9818 | 2026-08-05T02:52:21.811Z | |
| 9819 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.339Aug 05 02:52:20.346 DEBGINFOAug 05 02:52:20.346 Aug 05 02:52:20.346replacing 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 } }] |
| 9820 | 2026-08-05T02:52:21.811Z | DEBGDEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9821 | 2026-08-05T02:52:21.811Z | 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.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 } }] |
| 9822 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346 |
| 9823 | 2026-08-05T02:52:21.811Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346Aug 05 02:52:20.346 |
| 9824 | 2026-08-05T02:52:21.811Z | INFO Aug 05 02:52:20.346adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9825 | 2026-08-05T02:52:21.811Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9826 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346INFO adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 9827 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346Aug 05 02:52:20.346adding route 172.17.0.17/32 -> 10.0.0.255 DEBG |
| 9828 | 2026-08-05T02:52:21.811Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346 |
| 9829 | 2026-08-05T02:52:21.811Z | DEBG Aug 05 02:52:20.346replacing 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 } }]DEBGAug 05 02:52:20.346 |
| 9830 | 2026-08-05T02:52:21.811Z | INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9831 | 2026-08-05T02:52:21.811Z | adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 9832 | 2026-08-05T02:52:21.811Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346 |
| 9833 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346 INFOINFO Aug 05 02:52:20.346adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9834 | 2026-08-05T02:52:21.811Z | DEBG adding route 172.17.0.3/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 } }]Aug 05 02:52:20.346 |
| 9835 | 2026-08-05T02:52:21.811Z | |
| 9836 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346INFO DEBG adding route 172.17.0.18/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 } }] |
| 9837 | 2026-08-05T02:52:21.811Z | |
| 9838 | 2026-08-05T02:52:21.811Z | Aug 05 02:52:20.346 INFO Aug 05 02:52:20.346Aug 05 02:52:20.346adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9839 | 2026-08-05T02:52:21.811Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346 |
| 9840 | 2026-08-05T02:52:21.812Z | DEBGAug 05 02:52:20.346INFO Aug 05 02:52:20.346DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9841 | 2026-08-05T02:52:21.812Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9842 | 2026-08-05T02:52:21.812Z | adding route 172.17.0.4/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 } }] |
| 9843 | 2026-08-05T02:52:21.812Z | |
| 9844 | 2026-08-05T02:52:21.812Z | Aug 05 02:52:20.346 INFOAug 05 02:52:20.346Aug 05 02:52:20.346 DEBGadding route 172.17.0.19/32 -> 10.0.0.255 Aug 05 02:52:20.346INFOreplacing 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 } }] |
| 9845 | 2026-08-05T02:52:21.812Z | |
| 9846 | 2026-08-05T02:52:21.812Z | DEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9847 | 2026-08-05T02:52:21.816Z | Aug 05 02:52:20.346 |
| 9848 | 2026-08-05T02:52:21.816Z | DEBG Aug 05 02:52:20.346replacing 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 } }] |
| 9849 | 2026-08-05T02:52:21.816Z | INFOAug 05 02:52:20.346 adding route 172.17.0.37/32 -> 10.0.0.255Aug 05 02:52:20.346 |
| 9850 | 2026-08-05T02:52:21.816Z | 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 } }]Aug 05 02:52:20.346Aug 05 02:52:20.346 adding route 172.17.0.5/32 -> 10.0.0.255 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9851 | 2026-08-05T02:52:21.816Z | |
| 9852 | 2026-08-05T02:52:21.816Z | |
| 9853 | 2026-08-05T02:52:21.816Z | |
| 9854 | 2026-08-05T02:52:21.816Z | Aug 05 02:52:20.346 Aug 05 02:52:20.346Aug 05 02:52:20.346 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:52:20.346INFO |
| 9855 | 2026-08-05T02:52:21.816Z | 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.12/32 -> 10.0.0.255 |
| 9856 | 2026-08-05T02:52:21.816Z | |
| 9857 | 2026-08-05T02:52:21.816Z | Aug 05 02:52:20.346 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 } }]Aug 05 02:52:20.346replacing 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 } }] |
| 9858 | 2026-08-05T02:52:21.816Z | |
| 9859 | 2026-08-05T02:52:21.816Z | Aug 05 02:52:20.346 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9860 | 2026-08-05T02:52:21.816Z | |
| 9861 | 2026-08-05T02:52:21.816Z | Aug 05 02:52:20.346 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:52:20.346Aug 05 02:52:20.346 |
| 9862 | 2026-08-05T02:52:21.816Z | INFO Aug 05 02:52:20.346 INFOAug 05 02:52:20.346adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 9863 | 2026-08-05T02:52:21.816Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9864 | 2026-08-05T02:52:21.816Z | 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.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 } }] |
| 9865 | 2026-08-05T02:52:21.816Z | |
| 9866 | 2026-08-05T02:52:21.816Z | Aug 05 02:52:20.346Aug 05 02:52:20.346 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 } }] Aug 05 02:52:20.346 |
| 9867 | 2026-08-05T02:52:21.817Z | 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 } }] |
| 9868 | 2026-08-05T02:52:21.817Z | INFOAug 05 02:52:20.346Aug 05 02:52:20.346 INFOadding route 172.17.0.22/32 -> 10.0.0.255 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9869 | 2026-08-05T02:52:21.817Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9870 | 2026-08-05T02:52:21.817Z | |
| 9871 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9872 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346Aug 05 02:52:20.346Aug 05 02:52:20.346 DEBGDEBG Aug 05 02:52:20.346replacing 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 } }] |
| 9873 | 2026-08-05T02:52:21.817Z | DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9874 | 2026-08-05T02:52:21.817Z | |
| 9875 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346replacing 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 } }] |
| 9876 | 2026-08-05T02:52:21.817Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9877 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346 Aug 05 02:52:20.346INFO Aug 05 02:52:20.346adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 9878 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 9879 | 2026-08-05T02:52:21.817Z | DEBG adding route 172.17.0.41/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 } }] |
| 9880 | 2026-08-05T02:52:21.817Z | |
| 9881 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346Aug 05 02:52:20.346 Aug 05 02:52:20.346 Aug 05 02:52:20.346DEBG DEBGDEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9882 | 2026-08-05T02:52:21.817Z | |
| 9883 | 2026-08-05T02:52:21.817Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9884 | 2026-08-05T02:52:21.817Z | |
| 9885 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346Aug 05 02:52:20.346 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346Aug 05 02:52:20.346 |
| 9886 | 2026-08-05T02:52:21.817Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 05 02:52:20.346 |
| 9887 | 2026-08-05T02:52:21.817Z | adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9888 | 2026-08-05T02:52:21.817Z | |
| 9889 | 2026-08-05T02:52:21.817Z | INFOAug 05 02:52:20.346 adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:52:20.346Aug 05 02:52:20.346 |
| 9890 | 2026-08-05T02:52:21.817Z | DEBGDEBGDEBG 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.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 } }] |
| 9891 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346replacing 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 } }] |
| 9892 | 2026-08-05T02:52:21.817Z | |
| 9893 | 2026-08-05T02:52:21.817Z | DEBGAug 05 02:52:20.346 Aug 05 02:52:20.346Aug 05 02:52:20.346 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 } }] |
| 9894 | 2026-08-05T02:52:21.817Z | INFOINFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255Aug 05 02:52:20.346 |
| 9895 | 2026-08-05T02:52:21.817Z | |
| 9896 | 2026-08-05T02:52:21.817Z | |
| 9897 | 2026-08-05T02:52:21.817Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 05 02:52:20.346Aug 05 02:52:20.346 Aug 05 02:52:20.332DEBG |
| 9898 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG DEBG |
| 9899 | 2026-08-05T02:52:21.817Z | 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.5/32 -> 10.0.0.255 |
| 9900 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346 DEBG |
| 9901 | 2026-08-05T02:52:21.817Z | 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.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 } }] |
| 9902 | 2026-08-05T02:52:21.817Z | Aug 05 02:52:20.346 |
| 9903 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.346 INFOINFOAug 05 02:52:20.346 Aug 05 02:52:20.346 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9904 | 2026-08-05T02:52:21.818Z | adding route 172.17.0.18/32 -> 10.0.0.255INFODEBG |
| 9905 | 2026-08-05T02:52:21.818Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9906 | 2026-08-05T02:52:21.818Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346 |
| 9907 | 2026-08-05T02:52:21.818Z | INFOAug 05 02:52:20.346 Aug 05 02:52:20.346 Aug 05 02:52:20.346 DEBGDEBGINFO Aug 05 02:52:20.346 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9908 | 2026-08-05T02:52:21.818Z | 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.6/32 -> 10.0.0.255 |
| 9909 | 2026-08-05T02:52:21.818Z | |
| 9910 | 2026-08-05T02:52:21.818Z | |
| 9911 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.346 INFODEBG Aug 05 02:52:20.346replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9912 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.346 |
| 9913 | 2026-08-05T02:52:21.818Z | 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 } }]INFO |
| 9914 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.346adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 9915 | 2026-08-05T02:52:21.818Z | INFOAug 05 02:52:20.346 INFO Aug 05 02:52:20.346replacing 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.28/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255Aug 05 02:52:20.346 |
| 9916 | 2026-08-05T02:52:21.818Z | DEBG DEBG |
| 9917 | 2026-08-05T02:52:21.818Z | 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 } }] |
| 9918 | 2026-08-05T02:52:21.818Z | 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 } }] |
| 9919 | 2026-08-05T02:52:21.818Z | |
| 9920 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.347Aug 05 02:52:20.347 DEBGAug 05 02:52:20.347 Aug 05 02:52:20.347 Aug 05 02:52:20.347INFO DEBG INFOadding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9921 | 2026-08-05T02:52:21.818Z | INFO |
| 9922 | 2026-08-05T02:52:21.818Z | |
| 9923 | 2026-08-05T02:52:21.818Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9924 | 2026-08-05T02:52:21.818Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 05 02:52:20.347 |
| 9925 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.347DEBGAug 05 02:52:20.347 Aug 05 02:52:20.347replacing 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 |
| 9926 | 2026-08-05T02:52:21.818Z | 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 } }]INFOAug 05 02:52:20.347 INFODEBG |
| 9927 | 2026-08-05T02:52:21.818Z | 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.29/32 -> 10.0.0.255 |
| 9928 | 2026-08-05T02:52:21.818Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 05 02:52:20.347 |
| 9929 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.347INFOAug 05 02:52:20.347 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9930 | 2026-08-05T02:52:21.818Z | INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9931 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.347 |
| 9932 | 2026-08-05T02:52:21.818Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 9933 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.347 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 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 } }] |
| 9934 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.347 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 } }] |
| 9935 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.354Aug 05 02:52:20.354 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9936 | 2026-08-05T02:52:21.818Z | |
| 9937 | 2026-08-05T02:52:21.818Z | Aug 05 02:52:20.354 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354 |
| 9938 | 2026-08-05T02:52:21.819Z | 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 } }] |
| 9939 | 2026-08-05T02:52:21.819Z | Aug 05 02:52:20.354Aug 05 02:52:20.347Aug 05 02:52:20.354 INFOINFODEBG adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.23/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 } }] |
| 9940 | 2026-08-05T02:52:21.819Z | |
| 9941 | 2026-08-05T02:52:21.819Z | |
| 9942 | 2026-08-05T02:52:21.819Z | Aug 05 02:52:20.354 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9943 | 2026-08-05T02:52:21.819Z | Aug 05 02:52:20.354Aug 05 02:52:20.354 DEBG DEBGAug 05 02:52:20.354replacing 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 } }] |
| 9944 | 2026-08-05T02:52:21.819Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9945 | 2026-08-05T02:52:21.819Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354 |
| 9946 | 2026-08-05T02:52:21.819Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9947 | 2026-08-05T02:52:21.823Z | Aug 05 02:52:20.354Aug 05 02:52:20.354 INFODEBG 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.32/32 -> 10.0.0.255 |
| 9948 | 2026-08-05T02:52:21.823Z | |
| 9949 | 2026-08-05T02:52:21.823Z | Aug 05 02:52:20.354 |
| 9950 | 2026-08-05T02:52:21.823Z | Aug 05 02:52:20.354INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9951 | 2026-08-05T02:52:21.823Z | Aug 05 02:52:20.354 |
| 9952 | 2026-08-05T02:52:21.823Z | DEBG Aug 05 02:52:20.347Aug 05 02:52:20.354replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354Aug 05 02:52:20.354 |
| 9953 | 2026-08-05T02:52:21.823Z | 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 } }] |
| 9954 | 2026-08-05T02:52:21.823Z | 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 } }] DEBGINFO |
| 9955 | 2026-08-05T02:52:21.823Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 05 02:52:20.354 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 } }] |
| 9956 | 2026-08-05T02:52:21.823Z | |
| 9957 | 2026-08-05T02:52:21.823Z | INFOAug 05 02:52:20.354Aug 05 02:52:20.354 Aug 05 02:52:20.354 INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 05 02:52:20.354 |
| 9958 | 2026-08-05T02:52:21.823Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9959 | 2026-08-05T02:52:21.823Z | |
| 9960 | 2026-08-05T02:52:21.823Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9961 | 2026-08-05T02:52:21.823Z | Aug 05 02:52:20.354replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.354 |
| 9962 | 2026-08-05T02:52:21.823Z | DEBGDEBG Aug 05 02:52:20.354Aug 05 02:52:20.354 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 } }] |
| 9963 | 2026-08-05T02:52:21.823Z | DEBGAug 05 02:52:20.354DEBG 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 } }] |
| 9964 | 2026-08-05T02:52:21.824Z | 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 |
| 9965 | 2026-08-05T02:52:21.824Z | 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 } }] |
| 9966 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:52:20.354Aug 05 02:52:20.354 |
| 9967 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354Aug 05 02:52:20.354 INFOINFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9968 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 05 02:52:20.354adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9969 | 2026-08-05T02:52:21.824Z | DEBG |
| 9970 | 2026-08-05T02:52:21.824Z | INFOAug 05 02:52:20.354replacing 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 } }] |
| 9971 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354 DEBGDEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354Aug 05 02:52:20.354 |
| 9972 | 2026-08-05T02:52:21.824Z | |
| 9973 | 2026-08-05T02:52:21.824Z | 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.16/32 -> 10.0.0.255 |
| 9974 | 2026-08-05T02:52:21.824Z | 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 } }] |
| 9975 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354 |
| 9976 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354Aug 05 02:52:20.354DEBG INFOINFOAug 05 02:52:20.354 adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9977 | 2026-08-05T02:52:21.824Z | DEBGAug 05 02:52:20.354 |
| 9978 | 2026-08-05T02:52:21.824Z | INFOAug 05 02:52:20.354replacing 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.50/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9979 | 2026-08-05T02:52:21.824Z | |
| 9980 | 2026-08-05T02:52:21.824Z | |
| 9981 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354 INFO adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 9982 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354 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 } }] |
| 9983 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.354DEBG DEBG |
| 9984 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.17/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9985 | 2026-08-05T02:52:21.824Z | |
| 9986 | 2026-08-05T02:52:21.824Z | |
| 9987 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9988 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354 INFO INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9989 | 2026-08-05T02:52:21.824Z | 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 } }] INFO |
| 9990 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.14/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 } }]Aug 05 02:52:20.354 |
| 9991 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 9992 | 2026-08-05T02:52:21.824Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354 |
| 9993 | 2026-08-05T02:52:21.824Z | INFO |
| 9994 | 2026-08-05T02:52:21.824Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 05 02:52:20.354Aug 05 02:52:20.354 |
| 9995 | 2026-08-05T02:52:21.824Z | Aug 05 02:52:20.354 Aug 05 02:52:20.354DEBG INFOINFO Aug 05 02:52:20.354adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.52/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 } }] |
| 9996 | 2026-08-05T02:52:21.824Z | |
| 9997 | 2026-08-05T02:52:21.824Z | |
| 9998 | 2026-08-05T02:52:21.824Z | 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 } }]DEBGAug 05 02:52:20.354 |
| 9999 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.354 DEBGAug 05 02:52:20.354 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 } }]INFOAug 05 02:52:20.354 |
| 10000 | 2026-08-05T02:52:21.825Z | 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 } }] INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 10001 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.354adding route 172.17.0.19/32 -> 10.0.0.255 DEBG |
| 10002 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.354 |
| 10003 | 2026-08-05T02:52:21.825Z | INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 10004 | 2026-08-05T02:52:21.825Z | test route::tests::delete_targets_full ... ok |
| 10005 | 2026-08-05T02:52:21.825Z | |
| 10006 | 2026-08-05T02:52:21.825Z | |
| 10007 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.354 DEBGAug 05 02:52:20.354 Aug 05 02:52:20.354replacing 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 } }] |
| 10008 | 2026-08-05T02:52:21.825Z | INFOAug 05 02:52:20.354 DEBGAug 05 02:52:20.354 DEBGadding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354 |
| 10009 | 2026-08-05T02:52:21.825Z | 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 } }] |
| 10010 | 2026-08-05T02:52:21.825Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 05 02:52:20.354DEBG |
| 10011 | 2026-08-05T02:52:21.825Z | INFO Aug 05 02:52:20.354adding route 172.17.0.32/32 -> 10.0.0.255 |
| 10012 | 2026-08-05T02:52:21.825Z | |
| 10013 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.354INFO 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 } }]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 } }] |
| 10014 | 2026-08-05T02:52:21.825Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 05 02:52:20.354 |
| 10015 | 2026-08-05T02:52:21.825Z | DEBGAug 05 02:52:20.354 |
| 10016 | 2026-08-05T02:52:21.825Z | DEBGAug 05 02:52:20.354 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 10017 | 2026-08-05T02:52:21.825Z | INFOAug 05 02:52:20.354 |
| 10018 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.354 DEBG adding route 172.17.0.38/32 -> 10.0.0.255 Aug 05 02:52:20.354 |
| 10019 | 2026-08-05T02:52:21.825Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354INFO |
| 10020 | 2026-08-05T02:52:21.825Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 10021 | 2026-08-05T02:52:21.825Z | |
| 10022 | 2026-08-05T02:52:21.825Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 05 02:52:20.355 |
| 10023 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.355Aug 05 02:52:20.355 DEBGINFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 05 02:52:20.355Aug 05 02:52:20.355replacing 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 } }] |
| 10024 | 2026-08-05T02:52:21.825Z | |
| 10025 | 2026-08-05T02:52:21.825Z | 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 } }]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 } }]Aug 05 02:52:20.355 |
| 10026 | 2026-08-05T02:52:21.825Z | |
| 10027 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.355replacing 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 |
| 10028 | 2026-08-05T02:52:21.825Z | Aug 05 02:52:20.355 adding route 172.17.0.22/32 -> 10.0.0.255INFOAug 05 02:52:20.355 |
| 10029 | 2026-08-05T02:52:21.825Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 10030 | 2026-08-05T02:52:21.826Z | Aug 05 02:52:20.355INFO DEBG 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 } }] Aug 05 02:52:20.355adding route 172.17.0.34/32 -> 10.0.0.255 |
| 10031 | 2026-08-05T02:52:21.826Z | DEBG |
| 10032 | 2026-08-05T02:52:21.826Z | 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.39/32 -> 10.0.0.255Aug 05 02:52:20.355 |
| 10033 | 2026-08-05T02:52:21.826Z | |
| 10034 | 2026-08-05T02:52:21.826Z | INFOAug 05 02:52:20.355Aug 05 02:52:20.355 Aug 05 02:52:20.355DEBGadding route 172.17.0.18/32 -> 10.0.0.255 Aug 05 02:52:20.355INFO |
| 10035 | 2026-08-05T02:52:21.826Z | DEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }] |
| 10036 | 2026-08-05T02:52:21.826Z | Aug 05 02:52:20.355 |
| 10037 | 2026-08-05T02:52:21.826Z | |
| 10038 | 2026-08-05T02:52:21.826Z | |
| 10039 | 2026-08-05T02:52:21.826Z | DEBGAug 05 02:52:20.355 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 } }]Aug 05 02:52:20.355 adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:52:20.355 |
| 10040 | 2026-08-05T02:52:21.826Z | INFOAug 05 02:52:20.355 INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 Aug 05 02:52:20.355 |
| 10041 | 2026-08-05T02:52:21.826Z | 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 } }] |
| 10042 | 2026-08-05T02:52:21.826Z | |
| 10043 | 2026-08-05T02:52:21.826Z | |
| 10044 | 2026-08-05T02:52:21.826Z | Aug 05 02:52:20.355Aug 05 02:52:20.355DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.355Aug 05 02:52:20.355DEBG |
| 10045 | 2026-08-05T02:52:21.826Z | 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 |
| 10046 | 2026-08-05T02:52:21.826Z | 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 adding route 172.17.0.19/32 -> 10.0.0.255Aug 05 02:52:20.355adding route 172.17.0.24/32 -> 10.0.0.255 |
| 10047 | 2026-08-05T02:52:21.832Z | |
| 10048 | 2026-08-05T02:52:21.832Z | Aug 05 02:52:20.355 INFO |
| 10049 | 2026-08-05T02:52:21.832Z | INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 10050 | 2026-08-05T02:52:21.832Z | Aug 05 02:52:20.355adding route 172.17.0.57/32 -> 10.0.0.255 Aug 05 02:52:20.355Aug 05 02:52:20.355 |
| 10051 | 2026-08-05T02:52:21.832Z | Aug 05 02:52:20.355 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.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 } }] |
| 10052 | 2026-08-05T02:52:21.832Z | INFOAug 05 02:52:20.362 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 10053 | 2026-08-05T02:52:21.832Z | adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 10054 | 2026-08-05T02:52:21.832Z | Aug 05 02:52:20.362replacing 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 } }] |
| 10055 | 2026-08-05T02:52:21.832Z | |
| 10056 | 2026-08-05T02:52:21.832Z | DEBGAug 05 02:52:20.362 DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10057 | 2026-08-05T02:52:21.832Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.362Aug 05 02:52:20.362 INFOINFOAug 05 02:52:20.362 |
| 10058 | 2026-08-05T02:52:21.832Z | adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 10059 | 2026-08-05T02:52:21.832Z | |
| 10060 | 2026-08-05T02:52:21.833Z | INFOAug 05 02:52:20.362 adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:52:20.362INFO DEBG |
| 10061 | 2026-08-05T02:52:21.833Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.362 |
| 10062 | 2026-08-05T02:52:21.833Z | |
| 10063 | 2026-08-05T02:52:21.833Z | 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 } }]Aug 05 02:52:20.362 |
| 10064 | 2026-08-05T02:52:21.833Z | DEBGAug 05 02:52:20.362 Aug 05 02:52:20.362DEBG 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 } }]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 } }] |
| 10065 | 2026-08-05T02:52:21.833Z | |
| 10066 | 2026-08-05T02:52:21.833Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 10067 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.362 INFOAug 05 02:52:20.362 DEBG Aug 05 02:52:20.362 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 05 02:52:20.363 |
| 10068 | 2026-08-05T02:52:21.833Z | 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 } }] |
| 10069 | 2026-08-05T02:52:21.833Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 05 02:52:20.363 |
| 10070 | 2026-08-05T02:52:21.833Z | DEBGAug 05 02:52:20.363 INFO Aug 05 02:52:20.363 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 10071 | 2026-08-05T02:52:21.833Z | |
| 10072 | 2026-08-05T02:52:21.833Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 10073 | 2026-08-05T02:52:21.833Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 05 02:52:20.363Aug 05 02:52:20.363 INFO |
| 10074 | 2026-08-05T02:52:21.833Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 05 02:52:20.363 |
| 10075 | 2026-08-05T02:52:21.833Z | INFODEBG adding route 172.17.0.44/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 } }]Aug 05 02:52:20.363Aug 05 02:52:20.363 |
| 10076 | 2026-08-05T02:52:21.833Z | DEBG |
| 10077 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363replacing 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 |
| 10078 | 2026-08-05T02:52:21.833Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10079 | 2026-08-05T02:52:21.833Z | |
| 10080 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 05 02:52:20.363 |
| 10081 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 10082 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 |
| 10083 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10084 | 2026-08-05T02:52:21.833Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10085 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 Aug 05 02:52:20.363INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 10086 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 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 |
| 10087 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 10088 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363replacing 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.25/32 -> 10.0.0.255 |
| 10089 | 2026-08-05T02:52:21.833Z | |
| 10090 | 2026-08-05T02:52:21.833Z | INFO Aug 05 02:52:20.363adding route 172.17.0.28/32 -> 10.0.0.255 Aug 05 02:52:20.363 |
| 10091 | 2026-08-05T02:52:21.833Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 10092 | 2026-08-05T02:52:21.833Z | Aug 05 02:52:20.363 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10093 | 2026-08-05T02:52:21.833Z | DEBGAug 05 02:52:20.363DEBG Aug 05 02:52:20.363 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 |
| 10094 | 2026-08-05T02:52:21.833Z | 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.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 } }] |
| 10095 | 2026-08-05T02:52:21.833Z | |
| 10096 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363 Aug 05 02:52:20.363 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 10097 | 2026-08-05T02:52:21.834Z | |
| 10098 | 2026-08-05T02:52:21.834Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363Aug 05 02:52:20.363Aug 05 02:52:20.363 |
| 10099 | 2026-08-05T02:52:21.834Z | INFOAug 05 02:52:20.363DEBG DEBG adding route 172.17.0.26/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10100 | 2026-08-05T02:52:21.834Z | |
| 10101 | 2026-08-05T02:52:21.834Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10102 | 2026-08-05T02:52:21.834Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 10103 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363 INFOAug 05 02:52:20.363DEBG 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 |
| 10104 | 2026-08-05T02:52:21.834Z | DEBG adding route 172.17.0.47/32 -> 10.0.0.255 |
| 10105 | 2026-08-05T02:52:21.834Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10106 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363 |
| 10107 | 2026-08-05T02:52:21.834Z | |
| 10108 | 2026-08-05T02:52:21.834Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 10109 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363 Aug 05 02:52:20.363DEBGAug 05 02:52:20.363 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 10110 | 2026-08-05T02:52:21.834Z | INFO DEBG DEBGAug 05 02:52:20.363adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10111 | 2026-08-05T02:52:21.834Z | |
| 10112 | 2026-08-05T02:52:21.834Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 10113 | 2026-08-05T02:52:21.834Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10114 | 2026-08-05T02:52:21.834Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10115 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10116 | 2026-08-05T02:52:21.834Z | DEBG adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 10117 | 2026-08-05T02:52:21.834Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10118 | 2026-08-05T02:52:21.834Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:52:20.363 |
| 10119 | 2026-08-05T02:52:21.834Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 05 02:52:20.363INFO Aug 05 02:52:20.363 |
| 10120 | 2026-08-05T02:52:21.834Z | DEBG INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.28/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 } }] |
| 10121 | 2026-08-05T02:52:21.834Z | |
| 10122 | 2026-08-05T02:52:21.834Z | |
| 10123 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363 DEBGAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.363DEBGDEBG INFO |
| 10124 | 2026-08-05T02:52:21.834Z | 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 } }] |
| 10125 | 2026-08-05T02:52:21.834Z | DEBG |
| 10126 | 2026-08-05T02:52:21.834Z | adding route 172.17.0.46/32 -> 10.0.0.255 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 } }] |
| 10127 | 2026-08-05T02:52:21.834Z | |
| 10128 | 2026-08-05T02:52:21.834Z | Aug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363INFOAug 05 02:52:20.363 Aug 05 02:52:20.363INFO INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 10129 | 2026-08-05T02:52:21.835Z | |
| 10130 | 2026-08-05T02:52:21.835Z | adding route 172.17.0.49/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 } }] |
| 10131 | 2026-08-05T02:52:21.835Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 10132 | 2026-08-05T02:52:21.835Z | Aug 05 02:52:20.363 |
| 10133 | 2026-08-05T02:52:21.835Z | DEBGAug 05 02:52:20.363 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10134 | 2026-08-05T02:52:21.835Z | DEBG Aug 05 02:52:20.363 DEBGAug 05 02:52:20.363 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 } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10135 | 2026-08-05T02:52:21.835Z | INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 10136 | 2026-08-05T02:52:21.835Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 10137 | 2026-08-05T02:52:21.835Z | |
| 10138 | 2026-08-05T02:52:21.835Z | DEBGAug 05 02:52:20.363 Aug 05 02:52:20.363replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 10139 | 2026-08-05T02:52:21.835Z | Aug 05 02:52:20.363DEBGadding route 172.17.0.50/32 -> 10.0.0.255 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10140 | 2026-08-05T02:52:21.835Z | DEBGAug 05 02:52:20.363 |
| 10141 | 2026-08-05T02:52:21.835Z | Aug 05 02:52:20.363replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363DEBG INFOfailed to allocate space for the new target list |
| 10142 | 2026-08-05T02:52:21.835Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:52:20.363 |
| 10143 | 2026-08-05T02:52:21.835Z | |
| 10144 | 2026-08-05T02:52:21.835Z | INFOAug 05 02:52:20.363DEBG INFO adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 10145 | 2026-08-05T02:52:21.835Z | |
| 10146 | 2026-08-05T02:52:21.835Z | Aug 05 02:52:20.363 |
| 10147 | 2026-08-05T02:52:21.839Z | DEBGAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG |
| 10148 | 2026-08-05T02:52:21.839Z | INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 10149 | 2026-08-05T02:52:21.839Z | |
| 10150 | 2026-08-05T02:52:21.839Z | Aug 05 02:52:20.363 adding route 172.17.0.51/32 -> 10.0.0.255DEBGAug 05 02:52:20.363 Aug 05 02:52:20.363 replacing targets for 172.16.0.0/32 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 } }]INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 10151 | 2026-08-05T02:52:21.839Z | |
| 10152 | 2026-08-05T02:52:21.839Z | Aug 05 02:52:20.363 |
| 10153 | 2026-08-05T02:52:21.840Z | |
| 10154 | 2026-08-05T02:52:21.840Z | INFOAug 05 02:52:20.363 DEBGAug 05 02:52:20.363 adding route 172.17.0.49/32 -> 10.0.0.255 |
| 10155 | 2026-08-05T02:52:21.840Z | DEBGAug 05 02:52:20.363 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 |
| 10156 | 2026-08-05T02:52:21.840Z | 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 } }] |
| 10157 | 2026-08-05T02:52:21.840Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10158 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.363 DEBGINFO Aug 05 02:52:20.363replacing 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 |
| 10159 | 2026-08-05T02:52:21.840Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 10160 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.363adding route 172.17.0.52/32 -> 10.0.0.255 |
| 10161 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.363INFO INFOAug 05 02:52:20.363 adding route 172.17.0.50/32 -> 10.0.0.255DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 10162 | 2026-08-05T02:52:21.840Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10163 | 2026-08-05T02:52:21.840Z | |
| 10164 | 2026-08-05T02:52:21.840Z | DEBG Aug 05 02:52:20.363replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363 |
| 10165 | 2026-08-05T02:52:21.840Z | INFODEBG Aug 05 02:52:20.363replacing 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 } }] |
| 10166 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.363adding route 172.17.0.38/32 -> 10.0.0.255 |
| 10167 | 2026-08-05T02:52:21.840Z | INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255Aug 05 02:52:20.363 Aug 05 02:52:20.363 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10168 | 2026-08-05T02:52:21.840Z | |
| 10169 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371 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 } }]Aug 05 02:52:20.371 |
| 10170 | 2026-08-05T02:52:21.840Z | INFO Aug 05 02:52:20.371replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 10171 | 2026-08-05T02:52:21.840Z | |
| 10172 | 2026-08-05T02:52:21.840Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 10173 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371Aug 05 02:52:20.371 INFODEBG Aug 05 02:52:20.371adding route 172.17.0.39/32 -> 10.0.0.255 |
| 10174 | 2026-08-05T02:52:21.840Z | 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 } }] |
| 10175 | 2026-08-05T02:52:21.840Z | 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 } }] |
| 10176 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371 DEBGAug 05 02:52:20.371 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 |
| 10177 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 10178 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371adding route 172.17.0.55/32 -> 10.0.0.255 |
| 10179 | 2026-08-05T02:52:21.840Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 10180 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371 DEBGAug 05 02:52:20.371 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 |
| 10181 | 2026-08-05T02:52:21.840Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.371 |
| 10182 | 2026-08-05T02:52:21.840Z | DEBGAug 05 02:52:20.371 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.371INFO |
| 10183 | 2026-08-05T02:52:21.840Z | INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 10184 | 2026-08-05T02:52:21.840Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 10185 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371 INFO Aug 05 02:52:20.371adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10186 | 2026-08-05T02:52:21.840Z | 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 } }] |
| 10187 | 2026-08-05T02:52:21.840Z | Aug 05 02:52:20.371Aug 05 02:52:20.371 DEBGAug 05 02:52:20.371DEBG 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 |
| 10188 | 2026-08-05T02:52:21.840Z | 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 } }] |
| 10189 | 2026-08-05T02:52:21.841Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 10190 | 2026-08-05T02:52:21.841Z | Aug 05 02:52:20.371 Aug 05 02:52:20.371INFO DEBG adding route 172.17.0.57/32 -> 10.0.0.255Aug 05 02:52:20.371 |
| 10191 | 2026-08-05T02:52:21.841Z | 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 } }] |
| 10192 | 2026-08-05T02:52:21.841Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 10193 | 2026-08-05T02:52:21.841Z | Aug 05 02:52:20.371 DEBG Aug 05 02:52:20.371replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.371INFO |
| 10194 | 2026-08-05T02:52:21.841Z | DEBG adding route 172.17.0.43/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 } }] |
| 10195 | 2026-08-05T02:52:21.841Z | |
| 10196 | 2026-08-05T02:52:21.841Z | Aug 05 02:52:20.371 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 05 02:52:20.371 |
| 10197 | 2026-08-05T02:52:21.841Z | 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 } }] |
| 10198 | 2026-08-05T02:52:21.841Z | Aug 05 02:52:20.371Aug 05 02:52:20.371 INFODEBG adding route 172.17.0.37/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 } }] |
| 10199 | 2026-08-05T02:52:21.841Z | |
| 10200 | 2026-08-05T02:52:21.841Z | Aug 05 02:52:20.371 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:52:20.371 |
| 10201 | 2026-08-05T02:52:21.841Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 10202 | 2026-08-05T02:52:21.841Z | Aug 05 02:52:20.371Aug 05 02:52:20.371 DEBGDEBG Aug 05 02:52:20.371replacing 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 } }] |
| 10203 | 2026-08-05T02:52:21.841Z | 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 } }] |
| 10204 | 2026-08-05T02:52:21.841Z | test route::tests::delete_target_full ... ok |
| 10205 | 2026-08-05T02:52:21.841Z | test route::tests::delete_targets_fragmented ... ok |
| 10206 | 2026-08-05T02:52:21.841Z | test route::tests::add_target_fails_full ... ok |
| 10207 | 2026-08-05T02:52:21.841Z | test route::tests::delete_target_fragmented ... ok |
| 10208 | 2026-08-05T02:52:21.841Z | |
| 10209 | 2026-08-05T02:52:21.841Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s |
| 10210 | 2026-08-05T02:52:21.842Z | |
| 10211 | 2026-08-05T02:52:21.842Z | 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 } }] |
| 10212 | 2026-08-05T02:52:21.842Z | Aug 05 02:52:20.371Aug 05 02:52:20.371 INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 10213 | 2026-08-05T02:52:21.842Z | Aug 05 02:52:20.371adding route 172.17.0.60/32 -> 10.0.0.255 INFO |
| 10214 | 2026-08-05T02:52:21.842Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:52:20.371 |
| 10215 | 2026-08-05T02:52:21.842Z | 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 } }] |
| 10216 | 2026-08-05T02:52:21.842Z | Aug 05 02:52:20.371 DEBG Aug 05 02:52:20.371replacing 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 } }] |
| 10217 | 2026-08-05T02:52:21.843Z | DEBG Aug 05 02:52:20.371replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.371 |
| 10218 | 2026-08-05T02:52:21.843Z | INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 10219 | 2026-08-05T02:52:21.843Z | |
| 10220 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 10221 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371 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 } }]Aug 05 02:52:20.371 |
| 10222 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371DEBG INFODEBG 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.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 } }] |
| 10223 | 2026-08-05T02:52:21.843Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:52:20.371 |
| 10224 | 2026-08-05T02:52:21.843Z | |
| 10225 | 2026-08-05T02:52:21.843Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 10226 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371 Aug 05 02:52:20.371INFO Aug 05 02:52:20.371Aug 05 02:52:20.371INFO DEBG adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 10227 | 2026-08-05T02:52:21.843Z | 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.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.40/32 -> 10.0.0.255 |
| 10228 | 2026-08-05T02:52:21.843Z | |
| 10229 | 2026-08-05T02:52:21.843Z | |
| 10230 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371 DEBG Aug 05 02:52:20.371Aug 05 02:52:20.371 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 10231 | 2026-08-05T02:52:21.843Z | 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 |
| 10232 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371adding route 172.17.0.48/32 -> 10.0.0.255 Aug 05 02:52:20.371 |
| 10233 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.371 DEBGINFO Aug 05 02:52:20.371INFO failed to allocate space for the new target listDEBG |
| 10234 | 2026-08-05T02:52:21.843Z | adding route 172.17.0.41/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 } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 10235 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378 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 } }] |
| 10236 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378 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 } }] |
| 10237 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378 INFO |
| 10238 | 2026-08-05T02:52:21.843Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10239 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378 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 } }]Aug 05 02:52:20.378 |
| 10240 | 2026-08-05T02:52:21.843Z | |
| 10241 | 2026-08-05T02:52:21.843Z | 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 } }] |
| 10242 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 05 02:52:20.378 |
| 10243 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255Aug 05 02:52:20.378 |
| 10244 | 2026-08-05T02:52:21.843Z | |
| 10245 | 2026-08-05T02:52:21.843Z | 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 } }] |
| 10246 | 2026-08-05T02:52:21.843Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 Aug 05 02:52:20.378DEBG DEBGINFOreplacing 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 } }] |
| 10247 | 2026-08-05T02:52:22.055Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 10248 | 2026-08-05T02:52:22.055Z | |
| 10249 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 Aug 05 02:52:20.378INFO INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 10250 | 2026-08-05T02:52:22.055Z | |
| 10251 | 2026-08-05T02:52:22.055Z | |
| 10252 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10253 | 2026-08-05T02:52:22.055Z | INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 10254 | 2026-08-05T02:52:22.055Z | |
| 10255 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:52:20.378Aug 05 02:52:20.378 |
| 10256 | 2026-08-05T02:52:22.055Z | DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10257 | 2026-08-05T02:52:22.055Z | |
| 10258 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378 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 } }] |
| 10259 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 INFODEBGAug 05 02:52:20.378 INFOadding route 172.17.0.45/32 -> 10.0.0.255 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.52/32 -> 10.0.0.255 |
| 10260 | 2026-08-05T02:52:22.055Z | |
| 10261 | 2026-08-05T02:52:22.055Z | |
| 10262 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 INFODEBG DEBGadding route 172.17.0.57/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 } }]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 } }] |
| 10263 | 2026-08-05T02:52:22.055Z | |
| 10264 | 2026-08-05T02:52:22.055Z | |
| 10265 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 DEBGINFOINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 10266 | 2026-08-05T02:52:22.055Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10267 | 2026-08-05T02:52:22.055Z | |
| 10268 | 2026-08-05T02:52:22.055Z | Aug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 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 } }] |
| 10269 | 2026-08-05T02:52:22.056Z | |
| 10270 | 2026-08-05T02:52:22.056Z | 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 } }] |
| 10271 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 INFODEBG INFOadding route 172.17.0.54/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 } }] |
| 10272 | 2026-08-05T02:52:22.056Z | |
| 10273 | 2026-08-05T02:52:22.056Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 10274 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 Aug 05 02:52:20.378 INFODEBGDEBG adding route 172.17.0.59/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 } }] |
| 10275 | 2026-08-05T02:52:22.056Z | 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 } }] |
| 10276 | 2026-08-05T02:52:22.056Z | |
| 10277 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 Aug 05 02:52:20.378DEBG Aug 05 02:52:20.378 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 } }]INFOINFO |
| 10278 | 2026-08-05T02:52:22.056Z | adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 10279 | 2026-08-05T02:52:22.056Z | |
| 10280 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 Aug 05 02:52:20.378INFOAug 05 02:52:20.378 DEBG 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 } }] |
| 10281 | 2026-08-05T02:52:22.056Z | 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.60/32 -> 10.0.0.255 |
| 10282 | 2026-08-05T02:52:22.056Z | |
| 10283 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 Aug 05 02:52:20.378INFO Aug 05 02:52:20.378INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10284 | 2026-08-05T02:52:22.056Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 10285 | 2026-08-05T02:52:22.056Z | 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 } }] |
| 10286 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 Aug 05 02:52:20.378DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10287 | 2026-08-05T02:52:22.056Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.378 |
| 10288 | 2026-08-05T02:52:22.056Z | DEBG failed to allocate space for the new target list |
| 10289 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 10290 | 2026-08-05T02:52:22.056Z | |
| 10291 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 DEBGAug 05 02:52:20.378Aug 05 02:52:20.378 replacing targets for 172.16.0.0/32 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 } }] |
| 10292 | 2026-08-05T02:52:22.056Z | DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 10293 | 2026-08-05T02:52:22.056Z | |
| 10294 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 10295 | 2026-08-05T02:52:22.056Z | |
| 10296 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 10297 | 2026-08-05T02:52:22.056Z | |
| 10298 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 10299 | 2026-08-05T02:52:22.056Z | |
| 10300 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 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 } }] |
| 10301 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 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 } }] |
| 10302 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10303 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.378 INFOAug 05 02:52:20.378 adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 10304 | 2026-08-05T02:52:22.056Z | 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 } }] |
| 10305 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 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.54/32 -> 10.0.0.255 |
| 10306 | 2026-08-05T02:52:22.056Z | |
| 10307 | 2026-08-05T02:52:22.056Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 INFODEBG adding route 172.17.0.61/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 } }] |
| 10308 | 2026-08-05T02:52:22.057Z | |
| 10309 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 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.55/32 -> 10.0.0.255 |
| 10310 | 2026-08-05T02:52:22.057Z | |
| 10311 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 INFODEBG adding route 172.17.0.62/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 } }] |
| 10312 | 2026-08-05T02:52:22.057Z | |
| 10313 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10314 | 2026-08-05T02:52:22.057Z | |
| 10315 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 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.63/32 -> 10.0.0.255 |
| 10316 | 2026-08-05T02:52:22.057Z | |
| 10317 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.379 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 10318 | 2026-08-05T02:52:22.057Z | |
| 10319 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 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 } }] |
| 10320 | 2026-08-05T02:52:22.057Z | |
| 10321 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 DEBGAug 05 02:52:20.379 failed to allocate space for the new target listINFO |
| 10322 | 2026-08-05T02:52:22.057Z | running 0 tests |
| 10323 | 2026-08-05T02:52:22.057Z | |
| 10324 | 2026-08-05T02:52:22.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10325 | 2026-08-05T02:52:22.057Z | |
| 10326 | 2026-08-05T02:52:22.057Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 10327 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 Aug 05 02:52:20.379DEBG 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 } }] |
| 10328 | 2026-08-05T02:52:22.057Z | 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 } }] |
| 10329 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379Aug 05 02:52:20.379 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.59/32 -> 10.0.0.255 |
| 10330 | 2026-08-05T02:52:22.057Z | |
| 10331 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 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 } }] |
| 10332 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 10333 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 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 } }] |
| 10334 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 DEBG failed to allocate space for the new target list |
| 10335 | 2026-08-05T02:52:22.057Z | Aug 05 02:52:20.379 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 } }] |
| 10336 | 2026-08-05T02:52:22.057Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-2ef33857f0a016b0) |
| 10337 | 2026-08-05T02:52:22.057Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-381a13284b936ec6) |
| 10338 | 2026-08-05T02:52:22.057Z | |
| 10339 | 2026-08-05T02:52:22.057Z | running 0 tests |
| 10340 | 2026-08-05T02:52:22.057Z | |
| 10341 | 2026-08-05T02:52:22.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10342 | 2026-08-05T02:52:22.057Z | |
| 10343 | 2026-08-05T02:52:22.057Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-3db17a48ff556661) |
| 10344 | 2026-08-05T02:52:22.057Z | |
| 10345 | 2026-08-05T02:52:22.058Z | running 6 tests |
| 10346 | 2026-08-05T02:52:22.058Z | test tests::test_full_lot_id_both_present ... ok |
| 10347 | 2026-08-05T02:52:22.061Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 10348 | 2026-08-05T02:52:22.061Z | test tests::test_full_lot_id_lot_only ... ok |
| 10349 | 2026-08-05T02:52:22.061Z | test tests::test_full_lot_id_neither_present ... ok |
| 10350 | 2026-08-05T02:52:22.061Z | test tests::test_port_id_cmp ... ok |
| 10351 | 2026-08-05T02:52:22.061Z | test tests::test_parse_client_port_id ... ok |
| 10352 | 2026-08-05T02:52:22.061Z | |
| 10353 | 2026-08-05T02:52:22.061Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10354 | 2026-08-05T02:52:22.061Z | |
| 10355 | 2026-08-05T02:52:22.061Z | Running tests/test_all.rs (target/debug/deps/test_all-39cffa1641245ce5) |
| 10356 | 2026-08-05T02:52:22.062Z | |
| 10357 | 2026-08-05T02:52:22.062Z | running 6 tests |
| 10358 | 2026-08-05T02:52:24.859Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 10359 | 2026-08-05T02:52:24.862Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 10360 | 2026-08-05T02:52:24.862Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 10361 | 2026-08-05T02:52:24.867Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 10362 | 2026-08-05T02:52:25.196Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 10363 | 2026-08-05T02:52:26.288Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 10364 | 2026-08-05T02:52:26.288Z | |
| 10365 | 2026-08-05T02:52:26.288Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.41s |
| 10366 | 2026-08-05T02:52:26.288Z | |
| 10367 | 2026-08-05T02:52:26.292Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7da615f036c57549) |
| 10368 | 2026-08-05T02:52:26.292Z | |
| 10369 | 2026-08-05T02:52:26.292Z | running 0 tests |
| 10370 | 2026-08-05T02:52:26.292Z | |
| 10371 | 2026-08-05T02:52:26.293Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10372 | 2026-08-05T02:52:26.293Z | |
| 10373 | 2026-08-05T02:52:26.293Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-91bf076b49d59a87) |
| 10374 | 2026-08-05T02:52:26.293Z | |
| 10375 | 2026-08-05T02:52:26.293Z | running 0 tests |
| 10376 | 2026-08-05T02:52:26.293Z | |
| 10377 | 2026-08-05T02:52:26.293Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10378 | 2026-08-05T02:52:26.293Z | |
| 10379 | 2026-08-05T02:52:26.293Z | Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165) |
| 10380 | 2026-08-05T02:52:26.293Z | |
| 10381 | 2026-08-05T02:52:26.293Z | running 12 tests |
| 10382 | 2026-08-05T02:52:26.293Z | test icmp::test_v6_checksum ... ok |
| 10383 | 2026-08-05T02:52:26.293Z | test icmp::test_v4_checksum ... ok |
| 10384 | 2026-08-05T02:52:26.293Z | test ipv6::test_ipv6_parse ... ok |
| 10385 | 2026-08-05T02:52:26.293Z | test lldp::test_lldp_parse ... ok |
| 10386 | 2026-08-05T02:52:26.293Z | test pbuf::test_byte ... ok |
| 10387 | 2026-08-05T02:52:26.293Z | test pbuf::test_nibble ... ok |
| 10388 | 2026-08-05T02:52:26.293Z | test pbuf::test_overflow ... ok |
| 10389 | 2026-08-05T02:52:26.293Z | test pbuf::test_short ... ok |
| 10390 | 2026-08-05T02:52:26.293Z | test pbuf::test_twelve ... ok |
| 10391 | 2026-08-05T02:52:26.293Z | test pbuf::test_word ... ok |
| 10392 | 2026-08-05T02:52:26.293Z | test tcp::test_checksum_syn_nodata ... ok |
| 10393 | 2026-08-05T02:52:26.293Z | test tcp::test_checksum_ack_data ... ok |
| 10394 | 2026-08-05T02:52:26.293Z | |
| 10395 | 2026-08-05T02:52:26.294Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10396 | 2026-08-05T02:52:26.294Z | |
| 10397 | 2026-08-05T02:52:26.294Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 10398 | 2026-08-05T02:52:26.294Z | |
| 10399 | 2026-08-05T02:52:26.294Z | running 0 tests |
| 10400 | 2026-08-05T02:52:26.294Z | |
| 10401 | 2026-08-05T02:52:26.294Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10402 | 2026-08-05T02:52:26.294Z | |
| 10403 | 2026-08-05T02:52:26.294Z | Running unittests src/main.rs (target/debug/deps/swadm-da8f15d8312f6ab1) |
| 10404 | 2026-08-05T02:52:26.299Z | |
| 10405 | 2026-08-05T02:52:26.299Z | running 5 tests |
| 10406 | 2026-08-05T02:52:26.304Z | test switchport::test::test_compute_lanes ... ok |
| 10407 | 2026-08-05T02:52:26.307Z | test link::test_filter ... ok |
| 10408 | 2026-08-05T02:52:26.308Z | test switchport::test::port_id_ordering ... ok |
| 10409 | 2026-08-05T02:52:26.308Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 10410 | 2026-08-05T02:52:26.308Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 10411 | 2026-08-05T02:52:26.308Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 10412 | 2026-08-05T02:52:26.308Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 10413 | 2026-08-05T02:52:26.308Z | Tx Enabled: Yes Yes Yes Yes Lane 0 |
| 10414 | 2026-08-05T02:52:26.308Z | Tx Loss-of-lock: No Lane 1 No Lane 2No Lane 3No |
| 10415 | 2026-08-05T02:52:26.308Z | |
| 10416 | 2026-08-05T02:52:26.308Z | Tx Loss-of-signal: No State: ActivatedNo Activated NoActivated NoActivated |
| 10417 | 2026-08-05T02:52:26.308Z | |
| 10418 | 2026-08-05T02:52:26.308Z | Tx CDR Enabled: No Rx Output Enabled: falseNo falseNo falseNo |
| 10419 | 2026-08-05T02:52:26.308Z | false |
| 10420 | 2026-08-05T02:52:26.308Z | Tx Adaptive EQ Fault: No Rx Output Status: valid No valid No validNo valid |
| 10421 | 2026-08-05T02:52:26.308Z | |
| 10422 | 2026-08-05T02:52:26.308Z | Tx Fault: Yes Rx Loss-of-lock: true Yes true trueYes trueYes |
| 10423 | 2026-08-05T02:52:26.308Z | |
| 10424 | 2026-08-05T02:52:26.308Z | Rx Loss-of-signal: false false false false |
| 10425 | 2026-08-05T02:52:26.308Z | Rx Auto-squelch Disable: true true true true |
| 10426 | 2026-08-05T02:52:26.308Z | Tx Output Enabled: true true true true |
| 10427 | 2026-08-05T02:52:26.308Z | Tx Output Status: invalid invalid invalid invalid |
| 10428 | 2026-08-05T02:52:26.308Z | Tx Loss-of-lock: false false false false |
| 10429 | 2026-08-05T02:52:26.308Z | Tx Loss-of-signal: true true true true |
| 10430 | 2026-08-05T02:52:26.308Z | Tx Auto-squelch Disable: false false false false |
| 10431 | 2026-08-05T02:52:26.308Z | Tx Adaptive EQ Fail: true true true true |
| 10432 | 2026-08-05T02:52:26.308Z | Tx Failure: false false false false |
| 10433 | 2026-08-05T02:52:26.308Z | Tx Force Squelch: true true true true |
| 10434 | 2026-08-05T02:52:26.308Z | Tx Input Polarity: normal normal normal normal |
| 10435 | 2026-08-05T02:52:26.308Z | test switchport::test::test_print_cmis_datapath ... ok |
| 10436 | 2026-08-05T02:52:26.308Z | test switchport::test::test_print_sff_datapath ... ok |
| 10437 | 2026-08-05T02:52:26.308Z | |
| 10438 | 2026-08-05T02:52:26.308Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10439 | 2026-08-05T02:52:26.309Z | |
| 10440 | 2026-08-05T02:52:26.309Z | Running tests/counters.rs (target/debug/deps/counters-9865b6bf336a39e4) |
| 10441 | 2026-08-05T02:52:26.311Z | |
| 10442 | 2026-08-05T02:52:26.311Z | running 1 test |
| 10443 | 2026-08-05T02:52:26.311Z | test test_p4_counter_list ... ignored |
| 10444 | 2026-08-05T02:52:26.311Z | |
| 10445 | 2026-08-05T02:52:26.312Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10446 | 2026-08-05T02:52:26.312Z | |
| 10447 | 2026-08-05T02:52:26.312Z | Running tests/multicast.rs (target/debug/deps/multicast-0a38481b2aef9b76) |
| 10448 | 2026-08-05T02:52:26.319Z | |
| 10449 | 2026-08-05T02:52:26.319Z | running 1 test |
| 10450 | 2026-08-05T02:52:26.322Z | test test_multicast_list_and_get ... ignored |
| 10451 | 2026-08-05T02:52:26.322Z | |
| 10452 | 2026-08-05T02:52:26.323Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10453 | 2026-08-05T02:52:26.323Z | |
| 10454 | 2026-08-05T02:52:26.323Z | Running tests/port-link.rs (target/debug/deps/port_link-b23cbd93fd0bed4b) |
| 10455 | 2026-08-05T02:52:26.328Z | |
| 10456 | 2026-08-05T02:52:26.328Z | running 5 tests |
| 10457 | 2026-08-05T02:52:26.328Z | test test_an ... ignored |
| 10458 | 2026-08-05T02:52:26.328Z | test test_enable ... ignored |
| 10459 | 2026-08-05T02:52:26.328Z | test test_ip_addresses ... ignored |
| 10460 | 2026-08-05T02:52:26.328Z | test test_kr ... ignored |
| 10461 | 2026-08-05T02:52:26.328Z | test test_mac ... ignored |
| 10462 | 2026-08-05T02:52:26.328Z | |
| 10463 | 2026-08-05T02:52:26.328Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10464 | 2026-08-05T02:52:26.328Z | |
| 10465 | 2026-08-05T02:52:26.328Z | Running unittests src/main.rs (target/debug/deps/tfportd-bd8c98ec098e1156) |
| 10466 | 2026-08-05T02:52:26.328Z | |
| 10467 | 2026-08-05T02:52:26.328Z | running 3 tests |
| 10468 | 2026-08-05T02:52:26.333Z | test linklocal::test_parse_ipadm ... ok |
| 10469 | 2026-08-05T02:52:26.333Z | test tfport::test_parse_tfport ... ok |
| 10470 | 2026-08-05T02:52:26.333Z | test config::tests::test_updates ... ok |
| 10471 | 2026-08-05T02:52:26.333Z | |
| 10472 | 2026-08-05T02:52:26.333Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10473 | 2026-08-05T02:52:26.333Z | |
| 10474 | 2026-08-05T02:52:26.333Z | Running unittests src/main.rs (target/debug/deps/uplinkd-70e995183870c872) |
| 10475 | 2026-08-05T02:52:26.336Z | |
| 10476 | 2026-08-05T02:52:26.336Z | running 0 tests |
| 10477 | 2026-08-05T02:52:26.336Z | |
| 10478 | 2026-08-05T02:52:26.336Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10479 | 2026-08-05T02:52:26.336Z | |
| 10480 | 2026-08-05T02:52:26.336Z | Running unittests src/main.rs (target/debug/deps/xtask-ba570b1522b27a9a) |
| 10481 | 2026-08-05T02:52:26.336Z | |
| 10482 | 2026-08-05T02:52:26.336Z | running 0 tests |
| 10483 | 2026-08-05T02:52:26.336Z | |
| 10484 | 2026-08-05T02:52:26.336Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10485 | 2026-08-05T02:52:26.336Z | |
| 10486 | 2026-08-05T02:52:26.415Z | Doc-tests aal |
| 10487 | 2026-08-05T02:52:26.591Z | |
| 10488 | 2026-08-05T02:52:26.591Z | running 0 tests |
| 10489 | 2026-08-05T02:52:26.591Z | |
| 10490 | 2026-08-05T02:52:26.594Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10491 | 2026-08-05T02:52:26.594Z | |
| 10492 | 2026-08-05T02:52:26.608Z | Doc-tests aal_macros |
| 10493 | 2026-08-05T02:52:26.683Z | |
| 10494 | 2026-08-05T02:52:26.683Z | running 0 tests |
| 10495 | 2026-08-05T02:52:26.683Z | |
| 10496 | 2026-08-05T02:52:26.683Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10497 | 2026-08-05T02:52:26.683Z | |
| 10498 | 2026-08-05T02:52:26.694Z | Doc-tests common |
| 10499 | 2026-08-05T02:52:26.942Z | |
| 10500 | 2026-08-05T02:52:26.942Z | running 0 tests |
| 10501 | 2026-08-05T02:52:26.942Z | |
| 10502 | 2026-08-05T02:52:26.942Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10503 | 2026-08-05T02:52:26.942Z | |
| 10504 | 2026-08-05T02:52:26.963Z | Doc-tests dpd_api |
| 10505 | 2026-08-05T02:52:27.987Z | |
| 10506 | 2026-08-05T02:52:27.987Z | running 2 tests |
| 10507 | 2026-08-05T02:52:27.987Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10508 | 2026-08-05T02:52:27.987Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10509 | 2026-08-05T02:52:27.987Z | |
| 10510 | 2026-08-05T02:52:27.987Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10511 | 2026-08-05T02:52:27.987Z | |
| 10512 | 2026-08-05T02:52:28.017Z | Doc-tests dpd_client |
| 10513 | 2026-08-05T02:52:29.364Z | |
| 10514 | 2026-08-05T02:52:29.364Z | running 0 tests |
| 10515 | 2026-08-05T02:52:29.364Z | |
| 10516 | 2026-08-05T02:52:29.364Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10517 | 2026-08-05T02:52:29.364Z | |
| 10518 | 2026-08-05T02:52:29.410Z | Doc-tests dpd_types |
| 10519 | 2026-08-05T02:52:29.720Z | |
| 10520 | 2026-08-05T02:52:29.720Z | running 0 tests |
| 10521 | 2026-08-05T02:52:29.720Z | |
| 10522 | 2026-08-05T02:52:29.720Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10523 | 2026-08-05T02:52:29.720Z | |
| 10524 | 2026-08-05T02:52:29.723Z | Doc-tests dpd_types_versions |
| 10525 | 2026-08-05T02:52:30.893Z | |
| 10526 | 2026-08-05T02:52:30.893Z | running 1 test |
| 10527 | 2026-08-05T02:52:30.893Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10528 | 2026-08-05T02:52:30.893Z | |
| 10529 | 2026-08-05T02:52:30.893Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10530 | 2026-08-05T02:52:30.893Z | |
| 10531 | 2026-08-05T02:52:30.938Z | Doc-tests packet |
| 10532 | 2026-08-05T02:52:31.053Z | |
| 10533 | 2026-08-05T02:52:31.053Z | running 0 tests |
| 10534 | 2026-08-05T02:52:31.053Z | |
| 10535 | 2026-08-05T02:52:31.053Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10536 | 2026-08-05T02:52:31.053Z | |
| 10537 | 2026-08-05T02:52:31.069Z | Doc-tests pcap |
| 10538 | 2026-08-05T02:52:31.125Z | |
| 10539 | 2026-08-05T02:52:31.125Z | running 0 tests |
| 10540 | 2026-08-05T02:52:31.125Z | |
| 10541 | 2026-08-05T02:52:31.125Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10542 | 2026-08-05T02:52:31.125Z | |
| 10543 | 2026-08-05T02:52:31.181Z | process exited: duration 723313 ms, exit code 0 |
| |
| 10544 | 2026-08-05T02:52:31.192Z | found 0 output files |