|
|
|
| 1 | 2026-07-19T04:10:25.106Z | job assigned to worker 01KXW91AQCRAKFA5Z28RBK9DS4 [factory aws, i-0f415769ffc76c652] (queued for 1 m 0 s) |
| |
| 2 | 2026-07-19T04:10:31.694Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:10:31.699Z | ++ uname -s |
| 4 | 2026-07-19T04:10:31.702Z | + kern=SunOS |
| 5 | 2026-07-19T04:10:31.702Z | + build_user=build |
| 6 | 2026-07-19T04:10:31.702Z | + build_uid=12345 |
| 7 | 2026-07-19T04:10:31.702Z | + work_dir=/work |
| 8 | 2026-07-19T04:10:31.702Z | + input_dir=/input |
| 9 | 2026-07-19T04:10:31.702Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:10:31.702Z | + case "$kern" in |
| 11 | 2026-07-19T04:10:31.702Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:10:31.705Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:10:33.716Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:10:33.813Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:10:33.817Z | + home_fs=zfs |
| 16 | 2026-07-19T04:10:33.817Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:10:33.817Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:10:33.817Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:10:35.817Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:10:35.821Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:10:35.828Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:10:35.836Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-07-19T04:10:35.836Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-07-19T04:10:35.836Z | * rust toolchain profile = "default" |
| 25 | 2026-07-19T04:10:35.836Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-19T04:10:35.836Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:10:35.836Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:10:35.840Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:10:35.840Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-07-19T04:10:35.936Z | info: downloading installer |
| 31 | 2026-07-19T04:10:37.249Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:10:37.249Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:10:37.249Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:10:37.249Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:10:37.269Z | info: profile set to default |
| 36 | 2026-07-19T04:10:37.270Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:10:37.270Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:10:37.394Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-07-19T04:10:37.403Z | info: downloading 6 components |
| 40 | 2026-07-19T04:10:51.242Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-07-19T04:10:51.242Z | |
| 42 | 2026-07-19T04:10:51.271Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-07-19T04:10:51.271Z | |
| 44 | 2026-07-19T04:10:51.271Z | |
| 45 | 2026-07-19T04:10:51.271Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:10:51.271Z | |
| 47 | 2026-07-19T04:10:51.274Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:10:51.274Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:10:51.274Z | |
| 50 | 2026-07-19T04:10:51.274Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:10:51.274Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:10:51.274Z | |
| 53 | 2026-07-19T04:10:51.275Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:10:51.275Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:10:51.275Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:10:51.275Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:10:51.275Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:10:51.275Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:10:51.275Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:10:51.275Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:10:51.275Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:10:51.367Z | + rustup --version |
| 63 | 2026-07-19T04:10:51.376Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:10:51.381Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:10:51.399Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-07-19T04:10:51.401Z | + cargo --version |
| 67 | 2026-07-19T04:10:51.414Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-07-19T04:10:51.418Z | + rustc --version |
| 69 | 2026-07-19T04:10:51.437Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-07-19T04:10:51.440Z | process exited: duration 15612 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:10:51.446Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:10:51.462Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:10:51.468Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:10:51.471Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-07-19T04:10:51.474Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-07-19T04:10:51.503Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-07-19T04:10:52.132Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-07-19T04:10:52.132Z | + git fetch origin 98469f532aada238465d3aec81b610f5c2952b4b |
| 79 | 2026-07-19T04:10:52.378Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-07-19T04:10:52.378Z | * branch 98469f532aada238465d3aec81b610f5c2952b4b -> FETCH_HEAD |
| 81 | 2026-07-19T04:10:52.384Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-07-19T04:10:52.387Z | ++ git branch --show-current |
| 83 | 2026-07-19T04:10:52.387Z | + current=main |
| 84 | 2026-07-19T04:10:52.387Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-07-19T04:10:52.387Z | + git branch -f renovate/anyhow-1.x-lockfile 98469f532aada238465d3aec81b610f5c2952b4b |
| 86 | 2026-07-19T04:10:52.390Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-07-19T04:10:52.408Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-07-19T04:10:52.411Z | + git reset --hard 98469f532aada238465d3aec81b610f5c2952b4b |
| 89 | 2026-07-19T04:10:52.427Z | HEAD is now at 98469f5 Update Rust crate anyhow to v1.0.104 |
| 90 | 2026-07-19T04:10:52.431Z | process exited: duration 959 ms, exit code 0 |
| |
| 91 | 2026-07-19T04:10:52.436Z | starting task 4: "build" |
| 92 | 2026-07-19T04:10:52.440Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-19T04:10:52.444Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-07-19T04:10:52.444Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-07-19T04:10:52.444Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-07-19T04:10:52.445Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-07-19T04:10:52.445Z | +++ uname -s |
| 98 | 2026-07-19T04:10:52.445Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-07-19T04:10:52.445Z | ++ SERIES=illumos |
| 100 | 2026-07-19T04:10:52.449Z | +++ uname -s |
| 101 | 2026-07-19T04:10:52.449Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-07-19T04:10:52.449Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-07-19T04:10:52.449Z | ++ rustup show active-toolchain |
| 104 | 2026-07-19T04:10:52.452Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-07-19T04:10:52.452Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-07-19T04:10:52.452Z | ++ banner 'sde setup' |
| 107 | 2026-07-19T04:10:52.452Z | |
| 108 | 2026-07-19T04:10:52.452Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-07-19T04:10:52.452Z | # # # # # # # # # # # |
| 110 | 2026-07-19T04:10:52.452Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-07-19T04:10:52.452Z | # # # # # # # # # ##### |
| 112 | 2026-07-19T04:10:52.452Z | # # # # # # # # # # # # |
| 113 | 2026-07-19T04:10:52.452Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-07-19T04:10:52.452Z | |
| 115 | 2026-07-19T04:10:52.452Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-07-19T04:10:52.452Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-07-19T04:10:52.452Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-07-19T04:10:52.452Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-07-19T04:10:52.452Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-07-19T04:10:52.458Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-07-19T04:10:52.458Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-07-19T04:10:53.351Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 85.43M 0 0
100 76.03M 100 76.03M 0 0 85.42M 0 0
100 76.03M 100 76.03M 0 0 85.42M 0 0 |
| 123 | 2026-07-19T04:10:53.356Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-07-19T04:10:53.402Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-07-19T04:10:53.405Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-07-19T04:10:53.405Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-07-19T04:10:54.601Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-07-19T04:10:54.786Z | Startup: Caching catalogs ... Done |
| 129 | 2026-07-19T04:10:54.820Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-07-19T04:10:55.826Z | Planning: Solver setup ... Done |
| 131 | 2026-07-19T04:10:55.864Z | Planning: Running solver ... Done |
| 132 | 2026-07-19T04:10:55.890Z | Planning: Finding local manifests ... Done |
| 133 | 2026-07-19T04:10:55.898Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-07-19T04:10:55.898Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-07-19T04:10:55.911Z | Planning: Package planning ... Done |
| 136 | 2026-07-19T04:10:55.911Z | Planning: Merging actions ... Done |
| 137 | 2026-07-19T04:10:56.044Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-07-19T04:10:56.047Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-07-19T04:10:56.859Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-07-19T04:10:56.862Z | Planning: Planning completed in 2.04 seconds |
| 141 | 2026-07-19T04:10:56.871Z | Packages to install: 1 |
| 142 | 2026-07-19T04:10:56.871Z | Create boot environment: No |
| 143 | 2026-07-19T04:10:56.876Z | Create backup boot environment: No |
| 144 | 2026-07-19T04:10:56.891Z | |
| 145 | 2026-07-19T04:10:56.891Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-07-19T04:10:57.025Z | Download: Completed 75.30 MB in 0.13 seconds (562M/s) |
| 147 | 2026-07-19T04:10:57.144Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-07-19T04:10:58.107Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-07-19T04:10:58.110Z | Finalize: Updating package state database ... Done |
| 150 | 2026-07-19T04:10:58.152Z | Finalize: Updating package cache ... Done |
| 151 | 2026-07-19T04:10:58.199Z | Finalize: Updating image state ... Done |
| 152 | 2026-07-19T04:11:00.684Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-07-19T04:11:00.759Z | Finalize: Reading search index ... Done |
| 154 | 2026-07-19T04:11:00.786Z | Finalize: Updating search index ... Done |
| 155 | 2026-07-19T04:11:00.992Z | Finalize: Updating package cache ... Done |
| 156 | 2026-07-19T04:11:01.121Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-07-19T04:11:01.121Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-07-19T04:11:01.124Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-07-19T04:11:01.124Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-07-19T04:11:01.124Z | ++ banner packages |
| 161 | 2026-07-19T04:11:01.124Z | |
| 162 | 2026-07-19T04:11:01.124Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-07-19T04:11:01.124Z | # # # # # # # # # # # # # # |
| 164 | 2026-07-19T04:11:01.124Z | # # # # # #### # # # ##### #### |
| 165 | 2026-07-19T04:11:01.125Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-07-19T04:11:01.125Z | # # # # # # # # # # # # # # |
| 167 | 2026-07-19T04:11:01.125Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-07-19T04:11:01.125Z | |
| 169 | 2026-07-19T04:11:01.125Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-07-19T04:11:01.389Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-07-19T04:11:01.393Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-07-19T04:11:02.219Z | Planning: Solver setup ... Done |
| 173 | 2026-07-19T04:11:02.258Z | Planning: Running solver ... Done |
| 174 | 2026-07-19T04:11:02.278Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-07-19T04:11:02.281Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-07-19T04:11:02.281Z | Planning: Planning completed in 0.89 seconds |
| 177 | 2026-07-19T04:11:02.296Z | No updates necessary for this image. |
| 178 | 2026-07-19T04:11:02.388Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-07-19T04:11:02.605Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-19T04:11:02.719Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-19T04:11:02.722Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-19T04:11:02.887Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-19T04:11:02.890Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-07-19T04:11:02.911Z | Mediators to change: 2 |
| 185 | 2026-07-19T04:11:02.911Z | Create boot environment: No |
| 186 | 2026-07-19T04:11:02.911Z | Create backup boot environment: No |
| 187 | 2026-07-19T04:11:02.952Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-19T04:11:02.952Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-19T04:11:02.978Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-19T04:11:05.025Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-19T04:11:05.099Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-19T04:11:05.101Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-19T04:11:05.171Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-19T04:11:05.246Z | ++ cargo --version |
| 195 | 2026-07-19T04:11:05.256Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-07-19T04:11:05.259Z | ++ rustc --version |
| 197 | 2026-07-19T04:11:05.280Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-07-19T04:11:05.283Z | + banner copyrights |
| 199 | 2026-07-19T04:11:05.286Z | |
| 200 | 2026-07-19T04:11:05.286Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-07-19T04:11:05.286Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-07-19T04:11:05.286Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-07-19T04:11:05.286Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-07-19T04:11:05.286Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-07-19T04:11:05.286Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-07-19T04:11:05.286Z | |
| 207 | 2026-07-19T04:11:05.286Z | + ./tools/check_copyrights.sh |
| 208 | 2026-07-19T04:11:05.580Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-07-19T04:11:06.372Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-07-19T04:11:06.842Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-07-19T04:11:06.934Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-07-19T04:11:07.108Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-07-19T04:11:07.343Z | + banner clippy |
| 214 | 2026-07-19T04:11:07.346Z | |
| 215 | 2026-07-19T04:11:07.346Z | #### # # ##### ##### # # |
| 216 | 2026-07-19T04:11:07.346Z | # # # # # # # # # # |
| 217 | 2026-07-19T04:11:07.346Z | # # # # # # # # |
| 218 | 2026-07-19T04:11:07.346Z | # # # ##### ##### # |
| 219 | 2026-07-19T04:11:07.346Z | # # # # # # # |
| 220 | 2026-07-19T04:11:07.346Z | #### ###### # # # # |
| 221 | 2026-07-19T04:11:07.346Z | |
| 222 | 2026-07-19T04:11:07.346Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-07-19T04:11:07.346Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-07-19T04:11:07.496Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-07-19T04:11:18.424Z | Updating crates.io index |
| 226 | 2026-07-19T04:11:18.459Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-07-19T04:11:18.688Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-07-19T04:11:19.430Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-07-19T04:11:19.659Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-07-19T04:11:19.891Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-07-19T04:11:21.085Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-07-19T04:11:21.280Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-07-19T04:11:21.729Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-07-19T04:11:22.017Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-07-19T04:11:22.424Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-07-19T04:11:22.655Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-07-19T04:11:23.008Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-07-19T04:11:23.683Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-07-19T04:11:23.964Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-07-19T04:11:24.290Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-07-19T04:11:24.940Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-07-19T04:11:25.248Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-19T04:11:25.528Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-07-19T04:11:26.515Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-07-19T04:11:26.537Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-07-19T04:11:27.456Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-07-19T04:11:28.254Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-07-19T04:11:28.675Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-19T04:11:29.161Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-07-19T04:11:30.908Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-07-19T04:11:31.495Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-07-19T04:11:31.707Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-07-19T04:11:32.085Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-07-19T04:11:33.709Z | Downloading crates ... |
| 255 | 2026-07-19T04:11:33.764Z | Downloaded adler2 v2.0.1 |
| 256 | 2026-07-19T04:11:33.768Z | Downloaded anstyle-parse v1.0.0 |
| 257 | 2026-07-19T04:11:33.778Z | Downloaded arrayref v0.3.9 |
| 258 | 2026-07-19T04:11:33.784Z | Downloaded cargo-platform v0.1.9 |
| 259 | 2026-07-19T04:11:33.791Z | Downloaded atomic-waker v1.1.2 |
| 260 | 2026-07-19T04:11:33.791Z | Downloaded bit-vec v0.8.0 |
| 261 | 2026-07-19T04:11:33.797Z | Downloaded bit-set v0.8.0 |
| 262 | 2026-07-19T04:11:33.797Z | Downloaded darling_macro v0.21.3 |
| 263 | 2026-07-19T04:11:33.797Z | Downloaded const_format_proc_macros v0.2.34 |
| 264 | 2026-07-19T04:11:33.797Z | Downloaded bcs v0.1.6 |
| 265 | 2026-07-19T04:11:33.808Z | Downloaded crossbeam-utils v0.8.21 |
| 266 | 2026-07-19T04:11:33.808Z | Downloaded ciborium-ll v0.2.2 |
| 267 | 2026-07-19T04:11:33.816Z | Downloaded bitflags v2.11.1 |
| 268 | 2026-07-19T04:11:33.816Z | Downloaded backoff v0.4.0 |
| 269 | 2026-07-19T04:11:33.816Z | Downloaded anstream v1.0.0 |
| 270 | 2026-07-19T04:11:33.816Z | Downloaded base16ct v0.2.0 |
| 271 | 2026-07-19T04:11:33.821Z | Downloaded colorchoice v1.0.4 |
| 272 | 2026-07-19T04:11:33.821Z | Downloaded dtrace-parser v0.2.0 |
| 273 | 2026-07-19T04:11:33.821Z | Downloaded enum-as-inner v0.6.1 |
| 274 | 2026-07-19T04:11:33.825Z | Downloaded critical-section v1.2.0 |
| 275 | 2026-07-19T04:11:33.825Z | Downloaded hash32 v0.3.1 |
| 276 | 2026-07-19T04:11:33.833Z | Downloaded embedded-io v0.6.1 |
| 277 | 2026-07-19T04:11:33.833Z | Downloaded data-encoding v2.9.0 |
| 278 | 2026-07-19T04:11:33.833Z | Downloaded futures-macro v0.3.32 |
| 279 | 2026-07-19T04:11:33.841Z | Downloaded embedded-io v0.4.0 |
| 280 | 2026-07-19T04:11:33.841Z | Downloaded heck v0.4.1 |
| 281 | 2026-07-19T04:11:33.841Z | Downloaded either v1.15.0 |
| 282 | 2026-07-19T04:11:33.846Z | Downloaded async-stream v0.3.6 |
| 283 | 2026-07-19T04:11:33.847Z | Downloaded dropshot_endpoint v0.17.1 |
| 284 | 2026-07-19T04:11:33.847Z | Downloaded foreign-types-macros v0.2.3 |
| 285 | 2026-07-19T04:11:33.847Z | Downloaded elliptic-curve v0.13.8 |
| 286 | 2026-07-19T04:11:33.851Z | Downloaded block-buffer v0.12.0 |
| 287 | 2026-07-19T04:11:33.851Z | Downloaded foreign-types-shared v0.3.1 |
| 288 | 2026-07-19T04:11:33.854Z | Downloaded futures-sink v0.3.32 |
| 289 | 2026-07-19T04:11:33.854Z | Downloaded constant_time_eq v0.3.1 |
| 290 | 2026-07-19T04:11:33.856Z | Downloaded form_urlencoded v1.2.2 |
| 291 | 2026-07-19T04:11:33.856Z | Downloaded fnv v1.0.7 |
| 292 | 2026-07-19T04:11:33.859Z | Downloaded ff v0.13.1 |
| 293 | 2026-07-19T04:11:33.862Z | Downloaded anstyle-query v1.1.4 |
| 294 | 2026-07-19T04:11:33.865Z | Downloaded futures-core v0.3.32 |
| 295 | 2026-07-19T04:11:33.865Z | Downloaded http-body-util v0.1.3 |
| 296 | 2026-07-19T04:11:33.868Z | Downloaded clap_lex v1.1.0 |
| 297 | 2026-07-19T04:11:33.868Z | Downloaded crypto-common v0.1.6 |
| 298 | 2026-07-19T04:11:33.871Z | Downloaded aead v0.5.2 |
| 299 | 2026-07-19T04:11:33.875Z | Downloaded compression-core v0.4.32 |
| 300 | 2026-07-19T04:11:33.875Z | Downloaded hex v0.4.3 |
| 301 | 2026-07-19T04:11:33.890Z | Downloaded cobs v0.3.0 |
| 302 | 2026-07-19T04:11:33.890Z | Downloaded foreign-types-shared v0.1.1 |
| 303 | 2026-07-19T04:11:33.890Z | Downloaded cfg_aliases v0.2.1 |
| 304 | 2026-07-19T04:11:33.890Z | Downloaded http-body v1.0.1 |
| 305 | 2026-07-19T04:11:33.890Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 306 | 2026-07-19T04:11:33.909Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-07-19T04:11:33.909Z | Downloaded crucible-workspace-hack v0.1.0 |
| 308 | 2026-07-19T04:11:33.909Z | Downloaded cstr-argument v0.1.2 |
| 309 | 2026-07-19T04:11:33.909Z | Downloaded cfg-if v1.0.4 |
| 310 | 2026-07-19T04:11:33.909Z | Downloaded generic-array v0.14.7 |
| 311 | 2026-07-19T04:11:33.909Z | Downloaded hubpack_derive v0.1.1 |
| 312 | 2026-07-19T04:11:33.909Z | Downloaded debug-ignore v1.0.5 |
| 313 | 2026-07-19T04:11:33.909Z | Downloaded bitflags v1.3.2 |
| 314 | 2026-07-19T04:11:33.909Z | Downloaded fixedbitset v0.4.2 |
| 315 | 2026-07-19T04:11:33.909Z | Downloaded git-stub-vcs v0.1.0 |
| 316 | 2026-07-19T04:11:33.914Z | Downloaded autocfg v1.5.0 |
| 317 | 2026-07-19T04:11:33.914Z | Downloaded filetime v0.2.26 |
| 318 | 2026-07-19T04:11:33.914Z | Downloaded csv-core v0.1.12 |
| 319 | 2026-07-19T04:11:33.914Z | Downloaded foreign-types v0.5.0 |
| 320 | 2026-07-19T04:11:33.914Z | Downloaded errno v0.3.14 |
| 321 | 2026-07-19T04:11:33.919Z | Downloaded defmt v0.3.100 |
| 322 | 2026-07-19T04:11:33.919Z | Downloaded dof v0.3.0 |
| 323 | 2026-07-19T04:11:33.919Z | Downloaded hubpack v0.1.2 |
| 324 | 2026-07-19T04:11:33.936Z | Downloaded git-stub v1.0.0 |
| 325 | 2026-07-19T04:11:33.936Z | Downloaded float-ord v0.3.2 |
| 326 | 2026-07-19T04:11:33.936Z | Downloaded httpdate v1.0.3 |
| 327 | 2026-07-19T04:11:33.936Z | Downloaded foreign-types v0.3.2 |
| 328 | 2026-07-19T04:11:33.936Z | Downloaded indent_write v2.2.0 |
| 329 | 2026-07-19T04:11:33.936Z | Downloaded instant v0.1.13 |
| 330 | 2026-07-19T04:11:33.936Z | Downloaded hyper-tls v0.6.0 |
| 331 | 2026-07-19T04:11:33.936Z | Downloaded inout v0.1.4 |
| 332 | 2026-07-19T04:11:33.936Z | Downloaded idna_adapter v1.2.1 |
| 333 | 2026-07-19T04:11:33.936Z | Downloaded compression-codecs v0.4.32 |
| 334 | 2026-07-19T04:11:33.942Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 335 | 2026-07-19T04:11:33.942Z | Downloaded argon2 v0.5.3 |
| 336 | 2026-07-19T04:11:33.942Z | Downloaded heck v0.5.0 |
| 337 | 2026-07-19T04:11:33.950Z | Downloaded cargo_metadata v0.18.1 |
| 338 | 2026-07-19T04:11:33.950Z | Downloaded itoa v1.0.15 |
| 339 | 2026-07-19T04:11:33.950Z | Downloaded hostname v0.3.1 |
| 340 | 2026-07-19T04:11:33.950Z | Downloaded cexpr v0.6.0 |
| 341 | 2026-07-19T04:11:33.955Z | Downloaded internet-checksum v0.2.1 |
| 342 | 2026-07-19T04:11:33.955Z | Downloaded cmake v0.1.54 |
| 343 | 2026-07-19T04:11:33.955Z | Downloaded ident_case v1.0.1 |
| 344 | 2026-07-19T04:11:33.955Z | Downloaded futures-io v0.3.32 |
| 345 | 2026-07-19T04:11:33.959Z | Downloaded base64ct v1.8.0 |
| 346 | 2026-07-19T04:11:33.959Z | Downloaded futures-executor v0.3.32 |
| 347 | 2026-07-19T04:11:33.962Z | Downloaded is-terminal v0.4.16 |
| 348 | 2026-07-19T04:11:33.962Z | Downloaded find-msvc-tools v0.1.9 |
| 349 | 2026-07-19T04:11:33.967Z | Downloaded console v0.15.11 |
| 350 | 2026-07-19T04:11:33.967Z | Downloaded group v0.13.0 |
| 351 | 2026-07-19T04:11:33.974Z | Downloaded glob v0.3.3 |
| 352 | 2026-07-19T04:11:33.974Z | Downloaded is_ci v1.2.0 |
| 353 | 2026-07-19T04:11:33.974Z | Downloaded kstat-rs v0.2.4 |
| 354 | 2026-07-19T04:11:33.981Z | Downloaded keccak v0.1.6 |
| 355 | 2026-07-19T04:11:33.981Z | Downloaded is_terminal_polyfill v1.70.1 |
| 356 | 2026-07-19T04:11:33.981Z | Downloaded futures v0.3.32 |
| 357 | 2026-07-19T04:11:33.994Z | Downloaded managed v0.8.0 |
| 358 | 2026-07-19T04:11:33.994Z | Downloaded macaddr v1.0.1 |
| 359 | 2026-07-19T04:11:33.994Z | Downloaded linked-hash-map v0.5.6 |
| 360 | 2026-07-19T04:11:33.994Z | Downloaded libscf-sys v1.2.0 |
| 361 | 2026-07-19T04:11:33.994Z | Downloaded crypto-common v0.2.2 |
| 362 | 2026-07-19T04:11:33.999Z | Downloaded ciborium v0.2.2 |
| 363 | 2026-07-19T04:11:33.999Z | Downloaded foldhash v0.2.0 |
| 364 | 2026-07-19T04:11:33.999Z | Downloaded fixedbitset v0.5.7 |
| 365 | 2026-07-19T04:11:33.999Z | Downloaded lru-slab v0.1.2 |
| 366 | 2026-07-19T04:11:33.999Z | Downloaded memmap v0.7.0 |
| 367 | 2026-07-19T04:11:33.999Z | Downloaded erased-serde v0.3.31 |
| 368 | 2026-07-19T04:11:33.999Z | Downloaded deranged v0.5.3 |
| 369 | 2026-07-19T04:11:34.003Z | Downloaded newtype-uuid-macros v0.1.0 |
| 370 | 2026-07-19T04:11:34.003Z | Downloaded memoffset v0.9.1 |
| 371 | 2026-07-19T04:11:34.004Z | Downloaded ingot v0.1.1 |
| 372 | 2026-07-19T04:11:34.007Z | Downloaded hostname v0.4.2 |
| 373 | 2026-07-19T04:11:34.007Z | Downloaded fs_extra v1.3.0 |
| 374 | 2026-07-19T04:11:34.010Z | Downloaded digest v0.11.3 |
| 375 | 2026-07-19T04:11:34.014Z | Downloaded fs-err v3.1.2 |
| 376 | 2026-07-19T04:11:34.014Z | Downloaded displaydoc v0.2.5 |
| 377 | 2026-07-19T04:11:34.020Z | Downloaded ipnet v2.11.0 |
| 378 | 2026-07-19T04:11:34.020Z | Downloaded crossbeam-deque v0.8.6 |
| 379 | 2026-07-19T04:11:34.024Z | Downloaded cookie v0.18.1 |
| 380 | 2026-07-19T04:11:34.024Z | Downloaded ingot-types v0.1.2 |
| 381 | 2026-07-19T04:11:34.024Z | Downloaded newline-converter v0.3.0 |
| 382 | 2026-07-19T04:11:34.030Z | Downloaded highway v1.3.0 |
| 383 | 2026-07-19T04:11:34.030Z | Downloaded flate2 v1.1.2 |
| 384 | 2026-07-19T04:11:34.037Z | Downloaded camino v1.2.3 |
| 385 | 2026-07-19T04:11:34.037Z | Downloaded num-derive v0.4.2 |
| 386 | 2026-07-19T04:11:34.037Z | Downloaded num_enum_derive v0.5.11 |
| 387 | 2026-07-19T04:11:34.041Z | Downloaded num-iter v0.1.45 |
| 388 | 2026-07-19T04:11:34.041Z | Downloaded opaque-debug v0.3.1 |
| 389 | 2026-07-19T04:11:34.042Z | Downloaded getrandom v0.3.3 |
| 390 | 2026-07-19T04:11:34.042Z | Downloaded lru-cache v0.1.2 |
| 391 | 2026-07-19T04:11:34.046Z | Downloaded openssl-probe v0.1.6 |
| 392 | 2026-07-19T04:11:34.046Z | Downloaded jobserver v0.1.34 |
| 393 | 2026-07-19T04:11:34.049Z | Downloaded openssl-macros v0.1.1 |
| 394 | 2026-07-19T04:11:34.049Z | Downloaded omicron-workspace-hack v0.1.0 |
| 395 | 2026-07-19T04:11:34.049Z | Downloaded libloading v0.8.9 |
| 396 | 2026-07-19T04:11:34.054Z | Downloaded linear-map v1.2.0 |
| 397 | 2026-07-19T04:11:34.054Z | Downloaded libsw-core v0.3.2 |
| 398 | 2026-07-19T04:11:34.057Z | Downloaded hyper-rustls v0.27.7 |
| 399 | 2026-07-19T04:11:34.057Z | Downloaded percent-encoding v2.3.2 |
| 400 | 2026-07-19T04:11:34.057Z | Downloaded plain v0.2.3 |
| 401 | 2026-07-19T04:11:34.062Z | Downloaded mime v0.3.17 |
| 402 | 2026-07-19T04:11:34.062Z | Downloaded iana-time-zone v0.1.64 |
| 403 | 2026-07-19T04:11:34.066Z | Downloaded olpc-cjson v0.1.4 |
| 404 | 2026-07-19T04:11:34.066Z | Downloaded num_threads v0.1.7 |
| 405 | 2026-07-19T04:11:34.066Z | Downloaded hmac v0.12.1 |
| 406 | 2026-07-19T04:11:34.071Z | Downloaded parse-display v0.10.0 |
| 407 | 2026-07-19T04:11:34.071Z | Downloaded lazy_static v1.5.0 |
| 408 | 2026-07-19T04:11:34.071Z | Downloaded lock_api v0.4.14 |
| 409 | 2026-07-19T04:11:34.076Z | Downloaded libsw v3.5.0 |
| 410 | 2026-07-19T04:11:34.076Z | Downloaded derive-ex v0.1.8 |
| 411 | 2026-07-19T04:11:34.080Z | Downloaded phf_shared v0.12.1 |
| 412 | 2026-07-19T04:11:34.081Z | Downloaded num-conv v0.2.1 |
| 413 | 2026-07-19T04:11:34.081Z | Downloaded num v0.4.3 |
| 414 | 2026-07-19T04:11:34.081Z | Downloaded httparse v1.10.1 |
| 415 | 2026-07-19T04:11:34.085Z | Downloaded newtype-uuid v1.3.2 |
| 416 | 2026-07-19T04:11:34.085Z | Downloaded native-tls v0.2.14 |
| 417 | 2026-07-19T04:11:34.085Z | Downloaded const-oid v0.10.2 |
| 418 | 2026-07-19T04:11:34.089Z | Downloaded powerfmt v0.2.0 |
| 419 | 2026-07-19T04:11:34.089Z | Downloaded newtype_derive v0.1.6 |
| 420 | 2026-07-19T04:11:34.094Z | Downloaded multer v3.1.0 |
| 421 | 2026-07-19T04:11:34.094Z | Downloaded clap v4.6.1 |
| 422 | 2026-07-19T04:11:34.100Z | Downloaded ingot-macros v0.1.1 |
| 423 | 2026-07-19T04:11:34.104Z | Downloaded potential_utf v0.1.3 |
| 424 | 2026-07-19T04:11:34.104Z | Downloaded futures-channel v0.3.32 |
| 425 | 2026-07-19T04:11:34.104Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 426 | 2026-07-19T04:11:34.104Z | Downloaded num-integer v0.1.46 |
| 427 | 2026-07-19T04:11:34.107Z | Downloaded num_enum_derive v0.7.5 |
| 428 | 2026-07-19T04:11:34.107Z | Downloaded proc-macro-crate v1.3.1 |
| 429 | 2026-07-19T04:11:34.107Z | Downloaded num_enum v0.7.5 |
| 430 | 2026-07-19T04:11:34.110Z | Downloaded progenitor-client v0.14.0 |
| 431 | 2026-07-19T04:11:34.113Z | Downloaded proc-macro-error-attr v1.0.4 |
| 432 | 2026-07-19T04:11:34.113Z | Downloaded litemap v0.8.0 |
| 433 | 2026-07-19T04:11:34.118Z | Downloaded num_enum v0.5.11 |
| 434 | 2026-07-19T04:11:34.122Z | Downloaded oxide-tokio-rt v0.1.2 |
| 435 | 2026-07-19T04:11:34.122Z | Downloaded progenitor-client v0.10.0 |
| 436 | 2026-07-19T04:11:34.122Z | Downloaded progenitor-client v0.11.1 |
| 437 | 2026-07-19T04:11:34.125Z | Downloaded progenitor-macro v0.11.1 |
| 438 | 2026-07-19T04:11:34.125Z | Downloaded progenitor-macro v0.14.0 |
| 439 | 2026-07-19T04:11:34.125Z | Downloaded progenitor-macro v0.10.0 |
| 440 | 2026-07-19T04:11:34.130Z | Downloaded oxnet v0.1.6 |
| 441 | 2026-07-19T04:11:34.130Z | Downloaded num-complex v0.4.6 |
| 442 | 2026-07-19T04:11:34.134Z | Downloaded num-rational v0.4.2 |
| 443 | 2026-07-19T04:11:34.134Z | Downloaded darling_core v0.21.3 |
| 444 | 2026-07-19T04:11:34.138Z | Downloaded hybrid-array v0.4.12 |
| 445 | 2026-07-19T04:11:34.138Z | Downloaded memmap2 v0.9.8 |
| 446 | 2026-07-19T04:11:34.148Z | Downloaded pretty-hex v0.4.1 |
| 447 | 2026-07-19T04:11:34.148Z | Downloaded dropshot_endpoint v0.16.7 |
| 448 | 2026-07-19T04:11:34.152Z | Downloaded pin-project-internal v1.1.10 |
| 449 | 2026-07-19T04:11:34.152Z | Downloaded rand_chacha v0.3.1 |
| 450 | 2026-07-19T04:11:34.152Z | Downloaded pest_generator v2.8.2 |
| 451 | 2026-07-19T04:11:34.152Z | Downloaded pem v3.0.5 |
| 452 | 2026-07-19T04:11:34.152Z | Downloaded paste v1.0.15 |
| 453 | 2026-07-19T04:11:34.152Z | Downloaded ref-cast-impl v1.0.25 |
| 454 | 2026-07-19T04:11:34.155Z | Downloaded half v2.7.1 |
| 455 | 2026-07-19T04:11:34.155Z | Downloaded ref-cast v1.0.25 |
| 456 | 2026-07-19T04:11:34.155Z | Downloaded rand_xorshift v0.4.0 |
| 457 | 2026-07-19T04:11:34.159Z | Downloaded const_format v0.2.34 |
| 458 | 2026-07-19T04:11:34.163Z | Downloaded ipnetwork v0.21.1 |
| 459 | 2026-07-19T04:11:34.163Z | Downloaded icu_properties v2.0.1 |
| 460 | 2026-07-19T04:11:34.163Z | Downloaded allocator-api2 v0.2.21 |
| 461 | 2026-07-19T04:11:34.168Z | Downloaded chacha20poly1305 v0.10.1 |
| 462 | 2026-07-19T04:11:34.171Z | Downloaded ppv-lite86 v0.2.21 |
| 463 | 2026-07-19T04:11:34.171Z | Downloaded pkg-config v0.3.32 |
| 464 | 2026-07-19T04:11:34.171Z | Downloaded icu_provider v2.0.0 |
| 465 | 2026-07-19T04:11:34.180Z | Downloaded derive_more v0.99.20 |
| 466 | 2026-07-19T04:11:34.181Z | Downloaded rustc-hash v2.1.1 |
| 467 | 2026-07-19T04:11:34.186Z | Downloaded poly1305 v0.8.0 |
| 468 | 2026-07-19T04:11:34.186Z | Downloaded pin-project-lite v0.2.16 |
| 469 | 2026-07-19T04:11:34.186Z | Downloaded rustc_version v0.4.1 |
| 470 | 2026-07-19T04:11:34.186Z | Downloaded proc-macro-error v1.0.4 |
| 471 | 2026-07-19T04:11:34.186Z | Downloaded proc-macro-error2 v2.0.1 |
| 472 | 2026-07-19T04:11:34.191Z | Downloaded crossbeam-channel v0.5.15 |
| 473 | 2026-07-19T04:11:34.195Z | Downloaded same-file v1.0.6 |
| 474 | 2026-07-19T04:11:34.195Z | Downloaded once_cell v1.21.3 |
| 475 | 2026-07-19T04:11:34.198Z | Downloaded omicron-zone-package v0.12.2 |
| 476 | 2026-07-19T04:11:34.198Z | Downloaded progenitor v0.14.0 |
| 477 | 2026-07-19T04:11:34.205Z | Downloaded progenitor v0.11.1 |
| 478 | 2026-07-19T04:11:34.205Z | Downloaded log v0.4.29 |
| 479 | 2026-07-19T04:11:34.209Z | Downloaded owo-colors v4.3.0 |
| 480 | 2026-07-19T04:11:34.209Z | Downloaded serde-big-array v0.5.1 |
| 481 | 2026-07-19T04:11:34.209Z | Downloaded secrecy v0.10.3 |
| 482 | 2026-07-19T04:11:34.209Z | Downloaded scroll_derive v0.12.1 |
| 483 | 2026-07-19T04:11:34.209Z | Downloaded blake2 v0.10.6 |
| 484 | 2026-07-19T04:11:34.213Z | Downloaded scroll_derive v0.13.1 |
| 485 | 2026-07-19T04:11:34.213Z | Downloaded search_path v0.1.4 |
| 486 | 2026-07-19T04:11:34.213Z | Downloaded icu_normalizer_data v2.0.0 |
| 487 | 2026-07-19T04:11:34.217Z | Downloaded indexmap v1.9.3 |
| 488 | 2026-07-19T04:11:34.217Z | Downloaded serde_spanned v1.1.1 |
| 489 | 2026-07-19T04:11:34.217Z | Downloaded semver v0.1.20 |
| 490 | 2026-07-19T04:11:34.220Z | Downloaded scopeguard v1.2.0 |
| 491 | 2026-07-19T04:11:34.220Z | Downloaded rand_chacha v0.9.0 |
| 492 | 2026-07-19T04:11:34.223Z | Downloaded pest_derive v2.8.2 |
| 493 | 2026-07-19T04:11:34.223Z | Downloaded serde_repr v0.1.20 |
| 494 | 2026-07-19T04:11:34.227Z | Downloaded quote v1.0.45 |
| 495 | 2026-07-19T04:11:34.227Z | Downloaded phf v0.12.1 |
| 496 | 2026-07-19T04:11:34.230Z | Downloaded serde_spanned v0.6.9 |
| 497 | 2026-07-19T04:11:34.231Z | Downloaded derive-where v1.6.0 |
| 498 | 2026-07-19T04:11:34.234Z | Downloaded sha1 v0.10.6 |
| 499 | 2026-07-19T04:11:34.234Z | Downloaded getrandom v0.4.2 |
| 500 | 2026-07-19T04:11:34.237Z | Downloaded parse-display-derive v0.10.0 |
| 501 | 2026-07-19T04:11:34.237Z | Downloaded parking_lot_core v0.9.12 |
| 502 | 2026-07-19T04:11:34.240Z | Downloaded parking_lot v0.12.5 |
| 503 | 2026-07-19T04:11:34.240Z | Downloaded icu_normalizer v2.0.0 |
| 504 | 2026-07-19T04:11:34.243Z | Downloaded postcard v1.1.3 |
| 505 | 2026-07-19T04:11:34.245Z | Downloaded serde_urlencoded v0.7.1 |
| 506 | 2026-07-19T04:11:34.245Z | Downloaded serde_plain v1.0.2 |
| 507 | 2026-07-19T04:11:34.248Z | Downloaded icu_locale_core v2.0.0 |
| 508 | 2026-07-19T04:11:34.252Z | Downloaded rustversion v1.0.22 |
| 509 | 2026-07-19T04:11:34.257Z | Downloaded num-traits v0.2.19 |
| 510 | 2026-07-19T04:11:34.257Z | Downloaded hickory-resolver v0.25.2 |
| 511 | 2026-07-19T04:11:34.260Z | Downloaded progenitor v0.10.0 |
| 512 | 2026-07-19T04:11:34.260Z | Downloaded resolv-conf v0.7.5 |
| 513 | 2026-07-19T04:11:34.260Z | Downloaded cc v1.2.64 |
| 514 | 2026-07-19T04:11:34.263Z | Downloaded rand_core v0.6.4 |
| 515 | 2026-07-19T04:11:34.266Z | Downloaded quick-error v1.2.3 |
| 516 | 2026-07-19T04:11:34.266Z | Downloaded rustc_version v0.1.7 |
| 517 | 2026-07-19T04:11:34.266Z | Downloaded heapless v0.8.0 |
| 518 | 2026-07-19T04:11:34.272Z | Downloaded rusty-fork v0.3.0 |
| 519 | 2026-07-19T04:11:34.275Z | Downloaded signal-hook-tokio v0.4.0 |
| 520 | 2026-07-19T04:11:34.275Z | Downloaded scroll v0.13.0 |
| 521 | 2026-07-19T04:11:34.275Z | Downloaded siphasher v1.0.1 |
| 522 | 2026-07-19T04:11:34.275Z | Downloaded smawk v0.3.2 |
| 523 | 2026-07-19T04:11:34.275Z | Downloaded sigpipe v0.1.3 |
| 524 | 2026-07-19T04:11:34.276Z | Downloaded scroll v0.12.0 |
| 525 | 2026-07-19T04:11:34.281Z | Downloaded schemars_derive v0.8.22 |
| 526 | 2026-07-19T04:11:34.282Z | Downloaded rustls-pemfile v2.2.0 |
| 527 | 2026-07-19T04:11:34.285Z | Downloaded password-hash v0.5.0 |
| 528 | 2026-07-19T04:11:34.286Z | Downloaded getrandom v0.2.16 |
| 529 | 2026-07-19T04:11:34.286Z | Downloaded drift v0.2.0 |
| 530 | 2026-07-19T04:11:34.289Z | Downloaded quinn-udp v0.5.14 |
| 531 | 2026-07-19T04:11:34.293Z | Downloaded pin-project v1.1.10 |
| 532 | 2026-07-19T04:11:34.296Z | Downloaded structmeta v0.3.0 |
| 533 | 2026-07-19T04:11:34.299Z | Downloaded strsim v0.11.1 |
| 534 | 2026-07-19T04:11:34.299Z | Downloaded stable_deref_trait v1.2.0 |
| 535 | 2026-07-19T04:11:34.301Z | Downloaded serde_derive_internals v0.29.1 |
| 536 | 2026-07-19T04:11:34.302Z | Downloaded sync_wrapper v1.0.2 |
| 537 | 2026-07-19T04:11:34.307Z | Downloaded strum v0.27.2 |
| 538 | 2026-07-19T04:11:34.307Z | Downloaded swrite v0.1.0 |
| 539 | 2026-07-19T04:11:34.307Z | Downloaded serde_tokenstream v0.2.3 |
| 540 | 2026-07-19T04:11:34.310Z | Downloaded strum v0.26.3 |
| 541 | 2026-07-19T04:11:34.310Z | Downloaded structmeta-derive v0.3.0 |
| 542 | 2026-07-19T04:11:34.310Z | Downloaded strum v0.28.0 |
| 543 | 2026-07-19T04:11:34.310Z | Downloaded rand_core v0.9.3 |
| 544 | 2026-07-19T04:11:34.310Z | Downloaded icu_collections v2.0.0 |
| 545 | 2026-07-19T04:11:34.314Z | Downloaded crypto-bigint v0.5.5 |
| 546 | 2026-07-19T04:11:34.317Z | Downloaded curl v0.4.50 |
| 547 | 2026-07-19T04:11:34.320Z | Downloaded shlex v2.0.1 |
| 548 | 2026-07-19T04:11:34.323Z | Downloaded tabled_derive v0.7.0 |
| 549 | 2026-07-19T04:11:34.323Z | Downloaded colored v3.1.1 |
| 550 | 2026-07-19T04:11:34.326Z | Downloaded pest_meta v2.8.2 |
| 551 | 2026-07-19T04:11:34.326Z | Downloaded clap_derive v4.6.1 |
| 552 | 2026-07-19T04:11:34.329Z | Downloaded daft-derive v0.1.5 |
| 553 | 2026-07-19T04:11:34.329Z | Downloaded testing_table v0.3.0 |
| 554 | 2026-07-19T04:11:34.333Z | Downloaded supports-color v3.0.2 |
| 555 | 2026-07-19T04:11:34.333Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 556 | 2026-07-19T04:11:34.336Z | Downloaded tagptr v0.2.0 |
| 557 | 2026-07-19T04:11:34.336Z | Downloaded miniz_oxide v0.8.9 |
| 558 | 2026-07-19T04:11:34.336Z | Downloaded progenitor-impl v0.11.1 |
| 559 | 2026-07-19T04:11:34.338Z | Downloaded openssl-sys v0.9.117 |
| 560 | 2026-07-19T04:11:34.342Z | Downloaded serde_path_to_error v0.1.20 |
| 561 | 2026-07-19T04:11:34.344Z | Downloaded slog-term v2.9.2 |
| 562 | 2026-07-19T04:11:34.345Z | Downloaded slog-json v2.6.1 |
| 563 | 2026-07-19T04:11:34.345Z | Downloaded tabwriter v1.4.1 |
| 564 | 2026-07-19T04:11:34.347Z | Downloaded snafu-derive v0.8.9 |
| 565 | 2026-07-19T04:11:34.347Z | Downloaded shlex v1.3.0 |
| 566 | 2026-07-19T04:11:34.351Z | Downloaded sha1 v0.11.0 |
| 567 | 2026-07-19T04:11:34.351Z | Downloaded time-core v0.1.8 |
| 568 | 2026-07-19T04:11:34.355Z | Downloaded thread-id v4.2.2 |
| 569 | 2026-07-19T04:11:34.355Z | Downloaded proc-macro2 v1.0.106 |
| 570 | 2026-07-19T04:11:34.355Z | Downloaded thread-id v5.0.0 |
| 571 | 2026-07-19T04:11:34.355Z | Downloaded slab v0.4.11 |
| 572 | 2026-07-19T04:11:34.358Z | Downloaded smf v0.2.3 |
| 573 | 2026-07-19T04:11:34.358Z | Downloaded slog-async v2.8.0 |
| 574 | 2026-07-19T04:11:34.358Z | Downloaded papergrid v0.11.0 |
| 575 | 2026-07-19T04:11:34.362Z | Downloaded take_mut v0.2.2 |
| 576 | 2026-07-19T04:11:34.364Z | Downloaded slog-dtrace v0.3.0 |
| 577 | 2026-07-19T04:11:34.364Z | Downloaded sha2 v0.10.9 |
| 578 | 2026-07-19T04:11:34.365Z | Downloaded subtle v2.6.1 |
| 579 | 2026-07-19T04:11:34.368Z | Downloaded strum_macros v0.26.4 |
| 580 | 2026-07-19T04:11:34.368Z | Downloaded jiff-static v0.2.15 |
| 581 | 2026-07-19T04:11:34.371Z | Downloaded tinyvec_macros v0.1.1 |
| 582 | 2026-07-19T04:11:34.371Z | Downloaded tabled_derive v0.11.0 |
| 583 | 2026-07-19T04:11:34.371Z | Downloaded minimal-lexical v0.2.1 |
| 584 | 2026-07-19T04:11:34.376Z | Downloaded termtree v0.5.1 |
| 585 | 2026-07-19T04:11:34.376Z | Downloaded terminal_size v0.4.3 |
| 586 | 2026-07-19T04:11:34.379Z | Downloaded progenitor-impl v0.14.0 |
| 587 | 2026-07-19T04:11:34.379Z | Downloaded async-compression v0.4.33 |
| 588 | 2026-07-19T04:11:34.382Z | Downloaded papergrid v0.17.0 |
| 589 | 2026-07-19T04:11:34.385Z | Downloaded signal-hook-registry v1.4.6 |
| 590 | 2026-07-19T04:11:34.385Z | Downloaded crc32fast v1.5.0 |
| 591 | 2026-07-19T04:11:34.388Z | Downloaded chacha20 v0.9.1 |
| 592 | 2026-07-19T04:11:34.388Z | Downloaded darling v0.21.3 |
| 593 | 2026-07-19T04:11:34.393Z | Downloaded tokio-macros v2.7.0 |
| 594 | 2026-07-19T04:11:34.393Z | Downloaded static_assertions v1.1.0 |
| 595 | 2026-07-19T04:11:34.397Z | Downloaded ryu v1.0.20 |
| 596 | 2026-07-19T04:11:34.397Z | Downloaded prettyplease v0.2.37 |
| 597 | 2026-07-19T04:11:34.400Z | Downloaded expectorate v1.2.0 |
| 598 | 2026-07-19T04:11:34.401Z | Downloaded crossbeam-epoch v0.9.18 |
| 599 | 2026-07-19T04:11:34.401Z | Downloaded memchr v2.7.5 |
| 600 | 2026-07-19T04:11:34.405Z | Downloaded toml_datetime v0.6.11 |
| 601 | 2026-07-19T04:11:34.405Z | Downloaded indexmap v2.14.0 |
| 602 | 2026-07-19T04:11:34.410Z | Downloaded tower-layer v0.3.3 |
| 603 | 2026-07-19T04:11:34.410Z | Downloaded match_cfg v0.1.0 |
| 604 | 2026-07-19T04:11:34.410Z | Downloaded humantime v2.3.0 |
| 605 | 2026-07-19T04:11:34.415Z | Downloaded defmt-macros v1.0.1 |
| 606 | 2026-07-19T04:11:34.415Z | Downloaded cancel-safe-futures v0.1.5 |
| 607 | 2026-07-19T04:11:34.415Z | Downloaded slog-bunyan v2.5.0 |
| 608 | 2026-07-19T04:11:34.419Z | Downloaded progenitor-impl v0.10.0 |
| 609 | 2026-07-19T04:11:34.419Z | Downloaded semver v1.0.28 |
| 610 | 2026-07-19T04:11:34.419Z | Downloaded strum_macros v0.28.0 |
| 611 | 2026-07-19T04:11:34.422Z | Downloaded thiserror-impl v2.0.18 |
| 612 | 2026-07-19T04:11:34.423Z | Downloaded try-lock v0.2.5 |
| 613 | 2026-07-19T04:11:34.423Z | Downloaded toml_write v0.1.2 |
| 614 | 2026-07-19T04:11:34.423Z | Downloaded hashbrown v0.12.3 |
| 615 | 2026-07-19T04:11:34.426Z | Downloaded synstructure v0.13.2 |
| 616 | 2026-07-19T04:11:34.426Z | Downloaded anyhow v1.0.104 |
| 617 | 2026-07-19T04:11:34.431Z | Downloaded tower-service v0.3.3 |
| 618 | 2026-07-19T04:11:34.431Z | Downloaded spin v0.9.8 |
| 619 | 2026-07-19T04:11:34.431Z | Downloaded serde_yaml v0.9.34+deprecated |
| 620 | 2026-07-19T04:11:34.435Z | Downloaded thiserror-impl v1.0.69 |
| 621 | 2026-07-19T04:11:34.435Z | Downloaded tokio-dtrace v0.1.1 |
| 622 | 2026-07-19T04:11:34.435Z | Downloaded tokio-rustls v0.25.0 |
| 623 | 2026-07-19T04:11:34.438Z | Downloaded unarray v0.1.4 |
| 624 | 2026-07-19T04:11:34.438Z | Downloaded time-macros v0.2.27 |
| 625 | 2026-07-19T04:11:34.438Z | Downloaded smallvec v1.15.1 |
| 626 | 2026-07-19T04:11:34.442Z | Downloaded mio v1.2.1 |
| 627 | 2026-07-19T04:11:34.445Z | Downloaded thread_local v1.1.9 |
| 628 | 2026-07-19T04:11:34.445Z | Downloaded thiserror-no-std v2.0.2 |
| 629 | 2026-07-19T04:11:34.445Z | Downloaded thiserror v1.0.69 |
| 630 | 2026-07-19T04:11:34.448Z | Downloaded unicode-linebreak v0.1.5 |
| 631 | 2026-07-19T04:11:34.450Z | Downloaded rustls-pki-types v1.12.0 |
| 632 | 2026-07-19T04:11:34.453Z | Downloaded topological-sort v0.2.2 |
| 633 | 2026-07-19T04:11:34.453Z | Downloaded serde_with_macros v3.14.1 |
| 634 | 2026-07-19T04:11:34.455Z | Downloaded typify-macro v0.4.3 |
| 635 | 2026-07-19T04:11:34.455Z | Downloaded hyper-util v0.1.20 |
| 636 | 2026-07-19T04:11:34.458Z | Downloaded typify-macro v0.6.2 |
| 637 | 2026-07-19T04:11:34.458Z | Downloaded rayon-core v1.13.0 |
| 638 | 2026-07-19T04:11:34.461Z | Downloaded untrusted v0.7.1 |
| 639 | 2026-07-19T04:11:34.462Z | Downloaded tokio-native-tls v0.3.1 |
| 640 | 2026-07-19T04:11:34.466Z | Downloaded usdt-attr-macro v0.6.0 |
| 641 | 2026-07-19T04:11:34.466Z | Downloaded signal-hook v0.4.4 |
| 642 | 2026-07-19T04:11:34.466Z | Downloaded usdt-attr-macro v0.5.0 |
| 643 | 2026-07-19T04:11:34.469Z | Downloaded tinystr v0.8.1 |
| 644 | 2026-07-19T04:11:34.469Z | Downloaded untrusted v0.9.0 |
| 645 | 2026-07-19T04:11:34.469Z | Downloaded unicode-xid v0.2.6 |
| 646 | 2026-07-19T04:11:34.469Z | Downloaded usdt v0.6.0 |
| 647 | 2026-07-19T04:11:34.472Z | Downloaded usdt v0.5.0 |
| 648 | 2026-07-19T04:11:34.472Z | Downloaded serde_derive v1.0.228 |
| 649 | 2026-07-19T04:11:34.472Z | Downloaded strum_macros v0.27.2 |
| 650 | 2026-07-19T04:11:34.476Z | Downloaded universal-hash v0.5.1 |
| 651 | 2026-07-19T04:11:34.477Z | Downloaded foldhash v0.1.5 |
| 652 | 2026-07-19T04:11:34.477Z | Downloaded defmt v1.0.1 |
| 653 | 2026-07-19T04:11:34.479Z | Downloaded http v1.4.2 |
| 654 | 2026-07-19T04:11:34.480Z | Downloaded cipher v0.4.4 |
| 655 | 2026-07-19T04:11:34.483Z | Downloaded usdt-macro v0.5.0 |
| 656 | 2026-07-19T04:11:34.483Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 657 | 2026-07-19T04:11:34.483Z | Downloaded byteorder v1.5.0 |
| 658 | 2026-07-19T04:11:34.487Z | Downloaded utf8parse v0.2.2 |
| 659 | 2026-07-19T04:11:34.487Z | Downloaded usdt-macro v0.6.0 |
| 660 | 2026-07-19T04:11:34.487Z | Downloaded block-buffer v0.10.4 |
| 661 | 2026-07-19T04:11:34.487Z | Downloaded camino-tempfile v1.4.1 |
| 662 | 2026-07-19T04:11:34.490Z | Downloaded anstyle v1.0.14 |
| 663 | 2026-07-19T04:11:34.490Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 664 | 2026-07-19T04:11:34.490Z | Downloaded defmt-parser v1.0.0 |
| 665 | 2026-07-19T04:11:34.490Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 666 | 2026-07-19T04:11:34.494Z | Downloaded fastrand v2.3.0 |
| 667 | 2026-07-19T04:11:34.494Z | Downloaded base64 v0.22.1 |
| 668 | 2026-07-19T04:11:34.497Z | Downloaded bytes v1.12.0 |
| 669 | 2026-07-19T04:11:34.500Z | Downloaded utf8_iter v1.0.4 |
| 670 | 2026-07-19T04:11:34.500Z | Downloaded waitgroup v0.1.2 |
| 671 | 2026-07-19T04:11:34.500Z | Downloaded wait-timeout v0.2.1 |
| 672 | 2026-07-19T04:11:34.503Z | Downloaded hickory-resolver v0.24.4 |
| 673 | 2026-07-19T04:11:34.510Z | Downloaded want v0.3.1 |
| 674 | 2026-07-19T04:11:34.510Z | Downloaded term v1.2.0 |
| 675 | 2026-07-19T04:11:34.514Z | Downloaded bytecount v0.6.9 |
| 676 | 2026-07-19T04:11:34.514Z | Downloaded arrayvec v0.7.6 |
| 677 | 2026-07-19T04:11:34.514Z | Downloaded atomicwrites v0.4.4 |
| 678 | 2026-07-19T04:11:34.514Z | Downloaded thiserror v2.0.18 |
| 679 | 2026-07-19T04:11:34.514Z | Downloaded version_check v0.9.5 |
| 680 | 2026-07-19T04:11:34.517Z | Downloaded dof v0.4.0 |
| 681 | 2026-07-19T04:11:34.517Z | Downloaded convert_case v0.4.0 |
| 682 | 2026-07-19T04:11:34.517Z | Downloaded futures-task v0.3.32 |
| 683 | 2026-07-19T04:11:34.520Z | Downloaded globset v0.4.16 |
| 684 | 2026-07-19T04:11:34.520Z | Downloaded yoke-derive v0.8.0 |
| 685 | 2026-07-19T04:11:34.520Z | Downloaded digest v0.10.7 |
| 686 | 2026-07-19T04:11:34.523Z | Downloaded cpufeatures v0.3.0 |
| 687 | 2026-07-19T04:11:34.523Z | Downloaded equivalent v1.0.2 |
| 688 | 2026-07-19T04:11:34.523Z | Downloaded dtrace-parser v0.3.0 |
| 689 | 2026-07-19T04:11:34.523Z | Downloaded crc8 v0.1.1 |
| 690 | 2026-07-19T04:11:34.526Z | Downloaded ciborium-io v0.2.2 |
| 691 | 2026-07-19T04:11:34.526Z | Downloaded gethostname v0.5.0 |
| 692 | 2026-07-19T04:11:34.526Z | Downloaded schemars v0.9.0 |
| 693 | 2026-07-19T04:11:34.540Z | Downloaded schemars v0.8.22 |
| 694 | 2026-07-19T04:11:34.544Z | Downloaded tokio-stream v0.1.17 |
| 695 | 2026-07-19T04:11:34.544Z | Downloaded xattr v1.6.1 |
| 696 | 2026-07-19T04:11:34.544Z | Downloaded nom v7.1.3 |
| 697 | 2026-07-19T04:11:34.547Z | Downloaded zone v0.3.1 |
| 698 | 2026-07-19T04:11:34.547Z | Downloaded zerofrom-derive v0.1.6 |
| 699 | 2026-07-19T04:11:34.550Z | Downloaded usdt-impl v0.6.0 |
| 700 | 2026-07-19T04:11:34.550Z | Downloaded toml v0.8.23 |
| 701 | 2026-07-19T04:11:34.554Z | Downloaded tempfile v3.27.0 |
| 702 | 2026-07-19T04:11:34.554Z | Downloaded tokio-rustls v0.26.4 |
| 703 | 2026-07-19T04:11:34.558Z | Downloaded serde_core v1.0.228 |
| 704 | 2026-07-19T04:11:34.558Z | Downloaded usdt-impl v0.5.0 |
| 705 | 2026-07-19T04:11:34.558Z | Downloaded zeroize_derive v1.4.3 |
| 706 | 2026-07-19T04:11:34.561Z | Downloaded zerofrom v0.1.6 |
| 707 | 2026-07-19T04:11:34.561Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 708 | 2026-07-19T04:11:34.561Z | Downloaded zone_cfg_derive v0.3.1 |
| 709 | 2026-07-19T04:11:34.561Z | Downloaded similar v2.7.0 |
| 710 | 2026-07-19T04:11:34.566Z | Downloaded snafu v0.8.9 |
| 711 | 2026-07-19T04:11:34.569Z | Downloaded textwrap v0.16.2 |
| 712 | 2026-07-19T04:11:34.573Z | Downloaded walkdir v2.5.0 |
| 713 | 2026-07-19T04:11:34.574Z | Downloaded vsss-rs v3.3.4 |
| 714 | 2026-07-19T04:11:34.574Z | Downloaded test-strategy v0.4.3 |
| 715 | 2026-07-19T04:11:34.579Z | Downloaded rand v0.9.3 |
| 716 | 2026-07-19T04:11:34.579Z | Downloaded socket2 v0.6.4 |
| 717 | 2026-07-19T04:11:34.583Z | Downloaded slog v2.8.2 |
| 718 | 2026-07-19T04:11:34.583Z | Downloaded rustls-webpki v0.103.6 |
| 719 | 2026-07-19T04:11:34.583Z | Downloaded tracing-attributes v0.1.30 |
| 720 | 2026-07-19T04:11:34.587Z | Downloaded hashbrown v0.16.1 |
| 721 | 2026-07-19T04:11:34.591Z | Downloaded yoke v0.8.0 |
| 722 | 2026-07-19T04:11:34.591Z | Downloaded qorb v0.4.1 |
| 723 | 2026-07-19T04:11:34.594Z | Downloaded writeable v0.6.1 |
| 724 | 2026-07-19T04:11:34.594Z | Downloaded rand v0.8.5 |
| 725 | 2026-07-19T04:11:34.598Z | Downloaded hashbrown v0.17.1 |
| 726 | 2026-07-19T04:11:34.602Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 727 | 2026-07-19T04:11:34.602Z | Downloaded serde v1.0.228 |
| 728 | 2026-07-19T04:11:34.607Z | Downloaded whoami v1.6.1 |
| 729 | 2026-07-19T04:11:34.607Z | Downloaded zmij v1.0.17 |
| 730 | 2026-07-19T04:11:34.607Z | Downloaded hashbrown v0.15.5 |
| 731 | 2026-07-19T04:11:34.611Z | Downloaded schemars v1.2.0 |
| 732 | 2026-07-19T04:11:34.617Z | Downloaded zerovec-derive v0.11.1 |
| 733 | 2026-07-19T04:11:34.620Z | Downloaded dropshot-api-manager v0.7.2 |
| 734 | 2026-07-19T04:11:34.624Z | Downloaded tar v0.4.45 |
| 735 | 2026-07-19T04:11:34.624Z | Downloaded iri-string v0.7.8 |
| 736 | 2026-07-19T04:11:34.627Z | Downloaded vergen v8.3.2 |
| 737 | 2026-07-19T04:11:34.630Z | Downloaded zeroize v1.8.1 |
| 738 | 2026-07-19T04:11:34.630Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 739 | 2026-07-19T04:11:34.634Z | Downloaded icu_properties_data v2.0.1 |
| 740 | 2026-07-19T04:11:34.638Z | Downloaded typify v0.6.2 |
| 741 | 2026-07-19T04:11:34.642Z | Downloaded typify v0.4.3 |
| 742 | 2026-07-19T04:11:34.642Z | Downloaded pest v2.8.2 |
| 743 | 2026-07-19T04:11:34.646Z | Downloaded ucd-trie v0.1.7 |
| 744 | 2026-07-19T04:11:34.655Z | Downloaded unicode-ident v1.0.24 |
| 745 | 2026-07-19T04:11:34.655Z | Downloaded zerocopy-derive v0.7.35 |
| 746 | 2026-07-19T04:11:34.655Z | Downloaded tinyvec v1.10.0 |
| 747 | 2026-07-19T04:11:34.659Z | Downloaded clap_builder v4.6.0 |
| 748 | 2026-07-19T04:11:34.659Z | Downloaded iddqd v0.3.18 |
| 749 | 2026-07-19T04:11:34.662Z | Downloaded unsafe-libyaml v0.2.11 |
| 750 | 2026-07-19T04:11:34.662Z | Downloaded hyper v1.10.1 |
| 751 | 2026-07-19T04:11:34.665Z | Downloaded steno v0.4.1 |
| 752 | 2026-07-19T04:11:34.668Z | Downloaded hkdf v0.12.4 |
| 753 | 2026-07-19T04:11:34.671Z | Downloaded toml v0.7.8 |
| 754 | 2026-07-19T04:11:34.671Z | Downloaded idna v1.1.0 |
| 755 | 2026-07-19T04:11:34.674Z | Downloaded libm v0.2.15 |
| 756 | 2026-07-19T04:11:34.679Z | Downloaded tracing-core v0.1.34 |
| 757 | 2026-07-19T04:11:34.682Z | Downloaded itertools v0.14.0 |
| 758 | 2026-07-19T04:11:34.685Z | Downloaded itertools v0.12.1 |
| 759 | 2026-07-19T04:11:34.689Z | Downloaded scuffle v0.1.0 |
| 760 | 2026-07-19T04:11:34.691Z | Downloaded quinn v0.11.9 |
| 761 | 2026-07-19T04:11:34.697Z | Downloaded h2 v0.4.14 |
| 762 | 2026-07-19T04:11:34.699Z | Downloaded uuid v1.23.3 |
| 763 | 2026-07-19T04:11:34.699Z | Downloaded daft v0.1.5 |
| 764 | 2026-07-19T04:11:34.702Z | Downloaded clang-sys v1.8.1 |
| 765 | 2026-07-19T04:11:34.702Z | Downloaded async-stream-impl v0.3.6 |
| 766 | 2026-07-19T04:11:34.702Z | Downloaded async-recursion v1.1.1 |
| 767 | 2026-07-19T04:11:34.707Z | Downloaded dyn-clone v1.0.20 |
| 768 | 2026-07-19T04:11:34.707Z | Downloaded dunce v1.0.5 |
| 769 | 2026-07-19T04:11:34.710Z | Downloaded async-trait v0.1.89 |
| 770 | 2026-07-19T04:11:34.714Z | Downloaded tracing v0.1.41 |
| 771 | 2026-07-19T04:11:34.718Z | Downloaded toml_edit v0.22.27 |
| 772 | 2026-07-19T04:11:34.724Z | Downloaded url v2.5.7 |
| 773 | 2026-07-19T04:11:34.727Z | Downloaded aho-corasick v1.1.3 |
| 774 | 2026-07-19T04:11:34.730Z | Downloaded zerotrie v0.2.2 |
| 775 | 2026-07-19T04:11:34.733Z | Downloaded futures-util v0.3.32 |
| 776 | 2026-07-19T04:11:34.737Z | Downloaded bstr v1.12.0 |
| 777 | 2026-07-19T04:11:34.762Z | Downloaded zerocopy-derive v0.8.27 |
| 778 | 2026-07-19T04:11:34.768Z | Downloaded toml_edit v0.19.15 |
| 779 | 2026-07-19T04:11:34.775Z | Downloaded reqwest v0.12.23 |
| 780 | 2026-07-19T04:11:34.778Z | Downloaded regex v1.12.4 |
| 781 | 2026-07-19T04:11:34.781Z | Downloaded tower v0.5.2 |
| 782 | 2026-07-19T04:11:34.788Z | Downloaded goblin v0.10.1 |
| 783 | 2026-07-19T04:11:34.791Z | Downloaded rayon v1.11.0 |
| 784 | 2026-07-19T04:11:34.796Z | Downloaded git2 v0.19.0 |
| 785 | 2026-07-19T04:11:34.800Z | Downloaded blake3 v1.8.2 |
| 786 | 2026-07-19T04:11:34.805Z | Downloaded iddqd v0.4.5 |
| 787 | 2026-07-19T04:11:34.811Z | Downloaded goblin v0.8.2 |
| 788 | 2026-07-19T04:11:34.815Z | Downloaded typenum v1.20.1 |
| 789 | 2026-07-19T04:11:34.818Z | Downloaded aws-lc-rs v1.16.2 |
| 790 | 2026-07-19T04:11:34.821Z | Downloaded unicode-segmentation v1.12.0 |
| 791 | 2026-07-19T04:11:34.824Z | Downloaded typed-path v0.9.3 |
| 792 | 2026-07-19T04:11:34.828Z | Downloaded reqwest v0.13.2 |
| 793 | 2026-07-19T04:11:34.834Z | Downloaded tokio-util v0.7.16 |
| 794 | 2026-07-19T04:11:34.841Z | Downloaded serde_json v1.0.150 |
| 795 | 2026-07-19T04:11:34.858Z | Downloaded unicode-normalization v0.1.24 |
| 796 | 2026-07-19T04:11:34.872Z | Downloaded serde_with v3.14.1 |
| 797 | 2026-07-19T04:11:34.878Z | Downloaded portable-atomic v1.11.1 |
| 798 | 2026-07-19T04:11:34.887Z | Downloaded tough v0.20.0 |
| 799 | 2026-07-19T04:11:34.892Z | Downloaded winnow v0.5.40 |
| 800 | 2026-07-19T04:11:34.901Z | Downloaded proptest v1.8.0 |
| 801 | 2026-07-19T04:11:34.905Z | Downloaded zerovec v0.11.4 |
| 802 | 2026-07-19T04:11:34.905Z | Downloaded chrono v0.4.45 |
| 803 | 2026-07-19T04:11:34.909Z | Downloaded bindgen v0.72.1 |
| 804 | 2026-07-19T04:11:34.912Z | Downloaded rustls-webpki v0.102.8 |
| 805 | 2026-07-19T04:11:34.925Z | Downloaded tower-http v0.6.8 |
| 806 | 2026-07-19T04:11:34.939Z | Downloaded moka v0.12.11 |
| 807 | 2026-07-19T04:11:34.946Z | Downloaded winnow v1.0.3 |
| 808 | 2026-07-19T04:11:34.949Z | Downloaded zerocopy v0.7.35 |
| 809 | 2026-07-19T04:11:34.957Z | Downloaded quinn-proto v0.11.14 |
| 810 | 2026-07-19T04:11:34.961Z | Downloaded hickory-proto v0.24.4 |
| 811 | 2026-07-19T04:11:34.970Z | Downloaded winnow v0.7.14 |
| 812 | 2026-07-19T04:11:34.975Z | Downloaded time v0.3.47 |
| 813 | 2026-07-19T04:11:34.984Z | Downloaded tabled v0.15.0 |
| 814 | 2026-07-19T04:11:34.992Z | Downloaded dropshot v0.16.7 |
| 815 | 2026-07-19T04:11:35.004Z | Downloaded tabled v0.20.0 |
| 816 | 2026-07-19T04:11:35.014Z | Downloaded vcpkg v0.2.15 |
| 817 | 2026-07-19T04:11:35.038Z | Downloaded syn v1.0.109 |
| 818 | 2026-07-19T04:11:35.044Z | Downloaded nix v0.30.1 |
| 819 | 2026-07-19T04:11:35.050Z | Downloaded rustls v0.22.4 |
| 820 | 2026-07-19T04:11:35.058Z | Downloaded regress v0.10.5 |
| 821 | 2026-07-19T04:11:35.064Z | Downloaded hickory-proto v0.25.2 |
| 822 | 2026-07-19T04:11:35.073Z | Downloaded webpki-roots v1.0.2 |
| 823 | 2026-07-19T04:11:35.076Z | Downloaded zerocopy v0.8.27 |
| 824 | 2026-07-19T04:11:35.089Z | Downloaded unicode-width v0.1.14 |
| 825 | 2026-07-19T04:11:35.094Z | Downloaded unicode-width v0.2.1 |
| 826 | 2026-07-19T04:11:35.097Z | Downloaded smoltcp v0.11.0 |
| 827 | 2026-07-19T04:11:35.107Z | Downloaded syn v2.0.118 |
| 828 | 2026-07-19T04:11:35.114Z | Downloaded rustix v1.1.4 |
| 829 | 2026-07-19T04:11:35.125Z | Downloaded openapiv3 v2.2.0 |
| 830 | 2026-07-19T04:11:35.135Z | Downloaded rustls v0.23.40 |
| 831 | 2026-07-19T04:11:35.141Z | Downloaded rustix v0.38.44 |
| 832 | 2026-07-19T04:11:35.155Z | Downloaded regress v0.11.1 |
| 833 | 2026-07-19T04:11:35.163Z | Downloaded regex-syntax v0.8.11 |
| 834 | 2026-07-19T04:11:35.166Z | Downloaded dropshot v0.17.1 |
| 835 | 2026-07-19T04:11:35.179Z | Downloaded openssl v0.10.81 |
| 836 | 2026-07-19T04:11:35.185Z | Downloaded curve25519-dalek v4.1.3 |
| 837 | 2026-07-19T04:11:35.210Z | Downloaded typify-impl v0.6.2 |
| 838 | 2026-07-19T04:11:35.229Z | Downloaded typify-impl v0.4.3 |
| 839 | 2026-07-19T04:11:35.237Z | Downloaded petgraph v0.6.5 |
| 840 | 2026-07-19T04:11:35.256Z | Downloaded petgraph v0.8.2 |
| 841 | 2026-07-19T04:11:35.268Z | Downloaded libc v0.2.186 |
| 842 | 2026-07-19T04:11:35.286Z | Downloaded regex-automata v0.4.13 |
| 843 | 2026-07-19T04:11:35.295Z | Downloaded libz-sys v1.1.22 |
| 844 | 2026-07-19T04:11:35.306Z | Downloaded sha3 v0.10.8 |
| 845 | 2026-07-19T04:11:35.323Z | Downloaded jiff v0.2.15 |
| 846 | 2026-07-19T04:11:35.352Z | Downloaded encoding_rs v0.8.35 |
| 847 | 2026-07-19T04:11:35.362Z | Downloaded chrono-tz v0.10.4 |
| 848 | 2026-07-19T04:11:35.381Z | Downloaded csv v1.4.0 |
| 849 | 2026-07-19T04:11:35.393Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 850 | 2026-07-19T04:11:35.439Z | Downloaded tokio v1.52.3 |
| 851 | 2026-07-19T04:11:35.546Z | Downloaded ring v0.17.14 |
| 852 | 2026-07-19T04:11:35.593Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 853 | 2026-07-19T04:11:36.145Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-07-19T04:11:36.469Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-07-19T04:11:36.469Z | Compiling quote v1.0.45 |
| 856 | 2026-07-19T04:11:36.469Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-07-19T04:11:36.474Z | Compiling serde_core v1.0.228 |
| 858 | 2026-07-19T04:11:36.474Z | Compiling serde v1.0.228 |
| 859 | 2026-07-19T04:11:36.474Z | Compiling libc v0.2.186 |
| 860 | 2026-07-19T04:11:36.474Z | Checking cfg-if v1.0.4 |
| 861 | 2026-07-19T04:11:36.764Z | Compiling zmij v1.0.17 |
| 862 | 2026-07-19T04:11:36.802Z | Compiling autocfg v1.5.0 |
| 863 | 2026-07-19T04:11:37.136Z | Compiling memchr v2.7.5 |
| 864 | 2026-07-19T04:11:37.151Z | Compiling libm v0.2.15 |
| 865 | 2026-07-19T04:11:37.498Z | Compiling getrandom v0.4.2 |
| 866 | 2026-07-19T04:11:37.530Z | Checking smallvec v1.15.1 |
| 867 | 2026-07-19T04:11:37.585Z | Compiling thiserror v2.0.18 |
| 868 | 2026-07-19T04:11:37.706Z | Compiling version_check v0.9.5 |
| 869 | 2026-07-19T04:11:37.718Z | Checking itoa v1.0.15 |
| 870 | 2026-07-19T04:11:37.721Z | Compiling jobserver v0.1.34 |
| 871 | 2026-07-19T04:11:37.864Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-07-19T04:11:37.944Z | Compiling syn v2.0.118 |
| 873 | 2026-07-19T04:11:37.978Z | Compiling shlex v2.0.1 |
| 874 | 2026-07-19T04:11:38.013Z | Compiling icu_normalizer_data v2.0.0 |
| 875 | 2026-07-19T04:11:38.050Z | Compiling icu_properties_data v2.0.1 |
| 876 | 2026-07-19T04:11:38.102Z | Compiling cc v1.2.64 |
| 877 | 2026-07-19T04:11:38.155Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-07-19T04:11:38.251Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-07-19T04:11:38.268Z | Compiling serde_json v1.0.150 |
| 880 | 2026-07-19T04:11:38.327Z | Compiling heck v0.5.0 |
| 881 | 2026-07-19T04:11:38.530Z | Checking writeable v0.6.1 |
| 882 | 2026-07-19T04:11:38.541Z | Checking litemap v0.8.0 |
| 883 | 2026-07-19T04:11:38.696Z | Compiling num-traits v0.2.19 |
| 884 | 2026-07-19T04:11:38.710Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-07-19T04:11:38.918Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-07-19T04:11:39.045Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-07-19T04:11:39.080Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-07-19T04:11:39.099Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-07-19T04:11:39.172Z | Checking iana-time-zone v0.1.64 |
| 890 | 2026-07-19T04:11:39.192Z | Compiling log v0.4.29 |
| 891 | 2026-07-19T04:11:39.206Z | Compiling rustversion v1.0.22 |
| 892 | 2026-07-19T04:11:39.279Z | Compiling equivalent v1.0.2 |
| 893 | 2026-07-19T04:11:39.368Z | Compiling semver v1.0.28 |
| 894 | 2026-07-19T04:11:39.383Z | Checking socket2 v0.6.4 |
| 895 | 2026-07-19T04:11:39.405Z | Checking uuid v1.23.3 |
| 896 | 2026-07-19T04:11:39.515Z | Checking scopeguard v1.2.0 |
| 897 | 2026-07-19T04:11:39.621Z | Checking lock_api v0.4.14 |
| 898 | 2026-07-19T04:11:39.692Z | Checking signal-hook-registry v1.4.6 |
| 899 | 2026-07-19T04:11:39.772Z | Checking mio v1.2.1 |
| 900 | 2026-07-19T04:11:39.817Z | Checking getrandom v0.2.16 |
| 901 | 2026-07-19T04:11:39.836Z | Checking parking_lot v0.12.5 |
| 902 | 2026-07-19T04:11:39.839Z | Compiling schemars v0.8.22 |
| 903 | 2026-07-19T04:11:39.839Z | Checking dyn-clone v1.0.20 |
| 904 | 2026-07-19T04:11:39.941Z | Checking bitflags v2.11.1 |
| 905 | 2026-07-19T04:11:40.065Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-07-19T04:11:40.117Z | Checking futures-core v0.3.32 |
| 907 | 2026-07-19T04:11:40.206Z | Checking critical-section v1.2.0 |
| 908 | 2026-07-19T04:11:40.222Z | Compiling ring v0.17.14 |
| 909 | 2026-07-19T04:11:40.304Z | Compiling hashbrown v0.17.1 |
| 910 | 2026-07-19T04:11:40.307Z | Compiling thiserror v1.0.69 |
| 911 | 2026-07-19T04:11:40.438Z | Compiling httparse v1.10.1 |
| 912 | 2026-07-19T04:11:40.793Z | Compiling synstructure v0.13.2 |
| 913 | 2026-07-19T04:11:40.817Z | Compiling serde_derive_internals v0.29.1 |
| 914 | 2026-07-19T04:11:40.848Z | Compiling indexmap v2.14.0 |
| 915 | 2026-07-19T04:11:41.051Z | Checking once_cell v1.21.3 |
| 916 | 2026-07-19T04:11:41.154Z | Compiling regex-syntax v0.8.11 |
| 917 | 2026-07-19T04:11:41.234Z | Checking futures-sink v0.3.32 |
| 918 | 2026-07-19T04:11:41.339Z | Checking slab v0.4.11 |
| 919 | 2026-07-19T04:11:41.510Z | Compiling rustix v1.1.4 |
| 920 | 2026-07-19T04:11:41.514Z | Compiling aho-corasick v1.1.3 |
| 921 | 2026-07-19T04:11:41.581Z | Checking subtle v2.6.1 |
| 922 | 2026-07-19T04:11:41.711Z | Compiling ucd-trie v0.1.7 |
| 923 | 2026-07-19T04:11:41.735Z | Checking futures-channel v0.3.32 |
| 924 | 2026-07-19T04:11:41.932Z | Compiling anyhow v1.0.104 |
| 925 | 2026-07-19T04:11:41.947Z | Checking rand_core v0.6.4 |
| 926 | 2026-07-19T04:11:42.035Z | Compiling serde_derive v1.0.228 |
| 927 | 2026-07-19T04:11:42.092Z | Compiling zerofrom-derive v0.1.6 |
| 928 | 2026-07-19T04:11:42.106Z | Compiling yoke-derive v0.8.0 |
| 929 | 2026-07-19T04:11:42.109Z | Compiling zerovec-derive v0.11.1 |
| 930 | 2026-07-19T04:11:42.252Z | Compiling displaydoc v0.2.5 |
| 931 | 2026-07-19T04:11:42.964Z | Compiling thiserror-impl v2.0.18 |
| 932 | 2026-07-19T04:11:42.994Z | Compiling schemars_derive v0.8.22 |
| 933 | 2026-07-19T04:11:43.146Z | Compiling tokio-macros v2.7.0 |
| 934 | 2026-07-19T04:11:43.198Z | Compiling zerocopy-derive v0.8.27 |
| 935 | 2026-07-19T04:11:43.286Z | Compiling futures-macro v0.3.32 |
| 936 | 2026-07-19T04:11:43.300Z | Checking zerofrom v0.1.6 |
| 937 | 2026-07-19T04:11:43.423Z | Checking yoke v0.8.0 |
| 938 | 2026-07-19T04:11:43.601Z | Checking zerovec v0.11.4 |
| 939 | 2026-07-19T04:11:43.855Z | Checking zerotrie v0.2.2 |
| 940 | 2026-07-19T04:11:44.076Z | Compiling zeroize_derive v1.4.3 |
| 941 | 2026-07-19T04:11:44.101Z | Compiling thiserror-impl v1.0.69 |
| 942 | 2026-07-19T04:11:44.271Z | Compiling regex-automata v0.4.13 |
| 943 | 2026-07-19T04:11:44.284Z | Compiling pest v2.8.2 |
| 944 | 2026-07-19T04:11:44.328Z | Checking tinystr v0.8.1 |
| 945 | 2026-07-19T04:11:44.384Z | Checking potential_utf v0.1.3 |
| 946 | 2026-07-19T04:11:44.505Z | Checking icu_locale_core v2.0.0 |
| 947 | 2026-07-19T04:11:44.520Z | Checking icu_collections v2.0.0 |
| 948 | 2026-07-19T04:11:44.801Z | Checking zeroize v1.8.1 |
| 949 | 2026-07-19T04:11:44.973Z | Checking icu_provider v2.0.0 |
| 950 | 2026-07-19T04:11:45.075Z | Checking bytes v1.12.0 |
| 951 | 2026-07-19T04:11:45.264Z | Checking chrono v0.4.45 |
| 952 | 2026-07-19T04:11:45.279Z | Checking icu_normalizer v2.0.0 |
| 953 | 2026-07-19T04:11:45.293Z | Checking icu_properties v2.0.1 |
| 954 | 2026-07-19T04:11:45.558Z | Compiling serde_tokenstream v0.2.3 |
| 955 | 2026-07-19T04:11:45.575Z | Checking tokio v1.52.3 |
| 956 | 2026-07-19T04:11:45.840Z | Compiling pest_meta v2.8.2 |
| 957 | 2026-07-19T04:11:46.118Z | Checking idna_adapter v1.2.1 |
| 958 | 2026-07-19T04:11:46.135Z | Compiling regex v1.12.4 |
| 959 | 2026-07-19T04:11:46.266Z | Checking idna v1.1.0 |
| 960 | 2026-07-19T04:11:46.289Z | Checking typenum v1.20.1 |
| 961 | 2026-07-19T04:11:46.384Z | Checking futures-task v0.3.32 |
| 962 | 2026-07-19T04:11:46.514Z | Checking url v2.5.7 |
| 963 | 2026-07-19T04:11:46.530Z | Checking futures-io v0.3.32 |
| 964 | 2026-07-19T04:11:46.563Z | Compiling pest_generator v2.8.2 |
| 965 | 2026-07-19T04:11:46.871Z | Checking futures-util v0.3.32 |
| 966 | 2026-07-19T04:11:46.909Z | Compiling getrandom v0.3.3 |
| 967 | 2026-07-19T04:11:47.064Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-07-19T04:11:47.185Z | Checking tracing-core v0.1.34 |
| 969 | 2026-07-19T04:11:47.204Z | Compiling pest_derive v2.8.2 |
| 970 | 2026-07-19T04:11:47.268Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-07-19T04:11:47.486Z | Compiling foldhash v0.2.0 |
| 972 | 2026-07-19T04:11:47.598Z | Compiling allocator-api2 v0.2.21 |
| 973 | 2026-07-19T04:11:47.715Z | Checking fnv v1.0.7 |
| 974 | 2026-07-19T04:11:47.717Z | Checking http v1.4.2 |
| 975 | 2026-07-19T04:11:47.758Z | Compiling generic-array v0.14.7 |
| 976 | 2026-07-19T04:11:47.915Z | Compiling hashbrown v0.16.1 |
| 977 | 2026-07-19T04:11:47.930Z | Compiling vcpkg v0.2.15 |
| 978 | 2026-07-19T04:11:48.272Z | Checking tracing v0.1.41 |
| 979 | 2026-07-19T04:11:48.288Z | Compiling time-core v0.1.8 |
| 980 | 2026-07-19T04:11:48.291Z | Compiling num-conv v0.2.1 |
| 981 | 2026-07-19T04:11:48.445Z | Compiling byteorder v1.5.0 |
| 982 | 2026-07-19T04:11:48.462Z | Compiling time-macros v0.2.27 |
| 983 | 2026-07-19T04:11:48.671Z | Checking errno v0.3.14 |
| 984 | 2026-07-19T04:11:48.767Z | Checking ipnet v2.11.0 |
| 985 | 2026-07-19T04:11:48.786Z | Checking base64 v0.22.1 |
| 986 | 2026-07-19T04:11:48.800Z | Checking tokio-util v0.7.16 |
| 987 | 2026-07-19T04:11:48.867Z | Compiling scroll_derive v0.13.1 |
| 988 | 2026-07-19T04:11:48.990Z | Compiling camino v1.2.3 |
| 989 | 2026-07-19T04:11:49.019Z | Checking crypto-common v0.1.6 |
| 990 | 2026-07-19T04:11:49.151Z | Checking http-body v1.0.1 |
| 991 | 2026-07-19T04:11:49.296Z | Checking atomic-waker v1.1.2 |
| 992 | 2026-07-19T04:11:49.312Z | Compiling crossbeam-utils v0.8.21 |
| 993 | 2026-07-19T04:11:49.375Z | Checking ppv-lite86 v0.2.21 |
| 994 | 2026-07-19T04:11:49.504Z | Compiling slog v2.8.2 |
| 995 | 2026-07-19T04:11:49.635Z | Checking tower-layer v0.3.3 |
| 996 | 2026-07-19T04:11:49.668Z | Checking tower-service v0.3.3 |
| 997 | 2026-07-19T04:11:49.684Z | Compiling paste v1.0.15 |
| 998 | 2026-07-19T04:11:49.699Z | Checking try-lock v0.2.5 |
| 999 | 2026-07-19T04:11:49.760Z | Checking h2 v0.4.14 |
| 1000 | 2026-07-19T04:11:49.783Z | Checking ipnetwork v0.21.1 |
| 1001 | 2026-07-19T04:11:49.798Z | Checking want v0.3.1 |
| 1002 | 2026-07-19T04:11:49.919Z | Checking erased-serde v0.3.31 |
| 1003 | 2026-07-19T04:11:49.987Z | Checking rustls-pki-types v1.12.0 |
| 1004 | 2026-07-19T04:11:50.002Z | Checking ryu v1.0.20 |
| 1005 | 2026-07-19T04:11:50.005Z | Checking httpdate v1.0.3 |
| 1006 | 2026-07-19T04:11:50.030Z | Checking pretty-hex v0.4.1 |
| 1007 | 2026-07-19T04:11:50.166Z | Compiling async-trait v0.1.89 |
| 1008 | 2026-07-19T04:11:50.192Z | Checking untrusted v0.9.0 |
| 1009 | 2026-07-19T04:11:50.272Z | Compiling scroll v0.13.0 |
| 1010 | 2026-07-19T04:11:50.418Z | Compiling usdt-impl v0.6.0 |
| 1011 | 2026-07-19T04:11:50.603Z | Compiling plain v0.2.3 |
| 1012 | 2026-07-19T04:11:50.622Z | Checking http-body-util v0.1.3 |
| 1013 | 2026-07-19T04:11:50.692Z | Compiling openssl-sys v0.9.117 |
| 1014 | 2026-07-19T04:11:50.713Z | Compiling goblin v0.10.1 |
| 1015 | 2026-07-19T04:11:50.729Z | Compiling cmake v0.1.54 |
| 1016 | 2026-07-19T04:11:50.857Z | Compiling fs_extra v1.3.0 |
| 1017 | 2026-07-19T04:11:51.016Z | Compiling strsim v0.11.1 |
| 1018 | 2026-07-19T04:11:51.119Z | Compiling dunce v1.0.5 |
| 1019 | 2026-07-19T04:11:51.152Z | Compiling slog-async v2.8.0 |
| 1020 | 2026-07-19T04:11:51.316Z | Compiling aws-lc-sys v0.39.1 |
| 1021 | 2026-07-19T04:11:51.332Z | Checking rand_core v0.9.3 |
| 1022 | 2026-07-19T04:11:51.345Z | Checking serde_urlencoded v0.7.1 |
| 1023 | 2026-07-19T04:11:51.494Z | Checking oxnet v0.1.6 |
| 1024 | 2026-07-19T04:11:51.509Z | Checking block-buffer v0.10.4 |
| 1025 | 2026-07-19T04:11:51.512Z | Compiling regress v0.10.5 |
| 1026 | 2026-07-19T04:11:51.551Z | Compiling dtrace-parser v0.3.0 |
| 1027 | 2026-07-19T04:11:51.648Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-07-19T04:11:51.715Z | Checking hyper v1.10.1 |
| 1029 | 2026-07-19T04:11:51.754Z | Compiling thread-id v5.0.0 |
| 1030 | 2026-07-19T04:11:52.175Z | Checking digest v0.10.7 |
| 1031 | 2026-07-19T04:11:52.322Z | Compiling omicron-workspace-hack v0.1.0 |
| 1032 | 2026-07-19T04:11:52.368Z | Compiling ident_case v1.0.1 |
| 1033 | 2026-07-19T04:11:52.496Z | Compiling darling_core v0.21.3 |
| 1034 | 2026-07-19T04:11:52.555Z | Checking rand_chacha v0.9.0 |
| 1035 | 2026-07-19T04:11:52.622Z | Checking hyper-util v0.1.20 |
| 1036 | 2026-07-19T04:11:52.739Z | Compiling daft-derive v0.1.5 |
| 1037 | 2026-07-19T04:11:53.153Z | Compiling typify-impl v0.4.3 |
| 1038 | 2026-07-19T04:11:53.177Z | Checking powerfmt v0.2.0 |
| 1039 | 2026-07-19T04:11:53.450Z | Compiling dof v0.4.0 |
| 1040 | 2026-07-19T04:11:53.486Z | Compiling aws-lc-rs v1.16.2 |
| 1041 | 2026-07-19T04:11:53.795Z | Checking deranged v0.5.3 |
| 1042 | 2026-07-19T04:11:54.180Z | Checking rand v0.9.3 |
| 1043 | 2026-07-19T04:11:54.361Z | Compiling unsafe-libyaml v0.2.11 |
| 1044 | 2026-07-19T04:11:54.438Z | Compiling syn v1.0.109 |
| 1045 | 2026-07-19T04:11:54.544Z | Compiling usdt-macro v0.6.0 |
| 1046 | 2026-07-19T04:11:54.572Z | Compiling darling_macro v0.21.3 |
| 1047 | 2026-07-19T04:11:54.627Z | Compiling usdt-attr-macro v0.6.0 |
| 1048 | 2026-07-19T04:11:54.755Z | Checking num_threads v0.1.7 |
| 1049 | 2026-07-19T04:11:54.891Z | Compiling serde_yaml v0.9.34+deprecated |
| 1050 | 2026-07-19T04:11:54.938Z | Checking time v0.3.47 |
| 1051 | 2026-07-19T04:11:55.111Z | Compiling darling v0.21.3 |
| 1052 | 2026-07-19T04:11:55.200Z | Checking sync_wrapper v1.0.2 |
| 1053 | 2026-07-19T04:11:55.364Z | Checking encoding_rs v0.8.35 |
| 1054 | 2026-07-19T04:11:55.490Z | Checking mime v0.3.17 |
| 1055 | 2026-07-19T04:11:55.669Z | Checking cpufeatures v0.2.17 |
| 1056 | 2026-07-19T04:11:55.744Z | Checking untrusted v0.7.1 |
| 1057 | 2026-07-19T04:11:55.865Z | Checking tower v0.5.2 |
| 1058 | 2026-07-19T04:11:56.199Z | Checking crossbeam-channel v0.5.15 |
| 1059 | 2026-07-19T04:11:56.254Z | Checking futures-executor v0.3.32 |
| 1060 | 2026-07-19T04:11:56.317Z | Compiling structmeta-derive v0.3.0 |
| 1061 | 2026-07-19T04:11:56.331Z | Compiling multer v3.1.0 |
| 1062 | 2026-07-19T04:11:56.399Z | Compiling rustls v0.22.4 |
| 1063 | 2026-07-19T04:11:56.517Z | Checking iri-string v0.7.8 |
| 1064 | 2026-07-19T04:11:56.548Z | Compiling rustls v0.23.40 |
| 1065 | 2026-07-19T04:11:56.580Z | Compiling typify-macro v0.4.3 |
| 1066 | 2026-07-19T04:11:56.607Z | Checking futures v0.3.32 |
| 1067 | 2026-07-19T04:11:56.684Z | Compiling async-stream-impl v0.3.6 |
| 1068 | 2026-07-19T04:11:56.755Z | Checking thread_local v1.1.9 |
| 1069 | 2026-07-19T04:11:56.885Z | Compiling openssl v0.10.81 |
| 1070 | 2026-07-19T04:11:56.917Z | Checking fastrand v2.3.0 |
| 1071 | 2026-07-19T04:11:57.095Z | Checking hex v0.4.3 |
| 1072 | 2026-07-19T04:11:57.153Z | Checking unicode-width v0.2.1 |
| 1073 | 2026-07-19T04:11:57.291Z | Checking foreign-types-shared v0.1.1 |
| 1074 | 2026-07-19T04:11:57.333Z | Checking tempfile v3.27.0 |
| 1075 | 2026-07-19T04:11:57.349Z | Compiling structmeta v0.3.0 |
| 1076 | 2026-07-19T04:11:57.381Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-07-19T04:11:57.446Z | Compiling strum_macros v0.26.4 |
| 1078 | 2026-07-19T04:11:57.513Z | Checking tower-http v0.6.8 |
| 1079 | 2026-07-19T04:11:57.527Z | Compiling openssl-macros v0.1.1 |
| 1080 | 2026-07-19T04:11:57.542Z | Checking is-terminal v0.4.16 |
| 1081 | 2026-07-19T04:11:57.622Z | Checking memmap2 v0.9.8 |
| 1082 | 2026-07-19T04:11:57.638Z | Checking take_mut v0.2.2 |
| 1083 | 2026-07-19T04:11:57.780Z | Checking term v1.2.0 |
| 1084 | 2026-07-19T04:11:57.784Z | Checking match_cfg v0.1.0 |
| 1085 | 2026-07-19T04:11:57.860Z | Checking openssl-probe v0.1.6 |
| 1086 | 2026-07-19T04:11:57.966Z | Compiling native-tls v0.2.14 |
| 1087 | 2026-07-19T04:11:58.004Z | Checking slog-term v2.9.2 |
| 1088 | 2026-07-19T04:11:58.068Z | Compiling typify v0.4.3 |
| 1089 | 2026-07-19T04:11:58.082Z | Checking hostname v0.3.1 |
| 1090 | 2026-07-19T04:11:58.259Z | Checking slog-json v2.6.1 |
| 1091 | 2026-07-19T04:11:58.332Z | Compiling newtype-uuid-macros v0.1.0 |
| 1092 | 2026-07-19T04:11:58.410Z | Compiling ref-cast v1.0.25 |
| 1093 | 2026-07-19T04:11:58.495Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-07-19T04:11:58.769Z | Compiling ref-cast-impl v1.0.25 |
| 1095 | 2026-07-19T04:11:58.839Z | Compiling dropshot v0.16.7 |
| 1096 | 2026-07-19T04:11:59.094Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-07-19T04:11:59.112Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-07-19T04:11:59.126Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-07-19T04:11:59.231Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-07-19T04:11:59.352Z | Checking winnow v0.7.14 |
| 1101 | 2026-07-19T04:12:00.326Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-07-19T04:12:00.598Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-07-19T04:12:00.691Z | Compiling progenitor-impl v0.11.1 |
| 1104 | 2026-07-19T04:12:00.706Z | Compiling test-strategy v0.4.3 |
| 1105 | 2026-07-19T04:12:00.780Z | Checking newtype-uuid v1.3.2 |
| 1106 | 2026-07-19T04:12:00.784Z | Checking winnow v1.0.3 |
| 1107 | 2026-07-19T04:12:00.833Z | Checking either v1.15.0 |
| 1108 | 2026-07-19T04:12:01.017Z | Checking daft v0.1.5 |
| 1109 | 2026-07-19T04:12:01.044Z | Compiling serde_with_macros v3.14.1 |
| 1110 | 2026-07-19T04:12:01.076Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1111 | 2026-07-19T04:12:01.209Z | Checking usdt v0.6.0 |
| 1112 | 2026-07-19T04:12:01.249Z | Checking serde_spanned v1.1.1 |
| 1113 | 2026-07-19T04:12:01.299Z | Checking debug-ignore v1.0.5 |
| 1114 | 2026-07-19T04:12:01.369Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-07-19T04:12:01.534Z | Checking spin v0.9.8 |
| 1116 | 2026-07-19T04:12:01.554Z | Compiling parse-display-derive v0.10.0 |
| 1117 | 2026-07-19T04:12:01.681Z | Checking async-stream v0.3.6 |
| 1118 | 2026-07-19T04:12:01.861Z | Checking rustls-webpki v0.102.8 |
| 1119 | 2026-07-19T04:12:01.883Z | Checking rustls-pemfile v2.2.0 |
| 1120 | 2026-07-19T04:12:02.025Z | Checking waitgroup v0.1.2 |
| 1121 | 2026-07-19T04:12:02.057Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1122 | 2026-07-19T04:12:02.127Z | Checking serde_path_to_error v0.1.20 |
| 1123 | 2026-07-19T04:12:02.147Z | Checking hostname v0.4.2 |
| 1124 | 2026-07-19T04:12:02.396Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1125 | 2026-07-19T04:12:02.514Z | Checking strum v0.26.3 |
| 1126 | 2026-07-19T04:12:02.624Z | Checking rand_chacha v0.3.1 |
| 1127 | 2026-07-19T04:12:02.711Z | Compiling toml_datetime v0.6.11 |
| 1128 | 2026-07-19T04:12:02.786Z | Compiling progenitor-macro v0.11.1 |
| 1129 | 2026-07-19T04:12:02.814Z | Checking macaddr v1.0.1 |
| 1130 | 2026-07-19T04:12:02.949Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-07-19T04:12:02.995Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-07-19T04:12:03.066Z | Checking quick-error v1.2.3 |
| 1133 | 2026-07-19T04:12:03.081Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-07-19T04:12:03.137Z | Checking lazy_static v1.5.0 |
| 1135 | 2026-07-19T04:12:03.167Z | Checking rusty-fork v0.3.0 |
| 1136 | 2026-07-19T04:12:03.241Z | Checking toml v0.9.12+spec-1.1.0 |
| 1137 | 2026-07-19T04:12:03.268Z | Checking bit-set v0.8.0 |
| 1138 | 2026-07-19T04:12:03.336Z | Checking rand v0.8.5 |
| 1139 | 2026-07-19T04:12:03.415Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-07-19T04:12:03.651Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-07-19T04:12:03.706Z | Checking tabwriter v1.4.1 |
| 1142 | 2026-07-19T04:12:03.801Z | Checking sha1 v0.10.6 |
| 1143 | 2026-07-19T04:12:03.847Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-07-19T04:12:03.849Z | Compiling clap_derive v4.6.1 |
| 1145 | 2026-07-19T04:12:03.965Z | Checking colored v3.1.1 |
| 1146 | 2026-07-19T04:12:03.968Z | Checking utf8parse v0.2.2 |
| 1147 | 2026-07-19T04:12:04.047Z | Checking unarray v0.1.4 |
| 1148 | 2026-07-19T04:12:04.092Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-07-19T04:12:04.153Z | Checking proptest v1.8.0 |
| 1150 | 2026-07-19T04:12:04.182Z | Checking strum v0.27.2 |
| 1151 | 2026-07-19T04:12:04.292Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-07-19T04:12:04.340Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-07-19T04:12:04.732Z | Checking anstyle-query v1.1.4 |
| 1154 | 2026-07-19T04:12:04.758Z | Checking anstyle v1.0.14 |
| 1155 | 2026-07-19T04:12:04.830Z | Checking is_terminal_polyfill v1.70.1 |
| 1156 | 2026-07-19T04:12:04.846Z | Checking colorchoice v1.0.4 |
| 1157 | 2026-07-19T04:12:04.952Z | Checking anstream v1.0.0 |
| 1158 | 2026-07-19T04:12:05.141Z | Checking itertools v0.14.0 |
| 1159 | 2026-07-19T04:12:05.181Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-07-19T04:12:05.832Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-07-19T04:12:05.962Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-07-19T04:12:06.422Z | Checking serde_with v3.14.1 |
| 1163 | 2026-07-19T04:12:07.067Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-07-19T04:12:07.194Z | Checking clap v4.6.1 |
| 1165 | 2026-07-19T04:12:07.234Z | Checking instant v0.1.13 |
| 1166 | 2026-07-19T04:12:07.273Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-07-19T04:12:07.389Z | Checking iddqd v0.3.18 |
| 1168 | 2026-07-19T04:12:07.453Z | Checking backoff v0.4.0 |
| 1169 | 2026-07-19T04:12:07.621Z | Checking parse-display v0.10.0 |
| 1170 | 2026-07-19T04:12:07.765Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-07-19T04:12:07.768Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-07-19T04:12:09.267Z | Compiling num-derive v0.4.2 |
| 1173 | 2026-07-19T04:12:09.781Z | Compiling rustls-webpki v0.103.6 |
| 1174 | 2026-07-19T04:12:10.267Z | Compiling prettyplease v0.2.37 |
| 1175 | 2026-07-19T04:12:12.305Z | Checking serde_spanned v0.6.9 |
| 1176 | 2026-07-19T04:12:12.433Z | Compiling memoffset v0.9.1 |
| 1177 | 2026-07-19T04:12:12.720Z | Compiling cfg_aliases v0.2.1 |
| 1178 | 2026-07-19T04:12:12.837Z | Compiling nix v0.30.1 |
| 1179 | 2026-07-19T04:12:13.167Z | Compiling tokio-rustls v0.26.4 |
| 1180 | 2026-07-19T04:12:13.710Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-07-19T04:12:13.954Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-07-19T04:12:14.946Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-07-19T04:12:15.149Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-07-19T04:12:15.402Z | Compiling winnow v0.5.40 |
| 1185 | 2026-07-19T04:12:16.747Z | Compiling toml_edit v0.19.15 |
| 1186 | 2026-07-19T04:12:16.777Z | Compiling progenitor v0.11.1 |
| 1187 | 2026-07-19T04:12:17.604Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-07-19T04:12:18.024Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-07-19T04:12:18.206Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-07-19T04:12:18.411Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-07-19T04:12:19.056Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-07-19T04:12:19.289Z | Compiling rayon-core v1.13.0 |
| 1193 | 2026-07-19T04:12:19.441Z | Checking toml_write v0.1.2 |
| 1194 | 2026-07-19T04:12:19.611Z | Checking toml_edit v0.22.27 |
| 1195 | 2026-07-19T04:12:19.627Z | Checking hubpack v0.1.2 |
| 1196 | 2026-07-19T04:12:19.711Z | Checking num-rational v0.4.2 |
| 1197 | 2026-07-19T04:12:19.789Z | Checking num-iter v0.1.45 |
| 1198 | 2026-07-19T04:12:20.054Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-07-19T04:12:20.105Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-07-19T04:12:20.489Z | Checking static_assertions v1.1.0 |
| 1201 | 2026-07-19T04:12:20.565Z | Checking num v0.4.3 |
| 1202 | 2026-07-19T04:12:20.732Z | Checking toml v0.8.23 |
| 1203 | 2026-07-19T04:12:20.782Z | Checking crossbeam-deque v0.8.6 |
| 1204 | 2026-07-19T04:12:20.932Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1205 | 2026-07-19T04:12:20.968Z | Checking float-ord v0.3.2 |
| 1206 | 2026-07-19T04:12:21.058Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1207 | 2026-07-19T04:12:21.205Z | Compiling proc-macro-error-attr v1.0.4 |
| 1208 | 2026-07-19T04:12:21.334Z | Compiling heapless v0.8.0 |
| 1209 | 2026-07-19T04:12:21.435Z | Checking bytecount v0.6.9 |
| 1210 | 2026-07-19T04:12:21.557Z | Checking libscf-sys v1.2.0 |
| 1211 | 2026-07-19T04:12:21.688Z | Compiling ingot-macros v0.1.1 |
| 1212 | 2026-07-19T04:12:21.755Z | Checking hash32 v0.3.1 |
| 1213 | 2026-07-19T04:12:21.807Z | Compiling proc-macro-error v1.0.4 |
| 1214 | 2026-07-19T04:12:21.883Z | Compiling smoltcp v0.11.0 |
| 1215 | 2026-07-19T04:12:22.054Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1216 | 2026-07-19T04:12:22.592Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-07-19T04:12:22.700Z | Compiling num_enum_derive v0.7.5 |
| 1218 | 2026-07-19T04:12:22.863Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1219 | 2026-07-19T04:12:22.951Z | Checking cobs v0.3.0 |
| 1220 | 2026-07-19T04:12:23.098Z | Compiling foreign-types-macros v0.2.3 |
| 1221 | 2026-07-19T04:12:23.141Z | Compiling scroll_derive v0.12.1 |
| 1222 | 2026-07-19T04:12:23.168Z | Compiling usdt-impl v0.5.0 |
| 1223 | 2026-07-19T04:12:23.424Z | Compiling crucible-workspace-hack v0.1.0 |
| 1224 | 2026-07-19T04:12:23.427Z | Checking managed v0.8.0 |
| 1225 | 2026-07-19T04:12:23.630Z | Checking bitflags v1.3.2 |
| 1226 | 2026-07-19T04:12:23.645Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-07-19T04:12:23.744Z | Checking num_enum v0.7.5 |
| 1228 | 2026-07-19T04:12:23.747Z | Checking foreign-types v0.5.0 |
| 1229 | 2026-07-19T04:12:23.830Z | Checking scroll v0.12.0 |
| 1230 | 2026-07-19T04:12:23.834Z | Checking postcard v1.1.3 |
| 1231 | 2026-07-19T04:12:23.860Z | Compiling dof v0.3.0 |
| 1232 | 2026-07-19T04:12:24.125Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1233 | 2026-07-19T04:12:24.164Z | Compiling dtrace-parser v0.2.0 |
| 1234 | 2026-07-19T04:12:24.212Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1235 | 2026-07-19T04:12:24.249Z | Checking camino-tempfile v1.4.1 |
| 1236 | 2026-07-19T04:12:24.316Z | Checking ingot-types v0.1.2 |
| 1237 | 2026-07-19T04:12:24.332Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1238 | 2026-07-19T04:12:24.411Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1239 | 2026-07-19T04:12:24.544Z | Checking cstr-argument v0.1.2 |
| 1240 | 2026-07-19T04:12:24.645Z | Compiling thread-id v4.2.2 |
| 1241 | 2026-07-19T04:12:24.660Z | Checking ingot v0.1.1 |
| 1242 | 2026-07-19T04:12:24.676Z | Compiling minimal-lexical v0.2.1 |
| 1243 | 2026-07-19T04:12:24.690Z | Compiling heck v0.4.1 |
| 1244 | 2026-07-19T04:12:24.778Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-07-19T04:12:24.882Z | Compiling nom v7.1.3 |
| 1246 | 2026-07-19T04:12:24.885Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1247 | 2026-07-19T04:12:24.926Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1248 | 2026-07-19T04:12:24.959Z | Checking goblin v0.8.2 |
| 1249 | 2026-07-19T04:12:25.068Z | Checking rayon v1.11.0 |
| 1250 | 2026-07-19T04:12:25.331Z | Compiling num_enum_derive v0.5.11 |
| 1251 | 2026-07-19T04:12:25.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-07-19T04:12:26.007Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-07-19T04:12:26.198Z | Compiling rustc_version v0.4.1 |
| 1254 | 2026-07-19T04:12:26.213Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1255 | 2026-07-19T04:12:26.481Z | Compiling convert_case v0.4.0 |
| 1256 | 2026-07-19T04:12:26.527Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1257 | 2026-07-19T04:12:26.603Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1258 | 2026-07-19T04:12:26.624Z | Checking tinyvec_macros v0.1.1 |
| 1259 | 2026-07-19T04:12:26.710Z | Compiling rustix v0.38.44 |
| 1260 | 2026-07-19T04:12:26.769Z | Checking tinyvec v1.10.0 |
| 1261 | 2026-07-19T04:12:26.786Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-07-19T04:12:27.049Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-07-19T04:12:27.099Z | Compiling proc-macro-error2 v2.0.1 |
| 1264 | 2026-07-19T04:12:27.178Z | Checking num_enum v0.5.11 |
| 1265 | 2026-07-19T04:12:27.250Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-07-19T04:12:27.291Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-07-19T04:12:27.447Z | Compiling crc32fast v1.5.0 |
| 1268 | 2026-07-19T04:12:27.668Z | Compiling tabled_derive v0.11.0 |
| 1269 | 2026-07-19T04:12:27.727Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1270 | 2026-07-19T04:12:27.794Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1271 | 2026-07-19T04:12:28.281Z | Compiling usdt-attr-macro v0.5.0 |
| 1272 | 2026-07-19T04:12:28.367Z | Compiling usdt-macro v0.5.0 |
| 1273 | 2026-07-19T04:12:28.589Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1274 | 2026-07-19T04:12:28.679Z | Compiling zone_cfg_derive v0.3.1 |
| 1275 | 2026-07-19T04:12:28.753Z | Checking papergrid v0.17.0 |
| 1276 | 2026-07-19T04:12:28.994Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-07-19T04:12:29.020Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1278 | 2026-07-19T04:12:29.042Z | Checking itertools v0.12.1 |
| 1279 | 2026-07-19T04:12:29.198Z | Checking testing_table v0.3.0 |
| 1280 | 2026-07-19T04:12:29.297Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-07-19T04:12:29.345Z | Checking memmap v0.7.0 |
| 1282 | 2026-07-19T04:12:29.361Z | Checking sigpipe v0.1.3 |
| 1283 | 2026-07-19T04:12:29.443Z | Checking glob v0.3.3 |
| 1284 | 2026-07-19T04:12:29.483Z | Checking adler2 v2.0.1 |
| 1285 | 2026-07-19T04:12:29.523Z | Checking jiff v0.2.15 |
| 1286 | 2026-07-19T04:12:29.526Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1287 | 2026-07-19T04:12:29.593Z | Checking miniz_oxide v0.8.9 |
| 1288 | 2026-07-19T04:12:29.623Z | Checking tabled v0.20.0 |
| 1289 | 2026-07-19T04:12:29.743Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1290 | 2026-07-19T04:12:29.772Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-07-19T04:12:29.835Z | Checking usdt v0.5.0 |
| 1292 | 2026-07-19T04:12:29.930Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-07-19T04:12:29.997Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-07-19T04:12:30.025Z | Checking zone v0.3.1 |
| 1295 | 2026-07-19T04:12:30.261Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-07-19T04:12:30.394Z | Checking smf v0.2.3 |
| 1297 | 2026-07-19T04:12:30.438Z | Checking secrecy v0.10.3 |
| 1298 | 2026-07-19T04:12:30.481Z | Checking bstr v1.12.0 |
| 1299 | 2026-07-19T04:12:30.625Z | Checking whoami v1.6.1 |
| 1300 | 2026-07-19T04:12:30.694Z | Checking flate2 v1.1.2 |
| 1301 | 2026-07-19T04:12:30.799Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-07-19T04:12:30.820Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1303 | 2026-07-19T04:12:30.895Z | Compiling clang-sys v1.8.1 |
| 1304 | 2026-07-19T04:12:30.984Z | Checking hmac v0.12.1 |
| 1305 | 2026-07-19T04:12:31.083Z | Checking inout v0.1.4 |
| 1306 | 2026-07-19T04:12:31.124Z | Checking hybrid-array v0.4.12 |
| 1307 | 2026-07-19T04:12:31.219Z | Checking ff v0.13.1 |
| 1308 | 2026-07-19T04:12:31.271Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-07-19T04:12:31.350Z | Compiling semver v0.1.20 |
| 1310 | 2026-07-19T04:12:31.585Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-07-19T04:12:31.610Z | Compiling rustc_version v0.1.7 |
| 1312 | 2026-07-19T04:12:31.612Z | Checking group v0.13.0 |
| 1313 | 2026-07-19T04:12:31.757Z | Checking cipher v0.4.4 |
| 1314 | 2026-07-19T04:12:31.817Z | Checking hkdf v0.12.4 |
| 1315 | 2026-07-19T04:12:31.856Z | Checking atomicwrites v0.4.4 |
| 1316 | 2026-07-19T04:12:31.909Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1317 | 2026-07-19T04:12:31.954Z | Checking universal-hash v0.5.1 |
| 1318 | 2026-07-19T04:12:31.957Z | Checking crypto-bigint v0.5.5 |
| 1319 | 2026-07-19T04:12:31.983Z | Compiling regress v0.11.1 |
| 1320 | 2026-07-19T04:12:31.986Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1321 | 2026-07-19T04:12:32.081Z | Checking half v2.7.1 |
| 1322 | 2026-07-19T04:12:32.157Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-07-19T04:12:32.194Z | Checking base64ct v1.8.0 |
| 1324 | 2026-07-19T04:12:32.331Z | Checking opaque-debug v0.3.1 |
| 1325 | 2026-07-19T04:12:32.408Z | Checking indent_write v2.2.0 |
| 1326 | 2026-07-19T04:12:32.430Z | Checking ciborium-io v0.2.2 |
| 1327 | 2026-07-19T04:12:32.528Z | Checking base16ct v0.2.0 |
| 1328 | 2026-07-19T04:12:32.543Z | Checking ciborium-ll v0.2.2 |
| 1329 | 2026-07-19T04:12:32.654Z | Checking password-hash v0.5.0 |
| 1330 | 2026-07-19T04:12:32.720Z | Checking poly1305 v0.8.0 |
| 1331 | 2026-07-19T04:12:32.881Z | Checking chacha20 v0.9.1 |
| 1332 | 2026-07-19T04:12:32.951Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-07-19T04:12:32.977Z | Checking thiserror-no-std v2.0.2 |
| 1334 | 2026-07-19T04:12:33.001Z | Checking elliptic-curve v0.13.8 |
| 1335 | 2026-07-19T04:12:33.069Z | Checking crypto-common v0.2.2 |
| 1336 | 2026-07-19T04:12:33.085Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-07-19T04:12:33.179Z | Checking similar v2.7.0 |
| 1338 | 2026-07-19T04:12:33.229Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1339 | 2026-07-19T04:12:33.255Z | Checking blake2 v0.10.6 |
| 1340 | 2026-07-19T04:12:33.471Z | Checking aead v0.5.2 |
| 1341 | 2026-07-19T04:12:33.474Z | Compiling libloading v0.8.9 |
| 1342 | 2026-07-19T04:12:33.488Z | Checking keccak v0.1.6 |
| 1343 | 2026-07-19T04:12:33.518Z | Compiling typify-impl v0.6.2 |
| 1344 | 2026-07-19T04:12:33.521Z | Checking compression-core v0.4.32 |
| 1345 | 2026-07-19T04:12:33.611Z | Compiling owo-colors v4.3.0 |
| 1346 | 2026-07-19T04:12:33.646Z | Checking linked-hash-map v0.5.6 |
| 1347 | 2026-07-19T04:12:33.662Z | Compiling bindgen v0.72.1 |
| 1348 | 2026-07-19T04:12:33.679Z | Checking resolv-conf v0.7.5 |
| 1349 | 2026-07-19T04:12:33.697Z | Checking const-oid v0.10.2 |
| 1350 | 2026-07-19T04:12:33.817Z | Checking lru-cache v0.1.2 |
| 1351 | 2026-07-19T04:12:33.858Z | Checking digest v0.11.3 |
| 1352 | 2026-07-19T04:12:33.876Z | Checking sha3 v0.10.8 |
| 1353 | 2026-07-19T04:12:33.938Z | Checking compression-codecs v0.4.32 |
| 1354 | 2026-07-19T04:12:34.005Z | Checking chacha20poly1305 v0.10.1 |
| 1355 | 2026-07-19T04:12:34.018Z | Checking vsss-rs v3.3.4 |
| 1356 | 2026-07-19T04:12:34.069Z | Checking argon2 v0.5.3 |
| 1357 | 2026-07-19T04:12:34.131Z | Checking ciborium v0.2.2 |
| 1358 | 2026-07-19T04:12:34.164Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-07-19T04:12:34.396Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-07-19T04:12:34.551Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-07-19T04:12:34.581Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-07-19T04:12:34.873Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1363 | 2026-07-19T04:12:35.101Z | Checking serde-big-array v0.5.1 |
| 1364 | 2026-07-19T04:12:35.116Z | Compiling derive-where v1.6.0 |
| 1365 | 2026-07-19T04:12:35.131Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-07-19T04:12:35.262Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1367 | 2026-07-19T04:12:35.478Z | Compiling dropshot v0.17.1 |
| 1368 | 2026-07-19T04:12:35.566Z | Checking siphasher v1.0.1 |
| 1369 | 2026-07-19T04:12:35.723Z | Compiling shlex v1.3.0 |
| 1370 | 2026-07-19T04:12:35.740Z | Checking cpufeatures v0.3.0 |
| 1371 | 2026-07-19T04:12:35.757Z | Checking same-file v1.0.6 |
| 1372 | 2026-07-19T04:12:35.760Z | Checking unicode-segmentation v1.12.0 |
| 1373 | 2026-07-19T04:12:35.817Z | Checking sha1 v0.11.0 |
| 1374 | 2026-07-19T04:12:35.883Z | Checking walkdir v2.5.0 |
| 1375 | 2026-07-19T04:12:36.020Z | Checking hickory-resolver v0.24.4 |
| 1376 | 2026-07-19T04:12:36.058Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1377 | 2026-07-19T04:12:36.100Z | Checking newline-converter v0.3.0 |
| 1378 | 2026-07-19T04:12:36.217Z | Checking phf_shared v0.12.1 |
| 1379 | 2026-07-19T04:12:36.420Z | Checking toml v1.1.2+spec-1.1.0 |
| 1380 | 2026-07-19T04:12:36.440Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-07-19T04:12:36.700Z | Checking oxide-tokio-rt v0.1.2 |
| 1382 | 2026-07-19T04:12:36.846Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-07-19T04:12:37.023Z | Checking async-compression v0.4.33 |
| 1384 | 2026-07-19T04:12:37.066Z | Compiling typify-macro v0.6.2 |
| 1385 | 2026-07-19T04:12:37.086Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-07-19T04:12:37.264Z | Checking console v0.15.11 |
| 1387 | 2026-07-19T04:12:37.546Z | Checking tokio-stream v0.1.17 |
| 1388 | 2026-07-19T04:12:37.645Z | Compiling dropshot_endpoint v0.17.1 |
| 1389 | 2026-07-19T04:12:37.700Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-07-19T04:12:37.923Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-07-19T04:12:38.168Z | Checking csv-core v0.1.12 |
| 1392 | 2026-07-19T04:12:38.284Z | Compiling unicode-xid v0.2.6 |
| 1393 | 2026-07-19T04:12:38.358Z | Checking smawk v0.3.2 |
| 1394 | 2026-07-19T04:12:38.416Z | Checking foldhash v0.1.5 |
| 1395 | 2026-07-19T04:12:38.500Z | Checking unicode-linebreak v0.1.5 |
| 1396 | 2026-07-19T04:12:38.562Z | Checking swrite v0.1.0 |
| 1397 | 2026-07-19T04:12:38.596Z | Compiling cancel-safe-futures v0.1.5 |
| 1398 | 2026-07-19T04:12:38.659Z | Checking unicode-width v0.1.14 |
| 1399 | 2026-07-19T04:12:38.721Z | Compiling chrono-tz v0.10.4 |
| 1400 | 2026-07-19T04:12:38.783Z | Checking pin-project v1.1.10 |
| 1401 | 2026-07-19T04:12:38.885Z | Checking textwrap v0.16.2 |
| 1402 | 2026-07-19T04:12:38.888Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-07-19T04:12:38.916Z | Compiling const_format_proc_macros v0.2.34 |
| 1404 | 2026-07-19T04:12:38.962Z | Checking csv v1.4.0 |
| 1405 | 2026-07-19T04:12:39.109Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-07-19T04:12:39.157Z | Compiling progenitor-macro v0.10.0 |
| 1407 | 2026-07-19T04:12:39.373Z | Checking qorb v0.4.1 |
| 1408 | 2026-07-19T04:12:39.389Z | Checking expectorate v1.2.0 |
| 1409 | 2026-07-19T04:12:39.526Z | Checking phf v0.12.1 |
| 1410 | 2026-07-19T04:12:39.674Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-07-19T04:12:39.713Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-07-19T04:12:40.370Z | Checking libsw-core v0.3.2 |
| 1413 | 2026-07-19T04:12:40.524Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1414 | 2026-07-19T04:12:40.618Z | Compiling snafu-derive v0.8.9 |
| 1415 | 2026-07-19T04:12:40.638Z | Compiling async-recursion v1.1.1 |
| 1416 | 2026-07-19T04:12:40.972Z | Compiling cookie v0.18.1 |
| 1417 | 2026-07-19T04:12:41.020Z | Compiling moka v0.12.11 |
| 1418 | 2026-07-19T04:12:41.214Z | Checking fixedbitset v0.5.7 |
| 1419 | 2026-07-19T04:12:41.249Z | Checking fixedbitset v0.4.2 |
| 1420 | 2026-07-19T04:12:41.268Z | Checking highway v1.3.0 |
| 1421 | 2026-07-19T04:12:41.408Z | Checking petgraph v0.6.5 |
| 1422 | 2026-07-19T04:12:41.423Z | Checking petgraph v0.8.2 |
| 1423 | 2026-07-19T04:12:42.352Z | Checking snafu v0.8.9 |
| 1424 | 2026-07-19T04:12:42.580Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-07-19T04:12:42.599Z | Checking libsw v3.5.0 |
| 1426 | 2026-07-19T04:12:42.656Z | Checking olpc-cjson v0.1.4 |
| 1427 | 2026-07-19T04:12:42.738Z | Checking const_format v0.2.34 |
| 1428 | 2026-07-19T04:12:42.797Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-07-19T04:12:42.856Z | Checking papergrid v0.11.0 |
| 1430 | 2026-07-19T04:12:42.992Z | Compiling typify v0.6.2 |
| 1431 | 2026-07-19T04:12:43.091Z | Checking globset v0.4.16 |
| 1432 | 2026-07-19T04:12:43.205Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-07-19T04:12:43.205Z | Checking gethostname v0.5.0 |
| 1434 | 2026-07-19T04:12:43.315Z | Checking progenitor v0.10.0 |
| 1435 | 2026-07-19T04:12:43.337Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-07-19T04:12:43.409Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-07-19T04:12:43.451Z | Checking reqwest v0.13.2 |
| 1438 | 2026-07-19T04:12:43.467Z | Checking bcs v0.1.6 |
| 1439 | 2026-07-19T04:12:43.705Z | Checking pem v3.0.5 |
| 1440 | 2026-07-19T04:12:43.705Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-07-19T04:12:43.737Z | Checking humantime v2.3.0 |
| 1442 | 2026-07-19T04:12:43.869Z | Checking tagptr v0.2.0 |
| 1443 | 2026-07-19T04:12:43.870Z | Checking crc8 v0.1.1 |
| 1444 | 2026-07-19T04:12:43.923Z | Checking termtree v0.5.1 |
| 1445 | 2026-07-19T04:12:43.972Z | Checking linear-map v1.2.0 |
| 1446 | 2026-07-19T04:12:43.996Z | Compiling signal-hook v0.4.4 |
| 1447 | 2026-07-19T04:12:44.026Z | Checking typed-path v0.9.3 |
| 1448 | 2026-07-19T04:12:44.146Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-07-19T04:12:44.237Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-07-19T04:12:44.285Z | Checking tabled v0.15.0 |
| 1451 | 2026-07-19T04:12:44.680Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-07-19T04:12:44.781Z | Checking tough v0.20.0 |
| 1453 | 2026-07-19T04:12:44.847Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-07-19T04:12:45.460Z | Checking steno v0.4.1 |
| 1455 | 2026-07-19T04:12:45.750Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-07-19T04:12:46.418Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1457 | 2026-07-19T04:12:46.454Z | Compiling cargo-platform v0.1.9 |
| 1458 | 2026-07-19T04:12:46.702Z | Compiling vergen v8.3.2 |
| 1459 | 2026-07-19T04:12:46.790Z | Compiling fs-err v3.1.2 |
| 1460 | 2026-07-19T04:12:46.848Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-07-19T04:12:47.005Z | Compiling progenitor-macro v0.14.0 |
| 1462 | 2026-07-19T04:12:47.151Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-07-19T04:12:47.335Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-07-19T04:12:47.339Z | Checking hickory-resolver v0.25.2 |
| 1465 | 2026-07-19T04:12:47.370Z | Checking sha2 v0.10.9 |
| 1466 | 2026-07-19T04:12:47.513Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-07-19T04:12:47.977Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1468 | 2026-07-19T04:12:48.148Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1469 | 2026-07-19T04:12:48.366Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-07-19T04:12:48.696Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-07-19T04:12:49.126Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-07-19T04:12:49.285Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1473 | 2026-07-19T04:12:49.468Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-07-19T04:12:49.679Z | Checking git-stub v1.0.0 |
| 1475 | 2026-07-19T04:12:49.697Z | Compiling strum_macros v0.28.0 |
| 1476 | 2026-07-19T04:12:49.816Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-07-19T04:12:49.832Z | Checking filetime v0.2.26 |
| 1478 | 2026-07-19T04:12:49.899Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-07-19T04:12:49.963Z | Checking constant_time_eq v0.3.1 |
| 1480 | 2026-07-19T04:12:50.063Z | Checking arrayref v0.3.9 |
| 1481 | 2026-07-19T04:12:50.158Z | Checking arrayvec v0.7.6 |
| 1482 | 2026-07-19T04:12:50.282Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-07-19T04:12:50.355Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-07-19T04:12:50.385Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-07-19T04:12:50.483Z | Compiling curl v0.4.50 |
| 1486 | 2026-07-19T04:12:50.641Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1487 | 2026-07-19T04:12:50.743Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1488 | 2026-07-19T04:12:51.081Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1489 | 2026-07-19T04:12:51.099Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-07-19T04:12:51.192Z | Checking progenitor v0.14.0 |
| 1491 | 2026-07-19T04:12:51.323Z | Checking is_ci v1.2.0 |
| 1492 | 2026-07-19T04:12:51.339Z | Checking xattr v1.6.1 |
| 1493 | 2026-07-19T04:12:51.433Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1494 | 2026-07-19T04:12:51.477Z | Checking tar v0.4.45 |
| 1495 | 2026-07-19T04:12:51.525Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-07-19T04:12:51.555Z | Checking strum v0.28.0 |
| 1497 | 2026-07-19T04:12:51.625Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1498 | 2026-07-19T04:12:51.672Z | Checking supports-color v3.0.2 |
| 1499 | 2026-07-19T04:12:51.691Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1500 | 2026-07-19T04:12:52.122Z | Checking toml v0.7.8 |
| 1501 | 2026-07-19T04:12:52.430Z | Checking git-stub-vcs v0.1.0 |
| 1502 | 2026-07-19T04:12:52.627Z | Checking drift v0.2.0 |
| 1503 | 2026-07-19T04:12:52.794Z | Checking kstat-rs v0.2.4 |
| 1504 | 2026-07-19T04:12:52.916Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1505 | 2026-07-19T04:12:52.938Z | Checking topological-sort v0.2.2 |
| 1506 | 2026-07-19T04:12:52.987Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-07-19T04:12:53.078Z | Checking omicron-zone-package v0.12.2 |
| 1508 | 2026-07-19T04:12:53.317Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-07-19T04:12:54.319Z | Checking signal-hook-tokio v0.4.0 |
| 1510 | 2026-07-19T04:12:54.449Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-07-19T04:12:54.823Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1512 | 2026-07-19T04:12:54.973Z | Checking scuffle v0.1.0 |
| 1513 | 2026-07-19T04:12:54.996Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1514 | 2026-07-19T04:12:55.265Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1515 | 2026-07-19T04:12:55.583Z | Checking iddqd v0.4.5 |
| 1516 | 2026-07-19T04:12:55.821Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1517 | 2026-07-19T04:12:55.863Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-07-19T04:12:56.025Z | Checking internet-checksum v0.2.1 |
| 1519 | 2026-07-19T04:12:56.151Z | Checking search_path v0.1.4 |
| 1520 | 2026-07-19T04:12:56.250Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1521 | 2026-07-19T04:12:56.296Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1522 | 2026-07-19T04:12:56.363Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1523 | 2026-07-19T04:12:56.759Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-07-19T04:12:57.235Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1525 | 2026-07-19T04:12:57.371Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-07-19T04:12:57.652Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-07-19T04:12:58.814Z | Compiling git2 v0.19.0 |
| 1528 | 2026-07-19T04:12:59.791Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-07-19T04:13:01.116Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1530 | 2026-07-19T04:13:08.763Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1531 | 2026-07-19T04:13:10.050Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-07-19T04:13:15.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1533 | 2026-07-19T04:13:15.364Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1534 | 2026-07-19T04:13:15.364Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1535 | 2026-07-19T04:13:15.859Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1536 | 2026-07-19T04:13:15.859Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1537 | 2026-07-19T04:13:15.937Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1538 | 2026-07-19T04:13:15.940Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-07-19T04:13:23.016Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1540 | 2026-07-19T04:13:23.019Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-07-19T04:13:25.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s |
| 1542 | 2026-07-19T04:13:25.687Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1543 | 2026-07-19T04:13:25.687Z | + cargo clippy --features softnpu -- --deny warnings |
| 1544 | 2026-07-19T04:13:25.992Z | Downloading crates ... |
| 1545 | 2026-07-19T04:13:26.130Z | Downloaded erased-serde v0.4.8 |
| 1546 | 2026-07-19T04:13:26.134Z | Downloaded funty v2.0.0 |
| 1547 | 2026-07-19T04:13:26.141Z | Downloaded wyz v0.5.1 |
| 1548 | 2026-07-19T04:13:26.144Z | Downloaded bitstruct v0.1.1 |
| 1549 | 2026-07-19T04:13:26.144Z | Downloaded ascii v1.1.0 |
| 1550 | 2026-07-19T04:13:26.147Z | Downloaded typeid v1.0.3 |
| 1551 | 2026-07-19T04:13:26.150Z | Downloaded tap v1.0.1 |
| 1552 | 2026-07-19T04:13:26.150Z | Downloaded radium v0.7.0 |
| 1553 | 2026-07-19T04:13:26.150Z | Downloaded libloading v0.7.4 |
| 1554 | 2026-07-19T04:13:26.150Z | Downloaded serde_arrays v0.1.0 |
| 1555 | 2026-07-19T04:13:26.155Z | Downloaded num-bigint v0.4.6 |
| 1556 | 2026-07-19T04:13:26.158Z | Downloaded bitstruct_derive v0.1.0 |
| 1557 | 2026-07-19T04:13:26.163Z | Downloaded bitvec v1.0.1 |
| 1558 | 2026-07-19T04:13:26.292Z | Checking num-integer v0.1.46 |
| 1559 | 2026-07-19T04:13:26.373Z | Checking num-complex v0.4.6 |
| 1560 | 2026-07-19T04:13:26.385Z | Compiling radium v0.7.0 |
| 1561 | 2026-07-19T04:13:26.390Z | Checking tap v1.0.1 |
| 1562 | 2026-07-19T04:13:26.398Z | Checking funty v2.0.0 |
| 1563 | 2026-07-19T04:13:26.403Z | Compiling typeid v1.0.3 |
| 1564 | 2026-07-19T04:13:26.406Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1565 | 2026-07-19T04:13:26.416Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-07-19T04:13:26.475Z | Checking wyz v0.5.1 |
| 1567 | 2026-07-19T04:13:26.573Z | Checking num-bigint v0.4.6 |
| 1568 | 2026-07-19T04:13:26.576Z | Checking num-iter v0.1.45 |
| 1569 | 2026-07-19T04:13:26.625Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-07-19T04:13:26.642Z | Compiling erased-serde v0.4.8 |
| 1571 | 2026-07-19T04:13:26.695Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-07-19T04:13:26.703Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-07-19T04:13:26.729Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-07-19T04:13:26.776Z | Compiling bitstruct_derive v0.1.0 |
| 1575 | 2026-07-19T04:13:26.802Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-07-19T04:13:26.821Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-07-19T04:13:26.842Z | Checking bitvec v1.0.1 |
| 1578 | 2026-07-19T04:13:26.847Z | Checking ascii v1.1.0 |
| 1579 | 2026-07-19T04:13:26.847Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1580 | 2026-07-19T04:13:26.906Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-07-19T04:13:27.004Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1582 | 2026-07-19T04:13:27.013Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-07-19T04:13:27.023Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-07-19T04:13:27.023Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-07-19T04:13:27.300Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-07-19T04:13:27.325Z | Checking serde_arrays v0.1.0 |
| 1587 | 2026-07-19T04:13:27.398Z | Checking num-rational v0.4.2 |
| 1588 | 2026-07-19T04:13:27.424Z | Checking libloading v0.7.4 |
| 1589 | 2026-07-19T04:13:27.433Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-07-19T04:13:27.453Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1591 | 2026-07-19T04:13:27.668Z | Checking num v0.4.3 |
| 1592 | 2026-07-19T04:13:27.737Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-07-19T04:13:28.278Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1594 | 2026-07-19T04:13:28.559Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1595 | 2026-07-19T04:13:28.559Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1596 | 2026-07-19T04:13:28.752Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1597 | 2026-07-19T04:13:28.971Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-07-19T04:13:28.971Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-07-19T04:13:29.437Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-07-19T04:13:29.657Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1601 | 2026-07-19T04:13:29.657Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-07-19T04:13:29.660Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1603 | 2026-07-19T04:13:29.660Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1604 | 2026-07-19T04:13:30.041Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1605 | 2026-07-19T04:13:30.499Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1606 | 2026-07-19T04:13:31.331Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-07-19T04:13:33.569Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1608 | 2026-07-19T04:13:33.925Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1609 | 2026-07-19T04:13:34.802Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1610 | 2026-07-19T04:13:35.583Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1611 | 2026-07-19T04:13:35.703Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-07-19T04:13:42.066Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1613 | 2026-07-19T04:13:43.338Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-07-19T04:13:43.876Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1615 | 2026-07-19T04:13:48.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.53s |
| 1616 | 2026-07-19T04:13:48.412Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1617 | 2026-07-19T04:13:48.412Z | + cargo clippy --features chaos -- --deny warnings |
| 1618 | 2026-07-19T04:13:48.895Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1619 | 2026-07-19T04:13:48.898Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1620 | 2026-07-19T04:13:48.898Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-07-19T04:13:56.018Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1622 | 2026-07-19T04:13:56.018Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1623 | 2026-07-19T04:13:58.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
| 1624 | 2026-07-19T04:13:58.640Z | + banner fmt |
| 1625 | 2026-07-19T04:13:58.643Z | |
| 1626 | 2026-07-19T04:13:58.643Z | ###### # # ##### |
| 1627 | 2026-07-19T04:13:58.643Z | # ## ## # |
| 1628 | 2026-07-19T04:13:58.643Z | ##### # ## # # |
| 1629 | 2026-07-19T04:13:58.643Z | # # # # |
| 1630 | 2026-07-19T04:13:58.643Z | # # # # |
| 1631 | 2026-07-19T04:13:58.643Z | # # # # |
| 1632 | 2026-07-19T04:13:58.643Z | |
| 1633 | 2026-07-19T04:13:58.643Z | + cargo fmt -- --check |
| 1634 | 2026-07-19T04:13:59.103Z | + banner test |
| 1635 | 2026-07-19T04:13:59.108Z | |
| 1636 | 2026-07-19T04:13:59.109Z | ##### ###### #### ##### |
| 1637 | 2026-07-19T04:13:59.109Z | # # # # |
| 1638 | 2026-07-19T04:13:59.109Z | # ##### #### # |
| 1639 | 2026-07-19T04:13:59.109Z | # # # # |
| 1640 | 2026-07-19T04:13:59.109Z | # # # # # |
| 1641 | 2026-07-19T04:13:59.109Z | # ###### #### # |
| 1642 | 2026-07-19T04:13:59.109Z | |
| 1643 | 2026-07-19T04:13:59.109Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1644 | 2026-07-19T04:13:59.109Z | + RUST_BACKTRACE=full |
| 1645 | 2026-07-19T04:13:59.109Z | + cargo test --features tofino_stub --no-fail-fast |
| 1646 | 2026-07-19T04:13:59.945Z | Compiling unicode-ident v1.0.24 |
| 1647 | 2026-07-19T04:13:59.945Z | Compiling cfg-if v1.0.4 |
| 1648 | 2026-07-19T04:13:59.945Z | Compiling memchr v2.7.5 |
| 1649 | 2026-07-19T04:13:59.948Z | Compiling serde_core v1.0.228 |
| 1650 | 2026-07-19T04:14:00.062Z | Compiling itoa v1.0.15 |
| 1651 | 2026-07-19T04:14:00.073Z | Compiling libc v0.2.186 |
| 1652 | 2026-07-19T04:14:00.081Z | Compiling zmij v1.0.17 |
| 1653 | 2026-07-19T04:14:00.112Z | Compiling libm v0.2.15 |
| 1654 | 2026-07-19T04:14:00.180Z | Compiling proc-macro2 v1.0.106 |
| 1655 | 2026-07-19T04:14:00.205Z | Compiling heck v0.5.0 |
| 1656 | 2026-07-19T04:14:00.356Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-07-19T04:14:00.501Z | Compiling log v0.4.29 |
| 1658 | 2026-07-19T04:14:00.602Z | Compiling quote v1.0.45 |
| 1659 | 2026-07-19T04:14:00.615Z | Compiling smallvec v1.15.1 |
| 1660 | 2026-07-19T04:14:00.692Z | Compiling iana-time-zone v0.1.64 |
| 1661 | 2026-07-19T04:14:00.835Z | Compiling syn v2.0.118 |
| 1662 | 2026-07-19T04:14:00.847Z | Compiling dyn-clone v1.0.20 |
| 1663 | 2026-07-19T04:14:00.905Z | Compiling hashbrown v0.17.1 |
| 1664 | 2026-07-19T04:14:00.918Z | Compiling stable_deref_trait v1.2.0 |
| 1665 | 2026-07-19T04:14:00.929Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-07-19T04:14:01.002Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-07-19T04:14:01.006Z | Compiling writeable v0.6.1 |
| 1668 | 2026-07-19T04:14:01.027Z | Compiling litemap v0.8.0 |
| 1669 | 2026-07-19T04:14:01.191Z | Compiling fnv v1.0.7 |
| 1670 | 2026-07-19T04:14:01.245Z | Compiling icu_properties_data v2.0.1 |
| 1671 | 2026-07-19T04:14:01.260Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-07-19T04:14:01.292Z | Compiling regex-syntax v0.8.11 |
| 1673 | 2026-07-19T04:14:01.305Z | Compiling form_urlencoded v1.2.2 |
| 1674 | 2026-07-19T04:14:01.338Z | Compiling utf8_iter v1.0.4 |
| 1675 | 2026-07-19T04:14:01.380Z | Compiling scopeguard v1.2.0 |
| 1676 | 2026-07-19T04:14:01.469Z | Compiling lock_api v0.4.14 |
| 1677 | 2026-07-19T04:14:01.490Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-07-19T04:14:01.502Z | Compiling getrandom v0.4.2 |
| 1679 | 2026-07-19T04:14:01.650Z | Compiling aho-corasick v1.1.3 |
| 1680 | 2026-07-19T04:14:01.703Z | Compiling ucd-trie v0.1.7 |
| 1681 | 2026-07-19T04:14:01.906Z | Compiling semver v1.0.28 |
| 1682 | 2026-07-19T04:14:02.011Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-07-19T04:14:02.098Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-07-19T04:14:02.165Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-07-19T04:14:02.249Z | Compiling futures-core v0.3.32 |
| 1686 | 2026-07-19T04:14:02.258Z | Compiling uuid v1.23.3 |
| 1687 | 2026-07-19T04:14:02.392Z | Compiling allocator-api2 v0.2.21 |
| 1688 | 2026-07-19T04:14:02.695Z | Compiling foldhash v0.2.0 |
| 1689 | 2026-07-19T04:14:02.719Z | Compiling regex-automata v0.4.13 |
| 1690 | 2026-07-19T04:14:02.731Z | Compiling num-conv v0.2.1 |
| 1691 | 2026-07-19T04:14:02.885Z | Compiling time-core v0.1.8 |
| 1692 | 2026-07-19T04:14:02.938Z | Compiling hashbrown v0.16.1 |
| 1693 | 2026-07-19T04:14:02.942Z | Compiling futures-sink v0.3.32 |
| 1694 | 2026-07-19T04:14:03.040Z | Compiling time-macros v0.2.27 |
| 1695 | 2026-07-19T04:14:03.051Z | Compiling ryu v1.0.20 |
| 1696 | 2026-07-19T04:14:03.244Z | Compiling pretty-hex v0.4.1 |
| 1697 | 2026-07-19T04:14:03.389Z | Compiling slab v0.4.11 |
| 1698 | 2026-07-19T04:14:03.543Z | Compiling plain v0.2.3 |
| 1699 | 2026-07-19T04:14:03.569Z | Compiling strsim v0.11.1 |
| 1700 | 2026-07-19T04:14:03.654Z | Compiling synstructure v0.13.2 |
| 1701 | 2026-07-19T04:14:03.683Z | Compiling serde_derive_internals v0.29.1 |
| 1702 | 2026-07-19T04:14:03.938Z | Compiling futures-channel v0.3.32 |
| 1703 | 2026-07-19T04:14:03.982Z | Compiling futures-io v0.3.32 |
| 1704 | 2026-07-19T04:14:04.034Z | Compiling futures-task v0.3.32 |
| 1705 | 2026-07-19T04:14:04.104Z | Compiling socket2 v0.6.4 |
| 1706 | 2026-07-19T04:14:04.162Z | Compiling parking_lot_core v0.9.12 |
| 1707 | 2026-07-19T04:14:04.166Z | Compiling signal-hook-registry v1.4.6 |
| 1708 | 2026-07-19T04:14:04.209Z | Compiling thread-id v5.0.0 |
| 1709 | 2026-07-19T04:14:04.298Z | Compiling mio v1.2.1 |
| 1710 | 2026-07-19T04:14:04.426Z | Compiling regex v1.12.4 |
| 1711 | 2026-07-19T04:14:04.457Z | Compiling parking_lot v0.12.5 |
| 1712 | 2026-07-19T04:14:04.559Z | Compiling regress v0.10.5 |
| 1713 | 2026-07-19T04:14:04.584Z | Compiling darling_core v0.21.3 |
| 1714 | 2026-07-19T04:14:04.642Z | Compiling base64 v0.22.1 |
| 1715 | 2026-07-19T04:14:04.827Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-07-19T04:14:04.863Z | Compiling serde_derive v1.0.228 |
| 1717 | 2026-07-19T04:14:04.874Z | Compiling zerofrom-derive v0.1.6 |
| 1718 | 2026-07-19T04:14:04.894Z | Compiling yoke-derive v0.8.0 |
| 1719 | 2026-07-19T04:14:04.994Z | Compiling zerovec-derive v0.11.1 |
| 1720 | 2026-07-19T04:14:05.073Z | Compiling displaydoc v0.2.5 |
| 1721 | 2026-07-19T04:14:05.345Z | Compiling thiserror-impl v2.0.18 |
| 1722 | 2026-07-19T04:14:05.895Z | Compiling schemars_derive v0.8.22 |
| 1723 | 2026-07-19T04:14:06.018Z | Compiling tokio-macros v2.7.0 |
| 1724 | 2026-07-19T04:14:06.133Z | Compiling zerocopy-derive v0.8.27 |
| 1725 | 2026-07-19T04:14:06.136Z | Compiling zeroize_derive v1.4.3 |
| 1726 | 2026-07-19T04:14:06.625Z | Compiling thiserror v2.0.18 |
| 1727 | 2026-07-19T04:14:06.740Z | Compiling futures-macro v0.3.32 |
| 1728 | 2026-07-19T04:14:06.784Z | Compiling zerofrom v0.1.6 |
| 1729 | 2026-07-19T04:14:06.787Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2026-07-19T04:14:06.838Z | Compiling tracing-attributes v0.1.30 |
| 1731 | 2026-07-19T04:14:06.919Z | Compiling yoke v0.8.0 |
| 1732 | 2026-07-19T04:14:07.116Z | Compiling zerovec v0.11.4 |
| 1733 | 2026-07-19T04:14:07.140Z | Compiling zerotrie v0.2.2 |
| 1734 | 2026-07-19T04:14:07.414Z | Compiling zerocopy v0.8.27 |
| 1735 | 2026-07-19T04:14:07.467Z | Compiling pest v2.8.2 |
| 1736 | 2026-07-19T04:14:07.619Z | Compiling scroll_derive v0.13.1 |
| 1737 | 2026-07-19T04:14:07.631Z | Compiling serde v1.0.228 |
| 1738 | 2026-07-19T04:14:07.993Z | Compiling tinystr v0.8.1 |
| 1739 | 2026-07-19T04:14:08.092Z | Compiling bytes v1.12.0 |
| 1740 | 2026-07-19T04:14:08.169Z | Compiling serde_tokenstream v0.2.3 |
| 1741 | 2026-07-19T04:14:08.201Z | Compiling icu_locale_core v2.0.0 |
| 1742 | 2026-07-19T04:14:08.456Z | Compiling potential_utf v0.1.3 |
| 1743 | 2026-07-19T04:14:08.478Z | Compiling chrono v0.4.45 |
| 1744 | 2026-07-19T04:14:08.546Z | Compiling http v1.4.2 |
| 1745 | 2026-07-19T04:14:08.629Z | Compiling icu_collections v2.0.0 |
| 1746 | 2026-07-19T04:14:08.739Z | Compiling icu_provider v2.0.0 |
| 1747 | 2026-07-19T04:14:08.771Z | Compiling pest_meta v2.8.2 |
| 1748 | 2026-07-19T04:14:08.930Z | Compiling async-trait v0.1.89 |
| 1749 | 2026-07-19T04:14:09.054Z | Compiling icu_normalizer v2.0.0 |
| 1750 | 2026-07-19T04:14:09.071Z | Compiling icu_properties v2.0.1 |
| 1751 | 2026-07-19T04:14:09.161Z | Compiling scroll v0.13.0 |
| 1752 | 2026-07-19T04:14:09.431Z | Compiling pest_generator v2.8.2 |
| 1753 | 2026-07-19T04:14:09.532Z | Compiling schemars v0.8.22 |
| 1754 | 2026-07-19T04:14:09.664Z | Compiling goblin v0.10.1 |
| 1755 | 2026-07-19T04:14:09.928Z | Compiling idna_adapter v1.2.1 |
| 1756 | 2026-07-19T04:14:10.004Z | Compiling thiserror v1.0.69 |
| 1757 | 2026-07-19T04:14:10.066Z | Compiling idna v1.1.0 |
| 1758 | 2026-07-19T04:14:10.080Z | Compiling pest_derive v2.8.2 |
| 1759 | 2026-07-19T04:14:10.083Z | Compiling tokio v1.52.3 |
| 1760 | 2026-07-19T04:14:10.109Z | Compiling openapiv3 v2.2.0 |
| 1761 | 2026-07-19T04:14:10.350Z | Compiling daft-derive v0.1.5 |
| 1762 | 2026-07-19T04:14:10.678Z | Compiling url v2.5.7 |
| 1763 | 2026-07-19T04:14:10.727Z | Compiling dtrace-parser v0.3.0 |
| 1764 | 2026-07-19T04:14:10.939Z | Compiling typify-impl v0.4.3 |
| 1765 | 2026-07-19T04:14:11.104Z | Compiling darling_macro v0.21.3 |
| 1766 | 2026-07-19T04:14:11.151Z | Compiling http-body v1.0.1 |
| 1767 | 2026-07-19T04:14:11.587Z | Compiling ppv-lite86 v0.2.21 |
| 1768 | 2026-07-19T04:14:11.634Z | Compiling erased-serde v0.3.31 |
| 1769 | 2026-07-19T04:14:11.719Z | Compiling darling v0.21.3 |
| 1770 | 2026-07-19T04:14:11.806Z | Compiling serde_yaml v0.9.34+deprecated |
| 1771 | 2026-07-19T04:14:11.819Z | Compiling openssl-macros v0.1.1 |
| 1772 | 2026-07-19T04:14:11.916Z | Compiling getrandom v0.2.16 |
| 1773 | 2026-07-19T04:14:12.141Z | Compiling ipnet v2.11.0 |
| 1774 | 2026-07-19T04:14:12.301Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-07-19T04:14:12.684Z | Compiling dof v0.4.0 |
| 1776 | 2026-07-19T04:14:12.826Z | Compiling httparse v1.10.1 |
| 1777 | 2026-07-19T04:14:13.074Z | Compiling tower-service v0.3.3 |
| 1778 | 2026-07-19T04:14:13.144Z | Compiling usdt-impl v0.6.0 |
| 1779 | 2026-07-19T04:14:13.177Z | Compiling untrusted v0.9.0 |
| 1780 | 2026-07-19T04:14:13.278Z | Compiling tower-layer v0.3.3 |
| 1781 | 2026-07-19T04:14:13.309Z | Compiling anyhow v1.0.104 |
| 1782 | 2026-07-19T04:14:13.447Z | Compiling try-lock v0.2.5 |
| 1783 | 2026-07-19T04:14:13.468Z | Compiling syn v1.0.109 |
| 1784 | 2026-07-19T04:14:13.565Z | Compiling want v0.3.1 |
| 1785 | 2026-07-19T04:14:13.714Z | Compiling zeroize v1.8.1 |
| 1786 | 2026-07-19T04:14:13.743Z | Compiling httpdate v1.0.3 |
| 1787 | 2026-07-19T04:14:13.853Z | Compiling portable-atomic v1.11.1 |
| 1788 | 2026-07-19T04:14:14.287Z | Compiling structmeta-derive v0.3.0 |
| 1789 | 2026-07-19T04:14:14.388Z | Compiling async-stream-impl v0.3.6 |
| 1790 | 2026-07-19T04:14:14.469Z | Compiling critical-section v1.2.0 |
| 1791 | 2026-07-19T04:14:14.536Z | Compiling usdt-macro v0.6.0 |
| 1792 | 2026-07-19T04:14:14.586Z | Compiling usdt-attr-macro v0.6.0 |
| 1793 | 2026-07-19T04:14:15.288Z | Compiling once_cell v1.21.3 |
| 1794 | 2026-07-19T04:14:15.387Z | Compiling structmeta v0.3.0 |
| 1795 | 2026-07-19T04:14:15.520Z | Compiling newtype-uuid-macros v0.1.0 |
| 1796 | 2026-07-19T04:14:15.601Z | Compiling strum_macros v0.26.4 |
| 1797 | 2026-07-19T04:14:15.825Z | Compiling powerfmt v0.2.0 |
| 1798 | 2026-07-19T04:14:16.040Z | Compiling deranged v0.5.3 |
| 1799 | 2026-07-19T04:14:16.194Z | Compiling num_threads v0.1.7 |
| 1800 | 2026-07-19T04:14:16.941Z | Compiling http-body-util v0.1.3 |
| 1801 | 2026-07-19T04:14:16.954Z | Compiling omicron-workspace-hack v0.1.0 |
| 1802 | 2026-07-19T04:14:17.031Z | Compiling dropshot_endpoint v0.16.7 |
| 1803 | 2026-07-19T04:14:17.132Z | Compiling serde_urlencoded v0.7.1 |
| 1804 | 2026-07-19T04:14:17.167Z | Compiling typify-macro v0.4.3 |
| 1805 | 2026-07-19T04:14:17.192Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-07-19T04:14:17.378Z | Compiling derive-ex v0.1.8 |
| 1807 | 2026-07-19T04:14:17.393Z | Compiling strum_macros v0.27.2 |
| 1808 | 2026-07-19T04:14:17.410Z | Compiling sync_wrapper v1.0.2 |
| 1809 | 2026-07-19T04:14:17.520Z | Compiling serde_with_macros v3.14.1 |
| 1810 | 2026-07-19T04:14:17.523Z | Compiling subtle v2.6.1 |
| 1811 | 2026-07-19T04:14:17.809Z | Compiling thread_local v1.1.9 |
| 1812 | 2026-07-19T04:14:18.059Z | Compiling iri-string v0.7.8 |
| 1813 | 2026-07-19T04:14:18.081Z | Compiling futures-util v0.3.32 |
| 1814 | 2026-07-19T04:14:18.669Z | Compiling match_cfg v0.1.0 |
| 1815 | 2026-07-19T04:14:18.748Z | Compiling rand_core v0.6.4 |
| 1816 | 2026-07-19T04:14:18.762Z | Compiling term v1.2.0 |
| 1817 | 2026-07-19T04:14:18.958Z | Compiling test-strategy v0.4.3 |
| 1818 | 2026-07-19T04:14:18.979Z | Compiling typenum v1.20.1 |
| 1819 | 2026-07-19T04:14:19.237Z | Compiling typify v0.4.3 |
| 1820 | 2026-07-19T04:14:19.250Z | Compiling take_mut v0.2.2 |
| 1821 | 2026-07-19T04:14:19.333Z | Compiling progenitor-impl v0.11.1 |
| 1822 | 2026-07-19T04:14:19.478Z | Compiling parse-display-derive v0.10.0 |
| 1823 | 2026-07-19T04:14:19.696Z | Compiling tracing-core v0.1.34 |
| 1824 | 2026-07-19T04:14:19.796Z | Compiling toml_datetime v0.6.11 |
| 1825 | 2026-07-19T04:14:19.810Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1826 | 2026-07-19T04:14:20.084Z | Compiling tracing v0.1.41 |
| 1827 | 2026-07-19T04:14:20.285Z | Compiling camino v1.2.3 |
| 1828 | 2026-07-19T04:14:20.382Z | Compiling clap_derive v4.6.1 |
| 1829 | 2026-07-19T04:14:20.507Z | Compiling encoding_rs v0.8.35 |
| 1830 | 2026-07-19T04:14:20.691Z | Compiling fastrand v2.3.0 |
| 1831 | 2026-07-19T04:14:20.691Z | Compiling cpufeatures v0.2.17 |
| 1832 | 2026-07-19T04:14:20.719Z | Compiling mime v0.3.17 |
| 1833 | 2026-07-19T04:14:20.939Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1834 | 2026-07-19T04:14:21.226Z | Compiling unicode-width v0.2.1 |
| 1835 | 2026-07-19T04:14:21.524Z | Compiling errno v0.3.14 |
| 1836 | 2026-07-19T04:14:21.688Z | Compiling hex v0.4.3 |
| 1837 | 2026-07-19T04:14:21.851Z | Compiling generic-array v0.14.7 |
| 1838 | 2026-07-19T04:14:21.961Z | Compiling ipnetwork v0.21.1 |
| 1839 | 2026-07-19T04:14:22.153Z | Compiling crossbeam-utils v0.8.21 |
| 1840 | 2026-07-19T04:14:22.369Z | Compiling tokio-util v0.7.16 |
| 1841 | 2026-07-19T04:14:22.416Z | Compiling slog v2.8.2 |
| 1842 | 2026-07-19T04:14:22.694Z | Compiling rustix v1.1.4 |
| 1843 | 2026-07-19T04:14:22.826Z | Compiling getrandom v0.3.3 |
| 1844 | 2026-07-19T04:14:22.867Z | Compiling winnow v0.7.14 |
| 1845 | 2026-07-19T04:14:22.939Z | Compiling progenitor-macro v0.11.1 |
| 1846 | 2026-07-19T04:14:23.014Z | Compiling rand_core v0.9.3 |
| 1847 | 2026-07-19T04:14:23.026Z | Compiling h2 v0.4.14 |
| 1848 | 2026-07-19T04:14:23.080Z | Compiling crypto-common v0.1.6 |
| 1849 | 2026-07-19T04:14:23.219Z | Compiling oxnet v0.1.6 |
| 1850 | 2026-07-19T04:14:23.235Z | Compiling itertools v0.14.0 |
| 1851 | 2026-07-19T04:14:23.910Z | Compiling winnow v1.0.3 |
| 1852 | 2026-07-19T04:14:24.234Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1853 | 2026-07-19T04:14:24.276Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-07-19T04:14:24.363Z | Compiling serde_spanned v1.1.1 |
| 1855 | 2026-07-19T04:14:24.525Z | Compiling spin v0.9.8 |
| 1856 | 2026-07-19T04:14:24.602Z | Compiling debug-ignore v1.0.5 |
| 1857 | 2026-07-19T04:14:24.651Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1858 | 2026-07-19T04:14:24.873Z | Compiling rand_chacha v0.9.0 |
| 1859 | 2026-07-19T04:14:24.931Z | Compiling rustls-pki-types v1.12.0 |
| 1860 | 2026-07-19T04:14:24.945Z | Compiling quick-error v1.2.3 |
| 1861 | 2026-07-19T04:14:25.058Z | Compiling tabwriter v1.4.1 |
| 1862 | 2026-07-19T04:14:25.296Z | Compiling hyper v1.10.1 |
| 1863 | 2026-07-19T04:14:25.343Z | Compiling rand v0.9.3 |
| 1864 | 2026-07-19T04:14:25.410Z | Compiling async-stream v0.3.6 |
| 1865 | 2026-07-19T04:14:25.461Z | Compiling waitgroup v0.1.2 |
| 1866 | 2026-07-19T04:14:25.596Z | Compiling serde_path_to_error v0.1.20 |
| 1867 | 2026-07-19T04:14:25.615Z | Compiling lazy_static v1.5.0 |
| 1868 | 2026-07-19T04:14:25.726Z | Compiling colored v3.1.1 |
| 1869 | 2026-07-19T04:14:25.965Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-07-19T04:14:25.978Z | Compiling strum v0.26.3 |
| 1871 | 2026-07-19T04:14:26.002Z | Compiling time v0.3.47 |
| 1872 | 2026-07-19T04:14:26.111Z | Compiling ring v0.17.14 |
| 1873 | 2026-07-19T04:14:26.212Z | Compiling bit-set v0.8.0 |
| 1874 | 2026-07-19T04:14:26.245Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1875 | 2026-07-19T04:14:26.497Z | Compiling hyper-util v0.1.20 |
| 1876 | 2026-07-19T04:14:26.561Z | Compiling unarray v0.1.4 |
| 1877 | 2026-07-19T04:14:26.680Z | Compiling anstyle v1.0.14 |
| 1878 | 2026-07-19T04:14:26.912Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1879 | 2026-07-19T04:14:27.111Z | Compiling crossbeam-channel v0.5.15 |
| 1880 | 2026-07-19T04:14:27.593Z | Compiling macaddr v1.0.1 |
| 1881 | 2026-07-19T04:14:27.605Z | Compiling utf8parse v0.2.2 |
| 1882 | 2026-07-19T04:14:27.726Z | Compiling anstyle-parse v1.0.0 |
| 1883 | 2026-07-19T04:14:27.751Z | Compiling block-buffer v0.10.4 |
| 1884 | 2026-07-19T04:14:27.818Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1885 | 2026-07-19T04:14:27.830Z | Compiling ref-cast v1.0.25 |
| 1886 | 2026-07-19T04:14:27.909Z | Compiling anstyle-query v1.1.4 |
| 1887 | 2026-07-19T04:14:27.922Z | Compiling colorchoice v1.0.4 |
| 1888 | 2026-07-19T04:14:27.937Z | Compiling is_terminal_polyfill v1.70.1 |
| 1889 | 2026-07-19T04:14:28.003Z | Compiling digest v0.10.7 |
| 1890 | 2026-07-19T04:14:28.021Z | Compiling strum v0.27.2 |
| 1891 | 2026-07-19T04:14:28.033Z | Compiling anstream v1.0.0 |
| 1892 | 2026-07-19T04:14:28.044Z | Compiling is-terminal v0.4.16 |
| 1893 | 2026-07-19T04:14:28.067Z | Compiling clap_lex v1.1.0 |
| 1894 | 2026-07-19T04:14:28.139Z | Compiling slog-term v2.9.2 |
| 1895 | 2026-07-19T04:14:28.142Z | Compiling slog-async v2.8.0 |
| 1896 | 2026-07-19T04:14:28.163Z | Compiling slog-json v2.6.1 |
| 1897 | 2026-07-19T04:14:28.226Z | Compiling hostname v0.3.1 |
| 1898 | 2026-07-19T04:14:28.364Z | Compiling slog-bunyan v2.5.0 |
| 1899 | 2026-07-19T04:14:28.376Z | Compiling futures-executor v0.3.32 |
| 1900 | 2026-07-19T04:14:28.438Z | Compiling tower v0.5.2 |
| 1901 | 2026-07-19T04:14:28.472Z | Compiling instant v0.1.13 |
| 1902 | 2026-07-19T04:14:28.684Z | Compiling futures v0.3.32 |
| 1903 | 2026-07-19T04:14:28.696Z | Compiling aws-lc-sys v0.39.1 |
| 1904 | 2026-07-19T04:14:28.781Z | Compiling untrusted v0.7.1 |
| 1905 | 2026-07-19T04:14:28.819Z | Compiling openssl-sys v0.9.117 |
| 1906 | 2026-07-19T04:14:28.910Z | Compiling tower-http v0.6.8 |
| 1907 | 2026-07-19T04:14:29.310Z | Compiling aws-lc-rs v1.16.2 |
| 1908 | 2026-07-19T04:14:29.337Z | Compiling memmap2 v0.9.8 |
| 1909 | 2026-07-19T04:14:30.324Z | Compiling rustls-webpki v0.103.6 |
| 1910 | 2026-07-19T04:14:30.376Z | Compiling foreign-types-shared v0.1.1 |
| 1911 | 2026-07-19T04:14:30.470Z | Compiling foreign-types v0.3.2 |
| 1912 | 2026-07-19T04:14:30.843Z | Compiling rustls v0.23.40 |
| 1913 | 2026-07-19T04:14:30.859Z | Compiling tempfile v3.27.0 |
| 1914 | 2026-07-19T04:14:31.305Z | Compiling openssl-probe v0.1.6 |
| 1915 | 2026-07-19T04:14:31.612Z | Compiling openssl v0.10.81 |
| 1916 | 2026-07-19T04:14:32.307Z | Compiling usdt v0.6.0 |
| 1917 | 2026-07-19T04:14:32.395Z | Compiling either v1.15.0 |
| 1918 | 2026-07-19T04:14:32.611Z | Compiling webpki-roots v1.0.2 |
| 1919 | 2026-07-19T04:14:32.761Z | Compiling newtype-uuid v1.3.2 |
| 1920 | 2026-07-19T04:14:33.118Z | Compiling daft v0.1.5 |
| 1921 | 2026-07-19T04:14:33.912Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-07-19T04:14:33.977Z | Compiling native-tls v0.2.14 |
| 1923 | 2026-07-19T04:14:34.189Z | Compiling tokio-native-tls v0.3.1 |
| 1924 | 2026-07-19T04:14:34.300Z | Compiling hyper-rustls v0.27.7 |
| 1925 | 2026-07-19T04:14:34.374Z | Compiling hyper-tls v0.6.0 |
| 1926 | 2026-07-19T04:14:34.600Z | Compiling reqwest v0.12.23 |
| 1927 | 2026-07-19T04:14:35.665Z | Compiling rustls-webpki v0.102.8 |
| 1928 | 2026-07-19T04:14:35.751Z | Compiling rustls-pemfile v2.2.0 |
| 1929 | 2026-07-19T04:14:35.968Z | Compiling multer v3.1.0 |
| 1930 | 2026-07-19T04:14:36.312Z | Compiling hostname v0.4.2 |
| 1931 | 2026-07-19T04:14:36.501Z | Compiling rustls v0.22.4 |
| 1932 | 2026-07-19T04:14:36.606Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1933 | 2026-07-19T04:14:37.183Z | Compiling terminal_size v0.4.3 |
| 1934 | 2026-07-19T04:14:37.336Z | Compiling rand_chacha v0.3.1 |
| 1935 | 2026-07-19T04:14:37.378Z | Compiling wait-timeout v0.2.1 |
| 1936 | 2026-07-19T04:14:37.969Z | Compiling rand v0.8.5 |
| 1937 | 2026-07-19T04:14:38.015Z | Compiling rusty-fork v0.3.0 |
| 1938 | 2026-07-19T04:14:38.395Z | Compiling tokio-rustls v0.25.0 |
| 1939 | 2026-07-19T04:14:39.444Z | Compiling sha1 v0.10.6 |
| 1940 | 2026-07-19T04:14:39.686Z | Compiling rand_xorshift v0.4.0 |
| 1941 | 2026-07-19T04:14:40.321Z | Compiling hubpack_derive v0.1.1 |
| 1942 | 2026-07-19T04:14:40.998Z | Compiling proptest v1.8.0 |
| 1943 | 2026-07-19T04:14:41.019Z | Compiling dropshot v0.16.7 |
| 1944 | 2026-07-19T04:14:41.637Z | Compiling clap_builder v4.6.0 |
| 1945 | 2026-07-19T04:14:42.158Z | Compiling serde_spanned v0.6.9 |
| 1946 | 2026-07-19T04:14:42.715Z | Compiling prettyplease v0.2.37 |
| 1947 | 2026-07-19T04:14:43.193Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1948 | 2026-07-19T04:14:43.232Z | Compiling clap v4.6.1 |
| 1949 | 2026-07-19T04:14:44.118Z | Compiling progenitor-client v0.11.1 |
| 1950 | 2026-07-19T04:14:44.292Z | Compiling progenitor-client v0.10.0 |
| 1951 | 2026-07-19T04:14:44.606Z | Compiling serde_with v3.14.1 |
| 1952 | 2026-07-19T04:14:45.327Z | Compiling progenitor v0.11.1 |
| 1953 | 2026-07-19T04:14:46.364Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1954 | 2026-07-19T04:14:46.445Z | Compiling rustc-hash v2.1.1 |
| 1955 | 2026-07-19T04:14:46.585Z | Compiling iddqd v0.3.18 |
| 1956 | 2026-07-19T04:14:46.678Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1957 | 2026-07-19T04:14:47.628Z | Compiling backoff v0.4.0 |
| 1958 | 2026-07-19T04:14:47.742Z | Compiling parse-display v0.10.0 |
| 1959 | 2026-07-19T04:14:47.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1960 | 2026-07-19T04:14:47.840Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1961 | 2026-07-19T04:14:47.974Z | Compiling toml_write v0.1.2 |
| 1962 | 2026-07-19T04:14:47.987Z | Compiling winnow v0.5.40 |
| 1963 | 2026-07-19T04:14:48.157Z | Compiling toml_edit v0.22.27 |
| 1964 | 2026-07-19T04:14:49.502Z | Compiling num-integer v0.1.46 |
| 1965 | 2026-07-19T04:14:49.523Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1966 | 2026-07-19T04:14:49.917Z | Compiling float-ord v0.3.2 |
| 1967 | 2026-07-19T04:14:50.070Z | Compiling toml v0.8.23 |
| 1968 | 2026-07-19T04:14:53.725Z | Compiling num-iter v0.1.45 |
| 1969 | 2026-07-19T04:14:53.856Z | Compiling num-rational v0.4.2 |
| 1970 | 2026-07-19T04:14:54.402Z | Compiling num-complex v0.4.6 |
| 1971 | 2026-07-19T04:14:54.801Z | Compiling num v0.4.3 |
| 1972 | 2026-07-19T04:14:55.287Z | Compiling toml_edit v0.19.15 |
| 1973 | 2026-07-19T04:14:56.857Z | Compiling proc-macro-crate v1.3.1 |
| 1974 | 2026-07-19T04:14:58.529Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1975 | 2026-07-19T04:14:59.351Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-07-19T04:14:59.914Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-07-19T04:15:00.248Z | Compiling zerocopy-derive v0.7.35 |
| 1978 | 2026-07-19T04:15:01.144Z | Compiling memoffset v0.9.1 |
| 1979 | 2026-07-19T04:15:01.262Z | Compiling libscf-sys v1.2.0 |
| 1980 | 2026-07-19T04:15:01.417Z | Compiling ingot-macros v0.1.1 |
| 1981 | 2026-07-19T04:15:01.444Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1982 | 2026-07-19T04:15:01.599Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-07-19T04:15:02.613Z | Compiling proc-macro-error2 v2.0.1 |
| 1984 | 2026-07-19T04:15:02.787Z | Compiling nix v0.30.1 |
| 1985 | 2026-07-19T04:15:03.296Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-07-19T04:15:03.780Z | Compiling scroll_derive v0.12.1 |
| 1987 | 2026-07-19T04:15:04.304Z | Compiling tabled_derive v0.11.0 |
| 1988 | 2026-07-19T04:15:04.646Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1989 | 2026-07-19T04:15:06.536Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-07-19T04:15:06.969Z | Compiling num_enum_derive v0.7.5 |
| 1991 | 2026-07-19T04:15:07.100Z | Compiling hubpack v0.1.2 |
| 1992 | 2026-07-19T04:15:07.182Z | Compiling foreign-types-macros v0.2.3 |
| 1993 | 2026-07-19T04:15:07.334Z | Compiling static_assertions v1.1.0 |
| 1994 | 2026-07-19T04:15:08.084Z | Compiling glob v0.3.3 |
| 1995 | 2026-07-19T04:15:08.131Z | Compiling proc-macro-error-attr v1.0.4 |
| 1996 | 2026-07-19T04:15:08.350Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1997 | 2026-07-19T04:15:08.473Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-07-19T04:15:08.672Z | Compiling bytecount v0.6.9 |
| 1999 | 2026-07-19T04:15:08.827Z | Compiling proc-macro-error v1.0.4 |
| 2000 | 2026-07-19T04:15:08.881Z | Compiling dof v0.3.0 |
| 2001 | 2026-07-19T04:15:09.676Z | Compiling num_enum_derive v0.5.11 |
| 2002 | 2026-07-19T04:15:10.817Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2003 | 2026-07-19T04:15:11.116Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-07-19T04:15:11.238Z | Compiling usdt-impl v0.5.0 |
| 2005 | 2026-07-19T04:15:11.788Z | Compiling derive_more v0.99.20 |
| 2006 | 2026-07-19T04:15:12.170Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2007 | 2026-07-19T04:15:12.194Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2008 | 2026-07-19T04:15:12.679Z | Compiling minimal-lexical v0.2.1 |
| 2009 | 2026-07-19T04:15:12.951Z | Compiling nom v7.1.3 |
| 2010 | 2026-07-19T04:15:13.010Z | Compiling usdt-macro v0.5.0 |
| 2011 | 2026-07-19T04:15:13.144Z | Compiling usdt-attr-macro v0.5.0 |
| 2012 | 2026-07-19T04:15:13.318Z | Compiling zone_cfg_derive v0.3.1 |
| 2013 | 2026-07-19T04:15:13.796Z | Compiling papergrid v0.17.0 |
| 2014 | 2026-07-19T04:15:13.981Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2015 | 2026-07-19T04:15:14.023Z | Compiling testing_table v0.3.0 |
| 2016 | 2026-07-19T04:15:14.060Z | Compiling rustc_version v0.4.1 |
| 2017 | 2026-07-19T04:15:14.193Z | Compiling crossbeam-epoch v0.9.18 |
| 2018 | 2026-07-19T04:15:14.304Z | Compiling dropshot_endpoint v0.17.1 |
| 2019 | 2026-07-19T04:15:14.345Z | Compiling adler2 v2.0.1 |
| 2020 | 2026-07-19T04:15:14.492Z | Compiling miniz_oxide v0.8.9 |
| 2021 | 2026-07-19T04:15:14.550Z | Compiling crc32fast v1.5.0 |
| 2022 | 2026-07-19T04:15:14.753Z | Compiling tabled v0.20.0 |
| 2023 | 2026-07-19T04:15:14.864Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2024 | 2026-07-19T04:15:14.985Z | Compiling enum-as-inner v0.6.1 |
| 2025 | 2026-07-19T04:15:15.297Z | Compiling regress v0.11.1 |
| 2026 | 2026-07-19T04:15:15.603Z | Compiling flate2 v1.1.2 |
| 2027 | 2026-07-19T04:15:15.688Z | Compiling curve25519-dalek v4.1.3 |
| 2028 | 2026-07-19T04:15:15.990Z | Compiling hybrid-array v0.4.12 |
| 2029 | 2026-07-19T04:15:16.120Z | Compiling crossbeam-deque v0.8.6 |
| 2030 | 2026-07-19T04:15:16.132Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2031 | 2026-07-19T04:15:16.324Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2032 | 2026-07-19T04:15:16.482Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2033 | 2026-07-19T04:15:16.543Z | Compiling block-buffer v0.12.0 |
| 2034 | 2026-07-19T04:15:16.716Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-07-19T04:15:17.202Z | Compiling typify-impl v0.6.2 |
| 2036 | 2026-07-19T04:15:17.289Z | Compiling rayon-core v1.13.0 |
| 2037 | 2026-07-19T04:15:17.334Z | Compiling clang-sys v1.8.1 |
| 2038 | 2026-07-19T04:15:17.634Z | Compiling const-oid v0.10.2 |
| 2039 | 2026-07-19T04:15:17.649Z | Compiling compression-core v0.4.32 |
| 2040 | 2026-07-19T04:15:17.757Z | Compiling scroll v0.12.0 |
| 2041 | 2026-07-19T04:15:17.822Z | Compiling digest v0.11.3 |
| 2042 | 2026-07-19T04:15:17.860Z | Compiling compression-codecs v0.4.32 |
| 2043 | 2026-07-19T04:15:18.030Z | Compiling hash32 v0.3.1 |
| 2044 | 2026-07-19T04:15:18.056Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2045 | 2026-07-19T04:15:18.141Z | Compiling cpufeatures v0.3.0 |
| 2046 | 2026-07-19T04:15:18.208Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-07-19T04:15:18.224Z | Compiling heapless v0.8.0 |
| 2048 | 2026-07-19T04:15:18.236Z | Compiling async-compression v0.4.33 |
| 2049 | 2026-07-19T04:15:18.274Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2050 | 2026-07-19T04:15:18.381Z | Compiling goblin v0.8.2 |
| 2051 | 2026-07-19T04:15:18.469Z | Compiling ingot-types v0.1.2 |
| 2052 | 2026-07-19T04:15:18.658Z | Compiling cobs v0.3.0 |
| 2053 | 2026-07-19T04:15:18.719Z | Compiling libloading v0.8.9 |
| 2054 | 2026-07-19T04:15:18.864Z | Compiling bitflags v1.3.2 |
| 2055 | 2026-07-19T04:15:18.867Z | Compiling foreign-types-shared v0.3.1 |
| 2056 | 2026-07-19T04:15:18.922Z | Compiling managed v0.8.0 |
| 2057 | 2026-07-19T04:15:18.949Z | Compiling foreign-types v0.5.0 |
| 2058 | 2026-07-19T04:15:18.976Z | Compiling dropshot v0.17.1 |
| 2059 | 2026-07-19T04:15:19.037Z | Compiling bindgen v0.72.1 |
| 2060 | 2026-07-19T04:15:19.147Z | Compiling smoltcp v0.11.0 |
| 2061 | 2026-07-19T04:15:19.436Z | Compiling ingot v0.1.1 |
| 2062 | 2026-07-19T04:15:19.834Z | Compiling postcard v1.1.3 |
| 2063 | 2026-07-19T04:15:20.673Z | Compiling cexpr v0.6.0 |
| 2064 | 2026-07-19T04:15:21.136Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2065 | 2026-07-19T04:15:21.283Z | Compiling num_enum v0.7.5 |
| 2066 | 2026-07-19T04:15:21.419Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2067 | 2026-07-19T04:15:21.955Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2068 | 2026-07-19T04:15:21.958Z | Compiling camino-tempfile v1.4.1 |
| 2069 | 2026-07-19T04:15:22.077Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2070 | 2026-07-19T04:15:22.080Z | Compiling derive-where v1.6.0 |
| 2071 | 2026-07-19T04:15:22.213Z | Compiling serde_repr v0.1.20 |
| 2072 | 2026-07-19T04:15:22.351Z | Compiling cstr-argument v0.1.2 |
| 2073 | 2026-07-19T04:15:22.520Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2074 | 2026-07-19T04:15:22.792Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-07-19T04:15:23.381Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2076 | 2026-07-19T04:15:23.578Z | Compiling rayon v1.11.0 |
| 2077 | 2026-07-19T04:15:23.591Z | Compiling typify-macro v0.6.2 |
| 2078 | 2026-07-19T04:15:23.982Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2079 | 2026-07-19T04:15:24.025Z | Compiling crucible-workspace-hack v0.1.0 |
| 2080 | 2026-07-19T04:15:24.649Z | Compiling memmap v0.7.0 |
| 2081 | 2026-07-19T04:15:24.789Z | Compiling tinyvec_macros v0.1.1 |
| 2082 | 2026-07-19T04:15:24.866Z | Compiling tinyvec v1.10.0 |
| 2083 | 2026-07-19T04:15:24.878Z | Compiling usdt v0.5.0 |
| 2084 | 2026-07-19T04:15:25.160Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2085 | 2026-07-19T04:15:25.696Z | Compiling typify v0.6.2 |
| 2086 | 2026-07-19T04:15:25.700Z | Compiling num_enum v0.5.11 |
| 2087 | 2026-07-19T04:15:26.051Z | Compiling pin-project-internal v1.1.10 |
| 2088 | 2026-07-19T04:15:27.011Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-07-19T04:15:27.083Z | Compiling progenitor-impl v0.14.0 |
| 2090 | 2026-07-19T04:15:27.200Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2091 | 2026-07-19T04:15:27.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2092 | 2026-07-19T04:15:27.350Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2093 | 2026-07-19T04:15:27.401Z | Compiling rustix v0.38.44 |
| 2094 | 2026-07-19T04:15:27.921Z | Compiling itertools v0.12.1 |
| 2095 | 2026-07-19T04:15:27.933Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2096 | 2026-07-19T04:15:28.099Z | Compiling progenitor-impl v0.10.0 |
| 2097 | 2026-07-19T04:15:28.287Z | Compiling sigpipe v0.1.3 |
| 2098 | 2026-07-19T04:15:28.336Z | Compiling jiff v0.2.15 |
| 2099 | 2026-07-19T04:15:28.428Z | Compiling const_format_proc_macros v0.2.34 |
| 2100 | 2026-07-19T04:15:29.011Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2101 | 2026-07-19T04:15:29.171Z | Compiling zone v0.3.1 |
| 2102 | 2026-07-19T04:15:29.247Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2103 | 2026-07-19T04:15:30.280Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-07-19T04:15:30.615Z | Compiling progenitor-macro v0.14.0 |
| 2105 | 2026-07-19T04:15:30.900Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2106 | 2026-07-19T04:15:31.327Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-07-19T04:15:31.629Z | Compiling progenitor-macro v0.10.0 |
| 2108 | 2026-07-19T04:15:31.831Z | Compiling secrecy v0.10.3 |
| 2109 | 2026-07-19T04:15:31.941Z | Compiling smf v0.2.3 |
| 2110 | 2026-07-19T04:15:32.007Z | Compiling async-recursion v1.1.1 |
| 2111 | 2026-07-19T04:15:32.073Z | Compiling snafu-derive v0.8.9 |
| 2112 | 2026-07-19T04:15:32.325Z | Compiling bstr v1.12.0 |
| 2113 | 2026-07-19T04:15:32.367Z | Compiling whoami v1.6.1 |
| 2114 | 2026-07-19T04:15:32.718Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-07-19T04:15:33.843Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-07-19T04:15:34.401Z | Compiling hmac v0.12.1 |
| 2117 | 2026-07-19T04:15:34.561Z | Compiling inout v0.1.4 |
| 2118 | 2026-07-19T04:15:34.716Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-19T04:15:34.864Z | Compiling crc8 v0.1.1 |
| 2120 | 2026-07-19T04:15:34.993Z | Compiling data-encoding v2.9.0 |
| 2121 | 2026-07-19T04:15:35.039Z | Compiling group v0.13.0 |
| 2122 | 2026-07-19T04:15:35.195Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2123 | 2026-07-19T04:15:35.934Z | Compiling cipher v0.4.4 |
| 2124 | 2026-07-19T04:15:36.023Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-07-19T04:15:36.512Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-07-19T04:15:36.612Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-07-19T04:15:36.825Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-07-19T04:15:36.997Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-07-19T04:15:37.412Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-07-19T04:15:37.413Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-07-19T04:15:37.533Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-07-19T04:15:37.557Z | Compiling half v2.7.1 |
| 2133 | 2026-07-19T04:15:37.852Z | Compiling ciborium-io v0.2.2 |
| 2134 | 2026-07-19T04:15:37.960Z | Compiling base16ct v0.2.0 |
| 2135 | 2026-07-19T04:15:37.973Z | Compiling base64ct v1.8.0 |
| 2136 | 2026-07-19T04:15:38.139Z | Compiling indent_write v2.2.0 |
| 2137 | 2026-07-19T04:15:38.287Z | Compiling opaque-debug v0.3.1 |
| 2138 | 2026-07-19T04:15:38.371Z | Compiling progenitor-client v0.14.0 |
| 2139 | 2026-07-19T04:15:38.677Z | Compiling elliptic-curve v0.13.8 |
| 2140 | 2026-07-19T04:15:38.690Z | Compiling poly1305 v0.8.0 |
| 2141 | 2026-07-19T04:15:38.704Z | Compiling password-hash v0.5.0 |
| 2142 | 2026-07-19T04:15:38.875Z | Compiling ciborium-ll v0.2.2 |
| 2143 | 2026-07-19T04:15:39.237Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-07-19T04:15:39.352Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-07-19T04:15:39.740Z | Compiling similar v2.7.0 |
| 2146 | 2026-07-19T04:15:40.072Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-07-19T04:15:40.214Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-07-19T04:15:40.880Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-07-19T04:15:41.313Z | Compiling aead v0.5.2 |
| 2150 | 2026-07-19T04:15:41.373Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-07-19T04:15:41.485Z | Compiling linked-hash-map v0.5.6 |
| 2152 | 2026-07-19T04:15:41.725Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-07-19T04:15:41.828Z | Compiling keccak v0.1.6 |
| 2154 | 2026-07-19T04:15:41.989Z | Compiling sha3 v0.10.8 |
| 2155 | 2026-07-19T04:15:42.134Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-07-19T04:15:42.302Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-07-19T04:15:42.337Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-07-19T04:15:42.377Z | Compiling vsss-rs v3.3.4 |
| 2159 | 2026-07-19T04:15:42.390Z | Compiling progenitor v0.14.0 |
| 2160 | 2026-07-19T04:15:42.533Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-07-19T04:15:42.685Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-07-19T04:15:42.884Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-07-19T04:15:43.276Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-07-19T04:15:43.287Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-07-19T04:15:43.738Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-07-19T04:15:43.791Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-07-19T04:15:44.045Z | Compiling unicode-segmentation v1.12.0 |
| 2168 | 2026-07-19T04:15:44.067Z | Compiling siphasher v1.0.1 |
| 2169 | 2026-07-19T04:15:44.137Z | Compiling same-file v1.0.6 |
| 2170 | 2026-07-19T04:15:44.274Z | Compiling walkdir v2.5.0 |
| 2171 | 2026-07-19T04:15:44.318Z | Compiling phf_shared v0.12.1 |
| 2172 | 2026-07-19T04:15:44.458Z | Compiling newline-converter v0.3.0 |
| 2173 | 2026-07-19T04:15:44.497Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2174 | 2026-07-19T04:15:44.538Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-07-19T04:15:44.768Z | Compiling hickory-resolver v0.24.4 |
| 2176 | 2026-07-19T04:15:44.854Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-07-19T04:15:45.291Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-07-19T04:15:46.437Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-07-19T04:15:46.531Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-07-19T04:15:46.631Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-07-19T04:15:46.769Z | Compiling console v0.15.11 |
| 2182 | 2026-07-19T04:15:47.098Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-07-19T04:15:47.128Z | Compiling humantime v2.3.0 |
| 2184 | 2026-07-19T04:15:47.303Z | Compiling unicode-linebreak v0.1.5 |
| 2185 | 2026-07-19T04:15:47.381Z | Compiling termtree v0.5.1 |
| 2186 | 2026-07-19T04:15:47.542Z | Compiling unicode-width v0.1.14 |
| 2187 | 2026-07-19T04:15:47.600Z | Compiling smawk v0.3.2 |
| 2188 | 2026-07-19T04:15:47.615Z | Compiling foldhash v0.1.5 |
| 2189 | 2026-07-19T04:15:47.667Z | Compiling swrite v0.1.0 |
| 2190 | 2026-07-19T04:15:47.746Z | Compiling hashbrown v0.15.5 |
| 2191 | 2026-07-19T04:15:47.776Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-07-19T04:15:47.849Z | Compiling csv v1.4.0 |
| 2193 | 2026-07-19T04:15:47.979Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-07-19T04:15:48.003Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2195 | 2026-07-19T04:15:48.137Z | Compiling qorb v0.4.1 |
| 2196 | 2026-07-19T04:15:48.312Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-07-19T04:15:49.680Z | Compiling phf v0.12.1 |
| 2198 | 2026-07-19T04:15:49.847Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-07-19T04:15:50.371Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2200 | 2026-07-19T04:15:50.395Z | Compiling pin-project v1.1.10 |
| 2201 | 2026-07-19T04:15:50.466Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-07-19T04:15:50.510Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-07-19T04:15:50.684Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-07-19T04:15:51.691Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-07-19T04:15:52.135Z | Compiling highway v1.3.0 |
| 2206 | 2026-07-19T04:15:52.432Z | Compiling fixedbitset v0.5.7 |
| 2207 | 2026-07-19T04:15:52.481Z | Compiling fixedbitset v0.4.2 |
| 2208 | 2026-07-19T04:15:52.732Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-07-19T04:15:52.778Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-07-19T04:15:54.107Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-07-19T04:15:54.288Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-07-19T04:15:54.556Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-07-19T04:15:55.256Z | Compiling libsw v3.5.0 |
| 2214 | 2026-07-19T04:15:55.885Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-07-19T04:15:56.277Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-07-19T04:15:56.359Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-07-19T04:15:56.464Z | Compiling snafu v0.8.9 |
| 2218 | 2026-07-19T04:15:56.870Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-07-19T04:15:57.219Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-07-19T04:15:57.423Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-07-19T04:15:57.830Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-07-19T04:15:58.279Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-07-19T04:15:58.319Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-07-19T04:15:58.402Z | Compiling strum v0.28.0 |
| 2225 | 2026-07-19T04:15:58.546Z | Compiling globset v0.4.16 |
| 2226 | 2026-07-19T04:15:58.605Z | Compiling const_format v0.2.34 |
| 2227 | 2026-07-19T04:15:58.696Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-07-19T04:15:58.936Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-07-19T04:15:59.035Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-07-19T04:15:59.374Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-07-19T04:15:59.940Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-07-19T04:16:00.251Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-07-19T04:16:00.283Z | Compiling bcs v0.1.6 |
| 2234 | 2026-07-19T04:16:00.588Z | Compiling serde_plain v1.0.2 |
| 2235 | 2026-07-19T04:16:00.641Z | Compiling cargo-platform v0.1.9 |
| 2236 | 2026-07-19T04:16:00.657Z | Compiling pem v3.0.5 |
| 2237 | 2026-07-19T04:16:00.892Z | Compiling linear-map v1.2.0 |
| 2238 | 2026-07-19T04:16:00.992Z | Compiling tagptr v0.2.0 |
| 2239 | 2026-07-19T04:16:01.061Z | Compiling typed-path v0.9.3 |
| 2240 | 2026-07-19T04:16:01.151Z | Compiling moka v0.12.11 |
| 2241 | 2026-07-19T04:16:01.965Z | Compiling tough v0.20.0 |
| 2242 | 2026-07-19T04:16:02.895Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-07-19T04:16:03.389Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-07-19T04:16:03.644Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-07-19T04:16:04.714Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-07-19T04:16:04.869Z | Compiling tabled v0.15.0 |
| 2247 | 2026-07-19T04:16:04.939Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-07-19T04:16:05.586Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-07-19T04:16:05.801Z | Compiling git2 v0.19.0 |
| 2250 | 2026-07-19T04:16:07.635Z | Compiling steno v0.4.1 |
| 2251 | 2026-07-19T04:16:08.572Z | Compiling cookie v0.18.1 |
| 2252 | 2026-07-19T04:16:08.758Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-07-19T04:16:10.751Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-07-19T04:16:11.295Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-07-19T04:16:13.371Z | Compiling vergen v8.3.2 |
| 2256 | 2026-07-19T04:16:15.270Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-07-19T04:16:15.824Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-07-19T04:16:16.408Z | Compiling predicates-core v1.0.9 |
| 2259 | 2026-07-19T04:16:16.422Z | Compiling mockall_derive v0.14.0 |
| 2260 | 2026-07-19T04:16:16.713Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-07-19T04:16:16.726Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-07-19T04:16:16.791Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-07-19T04:16:16.820Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-07-19T04:16:17.181Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-07-19T04:16:18.021Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-07-19T04:16:18.845Z | Compiling yansi v1.0.1 |
| 2267 | 2026-07-19T04:16:18.884Z | Compiling mockall v0.14.0 |
| 2268 | 2026-07-19T04:16:18.932Z | Compiling diff v0.1.13 |
| 2269 | 2026-07-19T04:16:19.114Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-07-19T04:16:19.403Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-07-19T04:16:20.215Z | Compiling predicates v3.1.3 |
| 2272 | 2026-07-19T04:16:20.413Z | Compiling predicates-tree v1.0.12 |
| 2273 | 2026-07-19T04:16:20.698Z | Compiling fs-err v3.1.2 |
| 2274 | 2026-07-19T04:16:21.283Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-07-19T04:16:21.555Z | Compiling filetime v0.2.26 |
| 2276 | 2026-07-19T04:16:21.584Z | Compiling is_ci v1.2.0 |
| 2277 | 2026-07-19T04:16:21.748Z | Compiling arrayvec v0.7.6 |
| 2278 | 2026-07-19T04:16:21.763Z | Compiling arrayref v0.3.9 |
| 2279 | 2026-07-19T04:16:21.850Z | Compiling xattr v1.6.1 |
| 2280 | 2026-07-19T04:16:21.969Z | Compiling downcast v0.11.0 |
| 2281 | 2026-07-19T04:16:22.045Z | Compiling fragile v2.0.1 |
| 2282 | 2026-07-19T04:16:22.134Z | Compiling constant_time_eq v0.3.1 |
| 2283 | 2026-07-19T04:16:22.263Z | Compiling blake3 v1.8.2 |
| 2284 | 2026-07-19T04:16:22.362Z | Compiling tar v0.4.45 |
| 2285 | 2026-07-19T04:16:22.504Z | Compiling toml v0.7.8 |
| 2286 | 2026-07-19T04:16:22.854Z | Compiling supports-color v3.0.2 |
| 2287 | 2026-07-19T04:16:23.062Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-07-19T04:16:23.387Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-07-19T04:16:23.540Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-07-19T04:16:23.837Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-07-19T04:16:24.783Z | Compiling drift v0.2.0 |
| 2292 | 2026-07-19T04:16:25.357Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-07-19T04:16:25.560Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2294 | 2026-07-19T04:16:25.696Z | Compiling topological-sort v0.2.2 |
| 2295 | 2026-07-19T04:16:25.855Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2296 | 2026-07-19T04:16:25.868Z | Compiling hex-literal v1.1.0 |
| 2297 | 2026-07-19T04:16:25.964Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-07-19T04:16:25.994Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-07-19T04:16:26.769Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-07-19T04:16:28.163Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2301 | 2026-07-19T04:16:28.411Z | Compiling dropshot-api-manager v0.7.2 |
| 2302 | 2026-07-19T04:16:28.841Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2303 | 2026-07-19T04:16:29.282Z | Compiling curl v0.4.50 |
| 2304 | 2026-07-19T04:16:29.450Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2305 | 2026-07-19T04:16:29.537Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2306 | 2026-07-19T04:16:29.784Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-07-19T04:16:30.129Z | Compiling internet-checksum v0.2.1 |
| 2308 | 2026-07-19T04:16:30.286Z | Compiling search_path v0.1.4 |
| 2309 | 2026-07-19T04:16:30.305Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2310 | 2026-07-19T04:16:30.707Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2311 | 2026-07-19T04:16:33.755Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-07-19T04:16:35.578Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-07-19T04:17:20.078Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
| 2314 | 2026-07-19T04:17:20.206Z | Running unittests src/lib.rs (target/debug/deps/aal-504aff372e2bff9a) |
| 2315 | 2026-07-19T04:17:20.209Z | |
| 2316 | 2026-07-19T04:17:20.209Z | running 5 tests |
| 2317 | 2026-07-19T04:17:20.212Z | test fuse::tests::chip_revision_b1 ... ok |
| 2318 | 2026-07-19T04:17:20.212Z | test fuse::tests::chip_revision_a0 ... ok |
| 2319 | 2026-07-19T04:17:20.212Z | test fuse::tests::chip_revision_b0 ... ok |
| 2320 | 2026-07-19T04:17:20.212Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2321 | 2026-07-19T04:17:20.212Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-07-19T04:17:20.212Z | |
| 2323 | 2026-07-19T04:17:20.212Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-07-19T04:17:20.212Z | |
| 2325 | 2026-07-19T04:17:20.212Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-07-19T04:17:20.215Z | |
| 2327 | 2026-07-19T04:17:20.215Z | running 0 tests |
| 2328 | 2026-07-19T04:17:20.215Z | |
| 2329 | 2026-07-19T04:17:20.215Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-07-19T04:17:20.215Z | |
| 2331 | 2026-07-19T04:17:20.215Z | Running unittests src/lib.rs (target/debug/deps/asic-88caec5ec36d59bf) |
| 2332 | 2026-07-19T04:17:20.218Z | |
| 2333 | 2026-07-19T04:17:20.218Z | running 0 tests |
| 2334 | 2026-07-19T04:17:20.218Z | |
| 2335 | 2026-07-19T04:17:20.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-07-19T04:17:20.218Z | |
| 2337 | 2026-07-19T04:17:20.218Z | Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428) |
| 2338 | 2026-07-19T04:17:20.218Z | |
| 2339 | 2026-07-19T04:17:20.218Z | running 10 tests |
| 2340 | 2026-07-19T04:17:20.221Z | test nat::tests::test_vni ... ok |
| 2341 | 2026-07-19T04:17:20.221Z | test network::tests::test_equal ... ok |
| 2342 | 2026-07-19T04:17:20.221Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-07-19T04:17:20.221Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-07-19T04:17:20.221Z | test network::tests::test_into ... ok |
| 2345 | 2026-07-19T04:17:20.221Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-07-19T04:17:20.221Z | test network::tests::test_parse ... ok |
| 2347 | 2026-07-19T04:17:20.221Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-07-19T04:17:20.221Z | test test_purge ... ok |
| 2349 | 2026-07-19T04:17:20.224Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-07-19T04:17:20.224Z | |
| 2351 | 2026-07-19T04:17:20.224Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-07-19T04:17:20.224Z | |
| 2353 | 2026-07-19T04:17:20.224Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f3bf3377c822793d) |
| 2354 | 2026-07-19T04:17:20.228Z | |
| 2355 | 2026-07-19T04:17:20.228Z | running 1 test |
| 2356 | 2026-07-19T04:17:20.231Z | ------- |
| 2357 | 2026-07-19T04:17:20.231Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-07-19T04:17:20.367Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-07-19T04:17:20.435Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-07-19T04:17:21.437Z | ------- |
| 2361 | 2026-07-19T04:17:21.437Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-07-19T04:17:21.437Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-07-19T04:17:21.437Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-07-19T04:17:21.437Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-07-19T04:17:21.437Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-07-19T04:17:21.441Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-07-19T04:17:21.441Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-07-19T04:17:21.441Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-07-19T04:17:21.442Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-07-19T04:17:21.442Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-07-19T04:17:21.442Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-07-19T04:17:21.442Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-07-19T04:17:21.442Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-07-19T04:17:21.442Z | Fresh dpd "latest" symlink |
| 2375 | 2026-07-19T04:17:21.442Z | ------- |
| 2376 | 2026-07-19T04:17:21.442Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-07-19T04:17:21.503Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-07-19T04:17:21.503Z | |
| 2379 | 2026-07-19T04:17:21.503Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2380 | 2026-07-19T04:17:21.503Z | |
| 2381 | 2026-07-19T04:17:21.558Z | Running unittests src/main.rs (target/debug/deps/dpd-f9bcea46b86bda34) |
| 2382 | 2026-07-19T04:17:21.563Z | |
| 2383 | 2026-07-19T04:17:21.563Z | running 34 tests |
| 2384 | 2026-07-19T04:17:21.567Z | test freemap::test_ordering ... ok |
| 2385 | 2026-07-19T04:17:21.567Z | test config::tests::test_updates ... ok |
| 2386 | 2026-07-19T04:17:21.567Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2387 | 2026-07-19T04:17:21.567Z | test freemap::test_split ... ok |
| 2388 | 2026-07-19T04:17:21.567Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2389 | 2026-07-19T04:17:21.568Z | test macaddrs::tests::test_mac_offset ... ok |
| 2390 | 2026-07-19T04:17:21.568Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2391 | 2026-07-19T04:17:21.568Z | Jul 19 04:17:20.080Jul 19 04:17:20.080 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 2392 | 2026-07-19T04:17:21.568Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2393 | 2026-07-19T04:17:21.568Z | |
| 2394 | 2026-07-19T04:17:21.568Z | Jul 19 04:17:20.080Jul 19 04:17:20.080 DEBG initted freemap. size: 128Jul 19 04:17:20.080, DEBG created new freemap, unit: freemap_test |
| 2395 | 2026-07-19T04:17:21.568Z | Jul 19 04:17:20.080unit DEBG: initted freemap. size: 128freemap_test, |
| 2396 | 2026-07-19T04:17:21.568Z | unit: freemap_test |
| 2397 | 2026-07-19T04:17:21.572Z | test nat::test_mapping ... ok |
| 2398 | 2026-07-19T04:17:21.572Z | Jul 19 04:17:20.080Jul 19 04:17:20.080 DEBGDEBG reset freemapreset freemap, unit, :unit :freemap_test |
| 2399 | 2026-07-19T04:17:21.572Z | freemap_test |
| 2400 | 2026-07-19T04:17:21.572Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-07-19T04:17:21.572Z | Jul 19 04:17:20.080 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-07-19T04:17:21.572Z | Jul 19 04:17:20.080 DEBG created new freemap, unit: freemap_test |
| 2403 | 2026-07-19T04:17:21.572Z | Jul 19 04:17:20.080 DEBG initted freemap. size: 128, unit: freemap_test |
| 2404 | 2026-07-19T04:17:21.572Z | Jul 19 04:17:20.080 DEBG reset freemap, unit: freemap_test |
| 2405 | 2026-07-19T04:17:21.572Z | test freemap::test_free ... ok |
| 2406 | 2026-07-19T04:17:21.573Z | test freemap::test_reclaim ... ok |
| 2407 | 2026-07-19T04:17:21.573Z | test freemap::test_exhaustion ... ok |
| 2408 | 2026-07-19T04:17:21.573Z | test freemap::test_basic ... ok |
| 2409 | 2026-07-19T04:17:21.573Z | test port_map::tests::test_backplane_group ... ok |
| 2410 | 2026-07-19T04:17:21.573Z | test port_map::tests::test_port_map ... ok |
| 2411 | 2026-07-19T04:17:21.573Z | test port_map::tests::dump_map ... ok |
| 2412 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.081 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.081 DEBG initted freemap. size: 8, unit: freemap_test |
| 2414 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.081 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-07-19T04:17:21.573Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2416 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2417 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 DEBG created new freemap, unitJul 19 04:17:20.082: DEBGfreemap_route_ipv6 |
| 2418 | 2026-07-19T04:17:21.573Z | created new freemap, unit:Jul 19 04:17:20.082 freemap_testDEBG |
| 2419 | 2026-07-19T04:17:21.573Z | initted freemap. size: 64, unit: Jul 19 04:17:20.082freemap_route_ipv4 |
| 2420 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082DEBG initted freemap. size: 128DEBGJul 19 04:17:20.082 , unitcreated new freemap:, unitDEBG:freemap_test |
| 2421 | 2026-07-19T04:17:21.573Z | freemap_route_ipv4 |
| 2422 | 2026-07-19T04:17:21.573Z | reset freemap, Jul 19 04:17:20.082unit :DEBGJul 19 04:17:20.082 freemap_route_ipv4reset freemapDEBG |
| 2423 | 2026-07-19T04:17:21.573Z | , unitcreated new freemap:, unitJul 19 04:17:20.082: freemap_testDEBG |
| 2424 | 2026-07-19T04:17:21.573Z | initted freemap. size: 64 , unitfreemap_route_ipv6: |
| 2425 | 2026-07-19T04:17:21.573Z | freemap_route_ipv6 |
| 2426 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBG DEBGinitted freemap. size: 64 , reset freemapunit, :unit :freemap_route_ipv4 |
| 2427 | 2026-07-19T04:17:21.573Z | freemap_route_ipv6 |
| 2428 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 2429 | 2026-07-19T04:17:21.573Z | unit: freemap_route_ipv4 |
| 2430 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2431 | 2026-07-19T04:17:21.573Z | DEBG initted freemap. size: 64, Jul 19 04:17:20.082unit :INFO freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2432 | 2026-07-19T04:17:21.573Z | test api_server::tests::test_build_info ... ok |
| 2433 | 2026-07-19T04:17:21.573Z | |
| 2434 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG 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 } }], |
| 2435 | 2026-07-19T04:17:21.573Z | unit: freemap_route_ipv6 |
| 2436 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2437 | 2026-07-19T04:17:21.573Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2438 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2439 | 2026-07-19T04:17:21.573Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2440 | 2026-07-19T04:17:21.573Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2441 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 INFO Jul 19 04:17:20.082adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2442 | 2026-07-19T04:17:21.573Z | 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 } }] |
| 2443 | 2026-07-19T04:17:21.573Z | Jul 19 04:17:20.082 DEBG Jul 19 04:17:20.082replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2444 | 2026-07-19T04:17:21.574Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2445 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082 INFO Jul 19 04:17:20.082adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2446 | 2026-07-19T04:17:21.574Z | 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 } }] |
| 2447 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2448 | 2026-07-19T04:17:21.574Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2449 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:20.082 |
| 2450 | 2026-07-19T04:17:21.574Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2451 | 2026-07-19T04:17:21.574Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2452 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:17:20.082DEBG |
| 2453 | 2026-07-19T04:17:21.574Z | INFOcreated new freemap adding route 3fff:beef::/64 -> 2001:db8::55:ff, |
| 2454 | 2026-07-19T04:17:21.574Z | unitJul 19 04:17:20.082: DEBGfreemap_route_ipv4 Jul 19 04:17:20.082replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2455 | 2026-07-19T04:17:21.574Z | DEBG |
| 2456 | 2026-07-19T04:17:21.574Z | 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 } }] |
| 2457 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082 INFOJul 19 04:17:20.082 Jul 19 04:17:20.082 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGINFO |
| 2458 | 2026-07-19T04:17:21.574Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap |
| 2459 | 2026-07-19T04:17:21.574Z | , unitJul 19 04:17:20.082: Jul 19 04:17:20.082 DEBGDEBG freemap_route_ipv6replacing 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 } }] |
| 2460 | 2026-07-19T04:17:21.574Z | 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 } }] |
| 2461 | 2026-07-19T04:17:21.574Z | |
| 2462 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 2463 | 2026-07-19T04:17:21.574Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2464 | 2026-07-19T04:17:21.574Z | , Jul 19 04:17:20.082unit :DEBG Jul 19 04:17:20.082 freemap_route_ipv4replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2465 | 2026-07-19T04:17:21.574Z | |
| 2466 | 2026-07-19T04:17:21.574Z | 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 } }] |
| 2467 | 2026-07-19T04:17:21.574Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2468 | 2026-07-19T04:17:21.574Z | |
| 2469 | 2026-07-19T04:17:21.574Z | reset freemap, unit: Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2470 | 2026-07-19T04:17:21.574Z | 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 } }] |
| 2471 | 2026-07-19T04:17:21.575Z | |
| 2472 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2473 | 2026-07-19T04:17:21.575Z | DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2474 | 2026-07-19T04:17:21.575Z | initted freemap. size: 64, unitJul 19 04:17:20.082Jul 19 04:17:20.082 : DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2475 | 2026-07-19T04:17:21.575Z | freemap_route_ipv6 |
| 2476 | 2026-07-19T04:17:21.575Z | |
| 2477 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFODEBG INFO reset freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff, |
| 2478 | 2026-07-19T04:17:21.575Z | |
| 2479 | 2026-07-19T04:17:21.575Z | unit: Jul 19 04:17:20.082Jul 19 04:17:20.082 freemap_route_ipv6DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2480 | 2026-07-19T04:17:21.575Z | |
| 2481 | 2026-07-19T04:17:21.575Z | |
| 2482 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2483 | 2026-07-19T04:17:21.575Z | |
| 2484 | 2026-07-19T04:17:21.575Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2485 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 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:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2486 | 2026-07-19T04:17:21.575Z | |
| 2487 | 2026-07-19T04:17:21.575Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2488 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 2489 | 2026-07-19T04:17:21.575Z | |
| 2490 | 2026-07-19T04:17:21.575Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2491 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGJul 19 04:17:20.082 DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2492 | 2026-07-19T04:17:21.575Z | 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 } }] |
| 2493 | 2026-07-19T04:17:21.575Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2494 | 2026-07-19T04:17:21.575Z | INFOJul 19 04:17:20.082 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 2495 | 2026-07-19T04:17:21.575Z | Jul 19 04:17:20.082adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2496 | 2026-07-19T04:17:21.575Z | INFOJul 19 04:17:20.082 DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2497 | 2026-07-19T04:17:21.581Z | 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 } }] |
| 2498 | 2026-07-19T04:17:21.581Z | Jul 19 04:17:20.082 DEBGJul 19 04:17:20.082Jul 19 04:17:20.082 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 } }]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 } }] |
| 2499 | 2026-07-19T04:17:21.581Z | INFO |
| 2500 | 2026-07-19T04:17:21.581Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2501 | 2026-07-19T04:17:21.581Z | Jul 19 04:17:20.082 INFOJul 19 04:17:20.082 Jul 19 04:17:20.082adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2502 | 2026-07-19T04:17:21.581Z | DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2503 | 2026-07-19T04:17:21.581Z | Jul 19 04:17:20.082adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG |
| 2504 | 2026-07-19T04:17:21.581Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2505 | 2026-07-19T04:17:21.581Z | INFO Jul 19 04:17:20.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2506 | 2026-07-19T04:17:21.581Z | Jul 19 04:17:20.082DEBG 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 |
| 2507 | 2026-07-19T04:17:21.581Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2508 | 2026-07-19T04:17:21.581Z | DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.082INFO |
| 2509 | 2026-07-19T04:17:21.581Z | DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2510 | 2026-07-19T04:17:21.581Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2511 | 2026-07-19T04:17:21.581Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2512 | 2026-07-19T04:17:21.581Z | Jul 19 04:17:20.082 DEBGINFO adding route 3fff:beef:10::/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 } }]Jul 19 04:17:20.082 |
| 2513 | 2026-07-19T04:17:21.581Z | DEBG |
| 2514 | 2026-07-19T04:17:21.582Z | 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 } }] |
| 2515 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2516 | 2026-07-19T04:17:21.582Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2517 | 2026-07-19T04:17:21.582Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2518 | 2026-07-19T04:17:21.582Z | |
| 2519 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2520 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGDEBG Jul 19 04:17:20.082 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2521 | 2026-07-19T04:17:21.582Z | |
| 2522 | 2026-07-19T04:17:21.582Z | 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 } }] |
| 2523 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFOJul 19 04:17:20.082 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2524 | 2026-07-19T04:17:21.582Z | INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2525 | 2026-07-19T04:17:21.582Z | |
| 2526 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082 DEBGJul 19 04:17:20.082Jul 19 04:17:20.082 DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2527 | 2026-07-19T04:17:21.582Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2528 | 2026-07-19T04:17:21.582Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2529 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2530 | 2026-07-19T04:17:21.582Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2531 | 2026-07-19T04:17:21.582Z | INFOJul 19 04:17:20.082 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:17:20.082DEBG |
| 2532 | 2026-07-19T04:17:21.582Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2533 | 2026-07-19T04:17:21.582Z | 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 } }] |
| 2534 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBG INFOINFO 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:14::/64 -> 2001:db8::55:ff |
| 2535 | 2026-07-19T04:17:21.582Z | |
| 2536 | 2026-07-19T04:17:21.582Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2537 | 2026-07-19T04:17:21.582Z | Jul 19 04:17:20.082 Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGINFO 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 } }] |
| 2538 | 2026-07-19T04:17:21.583Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2539 | 2026-07-19T04:17:21.583Z | |
| 2540 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2541 | 2026-07-19T04:17:21.583Z | |
| 2542 | 2026-07-19T04:17:21.583Z | DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2543 | 2026-07-19T04:17:21.583Z | DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.082 |
| 2544 | 2026-07-19T04:17:21.583Z | 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 } }] |
| 2545 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082 INFOINFO Jul 19 04:17:20.082adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2546 | 2026-07-19T04:17:21.583Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 2547 | 2026-07-19T04:17:21.583Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2548 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBGJul 19 04:17:20.082 DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2549 | 2026-07-19T04:17:21.583Z | 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: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 } }] |
| 2550 | 2026-07-19T04:17:21.583Z | |
| 2551 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2552 | 2026-07-19T04:17:21.583Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2553 | 2026-07-19T04:17:21.583Z | |
| 2554 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082 DEBG Jul 19 04:17:20.082Jul 19 04:17:20.082replacing 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 } }] |
| 2555 | 2026-07-19T04:17:21.583Z | DEBG DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2556 | 2026-07-19T04:17:21.583Z | |
| 2557 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2558 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:17:20.082adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2559 | 2026-07-19T04:17:21.583Z | DEBG |
| 2560 | 2026-07-19T04:17:21.583Z | 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 } }] |
| 2561 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2562 | 2026-07-19T04:17:21.583Z | |
| 2563 | 2026-07-19T04:17:21.583Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2564 | 2026-07-19T04:17:21.583Z | Jul 19 04:17:20.082INFO INFOJul 19 04:17:20.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2565 | 2026-07-19T04:17:21.584Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBG |
| 2566 | 2026-07-19T04:17:21.584Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2567 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082DEBG 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 } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2568 | 2026-07-19T04:17:21.584Z | |
| 2569 | 2026-07-19T04:17:21.584Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:17:20.082 |
| 2570 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2571 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082 |
| 2572 | 2026-07-19T04:17:21.584Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.082 |
| 2573 | 2026-07-19T04:17:21.584Z | DEBG Jul 19 04:17:20.082replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.082 |
| 2574 | 2026-07-19T04:17:21.584Z | DEBG INFOJul 19 04:17:20.082replacing 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 } }] |
| 2575 | 2026-07-19T04:17:21.584Z | INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2576 | 2026-07-19T04:17:21.584Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2577 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082 INFOJul 19 04:17:20.082Jul 19 04:17:20.082 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 2578 | 2026-07-19T04:17:21.584Z | DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2579 | 2026-07-19T04:17:21.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 } }] |
| 2580 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082Jul 19 04:17:20.082Jul 19 04:17:20.082 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2581 | 2026-07-19T04:17:21.584Z | DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2582 | 2026-07-19T04:17:21.584Z | 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 } }] |
| 2583 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGJul 19 04:17:20.082 DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2584 | 2026-07-19T04:17:21.584Z | INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2585 | 2026-07-19T04:17:21.584Z | |
| 2586 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2587 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 DEBGINFO Jul 19 04:17:20.082 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2588 | 2026-07-19T04:17:21.584Z | |
| 2589 | 2026-07-19T04:17:21.584Z | 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 } }] |
| 2590 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.082Jul 19 04:17:20.082 Jul 19 04:17:20.082INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2591 | 2026-07-19T04:17:21.584Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2592 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083DEBG 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 } }] |
| 2593 | 2026-07-19T04:17:21.584Z | DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 2594 | 2026-07-19T04:17:21.584Z | |
| 2595 | 2026-07-19T04:17:21.584Z | Jul 19 04:17:20.083 INFOJul 19 04:17:20.083Jul 19 04:17:20.083 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 2596 | 2026-07-19T04:17:21.584Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2597 | 2026-07-19T04:17:21.590Z | |
| 2598 | 2026-07-19T04:17:21.590Z | Jul 19 04:17:20.083 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2599 | 2026-07-19T04:17:21.590Z | Jul 19 04:17:20.083 DEBG DEBGJul 19 04:17:20.083replacing 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:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2600 | 2026-07-19T04:17:21.590Z | |
| 2601 | 2026-07-19T04:17:21.590Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2602 | 2026-07-19T04:17:21.590Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 2603 | 2026-07-19T04:17:21.590Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 2604 | 2026-07-19T04:17:21.590Z | Jul 19 04:17:20.083replacing 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 } }] |
| 2605 | 2026-07-19T04:17:21.590Z | 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 } }]Jul 19 04:17:20.083 |
| 2606 | 2026-07-19T04:17:21.590Z | Jul 19 04:17:20.083 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2607 | 2026-07-19T04:17:21.590Z | |
| 2608 | 2026-07-19T04:17:21.590Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2609 | 2026-07-19T04:17:21.590Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083 INFO DEBG adding route 3fff:beef:1b::/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 } }]DEBG |
| 2610 | 2026-07-19T04:17:21.590Z | |
| 2611 | 2026-07-19T04:17:21.590Z | 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 } }] |
| 2612 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083DEBGJul 19 04:17:20.083 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 } }] INFOINFO |
| 2613 | 2026-07-19T04:17:21.591Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2614 | 2026-07-19T04:17:21.591Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2615 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO DEBGDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2616 | 2026-07-19T04:17:21.591Z | |
| 2617 | 2026-07-19T04:17:21.591Z | 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 } }] |
| 2618 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBGINFOJul 19 04:17:20.083 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 |
| 2619 | 2026-07-19T04:17:21.591Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2620 | 2026-07-19T04:17:21.591Z | |
| 2621 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083Jul 19 04:17:20.083INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2622 | 2026-07-19T04:17:21.591Z | DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2623 | 2026-07-19T04:17:21.591Z | |
| 2624 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083 DEBGJul 19 04:17:20.083Jul 19 04:17:20.083 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 } }]INFOINFO |
| 2625 | 2026-07-19T04:17:21.591Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2626 | 2026-07-19T04:17:21.591Z | |
| 2627 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:17:20.083Jul 19 04:17:20.083 |
| 2628 | 2026-07-19T04:17:21.591Z | DEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2629 | 2026-07-19T04:17:21.591Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2630 | 2026-07-19T04:17:21.591Z | 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 } }]Jul 19 04:17:20.083Jul 19 04:17:20.083 |
| 2631 | 2026-07-19T04:17:21.591Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 2632 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2633 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083 INFODEBG Jul 19 04:17:20.083adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2634 | 2026-07-19T04:17:21.591Z | 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 } }] |
| 2635 | 2026-07-19T04:17:21.591Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2636 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083 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 } }]INFO |
| 2637 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2638 | 2026-07-19T04:17:21.591Z | INFO Jul 19 04:17:20.083adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 19 04:17:20.083INFO |
| 2639 | 2026-07-19T04:17:21.591Z | test freemap::test_span ... ok |
| 2640 | 2026-07-19T04:17:21.591Z | DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2641 | 2026-07-19T04:17:21.591Z | 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 } }] |
| 2642 | 2026-07-19T04:17:21.591Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2643 | 2026-07-19T04:17:21.591Z | 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 } }] |
| 2644 | 2026-07-19T04:17:21.591Z | INFO Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOJul 19 04:17:20.083 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2645 | 2026-07-19T04:17:21.591Z | DEBG |
| 2646 | 2026-07-19T04:17:21.591Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff created new freemap |
| 2647 | 2026-07-19T04:17:21.592Z | , Jul 19 04:17:20.083 unitDEBG: Jul 19 04:17:20.083freemap_route_ipv4 |
| 2648 | 2026-07-19T04:17:21.592Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2649 | 2026-07-19T04:17:21.592Z | 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 } }] |
| 2650 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBGJul 19 04:17:20.083 created new freemapJul 19 04:17:20.083, DEBGunit :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 } }] |
| 2651 | 2026-07-19T04:17:21.592Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6INFO |
| 2652 | 2026-07-19T04:17:21.592Z | |
| 2653 | 2026-07-19T04:17:21.592Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2654 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 INFODEBG Jul 19 04:17:20.083 initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, |
| 2655 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083DEBG 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 } }] freemap_route_ipv4 |
| 2656 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2657 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2658 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2659 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2660 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 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 } }] |
| 2661 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2662 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 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 } }] |
| 2663 | 2026-07-19T04:17:21.592Z | |
| 2664 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2665 | 2026-07-19T04:17:21.592Z | |
| 2666 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 2667 | 2026-07-19T04:17:21.592Z | |
| 2668 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2669 | 2026-07-19T04:17:21.592Z | |
| 2670 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2671 | 2026-07-19T04:17:21.592Z | 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 } }]Jul 19 04:17:20.083 |
| 2672 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 DEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2673 | 2026-07-19T04:17:21.592Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2674 | 2026-07-19T04:17:21.592Z | INFO Jul 19 04:17:20.083adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG |
| 2675 | 2026-07-19T04:17:21.592Z | 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 } }] |
| 2676 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083 DEBGINFOINFO 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:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2677 | 2026-07-19T04:17:21.592Z | |
| 2678 | 2026-07-19T04:17:21.592Z | |
| 2679 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFODEBG DEBG adding route 3fff:beef:1::/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 } }] |
| 2680 | 2026-07-19T04:17:21.592Z | 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 } }] |
| 2681 | 2026-07-19T04:17:21.592Z | |
| 2682 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 INFODEBGJul 19 04:17:20.083 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 2683 | 2026-07-19T04:17:21.592Z | adding route 3fff:beef:27::/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 } }] |
| 2684 | 2026-07-19T04:17:21.592Z | |
| 2685 | 2026-07-19T04:17:21.592Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2686 | 2026-07-19T04:17:21.593Z | 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 } }] |
| 2687 | 2026-07-19T04:17:21.593Z | |
| 2688 | 2026-07-19T04:17:21.593Z | Jul 19 04:17:20.083 INFO Jul 19 04:17:20.083adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:17:20.083 |
| 2689 | 2026-07-19T04:17:21.593Z | Jul 19 04:17:20.083INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Jul 19 04:17:20.083replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2690 | 2026-07-19T04:17:21.593Z | |
| 2691 | 2026-07-19T04:17:21.593Z | DEBGcreated new freemap Jul 19 04:17:20.083replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2692 | 2026-07-19T04:17:21.593Z | INFODEBG , 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:3::/64 -> 2001:db8::55:ff |
| 2693 | 2026-07-19T04:17:21.593Z | |
| 2694 | 2026-07-19T04:17:21.593Z | unitJul 19 04:17:20.083 :INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:17:20.083 |
| 2695 | 2026-07-19T04:17:21.593Z | Jul 19 04:17:20.083INFO DEBG freemap_route_ipv4Jul 19 04:17:20.083replacing 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 } }] |
| 2696 | 2026-07-19T04:17:21.593Z | |
| 2697 | 2026-07-19T04:17:21.597Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 2698 | 2026-07-19T04:17:21.597Z | 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 } }] |
| 2699 | 2026-07-19T04:17:21.597Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBG INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2700 | 2026-07-19T04:17:21.597Z | created new freemap |
| 2701 | 2026-07-19T04:17:21.597Z | DEBG, Jul 19 04:17:20.083unit DEBGJul 19 04:17:20.083 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 } }] |
| 2702 | 2026-07-19T04:17:21.597Z | 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 |
| 2703 | 2026-07-19T04:17:21.597Z | :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 } }] |
| 2704 | 2026-07-19T04:17:21.597Z | freemap_route_ipv6Jul 19 04:17:20.083 |
| 2705 | 2026-07-19T04:17:21.597Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 2706 | 2026-07-19T04:17:21.597Z | INFO Jul 19 04:17:20.083adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2707 | 2026-07-19T04:17:21.597Z | Jul 19 04:17:20.083 |
| 2708 | 2026-07-19T04:17:21.597Z | 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 } }]initted freemap. size: 64Jul 19 04:17:20.083 |
| 2709 | 2026-07-19T04:17:21.597Z | Jul 19 04:17:20.083DEBG 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 } }] , 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 } }] |
| 2710 | 2026-07-19T04:17:21.597Z | unit: |
| 2711 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083 INFOINFOfreemap_route_ipv4 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:17:20.083adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2712 | 2026-07-19T04:17:21.598Z | |
| 2713 | 2026-07-19T04:17:21.598Z | |
| 2714 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083INFO Jul 19 04:17:20.083Jul 19 04:17:20.083 DEBG DEBGDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2715 | 2026-07-19T04:17:21.598Z | |
| 2716 | 2026-07-19T04:17:21.598Z | reset freemap replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 19 04:17:20.083 |
| 2717 | 2026-07-19T04:17:21.598Z | unit :INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 2718 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083 |
| 2719 | 2026-07-19T04:17:21.598Z | INFOJul 19 04:17:20.083 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2720 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083DEBGJul 19 04:17:20.083 DEBG 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 } }]Jul 19 04:17:20.083replacing 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 } }] |
| 2721 | 2026-07-19T04:17:21.598Z | initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2722 | 2026-07-19T04:17:21.598Z | |
| 2723 | 2026-07-19T04:17:21.598Z | : freemap_route_ipv6Jul 19 04:17:20.083 |
| 2724 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083 Jul 19 04:17:20.083 INFOINFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2725 | 2026-07-19T04:17:21.598Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2726 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083 |
| 2727 | 2026-07-19T04:17:21.598Z | DEBGJul 19 04:17:20.083 reset freemap , DEBGJul 19 04:17:20.083Jul 19 04:17:20.083unit 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 } }] :DEBG |
| 2728 | 2026-07-19T04:17:21.598Z | 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 } }] |
| 2729 | 2026-07-19T04:17:21.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 } }] |
| 2730 | 2026-07-19T04:17:21.598Z | freemap_route_ipv6 |
| 2731 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2732 | 2026-07-19T04:17:21.598Z | |
| 2733 | 2026-07-19T04:17:21.598Z | INFOJul 19 04:17:20.083Jul 19 04:17:20.083 Jul 19 04:17:20.083 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2734 | 2026-07-19T04:17:21.598Z | |
| 2735 | 2026-07-19T04:17:21.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 } }] |
| 2736 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2737 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Jul 19 04:17:20.083 |
| 2738 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2739 | 2026-07-19T04:17:21.598Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 DEBGDEBG |
| 2740 | 2026-07-19T04:17:21.598Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2741 | 2026-07-19T04:17:21.598Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2742 | 2026-07-19T04:17:21.598Z | INFO DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2743 | 2026-07-19T04:17:21.598Z | |
| 2744 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 INFOJul 19 04:17:20.083 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2745 | 2026-07-19T04:17:21.598Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 2746 | 2026-07-19T04:17:21.598Z | Jul 19 04:17:20.083Jul 19 04:17:20.083 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2747 | 2026-07-19T04:17:21.598Z | DEBGJul 19 04:17:20.083 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083 |
| 2748 | 2026-07-19T04:17:21.598Z | |
| 2749 | 2026-07-19T04:17:21.598Z | DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2750 | 2026-07-19T04:17:21.599Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.083Jul 19 04:17:20.083 |
| 2751 | 2026-07-19T04:17:21.599Z | INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2752 | 2026-07-19T04:17:21.599Z | |
| 2753 | 2026-07-19T04:17:21.599Z | Jul 19 04:17:20.083 INFOJul 19 04:17:20.083 Jul 19 04:17:20.083adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:17:20.083 |
| 2754 | 2026-07-19T04:17:21.599Z | INFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2755 | 2026-07-19T04:17:21.599Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:20.083 |
| 2756 | 2026-07-19T04:17:21.599Z | |
| 2757 | 2026-07-19T04:17:21.599Z | DEBGJul 19 04:17:20.083 Jul 19 04:17:20.083replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.083INFO |
| 2758 | 2026-07-19T04:17:21.599Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2759 | 2026-07-19T04:17:21.599Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 2760 | 2026-07-19T04:17:21.599Z | Jul 19 04:17:20.083 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOJul 19 04:17:20.083Jul 19 04:17:20.083 |
| 2761 | 2026-07-19T04:17:21.599Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBGDEBG |
| 2762 | 2026-07-19T04:17:21.599Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2763 | 2026-07-19T04:17:21.600Z | |
| 2764 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.083 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:20.083 |
| 2765 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.083 INFO Jul 19 04:17:20.083 Jul 19 04:17:20.083INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBGDEBG |
| 2766 | 2026-07-19T04:17:21.600Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 2767 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.083 |
| 2768 | 2026-07-19T04:17:21.600Z | |
| 2769 | 2026-07-19T04:17:21.600Z | DEBGJul 19 04:17:20.083 Jul 19 04:17:20.083 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2770 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.083DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2771 | 2026-07-19T04:17:21.600Z | 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 } }] |
| 2772 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.083replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.083 |
| 2773 | 2026-07-19T04:17:21.600Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 2774 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.083 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2775 | 2026-07-19T04:17:21.600Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2776 | 2026-07-19T04:17:21.600Z | 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 } }]Jul 19 04:17:20.084 |
| 2777 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084 DEBGINFO Jul 19 04:17:20.084replacing 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 } }] |
| 2778 | 2026-07-19T04:17:21.600Z | INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2779 | 2026-07-19T04:17:21.600Z | |
| 2780 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084 INFOJul 19 04:17:20.084Jul 19 04:17:20.084 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2781 | 2026-07-19T04:17:21.600Z | DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2782 | 2026-07-19T04:17:21.600Z | |
| 2783 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084 |
| 2784 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2785 | 2026-07-19T04:17:21.600Z | INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2786 | 2026-07-19T04:17:21.600Z | |
| 2787 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084 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 } }] |
| 2788 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2789 | 2026-07-19T04:17:21.600Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2790 | 2026-07-19T04:17:21.600Z | |
| 2791 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG Jul 19 04:17:20.084 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2792 | 2026-07-19T04:17:21.600Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2793 | 2026-07-19T04:17:21.600Z | |
| 2794 | 2026-07-19T04:17:21.600Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084INFOJul 19 04:17:20.084 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBG |
| 2795 | 2026-07-19T04:17:21.600Z | 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 } }]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 } }] |
| 2796 | 2026-07-19T04:17:21.600Z | |
| 2797 | 2026-07-19T04:17:21.605Z | Jul 19 04:17:20.084 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084 |
| 2798 | 2026-07-19T04:17:21.605Z | Jul 19 04:17:20.084 INFOINFO Jul 19 04:17:20.084adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2799 | 2026-07-19T04:17:21.605Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 2800 | 2026-07-19T04:17:21.605Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2801 | 2026-07-19T04:17:21.605Z | DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084 |
| 2802 | 2026-07-19T04:17:21.605Z | Jul 19 04:17:20.084 DEBGDEBG Jul 19 04:17:20.084 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 } }]INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2803 | 2026-07-19T04:17:21.605Z | |
| 2804 | 2026-07-19T04:17:21.605Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2805 | 2026-07-19T04:17:21.605Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084INFO Jul 19 04:17:20.084adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 2806 | 2026-07-19T04:17:21.605Z | 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 |
| 2807 | 2026-07-19T04:17:21.605Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2808 | 2026-07-19T04:17:21.605Z | DEBG Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBG INFO 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: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 } }] |
| 2809 | 2026-07-19T04:17:21.605Z | |
| 2810 | 2026-07-19T04:17:21.605Z | DEBG adding route 3fff:beef:15::/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 } }] |
| 2811 | 2026-07-19T04:17:21.605Z | Jul 19 04:17:20.084 |
| 2812 | 2026-07-19T04:17:21.605Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2813 | 2026-07-19T04:17:21.605Z | INFO |
| 2814 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2815 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBGJul 19 04:17:20.084 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 } }] |
| 2816 | 2026-07-19T04:17:21.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 } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOJul 19 04:17:20.084 |
| 2817 | 2026-07-19T04:17:21.606Z | |
| 2818 | 2026-07-19T04:17:21.606Z | DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffailed to allocate space for the new target listJul 19 04:17:20.084 |
| 2819 | 2026-07-19T04:17:21.606Z | INFOJul 19 04:17:20.084 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2820 | 2026-07-19T04:17:21.606Z | |
| 2821 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084DEBG DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2822 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG |
| 2823 | 2026-07-19T04:17:21.606Z | DEBGJul 19 04:17:20.084 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 2824 | 2026-07-19T04:17:21.606Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2825 | 2026-07-19T04:17:21.606Z | |
| 2826 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG |
| 2827 | 2026-07-19T04:17:21.606Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2828 | 2026-07-19T04:17:21.606Z | |
| 2829 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2830 | 2026-07-19T04:17:21.606Z | 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: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 } }] |
| 2831 | 2026-07-19T04:17:21.606Z | |
| 2832 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2833 | 2026-07-19T04:17:21.606Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2834 | 2026-07-19T04:17:21.606Z | |
| 2835 | 2026-07-19T04:17:21.606Z | Jul 19 04:17:20.084 INFO Jul 19 04:17:20.084adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2836 | 2026-07-19T04:17:21.606Z | DEBGDEBG Jul 19 04:17:20.084 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 } }] |
| 2837 | 2026-07-19T04:17:21.607Z | 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 |
| 2838 | 2026-07-19T04:17:21.607Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084 |
| 2839 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084INFO Jul 19 04:17:20.084 INFOINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2840 | 2026-07-19T04:17:21.607Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2841 | 2026-07-19T04:17:21.607Z | |
| 2842 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGDEBGDEBG 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: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 } }] |
| 2843 | 2026-07-19T04:17:21.607Z | |
| 2844 | 2026-07-19T04:17:21.607Z | 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 } }] |
| 2845 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084INFOJul 19 04:17:20.084 INFOINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2846 | 2026-07-19T04:17:21.607Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2847 | 2026-07-19T04:17:21.607Z | |
| 2848 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084 Jul 19 04:17:20.084replacing 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 } }] |
| 2849 | 2026-07-19T04:17:21.607Z | 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: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 } }] |
| 2850 | 2026-07-19T04:17:21.607Z | |
| 2851 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2852 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2853 | 2026-07-19T04:17:21.607Z | DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2854 | 2026-07-19T04:17:21.607Z | 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 } }] |
| 2855 | 2026-07-19T04:17:21.607Z | test route::tests::identity_replace_is_noop ... ok |
| 2856 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2857 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 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 } }] |
| 2858 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2859 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 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 } }] |
| 2860 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2861 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 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 } }] |
| 2862 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2863 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 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 } }] |
| 2864 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2865 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 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 } }] |
| 2866 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2867 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 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 } }] |
| 2868 | 2026-07-19T04:17:21.607Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2869 | 2026-07-19T04:17:21.607Z | DEBGJul 19 04:17:20.084 DEBGreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2870 | 2026-07-19T04:17:21.607Z | 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 } }] |
| 2871 | 2026-07-19T04:17:21.608Z | |
| 2872 | 2026-07-19T04:17:21.608Z | Jul 19 04:17:20.084 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2873 | 2026-07-19T04:17:21.608Z | Jul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2874 | 2026-07-19T04:17:21.608Z | 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 } }] |
| 2875 | 2026-07-19T04:17:21.608Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084DEBG failed to allocate space for the new target list |
| 2876 | 2026-07-19T04:17:21.608Z | INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2877 | 2026-07-19T04:17:21.608Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2878 | 2026-07-19T04:17:21.608Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBGJul 19 04:17:20.084 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2879 | 2026-07-19T04:17:21.608Z | INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2880 | 2026-07-19T04:17:21.608Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2881 | 2026-07-19T04:17:21.608Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084failed to allocate space for the new target listINFO |
| 2882 | 2026-07-19T04:17:21.609Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 2883 | 2026-07-19T04:17:21.609Z | 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 } }] |
| 2884 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084 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 |
| 2885 | 2026-07-19T04:17:21.609Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2886 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 2887 | 2026-07-19T04:17:21.609Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2888 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084 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 |
| 2889 | 2026-07-19T04:17:21.609Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2890 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 2891 | 2026-07-19T04:17:21.609Z | 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 } }] |
| 2892 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 DEBGJul 19 04:17:20.084 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2893 | 2026-07-19T04:17:21.609Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2894 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2895 | 2026-07-19T04:17:21.609Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2896 | 2026-07-19T04:17:21.609Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG 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 } }] |
| 2897 | 2026-07-19T04:17:21.615Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2898 | 2026-07-19T04:17:21.615Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2899 | 2026-07-19T04:17:21.615Z | 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 } }] |
| 2900 | 2026-07-19T04:17:21.615Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2901 | 2026-07-19T04:17:21.615Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2902 | 2026-07-19T04:17:21.615Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2903 | 2026-07-19T04:17:21.615Z | 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 } }] |
| 2904 | 2026-07-19T04:17:21.615Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2905 | 2026-07-19T04:17:21.615Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2906 | 2026-07-19T04:17:21.615Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2907 | 2026-07-19T04:17:21.615Z | |
| 2908 | 2026-07-19T04:17:21.615Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2909 | 2026-07-19T04:17:21.616Z | |
| 2910 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBGJul 19 04:17:20.084 created new freemapDEBG , INFOunitreplacing 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 } }]: |
| 2911 | 2026-07-19T04:17:21.616Z | freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2912 | 2026-07-19T04:17:21.616Z | |
| 2913 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 INFO Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG created new freemapreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2914 | 2026-07-19T04:17:21.616Z | |
| 2915 | 2026-07-19T04:17:21.616Z | unit: freemap_route_ipv6 |
| 2916 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFOJul 19 04:17:20.084DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2917 | 2026-07-19T04:17:21.616Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2918 | 2026-07-19T04:17:21.616Z | , unit: freemap_route_ipv4Jul 19 04:17:20.084 |
| 2919 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2920 | 2026-07-19T04:17:21.616Z | DEBG reset freemap |
| 2921 | 2026-07-19T04:17:21.616Z | , unitJul 19 04:17:20.084: Jul 19 04:17:20.084freemap_route_ipv4INFO |
| 2922 | 2026-07-19T04:17:21.616Z | 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2923 | 2026-07-19T04:17:21.616Z | |
| 2924 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 DEBG Jul 19 04:17:20.084initted freemap. size: 64Jul 19 04:17:20.084, unitINFO : DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2925 | 2026-07-19T04:17:21.616Z | |
| 2926 | 2026-07-19T04:17:21.616Z | |
| 2927 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGDEBG reset freemapreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2928 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084unit : INFOfreemap_route_ipv6 |
| 2929 | 2026-07-19T04:17:21.616Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:17:20.084 |
| 2930 | 2026-07-19T04:17:21.616Z | INFOJul 19 04:17:20.084 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOJul 19 04:17:20.084 |
| 2931 | 2026-07-19T04:17:21.616Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 2932 | 2026-07-19T04:17:21.616Z | 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 } }] |
| 2933 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG Jul 19 04:17:20.084DEBG 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 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 } }] |
| 2934 | 2026-07-19T04:17:21.616Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2935 | 2026-07-19T04:17:21.616Z | |
| 2936 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 INFOJul 19 04:17:20.084 adding route 172.16.0.0/32 -> 10.0.0.2DEBGJul 19 04:17:20.084 |
| 2937 | 2026-07-19T04:17:21.616Z | INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2938 | 2026-07-19T04:17:21.616Z | |
| 2939 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 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 } }]Jul 19 04:17:20.084 |
| 2940 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.084adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2941 | 2026-07-19T04:17:21.616Z | |
| 2942 | 2026-07-19T04:17:21.616Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 2943 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFOJul 19 04:17:20.084DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2944 | 2026-07-19T04:17:21.616Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2945 | 2026-07-19T04:17:21.616Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2946 | 2026-07-19T04:17:21.616Z | Jul 19 04:17:20.084Jul 19 04:17:20.084Jul 19 04:17:20.084 DEBGINFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 2947 | 2026-07-19T04:17:21.617Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2948 | 2026-07-19T04:17:21.617Z | |
| 2949 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.084 DEBG Jul 19 04:17:20.084Jul 19 04:17:20.084replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2950 | 2026-07-19T04:17:21.617Z | INFO DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2951 | 2026-07-19T04:17:21.617Z | |
| 2952 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.084 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:17:20.084Jul 19 04:17:20.084 |
| 2953 | 2026-07-19T04:17:21.617Z | INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2954 | 2026-07-19T04:17:21.617Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2955 | 2026-07-19T04:17:21.617Z | 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 } }] |
| 2956 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.084 Jul 19 04:17:20.084DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2957 | 2026-07-19T04:17:21.617Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2958 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.084Jul 19 04:17:20.084 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 2959 | 2026-07-19T04:17:21.617Z | |
| 2960 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.085Jul 19 04:17:20.085 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:beef:31::/64 -> 2001:db8::55:ff |
| 2961 | 2026-07-19T04:17:21.617Z | |
| 2962 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.085Jul 19 04:17:20.085 INFODEBG adding route 3fff:beef:36::/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 } }] |
| 2963 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.086 Jul 19 04:17:20.085Jul 19 04:17:20.092 DEBG DEBG DEBG created new freemapcreated new freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], , |
| 2964 | 2026-07-19T04:17:21.617Z | unitunit:: freemap_route_ipv4Jul 19 04:17:20.092 |
| 2965 | 2026-07-19T04:17:21.617Z | INFO Jul 19 04:17:20.085adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2966 | 2026-07-19T04:17:21.617Z | DEBG created new freemapJul 19 04:17:20.092, unit |
| 2967 | 2026-07-19T04:17:21.617Z | :Jul 19 04:17:20.092DEBG DEBGcreated new freemap , 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_ipv4 |
| 2968 | 2026-07-19T04:17:21.617Z | unit: |
| 2969 | 2026-07-19T04:17:21.617Z | freemap_route_ipv6Jul 19 04:17:20.092Jul 19 04:17:20.092 |
| 2970 | 2026-07-19T04:17:21.617Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:17:20.092 |
| 2971 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.092 DEBG DEBGcreated new freemapJul 19 04:17:20.092, unit :INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2972 | 2026-07-19T04:17:21.617Z | 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 } }]freemap_route_ipv6initted freemap. size: 64 |
| 2973 | 2026-07-19T04:17:21.617Z | |
| 2974 | 2026-07-19T04:17:21.617Z | , Jul 19 04:17:20.092unit DEBG:Jul 19 04:17:20.092 Jul 19 04:17:20.092replacing 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 } }] INFOfreemap_route_ipv4 |
| 2975 | 2026-07-19T04:17:21.617Z | DEBG |
| 2976 | 2026-07-19T04:17:21.617Z | initted freemap. size: 64adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:17:20.092, unit |
| 2977 | 2026-07-19T04:17:21.617Z | :Jul 19 04:17:20.092INFO freemap_route_ipv4 |
| 2978 | 2026-07-19T04:17:21.617Z | DEBGJul 19 04:17:20.092 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2979 | 2026-07-19T04:17:21.617Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.092 |
| 2980 | 2026-07-19T04:17:21.617Z | reset freemap Jul 19 04:17:20.092, unitDEBGJul 19 04:17:20.092: INFO reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, freemap_route_ipv4DEBG |
| 2981 | 2026-07-19T04:17:21.617Z | unit |
| 2982 | 2026-07-19T04:17:21.617Z | 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 } }]: |
| 2983 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.092freemap_route_ipv4 DEBG |
| 2984 | 2026-07-19T04:17:21.617Z | Jul 19 04:17:20.092replacing 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 } }] |
| 2985 | 2026-07-19T04:17:21.618Z | INFOJul 19 04:17:20.092 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:17:20.092 |
| 2986 | 2026-07-19T04:17:21.618Z | Jul 19 04:17:20.092DEBGDEBG initted freemap. size: 64INFOJul 19 04:17:20.092 , DEBGunitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 2987 | 2026-07-19T04:17:21.618Z | initted freemap. size: 64freemap_route_ipv6, |
| 2988 | 2026-07-19T04:17:21.618Z | |
| 2989 | 2026-07-19T04:17:21.618Z | unit:Jul 19 04:17:20.092 Jul 19 04:17:20.092freemap_route_ipv6 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2990 | 2026-07-19T04:17:21.618Z | Jul 19 04:17:20.092replacing 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 } }] |
| 2991 | 2026-07-19T04:17:21.618Z | |
| 2992 | 2026-07-19T04:17:21.618Z | DEBG Jul 19 04:17:20.092Jul 19 04:17:20.092 Jul 19 04:17:20.092DEBGreset freemap , 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 } }]unitINFO DEBG |
| 2993 | 2026-07-19T04:17:21.618Z | reset freemap:, unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2994 | 2026-07-19T04:17:21.618Z | : freemap_route_ipv6Jul 19 04:17:20.092 |
| 2995 | 2026-07-19T04:17:21.618Z | |
| 2996 | 2026-07-19T04:17:21.618Z | Jul 19 04:17:20.092INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 19 04:17:20.092 |
| 2997 | 2026-07-19T04:17:21.622Z | 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 } }] |
| 2998 | 2026-07-19T04:17:21.622Z | INFOJul 19 04:17:20.092 Jul 19 04:17:20.092adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2999 | 2026-07-19T04:17:21.622Z | DEBGINFO Jul 19 04:17:20.092replacing 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 } }] |
| 3000 | 2026-07-19T04:17:21.622Z | DEBG Jul 19 04:17:20.092 adding route 3fff:dead::/64 -> 2001:db8::55:1failed to allocate space for the new target listDEBG |
| 3001 | 2026-07-19T04:17:21.622Z | |
| 3002 | 2026-07-19T04:17:21.622Z | Jul 19 04:17:20.092 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 } }] |
| 3003 | 2026-07-19T04:17:21.622Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:17:20.092 |
| 3004 | 2026-07-19T04:17:21.622Z | Jul 19 04:17:20.092 DEBGJul 19 04:17:20.092DEBG Jul 19 04:17:20.092DEBG 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 } }] replacing targets for 3fff:dead::/64 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 } }] |
| 3005 | 2026-07-19T04:17:21.622Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3006 | 2026-07-19T04:17:21.622Z | |
| 3007 | 2026-07-19T04:17:21.622Z | |
| 3008 | 2026-07-19T04:17:21.622Z | Jul 19 04:17:20.092 Jul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3009 | 2026-07-19T04:17:21.622Z | |
| 3010 | 2026-07-19T04:17:21.622Z | |
| 3011 | 2026-07-19T04:17:21.622Z | Jul 19 04:17:20.092Jul 19 04:17:20.092 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 172.16.0.0/32 -> 10.0.0.3Jul 19 04:17:20.092 |
| 3012 | 2026-07-19T04:17:21.622Z | |
| 3013 | 2026-07-19T04:17:21.622Z | DEBG Jul 19 04:17:20.092 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3014 | 2026-07-19T04:17:21.622Z | |
| 3015 | 2026-07-19T04:17:21.622Z | Jul 19 04:17:20.092Jul 19 04:17:20.092freemap_route_ipv4 INFOINFO |
| 3016 | 2026-07-19T04:17:21.622Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3017 | 2026-07-19T04:17:21.622Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3018 | 2026-07-19T04:17:21.622Z | Jul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFOJul 19 04:17:20.092 created new freemapDEBG Jul 19 04:17:20.092replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3019 | 2026-07-19T04:17:21.623Z | , adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGunit |
| 3020 | 2026-07-19T04:17:21.623Z | 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 } }]: |
| 3021 | 2026-07-19T04:17:21.623Z | Jul 19 04:17:20.092 INFOfreemap_route_ipv6 |
| 3022 | 2026-07-19T04:17:21.623Z | Jul 19 04:17:20.092Jul 19 04:17:20.092 adding route 172.17.0.0/32 -> 10.0.0.255 INFOJul 19 04:17:20.092DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3023 | 2026-07-19T04:17:21.623Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3024 | 2026-07-19T04:17:21.623Z | |
| 3025 | 2026-07-19T04:17:21.623Z | DEBG initted freemap. size: 64Jul 19 04:17:20.092Jul 19 04:17:20.092 , DEBGunit replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG |
| 3026 | 2026-07-19T04:17:21.623Z | freemap_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 } }]Jul 19 04:17:20.092 |
| 3027 | 2026-07-19T04:17:21.623Z | |
| 3028 | 2026-07-19T04:17:21.623Z | INFOJul 19 04:17:20.092Jul 19 04:17:20.092 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4reset freemap |
| 3029 | 2026-07-19T04:17:21.623Z | , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:17:20.092 |
| 3030 | 2026-07-19T04:17:21.623Z | unit: INFOfreemap_route_ipv4Jul 19 04:17:20.092 |
| 3031 | 2026-07-19T04:17:21.623Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3032 | 2026-07-19T04:17:21.623Z | Jul 19 04:17:20.092DEBG DEBGJul 19 04:17:20.092replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.092 |
| 3033 | 2026-07-19T04:17:21.623Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG initted freemap. size: 64 |
| 3034 | 2026-07-19T04:17:21.623Z | 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 } }], |
| 3035 | 2026-07-19T04:17:21.623Z | unitJul 19 04:17:20.092: freemap_route_ipv6 |
| 3036 | 2026-07-19T04:17:21.623Z | INFOJul 19 04:17:20.092Jul 19 04:17:20.092 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO |
| 3037 | 2026-07-19T04:17:21.623Z | Jul 19 04:17:20.092adding route 172.17.0.2/32 -> 10.0.0.255DEBG DEBG |
| 3038 | 2026-07-19T04:17:21.623Z | replacing targets for 3fff:dead::/64 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 } }]reset freemap |
| 3039 | 2026-07-19T04:17:21.623Z | Jul 19 04:17:20.092, unit:DEBG Jul 19 04:17:20.092replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3040 | 2026-07-19T04:17:21.623Z | |
| 3041 | 2026-07-19T04:17:21.623Z | DEBGJul 19 04:17:20.092 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 } }]WARNJul 19 04:17:20.092 |
| 3042 | 2026-07-19T04:17:21.623Z | Jul 19 04:17:20.092 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 3043 | 2026-07-19T04:17:21.623Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 3044 | 2026-07-19T04:17:21.624Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:17:20.092 |
| 3045 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.092INFOJul 19 04:17:20.092 DEBGadding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:17:20.092 |
| 3046 | 2026-07-19T04:17:21.624Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3047 | 2026-07-19T04:17:21.624Z | ERRO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.092 |
| 3048 | 2026-07-19T04:17:21.624Z | DEBGJul 19 04:17:20.092 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3049 | 2026-07-19T04:17:21.624Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:20.092 |
| 3050 | 2026-07-19T04:17:21.624Z | |
| 3051 | 2026-07-19T04:17:21.624Z | INFO Jul 19 04:17:20.092adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3052 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.092INFO adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:17:20.092 |
| 3053 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.092DEBG 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 } }]ERRO |
| 3054 | 2026-07-19T04:17:21.624Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3055 | 2026-07-19T04:17:21.624Z | 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 itreplacing 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 } }] |
| 3056 | 2026-07-19T04:17:21.624Z | |
| 3057 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.092Jul 19 04:17:20.092 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3058 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.092replacing 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 } }] |
| 3059 | 2026-07-19T04:17:21.624Z | DEBG failed to allocate space for the new target listJul 19 04:17:20.092 |
| 3060 | 2026-07-19T04:17:21.624Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:20.092Jul 19 04:17:20.092 |
| 3061 | 2026-07-19T04:17:21.624Z | 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 } }] |
| 3062 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.092adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3063 | 2026-07-19T04:17:21.624Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3064 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.085 Jul 19 04:17:20.092DEBG Jul 19 04:17:20.092DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], |
| 3065 | 2026-07-19T04:17:21.624Z | unitDEBG: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3066 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.093Jul 19 04:17:20.093 DEBG |
| 3067 | 2026-07-19T04:17:21.624Z | created new freemap, unitDEBG: created new freemapfreemap_route_ipv4 |
| 3068 | 2026-07-19T04:17:21.624Z | , unitJul 19 04:17:20.101Jul 19 04:17:20.101 INFO:Jul 19 04:17:20.101 DEBG freemap_route_ipv4created new freemap , adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 3069 | 2026-07-19T04:17:21.624Z | unit:created new freemap , freemap_route_ipv6unit |
| 3070 | 2026-07-19T04:17:21.624Z | : freemap_route_ipv6 |
| 3071 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.101 DEBG initted freemap. size: 64, Jul 19 04:17:20.101Jul 19 04:17:20.093Jul 19 04:17:20.101unit DEBG: |
| 3072 | 2026-07-19T04:17:21.624Z | DEBGfreemap_route_ipv4 created new freemapDEBGcreated new freemap , replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit: |
| 3073 | 2026-07-19T04:17:21.624Z | , |
| 3074 | 2026-07-19T04:17:21.624Z | freemap_route_ipv6unit |
| 3075 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.101:Jul 19 04:17:20.101 Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBG DEBGDEBGINFO initted freemap. size: 64 freemap_route_ipv4 initted freemap. size: 64 |
| 3076 | 2026-07-19T04:17:21.624Z | reset freemap, , unit:adding route 172.17.0.7/32 -> 10.0.0.255 unit |
| 3077 | 2026-07-19T04:17:21.624Z | :freemap_route_ipv4 |
| 3078 | 2026-07-19T04:17:21.624Z | , freemap_route_ipv4unit |
| 3079 | 2026-07-19T04:17:21.624Z | :Jul 19 04:17:20.101 freemap_route_ipv4 |
| 3080 | 2026-07-19T04:17:21.624Z | Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBGDEBG Jul 19 04:17:20.101created new freemap , reset freemapDEBGunitJul 19 04:17:20.101, :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 } }]initted freemap. size: 64unit, :freemap_route_ipv6unit |
| 3081 | 2026-07-19T04:17:21.624Z | :freemap_route_ipv4 |
| 3082 | 2026-07-19T04:17:21.624Z | |
| 3083 | 2026-07-19T04:17:21.625Z | DEBGfreemap_route_ipv6 reset freemap |
| 3084 | 2026-07-19T04:17:21.625Z | , unitJul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBGJul 19 04:17:20.101 initted freemap. size: 64Jul 19 04:17:20.101:INFO freemap_route_ipv4initted freemap. size: 64DEBGadding route 172.17.0.8/32 -> 10.0.0.255, , |
| 3085 | 2026-07-19T04:17:21.625Z | reset freemap |
| 3086 | 2026-07-19T04:17:21.625Z | unit, :unitunit:: Jul 19 04:17:20.101freemap_route_ipv4 |
| 3087 | 2026-07-19T04:17:21.625Z | freemap_route_ipv6 |
| 3088 | 2026-07-19T04:17:21.625Z | DEBG freemap_route_ipv6Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBGinitted freemap. size: 64Jul 19 04:17:20.101INFO DEBGreset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3089 | 2026-07-19T04:17:21.625Z | , , 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 } }]unitunit |
| 3090 | 2026-07-19T04:17:21.625Z | |
| 3091 | 2026-07-19T04:17:21.625Z | : freemap_route_ipv4: |
| 3092 | 2026-07-19T04:17:21.625Z | Jul 19 04:17:20.101 INFOJul 19 04:17:20.101 Jul 19 04:17:20.101DEBG freemap_route_ipv6 |
| 3093 | 2026-07-19T04:17:21.625Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.101adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 3094 | 2026-07-19T04:17:21.625Z | initted freemap. size: 64Jul 19 04:17:20.101, |
| 3095 | 2026-07-19T04:17:21.625Z | DEBGunit :Jul 19 04:17:20.101reset freemap Jul 19 04:17:20.101 , DEBGfreemap_route_ipv6 |
| 3096 | 2026-07-19T04:17:21.625Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit |
| 3097 | 2026-07-19T04:17:21.630Z | : DEBGfreemap_route_ipv6DEBG |
| 3098 | 2026-07-19T04:17:21.630Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.101 |
| 3099 | 2026-07-19T04:17:21.630Z | DEBG reset freemapreset freemap, Jul 19 04:17:20.101unitJul 19 04:17:20.101 : , INFO freemap_route_ipv6unitadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3100 | 2026-07-19T04:17:21.630Z | |
| 3101 | 2026-07-19T04:17:21.630Z | : INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Jul 19 04:17:20.101 |
| 3102 | 2026-07-19T04:17:21.630Z | DEBG |
| 3103 | 2026-07-19T04:17:21.630Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.101Jul 19 04:17:20.101 |
| 3104 | 2026-07-19T04:17:21.630Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:20.101 |
| 3105 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101 |
| 3106 | 2026-07-19T04:17:21.630Z | INFO DEBG Jul 19 04:17:20.101 adding route 172.17.0.11/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 } }]DEBG |
| 3107 | 2026-07-19T04:17:21.630Z | |
| 3108 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG |
| 3109 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101 Jul 19 04:17:20.101replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3110 | 2026-07-19T04:17:21.630Z | DEBGINFOJul 19 04:17:20.101 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3111 | 2026-07-19T04:17:21.630Z | INFO |
| 3112 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3113 | 2026-07-19T04:17:21.630Z | adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:17:20.101 |
| 3114 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101Jul 19 04:17:20.101DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 3115 | 2026-07-19T04:17:21.630Z | |
| 3116 | 2026-07-19T04:17:21.630Z | 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 } }] |
| 3117 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101Jul 19 04:17:20.101Jul 19 04:17:20.101 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3118 | 2026-07-19T04:17:21.630Z | |
| 3119 | 2026-07-19T04:17:21.630Z | INFO Jul 19 04:17:20.101adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:20.101 |
| 3120 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101 INFOINFOJul 19 04:17:20.101 adding route 172.16.0.0/32 -> 10.0.0.1INFODEBG |
| 3121 | 2026-07-19T04:17:21.630Z | adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3122 | 2026-07-19T04:17:21.630Z | |
| 3123 | 2026-07-19T04:17:21.630Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3124 | 2026-07-19T04:17:21.630Z | Jul 19 04:17:20.101 Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBG 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.101 |
| 3125 | 2026-07-19T04:17:21.630Z | 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 } }] |
| 3126 | 2026-07-19T04:17:21.630Z | |
| 3127 | 2026-07-19T04:17:21.630Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:20.101 |
| 3128 | 2026-07-19T04:17:21.630Z | INFOJul 19 04:17:20.101 Jul 19 04:17:20.101 adding route 172.17.0.14/32 -> 10.0.0.255INFOJul 19 04:17:20.101 adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 3129 | 2026-07-19T04:17:21.630Z | INFO |
| 3130 | 2026-07-19T04:17:21.631Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:17:20.101 |
| 3131 | 2026-07-19T04:17:21.631Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3132 | 2026-07-19T04:17:21.631Z | DEBG Jul 19 04:17:20.101Jul 19 04:17:20.101 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 Jul 19 04:17:20.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3133 | 2026-07-19T04:17:21.631Z | |
| 3134 | 2026-07-19T04:17:21.631Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 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 } }] |
| 3135 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101 |
| 3136 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101Jul 19 04:17:20.101 WARN INFO INFOJul 19 04:17:20.101shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3137 | 2026-07-19T04:17:21.631Z | INFO |
| 3138 | 2026-07-19T04:17:21.631Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3139 | 2026-07-19T04:17:21.631Z | |
| 3140 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101 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 } }] |
| 3141 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101Jul 19 04:17:20.085 Jul 19 04:17:20.101Jul 19 04:17:20.101 DEBGDEBGINFO DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3142 | 2026-07-19T04:17:21.631Z | created new freemapadding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3143 | 2026-07-19T04:17:21.631Z | |
| 3144 | 2026-07-19T04:17:21.631Z | , unit:Jul 19 04:17:20.101 Jul 19 04:17:20.101INFO Jul 19 04:17:20.101 freemap_route_ipv4 |
| 3145 | 2026-07-19T04:17:21.631Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3146 | 2026-07-19T04:17:21.631Z | 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 172.17.0.1/32 -> 10.0.0.255 |
| 3147 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101 |
| 3148 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101 DEBG 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 } }]created new freemap |
| 3149 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101, unit:DEBG freemap_route_ipv6Jul 19 04:17:20.101 |
| 3150 | 2026-07-19T04:17:21.631Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3151 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101 INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:17:20.101 |
| 3152 | 2026-07-19T04:17:21.631Z | adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3153 | 2026-07-19T04:17:21.631Z | adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:17:20.101 |
| 3154 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.101DEBG DEBGJul 19 04:17:20.101 initted freemap. size: 64replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:17:20.102unit |
| 3155 | 2026-07-19T04:17:21.631Z | : DEBGDEBG freemap_route_ipv4replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.102 |
| 3156 | 2026-07-19T04:17:21.631Z | INFO |
| 3157 | 2026-07-19T04:17:21.631Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.102adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3158 | 2026-07-19T04:17:21.631Z | INFO |
| 3159 | 2026-07-19T04:17:21.631Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3160 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.102 Jul 19 04:17:20.102INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:17:20.102 DEBG |
| 3161 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.102reset freemap , 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 } }]unitJul 19 04:17:20.102DEBG |
| 3162 | 2026-07-19T04:17:21.631Z | 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 } }] |
| 3163 | 2026-07-19T04:17:21.631Z | freemap_route_ipv4Jul 19 04:17:20.102 |
| 3164 | 2026-07-19T04:17:21.631Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3165 | 2026-07-19T04:17:21.631Z | Jul 19 04:17:20.102adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3166 | 2026-07-19T04:17:21.631Z | INFOJul 19 04:17:20.102 Jul 19 04:17:20.102adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:17:20.102 |
| 3167 | 2026-07-19T04:17:21.631Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 3168 | 2026-07-19T04:17:21.631Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3169 | 2026-07-19T04:17:21.632Z | DEBGJul 19 04:17:20.102 DEBGJul 19 04:17:20.102replacing 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 } }]initted freemap. size: 64 |
| 3170 | 2026-07-19T04:17:21.632Z | , unit :DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3171 | 2026-07-19T04:17:21.632Z | 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 } }]freemap_route_ipv6Jul 19 04:17:20.102 |
| 3172 | 2026-07-19T04:17:21.632Z | |
| 3173 | 2026-07-19T04:17:21.632Z | INFOJul 19 04:17:20.102 Jul 19 04:17:20.102 Jul 19 04:17:20.102adding route 172.17.0.20/32 -> 10.0.0.255 DEBG |
| 3174 | 2026-07-19T04:17:21.632Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255reset freemap |
| 3175 | 2026-07-19T04:17:21.632Z | INFOJul 19 04:17:20.102 , unit :adding route 172.17.0.5/32 -> 10.0.0.255 Jul 19 04:17:20.102 |
| 3176 | 2026-07-19T04:17:21.632Z | freemap_route_ipv6 |
| 3177 | 2026-07-19T04:17:21.632Z | DEBGDEBG Jul 19 04:17:20.102replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.102 |
| 3178 | 2026-07-19T04:17:21.632Z | 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 |
| 3179 | 2026-07-19T04:17:21.632Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3180 | 2026-07-19T04:17:21.632Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:20.102 |
| 3181 | 2026-07-19T04:17:21.632Z | Jul 19 04:17:20.102INFO Jul 19 04:17:20.102 adding route 172.17.0.21/32 -> 10.0.0.255INFOINFO |
| 3182 | 2026-07-19T04:17:21.632Z | Jul 19 04:17:20.102adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3183 | 2026-07-19T04:17:21.632Z | Jul 19 04:17:20.102DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3184 | 2026-07-19T04:17:21.632Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG Jul 19 04:17:20.102replacing 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 } }] |
| 3185 | 2026-07-19T04:17:21.632Z | Jul 19 04:17:20.102 DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.109 |
| 3186 | 2026-07-19T04:17:21.632Z | created new freemap DEBG, Jul 19 04:17:20.109 unit :INFO 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 } }]freemap_route_ipv4 |
| 3187 | 2026-07-19T04:17:21.632Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3188 | 2026-07-19T04:17:21.632Z | |
| 3189 | 2026-07-19T04:17:21.632Z | Jul 19 04:17:20.109 DEBGJul 19 04:17:20.109 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3190 | 2026-07-19T04:17:21.632Z | created new freemap, Jul 19 04:17:20.109 INFOunit:Jul 19 04:17:20.109 INFOfreemap_route_ipv6 |
| 3191 | 2026-07-19T04:17:21.632Z | adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:17:20.085 |
| 3192 | 2026-07-19T04:17:21.632Z | |
| 3193 | 2026-07-19T04:17:21.632Z | DEBGJul 19 04:17:20.109Jul 19 04:17:20.109 DEBGDEBGJul 19 04:17:20.109 initted freemap. size: 64 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 } }], |
| 3194 | 2026-07-19T04:17:21.632Z | created new freemapDEBGunit :, unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3195 | 2026-07-19T04:17:21.632Z | |
| 3196 | 2026-07-19T04:17:21.632Z | Jul 19 04:17:20.109 INFO: Jul 19 04:17:20.109adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3197 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.109 freemap_route_ipv4 INFO |
| 3198 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.109DEBG DEBGadding route 172.17.0.10/32 -> 10.0.0.255 reset freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3199 | 2026-07-19T04:17:21.661Z | unit |
| 3200 | 2026-07-19T04:17:21.661Z | : Jul 19 04:17:20.109 freemap_route_ipv4DEBGJul 19 04:17:20.109 |
| 3201 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.109 DEBG INFOcreated new freemapJul 19 04:17:20.109 adding route 172.17.0.25/32 -> 10.0.0.255, |
| 3202 | 2026-07-19T04:17:21.661Z | unit: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 } }]initted freemap. size: 64 |
| 3203 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110, unitDEBG: replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 3204 | 2026-07-19T04:17:21.661Z | |
| 3205 | 2026-07-19T04:17:21.661Z | freemap_route_ipv6 |
| 3206 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110Jul 19 04:17:20.110 INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3207 | 2026-07-19T04:17:21.661Z | reset freemapJul 19 04:17:20.110 , Jul 19 04:17:20.110unitJul 19 04:17:20.110:INFO freemap_route_ipv6 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 3208 | 2026-07-19T04:17:21.661Z | DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3209 | 2026-07-19T04:17:21.661Z | |
| 3210 | 2026-07-19T04:17:21.661Z | initted freemap. size: 64, Jul 19 04:17:20.110Jul 19 04:17:20.110 INFOunit :INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3211 | 2026-07-19T04:17:21.661Z | |
| 3212 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110 DEBGfreemap_route_ipv4 Jul 19 04:17:20.110 |
| 3213 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110 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 } }]DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3214 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110 |
| 3215 | 2026-07-19T04:17:21.661Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3216 | 2026-07-19T04:17:21.661Z | reset freemapINFO , adding route 172.17.0.28/32 -> 10.0.0.255unitJul 19 04:17:20.110 |
| 3217 | 2026-07-19T04:17:21.661Z | :Jul 19 04:17:20.110 INFO INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3218 | 2026-07-19T04:17:21.661Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:17:20.110 |
| 3219 | 2026-07-19T04:17:21.661Z | 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 } }] |
| 3220 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110 |
| 3221 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110DEBG DEBGJul 19 04:17:20.110replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:17:20.110INFO |
| 3222 | 2026-07-19T04:17:21.661Z | DEBG initted freemap. size: 64adding route 172.17.0.29/32 -> 10.0.0.255, |
| 3223 | 2026-07-19T04:17:21.661Z | unit: Jul 19 04:17:20.110replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6Jul 19 04:17:20.110 |
| 3224 | 2026-07-19T04:17:21.661Z | INFO |
| 3225 | 2026-07-19T04:17:21.661Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 3226 | 2026-07-19T04:17:21.661Z | |
| 3227 | 2026-07-19T04:17:21.661Z | Jul 19 04:17:20.110Jul 19 04:17:20.110Jul 19 04:17:20.110 INFO Jul 19 04:17:20.110INFO adding route 172.17.0.30/32 -> 10.0.0.255DEBGJul 19 04:17:20.109 DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3228 | 2026-07-19T04:17:21.661Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3229 | 2026-07-19T04:17:21.661Z | |
| 3230 | 2026-07-19T04:17:21.661Z | reset freemap |
| 3231 | 2026-07-19T04:17:21.661Z | , unitJul 19 04:17:20.110: DEBGJul 19 04:17:20.110Jul 19 04:17:20.110 Jul 19 04:17:20.110 freemap_route_ipv6 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 INFO |
| 3232 | 2026-07-19T04:17:21.662Z | |
| 3233 | 2026-07-19T04:17:21.662Z | 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 } }] |
| 3234 | 2026-07-19T04:17:21.662Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3235 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110Jul 19 04:17:20.110 |
| 3236 | 2026-07-19T04:17:21.662Z | INFOINFO Jul 19 04:17:20.110INFO DEBG adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3237 | 2026-07-19T04:17:21.662Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3238 | 2026-07-19T04:17:21.662Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3239 | 2026-07-19T04:17:21.662Z | |
| 3240 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110 DEBGJul 19 04:17:20.110 Jul 19 04:17:20.110replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3241 | 2026-07-19T04:17:21.662Z | DEBGINFO DEBGJul 19 04:17:20.110 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3242 | 2026-07-19T04:17:21.662Z | INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3243 | 2026-07-19T04:17:21.662Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.9/32 -> 10.0.0.255 |
| 3244 | 2026-07-19T04:17:21.662Z | |
| 3245 | 2026-07-19T04:17:21.662Z | |
| 3246 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110 Jul 19 04:17:20.110WARN INFO Jul 19 04:17:20.110 Jul 19 04:17:20.110DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3247 | 2026-07-19T04:17:21.662Z | |
| 3248 | 2026-07-19T04:17:21.662Z | 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 } }] |
| 3249 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110INFO Jul 19 04:17:20.110DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3250 | 2026-07-19T04:17:21.662Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3251 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3252 | 2026-07-19T04:17:21.662Z | |
| 3253 | 2026-07-19T04:17:21.662Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3254 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110Jul 19 04:17:20.110 DEBGJul 19 04:17:20.110 DEBG Jul 19 04:17:20.110replacing 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 } }] |
| 3255 | 2026-07-19T04:17:21.662Z | 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 } }] |
| 3256 | 2026-07-19T04:17:21.662Z | 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 } }] |
| 3257 | 2026-07-19T04:17:21.662Z | INFO Jul 19 04:17:20.110Jul 19 04:17:20.110 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3258 | 2026-07-19T04:17:21.662Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3259 | 2026-07-19T04:17:21.662Z | |
| 3260 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110 Jul 19 04:17:20.110INFOJul 19 04:17:20.110Jul 19 04:17:20.110 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3261 | 2026-07-19T04:17:21.662Z | 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 } }] |
| 3262 | 2026-07-19T04:17:21.662Z | |
| 3263 | 2026-07-19T04:17:21.662Z | DEBGDEBGJul 19 04:17:20.110 Jul 19 04:17:20.110 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3264 | 2026-07-19T04:17:21.662Z | INFODEBG |
| 3265 | 2026-07-19T04:17:21.662Z | Jul 19 04:17:20.110 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3266 | 2026-07-19T04:17:21.662Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3267 | 2026-07-19T04:17:21.662Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3268 | 2026-07-19T04:17:21.662Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:20.110 Jul 19 04:17:20.110 |
| 3269 | 2026-07-19T04:17:21.662Z | INFO Jul 19 04:17:20.110DEBG adding route 172.17.0.2/32 -> 10.0.0.255INFOreplacing 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.16/32 -> 10.0.0.255 |
| 3270 | 2026-07-19T04:17:21.662Z | test route::tests::grow_succeeds ... ok |
| 3271 | 2026-07-19T04:17:21.663Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3272 | 2026-07-19T04:17:21.663Z | |
| 3273 | 2026-07-19T04:17:21.663Z | |
| 3274 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110 DEBGJul 19 04:17:20.110 Jul 19 04:17:20.110INFO Jul 19 04:17:20.110DEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3275 | 2026-07-19T04:17:21.663Z | 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 } }] |
| 3276 | 2026-07-19T04:17:21.663Z | |
| 3277 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110Jul 19 04:17:20.110 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 |
| 3278 | 2026-07-19T04:17:21.663Z | 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 } }] |
| 3279 | 2026-07-19T04:17:21.663Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110Jul 19 04:17:20.110 INFO Jul 19 04:17:20.110 |
| 3280 | 2026-07-19T04:17:21.663Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 3281 | 2026-07-19T04:17:21.663Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3282 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110Jul 19 04:17:20.110 Jul 19 04:17:20.110 |
| 3283 | 2026-07-19T04:17:21.663Z | DEBG INFOJul 19 04:17:20.110 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 } }] INFODEBGJul 19 04:17:20.110 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.3/32 -> 10.0.0.255 |
| 3284 | 2026-07-19T04:17:21.663Z | DEBG |
| 3285 | 2026-07-19T04:17:21.663Z | |
| 3286 | 2026-07-19T04:17:21.663Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3287 | 2026-07-19T04:17:21.663Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3288 | 2026-07-19T04:17:21.663Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:17:20.110Jul 19 04:17:20.110 |
| 3289 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110DEBG Jul 19 04:17:20.110INFOreplacing 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 } }] |
| 3290 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 DEBG |
| 3291 | 2026-07-19T04:17:21.663Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3292 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3293 | 2026-07-19T04:17:21.663Z | |
| 3294 | 2026-07-19T04:17:21.663Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.110 |
| 3295 | 2026-07-19T04:17:21.663Z | Jul 19 04:17:20.110INFOJul 19 04:17:20.110 Jul 19 04:17:20.110 Jul 19 04:17:20.110INFO INFODEBGINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3296 | 2026-07-19T04:17:21.663Z | |
| 3297 | 2026-07-19T04:17:21.670Z | 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 } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3298 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.110 DEBG adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3299 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.117 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3300 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.117Jul 19 04:17:20.102created new freemap DEBG DEBGJul 19 04:17:20.117DEBG, unit :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 } }] |
| 3301 | 2026-07-19T04:17:21.670Z | INFOfreemap_route_ipv4 |
| 3302 | 2026-07-19T04:17:21.670Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3303 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.117 INFOcreated new freemap adding route 172.17.0.5/32 -> 10.0.0.255, |
| 3304 | 2026-07-19T04:17:21.670Z | unit Jul 19 04:17:20.117: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 } }] |
| 3305 | 2026-07-19T04:17:21.670Z | 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 } }]freemap_route_ipv4 |
| 3306 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.117 |
| 3307 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.117DEBGJul 19 04:17:20.117 Jul 19 04:17:20.117 DEBG INFODEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3308 | 2026-07-19T04:17:21.670Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Jul 19 04:17:20.117 |
| 3309 | 2026-07-19T04:17:21.670Z | Jul 19 04:17:20.117 INFO created new freemapINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3310 | 2026-07-19T04:17:21.670Z | , |
| 3311 | 2026-07-19T04:17:21.670Z | unitadding route 172.17.0.40/32 -> 10.0.0.255 Jul 19 04:17:20.117 |
| 3312 | 2026-07-19T04:17:21.671Z | WARNcreated new freemapJul 19 04:17:20.117 , Jul 19 04:17:20.117unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }): |
| 3313 | 2026-07-19T04:17:21.671Z | :Jul 19 04:17:20.117 DEBGDEBG freemap_route_ipv6 freemap_route_ipv6 |
| 3314 | 2026-07-19T04:17:21.671Z | 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 } }] |
| 3315 | 2026-07-19T04:17:21.671Z | DEBG |
| 3316 | 2026-07-19T04:17:21.671Z | 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 } }] |
| 3317 | 2026-07-19T04:17:21.671Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3318 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117 INFOINFO Jul 19 04:17:20.117Jul 19 04:17:20.117Jul 19 04:17:20.117adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3319 | 2026-07-19T04:17:21.671Z | INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3320 | 2026-07-19T04:17:21.671Z | DEBG initted freemap. size: 64adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:17:20.117 |
| 3321 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117 , DEBGunit Jul 19 04:17:20.117: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 } }] |
| 3322 | 2026-07-19T04:17:21.671Z | 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 } }]freemap_route_ipv4replacing 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 } }] |
| 3323 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117 |
| 3324 | 2026-07-19T04:17:21.671Z | |
| 3325 | 2026-07-19T04:17:21.671Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3326 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117 Jul 19 04:17:20.117 Jul 19 04:17:20.117 INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255DEBGDEBG |
| 3327 | 2026-07-19T04:17:21.671Z | adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:17:20.117 DEBG |
| 3328 | 2026-07-19T04:17:21.671Z | initted freemap. size: 64 reset freemap, Jul 19 04:17:20.117unit, 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 |
| 3329 | 2026-07-19T04:17:21.671Z | : freemap_route_ipv4Jul 19 04:17:20.117 Jul 19 04:17:20.117replacing 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 } }] |
| 3330 | 2026-07-19T04:17:21.671Z | |
| 3331 | 2026-07-19T04:17:21.671Z | INFODEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255unit |
| 3332 | 2026-07-19T04:17:21.671Z | : |
| 3333 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117 freemap_route_ipv4 |
| 3334 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117INFO Jul 19 04:17:20.117 DEBGJul 19 04:17:20.117 INFO DEBG adding route 172.17.0.43/32 -> 10.0.0.255 initted freemap. size: 64replacing 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.9/32 -> 10.0.0.255Jul 19 04:17:20.117 |
| 3335 | 2026-07-19T04:17:21.671Z | |
| 3336 | 2026-07-19T04:17:21.671Z | |
| 3337 | 2026-07-19T04:17:21.671Z | , unitJul 19 04:17:20.117DEBG Jul 19 04:17:20.117DEBG: 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 } }]reset freemapDEBG |
| 3338 | 2026-07-19T04:17:21.671Z | , freemap_route_ipv6Jul 19 04:17:20.117 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 |
| 3339 | 2026-07-19T04:17:21.671Z | unit |
| 3340 | 2026-07-19T04:17:21.671Z | adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:20.117 |
| 3341 | 2026-07-19T04:17:21.671Z | : INFOJul 19 04:17:20.117Jul 19 04:17:20.117freemap_route_ipv4Jul 19 04:17:20.117 INFOadding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3342 | 2026-07-19T04:17:21.671Z | |
| 3343 | 2026-07-19T04:17:21.671Z | adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3344 | 2026-07-19T04:17:21.671Z | DEBG |
| 3345 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117Jul 19 04:17:20.117reset freemap , DEBGDEBG unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: Jul 19 04:17:20.117 freemap_route_ipv6INFO |
| 3346 | 2026-07-19T04:17:21.671Z | |
| 3347 | 2026-07-19T04:17:21.671Z | adding route 172.17.0.22/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 } }] |
| 3348 | 2026-07-19T04:17:21.671Z | |
| 3349 | 2026-07-19T04:17:21.671Z | Jul 19 04:17:20.117Jul 19 04:17:20.117 INFODEBG Jul 19 04:17:20.117initted freemap. size: 64, adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3350 | 2026-07-19T04:17:21.671Z | INFOJul 19 04:17:20.117unit : adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3351 | 2026-07-19T04:17:21.672Z | DEBGJul 19 04:17:20.117 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3352 | 2026-07-19T04:17:21.672Z | 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 Jul 19 04:17:20.117 |
| 3353 | 2026-07-19T04:17:21.672Z | DEBG |
| 3354 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117replacing 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 } }] |
| 3355 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117INFO INFO Jul 19 04:17:20.117adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3356 | 2026-07-19T04:17:21.672Z | test route::tests::delete_target_fragmented ... ok |
| 3357 | 2026-07-19T04:17:21.672Z | INFOadding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 3358 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:20.117 |
| 3359 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117DEBG DEBG |
| 3360 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117 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 } }] |
| 3361 | 2026-07-19T04:17:21.672Z | 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 |
| 3362 | 2026-07-19T04:17:21.672Z | reset freemapDEBGJul 19 04:17:20.117 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 } }], |
| 3363 | 2026-07-19T04:17:21.672Z | adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:17:20.117Jul 19 04:17:20.117 |
| 3364 | 2026-07-19T04:17:21.672Z | unit INFOJul 19 04:17:20.117 adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 3365 | 2026-07-19T04:17:21.672Z | :adding route 172.17.0.47/32 -> 10.0.0.255DEBG Jul 19 04:17:20.117 |
| 3366 | 2026-07-19T04:17:21.672Z | freemap_route_ipv6DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3367 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 DEBG |
| 3368 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117 |
| 3369 | 2026-07-19T04:17:21.672Z | 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 } }] |
| 3370 | 2026-07-19T04:17:21.672Z | INFODEBG Jul 19 04:17:20.117adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3371 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117 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 } }]INFOINFO Jul 19 04:17:20.117adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3372 | 2026-07-19T04:17:21.672Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3373 | 2026-07-19T04:17:21.672Z | DEBG |
| 3374 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117Jul 19 04:17:20.117Jul 19 04:17:20.117replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGDEBGJul 19 04:17:20.117 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.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 |
| 3375 | 2026-07-19T04:17:21.672Z | |
| 3376 | 2026-07-19T04:17:21.672Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3377 | 2026-07-19T04:17:21.672Z | |
| 3378 | 2026-07-19T04:17:21.672Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3379 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117INFOJul 19 04:17:20.117 DEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3380 | 2026-07-19T04:17:21.672Z | |
| 3381 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117 adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:17:20.117INFO |
| 3382 | 2026-07-19T04:17:21.672Z | DEBG Jul 19 04:17:20.117 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 3fff:dead::/64 -> 2001:db8::55:2 |
| 3383 | 2026-07-19T04:17:21.672Z | |
| 3384 | 2026-07-19T04:17:21.672Z | Jul 19 04:17:20.117INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3385 | 2026-07-19T04:17:21.672Z | DEBG Jul 19 04:17:20.117replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3386 | 2026-07-19T04:17:21.672Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3387 | 2026-07-19T04:17:21.672Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:20.117 |
| 3388 | 2026-07-19T04:17:21.672Z | INFOJul 19 04:17:20.117Jul 19 04:17:20.117 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 3389 | 2026-07-19T04:17:21.672Z | 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 |
| 3390 | 2026-07-19T04:17:21.672Z | 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 } }] |
| 3391 | 2026-07-19T04:17:21.673Z | Jul 19 04:17:20.117 Jul 19 04:17:20.117DEBG Jul 19 04:17:20.117INFOreplacing 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 } }] |
| 3392 | 2026-07-19T04:17:21.673Z | adding route 172.17.0.51/32 -> 10.0.0.255 DEBG |
| 3393 | 2026-07-19T04:17:21.673Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:20.117Jul 19 04:17:20.117 |
| 3394 | 2026-07-19T04:17:21.673Z | INFOJul 19 04:17:20.117 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3395 | 2026-07-19T04:17:21.673Z | 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 } }] |
| 3396 | 2026-07-19T04:17:21.673Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:17:20.118 |
| 3397 | 2026-07-19T04:17:21.680Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.118 |
| 3398 | 2026-07-19T04:17:21.680Z | |
| 3399 | 2026-07-19T04:17:21.680Z | Jul 19 04:17:20.118 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:17:20.118Jul 19 04:17:20.118 |
| 3400 | 2026-07-19T04:17:21.680Z | 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 |
| 3401 | 2026-07-19T04:17:21.680Z | adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:17:20.118 |
| 3402 | 2026-07-19T04:17:21.680Z | Jul 19 04:17:20.118 Jul 19 04:17:20.118 DEBGINFO DEBGINFO Jul 19 04:17:20.118replacing 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.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.29/32 -> 10.0.0.255 |
| 3403 | 2026-07-19T04:17:21.680Z | DEBG |
| 3404 | 2026-07-19T04:17:21.680Z | |
| 3405 | 2026-07-19T04:17:21.680Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3406 | 2026-07-19T04:17:21.680Z | |
| 3407 | 2026-07-19T04:17:21.680Z | Jul 19 04:17:20.118 INFO Jul 19 04:17:20.118Jul 19 04:17:20.118 Jul 19 04:17:20.118 INFOJul 19 04:17:20.118INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3408 | 2026-07-19T04:17:21.680Z | 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.18/32 -> 10.0.0.255 |
| 3409 | 2026-07-19T04:17:21.680Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3410 | 2026-07-19T04:17:21.680Z | |
| 3411 | 2026-07-19T04:17:21.680Z | Jul 19 04:17:20.118DEBG Jul 19 04:17:20.118 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.118Jul 19 04:17:20.118INFODEBG DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3412 | 2026-07-19T04:17:21.680Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Jul 19 04:17:20.118 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 |
| 3413 | 2026-07-19T04:17:21.680Z | created new freemap, unit |
| 3414 | 2026-07-19T04:17:21.680Z | : freemap_route_ipv4 |
| 3415 | 2026-07-19T04:17:21.680Z | |
| 3416 | 2026-07-19T04:17:21.680Z | Jul 19 04:17:20.128 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:17:20.128 |
| 3417 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128DEBG Jul 19 04:17:20.128 Jul 19 04:17:20.128INFOcreated new freemap DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3418 | 2026-07-19T04:17:21.681Z | |
| 3419 | 2026-07-19T04:17:21.681Z | unit: freemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3420 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128Jul 19 04:17:20.128 |
| 3421 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128INFO adding route 172.17.0.55/32 -> 10.0.0.255DEBGDEBG |
| 3422 | 2026-07-19T04:17:21.681Z | initted freemap. size: 64Jul 19 04:17:20.128, unitDEBG 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 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 } }]: |
| 3423 | 2026-07-19T04:17:21.681Z | |
| 3424 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128 DEBG freemap_route_ipv4 |
| 3425 | 2026-07-19T04:17:21.681Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128 |
| 3426 | 2026-07-19T04:17:21.681Z | INFOJul 19 04:17:20.128 adding route 172.17.0.20/32 -> 10.0.0.255INFOJul 19 04:17:20.128Jul 19 04:17:20.128 |
| 3427 | 2026-07-19T04:17:21.681Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGINFOJul 19 04:17:20.128 |
| 3428 | 2026-07-19T04:17:21.681Z | reset freemapDEBG, adding route 172.17.0.56/32 -> 10.0.0.255 unit: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 } }] |
| 3429 | 2026-07-19T04:17:21.681Z | freemap_route_ipv4 |
| 3430 | 2026-07-19T04:17:21.681Z | |
| 3431 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128 Jul 19 04:17:20.128Jul 19 04:17:20.128 INFODEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3432 | 2026-07-19T04:17:21.681Z | |
| 3433 | 2026-07-19T04:17:21.681Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.128 |
| 3434 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128Jul 19 04:17:20.128 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255initted freemap. size: 64 |
| 3435 | 2026-07-19T04:17:21.681Z | |
| 3436 | 2026-07-19T04:17:21.681Z | , unit: Jul 19 04:17:20.128Jul 19 04:17:20.128 DEBGINFO freemap_route_ipv6adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3437 | 2026-07-19T04:17:21.681Z | |
| 3438 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128replacing 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 } }] |
| 3439 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128 Jul 19 04:17:20.128INFO DEBG DEBGJul 19 04:17:20.128 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3440 | 2026-07-19T04:17:21.681Z | adding route 172.17.0.58/32 -> 10.0.0.255reset freemap |
| 3441 | 2026-07-19T04:17:21.681Z | , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffunit: |
| 3442 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128freemap_route_ipv6 |
| 3443 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3444 | 2026-07-19T04:17:21.681Z | 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 } }]Jul 19 04:17:20.128 |
| 3445 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128Jul 19 04:17:20.128INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG |
| 3446 | 2026-07-19T04:17:21.681Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3447 | 2026-07-19T04:17:21.681Z | |
| 3448 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128 Jul 19 04:17:20.128Jul 19 04:17:20.128INFO adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:17:20.128 |
| 3449 | 2026-07-19T04:17:21.681Z | INFOJul 19 04:17:20.118 INFODEBGDEBG Jul 19 04:17:20.128adding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]created new freemapDEBG |
| 3450 | 2026-07-19T04:17:21.681Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3451 | 2026-07-19T04:17:21.681Z | , |
| 3452 | 2026-07-19T04:17:21.681Z | Jul 19 04:17:20.128unitreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128 DEBG |
| 3453 | 2026-07-19T04:17:21.681Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO: Jul 19 04:17:20.128Jul 19 04:17:20.128adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3454 | 2026-07-19T04:17:21.681Z | INFO |
| 3455 | 2026-07-19T04:17:21.681Z | adding route 172.17.0.60/32 -> 10.0.0.255 freemap_route_ipv4 |
| 3456 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.128Jul 19 04:17:20.128 |
| 3457 | 2026-07-19T04:17:21.682Z | DEBGDEBG Jul 19 04:17:20.128replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3458 | 2026-07-19T04:17:21.682Z | DEBGJul 19 04:17:20.128 DEBG Jul 19 04:17:20.128replacing 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 } }]created new freemap |
| 3459 | 2026-07-19T04:17:21.682Z | , adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3460 | 2026-07-19T04:17:21.682Z | INFOunit: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:20.128adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv6 |
| 3461 | 2026-07-19T04:17:21.682Z | DEBG |
| 3462 | 2026-07-19T04:17:21.682Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.128 |
| 3463 | 2026-07-19T04:17:21.682Z | DEBG failed to allocate space for the new target listJul 19 04:17:20.128 |
| 3464 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.128 |
| 3465 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.128DEBG Jul 19 04:17:20.128INFOinitted freemap. size: 64DEBG Jul 19 04:17:20.128, adding route 172.17.0.26/32 -> 10.0.0.255 DEBGunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3466 | 2026-07-19T04:17:21.682Z | freemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3467 | 2026-07-19T04:17:21.682Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:17:20.128 |
| 3468 | 2026-07-19T04:17:21.682Z | |
| 3469 | 2026-07-19T04:17:21.682Z | DEBG Jul 19 04:17:20.128replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3470 | 2026-07-19T04:17:21.682Z | |
| 3471 | 2026-07-19T04:17:21.682Z | reset freemap, Jul 19 04:17:20.128Jul 19 04:17:20.128 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3472 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.128replacing 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 } }] |
| 3473 | 2026-07-19T04:17:21.682Z | DEBG Jul 19 04:17:20.134replacing 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 } }] |
| 3474 | 2026-07-19T04:17:21.682Z | 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 } }] |
| 3475 | 2026-07-19T04:17:21.682Z | INFOJul 19 04:17:20.134Jul 19 04:17:20.134 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3476 | 2026-07-19T04:17:21.682Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 3477 | 2026-07-19T04:17:21.682Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:17:20.134 |
| 3478 | 2026-07-19T04:17:21.682Z | DEBG Jul 19 04:17:20.134replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3479 | 2026-07-19T04:17:21.682Z | DEBGJul 19 04:17:20.134 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.134 |
| 3480 | 2026-07-19T04:17:21.682Z | DEBG INFOJul 19 04:17:20.134replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.134 DEBGINFO |
| 3481 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.134adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3482 | 2026-07-19T04:17:21.682Z | replacing targets for 3fff:dead::/64 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 } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3483 | 2026-07-19T04:17:21.682Z | |
| 3484 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.134 DEBGJul 19 04:17:20.134 DEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3485 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.134 |
| 3486 | 2026-07-19T04:17:21.682Z | 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 } }] |
| 3487 | 2026-07-19T04:17:21.682Z | DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.134 |
| 3488 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.134 Jul 19 04:17:20.134INFO INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.134adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3489 | 2026-07-19T04:17:21.682Z | |
| 3490 | 2026-07-19T04:17:21.682Z | |
| 3491 | 2026-07-19T04:17:21.682Z | INFOJul 19 04:17:20.134 Jul 19 04:17:20.134DEBG 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 } }] |
| 3492 | 2026-07-19T04:17:21.682Z | adding route 172.17.0.30/32 -> 10.0.0.255 Jul 19 04:17:20.134 |
| 3493 | 2026-07-19T04:17:21.682Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3494 | 2026-07-19T04:17:21.682Z | Jul 19 04:17:20.135Jul 19 04:17:20.135 DEBGINFODEBGJul 19 04:17:20.135 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3495 | 2026-07-19T04:17:21.682Z | 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 |
| 3496 | 2026-07-19T04:17:21.683Z | 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 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 } }] |
| 3497 | 2026-07-19T04:17:21.688Z | |
| 3498 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135Jul 19 04:17:20.135Jul 19 04:17:20.135 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3499 | 2026-07-19T04:17:21.689Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 3500 | 2026-07-19T04:17:21.689Z | 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 } }] |
| 3501 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135Jul 19 04:17:20.135 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3502 | 2026-07-19T04:17:21.689Z | |
| 3503 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135Jul 19 04:17:20.135 Jul 19 04:17:20.135INFOunit DEBG :adding route 172.17.0.24/32 -> 10.0.0.255 Jul 19 04:17:20.135 |
| 3504 | 2026-07-19T04:17:21.689Z | DEBGfreemap_route_ipv4replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3505 | 2026-07-19T04:17:21.689Z | |
| 3506 | 2026-07-19T04:17:21.689Z | adding route 172.17.0.32/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 } }] |
| 3507 | 2026-07-19T04:17:21.689Z | |
| 3508 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135Jul 19 04:17:20.135 DEBGJul 19 04:17:20.135INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3509 | 2026-07-19T04:17:21.689Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3510 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3511 | 2026-07-19T04:17:21.689Z | DEBGJul 19 04:17:20.135 initted freemap. size: 64DEBGJul 19 04:17:20.135, DEBGunit:Jul 19 04:17:20.135 freemap_route_ipv6replacing 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 } }] |
| 3512 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135 |
| 3513 | 2026-07-19T04:17:21.689Z | 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 } }] |
| 3514 | 2026-07-19T04:17:21.689Z | INFOJul 19 04:17:20.135 Jul 19 04:17:20.135replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.135 |
| 3515 | 2026-07-19T04:17:21.689Z | DEBG INFO reset freemapadding route 172.17.0.25/32 -> 10.0.0.255INFO Jul 19 04:17:20.135 |
| 3516 | 2026-07-19T04:17:21.689Z | , adding route 172.17.0.33/32 -> 10.0.0.255unitadding route 172.17.0.34/32 -> 10.0.0.255 INFO |
| 3517 | 2026-07-19T04:17:21.689Z | :adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:17:20.135 |
| 3518 | 2026-07-19T04:17:21.689Z | DEBG |
| 3519 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135freemap_route_ipv6 |
| 3520 | 2026-07-19T04:17:21.689Z | 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 } }]DEBGJul 19 04:17:20.135 Jul 19 04:17:20.135replacing 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 } }] |
| 3521 | 2026-07-19T04:17:21.689Z | |
| 3522 | 2026-07-19T04:17:21.689Z | DEBGDEBG Jul 19 04:17:20.135Jul 19 04:17:20.135 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 } }]INFOJul 19 04:17:20.135 INFO |
| 3523 | 2026-07-19T04:17:21.689Z | adding route 172.17.0.34/32 -> 10.0.0.255replacing 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 } }] |
| 3524 | 2026-07-19T04:17:21.689Z | |
| 3525 | 2026-07-19T04:17:21.689Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3526 | 2026-07-19T04:17:21.689Z | |
| 3527 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135Jul 19 04:17:20.135 Jul 19 04:17:20.135 Jul 19 04:17:20.135DEBGDEBGJul 19 04:17:20.135 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 } }] |
| 3528 | 2026-07-19T04:17:21.689Z | 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 } }]INFODEBG |
| 3529 | 2026-07-19T04:17:21.689Z | INFOJul 19 04:17:20.135replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3530 | 2026-07-19T04:17:21.689Z | INFO Jul 19 04:17:20.135 adding route 172.17.0.35/32 -> 10.0.0.255INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3531 | 2026-07-19T04:17:21.689Z | |
| 3532 | 2026-07-19T04:17:21.689Z | adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:17:20.135adding route 172.17.0.35/32 -> 10.0.0.255 INFO |
| 3533 | 2026-07-19T04:17:21.689Z | Jul 19 04:17:20.135 |
| 3534 | 2026-07-19T04:17:21.689Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:20.135 |
| 3535 | 2026-07-19T04:17:21.689Z | DEBGJul 19 04:17:20.135 DEBGJul 19 04:17:20.135 DEBG Jul 19 04:17:20.135replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]DEBGDEBG |
| 3536 | 2026-07-19T04:17:21.690Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3537 | 2026-07-19T04:17:21.690Z | |
| 3538 | 2026-07-19T04:17:21.690Z | 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 } }] |
| 3539 | 2026-07-19T04:17:21.690Z | |
| 3540 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135 INFOJul 19 04:17:20.135Jul 19 04:17:20.135 Jul 19 04:17:20.135INFO adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 3541 | 2026-07-19T04:17:21.690Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:17:20.135adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3542 | 2026-07-19T04:17:21.690Z | |
| 3543 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3544 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135DEBG Jul 19 04:17:20.135 INFO DEBG Jul 19 04:17:20.135adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing 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 |
| 3545 | 2026-07-19T04:17:21.690Z | 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 } }] |
| 3546 | 2026-07-19T04:17:21.690Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3547 | 2026-07-19T04:17:21.690Z | |
| 3548 | 2026-07-19T04:17:21.690Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.135Jul 19 04:17:20.135 |
| 3549 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135 INFOINFOJul 19 04:17:20.135INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3550 | 2026-07-19T04:17:21.690Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3551 | 2026-07-19T04:17:21.690Z | DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.135adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3552 | 2026-07-19T04:17:21.690Z | |
| 3553 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135 INFOJul 19 04:17:20.135DEBGJul 19 04:17:20.135Jul 19 04:17:20.135 DEBG 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 } }] 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 } }] |
| 3554 | 2026-07-19T04:17:21.690Z | |
| 3555 | 2026-07-19T04:17:21.690Z | 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.37/32 -> 10.0.0.255Jul 19 04:17:20.135 |
| 3556 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 3557 | 2026-07-19T04:17:21.690Z | |
| 3558 | 2026-07-19T04:17:21.690Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:17:20.135 |
| 3559 | 2026-07-19T04:17:21.690Z | |
| 3560 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135 DEBGINFOJul 19 04:17:20.135 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 } }] |
| 3561 | 2026-07-19T04:17:21.690Z | DEBGadding route 172.17.0.30/32 -> 10.0.0.255 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 } }] |
| 3562 | 2026-07-19T04:17:21.690Z | |
| 3563 | 2026-07-19T04:17:21.690Z | Jul 19 04:17:20.135 DEBGJul 19 04:17:20.135 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 } }]INFOJul 19 04:17:20.135Jul 19 04:17:20.135 |
| 3564 | 2026-07-19T04:17:21.690Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3565 | 2026-07-19T04:17:21.690Z | DEBG 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 } }] |
| 3566 | 2026-07-19T04:17:21.690Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:17:20.135 |
| 3567 | 2026-07-19T04:17:21.690Z | DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.135 |
| 3568 | 2026-07-19T04:17:21.690Z | INFOJul 19 04:17:20.135 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3569 | 2026-07-19T04:17:21.690Z | test route::tests::same_size_non_subset_replace ... ok |
| 3570 | 2026-07-19T04:17:21.690Z | INFOJul 19 04:17:20.135Jul 19 04:17:20.135 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3571 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.135DEBG INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }] |
| 3572 | 2026-07-19T04:17:21.691Z | 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 } }] |
| 3573 | 2026-07-19T04:17:21.691Z | |
| 3574 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.135 Jul 19 04:17:20.135DEBG DEBGJul 19 04:17:20.135replacing 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.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.135 |
| 3575 | 2026-07-19T04:17:21.691Z | |
| 3576 | 2026-07-19T04:17:21.691Z | INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3577 | 2026-07-19T04:17:21.691Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3578 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.135 |
| 3579 | 2026-07-19T04:17:21.691Z | INFOJul 19 04:17:20.135 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3580 | 2026-07-19T04:17:21.691Z | INFOJul 19 04:17:20.135 DEBG Jul 19 04:17:20.135Jul 19 04:17:20.135 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3581 | 2026-07-19T04:17:21.691Z | DEBGcreated new freemap , created new freemapJul 19 04:17:20.141 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3582 | 2026-07-19T04:17:21.691Z | unit: Jul 19 04:17:20.141adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3583 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.135DEBG , 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 } }]freemap_route_ipv4: |
| 3584 | 2026-07-19T04:17:21.691Z | |
| 3585 | 2026-07-19T04:17:21.691Z | freemap_route_ipv4Jul 19 04:17:20.142 |
| 3586 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.142DEBG INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3587 | 2026-07-19T04:17:21.691Z | |
| 3588 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.142 Jul 19 04:17:20.142DEBGJul 19 04:17:20.142 DEBG Jul 19 04:17:20.142INFOcreated new freemap created new freemapDEBG adding route 172.17.0.40/32 -> 10.0.0.255, , 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 } }]unitunit:: |
| 3589 | 2026-07-19T04:17:21.691Z | |
| 3590 | 2026-07-19T04:17:21.691Z | freemap_route_ipv6freemap_route_ipv6 |
| 3591 | 2026-07-19T04:17:21.691Z | |
| 3592 | 2026-07-19T04:17:21.691Z | Jul 19 04:17:20.142Jul 19 04:17:20.142Jul 19 04:17:20.142 DEBGDEBG initted freemap. size: 64initted freemap. size: 64 , DEBGJul 19 04:17:20.142 unit, 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 } }]: INFOfreemap_route_ipv4 |
| 3593 | 2026-07-19T04:17:21.691Z | |
| 3594 | 2026-07-19T04:17:21.691Z | unit :adding route 172.17.0.35/32 -> 10.0.0.255 Jul 19 04:17:20.142 |
| 3595 | 2026-07-19T04:17:21.691Z | freemap_route_ipv4Jul 19 04:17:20.142INFO Jul 19 04:17:20.142DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 3596 | 2026-07-19T04:17:21.691Z | DEBG reset freemapreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:17:20.142 |
| 3597 | 2026-07-19T04:17:21.705Z | DEBGunit :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 } }] |
| 3598 | 2026-07-19T04:17:21.705Z | |
| 3599 | 2026-07-19T04:17:21.705Z | Jul 19 04:17:20.142 INFOfreemap_route_ipv4 |
| 3600 | 2026-07-19T04:17:21.705Z | Jul 19 04:17:20.142adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3601 | 2026-07-19T04:17:21.705Z | INFO Jul 19 04:17:20.142adding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:17:20.142 |
| 3602 | 2026-07-19T04:17:21.705Z | Jul 19 04:17:20.142 DEBGDEBG Jul 19 04:17:20.142replacing 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 initted freemap. size: 64 |
| 3603 | 2026-07-19T04:17:21.705Z | , DEBG unitreplacing 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 } }] : |
| 3604 | 2026-07-19T04:17:21.705Z | Jul 19 04:17:20.142reset freemap , freemap_route_ipv6INFOunit |
| 3605 | 2026-07-19T04:17:21.705Z | : Jul 19 04:17:20.142adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3606 | 2026-07-19T04:17:21.705Z | INFOJul 19 04:17:20.142freemap_route_ipv4 adding route 172.17.0.43/32 -> 10.0.0.255DEBG reset freemap |
| 3607 | 2026-07-19T04:17:21.705Z | , |
| 3608 | 2026-07-19T04:17:21.705Z | Jul 19 04:17:20.142unit: Jul 19 04:17:20.142DEBGJul 19 04:17:20.142 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 } }]freemap_route_ipv6 |
| 3609 | 2026-07-19T04:17:21.705Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3610 | 2026-07-19T04:17:21.705Z | |
| 3611 | 2026-07-19T04:17:21.705Z | Jul 19 04:17:20.142DEBG Jul 19 04:17:20.142INFO Jul 19 04:17:20.142 initted freemap. size: 64INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 3612 | 2026-07-19T04:17:21.705Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3613 | 2026-07-19T04:17:21.706Z | |
| 3614 | 2026-07-19T04:17:21.706Z | , Jul 19 04:17:20.142 unit:DEBGJul 19 04:17:20.142 Jul 19 04:17:20.142replacing 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 } }] |
| 3615 | 2026-07-19T04:17:21.706Z | DEBG freemap_route_ipv6DEBG |
| 3616 | 2026-07-19T04:17:21.706Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:17:20.142 |
| 3617 | 2026-07-19T04:17:21.706Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:17:20.142 |
| 3618 | 2026-07-19T04:17:21.706Z | 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 } }] |
| 3619 | 2026-07-19T04:17:21.706Z | INFO Jul 19 04:17:20.142adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3620 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142 DEBGDEBGJul 19 04:17:20.142 Jul 19 04:17:20.142INFOreplacing 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.45/32 -> 10.0.0.255 |
| 3621 | 2026-07-19T04:17:21.706Z | |
| 3622 | 2026-07-19T04:17:21.706Z | DEBGreset freemap Jul 19 04:17:20.142replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] , |
| 3623 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142DEBG unitINFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.142 |
| 3624 | 2026-07-19T04:17:21.706Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3625 | 2026-07-19T04:17:21.706Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]: |
| 3626 | 2026-07-19T04:17:21.706Z | freemap_route_ipv6Jul 19 04:17:20.142 |
| 3627 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142 DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3628 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3629 | 2026-07-19T04:17:21.706Z | INFO Jul 19 04:17:20.142adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3630 | 2026-07-19T04:17:21.706Z | INFOJul 19 04:17:20.142 DEBG adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3631 | 2026-07-19T04:17:21.706Z | 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 } }] |
| 3632 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.136 DEBG created new freemap, unitJul 19 04:17:20.142Jul 19 04:17:20.142 : INFO DEBGfreemap_route_ipv4 |
| 3633 | 2026-07-19T04:17:21.706Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3634 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142 Jul 19 04:17:20.142DEBGJul 19 04:17:20.142 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 3635 | 2026-07-19T04:17:21.706Z | |
| 3636 | 2026-07-19T04:17:21.706Z | |
| 3637 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142 DEBGJul 19 04:17:20.142Jul 19 04:17:20.142 INFOINFOcreated new freemap adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255, |
| 3638 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142 |
| 3639 | 2026-07-19T04:17:21.706Z | |
| 3640 | 2026-07-19T04:17:21.706Z | DEBG unitJul 19 04:17:20.142:Jul 19 04:17:20.142replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:17:20.142 |
| 3641 | 2026-07-19T04:17:21.706Z | DEBG freemap_route_ipv6DEBGDEBG |
| 3642 | 2026-07-19T04:17:21.706Z | 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.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 } }] |
| 3643 | 2026-07-19T04:17:21.706Z | 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 } }] |
| 3644 | 2026-07-19T04:17:21.706Z | |
| 3645 | 2026-07-19T04:17:21.706Z | Jul 19 04:17:20.142Jul 19 04:17:20.142Jul 19 04:17:20.142 INFOINFOINFOJul 19 04:17:20.142 Jul 19 04:17:20.142adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3646 | 2026-07-19T04:17:21.706Z | |
| 3647 | 2026-07-19T04:17:21.706Z | |
| 3648 | 2026-07-19T04:17:21.706Z | DEBG Jul 19 04:17:20.142INFOJul 19 04:17:20.142Jul 19 04:17:20.142 initted freemap. size: 64DEBG, DEBGadding route 172.16.0.0/32 -> 10.0.0.3unit 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 } }] |
| 3649 | 2026-07-19T04:17:21.706Z | |
| 3650 | 2026-07-19T04:17:21.706Z | 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 } }] : |
| 3651 | 2026-07-19T04:17:21.706Z | 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 } }]Jul 19 04:17:20.142freemap_route_ipv4 |
| 3652 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142 INFODEBG INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:17:20.142 |
| 3653 | 2026-07-19T04:17:21.707Z | |
| 3654 | 2026-07-19T04:17:21.707Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.49/32 -> 10.0.0.255 |
| 3655 | 2026-07-19T04:17:21.707Z | |
| 3656 | 2026-07-19T04:17:21.707Z | INFO Jul 19 04:17:20.142adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3657 | 2026-07-19T04:17:21.707Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3658 | 2026-07-19T04:17:21.707Z | DEBGJul 19 04:17:20.142 DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:17:20.142Jul 19 04:17:20.142reset freemap |
| 3659 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142 , DEBGDEBG INFOunitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.142: |
| 3660 | 2026-07-19T04:17:21.707Z | 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 } }] |
| 3661 | 2026-07-19T04:17:21.707Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 freemap_route_ipv4 |
| 3662 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3663 | 2026-07-19T04:17:21.707Z | test route::tests::delete_targets_full ... ok |
| 3664 | 2026-07-19T04:17:21.707Z | |
| 3665 | 2026-07-19T04:17:21.707Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 3666 | 2026-07-19T04:17:21.707Z | adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:17:20.142 |
| 3667 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142 DEBGJul 19 04:17:20.142DEBGJul 19 04:17:20.142 Jul 19 04:17:20.142 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3668 | 2026-07-19T04:17:21.707Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3669 | 2026-07-19T04:17:21.707Z | |
| 3670 | 2026-07-19T04:17:21.707Z | 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 } }] |
| 3671 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142 DEBGJul 19 04:17:20.142INFO INFOJul 19 04:17:20.142 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3672 | 2026-07-19T04:17:21.707Z | initted freemap. size: 64DEBGadding route 172.17.0.51/32 -> 10.0.0.255, |
| 3673 | 2026-07-19T04:17:21.707Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3674 | 2026-07-19T04:17:21.707Z | replacing targets for 172.16.0.0/32 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 } }]unit: |
| 3675 | 2026-07-19T04:17:21.707Z | freemap_route_ipv6Jul 19 04:17:20.142 |
| 3676 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142DEBG DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3677 | 2026-07-19T04:17:21.707Z | |
| 3678 | 2026-07-19T04:17:21.707Z | 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 } }] |
| 3679 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142Jul 19 04:17:20.142 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 } }] INFO |
| 3680 | 2026-07-19T04:17:21.707Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3681 | 2026-07-19T04:17:21.707Z | adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:17:20.142Jul 19 04:17:20.142 Jul 19 04:17:20.142 INFO 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.52/32 -> 10.0.0.255 |
| 3682 | 2026-07-19T04:17:21.707Z | |
| 3683 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3684 | 2026-07-19T04:17:21.707Z | |
| 3685 | 2026-07-19T04:17:21.707Z | 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 } }] |
| 3686 | 2026-07-19T04:17:21.707Z | Jul 19 04:17:20.142Jul 19 04:17:20.142 Jul 19 04:17:20.142DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing 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 } }] |
| 3687 | 2026-07-19T04:17:21.707Z | |
| 3688 | 2026-07-19T04:17:21.707Z | |
| 3689 | 2026-07-19T04:17:21.708Z | DEBG reset freemap, unitJul 19 04:17:20.142Jul 19 04:17:20.142: Jul 19 04:17:20.142 freemap_route_ipv6DEBGINFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3690 | 2026-07-19T04:17:21.708Z | 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 } }] |
| 3691 | 2026-07-19T04:17:21.708Z | |
| 3692 | 2026-07-19T04:17:21.708Z | |
| 3693 | 2026-07-19T04:17:21.708Z | Jul 19 04:17:20.142Jul 19 04:17:20.142 DEBGINFO Jul 19 04:17:20.142 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.54/32 -> 10.0.0.255Jul 19 04:17:20.142 |
| 3694 | 2026-07-19T04:17:21.708Z | |
| 3695 | 2026-07-19T04:17:21.708Z | 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 } }]INFO |
| 3696 | 2026-07-19T04:17:21.708Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:20.142 |
| 3697 | 2026-07-19T04:17:21.717Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3698 | 2026-07-19T04:17:21.717Z | Jul 19 04:17:20.142 INFOJul 19 04:17:20.142 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 3699 | 2026-07-19T04:17:21.717Z | 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 } }] |
| 3700 | 2026-07-19T04:17:21.717Z | Jul 19 04:17:20.142Jul 19 04:17:20.142 Jul 19 04:17:20.149DEBGJul 19 04:17:20.149 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 } }] |
| 3701 | 2026-07-19T04:17:21.717Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3702 | 2026-07-19T04:17:21.717Z | |
| 3703 | 2026-07-19T04:17:21.717Z | Jul 19 04:17:20.149 INFO DEBGJul 19 04:17:20.149adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:20.149 |
| 3704 | 2026-07-19T04:17:21.717Z | 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 } }] Jul 19 04:17:20.149 |
| 3705 | 2026-07-19T04:17:21.717Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3706 | 2026-07-19T04:17:21.717Z | DEBG Jul 19 04:17:20.149replacing 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 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 } }] |
| 3707 | 2026-07-19T04:17:21.717Z | INFO |
| 3708 | 2026-07-19T04:17:21.718Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3709 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149 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 } }]DEBG |
| 3710 | 2026-07-19T04:17:21.718Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 3711 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:17:20.149INFO |
| 3712 | 2026-07-19T04:17:21.718Z | DEBGadding route 172.17.0.52/32 -> 10.0.0.255 Jul 19 04:17:20.149replacing 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 } }] |
| 3713 | 2026-07-19T04:17:21.718Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3714 | 2026-07-19T04:17:21.718Z | INFO Jul 19 04:17:20.149adding route 172.17.0.55/32 -> 10.0.0.255 INFOJul 19 04:17:20.149 |
| 3715 | 2026-07-19T04:17:21.718Z | |
| 3716 | 2026-07-19T04:17:21.718Z | adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:17:20.149 |
| 3717 | 2026-07-19T04:17:21.718Z | INFO DEBG Jul 19 04:17:20.149 Jul 19 04:17:20.149replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3718 | 2026-07-19T04:17:21.718Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 19 04:17:20.149 DEBG DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3719 | 2026-07-19T04:17:21.718Z | |
| 3720 | 2026-07-19T04:17:21.718Z | |
| 3721 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149 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 |
| 3722 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149Jul 19 04:17:20.149Jul 19 04:17:20.149 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3723 | 2026-07-19T04:17:21.718Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 3724 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149 adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149 |
| 3725 | 2026-07-19T04:17:21.718Z | DEBG |
| 3726 | 2026-07-19T04:17:21.718Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:17:20.149 |
| 3727 | 2026-07-19T04:17:21.718Z | INFOJul 19 04:17:20.149replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149 Jul 19 04:17:20.149 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }] |
| 3728 | 2026-07-19T04:17:21.718Z | |
| 3729 | 2026-07-19T04:17:21.718Z | |
| 3730 | 2026-07-19T04:17:21.718Z | adding route 172.17.0.49/32 -> 10.0.0.255 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3731 | 2026-07-19T04:17:21.718Z | |
| 3732 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149 INFOJul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149adding route 172.17.0.57/32 -> 10.0.0.255 DEBG |
| 3733 | 2026-07-19T04:17:21.718Z | adding route 172.17.0.54/32 -> 10.0.0.255 DEBG |
| 3734 | 2026-07-19T04:17:21.718Z | 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 } }] |
| 3735 | 2026-07-19T04:17:21.718Z | 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 } }] |
| 3736 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149Jul 19 04:17:20.149 |
| 3737 | 2026-07-19T04:17:21.718Z | 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 } }]INFOJul 19 04:17:20.149 |
| 3738 | 2026-07-19T04:17:21.718Z | INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 3739 | 2026-07-19T04:17:21.718Z | adding route 172.17.0.58/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3740 | 2026-07-19T04:17:21.718Z | |
| 3741 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149Jul 19 04:17:20.149Jul 19 04:17:20.149 Jul 19 04:17:20.149DEBG 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 } }] 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 } }] |
| 3742 | 2026-07-19T04:17:21.718Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 3743 | 2026-07-19T04:17:21.718Z | |
| 3744 | 2026-07-19T04:17:21.718Z | 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 } }] |
| 3745 | 2026-07-19T04:17:21.718Z | Jul 19 04:17:20.149 Jul 19 04:17:20.149Jul 19 04:17:20.149INFOJul 19 04:17:20.149 adding route 172.17.0.59/32 -> 10.0.0.255DEBG INFOINFOreplacing 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 } }] |
| 3746 | 2026-07-19T04:17:21.718Z | |
| 3747 | 2026-07-19T04:17:21.718Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3748 | 2026-07-19T04:17:21.719Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3749 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149 Jul 19 04:17:20.149Jul 19 04:17:20.149Jul 19 04:17:20.149 INFODEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3750 | 2026-07-19T04:17:21.719Z | adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3751 | 2026-07-19T04:17:21.719Z | 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 } }] |
| 3752 | 2026-07-19T04:17:21.719Z | |
| 3753 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 INFOINFO Jul 19 04:17:20.149adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Jul 19 04:17:20.149 DEBG |
| 3754 | 2026-07-19T04:17:21.719Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3755 | 2026-07-19T04:17:21.719Z | test route::tests::add_target_fails_full ... ok |
| 3756 | 2026-07-19T04:17:21.719Z | 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 } }] |
| 3757 | 2026-07-19T04:17:21.719Z | test route::tests::delete_target_full ... ok |
| 3758 | 2026-07-19T04:17:21.719Z | INFO Jul 19 04:17:20.149Jul 19 04:17:20.149adding route 172.17.0.52/32 -> 10.0.0.255 Jul 19 04:17:20.149DEBG DEBG 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 } }] |
| 3759 | 2026-07-19T04:17:21.719Z | |
| 3760 | 2026-07-19T04:17:21.719Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3761 | 2026-07-19T04:17:21.719Z | 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 } }] |
| 3762 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149 DEBGJul 19 04:17:20.149 failed to allocate space for the new target list Jul 19 04:17:20.149 |
| 3763 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149 DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:17:20.149 |
| 3764 | 2026-07-19T04:17:21.719Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGDEBG |
| 3765 | 2026-07-19T04:17:21.719Z | replacing targets for 172.16.0.0/32 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 } }] |
| 3766 | 2026-07-19T04:17:21.719Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149 |
| 3767 | 2026-07-19T04:17:21.719Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:17:20.149 |
| 3768 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149DEBG 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 |
| 3769 | 2026-07-19T04:17:21.719Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3770 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 DEBGINFOJul 19 04:17:20.149 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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3771 | 2026-07-19T04:17:21.719Z | |
| 3772 | 2026-07-19T04:17:21.719Z | 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 } }] |
| 3773 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 Jul 19 04:17:20.149 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 } }] |
| 3774 | 2026-07-19T04:17:21.719Z | INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 3775 | 2026-07-19T04:17:21.719Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3776 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149 Jul 19 04:17:20.149INFO Jul 19 04:17:20.149adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3777 | 2026-07-19T04:17:21.719Z | 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.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:17:20.149 |
| 3778 | 2026-07-19T04:17:21.719Z | |
| 3779 | 2026-07-19T04:17:21.719Z | 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 } }] |
| 3780 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255 |
| 3781 | 2026-07-19T04:17:21.719Z | |
| 3782 | 2026-07-19T04:17:21.719Z | |
| 3783 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 Jul 19 04:17:20.149 DEBGDEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3784 | 2026-07-19T04:17:21.719Z | 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 } }] |
| 3785 | 2026-07-19T04:17:21.719Z | |
| 3786 | 2026-07-19T04:17:21.719Z | Jul 19 04:17:20.149Jul 19 04:17:20.149 INFOJul 19 04:17:20.149 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 3787 | 2026-07-19T04:17:21.720Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3788 | 2026-07-19T04:17:21.720Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3789 | 2026-07-19T04:17:21.720Z | Jul 19 04:17:20.149 Jul 19 04:17:20.149DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149 |
| 3790 | 2026-07-19T04:17:21.720Z | 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 } }]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 } }] |
| 3791 | 2026-07-19T04:17:21.720Z | |
| 3792 | 2026-07-19T04:17:21.720Z | Jul 19 04:17:20.149 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:17:20.149 |
| 3793 | 2026-07-19T04:17:21.720Z | Jul 19 04:17:20.149 INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 |
| 3794 | 2026-07-19T04:17:21.720Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3795 | 2026-07-19T04:17:21.720Z | Jul 19 04:17:20.149 DEBGJul 19 04:17:20.149 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149DEBG |
| 3796 | 2026-07-19T04:17:21.720Z | 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 } }]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 } }] |
| 3797 | 2026-07-19T04:17:21.724Z | |
| 3798 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.149 Jul 19 04:17:20.149INFOJul 19 04:17:20.149 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO |
| 3799 | 2026-07-19T04:17:21.724Z | adding route 172.17.0.63/32 -> 10.0.0.255INFO |
| 3800 | 2026-07-19T04:17:21.724Z | adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:17:20.149 |
| 3801 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.149DEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:20.149 |
| 3802 | 2026-07-19T04:17:21.724Z | 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 } }] |
| 3803 | 2026-07-19T04:17:21.724Z | DEBG Jul 19 04:17:20.149replacing 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 } }] |
| 3804 | 2026-07-19T04:17:21.724Z | INFO Jul 19 04:17:20.149 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 3805 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.149 failed to allocate space for the new target listINFO |
| 3806 | 2026-07-19T04:17:21.724Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3807 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.149 DEBGJul 19 04:17:20.149Jul 19 04:17:20.149 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3808 | 2026-07-19T04:17:21.724Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3809 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.149 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:17:20.180 |
| 3810 | 2026-07-19T04:17:21.724Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3811 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.180 DEBG Jul 19 04:17:20.180replacing 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 } }] |
| 3812 | 2026-07-19T04:17:21.724Z | |
| 3813 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3814 | 2026-07-19T04:17:21.724Z | DEBGJul 19 04:17:20.180 Jul 19 04:17:20.180replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3815 | 2026-07-19T04:17:21.724Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3816 | 2026-07-19T04:17:21.724Z | failed to allocate space for the new target list |
| 3817 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.180 Jul 19 04:17:20.180INFO INFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 3818 | 2026-07-19T04:17:21.724Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3819 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.180 Jul 19 04:17:20.180DEBG DEBGreplacing 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 } }] |
| 3820 | 2026-07-19T04:17:21.724Z | 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 } }] |
| 3821 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.180 Jul 19 04:17:20.180INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 |
| 3822 | 2026-07-19T04:17:21.724Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3823 | 2026-07-19T04:17:21.724Z | Jul 19 04:17:20.180 Jul 19 04:17:20.180DEBG DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3824 | 2026-07-19T04:17:21.724Z | 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 } }] |
| 3825 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180Jul 19 04:17:20.180 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3826 | 2026-07-19T04:17:21.725Z | DEBG failed to allocate space for the new target list |
| 3827 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 Jul 19 04:17:20.180DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3828 | 2026-07-19T04:17:21.725Z | 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 } }] |
| 3829 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3830 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3831 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3832 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3833 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3834 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3835 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3836 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3837 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3838 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3839 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3840 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3841 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3842 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3843 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3844 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3845 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3846 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3847 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3848 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3849 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3850 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3851 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3852 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3853 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3854 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3855 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3856 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3857 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3858 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3859 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3860 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3861 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3862 | 2026-07-19T04:17:21.725Z | Jul 19 04:17:20.180 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 } }] |
| 3863 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3864 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 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 } }] |
| 3865 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3866 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 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 } }] |
| 3867 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3868 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 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 } }] |
| 3869 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3870 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 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 } }] |
| 3871 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3872 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 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 } }] |
| 3873 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 DEBG failed to allocate space for the new target list |
| 3874 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.180 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 } }] |
| 3875 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3876 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3877 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3878 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3879 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3880 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3881 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3882 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3883 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3884 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3885 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3886 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3887 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3888 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3889 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3890 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3891 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3892 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3893 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3894 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3895 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3896 | 2026-07-19T04:17:21.726Z | Jul 19 04:17:20.181 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 } }] |
| 3897 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3898 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 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 } }] |
| 3899 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3900 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 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 } }] |
| 3901 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3902 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 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 } }] |
| 3903 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3904 | 2026-07-19T04:17:21.730Z | Jul 19 04:17:20.181 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 } }] |
| 3905 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3906 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3907 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3908 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3909 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3910 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3911 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3912 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3913 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3914 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3915 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3916 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3917 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3918 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3919 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3920 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.181 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 } }] |
| 3921 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3922 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3923 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3924 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3925 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3926 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3927 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3928 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3929 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3930 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3931 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3932 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3933 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3934 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3935 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3936 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3937 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3938 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3939 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3940 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3941 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3942 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 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 } }] |
| 3943 | 2026-07-19T04:17:21.731Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3944 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3945 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3946 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3947 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3948 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3949 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3950 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3951 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3952 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3953 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3954 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3955 | 2026-07-19T04:17:21.732Z | test route::tests::delete_targets_fragmented ... ok |
| 3956 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3957 | 2026-07-19T04:17:21.732Z | |
| 3958 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3959 | 2026-07-19T04:17:21.732Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
| 3960 | 2026-07-19T04:17:21.732Z | |
| 3961 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3962 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3963 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3964 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3965 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3966 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3967 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3968 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3969 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3970 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3971 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3972 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3973 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3974 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3975 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3976 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3977 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3978 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3979 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3980 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 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 } }] |
| 3981 | 2026-07-19T04:17:21.732Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3982 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.190 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 } }] |
| 3983 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.190 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3984 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3985 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3986 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3987 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3988 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3989 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3990 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3991 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3992 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3993 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3994 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3995 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3996 | 2026-07-19T04:17:21.733Z | Jul 19 04:17:20.199 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 } }] |
| 3997 | 2026-07-19T04:17:21.736Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3998 | 2026-07-19T04:17:21.736Z | Jul 19 04:17:20.199 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 } }] |
| 3999 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4000 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4001 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4002 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4003 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4004 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4005 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4006 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4007 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4008 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4009 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4010 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4011 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4012 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4013 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4014 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.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 } }] |
| 4015 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 DEBG failed to allocate space for the new target list |
| 4016 | 2026-07-19T04:17:21.737Z | Jul 19 04:17:20.199 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 } }] |
| 4017 | 2026-07-19T04:17:21.737Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-d80d01e044321376) |
| 4018 | 2026-07-19T04:17:21.737Z | |
| 4019 | 2026-07-19T04:17:21.737Z | running 0 tests |
| 4020 | 2026-07-19T04:17:21.737Z | |
| 4021 | 2026-07-19T04:17:21.737Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-07-19T04:17:21.737Z | |
| 4023 | 2026-07-19T04:17:21.737Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-03e4d7ef1e7776bf) |
| 4024 | 2026-07-19T04:17:21.737Z | |
| 4025 | 2026-07-19T04:17:21.737Z | running 0 tests |
| 4026 | 2026-07-19T04:17:21.737Z | |
| 4027 | 2026-07-19T04:17:21.737Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4028 | 2026-07-19T04:17:21.737Z | |
| 4029 | 2026-07-19T04:17:21.737Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-b74d4903650599a4) |
| 4030 | 2026-07-19T04:17:21.737Z | |
| 4031 | 2026-07-19T04:17:21.737Z | running 6 tests |
| 4032 | 2026-07-19T04:17:21.737Z | test tests::test_full_lot_id_neither_present ... ok |
| 4033 | 2026-07-19T04:17:21.737Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4034 | 2026-07-19T04:17:21.737Z | test tests::test_full_lot_id_lot_only ... ok |
| 4035 | 2026-07-19T04:17:21.737Z | test tests::test_full_lot_id_both_present ... ok |
| 4036 | 2026-07-19T04:17:21.737Z | test tests::test_parse_client_port_id ... ok |
| 4037 | 2026-07-19T04:17:21.737Z | test tests::test_port_id_cmp ... ok |
| 4038 | 2026-07-19T04:17:21.738Z | |
| 4039 | 2026-07-19T04:17:21.738Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-07-19T04:17:21.738Z | |
| 4041 | 2026-07-19T04:17:21.738Z | Running tests/test_all.rs (target/debug/deps/test_all-89b13a58034a1aa4) |
| 4042 | 2026-07-19T04:17:21.738Z | |
| 4043 | 2026-07-19T04:17:21.738Z | running 0 tests |
| 4044 | 2026-07-19T04:17:21.738Z | |
| 4045 | 2026-07-19T04:17:21.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-07-19T04:17:21.738Z | |
| 4047 | 2026-07-19T04:17:21.738Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-073f63e8fe3edb2d) |
| 4048 | 2026-07-19T04:17:21.738Z | |
| 4049 | 2026-07-19T04:17:21.738Z | running 0 tests |
| 4050 | 2026-07-19T04:17:21.738Z | |
| 4051 | 2026-07-19T04:17:21.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4052 | 2026-07-19T04:17:21.738Z | |
| 4053 | 2026-07-19T04:17:21.738Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-df939c530e55054a) |
| 4054 | 2026-07-19T04:17:21.738Z | Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc) |
| 4055 | 2026-07-19T04:17:21.738Z | |
| 4056 | 2026-07-19T04:17:21.738Z | running 0 tests |
| 4057 | 2026-07-19T04:17:21.738Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4058 | 2026-07-19T04:17:21.738Z | Running unittests src/main.rs (target/debug/deps/swadm-89da2881c552a1a6) |
| 4059 | 2026-07-19T04:17:21.738Z | Running tests/counters.rs (target/debug/deps/counters-78ada8944d556c51) |
| 4060 | 2026-07-19T04:17:21.738Z | |
| 4061 | 2026-07-19T04:17:21.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4062 | 2026-07-19T04:17:21.738Z | |
| 4063 | 2026-07-19T04:17:21.738Z | |
| 4064 | 2026-07-19T04:17:21.738Z | running 12 tests |
| 4065 | 2026-07-19T04:17:21.738Z | test icmp::test_v6_checksum ... ok |
| 4066 | 2026-07-19T04:17:21.738Z | test icmp::test_v4_checksum ... ok |
| 4067 | 2026-07-19T04:17:21.738Z | test pbuf::test_byte ... ok |
| 4068 | 2026-07-19T04:17:21.738Z | test lldp::test_lldp_parse ... ok |
| 4069 | 2026-07-19T04:17:21.738Z | test ipv6::test_ipv6_parse ... ok |
| 4070 | 2026-07-19T04:17:21.738Z | test pbuf::test_nibble ... ok |
| 4071 | 2026-07-19T04:17:21.738Z | test pbuf::test_short ... ok |
| 4072 | 2026-07-19T04:17:21.738Z | test pbuf::test_overflow ... ok |
| 4073 | 2026-07-19T04:17:21.738Z | test pbuf::test_twelve ... ok |
| 4074 | 2026-07-19T04:17:21.738Z | test pbuf::test_word ... ok |
| 4075 | 2026-07-19T04:17:21.738Z | test tcp::test_checksum_ack_data ... ok |
| 4076 | 2026-07-19T04:17:21.738Z | test tcp::test_checksum_syn_nodata ... ok |
| 4077 | 2026-07-19T04:17:21.739Z | |
| 4078 | 2026-07-19T04:17:21.739Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4079 | 2026-07-19T04:17:21.739Z | |
| 4080 | 2026-07-19T04:17:21.739Z | |
| 4081 | 2026-07-19T04:17:21.739Z | running 0 tests |
| 4082 | 2026-07-19T04:17:21.739Z | |
| 4083 | 2026-07-19T04:17:21.739Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4084 | 2026-07-19T04:17:21.739Z | |
| 4085 | 2026-07-19T04:17:21.739Z | |
| 4086 | 2026-07-19T04:17:21.739Z | running 5 tests |
| 4087 | 2026-07-19T04:17:21.739Z | test switchport::test::test_compute_lanes ... ok |
| 4088 | 2026-07-19T04:17:21.739Z | test switchport::test::port_id_ordering ... ok |
| 4089 | 2026-07-19T04:17:21.739Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4090 | 2026-07-19T04:17:21.739Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 4091 | 2026-07-19T04:17:21.739Z | Rx Loss-of-signal: Yes Lane 0 Yes Yes Lane 1Yes |
| 4092 | 2026-07-19T04:17:21.739Z | Rx CDR Enabled: YesLane 2 Lane 3Yes |
| 4093 | 2026-07-19T04:17:21.739Z | Yes Yes State: Activated |
| 4094 | 2026-07-19T04:17:21.739Z | Tx Enabled: YesActivated Yes ActivatedYes ActivatedYes |
| 4095 | 2026-07-19T04:17:21.739Z | |
| 4096 | 2026-07-19T04:17:21.739Z | Rx Output Enabled: false Tx Loss-of-lock: No Nofalse Nofalse Nofalse |
| 4097 | 2026-07-19T04:17:21.746Z | |
| 4098 | 2026-07-19T04:17:21.746Z | Tx Loss-of-signal: No No Rx Output Status: valid No validNo |
| 4099 | 2026-07-19T04:17:21.746Z | valid Tx CDR Enabled: No valid |
| 4100 | 2026-07-19T04:17:21.747Z | No Rx Loss-of-lock: true No trueNo |
| 4101 | 2026-07-19T04:17:21.747Z | true Tx Adaptive EQ Fault: Notrue |
| 4102 | 2026-07-19T04:17:21.747Z | No Rx Loss-of-signal: falseNo No |
| 4103 | 2026-07-19T04:17:21.747Z | false Tx Fault: Yes Yesfalse falseYes |
| 4104 | 2026-07-19T04:17:21.747Z | Yes |
| 4105 | 2026-07-19T04:17:21.747Z | Rx Auto-squelch Disable: true true true true |
| 4106 | 2026-07-19T04:17:21.747Z | Tx Output Enabled: true true true true |
| 4107 | 2026-07-19T04:17:21.747Z | Tx Output Status: invalid invalid invalid invalid |
| 4108 | 2026-07-19T04:17:21.747Z | Tx Loss-of-lock: false false false false |
| 4109 | 2026-07-19T04:17:21.747Z | Tx Loss-of-signal: true true true true |
| 4110 | 2026-07-19T04:17:21.747Z | Tx Auto-squelch Disable: false false false false |
| 4111 | 2026-07-19T04:17:21.747Z | Tx Adaptive EQ Fail: true true true true |
| 4112 | 2026-07-19T04:17:21.747Z | Tx Failure: false false false false |
| 4113 | 2026-07-19T04:17:21.747Z | Tx Force Squelch: true true true true |
| 4114 | 2026-07-19T04:17:21.747Z | Tx Input Polarity: normal normal normal normal |
| 4115 | 2026-07-19T04:17:21.747Z | test switchport::test::test_print_sff_datapath ... ok |
| 4116 | 2026-07-19T04:17:21.747Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4117 | 2026-07-19T04:17:21.747Z | test link::test_filter ... ok |
| 4118 | 2026-07-19T04:17:21.747Z | |
| 4119 | 2026-07-19T04:17:21.747Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4120 | 2026-07-19T04:17:21.747Z | |
| 4121 | 2026-07-19T04:17:21.747Z | |
| 4122 | 2026-07-19T04:17:21.747Z | running 1 test |
| 4123 | 2026-07-19T04:17:21.747Z | test test_p4_counter_list ... ignored |
| 4124 | 2026-07-19T04:17:21.747Z | |
| 4125 | 2026-07-19T04:17:21.747Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4126 | 2026-07-19T04:17:21.747Z | |
| 4127 | 2026-07-19T04:17:21.747Z | Running tests/port-link.rs (target/debug/deps/port_link-8dc1078385fd6fa4) |
| 4128 | 2026-07-19T04:17:21.747Z | |
| 4129 | 2026-07-19T04:17:21.747Z | running 5 tests |
| 4130 | 2026-07-19T04:17:21.747Z | test test_an ... ignored |
| 4131 | 2026-07-19T04:17:21.747Z | test test_enable ... ignored |
| 4132 | 2026-07-19T04:17:21.747Z | test test_ip_addresses ... ignored |
| 4133 | 2026-07-19T04:17:21.747Z | test test_kr ... ignored |
| 4134 | 2026-07-19T04:17:21.747Z | test test_mac ... ignored |
| 4135 | 2026-07-19T04:17:21.747Z | |
| 4136 | 2026-07-19T04:17:21.747Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4137 | 2026-07-19T04:17:21.747Z | |
| 4138 | 2026-07-19T04:17:21.747Z | Running unittests src/main.rs (target/debug/deps/tfportd-d97b046dad23809e) |
| 4139 | 2026-07-19T04:17:21.748Z | |
| 4140 | 2026-07-19T04:17:21.748Z | running 3 tests |
| 4141 | 2026-07-19T04:17:21.748Z | test linklocal::test_parse_ipadm ... ok |
| 4142 | 2026-07-19T04:17:21.748Z | test tfport::test_parse_tfport ... ok |
| 4143 | 2026-07-19T04:17:21.748Z | test config::tests::test_updates ... ok |
| 4144 | 2026-07-19T04:17:21.748Z | |
| 4145 | 2026-07-19T04:17:21.748Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-07-19T04:17:21.748Z | |
| 4147 | 2026-07-19T04:17:21.748Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a) |
| 4148 | 2026-07-19T04:17:21.748Z | |
| 4149 | 2026-07-19T04:17:21.748Z | running 0 tests |
| 4150 | 2026-07-19T04:17:21.748Z | |
| 4151 | 2026-07-19T04:17:21.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-07-19T04:17:21.748Z | |
| 4153 | 2026-07-19T04:17:21.748Z | Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea) |
| 4154 | 2026-07-19T04:17:21.748Z | |
| 4155 | 2026-07-19T04:17:21.748Z | running 0 tests |
| 4156 | 2026-07-19T04:17:21.748Z | |
| 4157 | 2026-07-19T04:17:21.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-07-19T04:17:21.748Z | |
| 4159 | 2026-07-19T04:17:21.748Z | Doc-tests aal |
| 4160 | 2026-07-19T04:17:21.861Z | |
| 4161 | 2026-07-19T04:17:21.861Z | running 0 tests |
| 4162 | 2026-07-19T04:17:21.861Z | |
| 4163 | 2026-07-19T04:17:21.861Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-07-19T04:17:21.861Z | |
| 4165 | 2026-07-19T04:17:21.878Z | Doc-tests aal_macros |
| 4166 | 2026-07-19T04:17:21.948Z | |
| 4167 | 2026-07-19T04:17:21.948Z | running 0 tests |
| 4168 | 2026-07-19T04:17:21.948Z | |
| 4169 | 2026-07-19T04:17:21.948Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-07-19T04:17:21.948Z | |
| 4171 | 2026-07-19T04:17:21.960Z | Doc-tests common |
| 4172 | 2026-07-19T04:17:22.197Z | |
| 4173 | 2026-07-19T04:17:22.197Z | running 0 tests |
| 4174 | 2026-07-19T04:17:22.197Z | |
| 4175 | 2026-07-19T04:17:22.197Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4176 | 2026-07-19T04:17:22.197Z | |
| 4177 | 2026-07-19T04:17:22.219Z | Doc-tests dpd_api |
| 4178 | 2026-07-19T04:17:22.965Z | |
| 4179 | 2026-07-19T04:17:22.965Z | running 2 tests |
| 4180 | 2026-07-19T04:17:22.965Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4181 | 2026-07-19T04:17:22.965Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4182 | 2026-07-19T04:17:22.965Z | |
| 4183 | 2026-07-19T04:17:22.965Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-07-19T04:17:22.966Z | |
| 4185 | 2026-07-19T04:17:22.997Z | Doc-tests dpd_client |
| 4186 | 2026-07-19T04:17:24.271Z | |
| 4187 | 2026-07-19T04:17:24.272Z | running 0 tests |
| 4188 | 2026-07-19T04:17:24.272Z | |
| 4189 | 2026-07-19T04:17:24.272Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-07-19T04:17:24.272Z | |
| 4191 | 2026-07-19T04:17:24.312Z | Doc-tests dpd_types |
| 4192 | 2026-07-19T04:17:24.526Z | |
| 4193 | 2026-07-19T04:17:24.527Z | running 0 tests |
| 4194 | 2026-07-19T04:17:24.527Z | |
| 4195 | 2026-07-19T04:17:24.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4196 | 2026-07-19T04:17:24.527Z | |
| 4197 | 2026-07-19T04:17:24.554Z | Doc-tests dpd_types_versions |
| 4198 | 2026-07-19T04:17:25.764Z | |
| 4199 | 2026-07-19T04:17:25.764Z | running 1 test |
| 4200 | 2026-07-19T04:17:25.764Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4201 | 2026-07-19T04:17:25.764Z | |
| 4202 | 2026-07-19T04:17:25.764Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-07-19T04:17:25.764Z | |
| 4204 | 2026-07-19T04:17:25.806Z | Doc-tests packet |
| 4205 | 2026-07-19T04:17:25.921Z | |
| 4206 | 2026-07-19T04:17:25.921Z | running 0 tests |
| 4207 | 2026-07-19T04:17:25.921Z | |
| 4208 | 2026-07-19T04:17:25.921Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-07-19T04:17:25.921Z | |
| 4210 | 2026-07-19T04:17:25.937Z | Doc-tests pcap |
| 4211 | 2026-07-19T04:17:25.989Z | |
| 4212 | 2026-07-19T04:17:25.989Z | running 0 tests |
| 4213 | 2026-07-19T04:17:25.989Z | |
| 4214 | 2026-07-19T04:17:25.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4215 | 2026-07-19T04:17:25.989Z | |
| 4216 | 2026-07-19T04:17:26.060Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4217 | 2026-07-19T04:17:26.061Z | + RUST_BACKTRACE=full |
| 4218 | 2026-07-19T04:17:26.061Z | + cargo test --features tofino_asic --no-fail-fast |
| 4219 | 2026-07-19T04:17:26.662Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4220 | 2026-07-19T04:17:26.743Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4221 | 2026-07-19T04:17:26.750Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4222 | 2026-07-19T04:17:26.758Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4223 | 2026-07-19T04:17:35.339Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4224 | 2026-07-19T04:17:35.758Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4225 | 2026-07-19T04:18:17.193Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.12s |
| 4226 | 2026-07-19T04:18:17.307Z | Running unittests src/lib.rs (target/debug/deps/aal-504aff372e2bff9a) |
| 4227 | 2026-07-19T04:18:17.310Z | |
| 4228 | 2026-07-19T04:18:17.310Z | running 5 tests |
| 4229 | 2026-07-19T04:18:17.313Z | test fuse::tests::chip_revision_a0 ... ok |
| 4230 | 2026-07-19T04:18:17.313Z | test fuse::tests::chip_revision_b1 ... ok |
| 4231 | 2026-07-19T04:18:17.313Z | test fuse::tests::chip_revision_b0 ... ok |
| 4232 | 2026-07-19T04:18:17.313Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4233 | 2026-07-19T04:18:17.313Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4234 | 2026-07-19T04:18:17.313Z | |
| 4235 | 2026-07-19T04:18:17.313Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-07-19T04:18:17.313Z | |
| 4237 | 2026-07-19T04:18:17.313Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4238 | 2026-07-19T04:18:17.316Z | |
| 4239 | 2026-07-19T04:18:17.316Z | running 0 tests |
| 4240 | 2026-07-19T04:18:17.316Z | |
| 4241 | 2026-07-19T04:18:17.316Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-07-19T04:18:17.316Z | |
| 4243 | 2026-07-19T04:18:17.316Z | Running unittests src/lib.rs (target/debug/deps/asic-3f081f1d3ddd966f) |
| 4244 | 2026-07-19T04:18:17.415Z | |
| 4245 | 2026-07-19T04:18:17.415Z | running 8 tests |
| 4246 | 2026-07-19T04:18:17.418Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4247 | 2026-07-19T04:18:17.418Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4248 | 2026-07-19T04:18:17.418Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4249 | 2026-07-19T04:18:17.418Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4250 | 2026-07-19T04:18:17.418Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4251 | 2026-07-19T04:18:17.418Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4252 | 2026-07-19T04:18:17.426Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4253 | 2026-07-19T04:18:17.917Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4254 | 2026-07-19T04:18:17.917Z | |
| 4255 | 2026-07-19T04:18:17.917Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4256 | 2026-07-19T04:18:17.917Z | |
| 4257 | 2026-07-19T04:18:17.926Z | Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428) |
| 4258 | 2026-07-19T04:18:17.929Z | |
| 4259 | 2026-07-19T04:18:17.929Z | running 10 tests |
| 4260 | 2026-07-19T04:18:17.932Z | test nat::tests::test_vni ... ok |
| 4261 | 2026-07-19T04:18:17.932Z | test network::tests::test_eui64 ... ok |
| 4262 | 2026-07-19T04:18:17.932Z | test network::tests::test_equal ... ok |
| 4263 | 2026-07-19T04:18:17.932Z | test network::tests::test_into ... ok |
| 4264 | 2026-07-19T04:18:17.932Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4265 | 2026-07-19T04:18:17.932Z | test network::tests::test_not_equal ... ok |
| 4266 | 2026-07-19T04:18:17.932Z | test network::tests::test_parse ... ok |
| 4267 | 2026-07-19T04:18:17.932Z | test network::tests::test_to_string ... ok |
| 4268 | 2026-07-19T04:18:17.932Z | test test_purge ... ok |
| 4269 | 2026-07-19T04:18:17.935Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4270 | 2026-07-19T04:18:17.935Z | |
| 4271 | 2026-07-19T04:18:17.935Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4272 | 2026-07-19T04:18:17.935Z | |
| 4273 | 2026-07-19T04:18:17.935Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f3bf3377c822793d) |
| 4274 | 2026-07-19T04:18:17.938Z | |
| 4275 | 2026-07-19T04:18:17.938Z | running 1 test |
| 4276 | 2026-07-19T04:18:17.940Z | ------- |
| 4277 | 2026-07-19T04:18:17.940Z | Generating OpenAPI documents from API definitions ... |
| 4278 | 2026-07-19T04:18:18.077Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4279 | 2026-07-19T04:18:18.144Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4280 | 2026-07-19T04:18:19.151Z | ------- |
| 4281 | 2026-07-19T04:18:19.151Z | Checking 12 OpenAPI documents... |
| 4282 | 2026-07-19T04:18:19.151Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-07-19T04:18:19.151Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-07-19T04:18:19.151Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-07-19T04:18:19.151Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-07-19T04:18:19.151Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-07-19T04:18:19.154Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-07-19T04:18:19.154Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-07-19T04:18:19.154Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-07-19T04:18:19.154Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-07-19T04:18:19.154Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-07-19T04:18:19.154Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-07-19T04:18:19.155Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-07-19T04:18:19.155Z | Fresh dpd "latest" symlink |
| 4295 | 2026-07-19T04:18:19.155Z | ------- |
| 4296 | 2026-07-19T04:18:19.155Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4297 | 2026-07-19T04:18:19.213Z | test test::test_apis_up_to_date ... ok |
| 4298 | 2026-07-19T04:18:19.213Z | |
| 4299 | 2026-07-19T04:18:19.213Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 4300 | 2026-07-19T04:18:19.213Z | |
| 4301 | 2026-07-19T04:18:19.273Z | Running unittests src/main.rs (target/debug/deps/dpd-879c989602f4ed4f) |
| 4302 | 2026-07-19T04:18:19.340Z | |
| 4303 | 2026-07-19T04:18:19.340Z | running 66 tests |
| 4304 | 2026-07-19T04:18:19.343Z | test freemap::test_ordering ... ok |
| 4305 | 2026-07-19T04:18:19.343Z | test config::tests::test_updates ... ok |
| 4306 | 2026-07-19T04:18:19.343Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4307 | 2026-07-19T04:18:19.343Z | test freemap::test_split ... ok |
| 4308 | 2026-07-19T04:18:19.346Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4309 | 2026-07-19T04:18:19.346Z | test macaddrs::tests::test_mac_offset ... ok |
| 4310 | 2026-07-19T04:18:19.346Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4311 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG created new freemap, Jul 19 04:18:17.857unit :DEBG freemap_testcreated new freemap, |
| 4312 | 2026-07-19T04:18:19.346Z | unit: freemap_test |
| 4313 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG initted freemap. size: 128, unit:Jul 19 04:18:17.857 freemap_testDEBG |
| 4314 | 2026-07-19T04:18:19.346Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4315 | 2026-07-19T04:18:19.346Z | initted freemap. size: 128, Jul 19 04:18:17.857unit :DEBG freemap_testreset freemap |
| 4316 | 2026-07-19T04:18:19.346Z | , unit: freemap_test |
| 4317 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test |
| 4318 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG created new freemap, unit: freemap_test |
| 4319 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG initted freemap. size: 128, unit: freemap_test |
| 4320 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test |
| 4321 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG created new freemap, unit: freemap_test |
| 4322 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG initted freemap. size: 128, unit: freemap_test |
| 4323 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test |
| 4324 | 2026-07-19T04:18:19.346Z | test nat::test_mapping ... ok |
| 4325 | 2026-07-19T04:18:19.346Z | test freemap::test_basic ... ok |
| 4326 | 2026-07-19T04:18:19.346Z | test freemap::test_free ... ok |
| 4327 | 2026-07-19T04:18:19.346Z | test freemap::test_reclaim ... ok |
| 4328 | 2026-07-19T04:18:19.346Z | test freemap::test_exhaustion ... ok |
| 4329 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG created new freemap, unit: freemap_test |
| 4330 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG initted freemap. size: 8, unit: freemap_test |
| 4331 | 2026-07-19T04:18:19.346Z | Jul 19 04:18:17.857 DEBG reset freemap, unit: freemap_test |
| 4332 | 2026-07-19T04:18:19.347Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4333 | 2026-07-19T04:18:19.347Z | test port_map::tests::test_backplane_group ... ok |
| 4334 | 2026-07-19T04:18:19.347Z | test port_map::tests::test_port_map ... ok |
| 4335 | 2026-07-19T04:18:19.347Z | test port_map::tests::dump_map ... ok |
| 4336 | 2026-07-19T04:18:19.347Z | Jul 19 04:18:17.858 DEBG created new freemap, unit: freemap_test |
| 4337 | 2026-07-19T04:18:19.347Z | Jul 19 04:18:17.858 DEBG initted freemap. size: 128, unit: freemap_test |
| 4338 | 2026-07-19T04:18:19.347Z | Jul 19 04:18:17.858 DEBG reset freemap, unit: freemap_test |
| 4339 | 2026-07-19T04:18:19.347Z | test freemap::test_span ... ok |
| 4340 | 2026-07-19T04:18:19.352Z | test api_server::tests::test_build_info ... ok |
| 4341 | 2026-07-19T04:18:19.352Z | Jul 19 04:18:17.859 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4342 | 2026-07-19T04:18:19.352Z | Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBG DEBGcreated new freemap , unitcreated new freemap: , freemap_route_ipv4unit: |
| 4343 | 2026-07-19T04:18:19.352Z | freemap_route_ipv4 |
| 4344 | 2026-07-19T04:18:19.352Z | Jul 19 04:18:17.859 DEBG created new freemapJul 19 04:18:17.859, unitDEBG: created new freemapfreemap_route_ipv6, |
| 4345 | 2026-07-19T04:18:19.353Z | unit: freemap_route_ipv6 |
| 4346 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859 DEBG initted freemap. size: 64Jul 19 04:18:17.859, unitDEBG: initted freemap. size: 64freemap_route_ipv4, |
| 4347 | 2026-07-19T04:18:19.353Z | unit: freemap_route_ipv4 |
| 4348 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859 DEBG reset freemapJul 19 04:18:17.859, unitDEBG: reset freemapfreemap_route_ipv4, |
| 4349 | 2026-07-19T04:18:19.353Z | unit:Jul 19 04:18:17.859 freemap_route_ipv4DEBG |
| 4350 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859Jul 19 04:18:17.859created new freemap , DEBGDEBG initted freemap. size: 64created new freemap, unit, unitunit:: freemap_route_ipv6freemap_route_ipv4: |
| 4351 | 2026-07-19T04:18:19.353Z | |
| 4352 | 2026-07-19T04:18:19.353Z | freemap_route_ipv6 |
| 4353 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859 DEBG reset freemap, Jul 19 04:18:17.859unit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 4354 | 2026-07-19T04:18:19.353Z | , unit: freemap_route_ipv4 |
| 4355 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.859 |
| 4356 | 2026-07-19T04:18:19.353Z | DEBGJul 19 04:18:17.859 Jul 19 04:18:17.859reset freemap DEBG, unitDEBG:Jul 19 04:18:17.859 created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 4357 | 2026-07-19T04:18:19.353Z | freemap_route_ipv4created new freemap |
| 4358 | 2026-07-19T04:18:19.353Z | , , Jul 19 04:18:17.859unit :unitINFOJul 19 04:18:17.859 :adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 4359 | 2026-07-19T04:18:19.353Z | DEBG |
| 4360 | 2026-07-19T04:18:19.353Z | initted freemap. size: 64 , Jul 19 04:18:17.859 unitDEBGfreemap_route_ipv6: Jul 19 04:18:17.859replacing 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 } }]freemap_route_ipv6 |
| 4361 | 2026-07-19T04:18:19.353Z | |
| 4362 | 2026-07-19T04:18:19.353Z | DEBG |
| 4363 | 2026-07-19T04:18:19.353Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4364 | 2026-07-19T04:18:19.353Z | created new freemap, unitJul 19 04:18:17.859: Jul 19 04:18:17.859INFOfreemap_route_ipv6 |
| 4365 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4366 | 2026-07-19T04:18:19.353Z | reset freemapJul 19 04:18:17.859, unit DEBGDEBGJul 19 04:18:17.859 :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 4367 | 2026-07-19T04:18:19.353Z | 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 } }]initted freemap. size: 64 |
| 4368 | 2026-07-19T04:18:19.353Z | , unit, :unit Jul 19 04:18:17.859freemap_route_ipv4Jul 19 04:18:17.859 |
| 4369 | 2026-07-19T04:18:19.353Z | :INFOINFO freemap_route_ipv4 |
| 4370 | 2026-07-19T04:18:19.353Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4371 | 2026-07-19T04:18:19.353Z | |
| 4372 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4373 | 2026-07-19T04:18:19.353Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 4374 | 2026-07-19T04:18:19.353Z | reset freemapreset freemap, Jul 19 04:18:17.859, unitunit :: INFOfreemap_route_ipv4Jul 19 04:18:17.859 |
| 4375 | 2026-07-19T04:18:19.353Z | freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 4376 | 2026-07-19T04:18:19.353Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4377 | 2026-07-19T04:18:19.353Z | |
| 4378 | 2026-07-19T04:18:19.353Z | Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBG Jul 19 04:18:17.859replacing 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 DEBGinitted freemap. size: 64Jul 19 04:18:17.859, unit :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4379 | 2026-07-19T04:18:19.353Z | DEBG |
| 4380 | 2026-07-19T04:18:19.353Z | initted freemap. size: 64freemap_route_ipv6, |
| 4381 | 2026-07-19T04:18:19.353Z | unitJul 19 04:18:17.859: INFOJul 19 04:18:17.859Jul 19 04:18:17.859 freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4382 | 2026-07-19T04:18:19.353Z | INFO |
| 4383 | 2026-07-19T04:18:19.354Z | DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Jul 19 04:18:17.859reset freemap |
| 4384 | 2026-07-19T04:18:19.354Z | DEBG, unitreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859: |
| 4385 | 2026-07-19T04:18:19.354Z | freemap_route_ipv6DEBGJul 19 04:18:17.859 |
| 4386 | 2026-07-19T04:18:19.354Z | INFO reset freemapJul 19 04:18:17.859, adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBGunitJul 19 04:18:17.859: |
| 4387 | 2026-07-19T04:18:19.354Z | INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4388 | 2026-07-19T04:18:19.354Z | Jul 19 04:18:17.859 DEBG |
| 4389 | 2026-07-19T04:18:19.354Z | freemap_route_ipv6 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 } }] |
| 4390 | 2026-07-19T04:18:19.354Z | Jul 19 04:18:17.859 |
| 4391 | 2026-07-19T04:18:19.354Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:18:17.859 |
| 4392 | 2026-07-19T04:18:19.354Z | Jul 19 04:18:17.859DEBGJul 19 04:18:17.859 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:18:17.859INFO |
| 4393 | 2026-07-19T04:18:19.354Z | |
| 4394 | 2026-07-19T04:18:19.354Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4395 | 2026-07-19T04:18:19.354Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859 |
| 4396 | 2026-07-19T04:18:19.354Z | DEBGJul 19 04:18:17.859 Jul 19 04:18:17.859replacing 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 } }] |
| 4397 | 2026-07-19T04:18:19.354Z | DEBGJul 19 04:18:17.859DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4398 | 2026-07-19T04:18:19.354Z | |
| 4399 | 2026-07-19T04:18:19.354Z | INFO Jul 19 04:18:17.859adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO |
| 4400 | 2026-07-19T04:18:19.354Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4401 | 2026-07-19T04:18:19.354Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4402 | 2026-07-19T04:18:19.354Z | INFO |
| 4403 | 2026-07-19T04:18:19.354Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4404 | 2026-07-19T04:18:19.354Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFO 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:4::/64 -> 2001:db8::55:ff |
| 4405 | 2026-07-19T04:18:19.354Z | |
| 4406 | 2026-07-19T04:18:19.354Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4407 | 2026-07-19T04:18:19.354Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOJul 19 04:18:17.859 DEBGDEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4408 | 2026-07-19T04:18:19.354Z | |
| 4409 | 2026-07-19T04:18:19.354Z | 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 } }] |
| 4410 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859INFO DEBG adding route 3fff:beef:5::/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 } }] |
| 4411 | 2026-07-19T04:18:19.355Z | |
| 4412 | 2026-07-19T04:18:19.355Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4413 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFO DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:1::/64 -> 2001:db8::55:ff |
| 4414 | 2026-07-19T04:18:19.355Z | |
| 4415 | 2026-07-19T04:18:19.355Z | |
| 4416 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOINFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4417 | 2026-07-19T04:18:19.355Z | 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 } }] |
| 4418 | 2026-07-19T04:18:19.355Z | |
| 4419 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBG DEBGINFOreplacing 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 } }] |
| 4420 | 2026-07-19T04:18:19.355Z | 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:2::/64 -> 2001:db8::55:ff |
| 4421 | 2026-07-19T04:18:19.355Z | |
| 4422 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFODEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4423 | 2026-07-19T04:18:19.355Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4424 | 2026-07-19T04:18:19.355Z | |
| 4425 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 INFODEBGJul 19 04:18:17.859 adding route 3fff:beef:3::/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 } }] |
| 4426 | 2026-07-19T04:18:19.355Z | DEBG |
| 4427 | 2026-07-19T04:18:19.355Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4428 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859 DEBGJul 19 04:18:17.859Jul 19 04:18:17.859 INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4429 | 2026-07-19T04:18:19.355Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4430 | 2026-07-19T04:18:19.355Z | |
| 4431 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 DEBGINFO Jul 19 04:18:17.859adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4432 | 2026-07-19T04:18:19.355Z | DEBG |
| 4433 | 2026-07-19T04:18:19.355Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859 |
| 4434 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859INFO Jul 19 04:18:17.859DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4435 | 2026-07-19T04:18:19.355Z | 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 } }] |
| 4436 | 2026-07-19T04:18:19.355Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4437 | 2026-07-19T04:18:19.355Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 DEBGINFOJul 19 04:18:17.859 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4438 | 2026-07-19T04:18:19.355Z | |
| 4439 | 2026-07-19T04:18:19.355Z | 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 } }] |
| 4440 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859 Jul 19 04:18:17.859INFO Jul 19 04:18:17.859adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4441 | 2026-07-19T04:18:19.360Z | INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4442 | 2026-07-19T04:18:19.360Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859 |
| 4443 | 2026-07-19T04:18:19.360Z | DEBG Jul 19 04:18:17.859replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.859 |
| 4444 | 2026-07-19T04:18:19.360Z | 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 } }]INFOJul 19 04:18:17.859 |
| 4445 | 2026-07-19T04:18:19.360Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4446 | 2026-07-19T04:18:19.360Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4447 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859 DEBGINFO 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 } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4448 | 2026-07-19T04:18:19.360Z | |
| 4449 | 2026-07-19T04:18:19.360Z | 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 } }] |
| 4450 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOINFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4451 | 2026-07-19T04:18:19.360Z | |
| 4452 | 2026-07-19T04:18:19.360Z | |
| 4453 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFODEBG DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4454 | 2026-07-19T04:18:19.360Z | 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 } }] |
| 4455 | 2026-07-19T04:18:19.360Z | 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 } }] |
| 4456 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859 DEBGJul 19 04:18:17.859 Jul 19 04:18:17.859 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4457 | 2026-07-19T04:18:19.360Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4458 | 2026-07-19T04:18:19.360Z | |
| 4459 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:18:17.859 |
| 4460 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4461 | 2026-07-19T04:18:19.360Z | |
| 4462 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859 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 } }] |
| 4463 | 2026-07-19T04:18:19.360Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Jul 19 04:18:17.859 |
| 4464 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 4465 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4466 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBGJul 19 04:18:17.859 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 } }]DEBG |
| 4467 | 2026-07-19T04:18:19.361Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4468 | 2026-07-19T04:18:19.361Z | |
| 4469 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.859 Jul 19 04:18:17.859Jul 19 04:18:17.859INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4470 | 2026-07-19T04:18:19.361Z | |
| 4471 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4472 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.859Jul 19 04:18:17.859 Jul 19 04:18:17.859DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 3fff:beef: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 } }] |
| 4473 | 2026-07-19T04:18:19.361Z | |
| 4474 | 2026-07-19T04:18:19.361Z | 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 } }] |
| 4475 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.859Jul 19 04:18:17.859Jul 19 04:18:17.859 INFOINFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4476 | 2026-07-19T04:18:19.361Z | |
| 4477 | 2026-07-19T04:18:19.361Z | |
| 4478 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4479 | 2026-07-19T04:18:19.361Z | DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4480 | 2026-07-19T04:18:19.361Z | |
| 4481 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4482 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860 INFOINFO Jul 19 04:18:17.860adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4483 | 2026-07-19T04:18:19.361Z | DEBG |
| 4484 | 2026-07-19T04:18:19.361Z | 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 } }] |
| 4485 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860 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 } }]INFODEBG |
| 4486 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:12::/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 } }] |
| 4487 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860 |
| 4488 | 2026-07-19T04:18:19.361Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4489 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860 DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.860adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4490 | 2026-07-19T04:18:19.361Z | |
| 4491 | 2026-07-19T04:18:19.361Z | 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 } }] |
| 4492 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO Jul 19 04:18:17.860DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4493 | 2026-07-19T04:18:19.361Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4494 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4495 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBGJul 19 04:18:17.860 INFODEBGreplacing 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 } }] |
| 4496 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:e::/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 } }] |
| 4497 | 2026-07-19T04:18:19.361Z | |
| 4498 | 2026-07-19T04:18:19.361Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 4499 | 2026-07-19T04:18:19.361Z | adding route 3fff:beef:15::/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 } }] |
| 4500 | 2026-07-19T04:18:19.361Z | |
| 4501 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860 DEBG Jul 19 04:18:17.860Jul 19 04:18:17.860replacing 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 } }] |
| 4502 | 2026-07-19T04:18:19.362Z | DEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4503 | 2026-07-19T04:18:19.362Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4504 | 2026-07-19T04:18:19.362Z | INFO Jul 19 04:18:17.860adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 19 04:18:17.860 |
| 4505 | 2026-07-19T04:18:19.362Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 4506 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860 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 } }] |
| 4507 | 2026-07-19T04:18:19.362Z | 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 } }] |
| 4508 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFO DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4509 | 2026-07-19T04:18:19.362Z | |
| 4510 | 2026-07-19T04:18:19.362Z | 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 } }] |
| 4511 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFODEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4512 | 2026-07-19T04:18:19.362Z | |
| 4513 | 2026-07-19T04:18:19.362Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4514 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4515 | 2026-07-19T04:18:19.362Z | |
| 4516 | 2026-07-19T04:18:19.362Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4517 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFOJul 19 04:18:17.860 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:18::/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 } }] |
| 4518 | 2026-07-19T04:18:19.362Z | |
| 4519 | 2026-07-19T04:18:19.362Z | |
| 4520 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4521 | 2026-07-19T04:18:19.362Z | INFO |
| 4522 | 2026-07-19T04:18:19.362Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4523 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4524 | 2026-07-19T04:18:19.362Z | |
| 4525 | 2026-07-19T04:18:19.362Z | 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 } }] |
| 4526 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFO Jul 19 04:18:17.860replacing 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 } }] |
| 4527 | 2026-07-19T04:18:19.362Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4528 | 2026-07-19T04:18:19.362Z | |
| 4529 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4530 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4531 | 2026-07-19T04:18:19.362Z | |
| 4532 | 2026-07-19T04:18:19.362Z | Jul 19 04:18:17.860 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860 |
| 4533 | 2026-07-19T04:18:19.363Z | Jul 19 04:18:17.860 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4534 | 2026-07-19T04:18:19.363Z | |
| 4535 | 2026-07-19T04:18:19.363Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860INFOJul 19 04:18:17.860 DEBGDEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4536 | 2026-07-19T04:18:19.363Z | 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 } }] |
| 4537 | 2026-07-19T04:18:19.363Z | 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 } }] |
| 4538 | 2026-07-19T04:18:19.363Z | Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860Jul 19 04:18:17.860 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 |
| 4539 | 2026-07-19T04:18:19.363Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 4540 | 2026-07-19T04:18:19.368Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4541 | 2026-07-19T04:18:19.368Z | INFOJul 19 04:18:17.860 Jul 19 04:18:17.860adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG |
| 4542 | 2026-07-19T04:18:19.368Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860 |
| 4543 | 2026-07-19T04:18:19.368Z | DEBG |
| 4544 | 2026-07-19T04:18:19.368Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860 |
| 4545 | 2026-07-19T04:18:19.368Z | Jul 19 04:18:17.860 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4546 | 2026-07-19T04:18:19.368Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4547 | 2026-07-19T04:18:19.368Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 4548 | 2026-07-19T04:18:19.368Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4549 | 2026-07-19T04:18:19.368Z | |
| 4550 | 2026-07-19T04:18:19.368Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBG INFO INFO 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 } }] |
| 4551 | 2026-07-19T04:18:19.368Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4552 | 2026-07-19T04:18:19.368Z | |
| 4553 | 2026-07-19T04:18:19.368Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4554 | 2026-07-19T04:18:19.368Z | |
| 4555 | 2026-07-19T04:18:19.368Z | 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 } }] |
| 4556 | 2026-07-19T04:18:19.368Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBGJul 19 04:18:17.860 INFOINFOreplacing 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 } }] |
| 4557 | 2026-07-19T04:18:19.369Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4558 | 2026-07-19T04:18:19.369Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4559 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 INFOJul 19 04:18:17.860 Jul 19 04:18:17.860 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 4560 | 2026-07-19T04:18:19.369Z | 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: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 } }] |
| 4561 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 |
| 4562 | 2026-07-19T04:18:19.369Z | 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 } }] |
| 4563 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4564 | 2026-07-19T04:18:19.369Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4565 | 2026-07-19T04:18:19.369Z | INFO Jul 19 04:18:17.860adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Jul 19 04:18:17.860 |
| 4566 | 2026-07-19T04:18:19.369Z | DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4567 | 2026-07-19T04:18:19.369Z | |
| 4568 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860 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 |
| 4569 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 4570 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO |
| 4571 | 2026-07-19T04:18:19.369Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4572 | 2026-07-19T04:18:19.369Z | DEBGJul 19 04:18:17.860 Jul 19 04:18:17.860replacing 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 } }] |
| 4573 | 2026-07-19T04:18:19.369Z | DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4574 | 2026-07-19T04:18:19.369Z | 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 } }] |
| 4575 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860INFOJul 19 04:18:17.860 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4576 | 2026-07-19T04:18:19.369Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4577 | 2026-07-19T04:18:19.369Z | |
| 4578 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBGJul 19 04:18:17.860 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4579 | 2026-07-19T04:18:19.369Z | |
| 4580 | 2026-07-19T04:18:19.369Z | |
| 4581 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4582 | 2026-07-19T04:18:19.369Z | |
| 4583 | 2026-07-19T04:18:19.369Z | |
| 4584 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGDEBG Jul 19 04:18:17.860replacing 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 } }] |
| 4585 | 2026-07-19T04:18:19.369Z | 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: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 } }] |
| 4586 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860 |
| 4587 | 2026-07-19T04:18:19.369Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4588 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFOJul 19 04:18:17.860 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 4589 | 2026-07-19T04:18:19.369Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4590 | 2026-07-19T04:18:19.369Z | |
| 4591 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGINFODEBG adding route 3fff:beef:25::/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 } }] |
| 4592 | 2026-07-19T04:18:19.369Z | |
| 4593 | 2026-07-19T04:18:19.369Z | 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 } }] |
| 4594 | 2026-07-19T04:18:19.369Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBG Jul 19 04:18:17.860adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4595 | 2026-07-19T04:18:19.369Z | 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:1e::/64 -> 2001:db8::55:ff |
| 4596 | 2026-07-19T04:18:19.370Z | |
| 4597 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860Jul 19 04:18:17.860 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4598 | 2026-07-19T04:18:19.370Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 4599 | 2026-07-19T04:18:19.370Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860 |
| 4600 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 4601 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.860 |
| 4602 | 2026-07-19T04:18:19.370Z | INFODEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4603 | 2026-07-19T04:18:19.370Z | |
| 4604 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860 INFOJul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4605 | 2026-07-19T04:18:19.370Z | 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 } }] |
| 4606 | 2026-07-19T04:18:19.370Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4607 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4608 | 2026-07-19T04:18:19.370Z | |
| 4609 | 2026-07-19T04:18:19.370Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4610 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 INFOINFOJul 19 04:18:17.860 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4611 | 2026-07-19T04:18:19.370Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4612 | 2026-07-19T04:18:19.370Z | 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 } }] |
| 4613 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4614 | 2026-07-19T04:18:19.370Z | |
| 4615 | 2026-07-19T04:18:19.370Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4616 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4617 | 2026-07-19T04:18:19.370Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4618 | 2026-07-19T04:18:19.370Z | |
| 4619 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 INFODEBGDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4620 | 2026-07-19T04:18:19.370Z | 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 } }] |
| 4621 | 2026-07-19T04:18:19.370Z | |
| 4622 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4623 | 2026-07-19T04:18:19.370Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4624 | 2026-07-19T04:18:19.370Z | |
| 4625 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.860 |
| 4626 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4627 | 2026-07-19T04:18:19.370Z | 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 } }] |
| 4628 | 2026-07-19T04:18:19.370Z | Jul 19 04:18:17.860Jul 19 04:18:17.860Jul 19 04:18:17.860 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4629 | 2026-07-19T04:18:19.370Z | INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4630 | 2026-07-19T04:18:19.370Z | |
| 4631 | 2026-07-19T04:18:19.371Z | Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860 Jul 19 04:18:17.860replacing 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 } }] |
| 4632 | 2026-07-19T04:18:19.371Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 4633 | 2026-07-19T04:18:19.371Z | Jul 19 04:18:17.860replacing 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 } }] |
| 4634 | 2026-07-19T04:18:19.371Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4635 | 2026-07-19T04:18:19.371Z | Jul 19 04:18:17.860 INFODEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4636 | 2026-07-19T04:18:19.371Z | |
| 4637 | 2026-07-19T04:18:19.371Z | Jul 19 04:18:17.860 DEBG Jul 19 04:18:17.860replacing 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 } }] |
| 4638 | 2026-07-19T04:18:19.371Z | DEBG Jul 19 04:18:17.860replacing 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 } }] |
| 4639 | 2026-07-19T04:18:19.371Z | INFOJul 19 04:18:17.860 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4640 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 |
| 4641 | 2026-07-19T04:18:19.375Z | INFO Jul 19 04:18:17.860adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4642 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4643 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860replacing 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 } }] |
| 4644 | 2026-07-19T04:18:19.375Z | 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 } }] |
| 4645 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO Jul 19 04:18:17.860INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4646 | 2026-07-19T04:18:19.375Z | |
| 4647 | 2026-07-19T04:18:19.375Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4648 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860 DEBGDEBG 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 } }]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 } }] |
| 4649 | 2026-07-19T04:18:19.375Z | |
| 4650 | 2026-07-19T04:18:19.375Z | 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 } }] |
| 4651 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 4652 | 2026-07-19T04:18:19.375Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4653 | 2026-07-19T04:18:19.375Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4654 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860Jul 19 04:18:17.860 DEBGDEBG Jul 19 04:18:17.860replacing 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 } }] |
| 4655 | 2026-07-19T04:18:19.375Z | DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4656 | 2026-07-19T04:18:19.375Z | 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 } }] |
| 4657 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 INFOJul 19 04:18:17.860 Jul 19 04:18:17.860INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4658 | 2026-07-19T04:18:19.375Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 4659 | 2026-07-19T04:18:19.375Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4660 | 2026-07-19T04:18:19.375Z | DEBG Jul 19 04:18:17.860replacing 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 } }] |
| 4661 | 2026-07-19T04:18:19.375Z | 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 } }] |
| 4662 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:18:17.860 |
| 4663 | 2026-07-19T04:18:19.375Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4664 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 DEBGJul 19 04:18:17.860Jul 19 04:18:17.860 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4665 | 2026-07-19T04:18:19.375Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4666 | 2026-07-19T04:18:19.375Z | |
| 4667 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 INFO Jul 19 04:18:17.860adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4668 | 2026-07-19T04:18:19.375Z | INFOJul 19 04:18:17.860 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 4669 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4670 | 2026-07-19T04:18:19.375Z | DEBG Jul 19 04:18:17.860replacing 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 } }] |
| 4671 | 2026-07-19T04:18:19.375Z | DEBGJul 19 04:18:17.860 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4672 | 2026-07-19T04:18:19.375Z | 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 } }] |
| 4673 | 2026-07-19T04:18:19.375Z | Jul 19 04:18:17.860 Jul 19 04:18:17.860INFO Jul 19 04:18:17.860 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOINFO |
| 4674 | 2026-07-19T04:18:19.375Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4675 | 2026-07-19T04:18:19.376Z | |
| 4676 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.860Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGDEBG 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 } }]Jul 19 04:18:17.861 |
| 4677 | 2026-07-19T04:18:19.376Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapDEBG |
| 4678 | 2026-07-19T04:18:19.376Z | , 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 } }]unit |
| 4679 | 2026-07-19T04:18:19.376Z | :Jul 19 04:18:17.861 INFOJul 19 04:18:17.861freemap_route_ipv4 Jul 19 04:18:17.861adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4680 | 2026-07-19T04:18:19.376Z | |
| 4681 | 2026-07-19T04:18:19.376Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4682 | 2026-07-19T04:18:19.376Z | INFO Jul 19 04:18:17.861adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4683 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861DEBG Jul 19 04:18:17.861 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 } }] |
| 4684 | 2026-07-19T04:18:19.376Z | 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 } }] |
| 4685 | 2026-07-19T04:18:19.376Z | created new freemapJul 19 04:18:17.861, Jul 19 04:18:17.861unit : DEBGINFOJul 19 04:18:17.861 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 4686 | 2026-07-19T04:18:19.376Z | freemap_route_ipv6 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4687 | 2026-07-19T04:18:19.376Z | |
| 4688 | 2026-07-19T04:18:19.376Z | |
| 4689 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861 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 } }]Jul 19 04:18:17.861 |
| 4690 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861Jul 19 04:18:17.861DEBG 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 } }]initted freemap. size: 64 |
| 4691 | 2026-07-19T04:18:19.376Z | INFO, unit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:18:17.861 |
| 4692 | 2026-07-19T04:18:19.376Z | freemap_route_ipv4INFO |
| 4693 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861 Jul 19 04:18:17.861DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4694 | 2026-07-19T04:18:19.376Z | INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4695 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861 |
| 4696 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861 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 } }]reset freemapJul 19 04:18:17.861, |
| 4697 | 2026-07-19T04:18:19.376Z | unitJul 19 04:18:17.861: DEBG INFOJul 19 04:18:17.861freemap_route_ipv4 |
| 4698 | 2026-07-19T04:18:19.376Z | test route::tests::grow_succeeds ... ok |
| 4699 | 2026-07-19T04:18:19.376Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 4700 | 2026-07-19T04:18:19.376Z | 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 } }] |
| 4701 | 2026-07-19T04:18:19.376Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 19 04:18:17.861 |
| 4702 | 2026-07-19T04:18:19.376Z | DEBGJul 19 04:18:17.861Jul 19 04:18:17.861 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4703 | 2026-07-19T04:18:19.376Z | Jul 19 04:18:17.861 |
| 4704 | 2026-07-19T04:18:19.376Z | DEBG initted freemap. size: 64replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861 |
| 4705 | 2026-07-19T04:18:19.376Z | DEBG, unitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861 |
| 4706 | 2026-07-19T04:18:19.376Z | : INFOJul 19 04:18:17.861 Jul 19 04:18:17.861 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 4707 | 2026-07-19T04:18:19.377Z | freemap_route_ipv6 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4708 | 2026-07-19T04:18:19.377Z | Jul 19 04:18:17.861 |
| 4709 | 2026-07-19T04:18:19.377Z | |
| 4710 | 2026-07-19T04:18:19.377Z | DEBGJul 19 04:18:17.861 Jul 19 04:18:17.861DEBGreplacing 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 } }] |
| 4711 | 2026-07-19T04:18:19.377Z | 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 |
| 4712 | 2026-07-19T04:18:19.377Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861 |
| 4713 | 2026-07-19T04:18:19.377Z | Jul 19 04:18:17.861Jul 19 04:18:17.861DEBG reset freemapINFOJul 19 04:18:17.861, INFOunit : adding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4714 | 2026-07-19T04:18:19.377Z | |
| 4715 | 2026-07-19T04:18:19.377Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4716 | 2026-07-19T04:18:19.377Z | Jul 19 04:18:17.861 |
| 4717 | 2026-07-19T04:18:19.377Z | 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 } }] |
| 4718 | 2026-07-19T04:18:19.378Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.859DEBG INFOJul 19 04:18:17.861 Jul 19 04:18:17.861 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4719 | 2026-07-19T04:18:19.378Z | DEBG |
| 4720 | 2026-07-19T04:18:19.378Z | 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:39::/64 -> 2001:db8::55:ff |
| 4721 | 2026-07-19T04:18:19.378Z | |
| 4722 | 2026-07-19T04:18:19.378Z | Jul 19 04:18:17.861 INFOinitted freemap. size: 64Jul 19 04:18:17.861Jul 19 04:18:17.861 , DEBG unitINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 4723 | 2026-07-19T04:18:19.378Z | 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:31::/64 -> 2001:db8::55:ffJul 19 04:18:17.861 |
| 4724 | 2026-07-19T04:18:19.378Z | |
| 4725 | 2026-07-19T04:18:19.378Z | freemap_route_ipv6Jul 19 04:18:17.861 DEBG |
| 4726 | 2026-07-19T04:18:19.378Z | Jul 19 04:18:17.861Jul 19 04:18:17.861DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4727 | 2026-07-19T04:18:19.378Z | |
| 4728 | 2026-07-19T04:18:19.378Z | DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4729 | 2026-07-19T04:18:19.378Z | |
| 4730 | 2026-07-19T04:18:19.378Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:18:17.861 |
| 4731 | 2026-07-19T04:18:19.378Z | DEBGJul 19 04:18:17.861Jul 19 04:18:17.861 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 } }]INFODEBG |
| 4732 | 2026-07-19T04:18:19.378Z | reset freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff, |
| 4733 | 2026-07-19T04:18:19.378Z | unit: replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4734 | 2026-07-19T04:18:19.378Z | freemap_route_ipv6Jul 19 04:18:17.861 |
| 4735 | 2026-07-19T04:18:19.378Z | DEBGJul 19 04:18:17.861 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861 |
| 4736 | 2026-07-19T04:18:19.378Z | 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:3b::/64 -> 2001:db8::55:ff |
| 4737 | 2026-07-19T04:18:19.378Z | |
| 4738 | 2026-07-19T04:18:19.378Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 INFO Jul 19 04:18:17.861Jul 19 04:18:17.861 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4739 | 2026-07-19T04:18:19.378Z | |
| 4740 | 2026-07-19T04:18:19.382Z | |
| 4741 | 2026-07-19T04:18:19.382Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.861DEBG 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 } }] |
| 4742 | 2026-07-19T04:18:19.382Z | |
| 4743 | 2026-07-19T04:18:19.382Z | 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 } }]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 } }] |
| 4744 | 2026-07-19T04:18:19.382Z | Jul 19 04:18:17.861 |
| 4745 | 2026-07-19T04:18:19.383Z | INFOJul 19 04:18:17.861 adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:18:17.861INFO Jul 19 04:18:17.861 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4746 | 2026-07-19T04:18:19.383Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4747 | 2026-07-19T04:18:19.383Z | |
| 4748 | 2026-07-19T04:18:19.383Z | INFO Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGDEBG Jul 19 04:18:17.861replacing 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 } }] |
| 4749 | 2026-07-19T04:18:19.383Z | DEBGadding route 3fff:beef:34::/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 } }]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 } }] |
| 4750 | 2026-07-19T04:18:19.383Z | |
| 4751 | 2026-07-19T04:18:19.383Z | |
| 4752 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.861 DEBG DEBGfailed to allocate space for the new target list |
| 4753 | 2026-07-19T04:18:19.383Z | 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 } }]INFOINFO |
| 4754 | 2026-07-19T04:18:19.383Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:18:17.861 |
| 4755 | 2026-07-19T04:18:19.383Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 4756 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.861 |
| 4757 | 2026-07-19T04:18:19.383Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG Jul 19 04:18:17.861 |
| 4758 | 2026-07-19T04:18:19.383Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4759 | 2026-07-19T04:18:19.383Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4760 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.861 DEBGINFOINFO 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:4adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4761 | 2026-07-19T04:18:19.383Z | |
| 4762 | 2026-07-19T04:18:19.383Z | |
| 4763 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGJul 19 04:18:17.861INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap |
| 4764 | 2026-07-19T04:18:19.383Z | 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 } }], |
| 4765 | 2026-07-19T04:18:19.383Z | unit:DEBG Jul 19 04:18:17.861freemap_route_ipv4Jul 19 04:18:17.861 |
| 4766 | 2026-07-19T04:18:19.383Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4767 | 2026-07-19T04:18:19.383Z | INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4768 | 2026-07-19T04:18:19.383Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 4769 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861Jul 19 04:18:17.861Jul 19 04:18:17.861 INFODEBG Jul 19 04:18:17.861INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4770 | 2026-07-19T04:18:19.383Z | |
| 4771 | 2026-07-19T04:18:19.383Z | |
| 4772 | 2026-07-19T04:18:19.383Z | created new freemapJul 19 04:18:17.861, unitJul 19 04:18:17.861DEBG :DEBG Jul 19 04:18:17.861 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 } }] failed to allocate space for the new target list |
| 4773 | 2026-07-19T04:18:19.383Z | |
| 4774 | 2026-07-19T04:18:19.383Z | freemap_route_ipv6 |
| 4775 | 2026-07-19T04:18:19.383Z | 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 } }] |
| 4776 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861 Jul 19 04:18:17.861INFOJul 19 04:18:17.861Jul 19 04:18:17.861 DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ff, |
| 4777 | 2026-07-19T04:18:19.383Z | DEBGunit |
| 4778 | 2026-07-19T04:18:19.383Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4779 | 2026-07-19T04:18:19.383Z | freemap_route_ipv4Jul 19 04:18:17.861 |
| 4780 | 2026-07-19T04:18:19.383Z | Jul 19 04:18:17.861 Jul 19 04:18:17.861DEBGDEBG DEBG Jul 19 04:18:17.861 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 } }] failed to allocate space for the new target listreplacing 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 } }] |
| 4781 | 2026-07-19T04:18:19.383Z | |
| 4782 | 2026-07-19T04:18:19.383Z | |
| 4783 | 2026-07-19T04:18:19.383Z | DEBG reset freemapJul 19 04:18:17.861, Jul 19 04:18:17.861unit :INFO freemap_route_ipv4INFO |
| 4784 | 2026-07-19T04:18:19.384Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4785 | 2026-07-19T04:18:19.384Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4786 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861 Jul 19 04:18:17.861DEBGJul 19 04:18:17.861 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 4787 | 2026-07-19T04:18:19.384Z | DEBG freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4788 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861 |
| 4789 | 2026-07-19T04:18:19.384Z | INFO Jul 19 04:18:17.861Jul 19 04:18:17.861 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFODEBG |
| 4790 | 2026-07-19T04:18:19.384Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap |
| 4791 | 2026-07-19T04:18:19.384Z | , Jul 19 04:18:17.861unit :DEBG Jul 19 04:18:17.861freemap_route_ipv6replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4792 | 2026-07-19T04:18:19.384Z | |
| 4793 | 2026-07-19T04:18:19.384Z | 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 } }] |
| 4794 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.861INFO |
| 4795 | 2026-07-19T04:18:19.384Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 4796 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4797 | 2026-07-19T04:18:19.384Z | 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 } }] |
| 4798 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 DEBGDEBG Jul 19 04:18:17.861replacing 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:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4799 | 2026-07-19T04:18:19.384Z | |
| 4800 | 2026-07-19T04:18:19.384Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4801 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861 Jul 19 04:18:17.861INFOJul 19 04:18:17.861 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4802 | 2026-07-19T04:18:19.384Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4803 | 2026-07-19T04:18:19.384Z | DEBG Jul 19 04:18:17.861replacing 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 } }] |
| 4804 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4805 | 2026-07-19T04:18:19.384Z | 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 } }] |
| 4806 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861 Jul 19 04:18:17.861INFO Jul 19 04:18:17.861 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4807 | 2026-07-19T04:18:19.384Z | |
| 4808 | 2026-07-19T04:18:19.384Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4809 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.862 Jul 19 04:18:17.862Jul 19 04:18:17.862 DEBGDEBG Jul 19 04:18:17.863created new freemap , 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 } }] |
| 4810 | 2026-07-19T04:18:19.384Z | created new freemapDEBG, unitcreated new freemap:, unit: Jul 19 04:18:17.863freemap_route_ipv4 |
| 4811 | 2026-07-19T04:18:19.384Z | INFO freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4812 | 2026-07-19T04:18:19.384Z | |
| 4813 | 2026-07-19T04:18:19.384Z | Jul 19 04:18:17.861Jul 19 04:18:17.861 Jul 19 04:18:17.863DEBGJul 19 04:18:17.863 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 } }]DEBG Jul 19 04:18:17.863 DEBGcreated new freemap 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 } }] , DEBGunit |
| 4814 | 2026-07-19T04:18:19.384Z | : 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 } }]DEBGfreemap_route_ipv6 created new freemap |
| 4815 | 2026-07-19T04:18:19.385Z | , unit |
| 4816 | 2026-07-19T04:18:19.385Z | : Jul 19 04:18:17.863freemap_route_ipv6 DEBG |
| 4817 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863 initted freemap. size: 64 , Jul 19 04:18:17.863unitJul 19 04:18:17.863 INFOINFO :adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4818 | 2026-07-19T04:18:19.385Z | |
| 4819 | 2026-07-19T04:18:19.385Z | DEBG freemap_route_ipv4 |
| 4820 | 2026-07-19T04:18:19.385Z | initted freemap. size: 64Jul 19 04:18:17.863Jul 19 04:18:17.863, DEBGunit 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 } }] freemap_route_ipv4 |
| 4821 | 2026-07-19T04:18:19.385Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863 |
| 4822 | 2026-07-19T04:18:19.385Z | |
| 4823 | 2026-07-19T04:18:19.385Z | DEBG reset freemap, Jul 19 04:18:17.863Jul 19 04:18:17.863 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunitfailed to allocate space for the new target list: |
| 4824 | 2026-07-19T04:18:19.385Z | |
| 4825 | 2026-07-19T04:18:19.385Z | freemap_route_ipv4 |
| 4826 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863 |
| 4827 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863 DEBGDEBGJul 19 04:18:17.863 Jul 19 04:18:17.863replacing 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 |
| 4828 | 2026-07-19T04:18:19.385Z | DEBG reset freemapinitted freemap. size: 64, , unitJul 19 04:18:17.863unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: |
| 4829 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863freemap_route_ipv6freemap_route_ipv4 |
| 4830 | 2026-07-19T04:18:19.385Z | |
| 4831 | 2026-07-19T04:18:19.385Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 4832 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863 Jul 19 04:18:17.863adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4833 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863 DEBGDEBG initted freemap. size: 64replacing 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 |
| 4834 | 2026-07-19T04:18:19.385Z | Jul 19 04:18:17.863, unit reset freemap:, DEBGJul 19 04:18:17.863freemap_route_ipv6 unit |
| 4835 | 2026-07-19T04:18:19.385Z | INFO :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4836 | 2026-07-19T04:18:19.385Z | |
| 4837 | 2026-07-19T04:18:19.386Z | |
| 4838 | 2026-07-19T04:18:19.386Z | Jul 19 04:18:17.863Jul 19 04:18:17.863Jul 19 04:18:17.863 DEBGINFO Jul 19 04:18:17.863reset freemapadding route 172.16.0.0/32 -> 10.0.0.1 , |
| 4839 | 2026-07-19T04:18:19.386Z | unit:DEBGINFO Jul 19 04:18:17.863 freemap_route_ipv6DEBG |
| 4840 | 2026-07-19T04:18:19.391Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4841 | 2026-07-19T04:18:19.391Z | |
| 4842 | 2026-07-19T04:18:19.392Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4843 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863Jul 19 04:18:17.863 INFOJul 19 04:18:17.863 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4844 | 2026-07-19T04:18:19.392Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4845 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4846 | 2026-07-19T04:18:19.392Z | INFO Jul 19 04:18:17.863adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4847 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863Jul 19 04:18:17.863 INFODEBG DEBGJul 19 04:18:17.863 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4848 | 2026-07-19T04:18:19.392Z | |
| 4849 | 2026-07-19T04:18:19.392Z | 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.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 } }] |
| 4850 | 2026-07-19T04:18:19.392Z | |
| 4851 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863Jul 19 04:18:17.863Jul 19 04:18:17.863 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:18:17.863 |
| 4852 | 2026-07-19T04:18:19.392Z | INFO |
| 4853 | 2026-07-19T04:18:19.392Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 4854 | 2026-07-19T04:18:19.392Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863Jul 19 04:18:17.863 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 } }]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 } }] |
| 4855 | 2026-07-19T04:18:19.392Z | |
| 4856 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863 |
| 4857 | 2026-07-19T04:18:19.392Z | DEBG Jul 19 04:18:17.863Jul 19 04:18:17.863 INFOJul 19 04:18:17.863 INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4858 | 2026-07-19T04:18:19.392Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4859 | 2026-07-19T04:18:19.392Z | |
| 4860 | 2026-07-19T04:18:19.392Z | |
| 4861 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863Jul 19 04:18:17.863Jul 19 04:18:17.863 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 } }] Jul 19 04:18:17.863replacing 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 } }] |
| 4862 | 2026-07-19T04:18:19.392Z | |
| 4863 | 2026-07-19T04:18:19.392Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4864 | 2026-07-19T04:18:19.392Z | DEBGJul 19 04:18:17.863 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.863 |
| 4865 | 2026-07-19T04:18:19.392Z | INFOJul 19 04:18:17.863INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 4866 | 2026-07-19T04:18:19.392Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863 |
| 4867 | 2026-07-19T04:18:19.392Z | INFOJul 19 04:18:17.863 |
| 4868 | 2026-07-19T04:18:19.392Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 4869 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.863DEBG |
| 4870 | 2026-07-19T04:18:19.392Z | 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 } }] |
| 4871 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG |
| 4872 | 2026-07-19T04:18:19.392Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.863Jul 19 04:18:17.863 |
| 4873 | 2026-07-19T04:18:19.392Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.863 |
| 4874 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.863 INFOINFO INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4875 | 2026-07-19T04:18:19.392Z | |
| 4876 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.864 INFO |
| 4877 | 2026-07-19T04:18:19.392Z | Jul 19 04:18:17.864adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:18:17.864 |
| 4878 | 2026-07-19T04:18:19.393Z | DEBG DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.864 |
| 4879 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864 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 } }] |
| 4880 | 2026-07-19T04:18:19.393Z | DEBGDEBG Jul 19 04:18:17.864replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.864 |
| 4881 | 2026-07-19T04:18:19.393Z | 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 INFO |
| 4882 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4883 | 2026-07-19T04:18:19.393Z | |
| 4884 | 2026-07-19T04:18:19.393Z | INFO Jul 19 04:18:17.864adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4885 | 2026-07-19T04:18:19.393Z | INFO Jul 19 04:18:17.864adding route 172.17.0.5/32 -> 10.0.0.255 Jul 19 04:18:17.864 |
| 4886 | 2026-07-19T04:18:19.393Z | DEBGDEBGJul 19 04:18:17.864 Jul 19 04:18:17.862 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 } }] replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.864 |
| 4887 | 2026-07-19T04:18:19.393Z | DEBGDEBGreplacing 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 } }] |
| 4888 | 2026-07-19T04:18:19.393Z | |
| 4889 | 2026-07-19T04:18:19.393Z | created 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 } }]unitJul 19 04:18:17.864Jul 19 04:18:17.864: Jul 19 04:18:17.864INFOINFOfreemap_route_ipv4 |
| 4890 | 2026-07-19T04:18:19.393Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4891 | 2026-07-19T04:18:19.393Z | |
| 4892 | 2026-07-19T04:18:19.393Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4893 | 2026-07-19T04:18:19.393Z | |
| 4894 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864 Jul 19 04:18:17.864DEBG Jul 19 04:18:17.864DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 172.17.0.6/32 -> 10.0.0.255Jul 19 04:18:17.864 |
| 4895 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864 DEBG |
| 4896 | 2026-07-19T04:18:19.393Z | DEBG Jul 19 04:18:17.864replacing 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 |
| 4897 | 2026-07-19T04:18:19.393Z | 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 } }] |
| 4898 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864 |
| 4899 | 2026-07-19T04:18:19.393Z | INFOcreated new freemapJul 19 04:18:17.864, INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4900 | 2026-07-19T04:18:19.393Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit |
| 4901 | 2026-07-19T04:18:19.393Z | :Jul 19 04:18:17.864 freemap_route_ipv6INFOJul 19 04:18:17.864Jul 19 04:18:17.864 |
| 4902 | 2026-07-19T04:18:19.393Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255 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 } }] |
| 4903 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864 |
| 4904 | 2026-07-19T04:18:19.393Z | INFO Jul 19 04:18:17.864adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:18:17.864 |
| 4905 | 2026-07-19T04:18:19.393Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4906 | 2026-07-19T04:18:19.393Z | DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.864DEBG |
| 4907 | 2026-07-19T04:18:19.393Z | 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 } }]DEBG |
| 4908 | 2026-07-19T04:18:19.393Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:18:17.864 |
| 4909 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864 initted freemap. size: 64DEBG Jul 19 04:18:17.864INFO, 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:8::/64 -> 2001:db8::55:ff |
| 4910 | 2026-07-19T04:18:19.393Z | |
| 4911 | 2026-07-19T04:18:19.393Z | Jul 19 04:18:17.864unit Jul 19 04:18:17.864: Jul 19 04:18:17.864DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 4912 | 2026-07-19T04:18:19.394Z | |
| 4913 | 2026-07-19T04:18:19.394Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 4914 | 2026-07-19T04:18:19.394Z | 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 } }] |
| 4915 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.864freemap_route_ipv4Jul 19 04:18:17.864 |
| 4916 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.864INFO Jul 19 04:18:17.864 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 4917 | 2026-07-19T04:18:19.394Z | 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 } }]INFO |
| 4918 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.864Jul 19 04:18:17.864adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4919 | 2026-07-19T04:18:19.394Z | 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 } }] |
| 4920 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.864DEBGDEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap, unit: |
| 4921 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.864 |
| 4922 | 2026-07-19T04:18:19.394Z | freemap_route_ipv4 |
| 4923 | 2026-07-19T04:18:19.394Z | DEBGJul 19 04:18:17.872 Jul 19 04:18:17.872created new freemapJul 19 04:18:17.872 , INFOunit :DEBG DEBGfreemap_route_ipv4initted freemap. size: 64adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4924 | 2026-07-19T04:18:19.394Z | |
| 4925 | 2026-07-19T04:18:19.394Z | , unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 4926 | 2026-07-19T04:18:19.394Z | freemap_route_ipv6 |
| 4927 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.872Jul 19 04:18:17.872 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872 |
| 4928 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.872 Jul 19 04:18:17.864 INFODEBGDEBG Jul 19 04:18:17.872adding route 172.17.0.6/32 -> 10.0.0.255 reset freemap , DEBGunit |
| 4929 | 2026-07-19T04:18:19.394Z | : INFO created new freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunitfreemap_route_ipv6 |
| 4930 | 2026-07-19T04:18:19.394Z | : |
| 4931 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.872 |
| 4932 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.872DEBG INFOJul 19 04:18:17.872Jul 19 04:18:17.872replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 4933 | 2026-07-19T04:18:19.394Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4934 | 2026-07-19T04:18:19.394Z | DEBG |
| 4935 | 2026-07-19T04:18:19.394Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4936 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.872 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872 |
| 4937 | 2026-07-19T04:18:19.394Z | Jul 19 04:18:17.872DEBG Jul 19 04:18:17.872 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 } }]DEBG adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4938 | 2026-07-19T04:18:19.394Z | |
| 4939 | 2026-07-19T04:18:19.394Z | 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 } }] |
| 4940 | 2026-07-19T04:18:19.399Z | Jul 19 04:18:17.872Jul 19 04:18:17.872Jul 19 04:18:17.872Jul 19 04:18:17.872 INFOinitted freemap. size: 64 , DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit INFO |
| 4941 | 2026-07-19T04:18:19.399Z | : 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 } }] freemap_route_ipv4 |
| 4942 | 2026-07-19T04:18:19.399Z | |
| 4943 | 2026-07-19T04:18:19.399Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4944 | 2026-07-19T04:18:19.399Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4945 | 2026-07-19T04:18:19.399Z | Jul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872Jul 19 04:18:17.872DEBGJul 19 04:18:17.872 INFODEBG DEBG adding route 172.17.0.8/32 -> 10.0.0.255reset 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 } }], |
| 4946 | 2026-07-19T04:18:19.399Z | |
| 4947 | 2026-07-19T04:18:19.399Z | unitDEBG :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 } }] |
| 4948 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872freemap_route_ipv4replacing 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 } }] |
| 4949 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:18:17.872 |
| 4950 | 2026-07-19T04:18:19.400Z | |
| 4951 | 2026-07-19T04:18:19.400Z | DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4952 | 2026-07-19T04:18:19.400Z | initted freemap. size: 64Jul 19 04:18:17.872, Jul 19 04:18:17.872unit :DEBG freemap_route_ipv6Jul 19 04:18:17.872 |
| 4953 | 2026-07-19T04:18:19.400Z | INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4954 | 2026-07-19T04:18:19.400Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4955 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4956 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 4957 | 2026-07-19T04:18:19.400Z | INFOJul 19 04:18:17.872 Jul 19 04:18:17.872 adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:18:17.872 DEBG |
| 4958 | 2026-07-19T04:18:19.400Z | DEBGreset freemapJul 19 04:18:17.872, 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 } }]Jul 19 04:18:17.872 |
| 4959 | 2026-07-19T04:18:19.400Z | DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4960 | 2026-07-19T04:18:19.400Z | |
| 4961 | 2026-07-19T04:18:19.400Z | freemap_route_ipv6Jul 19 04:18:17.872DEBG |
| 4962 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872 INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 4963 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4964 | 2026-07-19T04:18:19.400Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4965 | 2026-07-19T04:18:19.400Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4966 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872Jul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872 DEBG WARNINFO INFO Jul 19 04:18:17.872 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 4967 | 2026-07-19T04:18:19.400Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 4968 | 2026-07-19T04:18:19.400Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4969 | 2026-07-19T04:18:19.400Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4970 | 2026-07-19T04:18:19.400Z | |
| 4971 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4972 | 2026-07-19T04:18:19.400Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 4973 | 2026-07-19T04:18:19.400Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872 |
| 4974 | 2026-07-19T04:18:19.400Z | DEBGJul 19 04:18:17.872 Jul 19 04:18:17.872 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 } }] INFOINFO |
| 4975 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 Jul 19 04:18:17.872INFO |
| 4976 | 2026-07-19T04:18:19.400Z | |
| 4977 | 2026-07-19T04:18:19.400Z | INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4978 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:18:17.872 DEBG |
| 4979 | 2026-07-19T04:18:19.400Z | DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4980 | 2026-07-19T04:18:19.400Z | |
| 4981 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872 Jul 19 04:18:17.872DEBG 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 |
| 4982 | 2026-07-19T04:18:19.400Z | Jul 19 04:18:17.872replacing 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 } }] |
| 4983 | 2026-07-19T04:18:19.400Z | INFOJul 19 04:18:17.872 INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.872adding route 172.17.0.0/32 -> 10.0.0.255Jul 19 04:18:17.872 |
| 4984 | 2026-07-19T04:18:19.400Z | |
| 4985 | 2026-07-19T04:18:19.400Z | INFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4986 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 |
| 4987 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 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 } }]Jul 19 04:18:17.872replacing 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 } }] |
| 4988 | 2026-07-19T04:18:19.401Z | |
| 4989 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872DEBG DEBGJul 19 04:18:17.872 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.872 |
| 4990 | 2026-07-19T04:18:19.401Z | 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 |
| 4991 | 2026-07-19T04:18:19.401Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 4992 | 2026-07-19T04:18:19.401Z | |
| 4993 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 Jul 19 04:18:17.872 INFOINFO Jul 19 04:18:17.872 Jul 19 04:18:17.872DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.872 |
| 4994 | 2026-07-19T04:18:19.401Z | 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 } }] |
| 4995 | 2026-07-19T04:18:19.401Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4996 | 2026-07-19T04:18:19.401Z | adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:18:17.872 |
| 4997 | 2026-07-19T04:18:19.401Z | |
| 4998 | 2026-07-19T04:18:19.401Z | INFOJul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872 Jul 19 04:18:17.872adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 4999 | 2026-07-19T04:18:19.401Z | DEBG adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:18:17.872DEBG |
| 5000 | 2026-07-19T04:18:19.401Z | 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 } }] |
| 5001 | 2026-07-19T04:18:19.401Z | 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 } }] |
| 5002 | 2026-07-19T04:18:19.401Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5003 | 2026-07-19T04:18:19.401Z | DEBGDEBGJul 19 04:18:17.872Jul 19 04:18:17.872 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 } }]DEBGJul 19 04:18:17.872 |
| 5004 | 2026-07-19T04:18:19.401Z | INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5005 | 2026-07-19T04:18:19.401Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5006 | 2026-07-19T04:18:19.401Z | adding route 3fff:beef:12::/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 } }] |
| 5007 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 |
| 5008 | 2026-07-19T04:18:19.401Z | INFOJul 19 04:18:17.872 Jul 19 04:18:17.872adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5009 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872INFO adding route 172.17.0.3/32 -> 10.0.0.255 Jul 19 04:18:17.872DEBG |
| 5010 | 2026-07-19T04:18:19.401Z | INFODEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:18:17.872replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5011 | 2026-07-19T04:18:19.401Z | |
| 5012 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5013 | 2026-07-19T04:18:19.401Z | |
| 5014 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 Jul 19 04:18:17.872INFO Jul 19 04:18:17.872replacing 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:13::/64 -> 2001:db8::55:ff |
| 5015 | 2026-07-19T04:18:19.401Z | INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5016 | 2026-07-19T04:18:19.401Z | |
| 5017 | 2026-07-19T04:18:19.401Z | |
| 5018 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872 Jul 19 04:18:17.872DEBGJul 19 04:18:17.872 Jul 19 04:18:17.872replacing 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 } }] |
| 5019 | 2026-07-19T04:18:19.401Z | DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.872 |
| 5020 | 2026-07-19T04:18:19.401Z | INFO Jul 19 04:18:17.872 DEBGDEBG adding route 172.17.0.4/32 -> 10.0.0.255 INFO |
| 5021 | 2026-07-19T04:18:19.401Z | 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 } }] |
| 5022 | 2026-07-19T04:18:19.401Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5023 | 2026-07-19T04:18:19.401Z | Jul 19 04:18:17.872adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:18:17.872 |
| 5024 | 2026-07-19T04:18:19.402Z | Jul 19 04:18:17.872 INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBGJul 19 04:18:17.872 |
| 5025 | 2026-07-19T04:18:19.402Z | 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 } }]DEBGJul 19 04:18:17.872 |
| 5026 | 2026-07-19T04:18:19.402Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5027 | 2026-07-19T04:18:19.402Z | INFO |
| 5028 | 2026-07-19T04:18:19.402Z | Jul 19 04:18:17.872Jul 19 04:18:17.872 Jul 19 04:18:17.872INFO Jul 19 04:18:17.872 DEBGDEBGadding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 5029 | 2026-07-19T04:18:19.402Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5030 | 2026-07-19T04:18:19.402Z | 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.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 } }] |
| 5031 | 2026-07-19T04:18:19.402Z | |
| 5032 | 2026-07-19T04:18:19.402Z | Jul 19 04:18:17.873Jul 19 04:18:17.879Jul 19 04:18:17.872 DEBGDEBG created new freemap Jul 19 04:18:17.879replacing 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, |
| 5033 | 2026-07-19T04:18:19.402Z | unit : freemap_route_ipv4replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5034 | 2026-07-19T04:18:19.402Z | |
| 5035 | 2026-07-19T04:18:19.402Z | Jul 19 04:18:17.879adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5036 | 2026-07-19T04:18:19.402Z | INFOJul 19 04:18:17.879Jul 19 04:18:17.879 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 5037 | 2026-07-19T04:18:19.402Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:18:17.872 DEBG DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5038 | 2026-07-19T04:18:19.402Z | |
| 5039 | 2026-07-19T04:18:19.402Z | |
| 5040 | 2026-07-19T04:18:19.406Z | Jul 19 04:18:17.879 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 } }]Jul 19 04:18:17.879 |
| 5041 | 2026-07-19T04:18:19.406Z | Jul 19 04:18:17.879Jul 19 04:18:17.879 INFO DEBG Jul 19 04:18:17.879adding route 172.17.0.14/32 -> 10.0.0.255DEBG Jul 19 04:18:17.879INFO |
| 5042 | 2026-07-19T04:18:19.406Z | INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5043 | 2026-07-19T04:18:19.406Z | |
| 5044 | 2026-07-19T04:18:19.406Z | |
| 5045 | 2026-07-19T04:18:19.406Z | created new freemap, Jul 19 04:18:17.879unit :DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879 |
| 5046 | 2026-07-19T04:18:19.406Z | freemap_route_ipv6Jul 19 04:18:17.879Jul 19 04:18:17.879 |
| 5047 | 2026-07-19T04:18:19.406Z | DEBGDEBGJul 19 04:18:17.879 Jul 19 04:18:17.879 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 } }] INFO |
| 5048 | 2026-07-19T04:18:19.406Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 5049 | 2026-07-19T04:18:19.406Z | 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 |
| 5050 | 2026-07-19T04:18:19.406Z | initted freemap. size: 64 |
| 5051 | 2026-07-19T04:18:19.406Z | , unitJul 19 04:18:17.879: DEBGJul 19 04:18:17.879 Jul 19 04:18:17.879 INFO freemap_route_ipv4adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 5052 | 2026-07-19T04:18:19.406Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.879 |
| 5053 | 2026-07-19T04:18:19.406Z | |
| 5054 | 2026-07-19T04:18:19.406Z | DEBGJul 19 04:18:17.879 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:17::/64 -> 2001:db8::55:ffDEBG |
| 5055 | 2026-07-19T04:18:19.406Z | Jul 19 04:18:17.879 |
| 5056 | 2026-07-19T04:18:19.406Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5057 | 2026-07-19T04:18:19.406Z | Jul 19 04:18:17.879Jul 19 04:18:17.879reset freemapJul 19 04:18:17.879, unit: INFOINFODEBGJul 19 04:18:17.879freemap_route_ipv4 INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5058 | 2026-07-19T04:18:19.406Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5059 | 2026-07-19T04:18:19.407Z | |
| 5060 | 2026-07-19T04:18:19.407Z | |
| 5061 | 2026-07-19T04:18:19.407Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:18:17.879 |
| 5062 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879 Jul 19 04:18:17.879 Jul 19 04:18:17.879DEBG 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 |
| 5063 | 2026-07-19T04:18:19.407Z | DEBGJul 19 04:18:17.879INFO 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 } }] |
| 5064 | 2026-07-19T04:18:19.407Z | initted freemap. size: 64 , DEBGunit 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:18::/64 -> 2001:db8::55:ff: |
| 5065 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879 INFO |
| 5066 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879Jul 19 04:18:17.879adding route 172.17.0.17/32 -> 10.0.0.255 INFOINFO |
| 5067 | 2026-07-19T04:18:19.407Z | adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv6 |
| 5068 | 2026-07-19T04:18:19.407Z | |
| 5069 | 2026-07-19T04:18:19.407Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5070 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879Jul 19 04:18:17.879Jul 19 04:18:17.879Jul 19 04:18:17.879 DEBGDEBGDEBG reset freemapreplacing 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 } }], |
| 5071 | 2026-07-19T04:18:19.407Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879 DEBGunitDEBG :Jul 19 04:18:17.879replacing 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 } }] |
| 5072 | 2026-07-19T04:18:19.407Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO |
| 5073 | 2026-07-19T04:18:19.407Z | |
| 5074 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879 |
| 5075 | 2026-07-19T04:18:19.407Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5076 | 2026-07-19T04:18:19.407Z | INFOJul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:18:17.879 |
| 5077 | 2026-07-19T04:18:19.407Z | |
| 5078 | 2026-07-19T04:18:19.407Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 5079 | 2026-07-19T04:18:19.407Z | |
| 5080 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.879 |
| 5081 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879DEBG Jul 19 04:18:17.879replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5082 | 2026-07-19T04:18:19.407Z | DEBG Jul 19 04:18:17.879 DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.879 |
| 5083 | 2026-07-19T04:18:19.407Z | INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5084 | 2026-07-19T04:18:19.407Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 5085 | 2026-07-19T04:18:19.407Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.879replacing 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 } }] |
| 5086 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879 INFODEBGJul 19 04:18:17.879 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 } }] |
| 5087 | 2026-07-19T04:18:19.407Z | INFO Jul 19 04:18:17.879 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5088 | 2026-07-19T04:18:19.407Z | |
| 5089 | 2026-07-19T04:18:19.407Z | |
| 5090 | 2026-07-19T04:18:19.407Z | DEBGJul 19 04:18:17.879 Jul 19 04:18:17.879Jul 19 04:18:17.879Jul 19 04:18:17.879 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 } }]INFO |
| 5091 | 2026-07-19T04:18:19.407Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 5092 | 2026-07-19T04:18:19.407Z | Jul 19 04:18:17.879replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5093 | 2026-07-19T04:18:19.407Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5094 | 2026-07-19T04:18:19.408Z | |
| 5095 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879replacing 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 } }] |
| 5096 | 2026-07-19T04:18:19.408Z | DEBGJul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879 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 } }] |
| 5097 | 2026-07-19T04:18:19.408Z | DEBG Jul 19 04:18:17.879replacing 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 } }]DEBGINFO |
| 5098 | 2026-07-19T04:18:19.408Z | adding route 3fff:beef:1b::/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 } }] |
| 5099 | 2026-07-19T04:18:19.408Z | |
| 5100 | 2026-07-19T04:18:19.408Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5101 | 2026-07-19T04:18:19.408Z | INFOJul 19 04:18:17.879 Jul 19 04:18:17.879adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:18:17.879 Jul 19 04:18:17.879 INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5102 | 2026-07-19T04:18:19.408Z | INFOINFO |
| 5103 | 2026-07-19T04:18:19.408Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:18:17.879adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5104 | 2026-07-19T04:18:19.408Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5105 | 2026-07-19T04:18:19.408Z | |
| 5106 | 2026-07-19T04:18:19.408Z | 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 } }] |
| 5107 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.879replacing 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 } }] |
| 5108 | 2026-07-19T04:18:19.408Z | INFO |
| 5109 | 2026-07-19T04:18:19.408Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.879adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5110 | 2026-07-19T04:18:19.408Z | INFO |
| 5111 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.879 |
| 5112 | 2026-07-19T04:18:19.408Z | adding route 172.17.0.22/32 -> 10.0.0.255DEBGJul 19 04:18:17.879 |
| 5113 | 2026-07-19T04:18:19.408Z | 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 } }] |
| 5114 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.879 |
| 5115 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879 DEBGJul 19 04:18:17.879 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 } }]DEBG |
| 5116 | 2026-07-19T04:18:19.408Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5117 | 2026-07-19T04:18:19.408Z | |
| 5118 | 2026-07-19T04:18:19.408Z | adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:18:17.879 |
| 5119 | 2026-07-19T04:18:19.408Z | WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:18:17.879 |
| 5120 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879Jul 19 04:18:17.879INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:18:17.879INFO |
| 5121 | 2026-07-19T04:18:19.408Z | 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 } }] |
| 5122 | 2026-07-19T04:18:19.408Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 5123 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879Jul 19 04:18:17.879 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 } }]DEBGINFOJul 19 04:18:17.879 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 } }] |
| 5124 | 2026-07-19T04:18:19.408Z | |
| 5125 | 2026-07-19T04:18:19.408Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5126 | 2026-07-19T04:18:19.408Z | 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 } }] |
| 5127 | 2026-07-19T04:18:19.408Z | Jul 19 04:18:17.879 Jul 19 04:18:17.879 |
| 5128 | 2026-07-19T04:18:19.408Z | INFOINFOJul 19 04:18:17.879 Jul 19 04:18:17.879 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5129 | 2026-07-19T04:18:19.408Z | |
| 5130 | 2026-07-19T04:18:19.408Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5131 | 2026-07-19T04:18:19.408Z | adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.879Jul 19 04:18:17.879 |
| 5132 | 2026-07-19T04:18:19.408Z | DEBG Jul 19 04:18:17.879Jul 19 04:18:17.879DEBGreplacing 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 } }] |
| 5133 | 2026-07-19T04:18:19.409Z | Jul 19 04:18:17.879INFO 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 |
| 5134 | 2026-07-19T04:18:19.409Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5135 | 2026-07-19T04:18:19.409Z | adding route 172.17.0.17/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 } }] |
| 5136 | 2026-07-19T04:18:19.409Z | |
| 5137 | 2026-07-19T04:18:19.409Z | Jul 19 04:18:17.879Jul 19 04:18:17.879 Jul 19 04:18:17.879 Jul 19 04:18:17.879DEBGJul 19 04:18:17.879INFO INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 5138 | 2026-07-19T04:18:19.409Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5139 | 2026-07-19T04:18:19.409Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879 |
| 5140 | 2026-07-19T04:18:19.413Z | |
| 5141 | 2026-07-19T04:18:19.413Z | DEBG |
| 5142 | 2026-07-19T04:18:19.413Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.879Jul 19 04:18:17.879 |
| 5143 | 2026-07-19T04:18:19.413Z | Jul 19 04:18:17.880 Jul 19 04:18:17.879Jul 19 04:18:17.887 DEBGINFOINFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5144 | 2026-07-19T04:18:19.413Z | adding route 172.17.0.19/32 -> 10.0.0.255created new freemapINFO, adding route 172.17.0.18/32 -> 10.0.0.255unit |
| 5145 | 2026-07-19T04:18:19.413Z | :Jul 19 04:18:17.887 freemap_route_ipv4 |
| 5146 | 2026-07-19T04:18:19.413Z | DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887 |
| 5147 | 2026-07-19T04:18:19.413Z | Jul 19 04:18:17.887DEBGJul 19 04:18:17.862unit 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 } }] |
| 5148 | 2026-07-19T04:18:19.413Z | Jul 19 04:18:17.887 created new freemap , INFOfreemap_route_ipv4unitJul 19 04:18:17.887 |
| 5149 | 2026-07-19T04:18:19.413Z | adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG |
| 5150 | 2026-07-19T04:18:19.413Z | created new freemap: , adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv6unit |
| 5151 | 2026-07-19T04:18:19.413Z | |
| 5152 | 2026-07-19T04:18:19.413Z | Jul 19 04:18:17.887 DEBGJul 19 04:18:17.887: Jul 19 04:18:17.887DEBGreplacing 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 } }] created new freemapfreemap_route_ipv4, |
| 5153 | 2026-07-19T04:18:19.413Z | unitDEBG |
| 5154 | 2026-07-19T04:18:19.413Z | :replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887Jul 19 04:18:17.887 freemap_route_ipv6DEBG INFO |
| 5155 | 2026-07-19T04:18:19.413Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5156 | 2026-07-19T04:18:19.413Z | initted freemap. size: 64 |
| 5157 | 2026-07-19T04:18:19.413Z | , Jul 19 04:18:17.887 DEBGunitJul 19 04:18:17.887: initted freemap. size: 64freemap_route_ipv4, unit |
| 5158 | 2026-07-19T04:18:19.413Z | DEBGJul 19 04:18:17.887: freemap_route_ipv4Jul 19 04:18:17.887 |
| 5159 | 2026-07-19T04:18:19.413Z | DEBG Jul 19 04:18:17.887 created new freemapINFO DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5160 | 2026-07-19T04:18:19.414Z | , |
| 5161 | 2026-07-19T04:18:19.414Z | unitJul 19 04:18:17.887:Jul 19 04:18:17.887 DEBGreset freemap Jul 19 04:18:17.887reset freemapfreemap_route_ipv6, |
| 5162 | 2026-07-19T04:18:19.414Z | unit: INFOfreemap_route_ipv4 |
| 5163 | 2026-07-19T04:18:19.414Z | Jul 19 04:18:17.887 adding route 172.17.0.29/32 -> 10.0.0.255, |
| 5164 | 2026-07-19T04:18:19.414Z | DEBG unit DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887: |
| 5165 | 2026-07-19T04:18:19.414Z | freemap_route_ipv4initted freemap. size: 64 , DEBGJul 19 04:18:17.887 Jul 19 04:18:17.887unit |
| 5166 | 2026-07-19T04:18:19.414Z | initted freemap. size: 64INFODEBG , 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.21/32 -> 10.0.0.255 |
| 5167 | 2026-07-19T04:18:19.414Z | |
| 5168 | 2026-07-19T04:18:19.414Z | unit: freemap_route_ipv6:Jul 19 04:18:17.887 |
| 5169 | 2026-07-19T04:18:19.414Z | 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 } }]Jul 19 04:18:17.887 |
| 5170 | 2026-07-19T04:18:19.414Z | Jul 19 04:18:17.887 freemap_route_ipv4Jul 19 04:18:17.887DEBG |
| 5171 | 2026-07-19T04:18:19.414Z | INFOJul 19 04:18:17.887 reset freemapadding route 172.17.0.30/32 -> 10.0.0.255 , INFOunitJul 19 04:18:17.887 adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 5172 | 2026-07-19T04:18:19.414Z | DEBG: |
| 5173 | 2026-07-19T04:18:19.414Z | freemap_route_ipv6 |
| 5174 | 2026-07-19T04:18:19.414Z | initted freemap. size: 64Jul 19 04:18:17.887, unitJul 19 04:18:17.887Jul 19 04:18:17.887: 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 } }] |
| 5175 | 2026-07-19T04:18:19.414Z | freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5176 | 2026-07-19T04:18:19.414Z | |
| 5177 | 2026-07-19T04:18:19.414Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887 |
| 5178 | 2026-07-19T04:18:19.414Z | Jul 19 04:18:17.887 Jul 19 04:18:17.887INFO Jul 19 04:18:17.887reset freemap DEBGINFODEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 5179 | 2026-07-19T04:18:19.414Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 freemapadding route 172.17.0.31/32 -> 10.0.0.255, |
| 5180 | 2026-07-19T04:18:19.414Z | |
| 5181 | 2026-07-19T04:18:19.414Z | unit, :unit :Jul 19 04:18:17.887Jul 19 04:18:17.887freemap_route_ipv6 DEBGINFO |
| 5182 | 2026-07-19T04:18:19.414Z | Jul 19 04:18:17.887 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5183 | 2026-07-19T04:18:19.414Z | DEBGfreemap_route_ipv4 |
| 5184 | 2026-07-19T04:18:19.414Z | |
| 5185 | 2026-07-19T04:18:19.414Z | Jul 19 04:18:17.887replacing 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 } }] |
| 5186 | 2026-07-19T04:18:19.414Z | DEBGJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.887 |
| 5187 | 2026-07-19T04:18:19.414Z | Jul 19 04:18:17.887INFOJul 19 04:18:17.887 INFOINFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.887 |
| 5188 | 2026-07-19T04:18:19.414Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5189 | 2026-07-19T04:18:19.414Z | INFOinitted freemap. size: 64Jul 19 04:18:17.887adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.887 , unitDEBG: adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 5190 | 2026-07-19T04:18:19.414Z | |
| 5191 | 2026-07-19T04:18:19.414Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5192 | 2026-07-19T04:18:19.414Z | |
| 5193 | 2026-07-19T04:18:19.414Z | freemap_route_ipv6Jul 19 04:18:17.887 |
| 5194 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887 Jul 19 04:18:17.887DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 19 04:18:17.887Jul 19 04:18:17.887replacing 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 } }] |
| 5195 | 2026-07-19T04:18:19.415Z | |
| 5196 | 2026-07-19T04:18:19.415Z | INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5197 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887Jul 19 04:18:17.887reset freemap , INFO INFOunit Jul 19 04:18:17.887adding route 3fff:dead::/64 -> 2001:db8::55:4INFO: |
| 5198 | 2026-07-19T04:18:19.415Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5199 | 2026-07-19T04:18:19.415Z | DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 5200 | 2026-07-19T04:18:19.415Z | freemap_route_ipv6replacing 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 } }] |
| 5201 | 2026-07-19T04:18:19.415Z | |
| 5202 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887Jul 19 04:18:17.887 Jul 19 04:18:17.887 DEBGJul 19 04:18:17.887 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 } }] Jul 19 04:18:17.887DEBG |
| 5203 | 2026-07-19T04:18:19.415Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 5204 | 2026-07-19T04:18:19.415Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]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 } }] |
| 5205 | 2026-07-19T04:18:19.415Z | |
| 5206 | 2026-07-19T04:18:19.415Z | INFOJul 19 04:18:17.887 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 5207 | 2026-07-19T04:18:19.415Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5208 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887 |
| 5209 | 2026-07-19T04:18:19.415Z | DEBGJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.887INFOJul 19 04:18:17.887 |
| 5210 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887 DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5211 | 2026-07-19T04:18:19.415Z | 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 } }] |
| 5212 | 2026-07-19T04:18:19.415Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 5213 | 2026-07-19T04:18:19.415Z | |
| 5214 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887Jul 19 04:18:17.887 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.887 |
| 5215 | 2026-07-19T04:18:19.415Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255INFOJul 19 04:18:17.887 |
| 5216 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5217 | 2026-07-19T04:18:19.415Z | DEBGDEBGJul 19 04:18:17.887 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:18:17.887replacing 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 } }] |
| 5218 | 2026-07-19T04:18:19.415Z | |
| 5219 | 2026-07-19T04:18:19.415Z | |
| 5220 | 2026-07-19T04:18:19.415Z | DEBG Jul 19 04:18:17.887Jul 19 04:18:17.887 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5221 | 2026-07-19T04:18:19.415Z | |
| 5222 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887 INFO Jul 19 04:18:17.887adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5223 | 2026-07-19T04:18:19.415Z | DEBG Jul 19 04:18:17.887replacing 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 } }] |
| 5224 | 2026-07-19T04:18:19.415Z | DEBGJul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5225 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887 |
| 5226 | 2026-07-19T04:18:19.415Z | |
| 5227 | 2026-07-19T04:18:19.415Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5228 | 2026-07-19T04:18:19.415Z | DEBG Jul 19 04:18:17.887Jul 19 04:18:17.887 INFOINFOJul 19 04:18:17.887replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5229 | 2026-07-19T04:18:19.415Z | |
| 5230 | 2026-07-19T04:18:19.415Z | adding route 172.17.0.28/32 -> 10.0.0.255 DEBG |
| 5231 | 2026-07-19T04:18:19.415Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887 |
| 5232 | 2026-07-19T04:18:19.415Z | Jul 19 04:18:17.887 DEBGWARN Jul 19 04:18:17.887shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 19 04:18:17.887DEBG |
| 5233 | 2026-07-19T04:18:19.416Z | 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 } }] replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5234 | 2026-07-19T04:18:19.416Z | |
| 5235 | 2026-07-19T04:18:19.416Z | |
| 5236 | 2026-07-19T04:18:19.416Z | Jul 19 04:18:17.887Jul 19 04:18:17.887 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5237 | 2026-07-19T04:18:19.416Z | |
| 5238 | 2026-07-19T04:18:19.416Z | Jul 19 04:18:17.887DEBG Jul 19 04:18:17.887Jul 19 04:18:17.887 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 } }] |
| 5239 | 2026-07-19T04:18:19.416Z | adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 5240 | 2026-07-19T04:18:19.420Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5241 | 2026-07-19T04:18:19.420Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.887Jul 19 04:18:17.887 |
| 5242 | 2026-07-19T04:18:19.420Z | DEBG INFO Jul 19 04:18:17.887adding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.887 WARN Jul 19 04:18:17.888 |
| 5243 | 2026-07-19T04:18:19.420Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG created new freemap |
| 5244 | 2026-07-19T04:18:19.420Z | |
| 5245 | 2026-07-19T04:18:19.420Z | , unitJul 19 04:18:17.895: INFOfreemap_route_ipv4 |
| 5246 | 2026-07-19T04:18:19.420Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5247 | 2026-07-19T04:18:19.420Z | INFOJul 19 04:18:17.895 ERROJul 19 04:18:17.895adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:18:17.895 Jul 19 04:18:17.895 DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5248 | 2026-07-19T04:18:19.420Z | |
| 5249 | 2026-07-19T04:18:19.420Z | DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5250 | 2026-07-19T04:18:19.420Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.895DEBG |
| 5251 | 2026-07-19T04:18:19.420Z | Jul 19 04:18:17.895Jul 19 04:18:17.895created new freemap ERROINFO, unit Jul 19 04:18:17.895adding route 3fff:beef:21::/64 -> 2001:db8::55:ff :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 itINFO |
| 5252 | 2026-07-19T04:18:19.420Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5253 | 2026-07-19T04:18:19.420Z | |
| 5254 | 2026-07-19T04:18:19.420Z | freemap_route_ipv6DEBG |
| 5255 | 2026-07-19T04:18:19.420Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.895 |
| 5256 | 2026-07-19T04:18:19.420Z | Jul 19 04:18:17.895 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.895 DEBGJul 19 04:18:17.895 |
| 5257 | 2026-07-19T04:18:19.420Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5258 | 2026-07-19T04:18:19.420Z | initted freemap. size: 64INFO, unitJul 19 04:18:17.895:adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5259 | 2026-07-19T04:18:19.420Z | freemap_route_ipv4 |
| 5260 | 2026-07-19T04:18:19.420Z | INFO Jul 19 04:18:17.895adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5261 | 2026-07-19T04:18:19.420Z | INFO Jul 19 04:18:17.895adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5262 | 2026-07-19T04:18:19.420Z | Jul 19 04:18:17.895DEBGJul 19 04:18:17.895 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 } }]DEBG |
| 5263 | 2026-07-19T04:18:19.420Z | reset freemapreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:18:17.895 |
| 5264 | 2026-07-19T04:18:19.420Z | DEBGunit replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.895: |
| 5265 | 2026-07-19T04:18:19.420Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.895freemap_route_ipv4 |
| 5266 | 2026-07-19T04:18:19.420Z | |
| 5267 | 2026-07-19T04:18:19.420Z | Jul 19 04:18:17.895 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5268 | 2026-07-19T04:18:19.420Z | Jul 19 04:18:17.895Jul 19 04:18:17.895 |
| 5269 | 2026-07-19T04:18:19.420Z | DEBGJul 19 04:18:17.895 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 } }] |
| 5270 | 2026-07-19T04:18:19.421Z | initted freemap. size: 64DEBG, Jul 19 04:18:17.895 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 } }]unitDEBG |
| 5271 | 2026-07-19T04:18:19.421Z | :replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.895 |
| 5272 | 2026-07-19T04:18:19.421Z | freemap_route_ipv6 |
| 5273 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895INFO adding route 172.17.0.33/32 -> 10.0.0.255INFOJul 19 04:18:17.895 |
| 5274 | 2026-07-19T04:18:19.421Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 5275 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5276 | 2026-07-19T04:18:19.421Z | DEBGJul 19 04:18:17.895 reset freemapJul 19 04:18:17.895DEBG Jul 19 04:18:17.895DEBG , 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 } }]unit |
| 5277 | 2026-07-19T04:18:19.421Z | : 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 } }]freemap_route_ipv6replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5278 | 2026-07-19T04:18:19.421Z | |
| 5279 | 2026-07-19T04:18:19.421Z | |
| 5280 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895 INFOJul 19 04:18:17.895Jul 19 04:18:17.895 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5281 | 2026-07-19T04:18:19.421Z | |
| 5282 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895 INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:18:17.895Jul 19 04:18:17.895 |
| 5283 | 2026-07-19T04:18:19.421Z | |
| 5284 | 2026-07-19T04:18:19.421Z | DEBGDEBG |
| 5285 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 19 04:18:17.895replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5286 | 2026-07-19T04:18:19.421Z | DEBGJul 19 04:18:17.895replacing 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 } }] |
| 5287 | 2026-07-19T04:18:19.421Z | |
| 5288 | 2026-07-19T04:18:19.421Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.895 DEBG |
| 5289 | 2026-07-19T04:18:19.421Z | INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.895 |
| 5290 | 2026-07-19T04:18:19.421Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:18:17.895 |
| 5291 | 2026-07-19T04:18:19.421Z | |
| 5292 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895Jul 19 04:18:17.895 INFOINFO Jul 19 04:18:17.895Jul 19 04:18:17.895 INFO DEBG DEBGadding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5293 | 2026-07-19T04:18:19.421Z | |
| 5294 | 2026-07-19T04:18:19.421Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5295 | 2026-07-19T04:18:19.421Z | |
| 5296 | 2026-07-19T04:18:19.421Z | 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 } }] |
| 5297 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895 Jul 19 04:18:17.895Jul 19 04:18:17.895 DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5298 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Jul 19 04:18:17.888Jul 19 04:18:17.895 |
| 5299 | 2026-07-19T04:18:19.421Z | INFOJul 19 04:18:17.895 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5300 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895DEBGreplacing 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 } }] INFODEBGcreated new freemap |
| 5301 | 2026-07-19T04:18:19.421Z | , Jul 19 04:18:17.895 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGunit adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5302 | 2026-07-19T04:18:19.421Z | :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 } }] freemap_route_ipv4 |
| 5303 | 2026-07-19T04:18:19.421Z | |
| 5304 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.895 |
| 5305 | 2026-07-19T04:18:19.421Z | Jul 19 04:18:17.902DEBGJul 19 04:18:17.902 INFOcreated new freemap , adding route 172.17.0.37/32 -> 10.0.0.255unit |
| 5306 | 2026-07-19T04:18:19.422Z | :Jul 19 04:18:17.902 freemap_route_ipv4 DEBGDEBG created new freemapreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5307 | 2026-07-19T04:18:19.422Z | , unit |
| 5308 | 2026-07-19T04:18:19.422Z | : freemap_route_ipv6 |
| 5309 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902Jul 19 04:18:17.902 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 } }] |
| 5310 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 Jul 19 04:18:17.902created new freemap DEBG, |
| 5311 | 2026-07-19T04:18:19.422Z | INFO Jul 19 04:18:17.902unitreplacing 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 172.17.0.38/32 -> 10.0.0.255:DEBG freemap_route_ipv6 |
| 5312 | 2026-07-19T04:18:19.422Z | initted freemap. size: 64Jul 19 04:18:17.902 |
| 5313 | 2026-07-19T04:18:19.422Z | DEBG, unit Jul 19 04:18:17.902replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.902: DEBGfreemap_route_ipv4DEBG |
| 5314 | 2026-07-19T04:18:19.422Z | initted freemap. size: 64 |
| 5315 | 2026-07-19T04:18:19.422Z | , |
| 5316 | 2026-07-19T04:18:19.422Z | unitreplacing 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 } }]: |
| 5317 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902freemap_route_ipv4Jul 19 04:18:17.902 Jul 19 04:18:17.902 |
| 5318 | 2026-07-19T04:18:19.422Z | INFO DEBGINFO reset freemap , unit:adding route 172.17.0.23/32 -> 10.0.0.255 Jul 19 04:18:17.902Jul 19 04:18:17.902adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5319 | 2026-07-19T04:18:19.422Z | |
| 5320 | 2026-07-19T04:18:19.422Z | DEBG INFOfreemap_route_ipv4reset freemap |
| 5321 | 2026-07-19T04:18:19.422Z | , Jul 19 04:18:17.902adding route 172.17.0.39/32 -> 10.0.0.255 Jul 19 04:18:17.902DEBGJul 19 04:18:17.902 |
| 5322 | 2026-07-19T04:18:19.422Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit |
| 5323 | 2026-07-19T04:18:19.422Z | :DEBG freemap_route_ipv4DEBG Jul 19 04:18:17.902Jul 19 04:18:17.902 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 } }] |
| 5324 | 2026-07-19T04:18:19.422Z | |
| 5325 | 2026-07-19T04:18:19.422Z | INFO initted freemap. size: 64 adding route 172.17.0.24/32 -> 10.0.0.255, DEBG |
| 5326 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902unitJul 19 04:18:17.902: freemap_route_ipv6 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 } }] |
| 5327 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902DEBG |
| 5328 | 2026-07-19T04:18:19.422Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG Jul 19 04:18:17.902Jul 19 04:18:17.902 |
| 5329 | 2026-07-19T04:18:19.422Z | initted freemap. size: 64 , 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 } }]INFODEBG |
| 5330 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902 reset freemap , DEBGunitunit :adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5331 | 2026-07-19T04:18:19.422Z | : |
| 5332 | 2026-07-19T04:18:19.422Z | freemap_route_ipv6Jul 19 04:18:17.902 INFO |
| 5333 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.902 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 5334 | 2026-07-19T04:18:19.422Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5335 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.903 |
| 5336 | 2026-07-19T04:18:19.422Z | Jul 19 04:18:17.903Jul 19 04:18:17.903DEBGJul 19 04:18:17.903 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 |
| 5337 | 2026-07-19T04:18:19.422Z | DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.903adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5338 | 2026-07-19T04:18:19.422Z | |
| 5339 | 2026-07-19T04:18:19.422Z | |
| 5340 | 2026-07-19T04:18:19.427Z | INFOJul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903Jul 19 04:18:17.903 INFODEBG INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.41/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 } }] |
| 5341 | 2026-07-19T04:18:19.427Z | |
| 5342 | 2026-07-19T04:18:19.427Z | |
| 5343 | 2026-07-19T04:18:19.427Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 5344 | 2026-07-19T04:18:19.427Z | Jul 19 04:18:17.903 reset freemap, Jul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903DEBGunit INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5345 | 2026-07-19T04:18:19.427Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 5346 | 2026-07-19T04:18:19.427Z | : 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 } }]DEBGJul 19 04:18:17.903 |
| 5347 | 2026-07-19T04:18:19.427Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.903freemap_route_ipv6Jul 19 04:18:17.903 |
| 5348 | 2026-07-19T04:18:19.427Z | |
| 5349 | 2026-07-19T04:18:19.427Z | INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5350 | 2026-07-19T04:18:19.427Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.903 |
| 5351 | 2026-07-19T04:18:19.427Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.903Jul 19 04:18:17.903Jul 19 04:18:17.903 |
| 5352 | 2026-07-19T04:18:19.427Z | |
| 5353 | 2026-07-19T04:18:19.427Z | INFO DEBGJul 19 04:18:17.903Jul 19 04:18:17.903DEBG 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:3, vlan_id: None } }] replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5354 | 2026-07-19T04:18:19.427Z | DEBG |
| 5355 | 2026-07-19T04:18:19.427Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5356 | 2026-07-19T04:18:19.427Z | |
| 5357 | 2026-07-19T04:18:19.427Z | Jul 19 04:18:17.903 |
| 5358 | 2026-07-19T04:18:19.427Z | INFO Jul 19 04:18:17.903Jul 19 04:18:17.903 INFOJul 19 04:18:17.903 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 5359 | 2026-07-19T04:18:19.427Z | DEBG |
| 5360 | 2026-07-19T04:18:19.427Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5361 | 2026-07-19T04:18:19.427Z | |
| 5362 | 2026-07-19T04:18:19.427Z | Jul 19 04:18:17.903 Jul 19 04:18:17.903DEBG Jul 19 04:18:17.903 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.903DEBG |
| 5363 | 2026-07-19T04:18:19.427Z | 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 } }]DEBGadding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:18:17.903 |
| 5364 | 2026-07-19T04:18:19.427Z | |
| 5365 | 2026-07-19T04:18:19.427Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5366 | 2026-07-19T04:18:19.427Z | Jul 19 04:18:17.903adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:18:17.903 |
| 5367 | 2026-07-19T04:18:19.427Z | INFO Jul 19 04:18:17.903 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 5368 | 2026-07-19T04:18:19.428Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Jul 19 04:18:17.903replacing 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 } }] |
| 5369 | 2026-07-19T04:18:19.428Z | DEBG |
| 5370 | 2026-07-19T04:18:19.428Z | 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 } }] |
| 5371 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.879 DEBGINFO INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 5372 | 2026-07-19T04:18:19.428Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5373 | 2026-07-19T04:18:19.428Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5374 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903replacing 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 |
| 5375 | 2026-07-19T04:18:19.428Z | 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 } }] |
| 5376 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903Jul 19 04:18:17.903 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGJul 19 04:18:17.903 DEBGINFO Jul 19 04:18:17.903replacing 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.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 } }] |
| 5377 | 2026-07-19T04:18:19.428Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5378 | 2026-07-19T04:18:19.428Z | |
| 5379 | 2026-07-19T04:18:19.428Z | INFO |
| 5380 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5381 | 2026-07-19T04:18:19.428Z | INFOJul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.903DEBG adding route 172.17.0.31/32 -> 10.0.0.255 DEBGINFO |
| 5382 | 2026-07-19T04:18:19.428Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.903adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5383 | 2026-07-19T04:18:19.428Z | DEBG |
| 5384 | 2026-07-19T04:18:19.428Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5385 | 2026-07-19T04:18:19.428Z | |
| 5386 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903Jul 19 04:18:17.903 Jul 19 04:18:17.903DEBGDEBGJul 19 04:18:17.903 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 } }] |
| 5387 | 2026-07-19T04:18:19.428Z | INFOINFO Jul 19 04:18:17.903 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5388 | 2026-07-19T04:18:19.428Z | DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5389 | 2026-07-19T04:18:19.428Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.903 |
| 5390 | 2026-07-19T04:18:19.428Z | |
| 5391 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903 Jul 19 04:18:17.903 DEBG INFOJul 19 04:18:17.903 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 5392 | 2026-07-19T04:18:19.428Z | INFO adding route 172.17.0.46/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 } }]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 } }] |
| 5393 | 2026-07-19T04:18:19.428Z | |
| 5394 | 2026-07-19T04:18:19.428Z | |
| 5395 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903Jul 19 04:18:17.903 INFOINFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5396 | 2026-07-19T04:18:19.428Z | |
| 5397 | 2026-07-19T04:18:19.428Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5398 | 2026-07-19T04:18:19.428Z | 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 } }] |
| 5399 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903Jul 19 04:18:17.903 INFODEBG Jul 19 04:18:17.903 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5400 | 2026-07-19T04:18:19.428Z | DEBG |
| 5401 | 2026-07-19T04:18:19.428Z | test route::tests::identity_replace_is_noop ... ok |
| 5402 | 2026-07-19T04:18:19.428Z | 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 } }] |
| 5403 | 2026-07-19T04:18:19.428Z | Jul 19 04:18:17.903 Jul 19 04:18:17.903Jul 19 04:18:17.903 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5404 | 2026-07-19T04:18:19.429Z | |
| 5405 | 2026-07-19T04:18:19.429Z | Jul 19 04:18:17.903 Jul 19 04:18:17.903INFO Jul 19 04:18:17.903DEBG INFOINFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5406 | 2026-07-19T04:18:19.429Z | |
| 5407 | 2026-07-19T04:18:19.429Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5408 | 2026-07-19T04:18:19.429Z | |
| 5409 | 2026-07-19T04:18:19.429Z | Jul 19 04:18:17.903Jul 19 04:18:17.903 DEBGINFO Jul 19 04:18:17.903 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:33::/64 -> 2001:db8::55:ff |
| 5410 | 2026-07-19T04:18:19.429Z | Jul 19 04:18:17.903 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.903 |
| 5411 | 2026-07-19T04:18:19.429Z | 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 } }] |
| 5412 | 2026-07-19T04:18:19.429Z | |
| 5413 | 2026-07-19T04:18:19.429Z | INFO Jul 19 04:18:17.903Jul 19 04:18:17.903 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255 |
| 5414 | 2026-07-19T04:18:19.429Z | Jul 19 04:18:17.903 |
| 5415 | 2026-07-19T04:18:19.429Z | Jul 19 04:18:17.911 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 } }]DEBG |
| 5416 | 2026-07-19T04:18:19.429Z | Jul 19 04:18:17.911created new freemap |
| 5417 | 2026-07-19T04:18:19.430Z | , unitINFO:Jul 19 04:18:17.911 Jul 19 04:18:17.911adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:18:17.911freemap_route_ipv4 |
| 5418 | 2026-07-19T04:18:19.430Z | |
| 5419 | 2026-07-19T04:18:19.430Z | DEBG INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5420 | 2026-07-19T04:18:19.430Z | |
| 5421 | 2026-07-19T04:18:19.430Z | Jul 19 04:18:17.911Jul 19 04:18:17.911 |
| 5422 | 2026-07-19T04:18:19.430Z | Jul 19 04:18:17.911 DEBG DEBG Jul 19 04:18:17.911Jul 19 04:18:17.911 created new freemap , INFOINFOunit : adding route 172.17.0.36/32 -> 10.0.0.255 Jul 19 04:18:17.911 |
| 5423 | 2026-07-19T04:18:19.430Z | freemap_route_ipv6 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5424 | 2026-07-19T04:18:19.430Z | |
| 5425 | 2026-07-19T04:18:19.430Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 5426 | 2026-07-19T04:18:19.430Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Jul 19 04:18:17.911 |
| 5427 | 2026-07-19T04:18:19.430Z | DEBGadding route 172.17.0.49/32 -> 10.0.0.255 Jul 19 04:18:17.911Jul 19 04:18:17.911replacing 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 } }] |
| 5428 | 2026-07-19T04:18:19.430Z | Jul 19 04:18:17.911 DEBG |
| 5429 | 2026-07-19T04:18:19.430Z | 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 } }] |
| 5430 | 2026-07-19T04:18:19.430Z | INFODEBGJul 19 04:18:17.911 initted freemap. size: 64INFO, Jul 19 04:18:17.911 Jul 19 04:18:17.911adding route 172.17.0.48/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5431 | 2026-07-19T04:18:19.430Z | unit INFODEBG: |
| 5432 | 2026-07-19T04:18:19.430Z | Jul 19 04:18:17.911 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 5433 | 2026-07-19T04:18:19.430Z | |
| 5434 | 2026-07-19T04:18:19.430Z | DEBG freemap_route_ipv4 Jul 19 04:18:17.911replacing 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 } }] |
| 5435 | 2026-07-19T04:18:19.430Z | INFOJul 19 04:18:17.911 |
| 5436 | 2026-07-19T04:18:19.430Z | Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911DEBG adding route 172.17.0.50/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 } }]Jul 19 04:18:17.911replacing 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 } }] |
| 5437 | 2026-07-19T04:18:19.430Z | Jul 19 04:18:17.911 |
| 5438 | 2026-07-19T04:18:19.430Z | DEBG INFO |
| 5439 | 2026-07-19T04:18:19.430Z | reset freemap , INFOJul 19 04:18:17.911 Jul 19 04:18:17.911 adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5440 | 2026-07-19T04:18:19.434Z | INFO DEBGunit |
| 5441 | 2026-07-19T04:18:19.434Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911 |
| 5442 | 2026-07-19T04:18:19.434Z | |
| 5443 | 2026-07-19T04:18:19.434Z | Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911 : DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911 |
| 5444 | 2026-07-19T04:18:19.434Z | freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911 |
| 5445 | 2026-07-19T04:18:19.434Z | Jul 19 04:18:17.911replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5446 | 2026-07-19T04:18:19.434Z | INFODEBGINFO |
| 5447 | 2026-07-19T04:18:19.434Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5448 | 2026-07-19T04:18:19.434Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5449 | 2026-07-19T04:18:19.434Z | |
| 5450 | 2026-07-19T04:18:19.435Z | Jul 19 04:18:17.911Jul 19 04:18:17.911 Jul 19 04:18:17.911INFO INFODEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5451 | 2026-07-19T04:18:19.435Z | Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911 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.38/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 } }] |
| 5452 | 2026-07-19T04:18:19.435Z | |
| 5453 | 2026-07-19T04:18:19.435Z | Jul 19 04:18:17.911 |
| 5454 | 2026-07-19T04:18:19.435Z | DEBGJul 19 04:18:17.911 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 } }] |
| 5455 | 2026-07-19T04:18:19.435Z | DEBGINFOJul 19 04:18:17.911 Jul 19 04:18:17.911 Jul 19 04:18:17.911INFO initted freemap. size: 64 adding route 172.17.0.51/32 -> 10.0.0.255INFO, DEBG |
| 5456 | 2026-07-19T04:18:19.435Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255unit |
| 5457 | 2026-07-19T04:18:19.435Z | |
| 5458 | 2026-07-19T04:18:19.435Z | :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 } }] freemap_route_ipv6 |
| 5459 | 2026-07-19T04:18:19.435Z | |
| 5460 | 2026-07-19T04:18:19.435Z | Jul 19 04:18:17.911 Jul 19 04:18:17.911 DEBGDEBG Jul 19 04:18:17.911replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.911 |
| 5461 | 2026-07-19T04:18:19.435Z | |
| 5462 | 2026-07-19T04:18:19.435Z | INFODEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5463 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911INFO |
| 5464 | 2026-07-19T04:18:19.436Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG INFOJul 19 04:18:17.911 |
| 5465 | 2026-07-19T04:18:19.436Z | DEBGreset freemap Jul 19 04:18:17.911, adding route 172.17.0.52/32 -> 10.0.0.255unitreplacing 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 } }] |
| 5466 | 2026-07-19T04:18:19.436Z | |
| 5467 | 2026-07-19T04:18:19.436Z | INFO: adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:18:17.911 |
| 5468 | 2026-07-19T04:18:19.436Z | freemap_route_ipv6Jul 19 04:18:17.911 |
| 5469 | 2026-07-19T04:18:19.436Z | DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5470 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911Jul 19 04:18:17.911 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 5471 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911 |
| 5472 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255INFO Jul 19 04:18:17.911Jul 19 04:18:17.911adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5473 | 2026-07-19T04:18:19.436Z | |
| 5474 | 2026-07-19T04:18:19.436Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5475 | 2026-07-19T04:18:19.436Z | INFOJul 19 04:18:17.911 Jul 19 04:18:17.911 DEBGJul 19 04:18:17.911 adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 5476 | 2026-07-19T04:18:19.436Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 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 } }] |
| 5477 | 2026-07-19T04:18:19.436Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5478 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5479 | 2026-07-19T04:18:19.436Z | DEBGJul 19 04:18:17.911 Jul 19 04:18:17.911 |
| 5480 | 2026-07-19T04:18:19.436Z | 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.16.0.0/32 -> 10.0.0.2Jul 19 04:18:17.911 |
| 5481 | 2026-07-19T04:18:19.436Z | |
| 5482 | 2026-07-19T04:18:19.436Z | DEBGJul 19 04:18:17.911 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 |
| 5483 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911 adding route 172.17.0.54/32 -> 10.0.0.255 INFO INFOJul 19 04:18:17.911 |
| 5484 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 5485 | 2026-07-19T04:18:19.436Z | adding route 172.17.0.55/32 -> 10.0.0.255 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5486 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911 |
| 5487 | 2026-07-19T04:18:19.436Z | DEBGDEBG Jul 19 04:18:17.911replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5488 | 2026-07-19T04:18:19.436Z | Jul 19 04:18:17.911 Jul 19 04:18:17.911 DEBG |
| 5489 | 2026-07-19T04:18:19.436Z | 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 } }] |
| 5490 | 2026-07-19T04:18:19.436Z | 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.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 } }] |
| 5491 | 2026-07-19T04:18:19.437Z | |
| 5492 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911Jul 19 04:18:17.911 Jul 19 04:18:17.911INFOJul 19 04:18:17.911 INFOINFOadding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:18:17.911 |
| 5493 | 2026-07-19T04:18:19.437Z | INFO |
| 5494 | 2026-07-19T04:18:19.437Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255 |
| 5495 | 2026-07-19T04:18:19.437Z | |
| 5496 | 2026-07-19T04:18:19.437Z | INFO Jul 19 04:18:17.911adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5497 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911Jul 19 04:18:17.911Jul 19 04:18:17.911DEBG DEBGDEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.911 |
| 5498 | 2026-07-19T04:18:19.437Z | 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 } }] |
| 5499 | 2026-07-19T04:18:19.437Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5500 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911 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 } }] |
| 5501 | 2026-07-19T04:18:19.437Z | INFOJul 19 04:18:17.911 DEBG INFOJul 19 04:18:17.911 Jul 19 04:18:17.911 adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255INFOINFO |
| 5502 | 2026-07-19T04:18:19.437Z | adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5503 | 2026-07-19T04:18:19.437Z | |
| 5504 | 2026-07-19T04:18:19.437Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5505 | 2026-07-19T04:18:19.437Z | |
| 5506 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911Jul 19 04:18:17.911Jul 19 04:18:17.911Jul 19 04:18:17.911 Jul 19 04:18:17.911 DEBGDEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5507 | 2026-07-19T04:18:19.437Z | 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 } }]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 } }] |
| 5508 | 2026-07-19T04:18:19.437Z | |
| 5509 | 2026-07-19T04:18:19.437Z | INFO Jul 19 04:18:17.911adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5510 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5511 | 2026-07-19T04:18:19.437Z | INFOadding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:18:17.911 |
| 5512 | 2026-07-19T04:18:19.437Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5513 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5514 | 2026-07-19T04:18:19.437Z | DEBGJul 19 04:18:17.911 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 } }] |
| 5515 | 2026-07-19T04:18:19.437Z | adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:18:17.911 |
| 5516 | 2026-07-19T04:18:19.437Z | Jul 19 04:18:17.911 Jul 19 04:18:17.911DEBG 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 } }]DEBGDEBG |
| 5517 | 2026-07-19T04:18:19.437Z | INFO Jul 19 04:18:17.911 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 } }] |
| 5518 | 2026-07-19T04:18:19.437Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5519 | 2026-07-19T04:18:19.437Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5520 | 2026-07-19T04:18:19.437Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5521 | 2026-07-19T04:18:19.437Z | test route::tests::add_target_fails_full ... ok |
| 5522 | 2026-07-19T04:18:19.437Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5523 | 2026-07-19T04:18:19.437Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5524 | 2026-07-19T04:18:19.437Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5525 | 2026-07-19T04:18:19.437Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5526 | 2026-07-19T04:18:19.437Z | test route::tests::delete_target_full ... ok |
| 5527 | 2026-07-19T04:18:19.437Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5528 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5529 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5530 | 2026-07-19T04:18:19.438Z | test route::tests::same_size_non_subset_replace ... ok |
| 5531 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5532 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5533 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5534 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5535 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5536 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5537 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5538 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5539 | 2026-07-19T04:18:19.438Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5540 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5541 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5542 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5543 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5544 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5545 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5546 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5547 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5548 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5549 | 2026-07-19T04:18:19.442Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5550 | 2026-07-19T04:18:19.443Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5551 | 2026-07-19T04:18:19.443Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5552 | 2026-07-19T04:18:19.443Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5553 | 2026-07-19T04:18:19.443Z | 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 } }] replacing targets for 172.16.0.0/32 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 } }] |
| 5554 | 2026-07-19T04:18:19.443Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5555 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918Jul 19 04:18:17.911 INFOINFO |
| 5556 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:18:17.903 |
| 5557 | 2026-07-19T04:18:19.443Z | 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 } }]DEBG |
| 5558 | 2026-07-19T04:18:19.443Z | 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 } }] |
| 5559 | 2026-07-19T04:18:19.443Z | |
| 5560 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918Jul 19 04:18:17.918Jul 19 04:18:17.918 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 } }] INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.918 |
| 5561 | 2026-07-19T04:18:19.443Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5562 | 2026-07-19T04:18:19.443Z | |
| 5563 | 2026-07-19T04:18:19.443Z | INFOJul 19 04:18:17.918 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 5564 | 2026-07-19T04:18:19.443Z | adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:18:17.918 |
| 5565 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:18:17.918DEBG |
| 5566 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918 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 } }] |
| 5567 | 2026-07-19T04:18:19.443Z | 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 } }]Jul 19 04:18:17.918replacing 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 } }] |
| 5568 | 2026-07-19T04:18:19.443Z | DEBG |
| 5569 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.918 |
| 5570 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5571 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5572 | 2026-07-19T04:18:19.443Z | INFOJul 19 04:18:17.918INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5573 | 2026-07-19T04:18:19.443Z | |
| 5574 | 2026-07-19T04:18:19.443Z | 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 } }] |
| 5575 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918Jul 19 04:18:17.918 DEBG Jul 19 04:18:17.918 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 } }] DEBGINFO Jul 19 04:18:17.918replacing 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 } }] |
| 5576 | 2026-07-19T04:18:19.443Z | |
| 5577 | 2026-07-19T04:18:19.443Z | DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 5578 | 2026-07-19T04:18:19.443Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.918 |
| 5579 | 2026-07-19T04:18:19.443Z | Jul 19 04:18:17.918INFO Jul 19 04:18:17.918 Jul 19 04:18:17.918adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5580 | 2026-07-19T04:18:19.443Z | DEBGINFOJul 19 04:18:17.918 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.918replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5581 | 2026-07-19T04:18:19.443Z | |
| 5582 | 2026-07-19T04:18:19.443Z | adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 5583 | 2026-07-19T04:18:19.443Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.918 |
| 5584 | 2026-07-19T04:18:19.443Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.918Jul 19 04:18:17.918 adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5585 | 2026-07-19T04:18:19.443Z | DEBG |
| 5586 | 2026-07-19T04:18:19.443Z | DEBG Jul 19 04:18:17.918replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.918Jul 19 04:18:17.918 |
| 5587 | 2026-07-19T04:18:19.443Z | INFO |
| 5588 | 2026-07-19T04:18:19.444Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 5589 | 2026-07-19T04:18:19.444Z | DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5590 | 2026-07-19T04:18:19.444Z | |
| 5591 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918Jul 19 04:18:17.918 Jul 19 04:18:17.918 Jul 19 04:18:17.918DEBG INFOINFO INFOadding route 172.17.0.63/32 -> 10.0.0.255 Jul 19 04:18:17.918 |
| 5592 | 2026-07-19T04:18:19.444Z | 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 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5593 | 2026-07-19T04:18:19.444Z | |
| 5594 | 2026-07-19T04:18:19.444Z | DEBG adding route 172.17.0.60/32 -> 10.0.0.255failed to allocate space for the new target list |
| 5595 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918Jul 19 04:18:17.918 |
| 5596 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918INFODEBG 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 } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5597 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918 |
| 5598 | 2026-07-19T04:18:19.444Z | DEBGreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.918 |
| 5599 | 2026-07-19T04:18:19.444Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:18:17.918 |
| 5600 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918DEBG 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 } }]failed to allocate space for the new target listreplacing 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 } }] |
| 5601 | 2026-07-19T04:18:19.444Z | |
| 5602 | 2026-07-19T04:18:19.444Z | |
| 5603 | 2026-07-19T04:18:19.444Z | test route::tests::delete_targets_fragmented ... ok |
| 5604 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918 DEBGJul 19 04:18:17.918 Jul 19 04:18:17.918replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.918 |
| 5605 | 2026-07-19T04:18:19.444Z | DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5606 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918 |
| 5607 | 2026-07-19T04:18:19.444Z | INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:18:17.918 |
| 5608 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918 adding route 172.17.0.61/32 -> 10.0.0.255DEBG Jul 19 04:18:17.918 |
| 5609 | 2026-07-19T04:18:19.444Z | failed to allocate space for the new target listDEBG |
| 5610 | 2026-07-19T04:18:19.444Z | 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 |
| 5611 | 2026-07-19T04:18:19.444Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:18:17.918 |
| 5612 | 2026-07-19T04:18:19.444Z | DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.918 |
| 5613 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.918 Jul 19 04:18:17.903DEBGINFO DEBG Jul 19 04:18:17.918created new freemap 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 |
| 5614 | 2026-07-19T04:18:19.444Z | , adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255unit |
| 5615 | 2026-07-19T04:18:19.444Z | |
| 5616 | 2026-07-19T04:18:19.444Z | : freemap_route_ipv4 |
| 5617 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.919 Jul 19 04:18:17.919INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:18:17.919 |
| 5618 | 2026-07-19T04:18:19.444Z | DEBGJul 19 04:18:17.911 created new freemapreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.919, unit |
| 5619 | 2026-07-19T04:18:19.444Z | : Jul 19 04:18:17.919 DEBGDEBGfreemap_route_ipv6DEBG Jul 19 04:18:17.919 |
| 5620 | 2026-07-19T04:18:19.444Z | 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 } }] |
| 5621 | 2026-07-19T04:18:19.444Z | DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 5622 | 2026-07-19T04:18:19.444Z | , Jul 19 04:18:17.919failed to allocate space for the new target listJul 19 04:18:17.919 |
| 5623 | 2026-07-19T04:18:19.444Z | Jul 19 04:18:17.919 INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255unitDEBG |
| 5624 | 2026-07-19T04:18:19.444Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 5625 | 2026-07-19T04:18:19.444Z | freemap_route_ipv4initted freemap. size: 64, |
| 5626 | 2026-07-19T04:18:19.444Z | unitJul 19 04:18:17.919Jul 19 04:18:17.919: Jul 19 04:18:17.919 freemap_route_ipv4DEBG Jul 19 04:18:17.919 DEBG |
| 5627 | 2026-07-19T04:18:19.444Z | 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 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 } }] |
| 5628 | 2026-07-19T04:18:19.445Z | created new freemap |
| 5629 | 2026-07-19T04:18:19.445Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], unit |
| 5630 | 2026-07-19T04:18:19.445Z | :Jul 19 04:18:17.919Jul 19 04:18:17.919 freemap_route_ipv6DEBG |
| 5631 | 2026-07-19T04:18:19.445Z | Jul 19 04:18:17.919reset freemap , INFOJul 19 04:18:17.919 unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG: |
| 5632 | 2026-07-19T04:18:19.445Z | initted freemap. size: 64freemap_route_ipv4INFO |
| 5633 | 2026-07-19T04:18:19.445Z | adding route 172.17.0.54/32 -> 10.0.0.255, unitJul 19 04:18:17.919: |
| 5634 | 2026-07-19T04:18:19.445Z | DEBGfreemap_route_ipv4Jul 19 04:18:17.919 |
| 5635 | 2026-07-19T04:18:19.445Z | DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.919 Jul 19 04:18:17.919 |
| 5636 | 2026-07-19T04:18:19.445Z | DEBGinitted freemap. size: 64 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 } }], DEBG |
| 5637 | 2026-07-19T04:18:19.445Z | unit reset freemap:, freemap_route_ipv6unitJul 19 04:18:17.919 |
| 5638 | 2026-07-19T04:18:19.445Z | DEBG: failed to allocate space for the new target listJul 19 04:18:17.919freemap_route_ipv4 |
| 5639 | 2026-07-19T04:18:19.445Z | INFO |
| 5640 | 2026-07-19T04:18:19.449Z | adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:18:17.919 |
| 5641 | 2026-07-19T04:18:19.449Z | Jul 19 04:18:17.919DEBG Jul 19 04:18:17.919Jul 19 04:18:17.919 DEBGDEBGDEBG initted freemap. size: 64 reset 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:2, vlan_id: None } }]unitreplacing 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 } }], : |
| 5642 | 2026-07-19T04:18:19.449Z | |
| 5643 | 2026-07-19T04:18:19.449Z | freemap_route_ipv6 |
| 5644 | 2026-07-19T04:18:19.450Z | unit: Jul 19 04:18:17.919freemap_route_ipv6 Jul 19 04:18:17.919 |
| 5645 | 2026-07-19T04:18:19.450Z | INFO DEBG adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.919 |
| 5646 | 2026-07-19T04:18:19.450Z | reset freemap , INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:18:17.919freemap_route_ipv6 |
| 5647 | 2026-07-19T04:18:19.450Z | DEBG |
| 5648 | 2026-07-19T04:18:19.450Z | 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 } }] |
| 5649 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919 Jul 19 04:18:17.919DEBG Jul 19 04:18:17.919 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 } }] |
| 5650 | 2026-07-19T04:18:19.450Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5651 | 2026-07-19T04:18:19.450Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:18:17.919 |
| 5652 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 Jul 19 04:18:17.919replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5653 | 2026-07-19T04:18:19.450Z | |
| 5654 | 2026-07-19T04:18:19.450Z | DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.919 |
| 5655 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:18:17.919adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5656 | 2026-07-19T04:18:19.450Z | INFO |
| 5657 | 2026-07-19T04:18:19.450Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5658 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919Jul 19 04:18:17.919 Jul 19 04:18:17.919 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 5659 | 2026-07-19T04:18:19.450Z | |
| 5660 | 2026-07-19T04:18:19.450Z | 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 } }] |
| 5661 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:18:17.919 |
| 5662 | 2026-07-19T04:18:19.450Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5663 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919 DEBG Jul 19 04:18:17.919replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5664 | 2026-07-19T04:18:19.450Z | 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 } }] |
| 5665 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919 Jul 19 04:18:17.919INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5666 | 2026-07-19T04:18:19.450Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5667 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.919 Jul 19 04:18:17.919DEBG 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 } }] replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.919 |
| 5668 | 2026-07-19T04:18:19.450Z | DEBG created new freemap, unit: Jul 19 04:18:17.925 freemap_route_ipv4DEBG |
| 5669 | 2026-07-19T04:18:19.450Z | failed to allocate space for the new target list |
| 5670 | 2026-07-19T04:18:19.450Z | |
| 5671 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.925 DEBG created new freemap, unit: freemap_route_ipv6 |
| 5672 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.925 DEBGJul 19 04:18:17.925 replacing targets for 172.16.0.0/32 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 } }]DEBG |
| 5673 | 2026-07-19T04:18:19.450Z | initted freemap. size: 64Jul 19 04:18:17.925, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4 |
| 5674 | 2026-07-19T04:18:19.450Z | |
| 5675 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.925Jul 19 04:18:17.919 DEBG DEBGreset freemap , created new freemapunit: , freemap_route_ipv4unit |
| 5676 | 2026-07-19T04:18:19.450Z | : freemap_route_ipv4 |
| 5677 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.925 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 5678 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 5679 | 2026-07-19T04:18:19.450Z | |
| 5680 | 2026-07-19T04:18:19.450Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64 |
| 5681 | 2026-07-19T04:18:19.450Z | , unit: freemap_route_ipv4Jul 19 04:18:17.925 |
| 5682 | 2026-07-19T04:18:19.451Z | 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 } }] |
| 5683 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925 DEBG reset freemapJul 19 04:18:17.925, unitINFO: adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4 |
| 5684 | 2026-07-19T04:18:19.451Z | |
| 5685 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 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 } }]initted freemap. size: 64 |
| 5686 | 2026-07-19T04:18:19.451Z | , unit: freemap_route_ipv6Jul 19 04:18:17.925 |
| 5687 | 2026-07-19T04:18:19.451Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5688 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 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 } }]DEBG |
| 5689 | 2026-07-19T04:18:19.451Z | reset freemap, unit:Jul 19 04:18:17.925 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5690 | 2026-07-19T04:18:19.451Z | freemap_route_ipv6 |
| 5691 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925 Jul 19 04:18:17.925INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5692 | 2026-07-19T04:18:19.451Z | 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 } }] |
| 5693 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925 Jul 19 04:18:17.925DEBG 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 } }] |
| 5694 | 2026-07-19T04:18:19.451Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5695 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925 Jul 19 04:18:17.925INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5696 | 2026-07-19T04:18:19.451Z | 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 } }] |
| 5697 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925 Jul 19 04:18:17.925DEBG 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 } }] |
| 5698 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925 INFOadding route 172.17.0.1/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5699 | 2026-07-19T04:18:19.451Z | |
| 5700 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5701 | 2026-07-19T04:18:19.451Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5702 | 2026-07-19T04:18:19.451Z | |
| 5703 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5704 | 2026-07-19T04:18:19.451Z | |
| 5705 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5706 | 2026-07-19T04:18:19.451Z | |
| 5707 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5708 | 2026-07-19T04:18:19.451Z | |
| 5709 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 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 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 } }] |
| 5710 | 2026-07-19T04:18:19.451Z | |
| 5711 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5712 | 2026-07-19T04:18:19.451Z | |
| 5713 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5714 | 2026-07-19T04:18:19.451Z | |
| 5715 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5716 | 2026-07-19T04:18:19.451Z | |
| 5717 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.925Jul 19 04:18:17.925 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5718 | 2026-07-19T04:18:19.451Z | Jul 19 04:18:17.926 DEBG created new freemap, unit: freemap_route_ipv4Jul 19 04:18:17.932 |
| 5719 | 2026-07-19T04:18:19.451Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5720 | 2026-07-19T04:18:19.451Z | DEBG created new freemap |
| 5721 | 2026-07-19T04:18:19.452Z | , Jul 19 04:18:17.932unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5722 | 2026-07-19T04:18:19.452Z | |
| 5723 | 2026-07-19T04:18:19.452Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5724 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932Jul 19 04:18:17.932 DEBGINFO initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5725 | 2026-07-19T04:18:19.452Z | , DEBGunit :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 } }] |
| 5726 | 2026-07-19T04:18:19.452Z | freemap_route_ipv4 |
| 5727 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932Jul 19 04:18:17.932Jul 19 04:18:17.932 DEBG reset freemap, unit: freemap_route_ipv4 |
| 5728 | 2026-07-19T04:18:19.452Z | DEBG Jul 19 04:18:17.932 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5729 | 2026-07-19T04:18:19.452Z | initted freemap. size: 64, unitJul 19 04:18:17.932: INFOfreemap_route_ipv6 |
| 5730 | 2026-07-19T04:18:19.452Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5731 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932 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 } }] |
| 5732 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932 DEBG Jul 19 04:18:17.932reset freemap , INFOunit :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5733 | 2026-07-19T04:18:19.452Z | freemap_route_ipv6 |
| 5734 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5735 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932 Jul 19 04:18:17.932DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5736 | 2026-07-19T04:18:19.452Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5737 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5738 | 2026-07-19T04:18:19.452Z | Jul 19 04:18:17.932 INFOJul 19 04:18:17.932 adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 5739 | 2026-07-19T04:18:19.452Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5740 | 2026-07-19T04:18:19.497Z | Jul 19 04:18:17.932 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5741 | 2026-07-19T04:18:19.497Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5742 | 2026-07-19T04:18:19.497Z | 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 } }] |
| 5743 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932Jul 19 04:18:17.932 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5744 | 2026-07-19T04:18:19.498Z | |
| 5745 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 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 } }] |
| 5746 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 Jul 19 04:18:17.932DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5747 | 2026-07-19T04:18:19.498Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5748 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5749 | 2026-07-19T04:18:19.498Z | INFO Jul 19 04:18:17.932adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5750 | 2026-07-19T04:18:19.498Z | 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 } }] |
| 5751 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 Jul 19 04:18:17.932DEBG 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 } }] |
| 5752 | 2026-07-19T04:18:19.498Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5753 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932Jul 19 04:18:17.932 INFODEBG adding route 172.17.0.8/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 } }] |
| 5754 | 2026-07-19T04:18:19.498Z | |
| 5755 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932Jul 19 04:18:17.932 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5756 | 2026-07-19T04:18:19.498Z | |
| 5757 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932Jul 19 04:18:17.932 INFODEBG adding route 172.17.0.9/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 } }] |
| 5758 | 2026-07-19T04:18:19.498Z | |
| 5759 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932 |
| 5760 | 2026-07-19T04:18:19.498Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5761 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932Jul 19 04:18:17.932 INFODEBG 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 } }] |
| 5762 | 2026-07-19T04:18:19.498Z | adding route 172.17.0.10/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5763 | 2026-07-19T04:18:19.498Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5764 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5765 | 2026-07-19T04:18:19.498Z | 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 } }] |
| 5766 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5767 | 2026-07-19T04:18:19.498Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5768 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5769 | 2026-07-19T04:18:19.498Z | 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 } }] |
| 5770 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5771 | 2026-07-19T04:18:19.498Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5772 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932 |
| 5773 | 2026-07-19T04:18:19.498Z | 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 } }] |
| 5774 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5775 | 2026-07-19T04:18:19.498Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5776 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5777 | 2026-07-19T04:18:19.498Z | 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 } }] |
| 5778 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5779 | 2026-07-19T04:18:19.498Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5780 | 2026-07-19T04:18:19.498Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5781 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5782 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5783 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5784 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932 |
| 5785 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5786 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5787 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5788 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5789 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5790 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5791 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5792 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5793 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5794 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5795 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5796 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5797 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5798 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5799 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5800 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5801 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5802 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5803 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5804 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932 |
| 5805 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5806 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5807 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5808 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 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 } }]Jul 19 04:18:17.932 |
| 5809 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5810 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5811 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5812 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5813 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5814 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5815 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5816 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5817 | 2026-07-19T04:18:19.499Z | 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 } }] |
| 5818 | 2026-07-19T04:18:19.499Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5819 | 2026-07-19T04:18:19.499Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5820 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5821 | 2026-07-19T04:18:19.500Z | 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 } }] |
| 5822 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5823 | 2026-07-19T04:18:19.500Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5824 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5825 | 2026-07-19T04:18:19.500Z | 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 } }] |
| 5826 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5827 | 2026-07-19T04:18:19.500Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5828 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5829 | 2026-07-19T04:18:19.500Z | 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 } }] |
| 5830 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5831 | 2026-07-19T04:18:19.500Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5832 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.932 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.932 |
| 5833 | 2026-07-19T04:18:19.500Z | 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 } }] |
| 5834 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5835 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.939 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 } }] |
| 5836 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5837 | 2026-07-19T04:18:19.500Z | Jul 19 04:18:17.939 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-07-19T04:18:19.500Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:18:17.932 |
| 5839 | 2026-07-19T04:18:19.500Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5840 | 2026-07-19T04:18:19.506Z | Jul 19 04:18:17.939 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 } }] |
| 5841 | 2026-07-19T04:18:19.506Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5842 | 2026-07-19T04:18:19.506Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5843 | 2026-07-19T04:18:19.506Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5844 | 2026-07-19T04:18:19.506Z | 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 } }] |
| 5845 | 2026-07-19T04:18:19.506Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5846 | 2026-07-19T04:18:19.506Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5847 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5848 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5849 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5850 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5851 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5852 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5853 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5854 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5855 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5856 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5857 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5858 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5859 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5860 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5861 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5862 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5863 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5864 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5865 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5866 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5867 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5868 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5869 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5870 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5871 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5872 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5873 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5874 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5875 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5876 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5877 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939 |
| 5878 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5879 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5880 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5881 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5882 | 2026-07-19T04:18:19.507Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5883 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5884 | 2026-07-19T04:18:19.507Z | 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 } }] |
| 5885 | 2026-07-19T04:18:19.507Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5886 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5887 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5888 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5889 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5890 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5891 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5892 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5893 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5894 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5895 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5896 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5897 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5898 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5899 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5900 | 2026-07-19T04:18:19.508Z | test route::tests::delete_target_fragmented ... ok |
| 5901 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5902 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939 |
| 5903 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5904 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5905 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5906 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939 |
| 5907 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5908 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5909 | 2026-07-19T04:18:19.508Z | test route::tests::delete_targets_full ... ok |
| 5910 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5911 | 2026-07-19T04:18:19.508Z | |
| 5912 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5913 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5914 | 2026-07-19T04:18:19.508Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 5915 | 2026-07-19T04:18:19.508Z | |
| 5916 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5917 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5918 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5919 | 2026-07-19T04:18:19.508Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5920 | 2026-07-19T04:18:19.508Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5921 | 2026-07-19T04:18:19.508Z | 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 } }] |
| 5922 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5923 | 2026-07-19T04:18:19.509Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5924 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5925 | 2026-07-19T04:18:19.509Z | 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 } }] |
| 5926 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5927 | 2026-07-19T04:18:19.509Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5928 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5929 | 2026-07-19T04:18:19.509Z | DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5930 | 2026-07-19T04:18:19.509Z | 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 } }] |
| 5931 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5932 | 2026-07-19T04:18:19.509Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5933 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5934 | 2026-07-19T04:18:19.509Z | 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 } }] |
| 5935 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5936 | 2026-07-19T04:18:19.509Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5937 | 2026-07-19T04:18:19.509Z | Jul 19 04:18:17.939 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 } }]Jul 19 04:18:17.939 |
| 5938 | 2026-07-19T04:18:19.509Z | DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5939 | 2026-07-19T04:18:19.509Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5940 | 2026-07-19T04:18:19.513Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5941 | 2026-07-19T04:18:19.513Z | 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 } }] |
| 5942 | 2026-07-19T04:18:19.513Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5943 | 2026-07-19T04:18:19.513Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5944 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5945 | 2026-07-19T04:18:19.514Z | 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 } }] |
| 5946 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5947 | 2026-07-19T04:18:19.514Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5948 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5949 | 2026-07-19T04:18:19.514Z | 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 } }] |
| 5950 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5951 | 2026-07-19T04:18:19.514Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5952 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5953 | 2026-07-19T04:18:19.514Z | DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5954 | 2026-07-19T04:18:19.514Z | DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.939 |
| 5955 | 2026-07-19T04:18:19.514Z | DEBG failed to allocate space for the new target list |
| 5956 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.939 |
| 5957 | 2026-07-19T04:18:19.514Z | 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 } }] |
| 5958 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.939 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 } }] |
| 5959 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5960 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 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 } }] |
| 5961 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5962 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 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 } }] |
| 5963 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5964 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 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 } }] |
| 5965 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5966 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 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 } }] |
| 5967 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 DEBG failed to allocate space for the new target list |
| 5968 | 2026-07-19T04:18:19.514Z | Jul 19 04:18:17.946 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 } }] |
| 5969 | 2026-07-19T04:18:19.514Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-57718306204a8432) |
| 5970 | 2026-07-19T04:18:19.514Z | |
| 5971 | 2026-07-19T04:18:19.514Z | running 0 tests |
| 5972 | 2026-07-19T04:18:19.514Z | |
| 5973 | 2026-07-19T04:18:19.514Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-07-19T04:18:19.514Z | |
| 5975 | 2026-07-19T04:18:19.514Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-03e4d7ef1e7776bf) |
| 5976 | 2026-07-19T04:18:19.514Z | |
| 5977 | 2026-07-19T04:18:19.514Z | running 0 tests |
| 5978 | 2026-07-19T04:18:19.514Z | |
| 5979 | 2026-07-19T04:18:19.514Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5980 | 2026-07-19T04:18:19.514Z | |
| 5981 | 2026-07-19T04:18:19.514Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-1aebac0d8152084e) |
| 5982 | 2026-07-19T04:18:19.514Z | |
| 5983 | 2026-07-19T04:18:19.514Z | running 6 tests |
| 5984 | 2026-07-19T04:18:19.515Z | test tests::test_full_lot_id_neither_present ... ok |
| 5985 | 2026-07-19T04:18:19.515Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5986 | 2026-07-19T04:18:19.515Z | test tests::test_full_lot_id_both_present ... ok |
| 5987 | 2026-07-19T04:18:19.515Z | test tests::test_full_lot_id_lot_only ... ok |
| 5988 | 2026-07-19T04:18:19.515Z | test tests::test_parse_client_port_id ... ok |
| 5989 | 2026-07-19T04:18:19.515Z | test tests::test_port_id_cmp ... ok |
| 5990 | 2026-07-19T04:18:19.515Z | |
| 5991 | 2026-07-19T04:18:19.515Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-07-19T04:18:19.515Z | |
| 5993 | 2026-07-19T04:18:19.515Z | Running tests/test_all.rs (target/debug/deps/test_all-86fb014b774c9a94) |
| 5994 | 2026-07-19T04:18:19.515Z | |
| 5995 | 2026-07-19T04:18:19.515Z | running 0 tests |
| 5996 | 2026-07-19T04:18:19.515Z | |
| 5997 | 2026-07-19T04:18:19.515Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-07-19T04:18:19.515Z | |
| 5999 | 2026-07-19T04:18:19.515Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-073f63e8fe3edb2d) |
| 6000 | 2026-07-19T04:18:19.515Z | |
| 6001 | 2026-07-19T04:18:19.515Z | running 0 tests |
| 6002 | 2026-07-19T04:18:19.515Z | |
| 6003 | 2026-07-19T04:18:19.515Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-07-19T04:18:19.515Z | |
| 6005 | 2026-07-19T04:18:19.515Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-df939c530e55054a) |
| 6006 | 2026-07-19T04:18:19.515Z | |
| 6007 | 2026-07-19T04:18:19.515Z | running 0 tests |
| 6008 | 2026-07-19T04:18:19.515Z | |
| 6009 | 2026-07-19T04:18:19.515Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6010 | 2026-07-19T04:18:19.515Z | |
| 6011 | 2026-07-19T04:18:19.515Z | Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc) |
| 6012 | 2026-07-19T04:18:19.515Z | |
| 6013 | 2026-07-19T04:18:19.515Z | running 12 tests |
| 6014 | 2026-07-19T04:18:19.515Z | test icmp::test_v6_checksum ... ok |
| 6015 | 2026-07-19T04:18:19.515Z | test icmp::test_v4_checksum ... ok |
| 6016 | 2026-07-19T04:18:19.515Z | test lldp::test_lldp_parse ... ok |
| 6017 | 2026-07-19T04:18:19.515Z | test ipv6::test_ipv6_parse ... ok |
| 6018 | 2026-07-19T04:18:19.516Z | test pbuf::test_byte ... ok |
| 6019 | 2026-07-19T04:18:19.516Z | test pbuf::test_nibble ... ok |
| 6020 | 2026-07-19T04:18:19.516Z | test pbuf::test_overflow ... ok |
| 6021 | 2026-07-19T04:18:19.516Z | test pbuf::test_short ... ok |
| 6022 | 2026-07-19T04:18:19.516Z | test pbuf::test_twelve ... ok |
| 6023 | 2026-07-19T04:18:19.516Z | test pbuf::test_word ... ok |
| 6024 | 2026-07-19T04:18:19.516Z | test tcp::test_checksum_ack_data ... ok |
| 6025 | 2026-07-19T04:18:19.516Z | test tcp::test_checksum_syn_nodata ... ok |
| 6026 | 2026-07-19T04:18:19.516Z | |
| 6027 | 2026-07-19T04:18:19.516Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-07-19T04:18:19.516Z | |
| 6029 | 2026-07-19T04:18:19.516Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6030 | 2026-07-19T04:18:19.516Z | |
| 6031 | 2026-07-19T04:18:19.516Z | running 0 tests |
| 6032 | 2026-07-19T04:18:19.516Z | |
| 6033 | 2026-07-19T04:18:19.516Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6034 | 2026-07-19T04:18:19.516Z | |
| 6035 | 2026-07-19T04:18:19.516Z | Running unittests src/main.rs (target/debug/deps/swadm-6cf97abe0d54d7a6) |
| 6036 | 2026-07-19T04:18:19.516Z | |
| 6037 | 2026-07-19T04:18:19.516Z | running 5 tests |
| 6038 | 2026-07-19T04:18:19.516Z | test switchport::test::test_compute_lanes ... ok |
| 6039 | 2026-07-19T04:18:19.516Z | test switchport::test::port_id_ordering ... ok |
| 6040 | 2026-07-19T04:18:19.521Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6041 | 2026-07-19T04:18:19.521Z | Rx Loss-of-lock: Yes Lane 0 Yes Yes Lane 1Yes |
| 6042 | 2026-07-19T04:18:19.521Z | Lane 2 Rx Loss-of-signal: Yes Lane 3Yes |
| 6043 | 2026-07-19T04:18:19.521Z | Yes Yes State: Activated |
| 6044 | 2026-07-19T04:18:19.521Z | Rx CDR Enabled: YesActivated Yes ActivatedYes ActivatedYes |
| 6045 | 2026-07-19T04:18:19.521Z | |
| 6046 | 2026-07-19T04:18:19.521Z | Tx Enabled: Yes Rx Output Enabled: false Yes false Yes Yesfalse |
| 6047 | 2026-07-19T04:18:19.521Z | Tx Loss-of-lock: Nofalse |
| 6048 | 2026-07-19T04:18:19.521Z | No Rx Output Status: valid Novalid Novalid |
| 6049 | 2026-07-19T04:18:19.521Z | valid Tx Loss-of-signal: No |
| 6050 | 2026-07-19T04:18:19.521Z | No Rx Loss-of-lock: true trueNo No |
| 6051 | 2026-07-19T04:18:19.521Z | true Tx CDR Enabled: No true |
| 6052 | 2026-07-19T04:18:19.521Z | No No Rx Loss-of-signal: false Nofalse |
| 6053 | 2026-07-19T04:18:19.521Z | Tx Adaptive EQ Fault: Nofalse Nofalse |
| 6054 | 2026-07-19T04:18:19.521Z | No Rx Auto-squelch Disable: trueNo |
| 6055 | 2026-07-19T04:18:19.521Z | true Tx Fault: Yestrue true |
| 6056 | 2026-07-19T04:18:19.521Z | Yes Tx Output Enabled: trueYes Yes |
| 6057 | 2026-07-19T04:18:19.521Z | true true true |
| 6058 | 2026-07-19T04:18:19.521Z | Tx Output Status: invalid invalid invalid invalid |
| 6059 | 2026-07-19T04:18:19.521Z | Tx Loss-of-lock: false false false false |
| 6060 | 2026-07-19T04:18:19.521Z | Tx Loss-of-signal: true true true true |
| 6061 | 2026-07-19T04:18:19.521Z | Tx Auto-squelch Disable: false false false false |
| 6062 | 2026-07-19T04:18:19.521Z | Tx Adaptive EQ Fail: true true true true |
| 6063 | 2026-07-19T04:18:19.521Z | Tx Failure: false false false false |
| 6064 | 2026-07-19T04:18:19.521Z | Tx Force Squelch: true true true true |
| 6065 | 2026-07-19T04:18:19.521Z | Tx Input Polarity: normal normal normal normal |
| 6066 | 2026-07-19T04:18:19.522Z | test switchport::test::test_print_sff_datapath ... ok |
| 6067 | 2026-07-19T04:18:19.522Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6068 | 2026-07-19T04:18:19.522Z | test link::test_filter ... ok |
| 6069 | 2026-07-19T04:18:19.522Z | |
| 6070 | 2026-07-19T04:18:19.522Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6071 | 2026-07-19T04:18:19.522Z | |
| 6072 | 2026-07-19T04:18:19.522Z | Running tests/counters.rs (target/debug/deps/counters-5243b102b29341bc) |
| 6073 | 2026-07-19T04:18:19.522Z | |
| 6074 | 2026-07-19T04:18:19.522Z | running 1 test |
| 6075 | 2026-07-19T04:18:19.522Z | test test_p4_counter_list ... ignored |
| 6076 | 2026-07-19T04:18:19.522Z | |
| 6077 | 2026-07-19T04:18:19.522Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-07-19T04:18:19.522Z | |
| 6079 | 2026-07-19T04:18:19.522Z | Running tests/port-link.rs (target/debug/deps/port_link-59282b7ee4ab4215) |
| 6080 | 2026-07-19T04:18:19.522Z | |
| 6081 | 2026-07-19T04:18:19.522Z | running 5 tests |
| 6082 | 2026-07-19T04:18:19.522Z | test test_an ... ignored |
| 6083 | 2026-07-19T04:18:19.522Z | test test_enable ... ignored |
| 6084 | 2026-07-19T04:18:19.522Z | test test_ip_addresses ... ignored |
| 6085 | 2026-07-19T04:18:19.522Z | test test_kr ... ignored |
| 6086 | 2026-07-19T04:18:19.522Z | test test_mac ... ignored |
| 6087 | 2026-07-19T04:18:19.522Z | |
| 6088 | 2026-07-19T04:18:19.522Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6089 | 2026-07-19T04:18:19.522Z | |
| 6090 | 2026-07-19T04:18:19.522Z | Running unittests src/main.rs (target/debug/deps/tfportd-25c710778444a5a9) |
| 6091 | 2026-07-19T04:18:19.522Z | |
| 6092 | 2026-07-19T04:18:19.522Z | running 3 tests |
| 6093 | 2026-07-19T04:18:19.522Z | test linklocal::test_parse_ipadm ... ok |
| 6094 | 2026-07-19T04:18:19.522Z | test tfport::test_parse_tfport ... ok |
| 6095 | 2026-07-19T04:18:19.522Z | test config::tests::test_updates ... ok |
| 6096 | 2026-07-19T04:18:19.522Z | |
| 6097 | 2026-07-19T04:18:19.522Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a) |
| 6098 | 2026-07-19T04:18:19.522Z | Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea) |
| 6099 | 2026-07-19T04:18:19.522Z | Doc-tests aal |
| 6100 | 2026-07-19T04:18:19.522Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6101 | 2026-07-19T04:18:19.522Z | |
| 6102 | 2026-07-19T04:18:19.522Z | |
| 6103 | 2026-07-19T04:18:19.522Z | running 0 tests |
| 6104 | 2026-07-19T04:18:19.522Z | |
| 6105 | 2026-07-19T04:18:19.523Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6106 | 2026-07-19T04:18:19.523Z | |
| 6107 | 2026-07-19T04:18:19.523Z | |
| 6108 | 2026-07-19T04:18:19.523Z | running 0 tests |
| 6109 | 2026-07-19T04:18:19.523Z | |
| 6110 | 2026-07-19T04:18:19.523Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6111 | 2026-07-19T04:18:19.523Z | |
| 6112 | 2026-07-19T04:18:19.617Z | |
| 6113 | 2026-07-19T04:18:19.617Z | running 0 tests |
| 6114 | 2026-07-19T04:18:19.617Z | |
| 6115 | 2026-07-19T04:18:19.617Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-07-19T04:18:19.617Z | |
| 6117 | 2026-07-19T04:18:19.635Z | Doc-tests aal_macros |
| 6118 | 2026-07-19T04:18:19.709Z | |
| 6119 | 2026-07-19T04:18:19.709Z | running 0 tests |
| 6120 | 2026-07-19T04:18:19.709Z | |
| 6121 | 2026-07-19T04:18:19.709Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-07-19T04:18:19.709Z | |
| 6123 | 2026-07-19T04:18:19.719Z | Doc-tests common |
| 6124 | 2026-07-19T04:18:19.958Z | |
| 6125 | 2026-07-19T04:18:19.958Z | running 0 tests |
| 6126 | 2026-07-19T04:18:19.958Z | |
| 6127 | 2026-07-19T04:18:19.958Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6128 | 2026-07-19T04:18:19.958Z | |
| 6129 | 2026-07-19T04:18:19.980Z | Doc-tests dpd_api |
| 6130 | 2026-07-19T04:18:20.733Z | |
| 6131 | 2026-07-19T04:18:20.733Z | running 2 tests |
| 6132 | 2026-07-19T04:18:20.733Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6133 | 2026-07-19T04:18:20.733Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6134 | 2026-07-19T04:18:20.734Z | |
| 6135 | 2026-07-19T04:18:20.734Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-07-19T04:18:20.734Z | |
| 6137 | 2026-07-19T04:18:20.766Z | Doc-tests dpd_client |
| 6138 | 2026-07-19T04:18:22.045Z | |
| 6139 | 2026-07-19T04:18:22.045Z | running 0 tests |
| 6140 | 2026-07-19T04:18:22.045Z | |
| 6141 | 2026-07-19T04:18:22.045Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-07-19T04:18:22.045Z | |
| 6143 | 2026-07-19T04:18:22.094Z | Doc-tests dpd_types |
| 6144 | 2026-07-19T04:18:22.308Z | |
| 6145 | 2026-07-19T04:18:22.308Z | running 0 tests |
| 6146 | 2026-07-19T04:18:22.308Z | |
| 6147 | 2026-07-19T04:18:22.308Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6148 | 2026-07-19T04:18:22.308Z | |
| 6149 | 2026-07-19T04:18:22.335Z | Doc-tests dpd_types_versions |
| 6150 | 2026-07-19T04:18:23.543Z | |
| 6151 | 2026-07-19T04:18:23.543Z | running 1 test |
| 6152 | 2026-07-19T04:18:23.543Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6153 | 2026-07-19T04:18:23.543Z | |
| 6154 | 2026-07-19T04:18:23.543Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-07-19T04:18:23.543Z | |
| 6156 | 2026-07-19T04:18:23.590Z | Doc-tests packet |
| 6157 | 2026-07-19T04:18:23.705Z | |
| 6158 | 2026-07-19T04:18:23.705Z | running 0 tests |
| 6159 | 2026-07-19T04:18:23.705Z | |
| 6160 | 2026-07-19T04:18:23.705Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-07-19T04:18:23.705Z | |
| 6162 | 2026-07-19T04:18:23.721Z | Doc-tests pcap |
| 6163 | 2026-07-19T04:18:23.773Z | |
| 6164 | 2026-07-19T04:18:23.773Z | running 0 tests |
| 6165 | 2026-07-19T04:18:23.773Z | |
| 6166 | 2026-07-19T04:18:23.773Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6167 | 2026-07-19T04:18:23.774Z | |
| 6168 | 2026-07-19T04:18:23.821Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6169 | 2026-07-19T04:18:23.821Z | + RUST_BACKTRACE=full |
| 6170 | 2026-07-19T04:18:23.821Z | + cargo test --features softnpu --no-fail-fast |
| 6171 | 2026-07-19T04:18:24.472Z | Compiling num-integer v0.1.46 |
| 6172 | 2026-07-19T04:18:24.560Z | Compiling num-complex v0.4.6 |
| 6173 | 2026-07-19T04:18:24.609Z | Compiling bitstruct_derive v0.1.0 |
| 6174 | 2026-07-19T04:18:24.612Z | Compiling tap v1.0.1 |
| 6175 | 2026-07-19T04:18:24.734Z | Compiling wyz v0.5.1 |
| 6176 | 2026-07-19T04:18:24.854Z | Compiling num-iter v0.1.45 |
| 6177 | 2026-07-19T04:18:24.894Z | Compiling num-rational v0.4.2 |
| 6178 | 2026-07-19T04:18:24.908Z | Compiling num-bigint v0.4.6 |
| 6179 | 2026-07-19T04:18:24.990Z | Compiling radium v0.7.0 |
| 6180 | 2026-07-19T04:18:25.003Z | Compiling funty v2.0.0 |
| 6181 | 2026-07-19T04:18:25.093Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6182 | 2026-07-19T04:18:25.105Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-07-19T04:18:25.198Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6184 | 2026-07-19T04:18:25.306Z | Compiling num v0.4.3 |
| 6185 | 2026-07-19T04:18:25.321Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-07-19T04:18:25.334Z | Compiling bitvec v1.0.1 |
| 6187 | 2026-07-19T04:18:25.394Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6188 | 2026-07-19T04:18:25.404Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-07-19T04:18:25.497Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6190 | 2026-07-19T04:18:25.625Z | Compiling typeid v1.0.3 |
| 6191 | 2026-07-19T04:18:25.659Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-07-19T04:18:25.670Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-07-19T04:18:25.745Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-07-19T04:18:26.009Z | Compiling ascii v1.1.0 |
| 6195 | 2026-07-19T04:18:26.443Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-07-19T04:18:26.525Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-07-19T04:18:26.636Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-07-19T04:18:26.666Z | Compiling erased-serde v0.4.8 |
| 6199 | 2026-07-19T04:18:26.849Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6200 | 2026-07-19T04:18:26.971Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6201 | 2026-07-19T04:18:27.010Z | Compiling bitstruct v0.1.1 |
| 6202 | 2026-07-19T04:18:27.090Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6203 | 2026-07-19T04:18:27.113Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6204 | 2026-07-19T04:18:27.374Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6205 | 2026-07-19T04:18:27.600Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-07-19T04:18:27.637Z | Compiling serde_arrays v0.1.0 |
| 6207 | 2026-07-19T04:18:27.659Z | Compiling libloading v0.7.4 |
| 6208 | 2026-07-19T04:18:27.922Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-07-19T04:18:28.441Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6210 | 2026-07-19T04:18:28.725Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6211 | 2026-07-19T04:18:28.822Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6212 | 2026-07-19T04:18:29.838Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6213 | 2026-07-19T04:18:30.698Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6214 | 2026-07-19T04:18:37.028Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-07-19T04:18:37.264Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6216 | 2026-07-19T04:18:37.270Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-07-19T04:18:37.330Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6218 | 2026-07-19T04:18:37.618Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-07-19T04:18:37.875Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6220 | 2026-07-19T04:18:39.986Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6221 | 2026-07-19T04:18:40.009Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-07-19T04:18:42.460Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6223 | 2026-07-19T04:18:43.089Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6224 | 2026-07-19T04:18:44.455Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6225 | 2026-07-19T04:18:46.627Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6226 | 2026-07-19T04:18:46.693Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6227 | 2026-07-19T04:18:47.401Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6228 | 2026-07-19T04:18:54.772Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-07-19T04:18:57.381Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-07-19T04:19:00.997Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6231 | 2026-07-19T04:19:41.318Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 6232 | 2026-07-19T04:19:41.439Z | Running unittests src/lib.rs (target/debug/deps/aal-b6ec39446a808010) |
| 6233 | 2026-07-19T04:19:41.442Z | |
| 6234 | 2026-07-19T04:19:41.442Z | running 5 tests |
| 6235 | 2026-07-19T04:19:41.446Z | test fuse::tests::chip_revision_a0 ... ok |
| 6236 | 2026-07-19T04:19:41.446Z | test fuse::tests::chip_revision_b0 ... ok |
| 6237 | 2026-07-19T04:19:41.446Z | test fuse::tests::chip_revision_b1 ... ok |
| 6238 | 2026-07-19T04:19:41.446Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6239 | 2026-07-19T04:19:41.446Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6240 | 2026-07-19T04:19:41.446Z | |
| 6241 | 2026-07-19T04:19:41.446Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-07-19T04:19:41.446Z | |
| 6243 | 2026-07-19T04:19:41.446Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6244 | 2026-07-19T04:19:41.449Z | |
| 6245 | 2026-07-19T04:19:41.449Z | running 0 tests |
| 6246 | 2026-07-19T04:19:41.450Z | |
| 6247 | 2026-07-19T04:19:41.450Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-07-19T04:19:41.450Z | |
| 6249 | 2026-07-19T04:19:41.450Z | Running unittests src/lib.rs (target/debug/deps/asic-2dcc4eacd25d6c46) |
| 6250 | 2026-07-19T04:19:41.453Z | |
| 6251 | 2026-07-19T04:19:41.453Z | running 0 tests |
| 6252 | 2026-07-19T04:19:41.453Z | |
| 6253 | 2026-07-19T04:19:41.453Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6254 | 2026-07-19T04:19:41.453Z | |
| 6255 | 2026-07-19T04:19:41.453Z | Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428) |
| 6256 | 2026-07-19T04:19:41.457Z | |
| 6257 | 2026-07-19T04:19:41.457Z | running 10 tests |
| 6258 | 2026-07-19T04:19:41.460Z | test nat::tests::test_vni ... ok |
| 6259 | 2026-07-19T04:19:41.460Z | test network::tests::test_equal ... ok |
| 6260 | 2026-07-19T04:19:41.460Z | test network::tests::test_eui64 ... ok |
| 6261 | 2026-07-19T04:19:41.460Z | test network::tests::test_not_equal ... ok |
| 6262 | 2026-07-19T04:19:41.460Z | test network::tests::test_into ... ok |
| 6263 | 2026-07-19T04:19:41.460Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6264 | 2026-07-19T04:19:41.460Z | test network::tests::test_parse ... ok |
| 6265 | 2026-07-19T04:19:41.460Z | test network::tests::test_to_string ... ok |
| 6266 | 2026-07-19T04:19:41.460Z | test test_purge ... ok |
| 6267 | 2026-07-19T04:19:41.463Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6268 | 2026-07-19T04:19:41.463Z | |
| 6269 | 2026-07-19T04:19:41.463Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6270 | 2026-07-19T04:19:41.463Z | |
| 6271 | 2026-07-19T04:19:41.467Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-28f48e1977ca5b48) |
| 6272 | 2026-07-19T04:19:41.470Z | |
| 6273 | 2026-07-19T04:19:41.470Z | running 1 test |
| 6274 | 2026-07-19T04:19:41.473Z | ------- |
| 6275 | 2026-07-19T04:19:41.473Z | Generating OpenAPI documents from API definitions ... |
| 6276 | 2026-07-19T04:19:41.615Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6277 | 2026-07-19T04:19:41.684Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6278 | 2026-07-19T04:19:42.849Z | ------- |
| 6279 | 2026-07-19T04:19:42.849Z | Checking 12 OpenAPI documents... |
| 6280 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-07-19T04:19:42.849Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-07-19T04:19:42.867Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-07-19T04:19:42.867Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-07-19T04:19:42.867Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-07-19T04:19:42.868Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-07-19T04:19:42.868Z | Fresh dpd "latest" symlink |
| 6293 | 2026-07-19T04:19:42.868Z | ------- |
| 6294 | 2026-07-19T04:19:42.868Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6295 | 2026-07-19T04:19:42.868Z | test test::test_apis_up_to_date ... ok |
| 6296 | 2026-07-19T04:19:42.868Z | |
| 6297 | 2026-07-19T04:19:42.868Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 6298 | 2026-07-19T04:19:42.868Z | |
| 6299 | 2026-07-19T04:19:42.868Z | Running unittests src/main.rs (target/debug/deps/dpd-ff4d0dced6a3a8f6) |
| 6300 | 2026-07-19T04:19:42.868Z | |
| 6301 | 2026-07-19T04:19:42.868Z | running 34 tests |
| 6302 | 2026-07-19T04:19:42.868Z | test freemap::test_ordering ... ok |
| 6303 | 2026-07-19T04:19:42.868Z | test config::tests::test_updates ... ok |
| 6304 | 2026-07-19T04:19:42.868Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6305 | 2026-07-19T04:19:42.868Z | test freemap::test_split ... ok |
| 6306 | 2026-07-19T04:19:42.868Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6307 | 2026-07-19T04:19:42.868Z | test macaddrs::tests::test_mac_offset ... ok |
| 6308 | 2026-07-19T04:19:42.868Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6309 | 2026-07-19T04:19:42.868Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6310 | 2026-07-19T04:19:42.868Z | test nat::test_mapping ... ok |
| 6311 | 2026-07-19T04:19:42.869Z | test port_map::tests::dump_map ... ok |
| 6312 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBG created new freemapJul 19 04:19:41.345 DEBG , created new freemapunit:, unitfreemap_test: freemap_test |
| 6313 | 2026-07-19T04:19:42.869Z | |
| 6314 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBGJul 19 04:19:41.345 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test: |
| 6315 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345freemap_test |
| 6316 | 2026-07-19T04:19:42.869Z | DEBGJul 19 04:19:41.345 created new freemapDEBG , Jul 19 04:19:41.345unitreset freemap , :unit DEBG:freemap_test reset freemapfreemap_test, |
| 6317 | 2026-07-19T04:19:42.869Z | unit |
| 6318 | 2026-07-19T04:19:42.869Z | : freemap_test |
| 6319 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBG initted freemap. size: 128, unit: freemap_test |
| 6320 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBG reset freemap, unit: freemap_test |
| 6321 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBG created new freemap, unit: freemap_test |
| 6322 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBG initted freemap. size: 128, unit: freemap_test |
| 6323 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.345 DEBG reset freemap, unit: freemap_test |
| 6324 | 2026-07-19T04:19:42.869Z | test freemap::test_free ... ok |
| 6325 | 2026-07-19T04:19:42.869Z | test freemap::test_exhaustion ... ok |
| 6326 | 2026-07-19T04:19:42.869Z | test freemap::test_basic ... ok |
| 6327 | 2026-07-19T04:19:42.869Z | test freemap::test_reclaim ... ok |
| 6328 | 2026-07-19T04:19:42.869Z | test port_map::tests::test_backplane_group ... ok |
| 6329 | 2026-07-19T04:19:42.869Z | test port_map::tests::test_port_map ... ok |
| 6330 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.346 DEBG created new freemap, unit: freemap_test |
| 6331 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.346 DEBG initted freemap. size: 8, unit: freemap_test |
| 6332 | 2026-07-19T04:19:42.869Z | Jul 19 04:19:41.346 DEBG reset freemap, unit: freemap_test |
| 6333 | 2026-07-19T04:19:42.869Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6334 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG created new freemap, unit: freemap_test |
| 6335 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG initted freemap. size: 128, unit: freemap_test |
| 6336 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG reset freemap, unit: freemap_test |
| 6337 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6338 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG created new freemap, Jul 19 04:19:41.346unit :DEBG freemap_route_ipv4created new freemap |
| 6339 | 2026-07-19T04:19:42.870Z | , unit: freemap_route_ipv6 |
| 6340 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG created new freemapJul 19 04:19:41.346, unitDEBG: initted freemap. size: 64freemap_route_ipv6, |
| 6341 | 2026-07-19T04:19:42.870Z | unit: freemap_route_ipv4 |
| 6342 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346 DEBG initted freemap. size: 64Jul 19 04:19:41.346, unitDEBG: reset freemapfreemap_route_ipv4, |
| 6343 | 2026-07-19T04:19:42.870Z | unit: freemap_route_ipv4Jul 19 04:19:41.346 |
| 6344 | 2026-07-19T04:19:42.870Z | DEBG reset freemap, unitJul 19 04:19:41.346: DEBGfreemap_route_ipv4 |
| 6345 | 2026-07-19T04:19:42.870Z | initted freemap. size: 64, unit: Jul 19 04:19:41.346freemap_route_ipv6 |
| 6346 | 2026-07-19T04:19:42.870Z | DEBG initted freemap. size: 64, unitJul 19 04:19:41.346: DEBGfreemap_route_ipv6 |
| 6347 | 2026-07-19T04:19:42.870Z | reset freemap, unit: Jul 19 04:19:41.346freemap_route_ipv6 |
| 6348 | 2026-07-19T04:19:42.870Z | DEBG reset freemap, unitJul 19 04:19:41.346: INFOfreemap_route_ipv6 |
| 6349 | 2026-07-19T04:19:42.870Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6350 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346Jul 19 04:19:41.346 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6351 | 2026-07-19T04:19:42.870Z | |
| 6352 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346Jul 19 04:19:41.346 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6353 | 2026-07-19T04:19:42.870Z | |
| 6354 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346Jul 19 04:19:41.346 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:dead::/64 -> 2001:db8::55:2 |
| 6355 | 2026-07-19T04:19:42.870Z | |
| 6356 | 2026-07-19T04:19:42.870Z | Jul 19 04:19:41.346Jul 19 04:19:41.346 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:1::/64 -> 2001:db8::55:ff |
| 6357 | 2026-07-19T04:19:42.870Z | |
| 6358 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 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 } }] |
| 6359 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6360 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 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 } }] |
| 6361 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6362 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 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 } }] |
| 6363 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6364 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 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 } }] |
| 6365 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6366 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 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 } }] |
| 6367 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6368 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346Jul 19 04:19:41.346 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 6369 | 2026-07-19T04:19:42.871Z | , unit:Jul 19 04:19:41.346 freemap_route_ipv4INFO |
| 6370 | 2026-07-19T04:19:42.871Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6371 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346Jul 19 04:19:41.346 DEBGDEBG created new freemapreplacing 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 } }], |
| 6372 | 2026-07-19T04:19:42.871Z | unit: freemap_route_ipv6 |
| 6373 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6374 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.346 Jul 19 04:19:41.346DEBG Jul 19 04:19:41.346INFOinitted freemap. size: 64 , DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3unit |
| 6375 | 2026-07-19T04:19:42.871Z | : freemap_route_ipv4 |
| 6376 | 2026-07-19T04:19:42.871Z | Jul 19 04:19:41.347Jul 19 04:19:41.346 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG |
| 6377 | 2026-07-19T04:19:42.872Z | reset freemap, unit: freemap_route_ipv4Jul 19 04:19:41.347 |
| 6378 | 2026-07-19T04:19:42.872Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6379 | 2026-07-19T04:19:42.872Z | Jul 19 04:19:41.347 DEBG initted freemap. size: 64Jul 19 04:19:41.347, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 6380 | 2026-07-19T04:19:42.872Z | |
| 6381 | 2026-07-19T04:19:42.872Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBG INFOreset freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 6382 | 2026-07-19T04:19:42.872Z | : freemap_route_ipv6 |
| 6383 | 2026-07-19T04:19:42.872Z | Jul 19 04:19:41.347 DEBG Jul 19 04:19:41.347replacing 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 } }] |
| 6384 | 2026-07-19T04:19:42.872Z | test api_server::tests::test_build_info ... ok |
| 6385 | 2026-07-19T04:19:42.872Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6386 | 2026-07-19T04:19:42.872Z | Jul 19 04:19:41.347 INFO Jul 19 04:19:41.347adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6387 | 2026-07-19T04:19:42.872Z | 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 } }] |
| 6388 | 2026-07-19T04:19:42.881Z | Jul 19 04:19:41.347 DEBG Jul 19 04:19:41.347replacing 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 } }] |
| 6389 | 2026-07-19T04:19:42.882Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6390 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 INFO Jul 19 04:19:41.347adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6391 | 2026-07-19T04:19:42.882Z | 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 } }] |
| 6392 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6393 | 2026-07-19T04:19:42.882Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6394 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6395 | 2026-07-19T04:19:42.882Z | 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 } }] |
| 6396 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6397 | 2026-07-19T04:19:42.882Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6398 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6399 | 2026-07-19T04:19:42.882Z | test freemap::test_span ... ok |
| 6400 | 2026-07-19T04:19:42.882Z | 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 } }] |
| 6401 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBG 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 } }] |
| 6402 | 2026-07-19T04:19:42.882Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6403 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6404 | 2026-07-19T04:19:42.882Z | 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 } }] |
| 6405 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBG 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 } }] |
| 6406 | 2026-07-19T04:19:42.882Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6407 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 6408 | 2026-07-19T04:19:42.882Z | |
| 6409 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 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:4::/64 -> 2001:db8::55:ff |
| 6410 | 2026-07-19T04:19:42.882Z | |
| 6411 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 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:7::/64 -> 2001:db8::55:ff |
| 6412 | 2026-07-19T04:19:42.882Z | |
| 6413 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 6414 | 2026-07-19T04:19:42.882Z | |
| 6415 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 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:8::/64 -> 2001:db8::55:ff |
| 6416 | 2026-07-19T04:19:42.882Z | |
| 6417 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6418 | 2026-07-19T04:19:42.882Z | |
| 6419 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6420 | 2026-07-19T04:19:42.882Z | |
| 6421 | 2026-07-19T04:19:42.882Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6422 | 2026-07-19T04:19:42.883Z | |
| 6423 | 2026-07-19T04:19:42.883Z | 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 } }] |
| 6424 | 2026-07-19T04:19:42.883Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6425 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBG Jul 19 04:19:41.347created new freemap , unit: freemap_route_ipv4 |
| 6426 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6427 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBG initted freemap. size: 64DEBG, unit: 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 } }]freemap_route_ipv4 |
| 6428 | 2026-07-19T04:19:42.883Z | |
| 6429 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBG reset freemap, unit:Jul 19 04:19:41.347 INFOfreemap_route_ipv4 |
| 6430 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6431 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6432 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6433 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6434 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6435 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6436 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6437 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6438 | 2026-07-19T04:19:42.883Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6439 | 2026-07-19T04:19:42.883Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6440 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6441 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBGJul 19 04:19:41.347 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6442 | 2026-07-19T04:19:42.883Z | 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 } }] |
| 6443 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBGJul 19 04:19:41.347 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 } }] |
| 6444 | 2026-07-19T04:19:42.883Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6445 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6446 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6447 | 2026-07-19T04:19:42.883Z | |
| 6448 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6449 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 DEBGJul 19 04:19:41.347 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6450 | 2026-07-19T04:19:42.883Z | 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 } }] |
| 6451 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6452 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6453 | 2026-07-19T04:19:42.883Z | INFOJul 19 04:19:41.347 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6454 | 2026-07-19T04:19:42.883Z | |
| 6455 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6456 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347 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 } }] |
| 6457 | 2026-07-19T04:19:42.883Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6458 | 2026-07-19T04:19:42.883Z | INFO Jul 19 04:19:41.347 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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6459 | 2026-07-19T04:19:42.884Z | |
| 6460 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 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 } }] |
| 6461 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6462 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6463 | 2026-07-19T04:19:42.884Z | DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6464 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 |
| 6465 | 2026-07-19T04:19:42.884Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6466 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6467 | 2026-07-19T04:19:42.884Z | INFOJul 19 04:19:41.347 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 6468 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 6469 | 2026-07-19T04:19:42.884Z | 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 } }] |
| 6470 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347Jul 19 04:19:41.347Jul 19 04:19:41.347 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6471 | 2026-07-19T04:19:42.884Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 6472 | 2026-07-19T04:19:42.884Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6473 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6474 | 2026-07-19T04:19:42.884Z | |
| 6475 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:19:41.347Jul 19 04:19:41.347 |
| 6476 | 2026-07-19T04:19:42.884Z | DEBGINFO adding route 3fff:beef:f::/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 } }] |
| 6477 | 2026-07-19T04:19:42.884Z | |
| 6478 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 DEBGJul 19 04:19:41.347Jul 19 04:19:41.347 INFODEBGreplacing 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 } }] |
| 6479 | 2026-07-19T04:19:42.884Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6480 | 2026-07-19T04:19:42.884Z | |
| 6481 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 6482 | 2026-07-19T04:19:42.884Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6483 | 2026-07-19T04:19:42.884Z | |
| 6484 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 Jul 19 04:19:41.347INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6485 | 2026-07-19T04:19:42.884Z | |
| 6486 | 2026-07-19T04:19:42.884Z | 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 } }] |
| 6487 | 2026-07-19T04:19:42.884Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBG Jul 19 04:19:41.347INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6488 | 2026-07-19T04:19:42.895Z | |
| 6489 | 2026-07-19T04:19:42.895Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6490 | 2026-07-19T04:19:42.895Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6491 | 2026-07-19T04:19:42.895Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6492 | 2026-07-19T04:19:42.895Z | DEBG Jul 19 04:19:41.347replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.347 |
| 6493 | 2026-07-19T04:19:42.895Z | DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6494 | 2026-07-19T04:19:42.895Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6495 | 2026-07-19T04:19:42.895Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6496 | 2026-07-19T04:19:42.895Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6497 | 2026-07-19T04:19:42.895Z | |
| 6498 | 2026-07-19T04:19:42.895Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 Jul 19 04:19:41.347DEBG 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:13::/64 -> 2001:db8::55:ff |
| 6499 | 2026-07-19T04:19:42.895Z | |
| 6500 | 2026-07-19T04:19:42.895Z | 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 } }] |
| 6501 | 2026-07-19T04:19:42.895Z | Jul 19 04:19:41.347Jul 19 04:19:41.347 INFOINFO Jul 19 04:19:41.347adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6502 | 2026-07-19T04:19:42.896Z | 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 } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6503 | 2026-07-19T04:19:42.896Z | |
| 6504 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6505 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6506 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347replacing 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 } }] |
| 6507 | 2026-07-19T04:19:42.896Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6508 | 2026-07-19T04:19:42.896Z | DEBGJul 19 04:19:41.347 Jul 19 04:19:41.347INFO 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 } }] |
| 6509 | 2026-07-19T04:19:42.896Z | 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 } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6510 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347 |
| 6511 | 2026-07-19T04:19:42.896Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6512 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347 INFODEBGJul 19 04:19:41.347 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 6513 | 2026-07-19T04:19:42.896Z | 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 } }] |
| 6514 | 2026-07-19T04:19:42.896Z | 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 } }] |
| 6515 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347 DEBGJul 19 04:19:41.347 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6516 | 2026-07-19T04:19:42.896Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 6517 | 2026-07-19T04:19:42.896Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6518 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6519 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347replacing 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 |
| 6520 | 2026-07-19T04:19:42.896Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347 |
| 6521 | 2026-07-19T04:19:42.896Z | Jul 19 04:19:41.347 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6522 | 2026-07-19T04:19:42.896Z | |
| 6523 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347INFOJul 19 04:19:41.347 DEBG INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6524 | 2026-07-19T04:19:42.897Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6525 | 2026-07-19T04:19:42.897Z | |
| 6526 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.347 Jul 19 04:19:41.347INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:19:41.347 |
| 6527 | 2026-07-19T04:19:42.897Z | 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 } }] |
| 6528 | 2026-07-19T04:19:42.897Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.347Jul 19 04:19:41.347 |
| 6529 | 2026-07-19T04:19:42.897Z | 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 } }] |
| 6530 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.347 Jul 19 04:19:41.348INFO INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6531 | 2026-07-19T04:19:42.897Z | |
| 6532 | 2026-07-19T04:19:42.897Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6533 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBGDEBG 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 } }] |
| 6534 | 2026-07-19T04:19:42.897Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6535 | 2026-07-19T04:19:42.897Z | |
| 6536 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.348 INFOJul 19 04:19:41.348 Jul 19 04:19:41.348 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6537 | 2026-07-19T04:19:42.897Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 6538 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.348adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6539 | 2026-07-19T04:19:42.897Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6540 | 2026-07-19T04:19:42.897Z | DEBGJul 19 04:19:41.348 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 } }]Jul 19 04:19:41.348 |
| 6541 | 2026-07-19T04:19:42.897Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6542 | 2026-07-19T04:19:42.897Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6543 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.348INFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6544 | 2026-07-19T04:19:42.897Z | |
| 6545 | 2026-07-19T04:19:42.897Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6546 | 2026-07-19T04:19:42.898Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 DEBG INFOJul 19 04:19:41.348created new freemap, INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit |
| 6547 | 2026-07-19T04:19:42.898Z | : DEBGfreemap_route_ipv4 |
| 6548 | 2026-07-19T04:19:42.898Z | |
| 6549 | 2026-07-19T04:19:42.898Z | 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 } }] |
| 6550 | 2026-07-19T04:19:42.898Z | Jul 19 04:19:41.348 DEBG created new freemapJul 19 04:19:41.348, unitJul 19 04:19:41.348: freemap_route_ipv6 |
| 6551 | 2026-07-19T04:19:42.898Z | 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 } }]INFO |
| 6552 | 2026-07-19T04:19:42.898Z | Jul 19 04:19:41.348 DEBG initted freemap. size: 64, unitJul 19 04:19:41.348: freemap_route_ipv4 |
| 6553 | 2026-07-19T04:19:42.898Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6554 | 2026-07-19T04:19:42.898Z | Jul 19 04:19:41.348 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6555 | 2026-07-19T04:19:42.898Z | reset freemap, Jul 19 04:19:41.348unit INFO: freemap_route_ipv4 |
| 6556 | 2026-07-19T04:19:42.898Z | Jul 19 04:19:41.348 DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6557 | 2026-07-19T04:19:42.898Z | , adding route 3fff:beef:13::/64 -> 2001:db8::55:ffunitJul 19 04:19:41.348Jul 19 04:19:41.348 |
| 6558 | 2026-07-19T04:19:42.898Z | : freemap_route_ipv6 |
| 6559 | 2026-07-19T04:19:42.898Z | DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6560 | 2026-07-19T04:19:42.898Z | Jul 19 04:19:41.348 Jul 19 04:19:41.348 DEBGDEBG INFOJul 19 04:19:41.348 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6561 | 2026-07-19T04:19:42.898Z | 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 } }] |
| 6562 | 2026-07-19T04:19:42.898Z | DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 DEBG |
| 6563 | 2026-07-19T04:19:42.898Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6564 | 2026-07-19T04:19:42.898Z | |
| 6565 | 2026-07-19T04:19:42.898Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348Jul 19 04:19:41.348 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6566 | 2026-07-19T04:19:42.898Z | |
| 6567 | 2026-07-19T04:19:42.898Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6568 | 2026-07-19T04:19:42.899Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6569 | 2026-07-19T04:19:42.899Z | |
| 6570 | 2026-07-19T04:19:42.899Z | 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 } }] |
| 6571 | 2026-07-19T04:19:42.899Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6572 | 2026-07-19T04:19:42.899Z | DEBG |
| 6573 | 2026-07-19T04:19:42.899Z | 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 } }] |
| 6574 | 2026-07-19T04:19:42.899Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGJul 19 04:19:41.348 INFO INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6575 | 2026-07-19T04:19:42.899Z | |
| 6576 | 2026-07-19T04:19:42.899Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6577 | 2026-07-19T04:19:42.899Z | Jul 19 04:19:41.348 Jul 19 04:19:41.348Jul 19 04:19:41.348INFO DEBGDEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6578 | 2026-07-19T04:19:42.899Z | 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: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 } }] |
| 6579 | 2026-07-19T04:19:42.899Z | |
| 6580 | 2026-07-19T04:19:42.899Z | Jul 19 04:19:41.348 DEBGJul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]INFOINFO |
| 6581 | 2026-07-19T04:19:42.899Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6582 | 2026-07-19T04:19:42.899Z | |
| 6583 | 2026-07-19T04:19:42.899Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6584 | 2026-07-19T04:19:42.899Z | DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6585 | 2026-07-19T04:19:42.900Z | |
| 6586 | 2026-07-19T04:19:42.900Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6587 | 2026-07-19T04:19:42.900Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6588 | 2026-07-19T04:19:42.909Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6589 | 2026-07-19T04:19:42.909Z | |
| 6590 | 2026-07-19T04:19:42.909Z | Jul 19 04:19:41.348 INFO Jul 19 04:19:41.348adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6591 | 2026-07-19T04:19:42.909Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6592 | 2026-07-19T04:19:42.909Z | INFO Jul 19 04:19:41.348adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6593 | 2026-07-19T04:19:42.909Z | DEBGJul 19 04:19:41.348 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6594 | 2026-07-19T04:19:42.909Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6595 | 2026-07-19T04:19:42.909Z | Jul 19 04:19:41.348 Jul 19 04:19:41.348DEBG INFOJul 19 04:19:41.348 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 } }]DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6596 | 2026-07-19T04:19:42.909Z | |
| 6597 | 2026-07-19T04:19:42.909Z | 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 } }] |
| 6598 | 2026-07-19T04:19:42.909Z | Jul 19 04:19:41.348 DEBG Jul 19 04:19:41.348replacing 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 } }] |
| 6599 | 2026-07-19T04:19:42.909Z | Jul 19 04:19:41.348INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6600 | 2026-07-19T04:19:42.909Z | INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6601 | 2026-07-19T04:19:42.909Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6602 | 2026-07-19T04:19:42.909Z | DEBGJul 19 04:19:41.348 Jul 19 04:19:41.348DEBGreplacing 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: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 } }] |
| 6603 | 2026-07-19T04:19:42.909Z | DEBG |
| 6604 | 2026-07-19T04:19:42.909Z | 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 } }] |
| 6605 | 2026-07-19T04:19:42.909Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 INFO INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6606 | 2026-07-19T04:19:42.909Z | |
| 6607 | 2026-07-19T04:19:42.909Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6608 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348 Jul 19 04:19:41.348DEBG Jul 19 04:19:41.348 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 } }]DEBG |
| 6609 | 2026-07-19T04:19:42.910Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6610 | 2026-07-19T04:19:42.910Z | |
| 6611 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348 INFO Jul 19 04:19:41.348adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6612 | 2026-07-19T04:19:42.910Z | INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6613 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6614 | 2026-07-19T04:19:42.910Z | DEBGJul 19 04:19:41.348 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6615 | 2026-07-19T04:19:42.910Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6616 | 2026-07-19T04:19:42.910Z | DEBGJul 19 04:19:41.348 Jul 19 04:19:41.348 INFOINFO 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:26::/64 -> 2001:db8::55:ff |
| 6617 | 2026-07-19T04:19:42.910Z | |
| 6618 | 2026-07-19T04:19:42.910Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6619 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348DEBG DEBGINFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6620 | 2026-07-19T04:19:42.910Z | |
| 6621 | 2026-07-19T04:19:42.910Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6622 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6623 | 2026-07-19T04:19:42.910Z | INFO |
| 6624 | 2026-07-19T04:19:42.910Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6625 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 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 } }]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 } }] |
| 6626 | 2026-07-19T04:19:42.910Z | |
| 6627 | 2026-07-19T04:19:42.910Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6628 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Jul 19 04:19:41.348adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6629 | 2026-07-19T04:19:42.910Z | |
| 6630 | 2026-07-19T04:19:42.910Z | 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 } }] |
| 6631 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG Jul 19 04:19:41.348replacing 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: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 } }] |
| 6632 | 2026-07-19T04:19:42.910Z | |
| 6633 | 2026-07-19T04:19:42.910Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6634 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6635 | 2026-07-19T04:19:42.910Z | |
| 6636 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348 DEBGJul 19 04:19:41.348Jul 19 04:19:41.348 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 } }] |
| 6637 | 2026-07-19T04:19:42.910Z | DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6638 | 2026-07-19T04:19:42.910Z | |
| 6639 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348 Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6640 | 2026-07-19T04:19:42.910Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6641 | 2026-07-19T04:19:42.910Z | |
| 6642 | 2026-07-19T04:19:42.910Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348 DEBGDEBGDEBG 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: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 } }] |
| 6643 | 2026-07-19T04:19:42.910Z | |
| 6644 | 2026-07-19T04:19:42.911Z | 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 } }] |
| 6645 | 2026-07-19T04:19:42.911Z | test route::tests::grow_succeeds ... ok |
| 6646 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6647 | 2026-07-19T04:19:42.911Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6648 | 2026-07-19T04:19:42.911Z | |
| 6649 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 DEBGDEBG Jul 19 04:19:41.348 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 |
| 6650 | 2026-07-19T04:19:42.911Z | 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 } }] |
| 6651 | 2026-07-19T04:19:42.911Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6652 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6653 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 6654 | 2026-07-19T04:19:42.911Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6655 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348 |
| 6656 | 2026-07-19T04:19:42.911Z | DEBGJul 19 04:19:41.348 Jul 19 04:19:41.348DEBG Jul 19 04:19:41.348 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 } }]DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6657 | 2026-07-19T04:19:42.911Z | 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 } }] |
| 6658 | 2026-07-19T04:19:42.911Z | |
| 6659 | 2026-07-19T04:19:42.911Z | 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 } }] |
| 6660 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6661 | 2026-07-19T04:19:42.911Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6662 | 2026-07-19T04:19:42.911Z | |
| 6663 | 2026-07-19T04:19:42.911Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6664 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348 Jul 19 04:19:41.348Jul 19 04:19:41.348DEBG Jul 19 04:19:41.348DEBGreplacing 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 } }] |
| 6665 | 2026-07-19T04:19:42.911Z | 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 } }] |
| 6666 | 2026-07-19T04:19:42.911Z | 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 |
| 6667 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348Jul 19 04:19:41.348 INFOINFO 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:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6668 | 2026-07-19T04:19:42.911Z | |
| 6669 | 2026-07-19T04:19:42.911Z | |
| 6670 | 2026-07-19T04:19:42.911Z | INFO Jul 19 04:19:41.348adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6671 | 2026-07-19T04:19:42.911Z | DEBGJul 19 04:19:41.348 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6672 | 2026-07-19T04:19:42.911Z | DEBG Jul 19 04:19:41.348 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.348INFO |
| 6673 | 2026-07-19T04:19:42.911Z | DEBG INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6674 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348 |
| 6675 | 2026-07-19T04:19:42.911Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6676 | 2026-07-19T04:19:42.911Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6677 | 2026-07-19T04:19:42.911Z | |
| 6678 | 2026-07-19T04:19:42.911Z | Jul 19 04:19:41.348Jul 19 04:19:41.348Jul 19 04:19:41.348 Jul 19 04:19:41.348INFOINFODEBG adding route 3fff:beef:30::/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 } }] |
| 6679 | 2026-07-19T04:19:42.911Z | |
| 6680 | 2026-07-19T04:19:42.912Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6681 | 2026-07-19T04:19:42.912Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6682 | 2026-07-19T04:19:42.912Z | DEBG Jul 19 04:19:41.348replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.348 |
| 6683 | 2026-07-19T04:19:42.912Z | INFODEBG Jul 19 04:19:41.348replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.348 |
| 6684 | 2026-07-19T04:19:42.912Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO INFO |
| 6685 | 2026-07-19T04:19:42.912Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6686 | 2026-07-19T04:19:42.912Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:19:41.348 |
| 6687 | 2026-07-19T04:19:42.912Z | INFOJul 19 04:19:41.348 Jul 19 04:19:41.349adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6688 | 2026-07-19T04:19:42.921Z | DEBGJul 19 04:19:41.349 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.349 |
| 6689 | 2026-07-19T04:19:42.921Z | DEBG DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.349 |
| 6690 | 2026-07-19T04:19:42.922Z | 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 } }] |
| 6691 | 2026-07-19T04:19:42.922Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6692 | 2026-07-19T04:19:42.922Z | |
| 6693 | 2026-07-19T04:19:42.922Z | Jul 19 04:19:41.349Jul 19 04:19:41.349 Jul 19 04:19:41.349Jul 19 04:19:41.349INFO INFO DEBG adding route 3fff:beef:1c::/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 } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 6694 | 2026-07-19T04:19:42.922Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6695 | 2026-07-19T04:19:42.922Z | |
| 6696 | 2026-07-19T04:19:42.922Z | |
| 6697 | 2026-07-19T04:19:42.922Z | Jul 19 04:19:41.349 INFOJul 19 04:19:41.349 Jul 19 04:19:41.349 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG Jul 19 04:19:41.349DEBG |
| 6698 | 2026-07-19T04:19:42.922Z | 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 } }] |
| 6699 | 2026-07-19T04:19:42.922Z | DEBGJul 19 04:19:41.349 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 |
| 6700 | 2026-07-19T04:19:42.922Z | 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 } }] |
| 6701 | 2026-07-19T04:19:42.922Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349Jul 19 04:19:41.349 |
| 6702 | 2026-07-19T04:19:42.922Z | INFOJul 19 04:19:41.349 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6703 | 2026-07-19T04:19:42.922Z | |
| 6704 | 2026-07-19T04:19:42.922Z | Jul 19 04:19:41.349 |
| 6705 | 2026-07-19T04:19:42.922Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:19:41.349Jul 19 04:19:41.349 |
| 6706 | 2026-07-19T04:19:42.922Z | DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6707 | 2026-07-19T04:19:42.922Z | Jul 19 04:19:41.349replacing 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 } }] |
| 6708 | 2026-07-19T04:19:42.922Z | DEBGJul 19 04:19:41.349 Jul 19 04:19:41.349replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6709 | 2026-07-19T04:19:42.922Z | INFODEBG Jul 19 04:19:41.349adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:19:41.349Jul 19 04:19:41.349 |
| 6710 | 2026-07-19T04:19:42.922Z | INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6711 | 2026-07-19T04:19:42.922Z | created new freemapJul 19 04:19:41.349replacing 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 } }] , |
| 6712 | 2026-07-19T04:19:42.922Z | unitDEBGJul 19 04:19:41.349:INFO DEBGfreemap_route_ipv4replacing 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 } }] |
| 6713 | 2026-07-19T04:19:42.922Z | |
| 6714 | 2026-07-19T04:19:42.922Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6715 | 2026-07-19T04:19:42.922Z | |
| 6716 | 2026-07-19T04:19:42.922Z | Jul 19 04:19:41.349Jul 19 04:19:41.349 Jul 19 04:19:41.349Jul 19 04:19:41.349 INFO INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGJul 19 04:19:41.349 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6717 | 2026-07-19T04:19:42.922Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap |
| 6718 | 2026-07-19T04:19:42.922Z | , |
| 6719 | 2026-07-19T04:19:42.922Z | unit: freemap_route_ipv6DEBGJul 19 04:19:41.349 Jul 19 04:19:41.349 |
| 6720 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349DEBG DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349 |
| 6721 | 2026-07-19T04:19:42.923Z | |
| 6722 | 2026-07-19T04:19:42.923Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6723 | 2026-07-19T04:19:42.923Z | DEBG initted freemap. size: 64, Jul 19 04:19:41.349unitJul 19 04:19:41.349 INFO: adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:19:41.349 |
| 6724 | 2026-07-19T04:19:42.923Z | freemap_route_ipv4 |
| 6725 | 2026-07-19T04:19:42.923Z | INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349 |
| 6726 | 2026-07-19T04:19:42.923Z | 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 } }]Jul 19 04:19:41.349 |
| 6727 | 2026-07-19T04:19:42.923Z | DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreset freemap |
| 6728 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349, Jul 19 04:19:41.349unit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4Jul 19 04:19:41.349 |
| 6729 | 2026-07-19T04:19:42.923Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6730 | 2026-07-19T04:19:42.923Z | |
| 6731 | 2026-07-19T04:19:42.923Z | 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 } }]Jul 19 04:19:41.349 |
| 6732 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349 Jul 19 04:19:41.349DEBG initted freemap. size: 64DEBG, Jul 19 04:19:41.349replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6733 | 2026-07-19T04:19:42.923Z | INFO:DEBG freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:19:41.349 |
| 6734 | 2026-07-19T04:19:42.923Z | |
| 6735 | 2026-07-19T04:19:42.923Z | INFO adding route 3fff:beef:39::/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 } }] |
| 6736 | 2026-07-19T04:19:42.923Z | |
| 6737 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349Jul 19 04:19:41.349 DEBG DEBGJul 19 04:19:41.349 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapDEBG |
| 6738 | 2026-07-19T04:19:42.923Z | , unit:Jul 19 04:19:41.349 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6739 | 2026-07-19T04:19:42.923Z | |
| 6740 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:19:41.349 |
| 6741 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6742 | 2026-07-19T04:19:42.923Z | |
| 6743 | 2026-07-19T04:19:42.923Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6744 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349 DEBG Jul 19 04:19:41.349Jul 19 04:19:41.349 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6745 | 2026-07-19T04:19:42.923Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6746 | 2026-07-19T04:19:42.923Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6747 | 2026-07-19T04:19:42.923Z | DEBG Jul 19 04:19:41.349replacing 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 } }] |
| 6748 | 2026-07-19T04:19:42.923Z | 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 } }] |
| 6749 | 2026-07-19T04:19:42.923Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349 INFO |
| 6750 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349 Jul 19 04:19:41.349adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6751 | 2026-07-19T04:19:42.923Z | DEBG 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 } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6752 | 2026-07-19T04:19:42.923Z | |
| 6753 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349Jul 19 04:19:41.349 Jul 19 04:19:41.349 DEBGINFO 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 } }]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 } }] |
| 6754 | 2026-07-19T04:19:42.923Z | |
| 6755 | 2026-07-19T04:19:42.923Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6756 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349 INFO Jul 19 04:19:41.349adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6757 | 2026-07-19T04:19:42.923Z | Jul 19 04:19:41.349DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.349adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6758 | 2026-07-19T04:19:42.924Z | |
| 6759 | 2026-07-19T04:19:42.924Z | 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 } }] |
| 6760 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.349 INFOJul 19 04:19:41.349 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 6761 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.349failed to allocate space for the new target list |
| 6762 | 2026-07-19T04:19:42.924Z | DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.349Jul 19 04:19:41.349 DEBG Jul 19 04:19:41.350Jul 19 04:19:41.350 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6763 | 2026-07-19T04:19:42.924Z | DEBGcreated new freemap , unitDEBGcreated new freemap:Jul 19 04:19:41.364 INFO, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit:freemap_route_ipv4 |
| 6764 | 2026-07-19T04:19:42.924Z | |
| 6765 | 2026-07-19T04:19:42.924Z | freemap_route_ipv4 |
| 6766 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.364replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.364 Jul 19 04:19:41.364 |
| 6767 | 2026-07-19T04:19:42.924Z | DEBG DEBGDEBG created new freemapcreated new freemap, 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 } }], unitunit |
| 6768 | 2026-07-19T04:19:42.924Z | :: freemap_route_ipv6freemap_route_ipv6 |
| 6769 | 2026-07-19T04:19:42.924Z | |
| 6770 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.364Jul 19 04:19:41.364 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 19 04:19:41.364initted freemap. size: 64 , |
| 6771 | 2026-07-19T04:19:42.924Z | DEBG initted freemap. size: 64unit, :unitJul 19 04:19:41.364 freemap_route_ipv4: |
| 6772 | 2026-07-19T04:19:42.924Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 6773 | 2026-07-19T04:19:42.924Z | |
| 6774 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.364 DEBG Jul 19 04:19:41.364reset freemapJul 19 04:19:41.364, unitDEBGINFO: adding route 3fff:beef:25::/64 -> 2001:db8::55:ff freemap_route_ipv4reset freemap |
| 6775 | 2026-07-19T04:19:42.924Z | , |
| 6776 | 2026-07-19T04:19:42.924Z | unit:Jul 19 04:19:41.364Jul 19 04:19:41.364 |
| 6777 | 2026-07-19T04:19:42.924Z | 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 } }] |
| 6778 | 2026-07-19T04:19:42.924Z | DEBG initted freemap. size: 64Jul 19 04:19:41.349, Jul 19 04:19:41.364unit :INFO freemap_route_ipv6 Jul 19 04:19:41.364DEBG |
| 6779 | 2026-07-19T04:19:42.924Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff created new freemapJul 19 04:19:41.364 |
| 6780 | 2026-07-19T04:19:42.924Z | INFODEBGfreemap_route_ipv4 |
| 6781 | 2026-07-19T04:19:42.924Z | reset freemap, Jul 19 04:19:41.364 , DEBGunit Jul 19 04:19:41.364unit:adding route 3fff:beef:30::/64 -> 2001:db8::55:ff :DEBG freemap_route_ipv4initted freemap. size: 64freemap_route_ipv6, 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 } }]unit |
| 6782 | 2026-07-19T04:19:42.924Z | |
| 6783 | 2026-07-19T04:19:42.924Z | : |
| 6784 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.364freemap_route_ipv6 |
| 6785 | 2026-07-19T04:19:42.924Z | INFO |
| 6786 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.364 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 6787 | 2026-07-19T04:19:42.924Z | Jul 19 04:19:41.364 Jul 19 04:19:41.364DEBG Jul 19 04:19:41.364Jul 19 04:19:41.364 created new freemap 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 } }]unitreset freemap |
| 6788 | 2026-07-19T04:19:42.986Z | DEBG, unit::adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 19 04:19:41.365 |
| 6789 | 2026-07-19T04:19:42.986Z | freemap_route_ipv6 INFOfreemap_route_ipv6 |
| 6790 | 2026-07-19T04:19:42.986Z | 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 } }] |
| 6791 | 2026-07-19T04:19:42.986Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:19:41.365 |
| 6792 | 2026-07-19T04:19:42.986Z | |
| 6793 | 2026-07-19T04:19:42.986Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365Jul 19 04:19:41.365Jul 19 04:19:41.365 |
| 6794 | 2026-07-19T04:19:42.986Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6795 | 2026-07-19T04:19:42.986Z | |
| 6796 | 2026-07-19T04:19:42.986Z | Jul 19 04:19:41.365 DEBG Jul 19 04:19:41.365 INFOJul 19 04:19:41.365INFO Jul 19 04:19:41.365INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6797 | 2026-07-19T04:19:42.987Z | unitDEBG: 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 } }]Jul 19 04:19:41.365 |
| 6798 | 2026-07-19T04:19:42.987Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6799 | 2026-07-19T04:19:42.987Z | DEBG |
| 6800 | 2026-07-19T04:19:42.987Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6801 | 2026-07-19T04:19:42.987Z | |
| 6802 | 2026-07-19T04:19:42.987Z | Jul 19 04:19:41.365Jul 19 04:19:41.365 Jul 19 04:19:41.365Jul 19 04:19:41.365Jul 19 04:19:41.365 DEBGINFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 6803 | 2026-07-19T04:19:42.987Z | |
| 6804 | 2026-07-19T04:19:42.987Z | adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemapDEBG |
| 6805 | 2026-07-19T04:19:42.987Z | , 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 } }]unitJul 19 04:19:41.365Jul 19 04:19:41.365Jul 19 04:19:41.365 : |
| 6806 | 2026-07-19T04:19:42.987Z | DEBG freemap_route_ipv4DEBG |
| 6807 | 2026-07-19T04:19:42.987Z | 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 } }] |
| 6808 | 2026-07-19T04:19:42.987Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6809 | 2026-07-19T04:19:42.987Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:19:41.365 |
| 6810 | 2026-07-19T04:19:42.987Z | Jul 19 04:19:41.365DEBG Jul 19 04:19:41.365Jul 19 04:19:41.365INFOJul 19 04:19:41.365 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6811 | 2026-07-19T04:19:42.987Z | 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:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6812 | 2026-07-19T04:19:42.987Z | |
| 6813 | 2026-07-19T04:19:42.987Z | Jul 19 04:19:41.365Jul 19 04:19:41.365 initted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff, Jul 19 04:19:41.365 |
| 6814 | 2026-07-19T04:19:42.987Z | WARN INFO DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) unit |
| 6815 | 2026-07-19T04:19:42.987Z | :adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv6 |
| 6816 | 2026-07-19T04:19:42.987Z | Jul 19 04:19:41.365 |
| 6817 | 2026-07-19T04:19:42.987Z | |
| 6818 | 2026-07-19T04:19:42.987Z | ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:19:41.365Jul 19 04:19:41.365 |
| 6819 | 2026-07-19T04:19:42.987Z | INFO Jul 19 04:19:41.365DEBGJul 19 04:19:41.365 ERROadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6820 | 2026-07-19T04:19:42.987Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itJul 19 04:19:41.365DEBG |
| 6821 | 2026-07-19T04:19:42.987Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365DEBG |
| 6822 | 2026-07-19T04:19:42.987Z | 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 } }] |
| 6823 | 2026-07-19T04:19:42.987Z | reset freemapJul 19 04:19:41.365, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]: |
| 6824 | 2026-07-19T04:19:42.987Z | INFO freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 19 04:19:41.365 |
| 6825 | 2026-07-19T04:19:42.987Z | |
| 6826 | 2026-07-19T04:19:42.987Z | INFOJul 19 04:19:41.365 Jul 19 04:19:41.365DEBGJul 19 04:19:41.365adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6827 | 2026-07-19T04:19:42.988Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 6828 | 2026-07-19T04:19:42.988Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365 |
| 6829 | 2026-07-19T04:19:42.988Z | DEBGJul 19 04:19:41.365 |
| 6830 | 2026-07-19T04:19:42.988Z | WARNreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.365 |
| 6831 | 2026-07-19T04:19:42.988Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOJul 19 04:19:41.365 |
| 6832 | 2026-07-19T04:19:42.988Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:19:41.365 |
| 6833 | 2026-07-19T04:19:42.988Z | 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 |
| 6834 | 2026-07-19T04:19:42.988Z | Jul 19 04:19:41.365adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6835 | 2026-07-19T04:19:42.988Z | DEBG Jul 19 04:19:41.365replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6836 | 2026-07-19T04:19:42.988Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.365 |
| 6837 | 2026-07-19T04:19:42.988Z | DEBGJul 19 04:19:41.350Jul 19 04:19:41.365 DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemap |
| 6838 | 2026-07-19T04:19:42.988Z | , unitJul 19 04:19:41.365adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff :DEBG |
| 6839 | 2026-07-19T04:19:42.988Z | 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 } }]freemap_route_ipv4 |
| 6840 | 2026-07-19T04:19:42.988Z | |
| 6841 | 2026-07-19T04:19:42.988Z | Jul 19 04:19:41.365 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365 |
| 6842 | 2026-07-19T04:19:42.988Z | Jul 19 04:19:41.365Jul 19 04:19:41.365 DEBGJul 19 04:19:41.365INFO INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6843 | 2026-07-19T04:19:42.988Z | unitINFO |
| 6844 | 2026-07-19T04:19:42.988Z | : freemap_route_ipv6Jul 19 04:19:41.365adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6845 | 2026-07-19T04:19:42.988Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6846 | 2026-07-19T04:19:42.988Z | DEBGJul 19 04:19:41.365 DEBG |
| 6847 | 2026-07-19T04:19:42.988Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.365 |
| 6848 | 2026-07-19T04:19:42.988Z | Jul 19 04:19:41.365replacing 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 } }] |
| 6849 | 2026-07-19T04:19:42.988Z | DEBG Jul 19 04:19:41.365initted freemap. size: 64 , INFODEBG unit adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:19:41.365: INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6850 | 2026-07-19T04:19:42.988Z | |
| 6851 | 2026-07-19T04:19:42.988Z | freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6852 | 2026-07-19T04:19:42.988Z | |
| 6853 | 2026-07-19T04:19:42.988Z | Jul 19 04:19:41.365 Jul 19 04:19:41.365Jul 19 04:19:41.365DEBG Jul 19 04:19:41.365DEBG INFODEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6854 | 2026-07-19T04:19:42.988Z | reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 6855 | 2026-07-19T04:19:42.988Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6856 | 2026-07-19T04:19:42.988Z | unitJul 19 04:19:41.365: |
| 6857 | 2026-07-19T04:19:42.988Z | freemap_route_ipv4INFOJul 19 04:19:41.365 |
| 6858 | 2026-07-19T04:19:42.989Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6859 | 2026-07-19T04:19:42.989Z | DEBGJul 19 04:19:41.365 Jul 19 04:19:41.365DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.365Jul 19 04:19:41.365 |
| 6860 | 2026-07-19T04:19:42.989Z | initted freemap. size: 64INFO, unit :DEBG freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6861 | 2026-07-19T04:19:42.989Z | 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 } }] |
| 6862 | 2026-07-19T04:19:42.989Z | |
| 6863 | 2026-07-19T04:19:42.989Z | DEBG Jul 19 04:19:41.365 DEBG Jul 19 04:19:41.365reset freemap DEBG, unitcreated new freemap:, Jul 19 04:19:41.365 freemap_route_ipv6unit |
| 6864 | 2026-07-19T04:19:42.989Z | : freemap_route_ipv4 |
| 6865 | 2026-07-19T04:19:42.989Z | Jul 19 04:19:41.365 Jul 19 04:19:41.388DEBG DEBGcreated new freemap , created new freemapJul 19 04:19:41.388unit, : freemap_route_ipv4 |
| 6866 | 2026-07-19T04:19:42.989Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 6867 | 2026-07-19T04:19:42.989Z | : 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 } }] |
| 6868 | 2026-07-19T04:19:42.989Z | Jul 19 04:19:41.388Jul 19 04:19:41.366 freemap_route_ipv6Jul 19 04:19:41.388DEBG DEBGDEBG |
| 6869 | 2026-07-19T04:19:42.989Z | created new freemapcreated new freemapJul 19 04:19:41.388, unitINFO: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:37::/64 -> 2001:db8::55:ffJul 19 04:19:41.388 unit |
| 6870 | 2026-07-19T04:19:42.989Z | DEBGfreemap_route_ipv6 |
| 6871 | 2026-07-19T04:19:42.989Z | |
| 6872 | 2026-07-19T04:19:42.989Z | initted freemap. size: 64:, unit :freemap_route_ipv4 |
| 6873 | 2026-07-19T04:19:42.989Z | Jul 19 04:19:41.388Jul 19 04:19:41.388 freemap_route_ipv4DEBG INFO |
| 6874 | 2026-07-19T04:19:42.989Z | Jul 19 04:19:41.388replacing 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 } }] |
| 6875 | 2026-07-19T04:19:42.989Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 6876 | 2026-07-19T04:19:42.989Z | Jul 19 04:19:41.388Jul 19 04:19:41.388 Jul 19 04:19:41.388DEBGJul 19 04:19:41.388initted freemap. size: 64 reset freemapINFO, , unitunit:DEBG : freemap_route_ipv4 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6877 | 2026-07-19T04:19:42.989Z | 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 } }] |
| 6878 | 2026-07-19T04:19:42.989Z | |
| 6879 | 2026-07-19T04:19:42.989Z | DEBG |
| 6880 | 2026-07-19T04:19:42.989Z | created new freemap, Jul 19 04:19:41.388Jul 19 04:19:41.388 Jul 19 04:19:41.388INFO DEBGunit adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6881 | 2026-07-19T04:19:42.989Z | :Jul 19 04:19:41.365initted freemap. size: 64DEBG, unit:reset freemap Jul 19 04:19:41.388freemap_route_ipv6 |
| 6882 | 2026-07-19T04:19:42.989Z | INFO Jul 19 04:19:41.388 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff, Jul 19 04:19:41.388 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 } }]DEBG |
| 6883 | 2026-07-19T04:19:42.989Z | |
| 6884 | 2026-07-19T04:19:42.989Z | reset freemap:, freemap_route_ipv6 freemap_route_ipv4unit |
| 6885 | 2026-07-19T04:19:42.989Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Jul 19 04:19:41.388 |
| 6886 | 2026-07-19T04:19:42.989Z | INFOfreemap_route_ipv6 |
| 6887 | 2026-07-19T04:19:42.989Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:19:41.388 |
| 6888 | 2026-07-19T04:19:43.000Z | DEBG |
| 6889 | 2026-07-19T04:19:43.000Z | Jul 19 04:19:41.388 Jul 19 04:19:41.388replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.388 |
| 6890 | 2026-07-19T04:19:43.000Z | Jul 19 04:19:41.388INFO Jul 19 04:19:41.388 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG |
| 6891 | 2026-07-19T04:19:43.000Z | Jul 19 04:19:41.388 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6892 | 2026-07-19T04:19:43.000Z | INFOINFO Jul 19 04:19:41.388 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:19:41.388 |
| 6893 | 2026-07-19T04:19:43.000Z | initted freemap. size: 64DEBG |
| 6894 | 2026-07-19T04:19:43.000Z | initted freemap. size: 64, , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 6895 | 2026-07-19T04:19:43.000Z | unit: Jul 19 04:19:41.388freemap_route_ipv6 DEBGDEBG :Jul 19 04:19:41.388 |
| 6896 | 2026-07-19T04:19:43.000Z | 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6897 | 2026-07-19T04:19:43.000Z | |
| 6898 | 2026-07-19T04:19:43.000Z | 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 } }] |
| 6899 | 2026-07-19T04:19:43.000Z | Jul 19 04:19:41.388 Jul 19 04:19:41.388Jul 19 04:19:41.388Jul 19 04:19:41.388INFO freemap_route_ipv4INFO |
| 6900 | 2026-07-19T04:19:43.000Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 6901 | 2026-07-19T04:19:43.000Z | |
| 6902 | 2026-07-19T04:19:43.000Z | INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 6903 | 2026-07-19T04:19:43.000Z | Jul 19 04:19:41.388: Jul 19 04:19:41.388Jul 19 04:19:41.388 DEBG DEBGfreemap_route_ipv6replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6904 | 2026-07-19T04:19:43.000Z | |
| 6905 | 2026-07-19T04:19:43.000Z | DEBGJul 19 04:19:41.388replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.388DEBGJul 19 04:19:41.388 |
| 6906 | 2026-07-19T04:19:43.000Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 reset freemapINFO |
| 6907 | 2026-07-19T04:19:43.000Z | adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6908 | 2026-07-19T04:19:43.000Z | |
| 6909 | 2026-07-19T04:19:43.001Z | , unitJul 19 04:19:41.388Jul 19 04:19:41.388 Jul 19 04:19:41.388INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 6910 | 2026-07-19T04:19:43.001Z | INFO 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:dead::/64 -> 2001:db8::55:3 |
| 6911 | 2026-07-19T04:19:43.001Z | |
| 6912 | 2026-07-19T04:19:43.001Z | Jul 19 04:19:41.388Jul 19 04:19:41.388 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 } }]: Jul 19 04:19:41.388replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6913 | 2026-07-19T04:19:43.001Z | INFOJul 19 04:19:41.388 |
| 6914 | 2026-07-19T04:19:43.001Z | DEBGJul 19 04:19:41.388 INFO freemap_route_ipv4adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.388 |
| 6915 | 2026-07-19T04:19:43.001Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6916 | 2026-07-19T04:19:43.001Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO Jul 19 04:19:41.388adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6917 | 2026-07-19T04:19:43.001Z | Jul 19 04:19:41.388DEBG INFO |
| 6918 | 2026-07-19T04:19:43.001Z | 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 } }] |
| 6919 | 2026-07-19T04:19:43.001Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6920 | 2026-07-19T04:19:43.001Z | Jul 19 04:19:41.388 DEBG Jul 19 04:19:41.388replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.388Jul 19 04:19:41.388 |
| 6921 | 2026-07-19T04:19:43.001Z | 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 } }]DEBG |
| 6922 | 2026-07-19T04:19:43.001Z | |
| 6923 | 2026-07-19T04:19:43.001Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6924 | 2026-07-19T04:19:43.001Z | failed to allocate space for the new target listJul 19 04:19:41.388 |
| 6925 | 2026-07-19T04:19:43.001Z | INFOJul 19 04:19:41.388Jul 19 04:19:41.388Jul 19 04:19:41.388Jul 19 04:19:41.388 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:2, vlan_id: None } }] |
| 6926 | 2026-07-19T04:19:43.001Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 6927 | 2026-07-19T04:19:43.001Z | DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:36::/64 -> 2001:db8::55:ff |
| 6928 | 2026-07-19T04:19:43.001Z | , Jul 19 04:19:41.388unit |
| 6929 | 2026-07-19T04:19:43.001Z | DEBG: freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:19:41.388 |
| 6930 | 2026-07-19T04:19:43.001Z | |
| 6931 | 2026-07-19T04:19:43.001Z | Jul 19 04:19:41.388 WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:19:41.388 |
| 6932 | 2026-07-19T04:19:43.001Z | Jul 19 04:19:41.388DEBG DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6933 | 2026-07-19T04:19:43.001Z | reset freemapadding route 172.16.0.0/32 -> 10.0.0.4, unit |
| 6934 | 2026-07-19T04:19:43.002Z | : Jul 19 04:19:41.388freemap_route_ipv6 |
| 6935 | 2026-07-19T04:19:43.002Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6936 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388 DEBG Jul 19 04:19:41.388replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Jul 19 04:19:41.388DEBG |
| 6937 | 2026-07-19T04:19:43.002Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6938 | 2026-07-19T04:19:43.002Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.388 INFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 19 04:19:41.365 |
| 6939 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388 |
| 6940 | 2026-07-19T04:19:43.002Z | DEBGINFO adding route 3fff:beef:38::/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 } }] |
| 6941 | 2026-07-19T04:19:43.002Z | |
| 6942 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388 Jul 19 04:19:41.388DEBG 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 } }] |
| 6943 | 2026-07-19T04:19:43.002Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.388Jul 19 04:19:41.388 |
| 6944 | 2026-07-19T04:19:43.002Z | 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 } }]Jul 19 04:19:41.388 |
| 6945 | 2026-07-19T04:19:43.002Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6946 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388INFO Jul 19 04:19:41.388 adding route 172.17.0.1/32 -> 10.0.0.255 Jul 19 04:19:41.388 INFODEBG 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 } }] |
| 6947 | 2026-07-19T04:19:43.002Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6948 | 2026-07-19T04:19:43.002Z | INFO Jul 19 04:19:41.388Jul 19 04:19:41.388adding route 3fff:dead::/64 -> 2001:db8::55:2 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 |
| 6949 | 2026-07-19T04:19:43.002Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 6950 | 2026-07-19T04:19:43.002Z | |
| 6951 | 2026-07-19T04:19:43.002Z | |
| 6952 | 2026-07-19T04:19:43.002Z | test route::tests::identity_replace_is_noop ... ok |
| 6953 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6954 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388 Jul 19 04:19:41.388Jul 19 04:19:41.388DEBG DEBGDEBGreplacing 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 } }] |
| 6955 | 2026-07-19T04:19:43.002Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 6956 | 2026-07-19T04:19:43.002Z | |
| 6957 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.388Jul 19 04:19:41.388 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6958 | 2026-07-19T04:19:43.002Z | |
| 6959 | 2026-07-19T04:19:43.002Z | Jul 19 04:19:41.389 INFOJul 19 04:19:41.389 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 6960 | 2026-07-19T04:19:43.002Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6961 | 2026-07-19T04:19:43.003Z | Jul 19 04:19:41.389 Jul 19 04:19:41.389DEBG Jul 19 04:19:41.389replacing 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 Jul 19 04:19:41.389adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:19:41.389Jul 19 04:19:41.389 |
| 6962 | 2026-07-19T04:19:43.003Z | DEBGDEBGDEBG created new freemapcreated new freemapJul 19 04:19:41.400, , unitunitcreated new freemap:, DEBG unit ::freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6963 | 2026-07-19T04:19:43.003Z | |
| 6964 | 2026-07-19T04:19:43.003Z | freemap_route_ipv4 freemap_route_ipv4 |
| 6965 | 2026-07-19T04:19:43.003Z | |
| 6966 | 2026-07-19T04:19:43.003Z | Jul 19 04:19:41.400 Jul 19 04:19:41.400 DEBG created new freemapDEBG, Jul 19 04:19:41.400unitreplacing targets for 3fff:dead::/64 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 } }]: |
| 6967 | 2026-07-19T04:19:43.003Z | DEBGJul 19 04:19:41.400freemap_route_ipv6 DEBG |
| 6968 | 2026-07-19T04:19:43.003Z | created new freemapJul 19 04:19:41.400created new freemap, Jul 19 04:19:41.400, unitDEBG:unit : initted freemap. size: 64 freemap_route_ipv6, |
| 6969 | 2026-07-19T04:19:43.003Z | unitfreemap_route_ipv6WARN |
| 6970 | 2026-07-19T04:19:43.003Z | :Jul 19 04:19:41.400 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBGfreemap_route_ipv4 |
| 6971 | 2026-07-19T04:19:43.003Z | |
| 6972 | 2026-07-19T04:19:43.003Z | initted freemap. size: 64, Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBGDEBG unitreset freemapinitted freemap. size: 64, , unitunit::: freemap_route_ipv4 |
| 6973 | 2026-07-19T04:19:43.003Z | freemap_route_ipv4freemap_route_ipv4 |
| 6974 | 2026-07-19T04:19:43.003Z | |
| 6975 | 2026-07-19T04:19:43.003Z | Jul 19 04:19:41.400 DEBG initted freemap. size: 64, unit: Jul 19 04:19:41.400freemap_route_ipv6 |
| 6976 | 2026-07-19T04:19:43.003Z | DEBG reset freemap |
| 6977 | 2026-07-19T04:19:43.003Z | , Jul 19 04:19:41.400unit :DEBG freemap_route_ipv4reset freemap |
| 6978 | 2026-07-19T04:19:43.003Z | , unitJul 19 04:19:41.400 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 } }] |
| 6979 | 2026-07-19T04:19:43.003Z | : Jul 19 04:19:41.400freemap_route_ipv6Jul 19 04:19:41.400 |
| 6980 | 2026-07-19T04:19:43.003Z | INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255reset freemap |
| 6981 | 2026-07-19T04:19:43.003Z | , unitJul 19 04:19:41.400: freemap_route_ipv4Jul 19 04:19:41.400 |
| 6982 | 2026-07-19T04:19:43.003Z | INFOJul 19 04:19:41.400DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG 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 } }] |
| 6983 | 2026-07-19T04:19:43.003Z | initted freemap. size: 64 |
| 6984 | 2026-07-19T04:19:43.003Z | Jul 19 04:19:41.400, unitJul 19 04:19:41.400DEBG DEBG Jul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. size: 64 |
| 6985 | 2026-07-19T04:19:43.004Z | , unit INFO |
| 6986 | 2026-07-19T04:19:43.004Z | Jul 19 04:19:41.400 INFOadding route 172.17.0.3/32 -> 10.0.0.255: adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6987 | 2026-07-19T04:19:43.004Z | |
| 6988 | 2026-07-19T04:19:43.152Z | freemap_route_ipv6INFO |
| 6989 | 2026-07-19T04:19:43.152Z | Jul 19 04:19:41.400adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFOJul 19 04:19:41.400 |
| 6990 | 2026-07-19T04:19:43.152Z | DEBG adding route 3fff:beef:3c::/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 } }] |
| 6991 | 2026-07-19T04:19:43.152Z | |
| 6992 | 2026-07-19T04:19:43.152Z | Jul 19 04:19:41.400 Jul 19 04:19:41.400 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBGINFOreset freemap |
| 6993 | 2026-07-19T04:19:43.152Z | Jul 19 04:19:41.400adding route 172.17.0.4/32 -> 10.0.0.255, 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 } }]: |
| 6994 | 2026-07-19T04:19:43.152Z | freemap_route_ipv6 |
| 6995 | 2026-07-19T04:19:43.152Z | |
| 6996 | 2026-07-19T04:19:43.152Z | DEBGJul 19 04:19:41.400 INFO Jul 19 04:19:41.400Jul 19 04:19:41.400adding route 172.16.0.0/32 -> 10.0.0.3 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6997 | 2026-07-19T04:19:43.153Z | |
| 6998 | 2026-07-19T04:19:43.153Z | 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 } }] |
| 6999 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400 INFOINFO Jul 19 04:19:41.400Jul 19 04:19:41.400 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7000 | 2026-07-19T04:19:43.153Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7001 | 2026-07-19T04:19:43.153Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7002 | 2026-07-19T04:19:43.153Z | DEBGJul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7003 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400INFO DEBGJul 19 04:19:41.400adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Jul 19 04:19:41.400replacing 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 } }] |
| 7004 | 2026-07-19T04:19:43.153Z | INFOJul 19 04:19:41.400 DEBG |
| 7005 | 2026-07-19T04:19:43.153Z | adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.400DEBG |
| 7006 | 2026-07-19T04:19:43.153Z | INFO |
| 7007 | 2026-07-19T04:19:43.153Z | 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 } }] |
| 7008 | 2026-07-19T04:19:43.153Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7009 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBGINFO Jul 19 04:19:41.400 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7010 | 2026-07-19T04:19:43.153Z | |
| 7011 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400DEBG 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:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.400 |
| 7012 | 2026-07-19T04:19:43.153Z | |
| 7013 | 2026-07-19T04:19:43.153Z | DEBGJul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7014 | 2026-07-19T04:19:43.153Z | INFOJul 19 04:19:41.400 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7015 | 2026-07-19T04:19:43.153Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255Jul 19 04:19:41.400 INFO |
| 7016 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400adding route 3fff:beef:25::/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 } }] |
| 7017 | 2026-07-19T04:19:43.153Z | DEBG |
| 7018 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 7019 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400Jul 19 04:19:41.400 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 } }] |
| 7020 | 2026-07-19T04:19:43.153Z | DEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 7021 | 2026-07-19T04:19:43.153Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.400 Jul 19 04:19:41.400INFO |
| 7022 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7023 | 2026-07-19T04:19:43.153Z | 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 } }]INFOJul 19 04:19:41.400 |
| 7024 | 2026-07-19T04:19:43.153Z | DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7025 | 2026-07-19T04:19:43.153Z | |
| 7026 | 2026-07-19T04:19:43.153Z | Jul 19 04:19:41.400Jul 19 04:19:41.400 DEBG failed to allocate space for the new target listJul 19 04:19:41.400INFO |
| 7027 | 2026-07-19T04:19:43.153Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7028 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.400 DEBGJul 19 04:19:41.401 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 } }] |
| 7029 | 2026-07-19T04:19:43.154Z | INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7030 | 2026-07-19T04:19:43.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:19:41.401Jul 19 04:19:41.401 |
| 7031 | 2026-07-19T04:19:43.154Z | DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7032 | 2026-07-19T04:19:43.154Z | |
| 7033 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 DEBG DEBGJul 19 04:19:41.401failed to allocate space for the new target list |
| 7034 | 2026-07-19T04:19:43.154Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7035 | 2026-07-19T04:19:43.154Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.401 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7036 | 2026-07-19T04:19:43.154Z | |
| 7037 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7038 | 2026-07-19T04:19:43.154Z | |
| 7039 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7040 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 Jul 19 04:19:41.401DEBGDEBG 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7041 | 2026-07-19T04:19:43.154Z | INFO |
| 7042 | 2026-07-19T04:19:43.154Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7043 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7044 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 Jul 19 04:19:41.401 DEBGINFO 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.11/32 -> 10.0.0.255 |
| 7045 | 2026-07-19T04:19:43.154Z | DEBG |
| 7046 | 2026-07-19T04:19:43.154Z | 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 } }] |
| 7047 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401 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 } }] |
| 7048 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 INFOINFOJul 19 04:19:41.401 adding route 172.17.0.12/32 -> 10.0.0.255INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 7049 | 2026-07-19T04:19:43.154Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7050 | 2026-07-19T04:19:43.154Z | |
| 7051 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.401 |
| 7052 | 2026-07-19T04:19:43.154Z | |
| 7053 | 2026-07-19T04:19:43.154Z | DEBGJul 19 04:19:41.401 INFOJul 19 04:19:41.401 adding route 172.17.0.13/32 -> 10.0.0.255 INFO |
| 7054 | 2026-07-19T04:19:43.154Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7055 | 2026-07-19T04:19:43.154Z | |
| 7056 | 2026-07-19T04:19:43.154Z | Jul 19 04:19:41.401: Jul 19 04:19:41.401DEBG 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 |
| 7057 | 2026-07-19T04:19:43.154Z | freemap_route_ipv6 Jul 19 04:19:41.401 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 } }]INFOJul 19 04:19:41.401 |
| 7058 | 2026-07-19T04:19:43.154Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7059 | 2026-07-19T04:19:43.154Z | |
| 7060 | 2026-07-19T04:19:43.154Z | |
| 7061 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 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 } }]Jul 19 04:19:41.401Jul 19 04:19:41.401 |
| 7062 | 2026-07-19T04:19:43.155Z | 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 |
| 7063 | 2026-07-19T04:19:43.155Z | DEBG adding route 172.17.0.4/32 -> 10.0.0.255reset freemap |
| 7064 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.401, unitJul 19 04:19:41.401:Jul 19 04:19:41.401 INFOfreemap_route_ipv6 |
| 7065 | 2026-07-19T04:19:43.155Z | adding route 172.17.0.15/32 -> 10.0.0.255 INFO |
| 7066 | 2026-07-19T04:19:43.155Z | DEBGJul 19 04:19:41.401 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 7067 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.401 DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 7068 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.401Jul 19 04:19:41.401 Jul 19 04:19:41.416 DEBGINFO created new freemapadding route 172.17.0.16/32 -> 10.0.0.255, |
| 7069 | 2026-07-19T04:19:43.155Z | unit: DEBGfreemap_route_ipv4 |
| 7070 | 2026-07-19T04:19:43.155Z | created new freemap, Jul 19 04:19:41.416unitJul 19 04:19:41.416adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 7071 | 2026-07-19T04:19:43.155Z | DEBG freemap_route_ipv4 |
| 7072 | 2026-07-19T04:19:43.155Z | created new freemapDEBG, Jul 19 04:19:41.416unitreplacing 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 } }] : |
| 7073 | 2026-07-19T04:19:43.155Z | 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 } }]freemap_route_ipv6 |
| 7074 | 2026-07-19T04:19:43.155Z | |
| 7075 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.416Jul 19 04:19:41.416 Jul 19 04:19:41.416Jul 19 04:19:41.416 INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 7076 | 2026-07-19T04:19:43.155Z | initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 7077 | 2026-07-19T04:19:43.155Z | unit :DEBG Jul 19 04:19:41.416created new freemapJul 19 04:19:41.416 , DEBGunitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:freemap_route_ipv4replacing targets for 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 } }] |
| 7078 | 2026-07-19T04:19:43.155Z | |
| 7079 | 2026-07-19T04:19:43.155Z | |
| 7080 | 2026-07-19T04:19:43.155Z | freemap_route_ipv6 |
| 7081 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.416 Jul 19 04:19:41.416DEBG DEBGreset freemap , unitJul 19 04:19:41.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.416: |
| 7082 | 2026-07-19T04:19:43.155Z | INFODEBGfreemap_route_ipv4 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7083 | 2026-07-19T04:19:43.155Z | initted freemap. size: 64 |
| 7084 | 2026-07-19T04:19:43.155Z | , unit:Jul 19 04:19:41.416 freemap_route_ipv4 |
| 7085 | 2026-07-19T04:19:43.155Z | DEBGJul 19 04:19:41.416 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7086 | 2026-07-19T04:19:43.155Z | Jul 19 04:19:41.416 DEBG initted freemap. size: 64reset freemapJul 19 04:19:41.416, unitINFO: , adding route 172.17.0.19/32 -> 10.0.0.255unit |
| 7087 | 2026-07-19T04:19:43.155Z | : freemap_route_ipv6freemap_route_ipv4 |
| 7088 | 2026-07-19T04:19:43.172Z | |
| 7089 | 2026-07-19T04:19:43.172Z | Jul 19 04:19:41.416 DEBG Jul 19 04:19:41.416replacing 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 } }] |
| 7090 | 2026-07-19T04:19:43.172Z | DEBG Jul 19 04:19:41.416initted freemap. size: 64 DEBG, unitreset freemapJul 19 04:19:41.416:, unitINFO:Jul 19 04:19:41.416 freemap_route_ipv6 freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7091 | 2026-07-19T04:19:43.172Z | |
| 7092 | 2026-07-19T04:19:43.172Z | |
| 7093 | 2026-07-19T04:19:43.172Z | DEBGJul 19 04:19:41.416Jul 19 04:19:41.416 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7094 | 2026-07-19T04:19:43.172Z | Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBGDEBG DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]reset freemap |
| 7095 | 2026-07-19T04:19:43.173Z | |
| 7096 | 2026-07-19T04:19:43.173Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7097 | 2026-07-19T04:19:43.173Z | |
| 7098 | 2026-07-19T04:19:43.173Z | unit: freemap_route_ipv6Jul 19 04:19:41.416 Jul 19 04:19:41.416INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7099 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:19:41.416INFO |
| 7100 | 2026-07-19T04:19:43.173Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 7101 | 2026-07-19T04:19:43.173Z | |
| 7102 | 2026-07-19T04:19:43.173Z | |
| 7103 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416 Jul 19 04:19:41.416DEBG Jul 19 04:19:41.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGJul 19 04:19:41.416 |
| 7104 | 2026-07-19T04:19:43.173Z | 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 } }]DEBGINFO |
| 7105 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416 DEBG Jul 19 04:19:41.416replacing 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: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 } }] |
| 7106 | 2026-07-19T04:19:43.173Z | |
| 7107 | 2026-07-19T04:19:43.173Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.416 |
| 7108 | 2026-07-19T04:19:43.173Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:19:41.416 |
| 7109 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBGadding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 7110 | 2026-07-19T04:19:43.173Z | 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 } }] |
| 7111 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }] |
| 7112 | 2026-07-19T04:19:43.173Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7113 | 2026-07-19T04:19:43.173Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7114 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416 |
| 7115 | 2026-07-19T04:19:43.173Z | Jul 19 04:19:41.416Jul 19 04:19:41.416 INFOJul 19 04:19:41.416 DEBG INFO 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 } }] Jul 19 04:19:41.416 |
| 7116 | 2026-07-19T04:19:43.173Z | adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7117 | 2026-07-19T04:19:43.174Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7118 | 2026-07-19T04:19:43.174Z | |
| 7119 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 Jul 19 04:19:41.416DEBG DEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7120 | 2026-07-19T04:19:43.174Z | DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 7121 | 2026-07-19T04:19:43.174Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7122 | 2026-07-19T04:19:43.174Z | 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: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 } }] |
| 7123 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416 |
| 7124 | 2026-07-19T04:19:43.174Z | INFO Jul 19 04:19:41.416 adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:19:41.416 |
| 7125 | 2026-07-19T04:19:43.174Z | DEBGJul 19 04:19:41.416 INFO INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.416 Jul 19 04:19:41.416DEBG |
| 7126 | 2026-07-19T04:19:43.174Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7127 | 2026-07-19T04:19:43.174Z | replacing targets for 3fff:dead::/64 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 } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7128 | 2026-07-19T04:19:43.174Z | |
| 7129 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416 |
| 7130 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416 INFO INFOadding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:19:41.416 |
| 7131 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416 DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 7132 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416replacing 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 } }] |
| 7133 | 2026-07-19T04:19:43.174Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGJul 19 04:19:41.416 |
| 7134 | 2026-07-19T04:19:43.174Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7135 | 2026-07-19T04:19:43.174Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.416 INFO |
| 7136 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO |
| 7137 | 2026-07-19T04:19:43.174Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7138 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416 Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBG |
| 7139 | 2026-07-19T04:19:43.174Z | Jul 19 04:19:41.416 INFODEBGINFO Jul 19 04:19:41.416replacing 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.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 } }] |
| 7140 | 2026-07-19T04:19:43.175Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7141 | 2026-07-19T04:19:43.175Z | |
| 7142 | 2026-07-19T04:19:43.175Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7143 | 2026-07-19T04:19:43.175Z | |
| 7144 | 2026-07-19T04:19:43.175Z | Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 INFO adding route 172.17.0.27/32 -> 10.0.0.255DEBG INFO |
| 7145 | 2026-07-19T04:19:43.175Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.416 |
| 7146 | 2026-07-19T04:19:43.175Z | Jul 19 04:19:41.416 Jul 19 04:19:41.416 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }] |
| 7147 | 2026-07-19T04:19:43.175Z | |
| 7148 | 2026-07-19T04:19:43.175Z | DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7149 | 2026-07-19T04:19:43.175Z | Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 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 } }]INFO |
| 7150 | 2026-07-19T04:19:43.175Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:19:41.416replacing 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 } }] |
| 7151 | 2026-07-19T04:19:43.175Z | INFOINFO Jul 19 04:19:41.416 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7152 | 2026-07-19T04:19:43.175Z | |
| 7153 | 2026-07-19T04:19:43.175Z | Jul 19 04:19:41.416 |
| 7154 | 2026-07-19T04:19:43.175Z | DEBG INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:19:41.416Jul 19 04:19:41.416 |
| 7155 | 2026-07-19T04:19:43.175Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7156 | 2026-07-19T04:19:43.175Z | INFODEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7157 | 2026-07-19T04:19:43.175Z | |
| 7158 | 2026-07-19T04:19:43.175Z | Jul 19 04:19:41.416 |
| 7159 | 2026-07-19T04:19:43.175Z | DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 |
| 7160 | 2026-07-19T04:19:43.175Z | DEBG INFOINFO Jul 19 04:19:41.416Jul 19 04:19:41.416 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7161 | 2026-07-19T04:19:43.175Z | |
| 7162 | 2026-07-19T04:19:43.175Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7163 | 2026-07-19T04:19:43.176Z | DEBGJul 19 04:19:41.416Jul 19 04:19:41.416 |
| 7164 | 2026-07-19T04:19:43.176Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 7165 | 2026-07-19T04:19:43.176Z | Jul 19 04:19:41.416 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.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 } }] |
| 7166 | 2026-07-19T04:19:43.176Z | DEBGJul 19 04:19:41.416 Jul 19 04:19:41.416 |
| 7167 | 2026-07-19T04:19:43.176Z | 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 } }] |
| 7168 | 2026-07-19T04:19:43.176Z | Jul 19 04:19:41.416Jul 19 04:19:41.416 INFOINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 INFOadding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:19:41.416 |
| 7169 | 2026-07-19T04:19:43.176Z | |
| 7170 | 2026-07-19T04:19:43.176Z | INFOadding route 172.17.0.8/32 -> 10.0.0.255 Jul 19 04:19:41.416 |
| 7171 | 2026-07-19T04:19:43.176Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7172 | 2026-07-19T04:19:43.176Z | |
| 7173 | 2026-07-19T04:19:43.176Z | 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 } }] |
| 7174 | 2026-07-19T04:19:43.176Z | Jul 19 04:19:41.416 Jul 19 04:19:41.416Jul 19 04:19:41.416Jul 19 04:19:41.416 DEBG DEBGINFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.416 |
| 7175 | 2026-07-19T04:19:43.176Z | adding route 172.17.0.31/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 } }] |
| 7176 | 2026-07-19T04:19:43.176Z | 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 } }] |
| 7177 | 2026-07-19T04:19:43.176Z | |
| 7178 | 2026-07-19T04:19:43.176Z | Jul 19 04:19:41.416DEBG Jul 19 04:19:41.416Jul 19 04:19:41.416replacing 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 } }] INFODEBG |
| 7179 | 2026-07-19T04:19:43.176Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7180 | 2026-07-19T04:19:43.176Z | |
| 7181 | 2026-07-19T04:19:43.176Z | Jul 19 04:19:41.427 Jul 19 04:19:41.417Jul 19 04:19:41.427 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 } }]created new freemap |
| 7182 | 2026-07-19T04:19:43.176Z | Jul 19 04:19:41.427INFO , INFOunit : adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7183 | 2026-07-19T04:19:43.176Z | |
| 7184 | 2026-07-19T04:19:43.176Z | freemap_route_ipv4 |
| 7185 | 2026-07-19T04:19:43.176Z | INFOJul 19 04:19:41.427Jul 19 04:19:41.427 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGDEBG Jul 19 04:19:41.427replacing 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 } }] |
| 7186 | 2026-07-19T04:19:43.176Z | |
| 7187 | 2026-07-19T04:19:43.176Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7188 | 2026-07-19T04:19:43.185Z | Jul 19 04:19:41.427 |
| 7189 | 2026-07-19T04:19:43.185Z | Jul 19 04:19:41.427INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7190 | 2026-07-19T04:19:43.185Z | DEBGJul 19 04:19:41.427Jul 19 04:19:41.427 Jul 19 04:19:41.427Jul 19 04:19:41.427DEBGINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffcreated new freemapDEBGDEBG , 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 } }] |
| 7191 | 2026-07-19T04:19:43.185Z | |
| 7192 | 2026-07-19T04:19:43.185Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 7193 | 2026-07-19T04:19:43.185Z | :Jul 19 04:19:41.427Jul 19 04:19:41.427 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }] |
| 7194 | 2026-07-19T04:19:43.185Z | |
| 7195 | 2026-07-19T04:19:43.185Z | |
| 7196 | 2026-07-19T04:19:43.185Z | |
| 7197 | 2026-07-19T04:19:43.185Z | Jul 19 04:19:41.427Jul 19 04:19:41.427 INFODEBGJul 19 04:19:41.427 Jul 19 04:19:41.427INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7198 | 2026-07-19T04:19:43.185Z | Jul 19 04:19:41.427 |
| 7199 | 2026-07-19T04:19:43.185Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7200 | 2026-07-19T04:19:43.185Z | INFODEBG Jul 19 04:19:41.427adding route 172.17.0.11/32 -> 10.0.0.255 Jul 19 04:19:41.427INFO |
| 7201 | 2026-07-19T04:19:43.185Z | Jul 19 04:19:41.427 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 7202 | 2026-07-19T04:19:43.185Z | DEBGinitted freemap. size: 64 , 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:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 7203 | 2026-07-19T04:19:43.185Z | |
| 7204 | 2026-07-19T04:19:43.185Z | : Jul 19 04:19:41.427freemap_route_ipv4 |
| 7205 | 2026-07-19T04:19:43.185Z | DEBGJul 19 04:19:41.427 DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.427 |
| 7206 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427 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 } }] INFOINFO |
| 7207 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7208 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBGINFOJul 19 04:19:41.427 |
| 7209 | 2026-07-19T04:19:43.186Z | reset freemap, adding route 172.17.0.36/32 -> 10.0.0.255 Jul 19 04:19:41.427 |
| 7210 | 2026-07-19T04:19:43.186Z | DEBG INFOunit :replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.427 freemap_route_ipv4 |
| 7211 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427DEBG DEBG adding route 172.17.0.12/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 } }] |
| 7212 | 2026-07-19T04:19:43.186Z | |
| 7213 | 2026-07-19T04:19:43.186Z | |
| 7214 | 2026-07-19T04:19:43.186Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.427 |
| 7215 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427 DEBGJul 19 04:19:41.427 initted freemap. size: 64Jul 19 04:19:41.427, Jul 19 04:19:41.427 INFODEBGINFOunit :INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7216 | 2026-07-19T04:19:43.186Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7217 | 2026-07-19T04:19:43.186Z | |
| 7218 | 2026-07-19T04:19:43.186Z | 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 } }] |
| 7219 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427freemap_route_ipv6 DEBGJul 19 04:19:41.427 |
| 7220 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.427 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 |
| 7221 | 2026-07-19T04:19:43.186Z | DEBGJul 19 04:19:41.427 Jul 19 04:19:41.427 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 } }] INFOJul 19 04:19:41.427replacing 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 |
| 7222 | 2026-07-19T04:19:43.186Z | INFO reset freemapadding route 172.17.0.13/32 -> 10.0.0.255, unit |
| 7223 | 2026-07-19T04:19:43.186Z | |
| 7224 | 2026-07-19T04:19:43.186Z | :adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7225 | 2026-07-19T04:19:43.186Z | freemap_route_ipv6 |
| 7226 | 2026-07-19T04:19:43.186Z | Jul 19 04:19:41.428 Jul 19 04:19:41.428Jul 19 04:19:41.428Jul 19 04:19:41.428INFO INFODEBG 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 Jul 19 04:19:41.428adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7227 | 2026-07-19T04:19:43.186Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7228 | 2026-07-19T04:19:43.186Z | 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 } }] |
| 7229 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 |
| 7230 | 2026-07-19T04:19:43.187Z | INFOINFOJul 19 04:19:41.428 Jul 19 04:19:41.428 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7231 | 2026-07-19T04:19:43.187Z | |
| 7232 | 2026-07-19T04:19:43.187Z | DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7233 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 |
| 7234 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 DEBGINFO Jul 19 04:19:41.428Jul 19 04:19:41.428replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 19 04:19:41.428 |
| 7235 | 2026-07-19T04:19:43.187Z | INFO DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7236 | 2026-07-19T04:19:43.187Z | |
| 7237 | 2026-07-19T04:19:43.187Z | adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.428 |
| 7238 | 2026-07-19T04:19:43.187Z | |
| 7239 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7240 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 |
| 7241 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428Jul 19 04:19:41.428 Jul 19 04:19:41.428DEBGJul 19 04:19:41.428DEBG DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7242 | 2026-07-19T04:19:43.187Z | 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 } }] |
| 7243 | 2026-07-19T04:19:43.187Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.428 |
| 7244 | 2026-07-19T04:19:43.187Z | 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 } }]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 } }] |
| 7245 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 |
| 7246 | 2026-07-19T04:19:43.187Z | adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 7247 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 adding route 172.16.0.0/32 -> 10.0.0.3INFO Jul 19 04:19:41.428adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:19:41.428 |
| 7248 | 2026-07-19T04:19:43.187Z | Jul 19 04:19:41.428 |
| 7249 | 2026-07-19T04:19:43.187Z | DEBG INFOINFOJul 19 04:19:41.428 Jul 19 04:19:41.428adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7250 | 2026-07-19T04:19:43.187Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7251 | 2026-07-19T04:19:43.187Z | |
| 7252 | 2026-07-19T04:19:43.188Z | 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 } }] |
| 7253 | 2026-07-19T04:19:43.188Z | Jul 19 04:19:41.428 |
| 7254 | 2026-07-19T04:19:43.188Z | test route::tests::same_size_non_subset_replace ... ok |
| 7255 | 2026-07-19T04:19:43.188Z | INFOJul 19 04:19:41.428 Jul 19 04:19:41.428INFOadding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:19:41.428adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7256 | 2026-07-19T04:19:43.188Z | |
| 7257 | 2026-07-19T04:19:43.188Z | INFO DEBGJul 19 04:19:41.428adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7258 | 2026-07-19T04:19:43.188Z | DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.428replacing 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 } }] |
| 7259 | 2026-07-19T04:19:43.188Z | |
| 7260 | 2026-07-19T04:19:43.188Z | DEBG Jul 19 04:19:41.428Jul 19 04:19:41.428Jul 19 04:19:41.428 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 } }]INFODEBG |
| 7261 | 2026-07-19T04:19:43.188Z | adding route 172.17.0.43/32 -> 10.0.0.255 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 } }] |
| 7262 | 2026-07-19T04:19:43.188Z | |
| 7263 | 2026-07-19T04:19:43.188Z | test route::tests::delete_target_fragmented ... ok |
| 7264 | 2026-07-19T04:19:43.188Z | Jul 19 04:19:41.428 INFOJul 19 04:19:41.428 DEBGJul 19 04:19:41.428 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 } }]Jul 19 04:19:41.428 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7265 | 2026-07-19T04:19:43.188Z | |
| 7266 | 2026-07-19T04:19:43.188Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7267 | 2026-07-19T04:19:43.188Z | INFO |
| 7268 | 2026-07-19T04:19:43.188Z | adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.428Jul 19 04:19:41.428 DEBGINFO Jul 19 04:19:41.428 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:19:41.428 |
| 7269 | 2026-07-19T04:19:43.188Z | DEBG |
| 7270 | 2026-07-19T04:19:43.188Z | |
| 7271 | 2026-07-19T04:19:43.188Z | DEBGJul 19 04:19:41.428 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 |
| 7272 | 2026-07-19T04:19:43.188Z | Jul 19 04:19:41.428replacing targets for 172.16.0.0/32 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 } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 19 04:19:41.428 |
| 7273 | 2026-07-19T04:19:43.188Z | Jul 19 04:19:41.428 DEBG DEBG |
| 7274 | 2026-07-19T04:19:43.188Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.428 |
| 7275 | 2026-07-19T04:19:43.188Z | INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7276 | 2026-07-19T04:19:43.188Z | Jul 19 04:19:41.428 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 7277 | 2026-07-19T04:19:43.189Z | |
| 7278 | 2026-07-19T04:19:43.189Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7279 | 2026-07-19T04:19:43.189Z | Jul 19 04:19:41.428Jul 19 04:19:41.428Jul 19 04:19:41.428 INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7280 | 2026-07-19T04:19:43.189Z | Jul 19 04:19:41.428adding route 172.17.0.17/32 -> 10.0.0.255 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.428replacing 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 } }] |
| 7281 | 2026-07-19T04:19:43.189Z | |
| 7282 | 2026-07-19T04:19:43.189Z | 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 } }] |
| 7283 | 2026-07-19T04:19:43.189Z | Jul 19 04:19:41.428 INFOJul 19 04:19:41.428 Jul 19 04:19:41.428adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 7284 | 2026-07-19T04:19:43.189Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7285 | 2026-07-19T04:19:43.189Z | Jul 19 04:19:41.428adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7286 | 2026-07-19T04:19:43.189Z | 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 } }] |
| 7287 | 2026-07-19T04:19:43.189Z | Jul 19 04:19:41.428 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 } }] |
| 7288 | 2026-07-19T04:19:43.198Z | Jul 19 04:19:41.428 Jul 19 04:19:41.428Jul 19 04:19:41.428DEBG 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 } }] Jul 19 04:19:41.416 |
| 7289 | 2026-07-19T04:19:43.198Z | adding route 172.17.0.47/32 -> 10.0.0.255 INFO |
| 7290 | 2026-07-19T04:19:43.198Z | INFOJul 19 04:19:41.428adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7291 | 2026-07-19T04:19:43.198Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:19:41.428 |
| 7292 | 2026-07-19T04:19:43.198Z | adding route 172.17.0.5/32 -> 10.0.0.255 DEBG |
| 7293 | 2026-07-19T04:19:43.198Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.428 |
| 7294 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.428DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.428 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7295 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.416 |
| 7296 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.401 Jul 19 04:19:41.440 DEBGDEBGDEBG 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 } }] |
| 7297 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.440 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffcreated new freemap |
| 7298 | 2026-07-19T04:19:43.199Z | created new freemap, Jul 19 04:19:41.440, unitINFO:unit :Jul 19 04:19:41.440freemap_route_ipv4adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7299 | 2026-07-19T04:19:43.199Z | |
| 7300 | 2026-07-19T04:19:43.199Z | DEBGfreemap_route_ipv4 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7301 | 2026-07-19T04:19:43.199Z | |
| 7302 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.440Jul 19 04:19:41.440 DEBG created new freemap, unit :DEBG Jul 19 04:19:41.440freemap_route_ipv6Jul 19 04:19:41.440 |
| 7303 | 2026-07-19T04:19:43.199Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7304 | 2026-07-19T04:19:43.199Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 7305 | 2026-07-19T04:19:43.199Z | created new freemapJul 19 04:19:41.440, unitJul 19 04:19:41.440:INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBGJul 19 04:19:41.440 |
| 7306 | 2026-07-19T04:19:43.199Z | DEBGfreemap_route_ipv6initted freemap. size: 64 , Jul 19 04:19:41.440replacing 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 } }] |
| 7307 | 2026-07-19T04:19:43.199Z | |
| 7308 | 2026-07-19T04:19:43.199Z | DEBG unitreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7309 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.440 Jul 19 04:19:41.440 freemap_route_ipv4 |
| 7310 | 2026-07-19T04:19:43.199Z | INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:19:41.440 |
| 7311 | 2026-07-19T04:19:43.199Z | INFOinitted freemap. size: 64 adding route 172.17.0.51/32 -> 10.0.0.255, |
| 7312 | 2026-07-19T04:19:43.199Z | unit: Jul 19 04:19:41.440Jul 19 04:19:41.440freemap_route_ipv4 Jul 19 04:19:41.440 |
| 7313 | 2026-07-19T04:19:43.199Z | DEBG 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 } }]DEBG |
| 7314 | 2026-07-19T04:19:43.199Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.440reset freemap |
| 7315 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.440 INFODEBG, Jul 19 04:19:41.440unitreset freemap: , INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv4 |
| 7316 | 2026-07-19T04:19:43.199Z | |
| 7317 | 2026-07-19T04:19:43.199Z | unit |
| 7318 | 2026-07-19T04:19:43.199Z | : freemap_route_ipv4Jul 19 04:19:41.440Jul 19 04:19:41.440 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 } }] |
| 7319 | 2026-07-19T04:19:43.199Z | |
| 7320 | 2026-07-19T04:19:43.199Z | DEBGJul 19 04:19:41.440 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.440INFO |
| 7321 | 2026-07-19T04:19:43.199Z | Jul 19 04:19:41.440 DEBG initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:19:41.440, |
| 7322 | 2026-07-19T04:19:43.199Z | unit INFO :adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7323 | 2026-07-19T04:19:43.199Z | DEBGfreemap_route_ipv6Jul 19 04:19:41.440 DEBG initted freemap. size: 64Jul 19 04:19:41.440replacing 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 } }] |
| 7324 | 2026-07-19T04:19:43.199Z | |
| 7325 | 2026-07-19T04:19:43.199Z | , DEBGunit :replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.440 |
| 7326 | 2026-07-19T04:19:43.199Z | INFOfreemap_route_ipv6Jul 19 04:19:41.440 |
| 7327 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.440DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff reset freemapINFO, |
| 7328 | 2026-07-19T04:19:43.200Z | unitJul 19 04:19:41.440adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7329 | 2026-07-19T04:19:43.200Z | DEBG reset freemap:, unitJul 19 04:19:41.441: Jul 19 04:19:41.441DEBG freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7330 | 2026-07-19T04:19:43.200Z | |
| 7331 | 2026-07-19T04:19:43.200Z | DEBG |
| 7332 | 2026-07-19T04:19:43.200Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441 |
| 7333 | 2026-07-19T04:19:43.200Z | INFOJul 19 04:19:41.441 adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 7334 | 2026-07-19T04:19:43.200Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7335 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 INFO Jul 19 04:19:41.441Jul 19 04:19:41.441 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 7336 | 2026-07-19T04:19:43.200Z | DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Jul 19 04:19:41.441 |
| 7337 | 2026-07-19T04:19:43.200Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7338 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 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 } }] |
| 7339 | 2026-07-19T04:19:43.200Z | DEBGJul 19 04:19:41.441 |
| 7340 | 2026-07-19T04:19:43.200Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.441DEBG |
| 7341 | 2026-07-19T04:19:43.200Z | INFO Jul 19 04:19:41.441adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7342 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441 INFO |
| 7343 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO |
| 7344 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7345 | 2026-07-19T04:19:43.200Z | INFO Jul 19 04:19:41.441 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 |
| 7346 | 2026-07-19T04:19:43.200Z | adding route 3fff:beef:21::/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 } }]Jul 19 04:19:41.441 |
| 7347 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 |
| 7348 | 2026-07-19T04:19:43.200Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG INFO |
| 7349 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7350 | 2026-07-19T04:19:43.200Z | DEBGJul 19 04:19:41.441 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7351 | 2026-07-19T04:19:43.200Z | DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441 failed to allocate space for the new target list |
| 7352 | 2026-07-19T04:19:43.200Z | |
| 7353 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 Jul 19 04:19:41.441DEBG DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.441 |
| 7354 | 2026-07-19T04:19:43.200Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7355 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7356 | 2026-07-19T04:19:43.200Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:19:41.441INFO INFO |
| 7357 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7358 | 2026-07-19T04:19:43.200Z | |
| 7359 | 2026-07-19T04:19:43.200Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.441 |
| 7360 | 2026-07-19T04:19:43.200Z | |
| 7361 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441DEBG 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 } }] |
| 7362 | 2026-07-19T04:19:43.200Z | DEBG Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 7363 | 2026-07-19T04:19:43.200Z | |
| 7364 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:19:41.441 |
| 7365 | 2026-07-19T04:19:43.200Z | Jul 19 04:19:41.441adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 7366 | 2026-07-19T04:19:43.200Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7367 | 2026-07-19T04:19:43.201Z | 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 } }] |
| 7368 | 2026-07-19T04:19:43.201Z | Jul 19 04:19:41.441 Jul 19 04:19:41.441DEBG Jul 19 04:19:41.441replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 7369 | 2026-07-19T04:19:43.201Z | 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 3fff:dead::/64 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 } }] |
| 7370 | 2026-07-19T04:19:43.201Z | |
| 7371 | 2026-07-19T04:19:43.201Z | Jul 19 04:19:41.441Jul 19 04:19:41.441 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7372 | 2026-07-19T04:19:43.201Z | |
| 7373 | 2026-07-19T04:19:43.201Z | Jul 19 04:19:41.441Jul 19 04:19:41.441Jul 19 04:19:41.441 DEBGDEBG |
| 7374 | 2026-07-19T04:19:43.201Z | 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 } }] |
| 7375 | 2026-07-19T04:19:43.201Z | 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 } }] |
| 7376 | 2026-07-19T04:19:43.201Z | 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 } }] |
| 7377 | 2026-07-19T04:19:43.201Z | Jul 19 04:19:41.441Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO INFOJul 19 04:19:41.441DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBGfailed to allocate space for the new target list |
| 7378 | 2026-07-19T04:19:43.201Z | |
| 7379 | 2026-07-19T04:19:43.201Z | 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:beef:25::/64 -> 2001:db8::55:ff |
| 7380 | 2026-07-19T04:19:43.201Z | |
| 7381 | 2026-07-19T04:19:43.201Z | Jul 19 04:19:41.441 DEBGJul 19 04:19:41.441 Jul 19 04:19:41.441replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7382 | 2026-07-19T04:19:43.201Z | DEBGJul 19 04:19:41.441 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 } }] INFO |
| 7383 | 2026-07-19T04:19:43.201Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7384 | 2026-07-19T04:19:43.201Z | |
| 7385 | 2026-07-19T04:19:43.201Z | Jul 19 04:19:41.441 INFOJul 19 04:19:41.441Jul 19 04:19:41.441 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 7386 | 2026-07-19T04:19:43.201Z | 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.7/32 -> 10.0.0.255 |
| 7387 | 2026-07-19T04:19:43.201Z | |
| 7388 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441 DEBG Jul 19 04:19:41.441replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.441 |
| 7389 | 2026-07-19T04:19:43.210Z | DEBGINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7390 | 2026-07-19T04:19:43.210Z | |
| 7391 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO Jul 19 04:19:41.441INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7392 | 2026-07-19T04:19:43.210Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7393 | 2026-07-19T04:19:43.210Z | 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 } }] |
| 7394 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441 DEBGJul 19 04:19:41.441 Jul 19 04:19:41.441replacing 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 |
| 7395 | 2026-07-19T04:19:43.210Z | 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 |
| 7396 | 2026-07-19T04:19:43.210Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7397 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441Jul 19 04:19:41.441 Jul 19 04:19:41.441INFO INFODEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7398 | 2026-07-19T04:19:43.210Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7399 | 2026-07-19T04:19:43.210Z | |
| 7400 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441 DEBGJul 19 04:19:41.441Jul 19 04:19:41.441 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7401 | 2026-07-19T04:19:43.210Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7402 | 2026-07-19T04:19:43.210Z | |
| 7403 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441 INFO Jul 19 04:19:41.441adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7404 | 2026-07-19T04:19:43.210Z | DEBGJul 19 04:19:41.441 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7405 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.441Jul 19 04:19:41.441 DEBGJul 19 04:19:41.506 DEBGcreated new freemapDEBG , created new freemapunit, :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 } }] unitfreemap_route_ipv4: |
| 7406 | 2026-07-19T04:19:43.210Z | |
| 7407 | 2026-07-19T04:19:43.210Z | freemap_route_ipv4 |
| 7408 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.506 DEBG created new freemap, unit: Jul 19 04:19:41.507Jul 19 04:19:41.507freemap_route_ipv6 |
| 7409 | 2026-07-19T04:19:43.210Z | INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffcreated new freemapJul 19 04:19:41.507, |
| 7410 | 2026-07-19T04:19:43.210Z | unitDEBG :initted freemap. size: 64 , Jul 19 04:19:41.507unitfreemap_route_ipv6: |
| 7411 | 2026-07-19T04:19:43.210Z | DEBGfreemap_route_ipv4 |
| 7412 | 2026-07-19T04:19:43.210Z | 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 } }] |
| 7413 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.507 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7414 | 2026-07-19T04:19:43.210Z | Jul 19 04:19:41.507Jul 19 04:19:41.507Jul 19 04:19:41.507 INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG |
| 7415 | 2026-07-19T04:19:43.210Z | reset freemap reset freemap, , unitunit::Jul 19 04:19:41.507 DEBGfreemap_route_ipv4 |
| 7416 | 2026-07-19T04:19:43.211Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 7417 | 2026-07-19T04:19:43.211Z | |
| 7418 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Jul 19 04:19:41.507Jul 19 04:19:41.507 |
| 7419 | 2026-07-19T04:19:43.211Z | DEBG INFO initted freemap. size: 64Jul 19 04:19:41.507, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unit |
| 7420 | 2026-07-19T04:19:43.211Z | :DEBG freemap_route_ipv6reset freemap |
| 7421 | 2026-07-19T04:19:43.211Z | , unit: Jul 19 04:19:41.507 DEBG reset freemap, unit:freemap_route_ipv6 Jul 19 04:19:41.507 |
| 7422 | 2026-07-19T04:19:43.211Z | freemap_route_ipv6 DEBG |
| 7423 | 2026-07-19T04:19:43.211Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.507 |
| 7424 | 2026-07-19T04:19:43.211Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.507 |
| 7425 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.507 |
| 7426 | 2026-07-19T04:19:43.211Z | 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:2d::/64 -> 2001:db8::55:ffJul 19 04:19:41.507 |
| 7427 | 2026-07-19T04:19:43.211Z | DEBG |
| 7428 | 2026-07-19T04:19:43.211Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:19:41.507 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7429 | 2026-07-19T04:19:43.211Z | |
| 7430 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507Jul 19 04:19:41.507 DEBGDEBGJul 19 04:19:41.507 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7431 | 2026-07-19T04:19:43.211Z | adding route 172.16.0.0/32 -> 10.0.0.2 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 } }] |
| 7432 | 2026-07-19T04:19:43.211Z | |
| 7433 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7434 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507 DEBGJul 19 04:19:41.507Jul 19 04:19:41.507 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 |
| 7435 | 2026-07-19T04:19:43.211Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7436 | 2026-07-19T04:19:43.211Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:19:41.507 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7437 | 2026-07-19T04:19:43.211Z | |
| 7438 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507 Jul 19 04:19:41.507DEBG Jul 19 04:19:41.507replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7439 | 2026-07-19T04:19:43.211Z | |
| 7440 | 2026-07-19T04:19:43.211Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.507Jul 19 04:19:41.507 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 } }] |
| 7441 | 2026-07-19T04:19:43.211Z | |
| 7442 | 2026-07-19T04:19:43.211Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7443 | 2026-07-19T04:19:43.211Z | |
| 7444 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507Jul 19 04:19:41.507 DEBGINFO Jul 19 04:19:41.507adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7445 | 2026-07-19T04:19:43.211Z | INFO |
| 7446 | 2026-07-19T04:19:43.211Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7447 | 2026-07-19T04:19:43.211Z | Jul 19 04:19:41.507Jul 19 04:19:41.507 INFOINFOJul 19 04:19:41.507 Jul 19 04:19:41.507 adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 7448 | 2026-07-19T04:19:43.211Z | |
| 7449 | 2026-07-19T04:19:43.211Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7450 | 2026-07-19T04:19:43.211Z | DEBG Jul 19 04:19:41.507Jul 19 04:19:41.507replacing 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 } }] DEBGDEBG |
| 7451 | 2026-07-19T04:19:43.212Z | 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.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 } }] |
| 7452 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.507Jul 19 04:19:41.441Jul 19 04:19:41.507 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.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 } }] |
| 7453 | 2026-07-19T04:19:43.212Z | DEBG Jul 19 04:19:41.507 |
| 7454 | 2026-07-19T04:19:43.212Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7455 | 2026-07-19T04:19:43.212Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7456 | 2026-07-19T04:19:43.212Z | |
| 7457 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.507 INFOJul 19 04:19:41.507Jul 19 04:19:41.507 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 } }]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 } }] |
| 7458 | 2026-07-19T04:19:43.212Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7459 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.507Jul 19 04:19:41.520 INFOINFO Jul 19 04:19:41.520 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7460 | 2026-07-19T04:19:43.212Z | 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 } }] |
| 7461 | 2026-07-19T04:19:43.212Z | adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:19:41.520 |
| 7462 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520 INFODEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7463 | 2026-07-19T04:19:43.212Z | |
| 7464 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520DEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.520replacing 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 } }] |
| 7465 | 2026-07-19T04:19:43.212Z | |
| 7466 | 2026-07-19T04:19:43.212Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7467 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:19:41.520replacing 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 } }] |
| 7468 | 2026-07-19T04:19:43.212Z | |
| 7469 | 2026-07-19T04:19:43.212Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:19:41.520Jul 19 04:19:41.520 |
| 7470 | 2026-07-19T04:19:43.212Z | DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7471 | 2026-07-19T04:19:43.212Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 19 04:19:41.520 |
| 7472 | 2026-07-19T04:19:43.212Z | 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 } }] |
| 7473 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:19:41.520 |
| 7474 | 2026-07-19T04:19:43.212Z | INFOJul 19 04:19:41.520 Jul 19 04:19:41.520DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7475 | 2026-07-19T04:19:43.212Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7476 | 2026-07-19T04:19:43.212Z | |
| 7477 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG Jul 19 04:19:41.520adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7478 | 2026-07-19T04:19:43.212Z | INFO |
| 7479 | 2026-07-19T04:19:43.212Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7480 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520 DEBGJul 19 04:19:41.520 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 |
| 7481 | 2026-07-19T04:19:43.212Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.520 |
| 7482 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 Jul 19 04:19:41.520adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7483 | 2026-07-19T04:19:43.212Z | INFO |
| 7484 | 2026-07-19T04:19:43.212Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7485 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520 DEBGJul 19 04:19:41.520 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 |
| 7486 | 2026-07-19T04:19:43.212Z | Jul 19 04:19:41.520replacing 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 } }] |
| 7487 | 2026-07-19T04:19:43.212Z | DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.520 |
| 7488 | 2026-07-19T04:19:43.217Z | Jul 19 04:19:41.520INFO INFOJul 19 04:19:41.520 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7489 | 2026-07-19T04:19:43.217Z | |
| 7490 | 2026-07-19T04:19:43.217Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBGDEBG |
| 7491 | 2026-07-19T04:19:43.217Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 7492 | 2026-07-19T04:19:43.217Z | |
| 7493 | 2026-07-19T04:19:43.217Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520 INFODEBG INFOadding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7494 | 2026-07-19T04:19:43.218Z | |
| 7495 | 2026-07-19T04:19:43.218Z | |
| 7496 | 2026-07-19T04:19:43.218Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.520replacing 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 } }] |
| 7497 | 2026-07-19T04:19:43.218Z | |
| 7498 | 2026-07-19T04:19:43.218Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7499 | 2026-07-19T04:19:43.218Z | Jul 19 04:19:41.520 INFO Jul 19 04:19:41.520adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG |
| 7500 | 2026-07-19T04:19:43.218Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.520 |
| 7501 | 2026-07-19T04:19:43.218Z | Jul 19 04:19:41.520INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBGJul 19 04:19:41.520 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 } }] |
| 7502 | 2026-07-19T04:19:43.218Z | INFO |
| 7503 | 2026-07-19T04:19:43.218Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBGINFOadding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7504 | 2026-07-19T04:19:43.218Z | |
| 7505 | 2026-07-19T04:19:43.218Z | |
| 7506 | 2026-07-19T04:19:43.218Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520 DEBGDEBG 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 } }]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 } }] |
| 7507 | 2026-07-19T04:19:43.218Z | |
| 7508 | 2026-07-19T04:19:43.218Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7509 | 2026-07-19T04:19:43.218Z | Jul 19 04:19:41.520 INFO Jul 19 04:19:41.520adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7510 | 2026-07-19T04:19:43.218Z | DEBGJul 19 04:19:41.520 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 |
| 7511 | 2026-07-19T04:19:43.219Z | adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:19:41.520 |
| 7512 | 2026-07-19T04:19:43.219Z | DEBG Jul 19 04:19:41.520replacing 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 } }] |
| 7513 | 2026-07-19T04:19:43.219Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7514 | 2026-07-19T04:19:43.219Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520DEBGINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 7515 | 2026-07-19T04:19:43.219Z | 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 } }] |
| 7516 | 2026-07-19T04:19:43.219Z | |
| 7517 | 2026-07-19T04:19:43.219Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:19:41.520 |
| 7518 | 2026-07-19T04:19:43.219Z | DEBG |
| 7519 | 2026-07-19T04:19:43.219Z | 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 } }] |
| 7520 | 2026-07-19T04:19:43.219Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520DEBG 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 } }] |
| 7521 | 2026-07-19T04:19:43.219Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.520 |
| 7522 | 2026-07-19T04:19:43.219Z | DEBG Jul 19 04:19:41.520replacing 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 } }] |
| 7523 | 2026-07-19T04:19:43.219Z | INFO Jul 19 04:19:41.520adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7524 | 2026-07-19T04:19:43.219Z | DEBGJul 19 04:19:41.520 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7525 | 2026-07-19T04:19:43.219Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7526 | 2026-07-19T04:19:43.219Z | Jul 19 04:19:41.520 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.520 |
| 7527 | 2026-07-19T04:19:43.220Z | 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 } }] |
| 7528 | 2026-07-19T04:19:43.220Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBG INFOfailed to allocate space for the new target list |
| 7529 | 2026-07-19T04:19:43.220Z | Jul 19 04:19:41.520adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7530 | 2026-07-19T04:19:43.220Z | INFO Jul 19 04:19:41.520adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7531 | 2026-07-19T04:19:43.220Z | 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 } }] |
| 7532 | 2026-07-19T04:19:43.220Z | Jul 19 04:19:41.520 DEBG Jul 19 04:19:41.520replacing 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 } }] |
| 7533 | 2026-07-19T04:19:43.220Z | 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 } }] |
| 7534 | 2026-07-19T04:19:43.220Z | Jul 19 04:19:41.520 INFO Jul 19 04:19:41.520adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7535 | 2026-07-19T04:19:43.220Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:19:41.520 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 } }] |
| 7536 | 2026-07-19T04:19:43.220Z | |
| 7537 | 2026-07-19T04:19:43.220Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7538 | 2026-07-19T04:19:43.220Z | 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 } }] |
| 7539 | 2026-07-19T04:19:43.220Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG adding route 172.17.0.38/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 } }] |
| 7540 | 2026-07-19T04:19:43.220Z | |
| 7541 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7542 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 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.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 } }] |
| 7543 | 2026-07-19T04:19:43.221Z | |
| 7544 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7545 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 INFODEBG adding route 172.17.0.39/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 } }] |
| 7546 | 2026-07-19T04:19:43.221Z | |
| 7547 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7548 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520DEBG DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7549 | 2026-07-19T04:19:43.221Z | 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 } }] |
| 7550 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7551 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520INFO |
| 7552 | 2026-07-19T04:19:43.221Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7553 | 2026-07-19T04:19:43.221Z | 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 } }] |
| 7554 | 2026-07-19T04:19:43.221Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520Jul 19 04:19:41.520DEBG INFOINFOreplacing 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 } }] |
| 7555 | 2026-07-19T04:19:43.221Z | adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7556 | 2026-07-19T04:19:43.221Z | |
| 7557 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520Jul 19 04:19:41.520Jul 19 04:19:41.520 DEBGDEBGINFO 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.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 } }] |
| 7558 | 2026-07-19T04:19:43.222Z | |
| 7559 | 2026-07-19T04:19:43.222Z | |
| 7560 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 INFOJul 19 04:19:41.520 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 7561 | 2026-07-19T04:19:43.222Z | 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 } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7562 | 2026-07-19T04:19:43.222Z | |
| 7563 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520 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 } }]Jul 19 04:19:41.520 |
| 7564 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520 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 } }]Jul 19 04:19:41.520adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7565 | 2026-07-19T04:19:43.222Z | INFO |
| 7566 | 2026-07-19T04:19:43.222Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7567 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 7568 | 2026-07-19T04:19:43.222Z | 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.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 } }] |
| 7569 | 2026-07-19T04:19:43.222Z | |
| 7570 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520Jul 19 04:19:41.520 Jul 19 04:19:41.520 DEBGINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7571 | 2026-07-19T04:19:43.222Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7572 | 2026-07-19T04:19:43.222Z | |
| 7573 | 2026-07-19T04:19:43.222Z | Jul 19 04:19:41.520 Jul 19 04:19:41.520DEBG Jul 19 04:19:41.520INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7574 | 2026-07-19T04:19:43.223Z | |
| 7575 | 2026-07-19T04:19:43.223Z | 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 } }] |
| 7576 | 2026-07-19T04:19:43.223Z | Jul 19 04:19:41.520 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7577 | 2026-07-19T04:19:43.223Z | Jul 19 04:19:41.521Jul 19 04:19:41.671 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 } }] |
| 7578 | 2026-07-19T04:19:43.223Z | DEBG Jul 19 04:19:41.671created new freemap Jul 19 04:19:41.520, INFOunit :DEBG adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7579 | 2026-07-19T04:19:43.223Z | 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 } }] |
| 7580 | 2026-07-19T04:19:43.223Z | Jul 19 04:19:41.520 |
| 7581 | 2026-07-19T04:19:43.223Z | INFOJul 19 04:19:41.671 adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 7582 | 2026-07-19T04:19:43.223Z | Jul 19 04:19:41.671 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.671INFO |
| 7583 | 2026-07-19T04:19:43.223Z | DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7584 | 2026-07-19T04:19:43.223Z | created new freemap, Jul 19 04:19:41.671unit Jul 19 04:19:41.671INFO: Jul 19 04:19:41.671 adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 7585 | 2026-07-19T04:19:43.223Z | 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 } }] |
| 7586 | 2026-07-19T04:19:43.223Z | |
| 7587 | 2026-07-19T04:19:43.223Z | DEBGJul 19 04:19:41.671 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7588 | 2026-07-19T04:19:43.228Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.671Jul 19 04:19:41.671 |
| 7589 | 2026-07-19T04:19:43.228Z | Jul 19 04:19:41.671 DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255initted freemap. size: 64Jul 19 04:19:41.671, unitINFO: |
| 7590 | 2026-07-19T04:19:43.228Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7591 | 2026-07-19T04:19:43.228Z | freemap_route_ipv4INFO |
| 7592 | 2026-07-19T04:19:43.228Z | Jul 19 04:19:41.671Jul 19 04:19:41.671 adding route 172.17.0.45/32 -> 10.0.0.255DEBG DEBGJul 19 04:19:41.671 |
| 7593 | 2026-07-19T04:19:43.228Z | 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.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 } }] |
| 7594 | 2026-07-19T04:19:43.229Z | |
| 7595 | 2026-07-19T04:19:43.229Z | DEBG reset freemapJul 19 04:19:41.671Jul 19 04:19:41.671, Jul 19 04:19:41.671 INFODEBG INFOunitadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7596 | 2026-07-19T04:19:43.229Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7597 | 2026-07-19T04:19:43.229Z | :replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.671Jul 19 04:19:41.671 |
| 7598 | 2026-07-19T04:19:43.229Z | freemap_route_ipv4DEBG |
| 7599 | 2026-07-19T04:19:43.229Z | 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 } }] |
| 7600 | 2026-07-19T04:19:43.229Z | 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 } }] |
| 7601 | 2026-07-19T04:19:43.229Z | Jul 19 04:19:41.671 DEBGJul 19 04:19:41.671 initted freemap. size: 64Jul 19 04:19:41.671, Jul 19 04:19:41.671INFOunit INFOINFO: adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7602 | 2026-07-19T04:19:43.229Z | adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255freemap_route_ipv6 |
| 7603 | 2026-07-19T04:19:43.229Z | |
| 7604 | 2026-07-19T04:19:43.229Z | |
| 7605 | 2026-07-19T04:19:43.229Z | Jul 19 04:19:41.671 DEBG Jul 19 04:19:41.671Jul 19 04:19:41.671Jul 19 04:19:41.671 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 } }]DEBGDEBG |
| 7606 | 2026-07-19T04:19:43.229Z | reset freemap , DEBGunitJul 19 04:19:41.671replacing 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 } }] INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7607 | 2026-07-19T04:19:43.229Z | : |
| 7608 | 2026-07-19T04:19:43.229Z | adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv6 |
| 7609 | 2026-07-19T04:19:43.229Z | |
| 7610 | 2026-07-19T04:19:43.229Z | Jul 19 04:19:41.671Jul 19 04:19:41.671Jul 19 04:19:41.671 INFOINFOJul 19 04:19:41.671 INFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.47/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 } }] |
| 7611 | 2026-07-19T04:19:43.229Z | |
| 7612 | 2026-07-19T04:19:43.229Z | |
| 7613 | 2026-07-19T04:19:43.229Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7614 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671Jul 19 04:19:41.671 Jul 19 04:19:41.671INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.671DEBG |
| 7615 | 2026-07-19T04:19:43.230Z | 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.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7616 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671replacing 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 } }] |
| 7617 | 2026-07-19T04:19:43.230Z | |
| 7618 | 2026-07-19T04:19:43.230Z | 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 } }] |
| 7619 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671Jul 19 04:19:41.671 Jul 19 04:19:41.671 Jul 19 04:19:41.671 INFOINFOINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7620 | 2026-07-19T04:19:43.230Z | |
| 7621 | 2026-07-19T04:19:43.230Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7622 | 2026-07-19T04:19:43.230Z | |
| 7623 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671 Jul 19 04:19:41.671DEBG Jul 19 04:19:41.671Jul 19 04:19:41.671DEBG 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 } }]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 } }] |
| 7624 | 2026-07-19T04:19:43.230Z | |
| 7625 | 2026-07-19T04:19:43.230Z | DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7626 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671 |
| 7627 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671 INFO INFO Jul 19 04:19:41.671adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7628 | 2026-07-19T04:19:43.230Z | |
| 7629 | 2026-07-19T04:19:43.230Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7630 | 2026-07-19T04:19:43.230Z | Jul 19 04:19:41.671Jul 19 04:19:41.671 DEBGDEBGJul 19 04:19:41.671 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.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 } }] |
| 7631 | 2026-07-19T04:19:43.231Z | Jul 19 04:19:41.671INFO DEBG |
| 7632 | 2026-07-19T04:19:43.231Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:19:41.671 |
| 7633 | 2026-07-19T04:19:43.231Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7634 | 2026-07-19T04:19:43.231Z | |
| 7635 | 2026-07-19T04:19:43.231Z | Jul 19 04:19:41.671 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.671 |
| 7636 | 2026-07-19T04:19:43.231Z | Jul 19 04:19:41.671 INFOJul 19 04:19:41.671 DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7637 | 2026-07-19T04:19:43.231Z | 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 } }] |
| 7638 | 2026-07-19T04:19:43.231Z | DEBG Jul 19 04:19:41.672replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.672DEBGJul 19 04:19:41.672 |
| 7639 | 2026-07-19T04:19:43.231Z | INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7640 | 2026-07-19T04:19:43.231Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7641 | 2026-07-19T04:19:43.231Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.672 |
| 7642 | 2026-07-19T04:19:43.231Z | Jul 19 04:19:41.672INFOJul 19 04:19:41.672 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Jul 19 04:19:41.672replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7643 | 2026-07-19T04:19:43.231Z | INFO |
| 7644 | 2026-07-19T04:19:43.231Z | adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7645 | 2026-07-19T04:19:43.231Z | |
| 7646 | 2026-07-19T04:19:43.231Z | Jul 19 04:19:41.672Jul 19 04:19:41.672 Jul 19 04:19:41.672INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7647 | 2026-07-19T04:19:43.231Z | DEBGJul 19 04:19:41.672 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7648 | 2026-07-19T04:19:43.231Z | Jul 19 04:19:41.672 |
| 7649 | 2026-07-19T04:19:43.232Z | DEBGDEBG Jul 19 04:19:41.672replacing 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.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 } }] |
| 7650 | 2026-07-19T04:19:43.232Z | |
| 7651 | 2026-07-19T04:19:43.232Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:19:41.672 |
| 7652 | 2026-07-19T04:19:43.232Z | Jul 19 04:19:41.672 Jul 19 04:19:41.672INFO adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 7653 | 2026-07-19T04:19:43.232Z | INFO Jul 19 04:19:41.672adding route 172.17.0.51/32 -> 10.0.0.255 Jul 19 04:19:41.672 |
| 7654 | 2026-07-19T04:19:43.232Z | adding route 172.17.0.1/32 -> 10.0.0.255DEBGDEBG |
| 7655 | 2026-07-19T04:19:43.232Z | test route::tests::delete_targets_full ... ok |
| 7656 | 2026-07-19T04:19:43.232Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7657 | 2026-07-19T04:19:43.232Z | |
| 7658 | 2026-07-19T04:19:43.232Z | Jul 19 04:19:41.672Jul 19 04:19:41.672Jul 19 04:19:41.672 Jul 19 04:19:41.672INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7659 | 2026-07-19T04:19:43.232Z | 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 } }]adding route 172.17.0.42/32 -> 10.0.0.255replacing 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 } }] |
| 7660 | 2026-07-19T04:19:43.232Z | |
| 7661 | 2026-07-19T04:19:43.232Z | Jul 19 04:19:41.672 DEBG |
| 7662 | 2026-07-19T04:19:43.232Z | Jul 19 04:19:41.672replacing 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 } }] |
| 7663 | 2026-07-19T04:19:43.232Z | Jul 19 04:19:41.672INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7664 | 2026-07-19T04:19:43.232Z | DEBGJul 19 04:19:41.672 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.672INFO |
| 7665 | 2026-07-19T04:19:43.232Z | Jul 19 04:19:41.672adding route 172.17.0.24/32 -> 10.0.0.255 DEBG |
| 7666 | 2026-07-19T04:19:43.232Z | INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7667 | 2026-07-19T04:19:43.232Z | adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:19:41.672 |
| 7668 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672 DEBGINFOJul 19 04:19:41.672 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 } }] |
| 7669 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 7670 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672DEBGadding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:19:41.672 |
| 7671 | 2026-07-19T04:19:43.233Z | 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 } }] adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7672 | 2026-07-19T04:19:43.233Z | |
| 7673 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672 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 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.672 |
| 7674 | 2026-07-19T04:19:43.233Z | 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 } }] |
| 7675 | 2026-07-19T04:19:43.233Z | |
| 7676 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672 Jul 19 04:19:41.672INFOJul 19 04:19:41.672Jul 19 04:19:41.672 INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 7677 | 2026-07-19T04:19:43.233Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7678 | 2026-07-19T04:19:43.233Z | |
| 7679 | 2026-07-19T04:19:43.233Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7680 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672 Jul 19 04:19:41.672DEBGJul 19 04:19:41.672 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 } }]DEBGJul 19 04:19:41.672 |
| 7681 | 2026-07-19T04:19:43.233Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7682 | 2026-07-19T04:19:43.233Z | Jul 19 04:19:41.672 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 } }]INFO |
| 7683 | 2026-07-19T04:19:43.233Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7684 | 2026-07-19T04:19:43.233Z | |
| 7685 | 2026-07-19T04:19:43.234Z | Jul 19 04:19:41.672 INFO Jul 19 04:19:41.672adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:19:41.672 |
| 7686 | 2026-07-19T04:19:43.234Z | Jul 19 04:19:41.672DEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7687 | 2026-07-19T04:19:43.234Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7688 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.672 |
| 7689 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.672 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.672 adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7690 | 2026-07-19T04:19:43.239Z | |
| 7691 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.672DEBG 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 } }]Jul 19 04:19:41.672 DEBG |
| 7692 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.672replacing 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 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7693 | 2026-07-19T04:19:43.239Z | 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 } }] |
| 7694 | 2026-07-19T04:19:43.239Z | |
| 7695 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.692Jul 19 04:19:41.692 INFODEBG Jul 19 04:19:41.692 adding route 172.17.0.6/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 } }]INFO |
| 7696 | 2026-07-19T04:19:43.239Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7697 | 2026-07-19T04:19:43.239Z | |
| 7698 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.692 Jul 19 04:19:41.692INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7699 | 2026-07-19T04:19:43.239Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.692 |
| 7700 | 2026-07-19T04:19:43.239Z | 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 } }]Jul 19 04:19:41.692 |
| 7701 | 2026-07-19T04:19:43.239Z | Jul 19 04:19:41.692DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7702 | 2026-07-19T04:19:43.239Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7703 | 2026-07-19T04:19:43.240Z | Jul 19 04:19:41.692 INFOJul 19 04:19:41.692 adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 7704 | 2026-07-19T04:19:43.240Z | 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 } }] |
| 7705 | 2026-07-19T04:19:43.240Z | Jul 19 04:19:41.692 Jul 19 04:19:41.692 INFOJul 19 04:19:41.692 DEBGINFOJul 19 04:19:41.692adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7706 | 2026-07-19T04:19:43.240Z | adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7707 | 2026-07-19T04:19:43.240Z | |
| 7708 | 2026-07-19T04:19:43.240Z | INFO Jul 19 04:19:41.692Jul 19 04:19:41.692adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:19:41.692 |
| 7709 | 2026-07-19T04:19:43.240Z | 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 } }] |
| 7710 | 2026-07-19T04:19:43.240Z | INFO DEBGJul 19 04:19:41.692 adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:19:41.692 |
| 7711 | 2026-07-19T04:19:43.240Z | 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.32/32 -> 10.0.0.255 |
| 7712 | 2026-07-19T04:19:43.240Z | |
| 7713 | 2026-07-19T04:19:43.240Z | 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 } }] |
| 7714 | 2026-07-19T04:19:43.240Z | Jul 19 04:19:41.692Jul 19 04:19:41.692Jul 19 04:19:41.692Jul 19 04:19:41.692 DEBGINFO 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7715 | 2026-07-19T04:19:43.240Z | 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 } }] |
| 7716 | 2026-07-19T04:19:43.240Z | |
| 7717 | 2026-07-19T04:19:43.240Z | adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:19:41.692 |
| 7718 | 2026-07-19T04:19:43.240Z | Jul 19 04:19:41.692 Jul 19 04:19:41.692INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 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 } }] |
| 7719 | 2026-07-19T04:19:43.240Z | |
| 7720 | 2026-07-19T04:19:43.240Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7721 | 2026-07-19T04:19:43.240Z | Jul 19 04:19:41.692 Jul 19 04:19:41.692Jul 19 04:19:41.692 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 } }]INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7722 | 2026-07-19T04:19:43.241Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7723 | 2026-07-19T04:19:43.241Z | Jul 19 04:19:41.692 |
| 7724 | 2026-07-19T04:19:43.241Z | DEBGJul 19 04:19:41.692 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.692INFOJul 19 04:19:41.692 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7725 | 2026-07-19T04:19:43.241Z | |
| 7726 | 2026-07-19T04:19:43.241Z | 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 } }] |
| 7727 | 2026-07-19T04:19:43.241Z | Jul 19 04:19:41.692INFO Jul 19 04:19:41.692 DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 7728 | 2026-07-19T04:19:43.241Z | 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 } }]Jul 19 04:19:41.692 |
| 7729 | 2026-07-19T04:19:43.241Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7730 | 2026-07-19T04:19:43.241Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7731 | 2026-07-19T04:19:43.241Z | Jul 19 04:19:41.692Jul 19 04:19:41.692Jul 19 04:19:41.692 DEBG DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7732 | 2026-07-19T04:19:43.241Z | |
| 7733 | 2026-07-19T04:19:43.241Z | Jul 19 04:19:41.692 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 } }]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 } }] |
| 7734 | 2026-07-19T04:19:43.241Z | |
| 7735 | 2026-07-19T04:19:43.241Z | Jul 19 04:19:41.692 Jul 19 04:19:41.692INFO Jul 19 04:19:41.692DEBG adding route 172.17.0.11/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.692 |
| 7736 | 2026-07-19T04:19:43.241Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7737 | 2026-07-19T04:19:43.241Z | INFO |
| 7738 | 2026-07-19T04:19:43.241Z | adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:19:41.692 |
| 7739 | 2026-07-19T04:19:43.241Z | Jul 19 04:19:41.692 INFODEBGJul 19 04:19:41.692 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 7740 | 2026-07-19T04:19:43.242Z | |
| 7741 | 2026-07-19T04:19:43.242Z | Jul 19 04:19:41.692replacing 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 } }] |
| 7742 | 2026-07-19T04:19:43.242Z | DEBG Jul 19 04:19:41.692replacing 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 } }] |
| 7743 | 2026-07-19T04:19:43.242Z | DEBGJul 19 04:19:41.692 Jul 19 04:19:41.692replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7744 | 2026-07-19T04:19:43.242Z | adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 7745 | 2026-07-19T04:19:43.242Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:19:41.693Jul 19 04:19:41.693 Jul 19 04:19:41.693INFO |
| 7746 | 2026-07-19T04:19:43.242Z | adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 7747 | 2026-07-19T04:19:43.242Z | DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7748 | 2026-07-19T04:19:43.242Z | Jul 19 04:19:41.693replacing 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 } }] DEBGJul 19 04:19:41.693 |
| 7749 | 2026-07-19T04:19:43.242Z | Jul 19 04:19:41.693DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.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 } }] |
| 7750 | 2026-07-19T04:19:43.242Z | Jul 19 04:19:41.693 |
| 7751 | 2026-07-19T04:19:43.242Z | test route::tests::add_target_fails_full ... ok |
| 7752 | 2026-07-19T04:19:43.242Z | INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7753 | 2026-07-19T04:19:43.242Z | Jul 19 04:19:41.693 |
| 7754 | 2026-07-19T04:19:43.242Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7755 | 2026-07-19T04:19:43.242Z | Jul 19 04:19:41.693 Jul 19 04:19:41.693INFO Jul 19 04:19:41.693DEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7756 | 2026-07-19T04:19:43.242Z | 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 } }] |
| 7757 | 2026-07-19T04:19:43.242Z | |
| 7758 | 2026-07-19T04:19:43.242Z | adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7759 | 2026-07-19T04:19:43.243Z | Jul 19 04:19:41.693 INFOINFOJul 19 04:19:41.693 adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7760 | 2026-07-19T04:19:43.243Z | adding route 172.17.0.55/32 -> 10.0.0.255 DEBGDEBG |
| 7761 | 2026-07-19T04:19:43.243Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693 |
| 7762 | 2026-07-19T04:19:43.243Z | 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 |
| 7763 | 2026-07-19T04:19:43.243Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693Jul 19 04:19:41.693 |
| 7764 | 2026-07-19T04:19:43.243Z | DEBG DEBGJul 19 04:19:41.693replacing 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 } }] |
| 7765 | 2026-07-19T04:19:43.243Z | failed to allocate space for the new target listINFO |
| 7766 | 2026-07-19T04:19:43.243Z | Jul 19 04:19:41.693 INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7767 | 2026-07-19T04:19:43.243Z | Jul 19 04:19:41.693 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7768 | 2026-07-19T04:19:43.243Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7769 | 2026-07-19T04:19:43.243Z | Jul 19 04:19:41.693DEBGJul 19 04:19:41.693 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 } }] DEBGDEBG |
| 7770 | 2026-07-19T04:19:43.243Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:19:41.693 |
| 7771 | 2026-07-19T04:19:43.244Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.693DEBG |
| 7772 | 2026-07-19T04:19:43.244Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7773 | 2026-07-19T04:19:43.244Z | |
| 7774 | 2026-07-19T04:19:43.244Z | Jul 19 04:19:41.693 INFO Jul 19 04:19:41.693adding route 172.17.0.15/32 -> 10.0.0.255 Jul 19 04:19:41.693DEBG 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 } }] |
| 7775 | 2026-07-19T04:19:43.244Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7776 | 2026-07-19T04:19:43.244Z | |
| 7777 | 2026-07-19T04:19:43.244Z | Jul 19 04:19:41.693 Jul 19 04:19:41.693Jul 19 04:19:41.693INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 7778 | 2026-07-19T04:19:43.244Z | 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.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 } }] |
| 7779 | 2026-07-19T04:19:43.244Z | |
| 7780 | 2026-07-19T04:19:43.244Z | Jul 19 04:19:41.693 DEBGJul 19 04:19:41.693Jul 19 04:19:41.693 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 |
| 7781 | 2026-07-19T04:19:43.244Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7782 | 2026-07-19T04:19:43.244Z | |
| 7783 | 2026-07-19T04:19:43.244Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7784 | 2026-07-19T04:19:43.244Z | Jul 19 04:19:41.693Jul 19 04:19:41.693 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 } }]Jul 19 04:19:41.693replacing 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 } }] |
| 7785 | 2026-07-19T04:19:43.244Z | 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 } }] |
| 7786 | 2026-07-19T04:19:43.244Z | |
| 7787 | 2026-07-19T04:19:43.244Z | Jul 19 04:19:41.693 INFO Jul 19 04:19:41.693adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7788 | 2026-07-19T04:19:43.321Z | INFOJul 19 04:19:41.693 adding route 172.17.0.44/32 -> 10.0.0.255INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7789 | 2026-07-19T04:19:43.321Z | 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 } }] |
| 7790 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693 DEBG Jul 19 04:19:41.693replacing 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 } }] |
| 7791 | 2026-07-19T04:19:43.321Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7792 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693 Jul 19 04:19:41.693INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7793 | 2026-07-19T04:19:43.321Z | 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 } }] |
| 7794 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7795 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693 DEBGJul 19 04:19:41.693 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7796 | 2026-07-19T04:19:43.321Z | 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 } }] |
| 7797 | 2026-07-19T04:19:43.321Z | |
| 7798 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693Jul 19 04:19:41.693 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:19:41.693 |
| 7799 | 2026-07-19T04:19:43.321Z | |
| 7800 | 2026-07-19T04:19:43.321Z | 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 } }] |
| 7801 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693Jul 19 04:19:41.693 DEBGDEBGJul 19 04:19:41.693 INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7802 | 2026-07-19T04:19:43.321Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7803 | 2026-07-19T04:19:43.321Z | |
| 7804 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693Jul 19 04:19:41.693Jul 19 04:19:41.693 DEBGINFO INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7805 | 2026-07-19T04:19:43.321Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7806 | 2026-07-19T04:19:43.321Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7807 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693 INFOJul 19 04:19:41.693 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 7808 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693replacing 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 } }] |
| 7809 | 2026-07-19T04:19:43.321Z | DEBGJul 19 04:19:41.693 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 } }] |
| 7810 | 2026-07-19T04:19:43.321Z | 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 } }] |
| 7811 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.705 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7812 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.693Jul 19 04:19:41.705 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7813 | 2026-07-19T04:19:43.321Z | |
| 7814 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.705 DEBGJul 19 04:19:41.705 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7815 | 2026-07-19T04:19:43.321Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7816 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.705 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 } }] |
| 7817 | 2026-07-19T04:19:43.321Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7818 | 2026-07-19T04:19:43.321Z | |
| 7819 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 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 } }] |
| 7820 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 Jul 19 04:19:41.705DEBG 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 } }] |
| 7821 | 2026-07-19T04:19:43.322Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7822 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 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 } }] |
| 7823 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 Jul 19 04:19:41.705INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 7824 | 2026-07-19T04:19:43.322Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7825 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 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 } }] |
| 7826 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 DEBGJul 19 04:19:41.705 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7827 | 2026-07-19T04:19:43.322Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7828 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 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 } }] |
| 7829 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 INFO Jul 19 04:19:41.705adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7830 | 2026-07-19T04:19:43.322Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7831 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.693Jul 19 04:19:41.705Jul 19 04:19:41.705 DEBGDEBGDEBG 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 } }] |
| 7832 | 2026-07-19T04:19:43.322Z | failed to allocate space for the new target listreplacing 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 } }] |
| 7833 | 2026-07-19T04:19:43.322Z | |
| 7834 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 INFOJul 19 04:19:41.705 adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:19:41.705 |
| 7835 | 2026-07-19T04:19:43.322Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 7836 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7837 | 2026-07-19T04:19:43.322Z | DEBGJul 19 04:19:41.705 DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7838 | 2026-07-19T04:19:43.322Z | 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 } }] |
| 7839 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705 DEBGJul 19 04:19:41.705 Jul 19 04:19:41.705failed to allocate space for the new target list |
| 7840 | 2026-07-19T04:19:43.322Z | INFO INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7841 | 2026-07-19T04:19:43.322Z | |
| 7842 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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.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 } }] |
| 7843 | 2026-07-19T04:19:43.322Z | |
| 7844 | 2026-07-19T04:19:43.322Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7845 | 2026-07-19T04:19:43.322Z | test route::tests::delete_target_full ... ok |
| 7846 | 2026-07-19T04:19:43.323Z | test route::tests::delete_targets_fragmented ... ok |
| 7847 | 2026-07-19T04:19:43.323Z | |
| 7848 | 2026-07-19T04:19:43.323Z | |
| 7849 | 2026-07-19T04:19:43.323Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s |
| 7850 | 2026-07-19T04:19:43.323Z | |
| 7851 | 2026-07-19T04:19:43.323Z | |
| 7852 | 2026-07-19T04:19:43.323Z | running 0 tests |
| 7853 | 2026-07-19T04:19:43.323Z | |
| 7854 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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.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 } }] |
| 7855 | 2026-07-19T04:19:43.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7856 | 2026-07-19T04:19:43.323Z | |
| 7857 | 2026-07-19T04:19:43.323Z | |
| 7858 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7859 | 2026-07-19T04:19:43.323Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7860 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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 } }] |
| 7861 | 2026-07-19T04:19:43.323Z | 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 } }] |
| 7862 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7863 | 2026-07-19T04:19:43.323Z | |
| 7864 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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.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 } }] |
| 7865 | 2026-07-19T04:19:43.323Z | |
| 7866 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7867 | 2026-07-19T04:19:43.323Z | |
| 7868 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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.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 } }] |
| 7869 | 2026-07-19T04:19:43.323Z | |
| 7870 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7871 | 2026-07-19T04:19:43.323Z | |
| 7872 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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.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 } }] |
| 7873 | 2026-07-19T04:19:43.323Z | |
| 7874 | 2026-07-19T04:19:43.323Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7875 | 2026-07-19T04:19:43.323Z | |
| 7876 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 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.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 } }] |
| 7877 | 2026-07-19T04:19:43.324Z | |
| 7878 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.705Jul 19 04:19:41.705 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7879 | 2026-07-19T04:19:43.324Z | |
| 7880 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.705 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 } }] |
| 7881 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7882 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.717 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 } }] |
| 7883 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.705Jul 19 04:19:41.717 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 7884 | 2026-07-19T04:19:43.324Z | 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 } }] |
| 7885 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.717 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 } }] |
| 7886 | 2026-07-19T04:19:43.324Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.61/32 -> 10.0.0.255Jul 19 04:19:41.717 |
| 7887 | 2026-07-19T04:19:43.324Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7888 | 2026-07-19T04:19:43.330Z | Jul 19 04:19:41.717 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.717 |
| 7889 | 2026-07-19T04:19:43.331Z | 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 } }] |
| 7890 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.62/32 -> 10.0.0.255Jul 19 04:19:41.717 |
| 7891 | 2026-07-19T04:19:43.331Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7892 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }]Jul 19 04:19:41.717 |
| 7893 | 2026-07-19T04:19:43.331Z | 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 } }] |
| 7894 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 DEBG Jul 19 04:19:41.717failed to allocate space for the new target list |
| 7895 | 2026-07-19T04:19:43.331Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7896 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 DEBG Jul 19 04:19:41.717replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7897 | 2026-07-19T04:19:43.331Z | 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 } }] |
| 7898 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7899 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7900 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7901 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7902 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7903 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7904 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7905 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7906 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7907 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7908 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7909 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7910 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7911 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7912 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7913 | 2026-07-19T04:19:43.331Z | Jul 19 04:19:41.717 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 } }] |
| 7914 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7915 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7916 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7917 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7918 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7919 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7920 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7921 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7922 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7923 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7924 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7925 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7926 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7927 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7928 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7929 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7930 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7931 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7932 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7933 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7934 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7935 | 2026-07-19T04:19:43.332Z | Jul 19 04:19:41.717 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 } }] |
| 7936 | 2026-07-19T04:19:43.333Z | Jul 19 04:19:41.717 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7937 | 2026-07-19T04:19:43.333Z | Jul 19 04:19:41.717 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 } }] |
| 7938 | 2026-07-19T04:19:43.333Z | Jul 19 04:19:41.717 DEBG failed to allocate space for the new target list |
| 7939 | 2026-07-19T04:19:43.333Z | Jul 19 04:19:41.717 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 } }] |
| 7940 | 2026-07-19T04:19:43.333Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f29c62758238b847) |
| 7941 | 2026-07-19T04:19:43.333Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-6f0e3dbf2309a2cd) |
| 7942 | 2026-07-19T04:19:43.333Z | |
| 7943 | 2026-07-19T04:19:43.333Z | running 0 tests |
| 7944 | 2026-07-19T04:19:43.333Z | |
| 7945 | 2026-07-19T04:19:43.333Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7946 | 2026-07-19T04:19:43.333Z | |
| 7947 | 2026-07-19T04:19:43.333Z | |
| 7948 | 2026-07-19T04:19:43.333Z | running 6 tests |
| 7949 | 2026-07-19T04:19:43.333Z | test tests::test_full_lot_id_neither_present ... ok |
| 7950 | 2026-07-19T04:19:43.333Z | test tests::test_parse_client_port_id ... ok |
| 7951 | 2026-07-19T04:19:43.333Z | test tests::test_full_lot_id_lot_only ... ok |
| 7952 | 2026-07-19T04:19:43.333Z | test tests::test_full_lot_id_both_present ... ok |
| 7953 | 2026-07-19T04:19:43.333Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-adca6976d3a4136e) |
| 7954 | 2026-07-19T04:19:43.333Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7955 | 2026-07-19T04:19:43.333Z | test tests::test_port_id_cmp ... ok |
| 7956 | 2026-07-19T04:19:43.333Z | |
| 7957 | 2026-07-19T04:19:43.333Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7958 | 2026-07-19T04:19:43.333Z | |
| 7959 | 2026-07-19T04:19:43.334Z | |
| 7960 | 2026-07-19T04:19:43.334Z | running 0 tests |
| 7961 | 2026-07-19T04:19:43.334Z | |
| 7962 | 2026-07-19T04:19:43.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7963 | 2026-07-19T04:19:43.334Z | |
| 7964 | 2026-07-19T04:19:43.334Z | |
| 7965 | 2026-07-19T04:19:43.334Z | running 0 tests |
| 7966 | 2026-07-19T04:19:43.334Z | Running tests/test_all.rs (target/debug/deps/test_all-af2842070a5f6c77) |
| 7967 | 2026-07-19T04:19:43.334Z | |
| 7968 | 2026-07-19T04:19:43.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7969 | 2026-07-19T04:19:43.334Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-447d3f4491467126) |
| 7970 | 2026-07-19T04:19:43.334Z | |
| 7971 | 2026-07-19T04:19:43.334Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-63d9083c9c568129) |
| 7972 | 2026-07-19T04:19:43.334Z | |
| 7973 | 2026-07-19T04:19:43.334Z | running 0 tests |
| 7974 | 2026-07-19T04:19:43.334Z | Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc) |
| 7975 | 2026-07-19T04:19:43.334Z | |
| 7976 | 2026-07-19T04:19:43.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7977 | 2026-07-19T04:19:43.334Z | |
| 7978 | 2026-07-19T04:19:43.334Z | |
| 7979 | 2026-07-19T04:19:43.334Z | running 12 tests |
| 7980 | 2026-07-19T04:19:43.334Z | test icmp::test_v6_checksum ... ok |
| 7981 | 2026-07-19T04:19:43.334Z | test icmp::test_v4_checksum ... ok |
| 7982 | 2026-07-19T04:19:43.334Z | test ipv6::test_ipv6_parse ... ok |
| 7983 | 2026-07-19T04:19:43.334Z | test lldp::test_lldp_parse ... ok |
| 7984 | 2026-07-19T04:19:43.335Z | test pbuf::test_byte ... ok |
| 7985 | 2026-07-19T04:19:43.335Z | test pbuf::test_nibble ... ok |
| 7986 | 2026-07-19T04:19:43.335Z | test pbuf::test_overflow ... ok |
| 7987 | 2026-07-19T04:19:43.335Z | test pbuf::test_twelve ... ok |
| 7988 | 2026-07-19T04:19:43.341Z | test pbuf::test_short ... ok |
| 7989 | 2026-07-19T04:19:43.341Z | test pbuf::test_word ... ok |
| 7990 | 2026-07-19T04:19:43.341Z | test tcp::test_checksum_syn_nodata ... ok |
| 7991 | 2026-07-19T04:19:43.341Z | test tcp::test_checksum_ack_data ... ok |
| 7992 | 2026-07-19T04:19:43.341Z | |
| 7993 | 2026-07-19T04:19:43.341Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7994 | 2026-07-19T04:19:43.341Z | |
| 7995 | 2026-07-19T04:19:43.341Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7996 | 2026-07-19T04:19:43.341Z | |
| 7997 | 2026-07-19T04:19:43.341Z | running 0 tests |
| 7998 | 2026-07-19T04:19:43.341Z | |
| 7999 | 2026-07-19T04:19:43.341Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8000 | 2026-07-19T04:19:43.341Z | |
| 8001 | 2026-07-19T04:19:43.341Z | Running unittests src/main.rs (target/debug/deps/swadm-89da2881c552a1a6) |
| 8002 | 2026-07-19T04:19:43.341Z | |
| 8003 | 2026-07-19T04:19:43.341Z | running 5 tests |
| 8004 | 2026-07-19T04:19:43.341Z | test switchport::test::test_compute_lanes ... ok |
| 8005 | 2026-07-19T04:19:43.341Z | test switchport::test::port_id_ordering ... ok |
| 8006 | 2026-07-19T04:19:43.342Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8007 | 2026-07-19T04:19:43.342Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8008 | 2026-07-19T04:19:43.342Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8009 | 2026-07-19T04:19:43.342Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8010 | 2026-07-19T04:19:43.342Z | Tx Enabled: Yes Yes Yes Yes |
| 8011 | 2026-07-19T04:19:43.342Z | Lane 0 Tx Loss-of-lock: No No No Lane 1No |
| 8012 | 2026-07-19T04:19:43.342Z | Lane 2 Tx Loss-of-signal: No NoLane 3 No |
| 8013 | 2026-07-19T04:19:43.342Z | No |
| 8014 | 2026-07-19T04:19:43.342Z | State: Activated Tx CDR Enabled: No NoActivated No ActivatedNo |
| 8015 | 2026-07-19T04:19:43.342Z | Activated |
| 8016 | 2026-07-19T04:19:43.342Z | Tx Adaptive EQ Fault: No Rx Output Enabled: falseNo false No falseNo |
| 8017 | 2026-07-19T04:19:43.342Z | false Tx Fault: Yes |
| 8018 | 2026-07-19T04:19:43.342Z | Rx Output Status: valid Yes valid Yes validYes |
| 8019 | 2026-07-19T04:19:43.342Z | valid |
| 8020 | 2026-07-19T04:19:43.342Z | Rx Loss-of-lock: true true true true |
| 8021 | 2026-07-19T04:19:43.342Z | Rx Loss-of-signal: false false false false |
| 8022 | 2026-07-19T04:19:43.342Z | Rx Auto-squelch Disable: true true true true |
| 8023 | 2026-07-19T04:19:43.342Z | Tx Output Enabled: true true true true |
| 8024 | 2026-07-19T04:19:43.342Z | Tx Output Status: invalid invalid invalid invalid |
| 8025 | 2026-07-19T04:19:43.342Z | Tx Loss-of-lock: false false false false |
| 8026 | 2026-07-19T04:19:43.342Z | Tx Loss-of-signal: true true true true |
| 8027 | 2026-07-19T04:19:43.342Z | Tx Auto-squelch Disable: false false false false |
| 8028 | 2026-07-19T04:19:43.342Z | Tx Adaptive EQ Fail: true true true true |
| 8029 | 2026-07-19T04:19:43.342Z | Tx Failure: false false false false |
| 8030 | 2026-07-19T04:19:43.343Z | Tx Force Squelch: true true true true |
| 8031 | 2026-07-19T04:19:43.343Z | Tx Input Polarity: normal normal normal normal |
| 8032 | 2026-07-19T04:19:43.343Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8033 | 2026-07-19T04:19:43.343Z | test switchport::test::test_print_sff_datapath ... ok |
| 8034 | 2026-07-19T04:19:43.343Z | test link::test_filter ... ok |
| 8035 | 2026-07-19T04:19:43.343Z | |
| 8036 | 2026-07-19T04:19:43.343Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8037 | 2026-07-19T04:19:43.343Z | |
| 8038 | 2026-07-19T04:19:43.343Z | Running tests/counters.rs (target/debug/deps/counters-78ada8944d556c51) |
| 8039 | 2026-07-19T04:19:43.343Z | |
| 8040 | 2026-07-19T04:19:43.343Z | running 1 test |
| 8041 | 2026-07-19T04:19:43.343Z | test test_p4_counter_list ... ignored |
| 8042 | 2026-07-19T04:19:43.343Z | |
| 8043 | 2026-07-19T04:19:43.343Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8044 | 2026-07-19T04:19:43.343Z | |
| 8045 | 2026-07-19T04:19:43.343Z | Running tests/port-link.rs (target/debug/deps/port_link-8dc1078385fd6fa4) |
| 8046 | 2026-07-19T04:19:43.343Z | |
| 8047 | 2026-07-19T04:19:43.343Z | running 5 tests |
| 8048 | 2026-07-19T04:19:43.343Z | test test_an ... ignored |
| 8049 | 2026-07-19T04:19:43.343Z | test test_enable ... ignored |
| 8050 | 2026-07-19T04:19:43.343Z | test test_ip_addresses ... ignored |
| 8051 | 2026-07-19T04:19:43.343Z | test test_kr ... ignored |
| 8052 | 2026-07-19T04:19:43.343Z | test test_mac ... ignored |
| 8053 | 2026-07-19T04:19:43.343Z | |
| 8054 | 2026-07-19T04:19:43.343Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8055 | 2026-07-19T04:19:43.344Z | |
| 8056 | 2026-07-19T04:19:43.344Z | Running unittests src/main.rs (target/debug/deps/tfportd-13d1dfe97b1194fa) |
| 8057 | 2026-07-19T04:19:43.344Z | |
| 8058 | 2026-07-19T04:19:43.344Z | running 3 tests |
| 8059 | 2026-07-19T04:19:43.344Z | test linklocal::test_parse_ipadm ... ok |
| 8060 | 2026-07-19T04:19:43.344Z | test tfport::test_parse_tfport ... ok |
| 8061 | 2026-07-19T04:19:43.344Z | test config::tests::test_updates ... ok |
| 8062 | 2026-07-19T04:19:43.344Z | |
| 8063 | 2026-07-19T04:19:43.344Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-07-19T04:19:43.344Z | |
| 8065 | 2026-07-19T04:19:43.344Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a) |
| 8066 | 2026-07-19T04:19:43.344Z | |
| 8067 | 2026-07-19T04:19:43.344Z | running 0 tests |
| 8068 | 2026-07-19T04:19:43.344Z | |
| 8069 | 2026-07-19T04:19:43.344Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8070 | 2026-07-19T04:19:43.344Z | |
| 8071 | 2026-07-19T04:19:43.344Z | Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea) |
| 8072 | 2026-07-19T04:19:43.344Z | |
| 8073 | 2026-07-19T04:19:43.344Z | running 0 tests |
| 8074 | 2026-07-19T04:19:43.344Z | |
| 8075 | 2026-07-19T04:19:43.344Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-07-19T04:19:43.344Z | |
| 8077 | 2026-07-19T04:19:43.344Z | Doc-tests aal |
| 8078 | 2026-07-19T04:19:43.418Z | |
| 8079 | 2026-07-19T04:19:43.419Z | running 0 tests |
| 8080 | 2026-07-19T04:19:43.419Z | |
| 8081 | 2026-07-19T04:19:43.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-07-19T04:19:43.445Z | |
| 8083 | 2026-07-19T04:19:43.448Z | Doc-tests aal_macros |
| 8084 | 2026-07-19T04:19:43.509Z | |
| 8085 | 2026-07-19T04:19:43.510Z | running 0 tests |
| 8086 | 2026-07-19T04:19:43.510Z | |
| 8087 | 2026-07-19T04:19:43.510Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-07-19T04:19:43.510Z | |
| 8089 | 2026-07-19T04:19:43.522Z | Doc-tests common |
| 8090 | 2026-07-19T04:19:43.757Z | |
| 8091 | 2026-07-19T04:19:43.757Z | running 0 tests |
| 8092 | 2026-07-19T04:19:43.757Z | |
| 8093 | 2026-07-19T04:19:43.757Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8094 | 2026-07-19T04:19:43.757Z | |
| 8095 | 2026-07-19T04:19:43.779Z | Doc-tests dpd_api |
| 8096 | 2026-07-19T04:19:44.536Z | |
| 8097 | 2026-07-19T04:19:44.536Z | running 2 tests |
| 8098 | 2026-07-19T04:19:44.537Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8099 | 2026-07-19T04:19:44.537Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8100 | 2026-07-19T04:19:44.537Z | |
| 8101 | 2026-07-19T04:19:44.537Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-07-19T04:19:44.537Z | |
| 8103 | 2026-07-19T04:19:44.617Z | Doc-tests dpd_client |
| 8104 | 2026-07-19T04:19:45.879Z | |
| 8105 | 2026-07-19T04:19:45.879Z | running 0 tests |
| 8106 | 2026-07-19T04:19:45.879Z | |
| 8107 | 2026-07-19T04:19:45.880Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-07-19T04:19:45.880Z | |
| 8109 | 2026-07-19T04:19:45.929Z | Doc-tests dpd_types |
| 8110 | 2026-07-19T04:19:46.142Z | |
| 8111 | 2026-07-19T04:19:46.142Z | running 0 tests |
| 8112 | 2026-07-19T04:19:46.142Z | |
| 8113 | 2026-07-19T04:19:46.143Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-07-19T04:19:46.143Z | |
| 8115 | 2026-07-19T04:19:46.170Z | Doc-tests dpd_types_versions |
| 8116 | 2026-07-19T04:19:47.385Z | |
| 8117 | 2026-07-19T04:19:47.385Z | running 1 test |
| 8118 | 2026-07-19T04:19:47.385Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8119 | 2026-07-19T04:19:47.385Z | |
| 8120 | 2026-07-19T04:19:47.386Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-07-19T04:19:47.386Z | |
| 8122 | 2026-07-19T04:19:47.432Z | Doc-tests packet |
| 8123 | 2026-07-19T04:19:47.549Z | |
| 8124 | 2026-07-19T04:19:47.549Z | running 0 tests |
| 8125 | 2026-07-19T04:19:47.549Z | |
| 8126 | 2026-07-19T04:19:47.549Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-07-19T04:19:47.550Z | |
| 8128 | 2026-07-19T04:19:47.566Z | Doc-tests pcap |
| 8129 | 2026-07-19T04:19:47.620Z | |
| 8130 | 2026-07-19T04:19:47.620Z | running 0 tests |
| 8131 | 2026-07-19T04:19:47.620Z | |
| 8132 | 2026-07-19T04:19:47.620Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8133 | 2026-07-19T04:19:47.620Z | |
| 8134 | 2026-07-19T04:19:47.674Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8135 | 2026-07-19T04:19:47.674Z | + RUST_BACKTRACE=full |
| 8136 | 2026-07-19T04:19:47.674Z | + cargo test --features chaos --no-fail-fast |
| 8137 | 2026-07-19T04:19:48.282Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8138 | 2026-07-19T04:19:48.364Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8139 | 2026-07-19T04:19:48.372Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8140 | 2026-07-19T04:19:56.675Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8141 | 2026-07-19T04:19:57.279Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8142 | 2026-07-19T04:20:32.115Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.42s |
| 8143 | 2026-07-19T04:20:32.232Z | Running unittests src/lib.rs (target/debug/deps/aal-504aff372e2bff9a) |
| 8144 | 2026-07-19T04:20:32.236Z | |
| 8145 | 2026-07-19T04:20:32.236Z | running 5 tests |
| 8146 | 2026-07-19T04:20:32.239Z | test fuse::tests::chip_revision_b1 ... ok |
| 8147 | 2026-07-19T04:20:32.239Z | test fuse::tests::chip_revision_b0 ... ok |
| 8148 | 2026-07-19T04:20:32.239Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8149 | 2026-07-19T04:20:32.239Z | test fuse::tests::chip_revision_a0 ... ok |
| 8150 | 2026-07-19T04:20:32.239Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8151 | 2026-07-19T04:20:32.239Z | |
| 8152 | 2026-07-19T04:20:32.239Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-07-19T04:20:32.239Z | |
| 8154 | 2026-07-19T04:20:32.239Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8155 | 2026-07-19T04:20:32.243Z | |
| 8156 | 2026-07-19T04:20:32.243Z | running 0 tests |
| 8157 | 2026-07-19T04:20:32.243Z | |
| 8158 | 2026-07-19T04:20:32.243Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-07-19T04:20:32.243Z | |
| 8160 | 2026-07-19T04:20:32.243Z | Running unittests src/lib.rs (target/debug/deps/asic-ede84328ff8a10df) |
| 8161 | 2026-07-19T04:20:32.252Z | |
| 8162 | 2026-07-19T04:20:32.253Z | running 0 tests |
| 8163 | 2026-07-19T04:20:32.253Z | |
| 8164 | 2026-07-19T04:20:32.256Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-07-19T04:20:32.256Z | |
| 8166 | 2026-07-19T04:20:32.256Z | Running unittests src/lib.rs (target/debug/deps/common-08a38ded38cbc428) |
| 8167 | 2026-07-19T04:20:32.256Z | |
| 8168 | 2026-07-19T04:20:32.256Z | running 10 tests |
| 8169 | 2026-07-19T04:20:32.256Z | test nat::tests::test_vni ... ok |
| 8170 | 2026-07-19T04:20:32.259Z | test network::tests::test_equal ... ok |
| 8171 | 2026-07-19T04:20:32.259Z | test network::tests::test_eui64 ... ok |
| 8172 | 2026-07-19T04:20:32.259Z | test network::tests::test_not_equal ... ok |
| 8173 | 2026-07-19T04:20:32.259Z | test network::tests::test_into ... ok |
| 8174 | 2026-07-19T04:20:32.259Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8175 | 2026-07-19T04:20:32.259Z | test network::tests::test_parse ... ok |
| 8176 | 2026-07-19T04:20:32.259Z | test network::tests::test_to_string ... ok |
| 8177 | 2026-07-19T04:20:32.259Z | test test_purge ... ok |
| 8178 | 2026-07-19T04:20:32.263Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8179 | 2026-07-19T04:20:32.263Z | |
| 8180 | 2026-07-19T04:20:32.263Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8181 | 2026-07-19T04:20:32.263Z | |
| 8182 | 2026-07-19T04:20:32.263Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f3bf3377c822793d) |
| 8183 | 2026-07-19T04:20:32.286Z | |
| 8184 | 2026-07-19T04:20:32.286Z | running 1 test |
| 8185 | 2026-07-19T04:20:32.290Z | ------- |
| 8186 | 2026-07-19T04:20:32.293Z | Generating OpenAPI documents from API definitions ... |
| 8187 | 2026-07-19T04:20:32.452Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8188 | 2026-07-19T04:20:32.520Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8189 | 2026-07-19T04:20:33.568Z | ------- |
| 8190 | 2026-07-19T04:20:33.568Z | Checking 12 OpenAPI documents... |
| 8191 | 2026-07-19T04:20:33.568Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-07-19T04:20:33.568Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-07-19T04:20:33.568Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-07-19T04:20:33.571Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-07-19T04:20:33.572Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-07-19T04:20:33.572Z | Fresh dpd "latest" symlink |
| 8204 | 2026-07-19T04:20:33.572Z | ------- |
| 8205 | 2026-07-19T04:20:33.572Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8206 | 2026-07-19T04:20:33.633Z | test test::test_apis_up_to_date ... ok |
| 8207 | 2026-07-19T04:20:33.633Z | |
| 8208 | 2026-07-19T04:20:33.633Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 8209 | 2026-07-19T04:20:33.633Z | |
| 8210 | 2026-07-19T04:20:33.692Z | Running unittests src/main.rs (target/debug/deps/dpd-2b11096140f3310d) |
| 8211 | 2026-07-19T04:20:33.698Z | |
| 8212 | 2026-07-19T04:20:33.698Z | running 34 tests |
| 8213 | 2026-07-19T04:20:33.701Z | test freemap::test_ordering ... ok |
| 8214 | 2026-07-19T04:20:33.701Z | test config::tests::test_updates ... ok |
| 8215 | 2026-07-19T04:20:33.701Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8216 | 2026-07-19T04:20:33.701Z | test freemap::test_split ... ok |
| 8217 | 2026-07-19T04:20:33.706Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8218 | 2026-07-19T04:20:33.706Z | test macaddrs::tests::test_mac_offset ... ok |
| 8219 | 2026-07-19T04:20:33.706Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8220 | 2026-07-19T04:20:33.706Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8221 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214 DEBG created new freemapJul 19 04:20:32.214 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 8222 | 2026-07-19T04:20:33.706Z | |
| 8223 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214 DEBG initted freemap. size: 128, unit: freemap_test |
| 8224 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214 DEBGJul 19 04:20:32.214 Jul 19 04:20:32.214reset freemap DEBG, DEBG created new freemapinitted freemap. size: 128unit, , unitunit::: freemap_testfreemap_testfreemap_test |
| 8225 | 2026-07-19T04:20:33.706Z | |
| 8226 | 2026-07-19T04:20:33.706Z | |
| 8227 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214Jul 19 04:20:32.214 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8228 | 2026-07-19T04:20:33.706Z | |
| 8229 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214Jul 19 04:20:32.214 DEBG DEBGreset freemap , created new freemapunit: , freemap_testunit |
| 8230 | 2026-07-19T04:20:33.706Z | : freemap_test |
| 8231 | 2026-07-19T04:20:33.706Z | test nat::test_mapping ... ok |
| 8232 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214 DEBG initted freemap. size: 128, unit: freemap_test |
| 8233 | 2026-07-19T04:20:33.706Z | Jul 19 04:20:32.214 DEBG reset freemap, unit: freemap_test |
| 8234 | 2026-07-19T04:20:33.706Z | test freemap::test_free ... ok |
| 8235 | 2026-07-19T04:20:33.706Z | test freemap::test_exhaustion ... ok |
| 8236 | 2026-07-19T04:20:33.706Z | test freemap::test_basic ... ok |
| 8237 | 2026-07-19T04:20:33.706Z | test freemap::test_reclaim ... ok |
| 8238 | 2026-07-19T04:20:33.706Z | test port_map::tests::test_backplane_group ... ok |
| 8239 | 2026-07-19T04:20:33.707Z | test port_map::tests::test_port_map ... ok |
| 8240 | 2026-07-19T04:20:33.707Z | test port_map::tests::dump_map ... ok |
| 8241 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG created new freemap, unit: freemap_test |
| 8242 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG initted freemap. size: 8, unit: freemap_test |
| 8243 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG reset freemap, unit: freemap_test |
| 8244 | 2026-07-19T04:20:33.707Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8245 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG created new freemap, unit: freemap_test |
| 8246 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG initted freemap. size: 128, unit: freemap_test |
| 8247 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG reset freemap, unit: freemap_test |
| 8248 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8249 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8250 | 2026-07-19T04:20:33.707Z | test freemap::test_span ... ok |
| 8251 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.215 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8252 | 2026-07-19T04:20:33.707Z | test api_server::tests::test_build_info ... ok |
| 8253 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8254 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8255 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8256 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 INFO Jul 19 04:20:32.216adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8257 | 2026-07-19T04:20:33.707Z | DEBG created new freemap, unitJul 19 04:20:32.216: DEBGfreemap_route_ipv4 |
| 8258 | 2026-07-19T04:20:33.707Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8259 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 DEBGINFO created new freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff, |
| 8260 | 2026-07-19T04:20:33.707Z | unit: freemap_route_ipv6 |
| 8261 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8262 | 2026-07-19T04:20:33.707Z | DEBG initted freemap. size: 64, Jul 19 04:20:32.216unit :INFO freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8263 | 2026-07-19T04:20:33.707Z | |
| 8264 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 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 } }]reset freemap |
| 8265 | 2026-07-19T04:20:33.707Z | , unit: freemap_route_ipv4Jul 19 04:20:32.216 |
| 8266 | 2026-07-19T04:20:33.707Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8267 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 DEBG initted freemap. size: 64Jul 19 04:20:32.216, unitDEBG: replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8268 | 2026-07-19T04:20:33.707Z | |
| 8269 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap |
| 8270 | 2026-07-19T04:20:33.707Z | , unit: freemap_route_ipv6Jul 19 04:20:32.216 |
| 8271 | 2026-07-19T04:20:33.707Z | DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8272 | 2026-07-19T04:20:33.707Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8273 | 2026-07-19T04:20:33.707Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8274 | 2026-07-19T04:20:33.707Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8275 | 2026-07-19T04:20:33.707Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8276 | 2026-07-19T04:20:33.707Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:20:32.216 |
| 8277 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8278 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8279 | 2026-07-19T04:20:33.708Z | 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 } }] |
| 8280 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:20:32.216 |
| 8281 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8282 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8283 | 2026-07-19T04:20:33.708Z | 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 } }] |
| 8284 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:20:32.216 |
| 8285 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8286 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8287 | 2026-07-19T04:20:33.708Z | DEBG Jul 19 04:20:32.216replacing 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 } }] |
| 8288 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8289 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 INFOJul 19 04:20:32.216 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8290 | 2026-07-19T04:20:33.708Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8291 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8292 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8293 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8294 | 2026-07-19T04:20:33.708Z | DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8295 | 2026-07-19T04:20:33.708Z | DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8296 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8297 | 2026-07-19T04:20:33.708Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8298 | 2026-07-19T04:20:33.708Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8299 | 2026-07-19T04:20:33.708Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8300 | 2026-07-19T04:20:33.708Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8301 | 2026-07-19T04:20:33.712Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8302 | 2026-07-19T04:20:33.712Z | DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8303 | 2026-07-19T04:20:33.713Z | DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8304 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8305 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8306 | 2026-07-19T04:20:33.713Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8307 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8308 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8309 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8310 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8311 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8312 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8313 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8314 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8315 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8316 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8317 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8318 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8319 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8320 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8321 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8322 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8323 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8324 | 2026-07-19T04:20:33.713Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8325 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8326 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8327 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8328 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8329 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8330 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8331 | 2026-07-19T04:20:33.713Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8332 | 2026-07-19T04:20:33.713Z | DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8333 | 2026-07-19T04:20:33.713Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8334 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8335 | 2026-07-19T04:20:33.713Z | 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 } }] |
| 8336 | 2026-07-19T04:20:33.713Z | Jul 19 04:20:32.216 Jul 19 04:20:32.216DEBG 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 } }] |
| 8337 | 2026-07-19T04:20:33.713Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8338 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 Jul 19 04:20:32.216INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8339 | 2026-07-19T04:20:33.714Z | 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 } }] |
| 8340 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 Jul 19 04:20:32.216DEBG 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 } }] |
| 8341 | 2026-07-19T04:20:33.714Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8342 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 INFOJul 19 04:20:32.216 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 8343 | 2026-07-19T04:20:33.714Z | 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 } }] |
| 8344 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 DEBGJul 19 04:20:32.216 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8345 | 2026-07-19T04:20:33.714Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8346 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 INFOJul 19 04:20:32.216 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 8347 | 2026-07-19T04:20:33.714Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8348 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitJul 19 04:20:32.216 |
| 8349 | 2026-07-19T04:20:33.714Z | :Jul 19 04:20:32.216 INFO freemap_route_ipv4DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8350 | 2026-07-19T04:20:33.714Z | |
| 8351 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216created new freemap Jul 19 04:20:32.216INFOJul 19 04:20:32.216 , adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8352 | 2026-07-19T04:20:33.714Z | DEBGDEBGunit : 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 } }]created new freemapfreemap_route_ipv4, Jul 19 04:20:32.216 |
| 8353 | 2026-07-19T04:20:33.714Z | unitDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8354 | 2026-07-19T04:20:33.714Z | : |
| 8355 | 2026-07-19T04:20:33.714Z | freemap_route_ipv6Jul 19 04:20:32.216 |
| 8356 | 2026-07-19T04:20:33.714Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8357 | 2026-07-19T04:20:33.714Z | INFOJul 19 04:20:32.216 Jul 19 04:20:32.216adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8358 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216DEBG DEBG created new freemap replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 8359 | 2026-07-19T04:20:33.714Z | , Jul 19 04:20:32.216unit, : DEBGunit freemap_route_ipv6Jul 19 04:20:32.216: |
| 8360 | 2026-07-19T04:20:33.714Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4INFO |
| 8361 | 2026-07-19T04:20:33.714Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8362 | 2026-07-19T04:20:33.714Z | |
| 8363 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 DEBGJul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216initted freemap. size: 64DEBG INFO, DEBG unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff: |
| 8364 | 2026-07-19T04:20:33.714Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapfreemap_route_ipv4, |
| 8365 | 2026-07-19T04:20:33.714Z | unitJul 19 04:20:32.216 |
| 8366 | 2026-07-19T04:20:33.714Z | :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 } }] freemap_route_ipv4 |
| 8367 | 2026-07-19T04:20:33.714Z | |
| 8368 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216 Jul 19 04:20:32.216Jul 19 04:20:32.216DEBG Jul 19 04:20:32.216INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8369 | 2026-07-19T04:20:33.714Z | initted freemap. size: 64INFOreset freemap, unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:20:32.216, :unit |
| 8370 | 2026-07-19T04:20:33.714Z | : DEBGfreemap_route_ipv6 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8371 | 2026-07-19T04:20:33.714Z | |
| 8372 | 2026-07-19T04:20:33.714Z | freemap_route_ipv4 |
| 8373 | 2026-07-19T04:20:33.714Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216Jul 19 04:20:32.216 DEBGDEBG DEBG reset freemapINFOreplacing 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 } }], |
| 8374 | 2026-07-19T04:20:33.714Z | unit initted freemap. size: 64 :adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, Jul 19 04:20:32.216 |
| 8375 | 2026-07-19T04:20:33.714Z | freemap_route_ipv6 unitINFO: |
| 8376 | 2026-07-19T04:20:33.714Z | freemap_route_ipv6adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8377 | 2026-07-19T04:20:33.714Z | |
| 8378 | 2026-07-19T04:20:33.715Z | Jul 19 04:20:32.216 DEBGJul 19 04:20:32.216 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 } }]INFOJul 19 04:20:32.216 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8379 | 2026-07-19T04:20:33.715Z | Jul 19 04:20:32.216 |
| 8380 | 2026-07-19T04:20:33.715Z | reset freemap , DEBGJul 19 04:20:32.216unit replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216DEBG |
| 8381 | 2026-07-19T04:20:33.715Z | : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 19 04:20:32.216 freemap_route_ipv6 |
| 8382 | 2026-07-19T04:20:33.715Z | INFO |
| 8383 | 2026-07-19T04:20:33.715Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Jul 19 04:20:32.216adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8384 | 2026-07-19T04:20:33.715Z | Jul 19 04:20:32.216 |
| 8385 | 2026-07-19T04:20:33.715Z | INFOINFO Jul 19 04:20:32.216adding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 19 04:20:32.216 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGDEBG |
| 8386 | 2026-07-19T04:20:33.715Z | |
| 8387 | 2026-07-19T04:20:33.715Z | 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: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 } }] |
| 8388 | 2026-07-19T04:20:33.715Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 |
| 8389 | 2026-07-19T04:20:33.715Z | DEBGDEBG Jul 19 04:20:32.216replacing 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 } }] |
| 8390 | 2026-07-19T04:20:33.715Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8391 | 2026-07-19T04:20:33.715Z | INFO Jul 19 04:20:32.216adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:20:32.216INFO |
| 8392 | 2026-07-19T04:20:33.715Z | INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8393 | 2026-07-19T04:20:33.715Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO Jul 19 04:20:32.216 |
| 8394 | 2026-07-19T04:20:33.715Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8395 | 2026-07-19T04:20:33.715Z | DEBGJul 19 04:20:32.216 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 |
| 8396 | 2026-07-19T04:20:33.715Z | DEBG Jul 19 04:20:32.216replacing 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: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 } }] |
| 8397 | 2026-07-19T04:20:33.715Z | |
| 8398 | 2026-07-19T04:20:33.715Z | DEBG Jul 19 04:20:32.216replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8399 | 2026-07-19T04:20:33.715Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8400 | 2026-07-19T04:20:33.715Z | INFOJul 19 04:20:32.216 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOJul 19 04:20:32.216 Jul 19 04:20:32.216adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8401 | 2026-07-19T04:20:33.719Z | DEBG |
| 8402 | 2026-07-19T04:20:33.719Z | INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.216 |
| 8403 | 2026-07-19T04:20:33.719Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8404 | 2026-07-19T04:20:33.719Z | DEBG Jul 19 04:20:32.216replacing 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 } }] |
| 8405 | 2026-07-19T04:20:33.719Z | INFODEBG Jul 19 04:20:32.216adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8406 | 2026-07-19T04:20:33.720Z | |
| 8407 | 2026-07-19T04:20:33.720Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8408 | 2026-07-19T04:20:33.720Z | 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 } }] |
| 8409 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216INFO Jul 19 04:20:32.216DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 8410 | 2026-07-19T04:20:33.720Z | 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 } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8411 | 2026-07-19T04:20:33.720Z | 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 } }] |
| 8412 | 2026-07-19T04:20:33.720Z | |
| 8413 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8414 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 INFODEBG Jul 19 04:20:32.216replacing 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 } }]INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8415 | 2026-07-19T04:20:33.720Z | |
| 8416 | 2026-07-19T04:20:33.720Z | INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff Jul 19 04:20:32.216adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8417 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216 |
| 8418 | 2026-07-19T04:20:33.720Z | DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8419 | 2026-07-19T04:20:33.720Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8420 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216DEBG 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 |
| 8421 | 2026-07-19T04:20:33.720Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.216 |
| 8422 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216DEBG Jul 19 04:20:32.216Jul 19 04:20:32.216 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8423 | 2026-07-19T04:20:33.720Z | INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8424 | 2026-07-19T04:20:33.720Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.216 |
| 8425 | 2026-07-19T04:20:33.720Z | |
| 8426 | 2026-07-19T04:20:33.720Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8427 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216Jul 19 04:20:32.216 Jul 19 04:20:32.216DEBGJul 19 04:20:32.216 DEBGDEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8428 | 2026-07-19T04:20:33.720Z | 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: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: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 } }] |
| 8429 | 2026-07-19T04:20:33.720Z | |
| 8430 | 2026-07-19T04:20:33.720Z | |
| 8431 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216 Jul 19 04:20:32.216INFO INFOJul 19 04:20:32.216 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:20:32.216INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8432 | 2026-07-19T04:20:33.720Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8433 | 2026-07-19T04:20:33.720Z | |
| 8434 | 2026-07-19T04:20:33.720Z | |
| 8435 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216Jul 19 04:20:32.216Jul 19 04:20:32.216 DEBG Jul 19 04:20:32.216DEBG DEBG 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 } }] |
| 8436 | 2026-07-19T04:20:33.720Z | 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: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 } }] |
| 8437 | 2026-07-19T04:20:33.720Z | 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 } }] |
| 8438 | 2026-07-19T04:20:33.720Z | |
| 8439 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:20:32.216Jul 19 04:20:32.216Jul 19 04:20:32.216 |
| 8440 | 2026-07-19T04:20:33.720Z | INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8441 | 2026-07-19T04:20:33.720Z | |
| 8442 | 2026-07-19T04:20:33.720Z | Jul 19 04:20:32.216 Jul 19 04:20:32.217DEBGJul 19 04:20:32.217 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 } }]DEBGDEBG |
| 8443 | 2026-07-19T04:20:33.721Z | 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 } }] INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8444 | 2026-07-19T04:20:33.721Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8445 | 2026-07-19T04:20:33.721Z | |
| 8446 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8447 | 2026-07-19T04:20:33.721Z | INFO |
| 8448 | 2026-07-19T04:20:33.721Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 8449 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217replacing 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 } }] |
| 8450 | 2026-07-19T04:20:33.721Z | DEBG Jul 19 04:20:32.217replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.217DEBGJul 19 04:20:32.217 |
| 8451 | 2026-07-19T04:20:33.721Z | 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 } }]DEBG |
| 8452 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.217adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8453 | 2026-07-19T04:20:33.721Z | |
| 8454 | 2026-07-19T04:20:33.721Z | INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8455 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8456 | 2026-07-19T04:20:33.721Z | INFOJul 19 04:20:32.217 Jul 19 04:20:32.217 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8457 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 19 04:20:32.217DEBG |
| 8458 | 2026-07-19T04:20:33.721Z | 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 |
| 8459 | 2026-07-19T04:20:33.721Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8460 | 2026-07-19T04:20:33.721Z | created new freemapJul 19 04:20:32.217Jul 19 04:20:32.217 , Jul 19 04:20:32.217 unitINFOINFO Jul 19 04:20:32.217adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG |
| 8461 | 2026-07-19T04:20:33.721Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff: INFOfreemap_route_ipv4 |
| 8462 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217 |
| 8463 | 2026-07-19T04:20:33.721Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8464 | 2026-07-19T04:20:33.721Z | 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:6::/64 -> 2001:db8::55:ff |
| 8465 | 2026-07-19T04:20:33.721Z | |
| 8466 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBG Jul 19 04:20:32.217Jul 19 04:20:32.217 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 } }] |
| 8467 | 2026-07-19T04:20:33.721Z | created new freemap , INFO unitINFOJul 19 04:20:32.217:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8468 | 2026-07-19T04:20:33.721Z | INFOfreemap_route_ipv6adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8469 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217 |
| 8470 | 2026-07-19T04:20:33.721Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGJul 19 04:20:32.217 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 } }]DEBGJul 19 04:20:32.217 Jul 19 04:20:32.217initted freemap. size: 64 , DEBGDEBG |
| 8471 | 2026-07-19T04:20:33.721Z | unitreplacing 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: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 } }] |
| 8472 | 2026-07-19T04:20:33.721Z | : |
| 8473 | 2026-07-19T04:20:33.721Z | freemap_route_ipv4Jul 19 04:20:32.217 |
| 8474 | 2026-07-19T04:20:33.721Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8475 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217INFODEBGINFO reset freemapadding route 3fff:beef:20::/64 -> 2001:db8::55:ff, unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff: |
| 8476 | 2026-07-19T04:20:33.721Z | DEBG freemap_route_ipv4 |
| 8477 | 2026-07-19T04:20:33.721Z | |
| 8478 | 2026-07-19T04:20:33.721Z | 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 } }] |
| 8479 | 2026-07-19T04:20:33.721Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217 DEBGDEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8480 | 2026-07-19T04:20:33.721Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8481 | 2026-07-19T04:20:33.722Z | initted freemap. size: 64 , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit |
| 8482 | 2026-07-19T04:20:33.722Z | : Jul 19 04:20:32.217Jul 19 04:20:32.217freemap_route_ipv6 |
| 8483 | 2026-07-19T04:20:33.722Z | INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8484 | 2026-07-19T04:20:33.722Z | |
| 8485 | 2026-07-19T04:20:33.722Z | DEBG reset freemapJul 19 04:20:32.217, unitJul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBGDEBG: replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8486 | 2026-07-19T04:20:33.722Z | 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: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 } }] |
| 8487 | 2026-07-19T04:20:33.722Z | |
| 8488 | 2026-07-19T04:20:33.722Z | |
| 8489 | 2026-07-19T04:20:33.722Z | Jul 19 04:20:32.217 Jul 19 04:20:32.217INFOJul 19 04:20:32.217 Jul 19 04:20:32.217INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8490 | 2026-07-19T04:20:33.722Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8491 | 2026-07-19T04:20:33.722Z | |
| 8492 | 2026-07-19T04:20:33.722Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8493 | 2026-07-19T04:20:33.722Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBG Jul 19 04:20:32.217 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 8494 | 2026-07-19T04:20:33.722Z | DEBG |
| 8495 | 2026-07-19T04:20:33.722Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8496 | 2026-07-19T04:20:33.722Z | |
| 8497 | 2026-07-19T04:20:33.722Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217Jul 19 04:20:32.217DEBG INFO INFO adding route 3fff:beef:a::/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 } }]INFO |
| 8498 | 2026-07-19T04:20:33.722Z | |
| 8499 | 2026-07-19T04:20:33.722Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8500 | 2026-07-19T04:20:33.722Z | |
| 8501 | 2026-07-19T04:20:33.726Z | Jul 19 04:20:32.217 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 } }] |
| 8502 | 2026-07-19T04:20:33.726Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBG Jul 19 04:20:32.217 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 |
| 8503 | 2026-07-19T04:20:33.726Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8504 | 2026-07-19T04:20:33.726Z | |
| 8505 | 2026-07-19T04:20:33.726Z | Jul 19 04:20:32.217 INFO Jul 19 04:20:32.217adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8506 | 2026-07-19T04:20:33.727Z | 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 } }] |
| 8507 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8508 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 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 } }] |
| 8509 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8510 | 2026-07-19T04:20:33.727Z | INFOJul 19 04:20:32.217 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 8511 | 2026-07-19T04:20:33.727Z | 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 } }] |
| 8512 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8513 | 2026-07-19T04:20:33.727Z | |
| 8514 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 8515 | 2026-07-19T04:20:33.727Z | |
| 8516 | 2026-07-19T04:20:33.727Z | |
| 8517 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 Jul 19 04:20:32.217INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8518 | 2026-07-19T04:20:33.727Z | 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 } }]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 } }] |
| 8519 | 2026-07-19T04:20:33.727Z | |
| 8520 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 DEBGJul 19 04:20:32.217Jul 19 04:20:32.217 INFOINFOreplacing 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 } }] |
| 8521 | 2026-07-19T04:20:33.727Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8522 | 2026-07-19T04:20:33.727Z | |
| 8523 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217INFODEBG DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8524 | 2026-07-19T04:20:33.727Z | |
| 8525 | 2026-07-19T04:20:33.727Z | 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 } }] |
| 8526 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217DEBGINFO 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:27::/64 -> 2001:db8::55:ff |
| 8527 | 2026-07-19T04:20:33.727Z | |
| 8528 | 2026-07-19T04:20:33.727Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8529 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217INFO DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8530 | 2026-07-19T04:20:33.727Z | 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 } }] |
| 8531 | 2026-07-19T04:20:33.727Z | |
| 8532 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 Jul 19 04:20:32.217DEBG Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:28::/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 } }] |
| 8533 | 2026-07-19T04:20:33.727Z | |
| 8534 | 2026-07-19T04:20:33.727Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8535 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 Jul 19 04:20:32.217Jul 19 04:20:32.217INFO DEBG DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8536 | 2026-07-19T04:20:33.727Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8537 | 2026-07-19T04:20:33.727Z | |
| 8538 | 2026-07-19T04:20:33.727Z | Jul 19 04:20:32.217 DEBG Jul 19 04:20:32.217Jul 19 04:20:32.217 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8539 | 2026-07-19T04:20:33.727Z | INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8540 | 2026-07-19T04:20:33.727Z | |
| 8541 | 2026-07-19T04:20:33.727Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:20:32.217Jul 19 04:20:32.217 |
| 8542 | 2026-07-19T04:20:33.728Z | DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8543 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217replacing 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 } }] |
| 8544 | 2026-07-19T04:20:33.728Z | 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 } }] |
| 8545 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217 Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8546 | 2026-07-19T04:20:33.728Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 8547 | 2026-07-19T04:20:33.728Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8548 | 2026-07-19T04:20:33.728Z | 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 } }] |
| 8549 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBGJul 19 04:20:32.217 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 } }] 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 } }] |
| 8550 | 2026-07-19T04:20:33.728Z | |
| 8551 | 2026-07-19T04:20:33.728Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8552 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8553 | 2026-07-19T04:20:33.728Z | |
| 8554 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8555 | 2026-07-19T04:20:33.728Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8556 | 2026-07-19T04:20:33.728Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.217 |
| 8557 | 2026-07-19T04:20:33.728Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.217 |
| 8558 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217 DEBGINFO Jul 19 04:20:32.217replacing 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 } }] |
| 8559 | 2026-07-19T04:20:33.728Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 8560 | 2026-07-19T04:20:33.728Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8561 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217INFO DEBGJul 19 04:20:32.217adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8562 | 2026-07-19T04:20:33.728Z | |
| 8563 | 2026-07-19T04:20:33.728Z | 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 } }] |
| 8564 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217 INFOINFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8565 | 2026-07-19T04:20:33.728Z | |
| 8566 | 2026-07-19T04:20:33.728Z | 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 } }] |
| 8567 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 Jul 19 04:20:32.217DEBG INFODEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8568 | 2026-07-19T04:20:33.728Z | |
| 8569 | 2026-07-19T04:20:33.728Z | |
| 8570 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 INFODEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8571 | 2026-07-19T04:20:33.728Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8572 | 2026-07-19T04:20:33.728Z | |
| 8573 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8574 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217DEBG Jul 19 04:20:32.217 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8575 | 2026-07-19T04:20:33.728Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8576 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217replacing 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 } }] |
| 8577 | 2026-07-19T04:20:33.728Z | INFO Jul 19 04:20:32.217adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8578 | 2026-07-19T04:20:33.728Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8579 | 2026-07-19T04:20:33.728Z | Jul 19 04:20:32.217INFO DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8580 | 2026-07-19T04:20:33.728Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8581 | 2026-07-19T04:20:33.729Z | Jul 19 04:20:32.217replacing 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 } }] |
| 8582 | 2026-07-19T04:20:33.729Z | DEBG Jul 19 04:20:32.217replacing 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 } }] |
| 8583 | 2026-07-19T04:20:33.729Z | INFO Jul 19 04:20:32.217adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217 |
| 8584 | 2026-07-19T04:20:33.729Z | INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Jul 19 04:20:32.217adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8585 | 2026-07-19T04:20:33.729Z | |
| 8586 | 2026-07-19T04:20:33.729Z | 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 } }] |
| 8587 | 2026-07-19T04:20:33.729Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGJul 19 04:20:32.217DEBG 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 } }] |
| 8588 | 2026-07-19T04:20:33.729Z | 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 |
| 8589 | 2026-07-19T04:20:33.729Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 |
| 8590 | 2026-07-19T04:20:33.729Z | Jul 19 04:20:32.217INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:20:32.217 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8591 | 2026-07-19T04:20:33.729Z | |
| 8592 | 2026-07-19T04:20:33.729Z | 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 } }] |
| 8593 | 2026-07-19T04:20:33.729Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGDEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8594 | 2026-07-19T04:20:33.729Z | |
| 8595 | 2026-07-19T04:20:33.729Z | 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 } }] |
| 8596 | 2026-07-19T04:20:33.729Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 INFODEBGJul 19 04:20:32.217 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 |
| 8597 | 2026-07-19T04:20:33.729Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8598 | 2026-07-19T04:20:33.729Z | |
| 8599 | 2026-07-19T04:20:33.729Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGINFODEBG 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:17::/64 -> 2001:db8::55:ff |
| 8600 | 2026-07-19T04:20:33.729Z | |
| 8601 | 2026-07-19T04:20:33.733Z | 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 } }] |
| 8602 | 2026-07-19T04:20:33.733Z | Jul 19 04:20:32.217Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBG INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8603 | 2026-07-19T04:20:33.733Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8604 | 2026-07-19T04:20:33.733Z | |
| 8605 | 2026-07-19T04:20:33.733Z | Jul 19 04:20:32.217Jul 19 04:20:32.217 DEBGINFO Jul 19 04:20:32.217replacing 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 } }] |
| 8606 | 2026-07-19T04:20:33.733Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8607 | 2026-07-19T04:20:33.733Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.217 |
| 8608 | 2026-07-19T04:20:33.733Z | Jul 19 04:20:32.217INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8609 | 2026-07-19T04:20:33.734Z | |
| 8610 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.217 Jul 19 04:20:32.217Jul 19 04:20:32.217INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 8611 | 2026-07-19T04:20:33.734Z | 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 } }] |
| 8612 | 2026-07-19T04:20:33.734Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8613 | 2026-07-19T04:20:33.734Z | DEBGJul 19 04:20:32.218 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 |
| 8614 | 2026-07-19T04:20:33.734Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8615 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218 INFODEBG Jul 19 04:20:32.218replacing 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:36::/64 -> 2001:db8::55:ffDEBG |
| 8616 | 2026-07-19T04:20:33.734Z | |
| 8617 | 2026-07-19T04:20:33.734Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218 |
| 8618 | 2026-07-19T04:20:33.734Z | INFOJul 19 04:20:32.218 Jul 19 04:20:32.218adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 8619 | 2026-07-19T04:20:33.734Z | INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8620 | 2026-07-19T04:20:33.734Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8621 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8622 | 2026-07-19T04:20:33.734Z | 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 } }]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 } }] |
| 8623 | 2026-07-19T04:20:33.734Z | |
| 8624 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218 DEBG Jul 19 04:20:32.218Jul 19 04:20:32.218 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 } }]INFOINFO |
| 8625 | 2026-07-19T04:20:33.734Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8626 | 2026-07-19T04:20:33.734Z | |
| 8627 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBGINFODEBG 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 |
| 8628 | 2026-07-19T04:20:33.734Z | 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 } }] |
| 8629 | 2026-07-19T04:20:33.734Z | |
| 8630 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 INFOINFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8631 | 2026-07-19T04:20:33.734Z | |
| 8632 | 2026-07-19T04:20:33.734Z | 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 } }] |
| 8633 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 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 } }]Jul 19 04:20:32.218 |
| 8634 | 2026-07-19T04:20:33.734Z | INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.218 |
| 8635 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218Jul 19 04:20:32.217 DEBG Jul 19 04:20:32.218DEBG created new freemap , 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 } }] |
| 8636 | 2026-07-19T04:20:33.734Z | unitINFO: freemap_route_ipv4 |
| 8637 | 2026-07-19T04:20:33.734Z | INFOJul 19 04:20:32.218 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 8638 | 2026-07-19T04:20:33.734Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8639 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8640 | 2026-07-19T04:20:33.734Z | DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8641 | 2026-07-19T04:20:33.734Z | created new freemapJul 19 04:20:32.218, unit: Jul 19 04:20:32.218DEBGfreemap_route_ipv6 |
| 8642 | 2026-07-19T04:20:33.734Z | 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 } }] |
| 8643 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8644 | 2026-07-19T04:20:33.734Z | Jul 19 04:20:32.218 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 } }] |
| 8645 | 2026-07-19T04:20:33.735Z | reset freemap , unit:Jul 19 04:20:32.218 DEBGfreemap_route_ipv4 |
| 8646 | 2026-07-19T04:20:33.735Z | DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8647 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 INFODEBG initted freemap. size: 64, unitJul 19 04:20:32.218: freemap_route_ipv6 |
| 8648 | 2026-07-19T04:20:33.735Z | |
| 8649 | 2026-07-19T04:20:33.735Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8650 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8651 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBGDEBG reset freemap , unit:Jul 19 04:20:32.218 freemap_route_ipv6INFO |
| 8652 | 2026-07-19T04:20:33.735Z | 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 } }] |
| 8653 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8654 | 2026-07-19T04:20:33.735Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8655 | 2026-07-19T04:20:33.735Z | INFOJul 19 04:20:32.218INFOJul 19 04:20:32.218 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 8656 | 2026-07-19T04:20:33.735Z | 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 } }] |
| 8657 | 2026-07-19T04:20:33.735Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8658 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.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 } }] |
| 8659 | 2026-07-19T04:20:33.735Z | test route::tests::grow_succeeds ... ok |
| 8660 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 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 } }] |
| 8661 | 2026-07-19T04:20:33.735Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218Jul 19 04:20:32.218 |
| 8662 | 2026-07-19T04:20:33.735Z | DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8663 | 2026-07-19T04:20:33.735Z | |
| 8664 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8665 | 2026-07-19T04:20:33.735Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8666 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218 |
| 8667 | 2026-07-19T04:20:33.735Z | 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 } }] |
| 8668 | 2026-07-19T04:20:33.735Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218 |
| 8669 | 2026-07-19T04:20:33.735Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8670 | 2026-07-19T04:20:33.735Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:20:32.218Jul 19 04:20:32.218 |
| 8671 | 2026-07-19T04:20:33.735Z | 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 } }]Jul 19 04:20:32.218 |
| 8672 | 2026-07-19T04:20:33.735Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8673 | 2026-07-19T04:20:33.735Z | DEBGJul 19 04:20:32.218 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8674 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218failed to allocate space for the new target list |
| 8675 | 2026-07-19T04:20:33.735Z | DEBGJul 19 04:20:32.218 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 } }]INFOJul 19 04:20:32.218 |
| 8676 | 2026-07-19T04:20:33.735Z | DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8677 | 2026-07-19T04:20:33.735Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:20:32.218 |
| 8678 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8679 | 2026-07-19T04:20:33.735Z | 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 } }] |
| 8680 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 INFODEBG adding route 3fff:beef:31::/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 } }] |
| 8681 | 2026-07-19T04:20:33.735Z | |
| 8682 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8683 | 2026-07-19T04:20:33.735Z | 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 } }] |
| 8684 | 2026-07-19T04:20:33.735Z | Jul 19 04:20:32.218 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8685 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218 DEBG Jul 19 04:20:32.218 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 |
| 8686 | 2026-07-19T04:20:33.736Z | 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 } }] |
| 8687 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8688 | 2026-07-19T04:20:33.736Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8689 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218 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 } }] |
| 8690 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218 DEBG Jul 19 04:20:32.218replacing 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 } }] |
| 8691 | 2026-07-19T04:20:33.736Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8692 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8693 | 2026-07-19T04:20:33.736Z | 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 } }] |
| 8694 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8695 | 2026-07-19T04:20:33.736Z | |
| 8696 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 Jul 19 04:20:32.218 DEBG created new freemapJul 19 04:20:32.218, unit :DEBG freemap_route_ipv4 |
| 8697 | 2026-07-19T04:20:33.736Z | DEBG Jul 19 04:20:32.218INFO DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8698 | 2026-07-19T04:20:33.736Z | created new freemap, unit: freemap_route_ipv6 |
| 8699 | 2026-07-19T04:20:33.736Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218 INFO DEBG initted freemap. size: 64adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff, unit : |
| 8700 | 2026-07-19T04:20:33.736Z | freemap_route_ipv4 |
| 8701 | 2026-07-19T04:20:33.740Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218 |
| 8702 | 2026-07-19T04:20:33.740Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 8703 | 2026-07-19T04:20:33.740Z | reset freemap, unitJul 19 04:20:32.218: freemap_route_ipv4 |
| 8704 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218 DEBG DEBGinitted freemap. size: 64INFO, Jul 19 04:20:32.218unit 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 } }]: freemap_route_ipv6 |
| 8705 | 2026-07-19T04:20:33.740Z | DEBG Jul 19 04:20:32.218replacing 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 } }] |
| 8706 | 2026-07-19T04:20:33.740Z | DEBG reset freemap, unit : freemap_route_ipv6Jul 19 04:20:32.218 |
| 8707 | 2026-07-19T04:20:33.740Z | |
| 8708 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8709 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8710 | 2026-07-19T04:20:33.740Z | |
| 8711 | 2026-07-19T04:20:33.740Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8712 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8713 | 2026-07-19T04:20:33.740Z | |
| 8714 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 8715 | 2026-07-19T04:20:33.740Z | DEBG Jul 19 04:20:32.218DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8716 | 2026-07-19T04:20:33.740Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.218replacing 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 } }] |
| 8717 | 2026-07-19T04:20:33.740Z | 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 } }] |
| 8718 | 2026-07-19T04:20:33.740Z | |
| 8719 | 2026-07-19T04:20:33.740Z | |
| 8720 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8721 | 2026-07-19T04:20:33.740Z | INFO Jul 19 04:20:32.218 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8722 | 2026-07-19T04:20:33.740Z | |
| 8723 | 2026-07-19T04:20:33.740Z | Jul 19 04:20:32.218Jul 19 04:20:32.218Jul 19 04:20:32.218 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8724 | 2026-07-19T04:20:33.741Z | INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8725 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218 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 } }]INFO |
| 8726 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8727 | 2026-07-19T04:20:33.741Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 |
| 8728 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218 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 } }] |
| 8729 | 2026-07-19T04:20:33.741Z | 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 } }] |
| 8730 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218 INFOJul 19 04:20:32.218 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8731 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 DEBG 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 } }] |
| 8732 | 2026-07-19T04:20:33.741Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBGJul 19 04:20:32.218 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8733 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218 |
| 8734 | 2026-07-19T04:20:33.741Z | 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 } }] replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8735 | 2026-07-19T04:20:33.741Z | |
| 8736 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218 Jul 19 04:20:32.218INFO |
| 8737 | 2026-07-19T04:20:33.741Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8738 | 2026-07-19T04:20:33.741Z | INFO Jul 19 04:20:32.218Jul 19 04:20:32.218 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 } }] |
| 8739 | 2026-07-19T04:20:33.741Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8740 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.218Jul 19 04:20:32.218 INFOJul 19 04:20:32.218 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8741 | 2026-07-19T04:20:33.741Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:20:32.218 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 } }]DEBG |
| 8742 | 2026-07-19T04:20:33.741Z | DEBG |
| 8743 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8744 | 2026-07-19T04:20:33.741Z | |
| 8745 | 2026-07-19T04:20:33.741Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8746 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219 DEBGJul 19 04:20:32.219 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 } }] |
| 8747 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219Jul 19 04:20:32.219 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8748 | 2026-07-19T04:20:33.741Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8749 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219Jul 19 04:20:32.219 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 } }] |
| 8750 | 2026-07-19T04:20:33.741Z | DEBG Jul 19 04:20:32.219DEBG INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:20:32.219 |
| 8751 | 2026-07-19T04:20:33.741Z | 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 } }] |
| 8752 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219 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 } }] |
| 8753 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219INFOJul 19 04:20:32.219 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8754 | 2026-07-19T04:20:33.741Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.219 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 } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8755 | 2026-07-19T04:20:33.741Z | |
| 8756 | 2026-07-19T04:20:33.741Z | Jul 19 04:20:32.219 |
| 8757 | 2026-07-19T04:20:33.741Z | INFOJul 19 04:20:32.219 Jul 19 04:20:32.219adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8758 | 2026-07-19T04:20:33.741Z | INFOJul 19 04:20:32.219 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 } }]INFO |
| 8759 | 2026-07-19T04:20:33.741Z | DEBG Jul 19 04:20:32.219adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8760 | 2026-07-19T04:20:33.742Z | 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 } }] |
| 8761 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.219 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8762 | 2026-07-19T04:20:33.742Z | INFOJul 19 04:20:32.219 DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8763 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.219replacing 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 } }] |
| 8764 | 2026-07-19T04:20:33.742Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.219 INFO Jul 19 04:20:32.219 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8765 | 2026-07-19T04:20:33.742Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8766 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.219DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }] |
| 8767 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.220 DEBGJul 19 04:20:32.219 created new freemapDEBGJul 19 04:20:32.223, Jul 19 04:20:32.219 unitINFO : DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8768 | 2026-07-19T04:20:33.742Z | created new freemap, created new freemapJul 19 04:20:32.223 , DEBGunit unitreplacing 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 } }]:: |
| 8769 | 2026-07-19T04:20:33.742Z | freemap_route_ipv4freemap_route_ipv4 |
| 8770 | 2026-07-19T04:20:33.742Z | |
| 8771 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.223 Jul 19 04:20:32.223Jul 19 04:20:32.223 INFODEBG DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8772 | 2026-07-19T04:20:33.742Z | created new freemap created new freemap, freemap_route_ipv4, unit |
| 8773 | 2026-07-19T04:20:33.742Z | :unit :freemap_route_ipv6 |
| 8774 | 2026-07-19T04:20:33.742Z | freemap_route_ipv6 |
| 8775 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.223 Jul 19 04:20:32.223DEBG 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 } }]Jul 19 04:20:32.223 |
| 8776 | 2026-07-19T04:20:33.742Z | created new freemapDEBG, Jul 19 04:20:32.223 DEBGunit :initted freemap. size: 64 initted freemap. size: 64, freemap_route_ipv6unit, |
| 8777 | 2026-07-19T04:20:33.742Z | unit:: freemap_route_ipv4 |
| 8778 | 2026-07-19T04:20:33.742Z | freemap_route_ipv4 |
| 8779 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.223Jul 19 04:20:32.223 DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 19 04:20:32.223unit :DEBGJul 19 04:20:32.223 |
| 8780 | 2026-07-19T04:20:33.742Z | freemap_route_ipv4 |
| 8781 | 2026-07-19T04:20:33.742Z | reset freemapDEBG, unit :reset freemap , Jul 19 04:20:32.223Jul 19 04:20:32.223freemap_route_ipv4 unit :DEBGDEBG freemap_route_ipv4reset freemapreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8782 | 2026-07-19T04:20:33.742Z | unit |
| 8783 | 2026-07-19T04:20:33.742Z | : |
| 8784 | 2026-07-19T04:20:33.742Z | freemap_route_ipv4 |
| 8785 | 2026-07-19T04:20:33.742Z | Jul 19 04:20:32.223Jul 19 04:20:32.223 DEBGDEBG Jul 19 04:20:32.219 Jul 19 04:20:32.223 initted freemap. size: 64 |
| 8786 | 2026-07-19T04:20:33.742Z | initted freemap. size: 64Jul 19 04:20:32.223DEBG , initted freemap. size: 64INFOunitDEBG:, unit, :created new freemapunitfreemap_route_ipv6Jul 19 04:20:32.223, |
| 8787 | 2026-07-19T04:20:33.742Z | unitfreemap_route_ipv6: |
| 8788 | 2026-07-19T04:20:33.742Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8789 | 2026-07-19T04:20:33.742Z | :Jul 19 04:20:32.223 DEBGDEBGJul 19 04:20:32.223 freemap_route_ipv4freemap_route_ipv6 |
| 8790 | 2026-07-19T04:20:33.742Z | 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 } }]unitDEBGJul 19 04:20:32.223 |
| 8791 | 2026-07-19T04:20:33.742Z | :reset freemap , unit |
| 8792 | 2026-07-19T04:20:33.742Z | DEBG:freemap_route_ipv6 Jul 19 04:20:32.223freemap_route_ipv6Jul 19 04:20:32.223 |
| 8793 | 2026-07-19T04:20:33.742Z | |
| 8794 | 2026-07-19T04:20:33.742Z | 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 } }] |
| 8795 | 2026-07-19T04:20:33.742Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.223Jul 19 04:20:32.223DEBG Jul 19 04:20:32.223Jul 19 04:20:32.223 |
| 8796 | 2026-07-19T04:20:33.742Z | INFO DEBGcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 8797 | 2026-07-19T04:20:33.743Z | reset freemap , unitunit::INFO Jul 19 04:20:32.223freemap_route_ipv6freemap_route_ipv6INFO |
| 8798 | 2026-07-19T04:20:33.743Z | |
| 8799 | 2026-07-19T04:20:33.743Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:20:32.223 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 8800 | 2026-07-19T04:20:33.743Z | adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 8801 | 2026-07-19T04:20:33.747Z | Jul 19 04:20:32.223 DEBG |
| 8802 | 2026-07-19T04:20:33.747Z | Jul 19 04:20:32.223Jul 19 04:20:32.223 |
| 8803 | 2026-07-19T04:20:33.747Z | Jul 19 04:20:32.223 INFOINFO DEBGadding 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8804 | 2026-07-19T04:20:33.747Z | |
| 8805 | 2026-07-19T04:20:33.747Z | initted freemap. size: 64 |
| 8806 | 2026-07-19T04:20:33.747Z | Jul 19 04:20:32.223, Jul 19 04:20:32.223DEBGJul 19 04:20:32.223Jul 19 04:20:32.223 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8807 | 2026-07-19T04:20:33.747Z | |
| 8808 | 2026-07-19T04:20:33.747Z | unit 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:3c::/64 -> 2001:db8::55:ff |
| 8809 | 2026-07-19T04:20:33.747Z | : |
| 8810 | 2026-07-19T04:20:33.747Z | freemap_route_ipv4Jul 19 04:20:32.223Jul 19 04:20:32.223 Jul 19 04:20:32.223 |
| 8811 | 2026-07-19T04:20:33.747Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 19 04:20:32.223 |
| 8812 | 2026-07-19T04:20:33.747Z | DEBG Jul 19 04:20:32.223replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:20:32.223 |
| 8813 | 2026-07-19T04:20:33.747Z | DEBG Jul 19 04:20:32.223reset freemap , unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO |
| 8814 | 2026-07-19T04:20:33.747Z | DEBGfreemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 8815 | 2026-07-19T04:20:33.747Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8816 | 2026-07-19T04:20:33.747Z | |
| 8817 | 2026-07-19T04:20:33.747Z | Jul 19 04:20:32.223replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.223DEBGJul 19 04:20:32.223 |
| 8818 | 2026-07-19T04:20:33.747Z | INFOINFO Jul 19 04:20:32.223adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8819 | 2026-07-19T04:20:33.747Z | Jul 19 04:20:32.223 Jul 19 04:20:32.223 DEBGINFOINFO Jul 19 04:20:32.223 adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2DEBGreplacing 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 } }] |
| 8820 | 2026-07-19T04:20:33.748Z | initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], |
| 8821 | 2026-07-19T04:20:33.748Z | unit |
| 8822 | 2026-07-19T04:20:33.748Z | : |
| 8823 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.223 |
| 8824 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.223 freemap_route_ipv6 |
| 8825 | 2026-07-19T04:20:33.748Z | DEBG Jul 19 04:20:32.223DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.223 |
| 8826 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.223DEBGreplacing 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 } }] |
| 8827 | 2026-07-19T04:20:33.748Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8828 | 2026-07-19T04:20:33.748Z | DEBG DEBGJul 19 04:20:32.223 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] reset freemapINFO |
| 8829 | 2026-07-19T04:20:33.748Z | , unitJul 19 04:20:32.223adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:20:32.223 |
| 8830 | 2026-07-19T04:20:33.748Z | : freemap_route_ipv6Jul 19 04:20:32.223 INFOINFOJul 19 04:20:32.223 |
| 8831 | 2026-07-19T04:20:33.748Z | INFO DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8832 | 2026-07-19T04:20:33.748Z | |
| 8833 | 2026-07-19T04:20:33.748Z | |
| 8834 | 2026-07-19T04:20:33.748Z | |
| 8835 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.223 Jul 19 04:20:32.223INFO Jul 19 04:20:32.223DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8836 | 2026-07-19T04:20:33.748Z | DEBGJul 19 04:20:32.223 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.223replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8837 | 2026-07-19T04:20:33.748Z | |
| 8838 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.223DEBGINFO Jul 19 04:20:32.223replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.223INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8839 | 2026-07-19T04:20:33.748Z | |
| 8840 | 2026-07-19T04:20:33.748Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.4DEBG replacing targets for 3fff:dead::/64 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 } }] |
| 8841 | 2026-07-19T04:20:33.748Z | |
| 8842 | 2026-07-19T04:20:33.748Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.223 |
| 8843 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.223 DEBGJul 19 04:20:32.223DEBG Jul 19 04:20:32.223replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:20:32.223replacing 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 } }] |
| 8844 | 2026-07-19T04:20:33.748Z | |
| 8845 | 2026-07-19T04:20:33.748Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8846 | 2026-07-19T04:20:33.748Z | WARNJul 19 04:20:32.223 INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOJul 19 04:20:32.223 |
| 8847 | 2026-07-19T04:20:33.748Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:20:32.223 |
| 8848 | 2026-07-19T04:20:33.748Z | DEBGDEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 8849 | 2026-07-19T04:20:33.748Z | 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 } }]failed to allocate space for the new target listJul 19 04:20:32.223 |
| 8850 | 2026-07-19T04:20:33.748Z | |
| 8851 | 2026-07-19T04:20:33.748Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.223Jul 19 04:20:32.223 |
| 8852 | 2026-07-19T04:20:33.748Z | INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.224 |
| 8853 | 2026-07-19T04:20:33.748Z | |
| 8854 | 2026-07-19T04:20:33.748Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8855 | 2026-07-19T04:20:33.748Z | Jul 19 04:20:32.224Jul 19 04:20:32.224 Jul 19 04:20:32.224DEBG 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 } }]DEBGJul 19 04:20:32.224DEBG DEBG failed to allocate space for the new target list |
| 8856 | 2026-07-19T04:20:33.748Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8857 | 2026-07-19T04:20:33.748Z | 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 } }] |
| 8858 | 2026-07-19T04:20:33.748Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8859 | 2026-07-19T04:20:33.748Z | |
| 8860 | 2026-07-19T04:20:33.749Z | test route::tests::identity_replace_is_noop ... ok |
| 8861 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.224 INFOJul 19 04:20:32.224 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 8862 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.224adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8863 | 2026-07-19T04:20:33.749Z | INFO Jul 19 04:20:32.224 Jul 19 04:20:32.224DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8864 | 2026-07-19T04:20:33.749Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8865 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.224Jul 19 04:20:32.230Jul 19 04:20:32.224 DEBGDEBG created new freemapcreated new freemap, , unitunit: Jul 19 04:20:32.224freemap_route_ipv4: |
| 8866 | 2026-07-19T04:20:33.749Z | freemap_route_ipv4DEBG |
| 8867 | 2026-07-19T04:20:33.749Z | created new freemapDEBG, 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 } }]:Jul 19 04:20:32.230Jul 19 04:20:32.230 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 8868 | 2026-07-19T04:20:33.749Z | |
| 8869 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230freemap_route_ipv4 |
| 8870 | 2026-07-19T04:20:33.749Z | DEBG Jul 19 04:20:32.230initted freemap. size: 64 , DEBGunit :initted freemap. size: 64 , freemap_route_ipv4unit |
| 8871 | 2026-07-19T04:20:33.749Z | : freemap_route_ipv4 Jul 19 04:20:32.230 |
| 8872 | 2026-07-19T04:20:33.749Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG Jul 19 04:20:32.230 |
| 8873 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230 created new freemapDEBG, DEBG unitreset freemap , :reset freemapunit :freemap_route_ipv6 Jul 19 04:20:32.230freemap_route_ipv4, |
| 8874 | 2026-07-19T04:20:33.749Z | unit |
| 8875 | 2026-07-19T04:20:33.749Z | :INFO freemap_route_ipv4Jul 19 04:20:32.230 |
| 8876 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 8877 | 2026-07-19T04:20:33.749Z | initted freemap. size: 64initted freemap. size: 64, Jul 19 04:20:32.230unit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 8878 | 2026-07-19T04:20:33.749Z | , Jul 19 04:20:32.230, DEBGunit replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8879 | 2026-07-19T04:20:33.749Z | ::Jul 19 04:20:32.230 freemap_route_ipv4 freemap_route_ipv6 |
| 8880 | 2026-07-19T04:20:33.749Z | DEBGJul 19 04:20:32.230 |
| 8881 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230INFO reset freemap DEBG, unitreset freemap:, adding route 3fff:beef:25::/64 -> 2001:db8::55:ff unitfreemap_route_ipv6 |
| 8882 | 2026-07-19T04:20:33.749Z | |
| 8883 | 2026-07-19T04:20:33.749Z | : Jul 19 04:20:32.230Jul 19 04:20:32.230 DEBG reset freemapDEBGfreemap_route_ipv6 |
| 8884 | 2026-07-19T04:20:33.749Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.230 |
| 8885 | 2026-07-19T04:20:33.749Z | INFO, unitadding route 172.16.0.0/32 -> 10.0.0.1:Jul 19 04:20:32.230 |
| 8886 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230INFO freemap_route_ipv4 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8887 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230 |
| 8888 | 2026-07-19T04:20:33.749Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8889 | 2026-07-19T04:20:33.749Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.230 |
| 8890 | 2026-07-19T04:20:33.749Z | DEBGJul 19 04:20:32.230 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 |
| 8891 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230Jul 19 04:20:32.230 INFO adding route 172.17.0.0/32 -> 10.0.0.255initted freemap. size: 64Jul 19 04:20:32.230, |
| 8892 | 2026-07-19T04:20:33.749Z | DEBGunitINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:27::/64 -> 2001:db8::55:ff |
| 8893 | 2026-07-19T04:20:33.749Z | |
| 8894 | 2026-07-19T04:20:33.749Z | freemap_route_ipv6 |
| 8895 | 2026-07-19T04:20:33.749Z | Jul 19 04:20:32.230Jul 19 04:20:32.230Jul 19 04:20:32.230 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 } }] INFOJul 19 04:20:32.230 |
| 8896 | 2026-07-19T04:20:33.749Z | 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 } }] |
| 8897 | 2026-07-19T04:20:33.749Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap |
| 8898 | 2026-07-19T04:20:33.750Z | , Jul 19 04:20:32.230unitJul 19 04:20:32.230 :INFOINFO freemap_route_ipv6 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 8899 | 2026-07-19T04:20:33.750Z | |
| 8900 | 2026-07-19T04:20:33.750Z | |
| 8901 | 2026-07-19T04:20:33.754Z | Jul 19 04:20:32.230Jul 19 04:20:32.230Jul 19 04:20:32.230 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 } }] Jul 19 04:20:32.230 |
| 8902 | 2026-07-19T04:20:33.754Z | 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 } }] |
| 8903 | 2026-07-19T04:20:33.754Z | 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 } }] |
| 8904 | 2026-07-19T04:20:33.754Z | INFOJul 19 04:20:32.230 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8905 | 2026-07-19T04:20:33.754Z | Jul 19 04:20:32.230 Jul 19 04:20:32.230INFO DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8906 | 2026-07-19T04:20:33.754Z | adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:20:32.230 |
| 8907 | 2026-07-19T04:20:33.754Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOJul 19 04:20:32.230Jul 19 04:20:32.230 |
| 8908 | 2026-07-19T04:20:33.754Z | Jul 19 04:20:32.230adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8909 | 2026-07-19T04:20:33.754Z | DEBGINFO DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8910 | 2026-07-19T04:20:33.754Z | 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 } }] |
| 8911 | 2026-07-19T04:20:33.754Z | |
| 8912 | 2026-07-19T04:20:33.754Z | Jul 19 04:20:32.230Jul 19 04:20:32.230Jul 19 04:20:32.230 Jul 19 04:20:32.230 Jul 19 04:20:32.230INFO DEBGDEBG 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 8913 | 2026-07-19T04:20:33.754Z | |
| 8914 | 2026-07-19T04:20:33.754Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8915 | 2026-07-19T04:20:33.755Z | |
| 8916 | 2026-07-19T04:20:33.755Z | adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:20:32.230 INFO |
| 8917 | 2026-07-19T04:20:33.755Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:20:32.230Jul 19 04:20:32.230 |
| 8918 | 2026-07-19T04:20:33.755Z | DEBGINFOJul 19 04:20:32.231 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 } }] |
| 8919 | 2026-07-19T04:20:33.755Z | 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:18::/64 -> 2001:db8::55:ff |
| 8920 | 2026-07-19T04:20:33.755Z | |
| 8921 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.230 DEBG Jul 19 04:20:32.231Jul 19 04:20:32.231replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8922 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231DEBGJul 19 04:20:32.231 INFO INFODEBGreplacing 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 } }] |
| 8923 | 2026-07-19T04:20:33.755Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:2b::/64 -> 2001:db8::55:ff |
| 8924 | 2026-07-19T04:20:33.755Z | adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:20:32.231 |
| 8925 | 2026-07-19T04:20:33.755Z | |
| 8926 | 2026-07-19T04:20:33.755Z | INFO Jul 19 04:20:32.231 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 8927 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231 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 } }]INFOJul 19 04:20:32.231Jul 19 04:20:32.231Jul 19 04:20:32.231 |
| 8928 | 2026-07-19T04:20:33.755Z | DEBGDEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing 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: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:dead::/64 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 } }] |
| 8929 | 2026-07-19T04:20:33.755Z | |
| 8930 | 2026-07-19T04:20:33.755Z | |
| 8931 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231 |
| 8932 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231INFOJul 19 04:20:32.231Jul 19 04:20:32.231 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO |
| 8933 | 2026-07-19T04:20:33.755Z | INFO WARNJul 19 04:20:32.231adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 172.17.0.5/32 -> 10.0.0.255 |
| 8934 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231 |
| 8935 | 2026-07-19T04:20:33.755Z | DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 8936 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231DEBG Jul 19 04:20:32.231 DEBG |
| 8937 | 2026-07-19T04:20:33.755Z | 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 } }]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 } }] |
| 8938 | 2026-07-19T04:20:33.755Z | |
| 8939 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8940 | 2026-07-19T04:20:33.755Z | INFOJul 19 04:20:32.231 Jul 19 04:20:32.231adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO |
| 8941 | 2026-07-19T04:20:33.755Z | INFO Jul 19 04:20:32.231 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 8942 | 2026-07-19T04:20:33.755Z | |
| 8943 | 2026-07-19T04:20:33.755Z | INFOJul 19 04:20:32.231 adding route 172.16.0.0/32 -> 10.0.0.4Jul 19 04:20:32.231DEBG |
| 8944 | 2026-07-19T04:20:33.755Z | DEBGJul 19 04:20:32.231 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.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 |
| 8945 | 2026-07-19T04:20:33.755Z | |
| 8946 | 2026-07-19T04:20:33.755Z | 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 } }] |
| 8947 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231Jul 19 04:20:32.231 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.7/32 -> 10.0.0.255Jul 19 04:20:32.231 |
| 8948 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231 |
| 8949 | 2026-07-19T04:20:33.755Z | INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.231 |
| 8950 | 2026-07-19T04:20:33.755Z | DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8951 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231 |
| 8952 | 2026-07-19T04:20:33.755Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:20:32.231 |
| 8953 | 2026-07-19T04:20:33.755Z | Jul 19 04:20:32.231DEBG Jul 19 04:20:32.231INFO adding route 172.17.0.8/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 } }]DEBG |
| 8954 | 2026-07-19T04:20:33.756Z | |
| 8955 | 2026-07-19T04:20:33.756Z | 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 } }] |
| 8956 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231Jul 19 04:20:32.231Jul 19 04:20:32.231 |
| 8957 | 2026-07-19T04:20:33.756Z | INFOINFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8958 | 2026-07-19T04:20:33.756Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8959 | 2026-07-19T04:20:33.756Z | |
| 8960 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.231 |
| 8961 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 Jul 19 04:20:32.231 |
| 8962 | 2026-07-19T04:20:33.756Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8963 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.231 |
| 8964 | 2026-07-19T04:20:33.756Z | INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8965 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231 |
| 8966 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231 INFO WARNadding route 3fff:beef:30::/64 -> 2001:db8::55:ff shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8967 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.231 Jul 19 04:20:32.231 |
| 8968 | 2026-07-19T04:20:33.756Z | |
| 8969 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237 DEBGERRO Jul 19 04:20:32.237created new freemap , INFOunit :adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8970 | 2026-07-19T04:20:33.756Z | freemap_route_ipv4 |
| 8971 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237 DEBGJul 19 04:20:32.237Jul 19 04:20:32.237 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG created new freemap |
| 8972 | 2026-07-19T04:20:33.756Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.237, unit :DEBG |
| 8973 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237freemap_route_ipv6 |
| 8974 | 2026-07-19T04:20:33.756Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8975 | 2026-07-19T04:20:33.756Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:20:32.237 |
| 8976 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.3/32 -> 10.0.0.255unitJul 19 04:20:32.237 |
| 8977 | 2026-07-19T04:20:33.756Z | : freemap_route_ipv4Jul 19 04:20:32.237INFO |
| 8978 | 2026-07-19T04:20:33.756Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8979 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237Jul 19 04:20:32.237 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG Jul 19 04:20:32.237 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap , DEBGunit |
| 8980 | 2026-07-19T04:20:33.756Z | : |
| 8981 | 2026-07-19T04:20:33.756Z | freemap_route_ipv4replacing 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 } }] |
| 8982 | 2026-07-19T04:20:33.756Z | |
| 8983 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237 INFOJul 19 04:20:32.237 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 8984 | 2026-07-19T04:20:33.756Z | initted freemap. size: 64, Jul 19 04:20:32.237unitJul 19 04:20:32.237:Jul 19 04:20:32.237 DEBG freemap_route_ipv6INFO INFO |
| 8985 | 2026-07-19T04:20:33.756Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8986 | 2026-07-19T04:20:33.756Z | |
| 8987 | 2026-07-19T04:20:33.756Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8988 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237 Jul 19 04:20:32.237 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 } }] |
| 8989 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237 DEBGDEBG reset freemapreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8990 | 2026-07-19T04:20:33.756Z | unit:DEBGJul 19 04:20:32.237 INFOcreated new freemapfreemap_route_ipv6 , adding route 172.17.0.5/32 -> 10.0.0.255unit |
| 8991 | 2026-07-19T04:20:33.756Z | Jul 19 04:20:32.237: |
| 8992 | 2026-07-19T04:20:33.757Z | INFO Jul 19 04:20:32.237freemap_route_ipv4 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 19 04:20:32.237Jul 19 04:20:32.237INFO DEBG |
| 8993 | 2026-07-19T04:20:33.757Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8994 | 2026-07-19T04:20:33.757Z | |
| 8995 | 2026-07-19T04:20:33.757Z | |
| 8996 | 2026-07-19T04:20:33.757Z | INFOJul 19 04:20:32.237Jul 19 04:20:32.237 Jul 19 04:20:32.237DEBGJul 19 04:20:32.237 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }] |
| 8997 | 2026-07-19T04:20:33.757Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8998 | 2026-07-19T04:20:33.757Z | created new freemap |
| 8999 | 2026-07-19T04:20:33.757Z | 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 } }], |
| 9000 | 2026-07-19T04:20:33.757Z | Jul 19 04:20:32.237unit :INFO freemap_route_ipv6 |
| 9001 | 2026-07-19T04:20:33.761Z | Jul 19 04:20:32.237Jul 19 04:20:32.237 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9002 | 2026-07-19T04:20:33.761Z | DEBGJul 19 04:20:32.237Jul 19 04:20:32.237 INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.237 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9003 | 2026-07-19T04:20:33.761Z | DEBGDEBGreplacing 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 } }] |
| 9004 | 2026-07-19T04:20:33.761Z | 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 } }]Jul 19 04:20:32.237 |
| 9005 | 2026-07-19T04:20:33.761Z | , DEBG |
| 9006 | 2026-07-19T04:20:33.761Z | unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Jul 19 04:20:32.237 |
| 9007 | 2026-07-19T04:20:33.761Z | Jul 19 04:20:32.237 INFO DEBG freemap_route_ipv4Jul 19 04:20:32.237replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9008 | 2026-07-19T04:20:33.761Z | Jul 19 04:20:32.237 |
| 9009 | 2026-07-19T04:20:33.761Z | INFO Jul 19 04:20:32.237adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO |
| 9010 | 2026-07-19T04:20:33.761Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255 |
| 9011 | 2026-07-19T04:20:33.761Z | reset freemap |
| 9012 | 2026-07-19T04:20:33.761Z | , unit:Jul 19 04:20:32.237Jul 19 04:20:32.237 Jul 19 04:20:32.231DEBGJul 19 04:20:32.237 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 } }]INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9013 | 2026-07-19T04:20:33.761Z | |
| 9014 | 2026-07-19T04:20:33.761Z | |
| 9015 | 2026-07-19T04:20:33.761Z | DEBGfreemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9016 | 2026-07-19T04:20:33.761Z | |
| 9017 | 2026-07-19T04:20:33.761Z | 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 } }] |
| 9018 | 2026-07-19T04:20:33.761Z | Jul 19 04:20:32.237Jul 19 04:20:32.237 INFOJul 19 04:20:32.237Jul 19 04:20:32.237Jul 19 04:20:32.237Jul 19 04:20:32.237 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 9019 | 2026-07-19T04:20:33.761Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9020 | 2026-07-19T04:20:33.761Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGJul 19 04:20:32.237 |
| 9021 | 2026-07-19T04:20:33.761Z | INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9022 | 2026-07-19T04:20:33.761Z | DEBGJul 19 04:20:32.237 |
| 9023 | 2026-07-19T04:20:33.761Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:20:32.237, |
| 9024 | 2026-07-19T04:20:33.761Z | unitDEBG 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 } }]: |
| 9025 | 2026-07-19T04:20:33.761Z | 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 } }] Jul 19 04:20:32.237freemap_route_ipv6 |
| 9026 | 2026-07-19T04:20:33.761Z | INFOJul 19 04:20:32.237 |
| 9027 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.237 Jul 19 04:20:32.237 DEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9028 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.237 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9029 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.237 |
| 9030 | 2026-07-19T04:20:33.762Z | INFOINFOreset freemap adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:20:32.237, unitJul 19 04:20:32.237:adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9031 | 2026-07-19T04:20:33.762Z | |
| 9032 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.237 DEBGINFO Jul 19 04:20:32.237 Jul 19 04:20:32.237 DEBGfreemap_route_ipv6DEBGreplacing 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 } }] |
| 9033 | 2026-07-19T04:20:33.762Z | 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 } }] |
| 9034 | 2026-07-19T04:20:33.762Z | |
| 9035 | 2026-07-19T04:20:33.762Z | 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:36::/64 -> 2001:db8::55:ff |
| 9036 | 2026-07-19T04:20:33.762Z | |
| 9037 | 2026-07-19T04:20:33.762Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.237Jul 19 04:20:32.237 Jul 19 04:20:32.237 |
| 9038 | 2026-07-19T04:20:33.762Z | INFOINFOJul 19 04:20:32.237 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9039 | 2026-07-19T04:20:33.762Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:20:32.238 |
| 9040 | 2026-07-19T04:20:33.762Z | |
| 9041 | 2026-07-19T04:20:33.762Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:20:32.238 |
| 9042 | 2026-07-19T04:20:33.762Z | adding route 172.17.0.10/32 -> 10.0.0.255 Jul 19 04:20:32.238DEBG Jul 19 04:20:32.238 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 } }]DEBGJul 19 04:20:32.238 |
| 9043 | 2026-07-19T04:20:33.762Z | |
| 9044 | 2026-07-19T04:20:33.762Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.238 |
| 9045 | 2026-07-19T04:20:33.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 } }] |
| 9046 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238 DEBGINFO Jul 19 04:20:32.238DEBGreplacing 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 } }] |
| 9047 | 2026-07-19T04:20:33.762Z | INFOJul 19 04:20:32.238 Jul 19 04:20:32.238adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 9048 | 2026-07-19T04:20:33.762Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9049 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238 INFO |
| 9050 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238 adding route 172.17.0.13/32 -> 10.0.0.255DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.238 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 } }] |
| 9051 | 2026-07-19T04:20:33.762Z | |
| 9052 | 2026-07-19T04:20:33.762Z | DEBGJul 19 04:20:32.238 |
| 9053 | 2026-07-19T04:20:33.762Z | 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 |
| 9054 | 2026-07-19T04:20:33.762Z | 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 } }] |
| 9055 | 2026-07-19T04:20:33.762Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.238Jul 19 04:20:32.238 Jul 19 04:20:32.238 INFO |
| 9056 | 2026-07-19T04:20:33.762Z | INFO INFOJul 19 04:20:32.238 adding route 172.17.0.11/32 -> 10.0.0.255 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9057 | 2026-07-19T04:20:33.762Z | INFOJul 19 04:20:32.238 |
| 9058 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9059 | 2026-07-19T04:20:33.762Z | INFO 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 } }] |
| 9060 | 2026-07-19T04:20:33.762Z | |
| 9061 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238 DEBGJul 19 04:20:32.238Jul 19 04:20:32.238 Jul 19 04:20:32.238replacing 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 } }] |
| 9062 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238 DEBGDEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9063 | 2026-07-19T04:20:33.762Z | |
| 9064 | 2026-07-19T04:20:33.762Z | Jul 19 04:20:32.238 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9065 | 2026-07-19T04:20:33.762Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9066 | 2026-07-19T04:20:33.763Z | test route::tests::same_size_non_subset_replace ... ok |
| 9067 | 2026-07-19T04:20:33.763Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.238 |
| 9068 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.238 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9069 | 2026-07-19T04:20:33.763Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 9070 | 2026-07-19T04:20:33.763Z | |
| 9071 | 2026-07-19T04:20:33.763Z | 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 |
| 9072 | 2026-07-19T04:20:33.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 } }]Jul 19 04:20:32.238Jul 19 04:20:32.238 |
| 9073 | 2026-07-19T04:20:33.763Z | INFO Jul 19 04:20:32.238 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 19 04:20:32.238replacing 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 } }] |
| 9074 | 2026-07-19T04:20:33.763Z | INFOJul 19 04:20:32.238 adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:20:32.238 |
| 9075 | 2026-07-19T04:20:33.763Z | INFO |
| 9076 | 2026-07-19T04:20:33.763Z | INFOadding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:20:32.238 |
| 9077 | 2026-07-19T04:20:33.763Z | DEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9078 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.238 INFO |
| 9079 | 2026-07-19T04:20:33.763Z | INFO Jul 19 04:20:32.238adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Jul 19 04:20:32.238Jul 19 04:20:32.238 |
| 9080 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.238INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG DEBG |
| 9081 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.238replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] DEBGDEBG |
| 9082 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.238 |
| 9083 | 2026-07-19T04:20:33.763Z | 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 Jul 19 04:20:32.238 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9084 | 2026-07-19T04:20:33.763Z | |
| 9085 | 2026-07-19T04:20:33.763Z | |
| 9086 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.244 Jul 19 04:20:32.244DEBG Jul 19 04:20:32.244Jul 19 04:20:32.244 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9087 | 2026-07-19T04:20:33.763Z | |
| 9088 | 2026-07-19T04:20:33.763Z | 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 } }] |
| 9089 | 2026-07-19T04:20:33.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:4, vlan_id: None } }]Jul 19 04:20:32.244 |
| 9090 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.244DEBGJul 19 04:20:32.244 INFODEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9091 | 2026-07-19T04:20:33.763Z | |
| 9092 | 2026-07-19T04:20:33.763Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.244 |
| 9093 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.244WARN Jul 19 04:20:32.244INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9094 | 2026-07-19T04:20:33.763Z | |
| 9095 | 2026-07-19T04:20:33.763Z | |
| 9096 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.244 Jul 19 04:20:32.244Jul 19 04:20:32.244DEBG DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 9097 | 2026-07-19T04:20:33.763Z | |
| 9098 | 2026-07-19T04:20:33.763Z | 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 } }] |
| 9099 | 2026-07-19T04:20:33.763Z | Jul 19 04:20:32.244 INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Jul 19 04:20:32.244Jul 19 04:20:32.244 |
| 9100 | 2026-07-19T04:20:33.763Z | created new freemap 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 } }], INFOunit |
| 9101 | 2026-07-19T04:20:33.768Z | : INFO freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9102 | 2026-07-19T04:20:33.768Z | |
| 9103 | 2026-07-19T04:20:33.768Z | |
| 9104 | 2026-07-19T04:20:33.768Z | Jul 19 04:20:32.244 INFOJul 19 04:20:32.244 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.244 |
| 9105 | 2026-07-19T04:20:33.768Z | Jul 19 04:20:32.244 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 } }] DEBGcreated new freemap , replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9106 | 2026-07-19T04:20:33.768Z | |
| 9107 | 2026-07-19T04:20:33.768Z | : freemap_route_ipv6Jul 19 04:20:32.244 |
| 9108 | 2026-07-19T04:20:33.768Z | DEBGJul 19 04:20:32.244Jul 19 04:20:32.244 Jul 19 04:20:32.244 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 19 04:20:32.244INFO DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9109 | 2026-07-19T04:20:33.768Z | |
| 9110 | 2026-07-19T04:20:33.768Z | initted freemap. size: 64INFO, unitadding route 172.17.0.16/32 -> 10.0.0.255: adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.244 |
| 9111 | 2026-07-19T04:20:33.768Z | |
| 9112 | 2026-07-19T04:20:33.768Z | Jul 19 04:20:32.244 freemap_route_ipv4INFOJul 19 04:20:32.244 |
| 9113 | 2026-07-19T04:20:33.768Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.244 |
| 9114 | 2026-07-19T04:20:33.768Z | DEBG DEBGJul 19 04:20:32.244replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO 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 |
| 9115 | 2026-07-19T04:20:33.768Z | |
| 9116 | 2026-07-19T04:20:33.768Z | reset freemapJul 19 04:20:32.244, unitDEBG : replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 9117 | 2026-07-19T04:20:33.768Z | |
| 9118 | 2026-07-19T04:20:33.768Z | Jul 19 04:20:32.244Jul 19 04:20:32.244adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9119 | 2026-07-19T04:20:33.768Z | INFOJul 19 04:20:32.244Jul 19 04:20:32.244 INFOadding route 172.17.0.17/32 -> 10.0.0.255 |
| 9120 | 2026-07-19T04:20:33.768Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9121 | 2026-07-19T04:20:33.768Z | Jul 19 04:20:32.244initted freemap. size: 64 , DEBGINFOJul 19 04:20:32.244 Jul 19 04:20:32.244unitreplacing 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 |
| 9122 | 2026-07-19T04:20:33.768Z | freemap_route_ipv6DEBG |
| 9123 | 2026-07-19T04:20:33.768Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.244 |
| 9124 | 2026-07-19T04:20:33.768Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.244INFO |
| 9125 | 2026-07-19T04:20:33.768Z | DEBG |
| 9126 | 2026-07-19T04:20:33.768Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Jul 19 04:20:32.244reset freemapJul 19 04:20:32.244 |
| 9127 | 2026-07-19T04:20:33.768Z | , Jul 19 04:20:32.244unit :INFO freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9128 | 2026-07-19T04:20:33.768Z | |
| 9129 | 2026-07-19T04:20:33.769Z | DEBGINFO Jul 19 04:20:32.244Jul 19 04:20:32.244adding route 172.17.0.18/32 -> 10.0.0.255 DEBG |
| 9130 | 2026-07-19T04:20:33.769Z | INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.244 |
| 9131 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244 DEBG |
| 9132 | 2026-07-19T04:20:33.769Z | DEBGJul 19 04:20:32.244 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.244 |
| 9133 | 2026-07-19T04:20:33.769Z | 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 } }] |
| 9134 | 2026-07-19T04:20:33.769Z | |
| 9135 | 2026-07-19T04:20:33.769Z | |
| 9136 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244INFO Jul 19 04:20:32.244Jul 19 04:20:32.244Jul 19 04:20:32.244 INFOINFO INFOINFOadding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9137 | 2026-07-19T04:20:33.769Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9138 | 2026-07-19T04:20:33.769Z | |
| 9139 | 2026-07-19T04:20:33.769Z | |
| 9140 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9141 | 2026-07-19T04:20:33.769Z | DEBGJul 19 04:20:32.244Jul 19 04:20:32.244 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 } }] |
| 9142 | 2026-07-19T04:20:33.769Z | DEBGJul 19 04:20:32.244 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 |
| 9143 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.244 |
| 9144 | 2026-07-19T04:20:33.769Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9145 | 2026-07-19T04:20:33.769Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Jul 19 04:20:32.244Jul 19 04:20:32.244 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 |
| 9146 | 2026-07-19T04:20:33.769Z | |
| 9147 | 2026-07-19T04:20:33.769Z | DEBGJul 19 04:20:32.244 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9148 | 2026-07-19T04:20:33.769Z | INFOJul 19 04:20:32.244failed to allocate space for the new target list |
| 9149 | 2026-07-19T04:20:33.769Z | INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:20:32.244Jul 19 04:20:32.244 DEBG |
| 9150 | 2026-07-19T04:20:33.769Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9151 | 2026-07-19T04:20:33.769Z | |
| 9152 | 2026-07-19T04:20:33.769Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.244 |
| 9153 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244 INFOJul 19 04:20:32.244DEBG adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 9154 | 2026-07-19T04:20:33.769Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9155 | 2026-07-19T04:20:33.769Z | |
| 9156 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244 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 } }] |
| 9157 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244 Jul 19 04:20:32.244INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9158 | 2026-07-19T04:20:33.769Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9159 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244Jul 19 04:20:32.244 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9160 | 2026-07-19T04:20:33.769Z | |
| 9161 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244Jul 19 04:20:32.244 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255failed to allocate space for the new target listJul 19 04:20:32.244 |
| 9162 | 2026-07-19T04:20:33.769Z | |
| 9163 | 2026-07-19T04:20:33.769Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9164 | 2026-07-19T04:20:33.769Z | Jul 19 04:20:32.244 Jul 19 04:20:32.244DEBG Jul 19 04:20:32.244 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9165 | 2026-07-19T04:20:33.769Z | DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9166 | 2026-07-19T04:20:33.769Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9167 | 2026-07-19T04:20:33.769Z | |
| 9168 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.244 Jul 19 04:20:32.244 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9169 | 2026-07-19T04:20:33.770Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9170 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.244Jul 19 04:20:32.244 DEBGJul 19 04:20:32.244ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it 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: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 } }] |
| 9171 | 2026-07-19T04:20:33.770Z | |
| 9172 | 2026-07-19T04:20:33.770Z | |
| 9173 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9174 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245Jul 19 04:20:32.245 INFODEBG adding route 172.17.0.25/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 } }] |
| 9175 | 2026-07-19T04:20:33.770Z | |
| 9176 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245Jul 19 04:20:32.245 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9177 | 2026-07-19T04:20:33.770Z | |
| 9178 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245 Jul 19 04:20:32.245INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9179 | 2026-07-19T04:20:33.770Z | 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 } }] |
| 9180 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245Jul 19 04:20:32.245 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9181 | 2026-07-19T04:20:33.770Z | |
| 9182 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245Jul 19 04:20:32.245 Jul 19 04:20:32.245INFODEBG INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9183 | 2026-07-19T04:20:33.770Z | 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.16/32 -> 10.0.0.255 |
| 9184 | 2026-07-19T04:20:33.770Z | |
| 9185 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245 DEBG Jul 19 04:20:32.245Jul 19 04:20:32.245replacing 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 } }] |
| 9186 | 2026-07-19T04:20:33.770Z | DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9187 | 2026-07-19T04:20:33.770Z | |
| 9188 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9189 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245Jul 19 04:20:32.245 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.245 |
| 9190 | 2026-07-19T04:20:33.770Z | |
| 9191 | 2026-07-19T04:20:33.770Z | 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 } }] |
| 9192 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245 Jul 19 04:20:32.245DEBGJul 19 04:20:32.245 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 INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9193 | 2026-07-19T04:20:33.770Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9194 | 2026-07-19T04:20:33.770Z | |
| 9195 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245Jul 19 04:20:32.245Jul 19 04:20:32.245 DEBG INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 9196 | 2026-07-19T04:20:33.770Z | Jul 19 04:20:32.245 DEBG |
| 9197 | 2026-07-19T04:20:33.770Z | created new freemapJul 19 04:20:32.251, unitINFO: adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9198 | 2026-07-19T04:20:33.770Z | freemap_route_ipv4Jul 19 04:20:32.251 |
| 9199 | 2026-07-19T04:20:33.770Z | DEBGJul 19 04:20:32.245 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 } }] |
| 9200 | 2026-07-19T04:20:33.770Z | DEBGJul 19 04:20:32.251 created new freemapDEBGJul 19 04:20:32.251 , created new freemapINFO, unitunitadding route 172.17.0.31/32 -> 10.0.0.255:: |
| 9201 | 2026-07-19T04:20:33.775Z | freemap_route_ipv4freemap_route_ipv6 |
| 9202 | 2026-07-19T04:20:33.776Z | |
| 9203 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251 DEBGJul 19 04:20:32.251 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 } }] |
| 9204 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:20:32.251initted freemap. size: 64 , DEBGunit : |
| 9205 | 2026-07-19T04:20:33.776Z | created new freemap , freemap_route_ipv4unit |
| 9206 | 2026-07-19T04:20:33.776Z | : Jul 19 04:20:32.251freemap_route_ipv6 |
| 9207 | 2026-07-19T04:20:33.776Z | 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 } }] |
| 9208 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251 INFO Jul 19 04:20:32.251adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:20:32.251 DEBG |
| 9209 | 2026-07-19T04:20:33.776Z | DEBG initted freemap. size: 64reset freemap, , unitunit:: Jul 19 04:20:32.251 freemap_route_ipv4freemap_route_ipv4 |
| 9210 | 2026-07-19T04:20:33.776Z | |
| 9211 | 2026-07-19T04:20:33.776Z | 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 } }] |
| 9212 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBG initted freemap. size: 64DEBG, unitreset freemap:, Jul 19 04:20:32.251unit :INFO freemap_route_ipv4adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9213 | 2026-07-19T04:20:33.776Z | freemap_route_ipv6 |
| 9214 | 2026-07-19T04:20:33.776Z | |
| 9215 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 9216 | 2026-07-19T04:20:33.776Z | , unit : freemap_route_ipv6 |
| 9217 | 2026-07-19T04:20:33.776Z | |
| 9218 | 2026-07-19T04:20:33.776Z | DEBGJul 19 04:20:32.251 initted freemap. size: 64Jul 19 04:20:32.251, Jul 19 04:20:32.251unit INFOINFOINFO: adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9219 | 2026-07-19T04:20:33.776Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9220 | 2026-07-19T04:20:33.776Z | freemap_route_ipv6 |
| 9221 | 2026-07-19T04:20:33.776Z | |
| 9222 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251Jul 19 04:20:32.251 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 } }] |
| 9223 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251Jul 19 04:20:32.251 Jul 19 04:20:32.251 Jul 19 04:20:32.245DEBGDEBG 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 |
| 9224 | 2026-07-19T04:20:33.776Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9225 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251 adding route 172.17.0.36/32 -> 10.0.0.255INFOreset freemapcreated new freemap , , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit |
| 9226 | 2026-07-19T04:20:33.776Z | :Jul 19 04:20:32.251 |
| 9227 | 2026-07-19T04:20:33.776Z | unit : freemap_route_ipv4INFO |
| 9228 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251freemap_route_ipv6Jul 19 04:20:32.251 DEBG |
| 9229 | 2026-07-19T04:20:33.776Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 |
| 9230 | 2026-07-19T04:20:33.776Z | |
| 9231 | 2026-07-19T04:20:33.776Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251Jul 19 04:20:32.251 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:20:32.251 |
| 9232 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251DEBG DEBGcreated new freemap , failed to allocate space for the new target listJul 19 04:20:32.251 |
| 9233 | 2026-07-19T04:20:33.776Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9234 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] unitDEBG : |
| 9235 | 2026-07-19T04:20:33.776Z | |
| 9236 | 2026-07-19T04:20:33.776Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv6 |
| 9237 | 2026-07-19T04:20:33.776Z | |
| 9238 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251Jul 19 04:20:32.251 INFOJul 19 04:20:32.251INFO Jul 19 04:20:32.251adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9239 | 2026-07-19T04:20:33.776Z | adding route 172.17.0.0/32 -> 10.0.0.255 DEBGINFO initted freemap. size: 64 |
| 9240 | 2026-07-19T04:20:33.776Z | Jul 19 04:20:32.251 adding route 172.17.0.37/32 -> 10.0.0.255, DEBGunit Jul 19 04:20:32.251: |
| 9241 | 2026-07-19T04:20:33.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:2, vlan_id: None } }]DEBGfreemap_route_ipv4 |
| 9242 | 2026-07-19T04:20:33.777Z | |
| 9243 | 2026-07-19T04:20:33.777Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251 |
| 9244 | 2026-07-19T04:20:33.777Z | DEBGJul 19 04:20:32.251 Jul 19 04:20:32.251Jul 19 04:20:32.251replacing 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 } }] |
| 9245 | 2026-07-19T04:20:33.777Z | INFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.1/32 -> 10.0.0.255Jul 19 04:20:32.251 |
| 9246 | 2026-07-19T04:20:33.777Z | |
| 9247 | 2026-07-19T04:20:33.777Z | reset freemapINFO, unitadding route 172.17.0.38/32 -> 10.0.0.255:Jul 19 04:20:32.251Jul 19 04:20:32.251 |
| 9248 | 2026-07-19T04:20:33.777Z | DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9249 | 2026-07-19T04:20:33.777Z | Jul 19 04:20:32.251 |
| 9250 | 2026-07-19T04:20:33.777Z | DEBG |
| 9251 | 2026-07-19T04:20:33.777Z | 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 } }] |
| 9252 | 2026-07-19T04:20:33.777Z | Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBGINFO initted freemap. size: 64adding route 172.17.0.2/32 -> 10.0.0.255, Jul 19 04:20:32.251 |
| 9253 | 2026-07-19T04:20:33.777Z | unitINFO:Jul 19 04:20:32.245 adding route 3fff:dead::/64 -> 2001:db8::55:4 freemap_route_ipv6 |
| 9254 | 2026-07-19T04:20:33.777Z | |
| 9255 | 2026-07-19T04:20:33.777Z | DEBG Jul 19 04:20:32.251created new freemap Jul 19 04:20:32.251Jul 19 04:20:32.251, DEBG unitDEBGDEBG: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9256 | 2026-07-19T04:20:33.777Z | 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 } }]reset freemap |
| 9257 | 2026-07-19T04:20:33.777Z | , |
| 9258 | 2026-07-19T04:20:33.777Z | Jul 19 04:20:32.251unit:Jul 19 04:20:32.251 DEBGINFOJul 19 04:20:32.251Jul 19 04:20:32.251freemap_route_ipv6 INFODEBGcreated new freemap |
| 9259 | 2026-07-19T04:20:33.777Z | adding route 172.17.0.3/32 -> 10.0.0.255, 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:3, vlan_id: None } }] |
| 9260 | 2026-07-19T04:20:33.777Z | : |
| 9261 | 2026-07-19T04:20:33.777Z | freemap_route_ipv6 |
| 9262 | 2026-07-19T04:20:33.777Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9263 | 2026-07-19T04:20:33.777Z | Jul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBGINFODEBG 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 } }] 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 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 9264 | 2026-07-19T04:20:33.777Z | |
| 9265 | 2026-07-19T04:20:33.777Z | , |
| 9266 | 2026-07-19T04:20:33.777Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9267 | 2026-07-19T04:20:33.777Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9268 | 2026-07-19T04:20:33.777Z | unit: freemap_route_ipv4Jul 19 04:20:32.251 |
| 9269 | 2026-07-19T04:20:33.777Z | Jul 19 04:20:32.251DEBGJul 19 04:20:32.251 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 9270 | 2026-07-19T04:20:33.777Z | Jul 19 04:20:32.251adding route 172.17.0.40/32 -> 10.0.0.255 DEBG |
| 9271 | 2026-07-19T04:20:33.777Z | INFO reset freemapJul 19 04:20:32.251adding route 172.17.0.4/32 -> 10.0.0.255, |
| 9272 | 2026-07-19T04:20:33.777Z | unitJul 19 04:20:32.251:INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9273 | 2026-07-19T04:20:33.777Z | |
| 9274 | 2026-07-19T04:20:33.777Z | DEBGJul 19 04:20:32.251 Jul 19 04:20:32.251DEBG Jul 19 04:20:32.251DEBG 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.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 9275 | 2026-07-19T04:20:33.777Z | , |
| 9276 | 2026-07-19T04:20:33.778Z | unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 9277 | 2026-07-19T04:20:33.778Z | freemap_route_ipv6Jul 19 04:20:32.251 |
| 9278 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251INFO Jul 19 04:20:32.251Jul 19 04:20:32.251 INFO DEBG INFO reset freemapadding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3, adding route 172.17.0.41/32 -> 10.0.0.255unit |
| 9279 | 2026-07-19T04:20:33.778Z | : |
| 9280 | 2026-07-19T04:20:33.778Z | |
| 9281 | 2026-07-19T04:20:33.778Z | freemap_route_ipv6 |
| 9282 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBGJul 19 04:20:32.251Jul 19 04:20:32.251Jul 19 04:20:32.251 DEBG DEBGINFOreplacing 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 |
| 9283 | 2026-07-19T04:20:33.778Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9284 | 2026-07-19T04:20:33.778Z | 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 } }] |
| 9285 | 2026-07-19T04:20:33.778Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9286 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251 |
| 9287 | 2026-07-19T04:20:33.778Z | INFOJul 19 04:20:32.251Jul 19 04:20:32.251 adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:20:32.251 INFOINFOJul 19 04:20:32.251 INFO |
| 9288 | 2026-07-19T04:20:33.778Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9289 | 2026-07-19T04:20:33.778Z | adding route 172.17.0.42/32 -> 10.0.0.255 DEBG |
| 9290 | 2026-07-19T04:20:33.778Z | 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 } }]Jul 19 04:20:32.251 |
| 9291 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 9292 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251DEBGreplacing 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.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251INFO |
| 9293 | 2026-07-19T04:20:33.778Z | |
| 9294 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251 DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9295 | 2026-07-19T04:20:33.778Z | |
| 9296 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251 |
| 9297 | 2026-07-19T04:20:33.778Z | INFOJul 19 04:20:32.251Jul 19 04:20:32.251 Jul 19 04:20:32.251 adding route 172.17.0.20/32 -> 10.0.0.255INFODEBG |
| 9298 | 2026-07-19T04:20:33.778Z | adding route 172.17.0.43/32 -> 10.0.0.255 INFO |
| 9299 | 2026-07-19T04:20:33.778Z | Jul 19 04:20:32.251 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9300 | 2026-07-19T04:20:33.778Z | DEBGJul 19 04:20:32.251 |
| 9301 | 2026-07-19T04:20:33.783Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 9302 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.251replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.251 |
| 9303 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.251 INFODEBGDEBG Jul 19 04:20:32.251 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9304 | 2026-07-19T04:20:33.783Z | INFO |
| 9305 | 2026-07-19T04:20:33.783Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9306 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.251 |
| 9307 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.251INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 Jul 19 04:20:32.251 |
| 9308 | 2026-07-19T04:20:33.783Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.252Jul 19 04:20:32.252 |
| 9309 | 2026-07-19T04:20:33.783Z | DEBG DEBGcreated new freemap , Jul 19 04:20:32.258created new freemap unit, :unit :INFO freemap_route_ipv4freemap_route_ipv4adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9310 | 2026-07-19T04:20:33.783Z | |
| 9311 | 2026-07-19T04:20:33.783Z | |
| 9312 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.251Jul 19 04:20:32.258 INFODEBG 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.8/32 -> 10.0.0.255 |
| 9313 | 2026-07-19T04:20:33.783Z | |
| 9314 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258Jul 19 04:20:32.258 DEBGDEBGJul 19 04:20:32.258 Jul 19 04:20:32.258 created new freemapDEBG, created new freemap 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 } }]unit, |
| 9315 | 2026-07-19T04:20:33.783Z | unitadding route 172.17.0.23/32 -> 10.0.0.255: |
| 9316 | 2026-07-19T04:20:33.783Z | : freemap_route_ipv6Jul 19 04:20:32.258 |
| 9317 | 2026-07-19T04:20:33.783Z | INFOfreemap_route_ipv6 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9318 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258 |
| 9319 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258 DEBGDEBGJul 19 04:20:32.258 initted freemap. size: 64replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9320 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258unitDEBG: freemap_route_ipv4initted freemap. size: 64 |
| 9321 | 2026-07-19T04:20:33.783Z | DEBG Jul 19 04:20:32.258replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Jul 19 04:20:32.258INFO |
| 9322 | 2026-07-19T04:20:33.783Z | unitDEBG :adding route 172.17.0.24/32 -> 10.0.0.255reset freemapJul 19 04:20:32.258, |
| 9323 | 2026-07-19T04:20:33.783Z | unitINFOfreemap_route_ipv4 : adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4 |
| 9324 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258 |
| 9325 | 2026-07-19T04:20:33.783Z | |
| 9326 | 2026-07-19T04:20:33.783Z | 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 } }] |
| 9327 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258Jul 19 04:20:32.258 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 } }] |
| 9328 | 2026-07-19T04:20:33.783Z | Jul 19 04:20:32.258 Jul 19 04:20:32.258DEBGJul 19 04:20:32.258 INFOinitted freemap. size: 64 INFODEBG , adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9329 | 2026-07-19T04:20:33.783Z | reset freemap |
| 9330 | 2026-07-19T04:20:33.783Z | , unitunit:Jul 19 04:20:32.258 :Jul 19 04:20:32.258freemap_route_ipv6 |
| 9331 | 2026-07-19T04:20:33.783Z | DEBG freemap_route_ipv4replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGJul 19 04:20:32.258 |
| 9332 | 2026-07-19T04:20:33.783Z | 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 } }] |
| 9333 | 2026-07-19T04:20:33.783Z | |
| 9334 | 2026-07-19T04:20:33.783Z | reset freemap, unit:Jul 19 04:20:32.258Jul 19 04:20:32.258 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9335 | 2026-07-19T04:20:33.784Z | freemap_route_ipv6 |
| 9336 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258Jul 19 04:20:32.258 Jul 19 04:20:32.252DEBG INFO Jul 19 04:20:32.258replacing 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 |
| 9337 | 2026-07-19T04:20:33.784Z | INFOadding route 172.17.0.26/32 -> 10.0.0.255 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9338 | 2026-07-19T04:20:33.784Z | |
| 9339 | 2026-07-19T04:20:33.784Z | initted freemap. size: 64Jul 19 04:20:32.258, Jul 19 04:20:32.258created new freemap INFO, unitJul 19 04:20:32.258unit DEBGadding route 172.17.0.13/32 -> 10.0.0.255 :: |
| 9340 | 2026-07-19T04:20:33.784Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9341 | 2026-07-19T04:20:33.784Z | freemap_route_ipv6DEBG |
| 9342 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258freemap_route_ipv4replacing 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 } }] |
| 9343 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258 |
| 9344 | 2026-07-19T04:20:33.784Z | DEBGJul 19 04:20:32.258 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 } }] Jul 19 04:20:32.258 |
| 9345 | 2026-07-19T04:20:33.784Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9346 | 2026-07-19T04:20:33.784Z | created new freemap Jul 19 04:20:32.258, DEBGunit Jul 19 04:20:32.258 reset freemap :DEBGJul 19 04:20:32.258 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9347 | 2026-07-19T04:20:33.784Z | |
| 9348 | 2026-07-19T04:20:33.784Z | adding route 172.17.0.27/32 -> 10.0.0.255, |
| 9349 | 2026-07-19T04:20:33.784Z | unitJul 19 04:20:32.258freemap_route_ipv6Jul 19 04:20:32.258 |
| 9350 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258DEBGINFO : adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 9351 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258freemap_route_ipv6DEBG |
| 9352 | 2026-07-19T04:20:33.784Z | |
| 9353 | 2026-07-19T04:20:33.784Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.258DEBG |
| 9354 | 2026-07-19T04:20:33.784Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.258initted freemap. size: 64 |
| 9355 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258INFO , adding route 172.17.0.15/32 -> 10.0.0.255unit |
| 9356 | 2026-07-19T04:20:33.784Z | :Jul 19 04:20:32.258Jul 19 04:20:32.258 Jul 19 04:20:32.258INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 172.16.0.0/32 -> 10.0.0.4 freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9357 | 2026-07-19T04:20:33.784Z | |
| 9358 | 2026-07-19T04:20:33.784Z | |
| 9359 | 2026-07-19T04:20:33.784Z | |
| 9360 | 2026-07-19T04:20:33.784Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.258 |
| 9361 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258Jul 19 04:20:32.258 DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 19 04:20:32.258 |
| 9362 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258 INFO reset freemapreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:20:32.258 |
| 9363 | 2026-07-19T04:20:33.784Z | DEBG DEBG |
| 9364 | 2026-07-19T04:20:33.784Z | , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.258unit |
| 9365 | 2026-07-19T04:20:33.784Z | : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.258 freemap_route_ipv4 INFODEBG |
| 9366 | 2026-07-19T04:20:33.784Z | adding route 172.17.0.29/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 } }] |
| 9367 | 2026-07-19T04:20:33.784Z | |
| 9368 | 2026-07-19T04:20:33.784Z | |
| 9369 | 2026-07-19T04:20:33.784Z | Jul 19 04:20:32.258 Jul 19 04:20:32.258 Jul 19 04:20:32.258DEBG DEBGinitted freemap. size: 64 , 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 } }] Jul 19 04:20:32.258adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9370 | 2026-07-19T04:20:33.784Z | |
| 9371 | 2026-07-19T04:20:33.784Z | unit: INFOfreemap_route_ipv6 Jul 19 04:20:32.258adding route 172.17.0.17/32 -> 10.0.0.255 Jul 19 04:20:32.258 |
| 9372 | 2026-07-19T04:20:33.785Z | DEBG |
| 9373 | 2026-07-19T04:20:33.785Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOJul 19 04:20:32.258 |
| 9374 | 2026-07-19T04:20:33.785Z | DEBGadding route 172.17.0.30/32 -> 10.0.0.255 Jul 19 04:20:32.258Jul 19 04:20:32.258 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9375 | 2026-07-19T04:20:33.785Z | |
| 9376 | 2026-07-19T04:20:33.785Z | reset freemapINFO, Jul 19 04:20:32.258Jul 19 04:20:32.258unit :DEBG INFO freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9377 | 2026-07-19T04:20:33.785Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9378 | 2026-07-19T04:20:33.785Z | 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 } }] |
| 9379 | 2026-07-19T04:20:33.785Z | |
| 9380 | 2026-07-19T04:20:33.785Z | Jul 19 04:20:32.258Jul 19 04:20:32.258Jul 19 04:20:32.258 Jul 19 04:20:32.258 INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9381 | 2026-07-19T04:20:33.785Z | DEBG adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9382 | 2026-07-19T04:20:33.785Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.258 |
| 9383 | 2026-07-19T04:20:33.785Z | Jul 19 04:20:32.258 |
| 9384 | 2026-07-19T04:20:33.785Z | DEBGJul 19 04:20:32.258DEBG 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 } }]INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9385 | 2026-07-19T04:20:33.785Z | |
| 9386 | 2026-07-19T04:20:33.785Z | adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:20:32.258 |
| 9387 | 2026-07-19T04:20:33.785Z | INFOJul 19 04:20:32.258Jul 19 04:20:32.258 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9388 | 2026-07-19T04:20:33.785Z | Jul 19 04:20:32.258 |
| 9389 | 2026-07-19T04:20:33.785Z | adding route 172.16.0.0/32 -> 10.0.0.4 DEBG |
| 9390 | 2026-07-19T04:20:33.785Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.258 |
| 9391 | 2026-07-19T04:20:33.785Z | DEBGJul 19 04:20:32.258 Jul 19 04:20:32.258Jul 19 04:20:32.258DEBG DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.20/32 -> 10.0.0.255Jul 19 04:20:32.258replacing 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 } }] |
| 9392 | 2026-07-19T04:20:33.785Z | |
| 9393 | 2026-07-19T04:20:33.785Z | |
| 9394 | 2026-07-19T04:20:33.785Z | |
| 9395 | 2026-07-19T04:20:33.785Z | 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 } }]Jul 19 04:20:32.258Jul 19 04:20:32.258 |
| 9396 | 2026-07-19T04:20:33.785Z | DEBGINFO Jul 19 04:20:32.258replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.258adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.258 |
| 9397 | 2026-07-19T04:20:33.785Z | |
| 9398 | 2026-07-19T04:20:33.785Z | INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255 DEBG |
| 9399 | 2026-07-19T04:20:33.785Z | adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:20:32.258Jul 19 04:20:32.258 INFO DEBGJul 19 04:20:32.258 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 } }] |
| 9400 | 2026-07-19T04:20:33.785Z | |
| 9401 | 2026-07-19T04:20:33.791Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Jul 19 04:20:32.258Jul 19 04:20:32.258 DEBGINFO |
| 9402 | 2026-07-19T04:20:33.791Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 9403 | 2026-07-19T04:20:33.791Z | |
| 9404 | 2026-07-19T04:20:33.791Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9405 | 2026-07-19T04:20:33.791Z | |
| 9406 | 2026-07-19T04:20:33.791Z | Jul 19 04:20:32.258Jul 19 04:20:32.258 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9407 | 2026-07-19T04:20:33.791Z | |
| 9408 | 2026-07-19T04:20:33.791Z | Jul 19 04:20:32.258 INFO Jul 19 04:20:32.258adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:20:32.258 |
| 9409 | 2026-07-19T04:20:33.791Z | DEBGDEBGJul 19 04:20:32.258 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.258 |
| 9410 | 2026-07-19T04:20:33.791Z | |
| 9411 | 2026-07-19T04:20:33.791Z | DEBGINFO Jul 19 04:20:32.258 Jul 19 04:20:32.258INFOreplacing 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 } }] |
| 9412 | 2026-07-19T04:20:33.791Z | INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 9413 | 2026-07-19T04:20:33.791Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9414 | 2026-07-19T04:20:33.791Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9415 | 2026-07-19T04:20:33.791Z | Jul 19 04:20:32.258 Jul 19 04:20:32.258Jul 19 04:20:32.258 INFODEBGDEBG Jul 19 04:20:32.258replacing 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 } }] |
| 9416 | 2026-07-19T04:20:33.791Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9417 | 2026-07-19T04:20:33.792Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265 |
| 9418 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9419 | 2026-07-19T04:20:33.792Z | |
| 9420 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9421 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 Jul 19 04:20:32.265DEBG 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 } }] Jul 19 04:20:32.265replacing 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 } }] |
| 9422 | 2026-07-19T04:20:33.792Z | |
| 9423 | 2026-07-19T04:20:33.792Z | INFO Jul 19 04:20:32.265 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9424 | 2026-07-19T04:20:33.792Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9425 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265Jul 19 04:20:32.265 INFODEBG Jul 19 04:20:32.265 adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9426 | 2026-07-19T04:20:33.792Z | |
| 9427 | 2026-07-19T04:20:33.792Z | DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9428 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 |
| 9429 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265DEBG 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 } }] adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:20:32.265 |
| 9430 | 2026-07-19T04:20:33.792Z | |
| 9431 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 INFO INFOJul 19 04:20:32.265adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9432 | 2026-07-19T04:20:33.792Z | DEBG Jul 19 04:20:32.265replacing 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.37/32 -> 10.0.0.255 |
| 9433 | 2026-07-19T04:20:33.792Z | INFO |
| 9434 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9435 | 2026-07-19T04:20:33.792Z | DEBGJul 19 04:20:32.265 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9436 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 |
| 9437 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265DEBGJul 19 04:20:32.265 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 } }]INFOJul 19 04:20:32.265 |
| 9438 | 2026-07-19T04:20:33.792Z | DEBG adding route 172.17.0.2/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 } }] |
| 9439 | 2026-07-19T04:20:33.792Z | |
| 9440 | 2026-07-19T04:20:33.792Z | DEBGJul 19 04:20:32.265 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 } }]Jul 19 04:20:32.265 |
| 9441 | 2026-07-19T04:20:33.792Z | adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 9442 | 2026-07-19T04:20:33.792Z | adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:20:32.265 |
| 9443 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 DEBGJul 19 04:20:32.265INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9444 | 2026-07-19T04:20:33.792Z | |
| 9445 | 2026-07-19T04:20:33.792Z | DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265 |
| 9446 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265 Jul 19 04:20:32.265DEBG INFOJul 19 04:20:32.265replacing 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.3/32 -> 10.0.0.255 DEBG |
| 9447 | 2026-07-19T04:20:33.792Z | |
| 9448 | 2026-07-19T04:20:33.792Z | adding route 172.17.0.39/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 } }] |
| 9449 | 2026-07-19T04:20:33.792Z | |
| 9450 | 2026-07-19T04:20:33.792Z | Jul 19 04:20:32.265Jul 19 04:20:32.265 DEBGJul 19 04:20:32.265INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9451 | 2026-07-19T04:20:33.792Z | |
| 9452 | 2026-07-19T04:20:33.792Z | adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:20:32.265 |
| 9453 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265DEBG DEBGJul 19 04:20:32.265 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.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265 |
| 9454 | 2026-07-19T04:20:33.793Z | DEBG |
| 9455 | 2026-07-19T04:20:33.793Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9456 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265 Jul 19 04:20:32.265adding route 172.17.0.4/32 -> 10.0.0.255 INFO |
| 9457 | 2026-07-19T04:20:33.793Z | INFOadding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:20:32.265 |
| 9458 | 2026-07-19T04:20:33.793Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9459 | 2026-07-19T04:20:33.793Z | |
| 9460 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265Jul 19 04:20:32.265 Jul 19 04:20:32.265DEBGDEBGJul 19 04:20:32.265 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]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 } }] |
| 9461 | 2026-07-19T04:20:33.793Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9462 | 2026-07-19T04:20:33.793Z | |
| 9463 | 2026-07-19T04:20:33.793Z | |
| 9464 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265 INFOJul 19 04:20:32.265Jul 19 04:20:32.265 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9465 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265 |
| 9466 | 2026-07-19T04:20:33.793Z | adding route 172.17.0.5/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9467 | 2026-07-19T04:20:33.793Z | |
| 9468 | 2026-07-19T04:20:33.793Z | adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:20:32.265 |
| 9469 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265DEBGJul 19 04:20:32.265 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 } }] |
| 9470 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265 INFODEBGDEBGJul 19 04:20:32.265 Jul 19 04:20:32.265replacing 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 |
| 9471 | 2026-07-19T04:20:33.793Z | test route::tests::delete_target_fragmented ... ok |
| 9472 | 2026-07-19T04:20:33.793Z | INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9473 | 2026-07-19T04:20:33.793Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9474 | 2026-07-19T04:20:33.793Z | |
| 9475 | 2026-07-19T04:20:33.793Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.265 |
| 9476 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.265 DEBG Jul 19 04:20:32.272replacing 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 } }] |
| 9477 | 2026-07-19T04:20:33.793Z | INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9478 | 2026-07-19T04:20:33.793Z | |
| 9479 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.272 INFOJul 19 04:20:32.272Jul 19 04:20:32.272 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9480 | 2026-07-19T04:20:33.793Z | DEBG |
| 9481 | 2026-07-19T04:20:33.793Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9482 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.272 Jul 19 04:20:32.265 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9483 | 2026-07-19T04:20:33.793Z | adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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-07-19T04:20:33.793Z | Jul 19 04:20:32.272 |
| 9485 | 2026-07-19T04:20:33.793Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9486 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.272DEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9487 | 2026-07-19T04:20:33.793Z | Jul 19 04:20:32.272Jul 19 04:20:32.272adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9488 | 2026-07-19T04:20:33.793Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9489 | 2026-07-19T04:20:33.793Z | DEBGJul 19 04:20:32.272 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9490 | 2026-07-19T04:20:33.794Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.272 |
| 9491 | 2026-07-19T04:20:33.794Z | INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9492 | 2026-07-19T04:20:33.794Z | |
| 9493 | 2026-07-19T04:20:33.794Z | Jul 19 04:20:32.272Jul 19 04:20:32.272 INFOJul 19 04:20:32.272Jul 19 04:20:32.272 INFODEBG 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.59/32 -> 10.0.0.255INFO |
| 9494 | 2026-07-19T04:20:33.794Z | |
| 9495 | 2026-07-19T04:20:33.794Z | adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9496 | 2026-07-19T04:20:33.794Z | |
| 9497 | 2026-07-19T04:20:33.794Z | Jul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272 DEBGINFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 9498 | 2026-07-19T04:20:33.794Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.272 |
| 9499 | 2026-07-19T04:20:33.794Z | 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 } }]DEBGJul 19 04:20:32.272 |
| 9500 | 2026-07-19T04:20:33.794Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9501 | 2026-07-19T04:20:33.800Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 9502 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272replacing 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 } }] |
| 9503 | 2026-07-19T04:20:33.800Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:20:32.272Jul 19 04:20:32.272 |
| 9504 | 2026-07-19T04:20:33.800Z | INFODEBG 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.33/32 -> 10.0.0.255 |
| 9505 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272 |
| 9506 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272Jul 19 04:20:32.265 DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9507 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272INFOadding route 172.17.0.46/32 -> 10.0.0.255 DEBG |
| 9508 | 2026-07-19T04:20:33.800Z | failed to allocate space for the new target listJul 19 04:20:32.272 |
| 9509 | 2026-07-19T04:20:33.800Z | INFO Jul 19 04:20:32.272 Jul 19 04:20:32.272Jul 19 04:20:32.272adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 9510 | 2026-07-19T04:20:33.800Z | 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 } }] |
| 9511 | 2026-07-19T04:20:33.800Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9512 | 2026-07-19T04:20:33.800Z | 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 } }] |
| 9513 | 2026-07-19T04:20:33.800Z | |
| 9514 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272replacing 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 } }] |
| 9515 | 2026-07-19T04:20:33.800Z | DEBG Jul 19 04:20:32.272replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.272Jul 19 04:20:32.272 |
| 9516 | 2026-07-19T04:20:33.800Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255INFOINFO |
| 9517 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 9518 | 2026-07-19T04:20:33.800Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9519 | 2026-07-19T04:20:33.800Z | |
| 9520 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272 Jul 19 04:20:32.272DEBG Jul 19 04:20:32.272Jul 19 04:20:32.272 DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9521 | 2026-07-19T04:20:33.800Z | DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9522 | 2026-07-19T04:20:33.800Z | 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 } }] |
| 9523 | 2026-07-19T04:20:33.800Z | |
| 9524 | 2026-07-19T04:20:33.800Z | Jul 19 04:20:32.272 INFOJul 19 04:20:32.272 Jul 19 04:20:32.272Jul 19 04:20:32.272INFOadding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 9525 | 2026-07-19T04:20:33.800Z | |
| 9526 | 2026-07-19T04:20:33.800Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9527 | 2026-07-19T04:20:33.800Z | INFO Jul 19 04:20:32.272adding route 172.17.0.35/32 -> 10.0.0.255 Jul 19 04:20:32.272 |
| 9528 | 2026-07-19T04:20:33.800Z | DEBGDEBG Jul 19 04:20:32.272Jul 19 04:20:32.272 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.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 } }] |
| 9529 | 2026-07-19T04:20:33.800Z | DEBGDEBG |
| 9530 | 2026-07-19T04:20:33.801Z | 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.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 } }] |
| 9531 | 2026-07-19T04:20:33.801Z | |
| 9532 | 2026-07-19T04:20:33.801Z | Jul 19 04:20:32.272 INFOJul 19 04:20:32.272Jul 19 04:20:32.272Jul 19 04:20:32.272 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 9533 | 2026-07-19T04:20:33.801Z | INFO INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9534 | 2026-07-19T04:20:33.801Z | |
| 9535 | 2026-07-19T04:20:33.801Z | DEBG |
| 9536 | 2026-07-19T04:20:33.801Z | 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 } }] |
| 9537 | 2026-07-19T04:20:33.801Z | Jul 19 04:20:32.272 Jul 19 04:20:32.272Jul 19 04:20:32.272DEBGJul 19 04:20:32.272 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 } }]DEBGINFO |
| 9538 | 2026-07-19T04:20:33.801Z | adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9539 | 2026-07-19T04:20:33.801Z | |
| 9540 | 2026-07-19T04:20:33.801Z | DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9541 | 2026-07-19T04:20:33.801Z | Jul 19 04:20:32.272INFOJul 19 04:20:32.272 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9542 | 2026-07-19T04:20:33.801Z | DEBGJul 19 04:20:32.272adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9543 | 2026-07-19T04:20:33.801Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9544 | 2026-07-19T04:20:33.801Z | |
| 9545 | 2026-07-19T04:20:33.801Z | Jul 19 04:20:32.272 DEBG Jul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272DEBGreplacing 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 } }] |
| 9546 | 2026-07-19T04:20:33.801Z | 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.11/32 -> 10.0.0.255 |
| 9547 | 2026-07-19T04:20:33.801Z | |
| 9548 | 2026-07-19T04:20:33.801Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9549 | 2026-07-19T04:20:33.801Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9550 | 2026-07-19T04:20:33.801Z | Jul 19 04:20:32.272Jul 19 04:20:32.272Jul 19 04:20:32.272 DEBGINFO INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9551 | 2026-07-19T04:20:33.801Z | |
| 9552 | 2026-07-19T04:20:33.801Z | adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9553 | 2026-07-19T04:20:33.801Z | DEBG Jul 19 04:20:32.272replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9554 | 2026-07-19T04:20:33.801Z | DEBGJul 19 04:20:32.272 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 |
| 9555 | 2026-07-19T04:20:33.801Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9556 | 2026-07-19T04:20:33.801Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 |
| 9557 | 2026-07-19T04:20:33.801Z | INFOJul 19 04:20:32.272 adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9558 | 2026-07-19T04:20:33.801Z | INFODEBG Jul 19 04:20:32.272replacing 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.52/32 -> 10.0.0.255Jul 19 04:20:32.272INFO |
| 9559 | 2026-07-19T04:20:33.801Z | |
| 9560 | 2026-07-19T04:20:33.801Z | test route::tests::add_target_fails_full ... ok |
| 9561 | 2026-07-19T04:20:33.801Z | 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 } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9562 | 2026-07-19T04:20:33.801Z | Jul 19 04:20:32.272 |
| 9563 | 2026-07-19T04:20:33.801Z | DEBGJul 19 04:20:32.272 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 } }]INFOJul 19 04:20:32.272 adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:20:32.272INFO |
| 9564 | 2026-07-19T04:20:33.801Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9565 | 2026-07-19T04:20:33.801Z | |
| 9566 | 2026-07-19T04:20:33.801Z | DEBG Jul 19 04:20:32.272replacing 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 } }] |
| 9567 | 2026-07-19T04:20:33.802Z | DEBG Jul 19 04:20:32.272replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 Jul 19 04:20:32.272DEBG |
| 9568 | 2026-07-19T04:20:33.802Z | 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 } }]INFOINFO |
| 9569 | 2026-07-19T04:20:33.802Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9570 | 2026-07-19T04:20:33.802Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9571 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272INFOINFOJul 19 04:20:32.272 DEBG adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9572 | 2026-07-19T04:20:33.802Z | DEBG adding route 172.17.0.11/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 } }] |
| 9573 | 2026-07-19T04:20:33.802Z | |
| 9574 | 2026-07-19T04:20:33.802Z | 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 } }] |
| 9575 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.272 DEBGJul 19 04:20:32.272Jul 19 04:20:32.272 Jul 19 04:20:32.272replacing 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 |
| 9576 | 2026-07-19T04:20:33.802Z | INFO INFOadding route 172.17.0.54/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 } }] |
| 9577 | 2026-07-19T04:20:33.802Z | |
| 9578 | 2026-07-19T04:20:33.802Z | adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9579 | 2026-07-19T04:20:33.802Z | INFOJul 19 04:20:32.272 Jul 19 04:20:32.272DEBGadding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9580 | 2026-07-19T04:20:33.802Z | 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 } }] |
| 9581 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.272DEBG adding route 172.17.0.12/32 -> 10.0.0.255 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 } }] 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 } }] |
| 9582 | 2026-07-19T04:20:33.802Z | |
| 9583 | 2026-07-19T04:20:33.802Z | |
| 9584 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.272 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:20:32.272 |
| 9585 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.272DEBG Jul 19 04:20:32.272 INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.272 adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 9586 | 2026-07-19T04:20:33.802Z | |
| 9587 | 2026-07-19T04:20:33.802Z | 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 } }] |
| 9588 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.272adding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:20:32.272 |
| 9589 | 2026-07-19T04:20:33.802Z | DEBGINFO Jul 19 04:20:32.272 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Jul 19 04:20:32.272 DEBG adding route 172.17.0.56/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 } }] |
| 9590 | 2026-07-19T04:20:33.802Z | |
| 9591 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 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.43/32 -> 10.0.0.255 |
| 9592 | 2026-07-19T04:20:33.802Z | |
| 9593 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.279 Jul 19 04:20:32.279adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9594 | 2026-07-19T04:20:33.802Z | INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 9595 | 2026-07-19T04:20:33.802Z | 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 } }] |
| 9596 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 Jul 19 04:20:32.279DEBG 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 } }]DEBGINFO |
| 9597 | 2026-07-19T04:20:33.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 } }] |
| 9598 | 2026-07-19T04:20:33.802Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9599 | 2026-07-19T04:20:33.802Z | Jul 19 04:20:32.279 INFOJul 19 04:20:32.279 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9600 | 2026-07-19T04:20:33.802Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279 |
| 9601 | 2026-07-19T04:20:33.809Z | INFOJul 19 04:20:32.279 Jul 19 04:20:32.279adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9602 | 2026-07-19T04:20:33.809Z | INFODEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:20:32.279 |
| 9603 | 2026-07-19T04:20:33.809Z | |
| 9604 | 2026-07-19T04:20:33.809Z | 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 } }] |
| 9605 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279 INFO Jul 19 04:20:32.279adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9606 | 2026-07-19T04:20:33.809Z | INFO Jul 19 04:20:32.279adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9607 | 2026-07-19T04:20:33.809Z | 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 } }] |
| 9608 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGJul 19 04:20:32.279DEBG INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9609 | 2026-07-19T04:20:33.809Z | |
| 9610 | 2026-07-19T04:20:33.809Z | |
| 9611 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9612 | 2026-07-19T04:20:33.809Z | |
| 9613 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279 |
| 9614 | 2026-07-19T04:20:33.809Z | INFOJul 19 04:20:32.279 Jul 19 04:20:32.279adding route 172.17.0.16/32 -> 10.0.0.255 INFOJul 19 04:20:32.279 |
| 9615 | 2026-07-19T04:20:33.809Z | adding route 172.17.0.47/32 -> 10.0.0.255INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9616 | 2026-07-19T04:20:33.809Z | |
| 9617 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279 DEBG |
| 9618 | 2026-07-19T04:20:33.809Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279 |
| 9619 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279Jul 19 04:20:32.279DEBG INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9620 | 2026-07-19T04:20:33.809Z | Jul 19 04:20:32.279 |
| 9621 | 2026-07-19T04:20:33.810Z | INFO Jul 19 04:20:32.279DEBG adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9622 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279replacing 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 } }] |
| 9623 | 2026-07-19T04:20:33.810Z | INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9624 | 2026-07-19T04:20:33.810Z | |
| 9625 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279 Jul 19 04:20:32.279INFO Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBG adding route 172.17.0.62/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 } }]DEBG |
| 9626 | 2026-07-19T04:20:33.810Z | |
| 9627 | 2026-07-19T04:20:33.810Z | INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9628 | 2026-07-19T04:20:33.810Z | |
| 9629 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279 Jul 19 04:20:32.279DEBG Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9630 | 2026-07-19T04:20:33.810Z | |
| 9631 | 2026-07-19T04:20:33.810Z | INFO |
| 9632 | 2026-07-19T04:20:33.810Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9633 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279 Jul 19 04:20:32.279INFOJul 19 04:20:32.279Jul 19 04:20:32.279 INFODEBG DEBG adding route 172.17.0.49/32 -> 10.0.0.255 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.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 } }] |
| 9634 | 2026-07-19T04:20:33.810Z | |
| 9635 | 2026-07-19T04:20:33.810Z | |
| 9636 | 2026-07-19T04:20:33.810Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9637 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279Jul 19 04:20:32.279Jul 19 04:20:32.279 Jul 19 04:20:32.279 INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 9638 | 2026-07-19T04:20:33.810Z | DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9639 | 2026-07-19T04:20:33.810Z | 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 } }] |
| 9640 | 2026-07-19T04:20:33.810Z | |
| 9641 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGJul 19 04:20:32.279 Jul 19 04:20:32.279 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 } }]DEBGINFO |
| 9642 | 2026-07-19T04:20:33.810Z | adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9643 | 2026-07-19T04:20:33.810Z | |
| 9644 | 2026-07-19T04:20:33.810Z | DEBG failed to allocate space for the new target listJul 19 04:20:32.279 |
| 9645 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279Jul 19 04:20:32.279INFO DEBG INFO adding route 172.17.0.20/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 } }]Jul 19 04:20:32.279adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9646 | 2026-07-19T04:20:33.810Z | |
| 9647 | 2026-07-19T04:20:33.810Z | DEBG |
| 9648 | 2026-07-19T04:20:33.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 } }]Jul 19 04:20:32.279 |
| 9649 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOJul 19 04:20:32.279 |
| 9650 | 2026-07-19T04:20:33.810Z | |
| 9651 | 2026-07-19T04:20:33.810Z | DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9652 | 2026-07-19T04:20:33.810Z | failed to allocate space for the new target listJul 19 04:20:32.279Jul 19 04:20:32.279 |
| 9653 | 2026-07-19T04:20:33.810Z | INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9654 | 2026-07-19T04:20:33.810Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9655 | 2026-07-19T04:20:33.810Z | Jul 19 04:20:32.279 Jul 19 04:20:32.279DEBG Jul 19 04:20:32.279 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9656 | 2026-07-19T04:20:33.810Z | 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.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 } }] |
| 9657 | 2026-07-19T04:20:33.811Z | |
| 9658 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279 Jul 19 04:20:32.279Jul 19 04:20:32.279INFO adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 9659 | 2026-07-19T04:20:33.811Z | INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9660 | 2026-07-19T04:20:33.811Z | adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:20:32.279 |
| 9661 | 2026-07-19T04:20:33.811Z | DEBG Jul 19 04:20:32.279replacing 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 } }] |
| 9662 | 2026-07-19T04:20:33.811Z | test route::tests::delete_target_full ... ok |
| 9663 | 2026-07-19T04:20:33.811Z | DEBGJul 19 04:20:32.279 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9664 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279replacing 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 } }] |
| 9665 | 2026-07-19T04:20:33.811Z | INFO Jul 19 04:20:32.279adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9666 | 2026-07-19T04:20:33.811Z | INFO Jul 19 04:20:32.279adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9667 | 2026-07-19T04:20:33.811Z | INFOJul 19 04:20:32.279 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 9668 | 2026-07-19T04:20:33.811Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279 |
| 9669 | 2026-07-19T04:20:33.811Z | DEBGJul 19 04:20:32.279 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 } }]DEBGJul 19 04:20:32.279 |
| 9670 | 2026-07-19T04:20:33.811Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9671 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9672 | 2026-07-19T04:20:33.811Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:20:32.279 |
| 9673 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9674 | 2026-07-19T04:20:33.811Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279 |
| 9675 | 2026-07-19T04:20:33.811Z | DEBGJul 19 04:20:32.279 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9676 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9677 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9678 | 2026-07-19T04:20:33.811Z | INFO Jul 19 04:20:32.279adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9679 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Jul 19 04:20:32.279 |
| 9680 | 2026-07-19T04:20:33.811Z | 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 |
| 9681 | 2026-07-19T04:20:33.811Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.279 |
| 9682 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279DEBG 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 |
| 9683 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279 adding route 172.17.0.56/32 -> 10.0.0.255INFOJul 19 04:20:32.279 |
| 9684 | 2026-07-19T04:20:33.811Z | adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9685 | 2026-07-19T04:20:33.811Z | adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:20:32.279 |
| 9686 | 2026-07-19T04:20:33.811Z | DEBGJul 19 04:20:32.279 Jul 19 04:20:32.279replacing 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 } }] |
| 9687 | 2026-07-19T04:20:33.811Z | 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.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 } }] |
| 9688 | 2026-07-19T04:20:33.811Z | |
| 9689 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:20:32.279 |
| 9690 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9691 | 2026-07-19T04:20:33.811Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:20:32.279 |
| 9692 | 2026-07-19T04:20:33.811Z | 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 } }] |
| 9693 | 2026-07-19T04:20:33.811Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGDEBG Jul 19 04:20:32.279replacing 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.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 } }] |
| 9694 | 2026-07-19T04:20:33.811Z | |
| 9695 | 2026-07-19T04:20:33.811Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9696 | 2026-07-19T04:20:33.812Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9697 | 2026-07-19T04:20:33.812Z | Jul 19 04:20:32.279 |
| 9698 | 2026-07-19T04:20:33.812Z | 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 } }] |
| 9699 | 2026-07-19T04:20:33.812Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 DEBGDEBGJul 19 04:20:32.279 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.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 } }] |
| 9700 | 2026-07-19T04:20:33.812Z | INFO |
| 9701 | 2026-07-19T04:20:33.816Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9702 | 2026-07-19T04:20:33.816Z | Jul 19 04:20:32.279Jul 19 04:20:32.279 Jul 19 04:20:32.279INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 9703 | 2026-07-19T04:20:33.816Z | adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9704 | 2026-07-19T04:20:33.816Z | |
| 9705 | 2026-07-19T04:20:33.816Z | Jul 19 04:20:32.279 DEBG Jul 19 04:20:32.279Jul 19 04:20:32.279 INFODEBG 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.60/32 -> 10.0.0.255 |
| 9706 | 2026-07-19T04:20:33.816Z | |
| 9707 | 2026-07-19T04:20:33.816Z | 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 } }] |
| 9708 | 2026-07-19T04:20:33.816Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9709 | 2026-07-19T04:20:33.816Z | Jul 19 04:20:32.279 DEBGJul 19 04:20:32.285 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9710 | 2026-07-19T04:20:33.816Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9711 | 2026-07-19T04:20:33.816Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9712 | 2026-07-19T04:20:33.816Z | INFO Jul 19 04:20:32.285adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9713 | 2026-07-19T04:20:33.816Z | 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 } }] |
| 9714 | 2026-07-19T04:20:33.816Z | Jul 19 04:20:32.285 DEBG Jul 19 04:20:32.285replacing 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 } }] |
| 9715 | 2026-07-19T04:20:33.816Z | INFO Jul 19 04:20:32.279adding route 172.17.0.62/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9716 | 2026-07-19T04:20:33.816Z | INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9717 | 2026-07-19T04:20:33.817Z | |
| 9718 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 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 } }] |
| 9719 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285Jul 19 04:20:32.285 DEBGDEBG Jul 19 04:20:32.285replacing 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 } }] |
| 9720 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9721 | 2026-07-19T04:20:33.817Z | failed to allocate space for the new target list |
| 9722 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFOJul 19 04:20:32.285Jul 19 04:20:32.285 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 9723 | 2026-07-19T04:20:33.817Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 9724 | 2026-07-19T04:20:33.817Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9725 | 2026-07-19T04:20:33.817Z | DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9726 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9727 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9728 | 2026-07-19T04:20:33.817Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9729 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9730 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9731 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9732 | 2026-07-19T04:20:33.817Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9733 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 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 } }] |
| 9734 | 2026-07-19T04:20:33.817Z | |
| 9735 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9736 | 2026-07-19T04:20:33.817Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9737 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 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 } }]Jul 19 04:20:32.285 |
| 9738 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9739 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9740 | 2026-07-19T04:20:33.817Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9741 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9742 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9743 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9744 | 2026-07-19T04:20:33.817Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9745 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9746 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9747 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:20:32.285 |
| 9748 | 2026-07-19T04:20:33.817Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9749 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.285 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.285 |
| 9750 | 2026-07-19T04:20:33.817Z | 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 } }] |
| 9751 | 2026-07-19T04:20:33.817Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:20:32.286 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9752 | 2026-07-19T04:20:33.817Z | |
| 9753 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9754 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9755 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9756 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9757 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9758 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9759 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9760 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9761 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286 |
| 9762 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9763 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9764 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9765 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286 |
| 9766 | 2026-07-19T04:20:33.818Z | test route::tests::delete_targets_fragmented ... ok |
| 9767 | 2026-07-19T04:20:33.818Z | test route::tests::delete_targets_full ... ok |
| 9768 | 2026-07-19T04:20:33.818Z | |
| 9769 | 2026-07-19T04:20:33.818Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 9770 | 2026-07-19T04:20:33.818Z | |
| 9771 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9772 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9773 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9774 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9775 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9776 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9777 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9778 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9779 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9780 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9781 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9782 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9783 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9784 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9785 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9786 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9787 | 2026-07-19T04:20:33.818Z | 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 } }] |
| 9788 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9789 | 2026-07-19T04:20:33.818Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9790 | 2026-07-19T04:20:33.818Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9791 | 2026-07-19T04:20:33.819Z | 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 } }] |
| 9792 | 2026-07-19T04:20:33.819Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9793 | 2026-07-19T04:20:33.819Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9794 | 2026-07-19T04:20:33.819Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9795 | 2026-07-19T04:20:33.819Z | 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 } }] |
| 9796 | 2026-07-19T04:20:33.819Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9797 | 2026-07-19T04:20:33.819Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9798 | 2026-07-19T04:20:33.819Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9799 | 2026-07-19T04:20:33.819Z | 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 } }] |
| 9800 | 2026-07-19T04:20:33.819Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9801 | 2026-07-19T04:20:33.851Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9802 | 2026-07-19T04:20:33.851Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9803 | 2026-07-19T04:20:33.851Z | 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 } }] |
| 9804 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9805 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9806 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9807 | 2026-07-19T04:20:33.852Z | 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 } }] |
| 9808 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9809 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9810 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9811 | 2026-07-19T04:20:33.852Z | 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 } }] |
| 9812 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9813 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9814 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9815 | 2026-07-19T04:20:33.852Z | 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 } }] |
| 9816 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9817 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9818 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286 |
| 9819 | 2026-07-19T04:20:33.852Z | 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 } }] |
| 9820 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9821 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9822 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.286 |
| 9823 | 2026-07-19T04:20:33.852Z | 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 } }] |
| 9824 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.58/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9825 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9826 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 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 } }]Jul 19 04:20:32.286 |
| 9827 | 2026-07-19T04:20:33.852Z | 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 } }] |
| 9828 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 INFO adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:20:32.286 |
| 9829 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9830 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.286 DEBG Jul 19 04:20:32.286replacing 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 } }] 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 } }] |
| 9831 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.293 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9832 | 2026-07-19T04:20:33.852Z | |
| 9833 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.293 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 } }] |
| 9834 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.293 INFO adding route 172.17.0.60/32 -> 10.0.0.255Jul 19 04:20:32.293 |
| 9835 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9836 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.293 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.293 |
| 9837 | 2026-07-19T04:20:33.852Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9838 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.293 DEBG failed to allocate space for the new target listJul 19 04:20:32.293 |
| 9839 | 2026-07-19T04:20:33.852Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9840 | 2026-07-19T04:20:33.852Z | Jul 19 04:20:32.293 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:20:32.293 |
| 9841 | 2026-07-19T04:20:33.853Z | 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 } }] |
| 9842 | 2026-07-19T04:20:33.853Z | Jul 19 04:20:32.293 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9843 | 2026-07-19T04:20:33.853Z | Jul 19 04:20:32.293 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 } }] |
| 9844 | 2026-07-19T04:20:33.853Z | Jul 19 04:20:32.293 DEBG failed to allocate space for the new target list |
| 9845 | 2026-07-19T04:20:33.853Z | Jul 19 04:20:32.293 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 } }] |
| 9846 | 2026-07-19T04:20:33.853Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-68b1cc0d60ff40f0) |
| 9847 | 2026-07-19T04:20:33.853Z | |
| 9848 | 2026-07-19T04:20:33.853Z | running 0 tests |
| 9849 | 2026-07-19T04:20:33.853Z | |
| 9850 | 2026-07-19T04:20:33.853Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9851 | 2026-07-19T04:20:33.853Z | |
| 9852 | 2026-07-19T04:20:33.853Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-03e4d7ef1e7776bf) |
| 9853 | 2026-07-19T04:20:33.853Z | |
| 9854 | 2026-07-19T04:20:33.853Z | running 0 tests |
| 9855 | 2026-07-19T04:20:33.853Z | |
| 9856 | 2026-07-19T04:20:33.853Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9857 | 2026-07-19T04:20:33.853Z | |
| 9858 | 2026-07-19T04:20:33.853Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-aa38309b8bc2d43d) |
| 9859 | 2026-07-19T04:20:33.853Z | |
| 9860 | 2026-07-19T04:20:33.853Z | running 6 tests |
| 9861 | 2026-07-19T04:20:33.853Z | test tests::test_full_lot_id_neither_present ... ok |
| 9862 | 2026-07-19T04:20:33.853Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9863 | 2026-07-19T04:20:33.853Z | test tests::test_full_lot_id_lot_only ... ok |
| 9864 | 2026-07-19T04:20:33.853Z | test tests::test_full_lot_id_both_present ... ok |
| 9865 | 2026-07-19T04:20:33.853Z | test tests::test_port_id_cmp ... ok |
| 9866 | 2026-07-19T04:20:33.853Z | test tests::test_parse_client_port_id ... ok |
| 9867 | 2026-07-19T04:20:33.853Z | |
| 9868 | 2026-07-19T04:20:33.853Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9869 | 2026-07-19T04:20:33.853Z | |
| 9870 | 2026-07-19T04:20:33.853Z | Running tests/test_all.rs (target/debug/deps/test_all-4d519ff3734fb8cd) |
| 9871 | 2026-07-19T04:20:33.853Z | |
| 9872 | 2026-07-19T04:20:33.853Z | running 6 tests |
| 9873 | 2026-07-19T04:20:36.828Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9874 | 2026-07-19T04:20:36.832Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9875 | 2026-07-19T04:20:36.832Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9876 | 2026-07-19T04:20:36.837Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9877 | 2026-07-19T04:20:37.164Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9878 | 2026-07-19T04:20:40.188Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9879 | 2026-07-19T04:20:40.189Z | |
| 9880 | 2026-07-19T04:20:40.189Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.37s |
| 9881 | 2026-07-19T04:20:40.189Z | |
| 9882 | 2026-07-19T04:20:40.195Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-073f63e8fe3edb2d) |
| 9883 | 2026-07-19T04:20:40.202Z | |
| 9884 | 2026-07-19T04:20:40.202Z | running 0 tests |
| 9885 | 2026-07-19T04:20:40.202Z | |
| 9886 | 2026-07-19T04:20:40.208Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-07-19T04:20:40.208Z | |
| 9888 | 2026-07-19T04:20:40.208Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-df939c530e55054a) |
| 9889 | 2026-07-19T04:20:40.208Z | |
| 9890 | 2026-07-19T04:20:40.208Z | running 0 tests |
| 9891 | 2026-07-19T04:20:40.208Z | |
| 9892 | 2026-07-19T04:20:40.208Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9893 | 2026-07-19T04:20:40.208Z | |
| 9894 | 2026-07-19T04:20:40.214Z | Running unittests src/lib.rs (target/debug/deps/packet-b2c9c733ad4290cc) |
| 9895 | 2026-07-19T04:20:40.217Z | |
| 9896 | 2026-07-19T04:20:40.217Z | running 12 tests |
| 9897 | 2026-07-19T04:20:40.220Z | test icmp::test_v6_checksum ... ok |
| 9898 | 2026-07-19T04:20:40.220Z | test lldp::test_lldp_parse ... ok |
| 9899 | 2026-07-19T04:20:40.220Z | test icmp::test_v4_checksum ... ok |
| 9900 | 2026-07-19T04:20:40.220Z | test ipv6::test_ipv6_parse ... ok |
| 9901 | 2026-07-19T04:20:40.220Z | test pbuf::test_byte ... ok |
| 9902 | 2026-07-19T04:20:40.220Z | test pbuf::test_nibble ... ok |
| 9903 | 2026-07-19T04:20:40.220Z | test pbuf::test_short ... ok |
| 9904 | 2026-07-19T04:20:40.220Z | test pbuf::test_overflow ... ok |
| 9905 | 2026-07-19T04:20:40.220Z | test pbuf::test_twelve ... ok |
| 9906 | 2026-07-19T04:20:40.220Z | test pbuf::test_word ... ok |
| 9907 | 2026-07-19T04:20:40.220Z | test tcp::test_checksum_ack_data ... ok |
| 9908 | 2026-07-19T04:20:40.220Z | test tcp::test_checksum_syn_nodata ... ok |
| 9909 | 2026-07-19T04:20:40.220Z | |
| 9910 | 2026-07-19T04:20:40.220Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9911 | 2026-07-19T04:20:40.220Z | |
| 9912 | 2026-07-19T04:20:40.225Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9913 | 2026-07-19T04:20:40.225Z | |
| 9914 | 2026-07-19T04:20:40.225Z | running 0 tests |
| 9915 | 2026-07-19T04:20:40.225Z | |
| 9916 | 2026-07-19T04:20:40.225Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9917 | 2026-07-19T04:20:40.225Z | |
| 9918 | 2026-07-19T04:20:40.231Z | Running unittests src/main.rs (target/debug/deps/swadm-49cc028c563caafd) |
| 9919 | 2026-07-19T04:20:40.231Z | |
| 9920 | 2026-07-19T04:20:40.231Z | running 5 tests |
| 9921 | 2026-07-19T04:20:40.231Z | test switchport::test::test_compute_lanes ... ok |
| 9922 | 2026-07-19T04:20:40.235Z | test switchport::test::port_id_ordering ... ok |
| 9923 | 2026-07-19T04:20:40.236Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 9924 | 2026-07-19T04:20:40.236Z | Lane 1 Rx Loss-of-lock: Yes Lane 2 Lane 3Yes |
| 9925 | 2026-07-19T04:20:40.236Z | Yes Yes State: Activated |
| 9926 | 2026-07-19T04:20:40.236Z | Activated Rx Loss-of-signal: Yes Activated YesActivated |
| 9927 | 2026-07-19T04:20:40.236Z | Yes Rx Output Enabled: false Yes |
| 9928 | 2026-07-19T04:20:40.236Z | false Rx CDR Enabled: Yes false falseYes |
| 9929 | 2026-07-19T04:20:40.236Z | Rx Output Status: valid Yes validYes |
| 9930 | 2026-07-19T04:20:40.236Z | valid Tx Enabled: Yes valid |
| 9931 | 2026-07-19T04:20:40.236Z | Yes Rx Loss-of-lock: trueYes true Yes |
| 9932 | 2026-07-19T04:20:40.236Z | true true |
| 9933 | 2026-07-19T04:20:40.236Z | Tx Loss-of-lock: No Rx Loss-of-signal: false No falseNo falseNo |
| 9934 | 2026-07-19T04:20:40.236Z | false |
| 9935 | 2026-07-19T04:20:40.236Z | Tx Loss-of-signal: No Rx Auto-squelch Disable: true No true Notrue trueNo |
| 9936 | 2026-07-19T04:20:40.236Z | |
| 9937 | 2026-07-19T04:20:40.236Z | Tx Output Enabled: true Tx CDR Enabled: No trueNo true Notrue |
| 9938 | 2026-07-19T04:20:40.236Z | No |
| 9939 | 2026-07-19T04:20:40.236Z | Tx Output Status: invalid Tx Adaptive EQ Fault: No invalidNo Noinvalid Noinvalid |
| 9940 | 2026-07-19T04:20:40.236Z | |
| 9941 | 2026-07-19T04:20:40.236Z | Tx Fault: Yes Tx Loss-of-lock: false Yesfalse Yesfalse Yesfalse |
| 9942 | 2026-07-19T04:20:40.236Z | |
| 9943 | 2026-07-19T04:20:40.236Z | Tx Loss-of-signal: true true true true |
| 9944 | 2026-07-19T04:20:40.236Z | Tx Auto-squelch Disable: false false false false |
| 9945 | 2026-07-19T04:20:40.236Z | Tx Adaptive EQ Fail: true true true true |
| 9946 | 2026-07-19T04:20:40.236Z | Tx Failure: false false false false |
| 9947 | 2026-07-19T04:20:40.236Z | Tx Force Squelch: true true true true |
| 9948 | 2026-07-19T04:20:40.236Z | Tx Input Polarity: normal normal normal normal |
| 9949 | 2026-07-19T04:20:40.236Z | test switchport::test::test_print_sff_datapath ... ok |
| 9950 | 2026-07-19T04:20:40.236Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9951 | 2026-07-19T04:20:40.236Z | test link::test_filter ... ok |
| 9952 | 2026-07-19T04:20:40.236Z | |
| 9953 | 2026-07-19T04:20:40.236Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9954 | 2026-07-19T04:20:40.236Z | |
| 9955 | 2026-07-19T04:20:40.236Z | Running tests/counters.rs (target/debug/deps/counters-2fce940c3486be95) |
| 9956 | 2026-07-19T04:20:40.241Z | |
| 9957 | 2026-07-19T04:20:40.241Z | running 1 test |
| 9958 | 2026-07-19T04:20:40.241Z | test test_p4_counter_list ... ignored |
| 9959 | 2026-07-19T04:20:40.241Z | |
| 9960 | 2026-07-19T04:20:40.241Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9961 | 2026-07-19T04:20:40.241Z | |
| 9962 | 2026-07-19T04:20:40.241Z | Running tests/port-link.rs (target/debug/deps/port_link-847929411bb40870) |
| 9963 | 2026-07-19T04:20:40.241Z | |
| 9964 | 2026-07-19T04:20:40.241Z | running 5 tests |
| 9965 | 2026-07-19T04:20:40.241Z | test test_an ... ignored |
| 9966 | 2026-07-19T04:20:40.241Z | test test_enable ... ignored |
| 9967 | 2026-07-19T04:20:40.241Z | test test_ip_addresses ... ignored |
| 9968 | 2026-07-19T04:20:40.241Z | test test_kr ... ignored |
| 9969 | 2026-07-19T04:20:40.241Z | test test_mac ... ignored |
| 9970 | 2026-07-19T04:20:40.241Z | |
| 9971 | 2026-07-19T04:20:40.241Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9972 | 2026-07-19T04:20:40.241Z | |
| 9973 | 2026-07-19T04:20:40.241Z | Running unittests src/main.rs (target/debug/deps/tfportd-ecc295ce29aad259) |
| 9974 | 2026-07-19T04:20:40.246Z | |
| 9975 | 2026-07-19T04:20:40.246Z | running 3 tests |
| 9976 | 2026-07-19T04:20:40.250Z | test linklocal::test_parse_ipadm ... ok |
| 9977 | 2026-07-19T04:20:40.250Z | test tfport::test_parse_tfport ... ok |
| 9978 | 2026-07-19T04:20:40.250Z | test config::tests::test_updates ... ok |
| 9979 | 2026-07-19T04:20:40.250Z | |
| 9980 | 2026-07-19T04:20:40.250Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-07-19T04:20:40.250Z | |
| 9982 | 2026-07-19T04:20:40.250Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d595e760e881e11a) |
| 9983 | 2026-07-19T04:20:40.256Z | |
| 9984 | 2026-07-19T04:20:40.256Z | running 0 tests |
| 9985 | 2026-07-19T04:20:40.256Z | |
| 9986 | 2026-07-19T04:20:40.256Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-07-19T04:20:40.256Z | |
| 9988 | 2026-07-19T04:20:40.256Z | Running unittests src/main.rs (target/debug/deps/xtask-17f783e14f37e5ea) |
| 9989 | 2026-07-19T04:20:40.259Z | |
| 9990 | 2026-07-19T04:20:40.259Z | running 0 tests |
| 9991 | 2026-07-19T04:20:40.259Z | |
| 9992 | 2026-07-19T04:20:40.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-07-19T04:20:40.259Z | |
| 9994 | 2026-07-19T04:20:40.259Z | Doc-tests aal |
| 9995 | 2026-07-19T04:20:40.434Z | |
| 9996 | 2026-07-19T04:20:40.434Z | running 0 tests |
| 9997 | 2026-07-19T04:20:40.434Z | |
| 9998 | 2026-07-19T04:20:40.438Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-07-19T04:20:40.438Z | |
| 10000 | 2026-07-19T04:20:40.454Z | Doc-tests aal_macros |
| 10001 | 2026-07-19T04:20:40.531Z | |
| 10002 | 2026-07-19T04:20:40.531Z | running 0 tests |
| 10003 | 2026-07-19T04:20:40.531Z | |
| 10004 | 2026-07-19T04:20:40.531Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-07-19T04:20:40.531Z | |
| 10006 | 2026-07-19T04:20:40.541Z | Doc-tests common |
| 10007 | 2026-07-19T04:20:40.788Z | |
| 10008 | 2026-07-19T04:20:40.788Z | running 0 tests |
| 10009 | 2026-07-19T04:20:40.788Z | |
| 10010 | 2026-07-19T04:20:40.788Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10011 | 2026-07-19T04:20:40.788Z | |
| 10012 | 2026-07-19T04:20:40.810Z | Doc-tests dpd_api |
| 10013 | 2026-07-19T04:20:41.653Z | |
| 10014 | 2026-07-19T04:20:41.653Z | running 2 tests |
| 10015 | 2026-07-19T04:20:41.653Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10016 | 2026-07-19T04:20:41.653Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10017 | 2026-07-19T04:20:41.653Z | |
| 10018 | 2026-07-19T04:20:41.653Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-07-19T04:20:41.653Z | |
| 10020 | 2026-07-19T04:20:41.686Z | Doc-tests dpd_client |
| 10021 | 2026-07-19T04:20:42.994Z | |
| 10022 | 2026-07-19T04:20:42.994Z | running 0 tests |
| 10023 | 2026-07-19T04:20:42.994Z | |
| 10024 | 2026-07-19T04:20:42.994Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-07-19T04:20:42.994Z | |
| 10026 | 2026-07-19T04:20:43.043Z | Doc-tests dpd_types |
| 10027 | 2026-07-19T04:20:43.257Z | |
| 10028 | 2026-07-19T04:20:43.257Z | running 0 tests |
| 10029 | 2026-07-19T04:20:43.257Z | |
| 10030 | 2026-07-19T04:20:43.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10031 | 2026-07-19T04:20:43.257Z | |
| 10032 | 2026-07-19T04:20:43.285Z | Doc-tests dpd_types_versions |
| 10033 | 2026-07-19T04:20:44.515Z | |
| 10034 | 2026-07-19T04:20:44.515Z | running 1 test |
| 10035 | 2026-07-19T04:20:44.515Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10036 | 2026-07-19T04:20:44.515Z | |
| 10037 | 2026-07-19T04:20:44.515Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-07-19T04:20:44.515Z | |
| 10039 | 2026-07-19T04:20:44.561Z | Doc-tests packet |
| 10040 | 2026-07-19T04:20:44.680Z | |
| 10041 | 2026-07-19T04:20:44.680Z | running 0 tests |
| 10042 | 2026-07-19T04:20:44.680Z | |
| 10043 | 2026-07-19T04:20:44.680Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-07-19T04:20:44.680Z | |
| 10045 | 2026-07-19T04:20:44.699Z | Doc-tests pcap |
| 10046 | 2026-07-19T04:20:44.752Z | |
| 10047 | 2026-07-19T04:20:44.752Z | running 0 tests |
| 10048 | 2026-07-19T04:20:44.752Z | |
| 10049 | 2026-07-19T04:20:44.752Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10050 | 2026-07-19T04:20:44.752Z | |
| 10051 | 2026-07-19T04:20:44.806Z | process exited: duration 592363 ms, exit code 0 |
| |
| 10052 | 2026-07-19T04:20:44.814Z | found 0 output files |