|
|
|
| 1 | 2026-08-24T12:59:52.848Z | job assigned to worker 01M0SXMNNJGH8E1BDJ70S96CRW [factory aws, i-07a1505b138fcf9e2] (queued for 55 s) |
| |
| 2 | 2026-08-24T12:59:59.817Z | starting task 0: "setup" |
| 3 | 2026-08-24T12:59:59.820Z | ++ uname -s |
| 4 | 2026-08-24T12:59:59.823Z | + kern=SunOS |
| 5 | 2026-08-24T12:59:59.823Z | + build_user=build |
| 6 | 2026-08-24T12:59:59.823Z | + build_uid=12345 |
| 7 | 2026-08-24T12:59:59.824Z | + work_dir=/work |
| 8 | 2026-08-24T12:59:59.824Z | + input_dir=/input |
| 9 | 2026-08-24T12:59:59.824Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-24T12:59:59.824Z | + case "$kern" in |
| 11 | 2026-08-24T12:59:59.824Z | + groupadd -g 12345 build |
| 12 | 2026-08-24T12:59:59.824Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-24T13:00:01.829Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-24T13:00:01.901Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-24T13:00:01.904Z | + home_fs=zfs |
| 16 | 2026-08-24T13:00:01.904Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-24T13:00:01.904Z | + mkdir -p /home/build |
| 18 | 2026-08-24T13:00:01.904Z | + chown build:build /home/build /work |
| 19 | 2026-08-24T13:00:03.905Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-24T13:00:03.908Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-08-24T13:00:03.914Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-24T13:00:03.917Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-08-24T13:00:03.920Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-24T13:00:03.920Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-08-24T13:00:03.920Z | * rust toolchain profile = "default" |
| 26 | 2026-08-24T13:00:03.920Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-24T13:00:03.920Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-24T13:00:03.920Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-24T13:00:03.920Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-08-24T13:00:03.999Z | info: downloading installer |
| 31 | 2026-08-24T13:00:05.545Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-24T13:00:05.545Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-24T13:00:05.545Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-24T13:00:05.545Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-24T13:00:05.557Z | info: profile set to default |
| 36 | 2026-08-24T13:00:05.557Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-24T13:00:05.560Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-08-24T13:00:05.688Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-08-24T13:00:05.691Z | info: downloading 6 components |
| 40 | 2026-08-24T13:00:20.485Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-08-24T13:00:20.485Z | |
| 42 | 2026-08-24T13:00:20.515Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-08-24T13:00:20.515Z | |
| 44 | 2026-08-24T13:00:20.518Z | |
| 45 | 2026-08-24T13:00:20.518Z | Rust is installed now. Great! |
| 46 | 2026-08-24T13:00:20.518Z | |
| 47 | 2026-08-24T13:00:20.518Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-24T13:00:20.518Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-24T13:00:20.518Z | |
| 50 | 2026-08-24T13:00:20.518Z | To configure your current shell, you need to source |
| 51 | 2026-08-24T13:00:20.518Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-24T13:00:20.518Z | |
| 53 | 2026-08-24T13:00:20.518Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-24T13:00:20.518Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-24T13:00:20.518Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-24T13:00:20.518Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-24T13:00:20.518Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-24T13:00:20.518Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-24T13:00:20.518Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-24T13:00:20.519Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-24T13:00:20.519Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-24T13:00:20.616Z | + rustup --version |
| 63 | 2026-08-24T13:00:20.625Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-24T13:00:20.628Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-24T13:00:20.646Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-08-24T13:00:20.649Z | + cargo --version |
| 67 | 2026-08-24T13:00:20.662Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-08-24T13:00:20.665Z | + rustc --version |
| 69 | 2026-08-24T13:00:20.685Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-08-24T13:00:20.688Z | process exited: duration 16774 ms, exit code 0 |
| |
| 71 | 2026-08-24T13:00:20.695Z | starting task 2: "authentication" |
| 72 | 2026-08-24T13:00:20.711Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-24T13:00:20.717Z | starting task 3: "clone repository" |
| 74 | 2026-08-24T13:00:20.720Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-24T13:00:20.723Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-24T13:00:20.753Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-24T13:00:21.500Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-24T13:00:21.501Z | + git fetch origin 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 79 | 2026-08-24T13:00:21.801Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-24T13:00:21.801Z | * branch 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> FETCH_HEAD |
| 81 | 2026-08-24T13:00:21.808Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-08-24T13:00:21.811Z | ++ git branch --show-current |
| 83 | 2026-08-24T13:00:21.811Z | + current=main |
| 84 | 2026-08-24T13:00:21.811Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-08-24T13:00:21.811Z | + git branch -f multicast-e2e 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 86 | 2026-08-24T13:00:21.814Z | + git checkout -f multicast-e2e |
| 87 | 2026-08-24T13:00:21.830Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-08-24T13:00:21.834Z | + git reset --hard 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 89 | 2026-08-24T13:00:21.849Z | HEAD is now at 3d49b13 [merge] merge main into multicast-e2e |
| 90 | 2026-08-24T13:00:21.852Z | process exited: duration 1133 ms, exit code 0 |
| |
| 91 | 2026-08-24T13:00:21.858Z | starting task 4: "build" |
| 92 | 2026-08-24T13:00:21.861Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-24T13:00:21.883Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-24T13:00:21.883Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-24T13:00:21.883Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-24T13:00:21.883Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-24T13:00:21.883Z | +++ uname -s |
| 98 | 2026-08-24T13:00:21.883Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-24T13:00:21.883Z | ++ SERIES=illumos |
| 100 | 2026-08-24T13:00:21.884Z | +++ uname -s |
| 101 | 2026-08-24T13:00:21.884Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-24T13:00:21.884Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-24T13:00:21.884Z | ++ rustup show active-toolchain |
| 104 | 2026-08-24T13:00:21.884Z | 1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-24T13:00:21.884Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-24T13:00:21.884Z | ++ banner 'sde setup' |
| 107 | 2026-08-24T13:00:21.884Z | |
| 108 | 2026-08-24T13:00:21.884Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-24T13:00:21.884Z | # # # # # # # # # # # |
| 110 | 2026-08-24T13:00:21.884Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-24T13:00:21.884Z | # # # # # # # # # ##### |
| 112 | 2026-08-24T13:00:21.884Z | # # # # # # # # # # # # |
| 113 | 2026-08-24T13:00:21.884Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-24T13:00:21.884Z | |
| 115 | 2026-08-24T13:00:21.884Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-24T13:00:21.884Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-24T13:00:21.884Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-24T13:00:21.884Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-24T13:00:21.884Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-24T13:00:21.884Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-24T13:00:21.884Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-24T13:00:22.872Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 76.67M 0 0
100 76.03M 100 76.03M 0 0 76.67M 0 0
100 76.03M 100 76.03M 0 0 76.67M 0 0 |
| 123 | 2026-08-24T13:00:22.875Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-24T13:00:22.923Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-24T13:00:22.923Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-24T13:00:22.923Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-24T13:00:27.317Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-24T13:00:27.675Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-24T13:00:27.729Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-24T13:00:29.888Z | Planning: Solver setup ... Done |
| 131 | 2026-08-24T13:00:29.945Z | Planning: Running solver ... Done |
| 132 | 2026-08-24T13:00:29.987Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-24T13:00:29.990Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-24T13:00:29.994Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-24T13:00:30.007Z | Planning: Package planning ... Done |
| 136 | 2026-08-24T13:00:30.010Z | Planning: Merging actions ... Done |
| 137 | 2026-08-24T13:00:30.093Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-24T13:00:30.096Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-24T13:00:30.937Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-24T13:00:30.940Z | Planning: Planning completed in 3.21 seconds |
| 141 | 2026-08-24T13:00:30.945Z | Packages to install: 1 |
| 142 | 2026-08-24T13:00:30.945Z | Create boot environment: No |
| 143 | 2026-08-24T13:00:30.948Z | Create backup boot environment: No |
| 144 | 2026-08-24T13:00:30.969Z | |
| 145 | 2026-08-24T13:00:30.970Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-24T13:00:31.104Z | Download: Completed 75.30 MB in 0.13 seconds (560M/s) |
| 147 | 2026-08-24T13:00:31.277Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-24T13:00:32.231Z | Actions: Completed 293 actions in 0.95 seconds. |
| 149 | 2026-08-24T13:00:32.234Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-24T13:00:32.276Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-24T13:00:32.367Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-24T13:00:34.813Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-24T13:00:34.878Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-24T13:00:34.907Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-24T13:00:35.146Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-24T13:00:35.309Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-24T13:00:35.309Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-24T13:00:35.309Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-24T13:00:35.309Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-24T13:00:35.309Z | ++ banner packages |
| 161 | 2026-08-24T13:00:35.312Z | |
| 162 | 2026-08-24T13:00:35.312Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-24T13:00:35.312Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-24T13:00:35.313Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-24T13:00:35.313Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-24T13:00:35.313Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-24T13:00:35.313Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-24T13:00:35.313Z | |
| 169 | 2026-08-24T13:00:35.313Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-24T13:00:35.579Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-24T13:00:35.582Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-24T13:00:37.488Z | Planning: Solver setup ... Done |
| 173 | 2026-08-24T13:00:37.546Z | Planning: Running solver ... Done |
| 174 | 2026-08-24T13:00:37.591Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-24T13:00:37.593Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-24T13:00:37.593Z | Planning: Planning completed in 2.01 seconds |
| 177 | 2026-08-24T13:00:37.608Z | No updates necessary for this image. |
| 178 | 2026-08-24T13:00:37.741Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-24T13:00:37.953Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-24T13:00:38.059Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-24T13:00:38.062Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-24T13:00:38.218Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-24T13:00:38.221Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-08-24T13:00:38.241Z | Mediators to change: 2 |
| 185 | 2026-08-24T13:00:38.241Z | Create boot environment: No |
| 186 | 2026-08-24T13:00:38.241Z | Create backup boot environment: No |
| 187 | 2026-08-24T13:00:38.289Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-24T13:00:38.289Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-24T13:00:38.339Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-24T13:00:40.289Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-24T13:00:40.349Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-24T13:00:40.352Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-24T13:00:40.411Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-24T13:00:40.488Z | ++ cargo --version |
| 195 | 2026-08-24T13:00:40.498Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 196 | 2026-08-24T13:00:40.501Z | ++ rustc --version |
| 197 | 2026-08-24T13:00:40.521Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 198 | 2026-08-24T13:00:40.524Z | + banner copyrights |
| 199 | 2026-08-24T13:00:40.527Z | |
| 200 | 2026-08-24T13:00:40.527Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-24T13:00:40.527Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-24T13:00:40.527Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-24T13:00:40.527Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-24T13:00:40.527Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-24T13:00:40.527Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-24T13:00:40.527Z | |
| 207 | 2026-08-24T13:00:40.528Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-24T13:00:41.682Z | dpd/p4/headers.p4: Copyright with wrong year |
| 209 | 2026-08-24T13:00:42.082Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 210 | 2026-08-24T13:00:42.226Z | pcap/build.rs: Copyright with wrong year |
| 211 | 2026-08-24T13:00:42.406Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 212 | 2026-08-24T13:00:42.628Z | + banner clippy |
| 213 | 2026-08-24T13:00:42.631Z | |
| 214 | 2026-08-24T13:00:42.631Z | #### # # ##### ##### # # |
| 215 | 2026-08-24T13:00:42.631Z | # # # # # # # # # # |
| 216 | 2026-08-24T13:00:42.631Z | # # # # # # # # |
| 217 | 2026-08-24T13:00:42.631Z | # # # ##### ##### # |
| 218 | 2026-08-24T13:00:42.631Z | # # # # # # # |
| 219 | 2026-08-24T13:00:42.631Z | #### ###### # # # # |
| 220 | 2026-08-24T13:00:42.631Z | |
| 221 | 2026-08-24T13:00:42.631Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 222 | 2026-08-24T13:00:42.631Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 223 | 2026-08-24T13:00:42.778Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 224 | 2026-08-24T13:00:53.540Z | Updating crates.io index |
| 225 | 2026-08-24T13:00:53.543Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 226 | 2026-08-24T13:00:53.973Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 227 | 2026-08-24T13:00:55.115Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 228 | 2026-08-24T13:00:55.517Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-24T13:00:55.795Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 230 | 2026-08-24T13:00:56.671Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 231 | 2026-08-24T13:00:57.010Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 232 | 2026-08-24T13:00:57.573Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 233 | 2026-08-24T13:00:57.954Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 234 | 2026-08-24T13:00:58.435Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-24T13:00:58.889Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 236 | 2026-08-24T13:01:00.478Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 237 | 2026-08-24T13:01:00.857Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 238 | 2026-08-24T13:01:01.213Z | Updating git repository `https://github.com/oxidecomputer/acpi_tables.git` |
| 239 | 2026-08-24T13:01:01.535Z | Updating git submodule `https://github.com/rust-vmm/rust-vmm-ci.git` |
| 240 | 2026-08-24T13:01:01.926Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-08-24T13:01:02.326Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 242 | 2026-08-24T13:01:02.665Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 243 | 2026-08-24T13:01:03.275Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 244 | 2026-08-24T13:01:03.792Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 245 | 2026-08-24T13:01:04.292Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 246 | 2026-08-24T13:01:04.915Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-08-24T13:01:05.566Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 248 | 2026-08-24T13:01:06.043Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 249 | 2026-08-24T13:01:06.388Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 250 | 2026-08-24T13:01:07.546Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 251 | 2026-08-24T13:01:07.878Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 252 | 2026-08-24T13:01:09.541Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 253 | 2026-08-24T13:01:10.174Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 254 | 2026-08-24T13:01:10.913Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 255 | 2026-08-24T13:01:12.369Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 256 | 2026-08-24T13:01:13.005Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 257 | 2026-08-24T13:01:13.344Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-24T13:01:13.813Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 259 | 2026-08-24T13:01:14.636Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 260 | 2026-08-24T13:01:15.421Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 261 | 2026-08-24T13:01:17.342Z | Downloading crates ... |
| 262 | 2026-08-24T13:01:17.399Z | Downloaded adler2 v2.0.1 |
| 263 | 2026-08-24T13:01:17.405Z | Downloaded async-recursion v1.1.1 |
| 264 | 2026-08-24T13:01:17.408Z | Downloaded async-stream v0.3.6 |
| 265 | 2026-08-24T13:01:17.411Z | Downloaded anstyle-query v1.1.4 |
| 266 | 2026-08-24T13:01:17.414Z | Downloaded debug-ignore v1.0.5 |
| 267 | 2026-08-24T13:01:17.417Z | Downloaded async-stream-impl v0.3.6 |
| 268 | 2026-08-24T13:01:17.417Z | Downloaded atomicwrites v0.4.4 |
| 269 | 2026-08-24T13:01:17.419Z | Downloaded atomic-waker v1.1.2 |
| 270 | 2026-08-24T13:01:17.419Z | Downloaded anstyle-parse v1.0.0 |
| 271 | 2026-08-24T13:01:17.422Z | Downloaded anstyle v1.0.14 |
| 272 | 2026-08-24T13:01:17.422Z | Downloaded convert_case v0.4.0 |
| 273 | 2026-08-24T13:01:17.422Z | Downloaded derive_more v0.99.20 |
| 274 | 2026-08-24T13:01:17.425Z | Downloaded dof v0.4.0 |
| 275 | 2026-08-24T13:01:17.428Z | Downloaded constant_time_eq v0.3.1 |
| 276 | 2026-08-24T13:01:17.428Z | Downloaded deranged v0.5.3 |
| 277 | 2026-08-24T13:01:17.428Z | Downloaded digest v0.11.3 |
| 278 | 2026-08-24T13:01:17.430Z | Downloaded dof v0.3.0 |
| 279 | 2026-08-24T13:01:17.430Z | Downloaded cfg-if v1.0.4 |
| 280 | 2026-08-24T13:01:17.433Z | Downloaded displaydoc v0.2.5 |
| 281 | 2026-08-24T13:01:17.433Z | Downloaded cpufeatures v0.3.0 |
| 282 | 2026-08-24T13:01:17.436Z | Downloaded hash32 v0.3.1 |
| 283 | 2026-08-24T13:01:17.436Z | Downloaded dropshot_endpoint v0.17.1 |
| 284 | 2026-08-24T13:01:17.439Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 285 | 2026-08-24T13:01:17.441Z | Downloaded bcs v0.1.6 |
| 286 | 2026-08-24T13:01:17.442Z | Downloaded futures-core v0.3.32 |
| 287 | 2026-08-24T13:01:17.444Z | Downloaded defmt-macros v1.0.1 |
| 288 | 2026-08-24T13:01:17.444Z | Downloaded defmt-parser v1.0.0 |
| 289 | 2026-08-24T13:01:17.444Z | Downloaded async-trait v0.1.89 |
| 290 | 2026-08-24T13:01:17.447Z | Downloaded cargo-platform v0.1.9 |
| 291 | 2026-08-24T13:01:17.449Z | Downloaded digest v0.10.7 |
| 292 | 2026-08-24T13:01:17.450Z | Downloaded derive-ex v0.1.8 |
| 293 | 2026-08-24T13:01:17.450Z | Downloaded defmt v1.0.1 |
| 294 | 2026-08-24T13:01:17.452Z | Downloaded hostname v0.3.1 |
| 295 | 2026-08-24T13:01:17.455Z | Downloaded clap_lex v1.1.0 |
| 296 | 2026-08-24T13:01:17.455Z | Downloaded cargo_metadata v0.18.1 |
| 297 | 2026-08-24T13:01:17.455Z | Downloaded git-stub v1.0.0 |
| 298 | 2026-08-24T13:01:17.458Z | Downloaded darling_macro v0.21.3 |
| 299 | 2026-08-24T13:01:17.458Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-08-24T13:01:17.458Z | Downloaded compression-codecs v0.4.32 |
| 301 | 2026-08-24T13:01:17.460Z | Downloaded base16ct v0.2.0 |
| 302 | 2026-08-24T13:01:17.460Z | Downloaded compression-core v0.4.32 |
| 303 | 2026-08-24T13:01:17.463Z | Downloaded dropshot_endpoint v0.16.7 |
| 304 | 2026-08-24T13:01:17.467Z | Downloaded embedded-io v0.4.0 |
| 305 | 2026-08-24T13:01:17.467Z | Downloaded ciborium-ll v0.2.2 |
| 306 | 2026-08-24T13:01:17.467Z | Downloaded darling_macro v0.23.0 |
| 307 | 2026-08-24T13:01:17.467Z | Downloaded arrayref v0.3.9 |
| 308 | 2026-08-24T13:01:17.470Z | Downloaded argon2 v0.5.3 |
| 309 | 2026-08-24T13:01:17.470Z | Downloaded fixedbitset v0.4.2 |
| 310 | 2026-08-24T13:01:17.470Z | Downloaded globset v0.4.16 |
| 311 | 2026-08-24T13:01:17.472Z | Downloaded group v0.13.0 |
| 312 | 2026-08-24T13:01:17.472Z | Downloaded derive-where v1.6.0 |
| 313 | 2026-08-24T13:01:17.475Z | Downloaded cstr-argument v0.1.2 |
| 314 | 2026-08-24T13:01:17.475Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 315 | 2026-08-24T13:01:17.478Z | Downloaded cpufeatures v0.2.17 |
| 316 | 2026-08-24T13:01:17.478Z | Downloaded crucible-workspace-hack v0.1.0 |
| 317 | 2026-08-24T13:01:17.478Z | Downloaded futures-io v0.3.32 |
| 318 | 2026-08-24T13:01:17.478Z | Downloaded embedded-io v0.6.1 |
| 319 | 2026-08-24T13:01:17.480Z | Downloaded foreign-types v0.5.0 |
| 320 | 2026-08-24T13:01:17.480Z | Downloaded block-buffer v0.10.4 |
| 321 | 2026-08-24T13:01:17.480Z | Downloaded crypto-common v0.1.6 |
| 322 | 2026-08-24T13:01:17.483Z | Downloaded errno v0.3.14 |
| 323 | 2026-08-24T13:01:17.483Z | Downloaded crc8 v0.1.1 |
| 324 | 2026-08-24T13:01:17.483Z | Downloaded colorchoice v1.0.4 |
| 325 | 2026-08-24T13:01:17.486Z | Downloaded gethostname v0.5.0 |
| 326 | 2026-08-24T13:01:17.486Z | Downloaded fnv v1.0.7 |
| 327 | 2026-08-24T13:01:17.486Z | Downloaded equivalent v1.0.2 |
| 328 | 2026-08-24T13:01:17.486Z | Downloaded bit-set v0.8.0 |
| 329 | 2026-08-24T13:01:17.486Z | Downloaded anyhow v1.0.102 |
| 330 | 2026-08-24T13:01:17.490Z | Downloaded futures-sink v0.3.32 |
| 331 | 2026-08-24T13:01:17.490Z | Downloaded foreign-types-shared v0.1.1 |
| 332 | 2026-08-24T13:01:17.492Z | Downloaded futures-task v0.3.32 |
| 333 | 2026-08-24T13:01:17.492Z | Downloaded futures-macro v0.3.32 |
| 334 | 2026-08-24T13:01:17.492Z | Downloaded cfg_aliases v0.2.1 |
| 335 | 2026-08-24T13:01:17.492Z | Downloaded foreign-types v0.3.2 |
| 336 | 2026-08-24T13:01:17.495Z | Downloaded crypto-common v0.2.2 |
| 337 | 2026-08-24T13:01:17.495Z | Downloaded dyn-clone v1.0.20 |
| 338 | 2026-08-24T13:01:17.495Z | Downloaded cobs v0.3.0 |
| 339 | 2026-08-24T13:01:17.498Z | Downloaded find-msvc-tools v0.1.9 |
| 340 | 2026-08-24T13:01:17.498Z | Downloaded ciborium-io v0.2.2 |
| 341 | 2026-08-24T13:01:17.498Z | Downloaded aead v0.5.2 |
| 342 | 2026-08-24T13:01:17.500Z | Downloaded defmt v0.3.100 |
| 343 | 2026-08-24T13:01:17.500Z | Downloaded const_format_proc_macros v0.2.34 |
| 344 | 2026-08-24T13:01:17.503Z | Downloaded byteorder v1.5.0 |
| 345 | 2026-08-24T13:01:17.503Z | Downloaded generic-array v0.14.7 |
| 346 | 2026-08-24T13:01:17.506Z | Downloaded hex v0.4.3 |
| 347 | 2026-08-24T13:01:17.506Z | Downloaded bitflags v1.3.2 |
| 348 | 2026-08-24T13:01:17.508Z | Downloaded httpdate v1.0.3 |
| 349 | 2026-08-24T13:01:17.508Z | Downloaded chacha20 v0.9.1 |
| 350 | 2026-08-24T13:01:17.511Z | Downloaded dunce v1.0.5 |
| 351 | 2026-08-24T13:01:17.511Z | Downloaded heck v0.5.0 |
| 352 | 2026-08-24T13:01:17.514Z | Downloaded form_urlencoded v1.2.2 |
| 353 | 2026-08-24T13:01:17.514Z | Downloaded float-ord v0.3.2 |
| 354 | 2026-08-24T13:01:17.514Z | Downloaded hostname v0.4.2 |
| 355 | 2026-08-24T13:01:17.517Z | Downloaded http-body v1.0.1 |
| 356 | 2026-08-24T13:01:17.517Z | Downloaded heck v0.4.1 |
| 357 | 2026-08-24T13:01:17.517Z | Downloaded darling v0.21.3 |
| 358 | 2026-08-24T13:01:17.519Z | Downloaded git-stub-vcs v0.1.0 |
| 359 | 2026-08-24T13:01:17.522Z | Downloaded cipher v0.4.4 |
| 360 | 2026-08-24T13:01:17.522Z | Downloaded hubpack_derive v0.1.1 |
| 361 | 2026-08-24T13:01:17.522Z | Downloaded bytecount v0.6.9 |
| 362 | 2026-08-24T13:01:17.525Z | Downloaded backoff v0.4.0 |
| 363 | 2026-08-24T13:01:17.525Z | Downloaded bit-vec v0.8.0 |
| 364 | 2026-08-24T13:01:17.525Z | Downloaded foreign-types-shared v0.3.1 |
| 365 | 2026-08-24T13:01:17.528Z | Downloaded clap v4.6.1 |
| 366 | 2026-08-24T13:01:17.531Z | Downloaded is_terminal_polyfill v1.70.1 |
| 367 | 2026-08-24T13:01:17.534Z | Downloaded darling_core v0.21.3 |
| 368 | 2026-08-24T13:01:17.537Z | Downloaded ident_case v1.0.1 |
| 369 | 2026-08-24T13:01:17.537Z | Downloaded is-terminal v0.4.16 |
| 370 | 2026-08-24T13:01:17.537Z | Downloaded internet-checksum v0.2.1 |
| 371 | 2026-08-24T13:01:17.537Z | Downloaded instant v0.1.13 |
| 372 | 2026-08-24T13:01:17.540Z | Downloaded indent_write v2.2.0 |
| 373 | 2026-08-24T13:01:17.540Z | Downloaded glob v0.3.3 |
| 374 | 2026-08-24T13:01:17.540Z | Downloaded fs-err v3.1.2 |
| 375 | 2026-08-24T13:01:17.543Z | Downloaded block-buffer v0.12.0 |
| 376 | 2026-08-24T13:01:17.543Z | Downloaded daft-derive v0.1.5 |
| 377 | 2026-08-24T13:01:17.546Z | Downloaded fixedbitset v0.5.7 |
| 378 | 2026-08-24T13:01:17.546Z | Downloaded highway v1.3.0 |
| 379 | 2026-08-24T13:01:17.548Z | Downloaded is_ci v1.2.0 |
| 380 | 2026-08-24T13:01:17.548Z | Downloaded cexpr v0.6.0 |
| 381 | 2026-08-24T13:01:17.551Z | Downloaded bs58 v0.5.1 |
| 382 | 2026-08-24T13:01:17.551Z | Downloaded autocfg v1.5.0 |
| 383 | 2026-08-24T13:01:17.554Z | Downloaded lazy_static v1.5.0 |
| 384 | 2026-08-24T13:01:17.554Z | Downloaded keccak v0.1.6 |
| 385 | 2026-08-24T13:01:17.554Z | Downloaded itoa v1.0.15 |
| 386 | 2026-08-24T13:01:17.554Z | Downloaded foreign-types-macros v0.2.3 |
| 387 | 2026-08-24T13:01:17.557Z | Downloaded foldhash v0.2.0 |
| 388 | 2026-08-24T13:01:17.557Z | Downloaded ff v0.13.1 |
| 389 | 2026-08-24T13:01:17.557Z | Downloaded csv-core v0.1.12 |
| 390 | 2026-08-24T13:01:17.560Z | Downloaded enum-as-inner v0.6.1 |
| 391 | 2026-08-24T13:01:17.560Z | Downloaded fs_extra v1.3.0 |
| 392 | 2026-08-24T13:01:17.562Z | Downloaded cmake v0.1.54 |
| 393 | 2026-08-24T13:01:17.562Z | Downloaded futures-executor v0.3.32 |
| 394 | 2026-08-24T13:01:17.562Z | Downloaded cancel-safe-futures v0.1.5 |
| 395 | 2026-08-24T13:01:17.565Z | Downloaded daft v0.1.5 |
| 396 | 2026-08-24T13:01:17.565Z | Downloaded kstat-rs v0.2.4 |
| 397 | 2026-08-24T13:01:17.568Z | Downloaded base64ct v1.8.0 |
| 398 | 2026-08-24T13:01:17.568Z | Downloaded fastrand v2.3.0 |
| 399 | 2026-08-24T13:01:17.570Z | Downloaded linked-hash-map v0.5.6 |
| 400 | 2026-08-24T13:01:17.570Z | Downloaded libscf-sys v1.2.0 |
| 401 | 2026-08-24T13:01:17.570Z | Downloaded crossbeam-deque v0.8.6 |
| 402 | 2026-08-24T13:01:17.573Z | Downloaded managed v0.8.0 |
| 403 | 2026-08-24T13:01:17.573Z | Downloaded macaddr v1.0.1 |
| 404 | 2026-08-24T13:01:17.573Z | Downloaded getrandom v0.3.4 |
| 405 | 2026-08-24T13:01:17.576Z | Downloaded http-body-util v0.1.3 |
| 406 | 2026-08-24T13:01:17.579Z | Downloaded elliptic-curve v0.13.8 |
| 407 | 2026-08-24T13:01:17.579Z | Downloaded allocator-api2 v0.2.21 |
| 408 | 2026-08-24T13:01:17.581Z | Downloaded inout v0.1.4 |
| 409 | 2026-08-24T13:01:17.581Z | Downloaded hyper-tls v0.6.0 |
| 410 | 2026-08-24T13:01:17.584Z | Downloaded either v1.15.0 |
| 411 | 2026-08-24T13:01:17.584Z | Downloaded match_cfg v0.1.0 |
| 412 | 2026-08-24T13:01:17.584Z | Downloaded ingot-types v0.1.2 |
| 413 | 2026-08-24T13:01:17.584Z | Downloaded memoffset v0.9.1 |
| 414 | 2026-08-24T13:01:17.587Z | Downloaded humantime v2.3.0 |
| 415 | 2026-08-24T13:01:17.587Z | Downloaded mime v0.3.17 |
| 416 | 2026-08-24T13:01:17.590Z | Downloaded crossbeam-utils v0.8.21 |
| 417 | 2026-08-24T13:01:17.590Z | Downloaded lru-cache v0.1.2 |
| 418 | 2026-08-24T13:01:17.590Z | Downloaded idna_adapter v1.2.1 |
| 419 | 2026-08-24T13:01:17.592Z | Downloaded num-conv v0.2.1 |
| 420 | 2026-08-24T13:01:17.592Z | Downloaded newtype_derive v0.1.6 |
| 421 | 2026-08-24T13:01:17.592Z | Downloaded num-derive v0.4.2 |
| 422 | 2026-08-24T13:01:17.595Z | Downloaded hmac v0.12.1 |
| 423 | 2026-08-24T13:01:17.595Z | Downloaded memmap v0.7.0 |
| 424 | 2026-08-24T13:01:17.598Z | Downloaded ingot v0.1.1 |
| 425 | 2026-08-24T13:01:17.598Z | Downloaded newtype-uuid-macros v0.1.0 |
| 426 | 2026-08-24T13:01:17.598Z | Downloaded newline-converter v0.3.0 |
| 427 | 2026-08-24T13:01:17.601Z | Downloaded num-iter v0.1.45 |
| 428 | 2026-08-24T13:01:17.601Z | Downloaded getrandom v0.2.16 |
| 429 | 2026-08-24T13:01:17.601Z | Downloaded hubpack v0.1.2 |
| 430 | 2026-08-24T13:01:17.603Z | Downloaded ipnet v2.11.0 |
| 431 | 2026-08-24T13:01:17.603Z | Downloaded crc32fast v1.5.0 |
| 432 | 2026-08-24T13:01:17.606Z | Downloaded console v0.15.11 |
| 433 | 2026-08-24T13:01:17.606Z | Downloaded num v0.4.3 |
| 434 | 2026-08-24T13:01:17.608Z | Downloaded num_threads v0.1.7 |
| 435 | 2026-08-24T13:01:17.608Z | Downloaded blake2 v0.10.6 |
| 436 | 2026-08-24T13:01:17.611Z | Downloaded futures-channel v0.3.32 |
| 437 | 2026-08-24T13:01:17.611Z | Downloaded critical-section v1.2.0 |
| 438 | 2026-08-24T13:01:17.611Z | Downloaded ipnetwork v0.21.1 |
| 439 | 2026-08-24T13:01:17.614Z | Downloaded cookie v0.18.1 |
| 440 | 2026-08-24T13:01:17.614Z | Downloaded foldhash v0.1.5 |
| 441 | 2026-08-24T13:01:17.616Z | Downloaded opaque-debug v0.3.1 |
| 442 | 2026-08-24T13:01:17.616Z | Downloaded iana-time-zone v0.1.64 |
| 443 | 2026-08-24T13:01:17.619Z | Downloaded olpc-cjson v0.1.4 |
| 444 | 2026-08-24T13:01:17.619Z | Downloaded openssl-probe v0.1.6 |
| 445 | 2026-08-24T13:01:17.619Z | Downloaded omicron-workspace-hack v0.1.0 |
| 446 | 2026-08-24T13:01:17.619Z | Downloaded parse-display v0.10.0 |
| 447 | 2026-08-24T13:01:17.622Z | Downloaded num_enum_derive v0.5.11 |
| 448 | 2026-08-24T13:01:17.622Z | Downloaded erased-serde v0.3.31 |
| 449 | 2026-08-24T13:01:17.622Z | Downloaded clap_derive v4.6.1 |
| 450 | 2026-08-24T13:01:17.625Z | Downloaded hyper-rustls v0.27.7 |
| 451 | 2026-08-24T13:01:17.625Z | Downloaded bitflags v2.11.1 |
| 452 | 2026-08-24T13:01:17.627Z | Downloaded lru-slab v0.1.2 |
| 453 | 2026-08-24T13:01:17.630Z | Downloaded linear-map v1.2.0 |
| 454 | 2026-08-24T13:01:17.630Z | Downloaded libsw-core v0.3.2 |
| 455 | 2026-08-24T13:01:17.630Z | Downloaded percent-encoding v2.3.2 |
| 456 | 2026-08-24T13:01:17.633Z | Downloaded arrayvec v0.7.6 |
| 457 | 2026-08-24T13:01:17.633Z | Downloaded libsw v3.5.0 |
| 458 | 2026-08-24T13:01:17.633Z | Downloaded openssl-macros v0.1.1 |
| 459 | 2026-08-24T13:01:17.636Z | Downloaded crossbeam-epoch v0.9.18 |
| 460 | 2026-08-24T13:01:17.636Z | Downloaded ciborium v0.2.2 |
| 461 | 2026-08-24T13:01:17.639Z | Downloaded camino v1.2.3 |
| 462 | 2026-08-24T13:01:17.639Z | Downloaded darling v0.23.0 |
| 463 | 2026-08-24T13:01:17.642Z | Downloaded multer v3.1.0 |
| 464 | 2026-08-24T13:01:17.645Z | Downloaded lock_api v0.4.14 |
| 465 | 2026-08-24T13:01:17.645Z | Downloaded httparse v1.10.1 |
| 466 | 2026-08-24T13:01:17.648Z | Downloaded ingot-macros v0.1.1 |
| 467 | 2026-08-24T13:01:17.648Z | Downloaded phf_shared v0.12.1 |
| 468 | 2026-08-24T13:01:17.648Z | Downloaded clang-sys v1.8.1 |
| 469 | 2026-08-24T13:01:17.650Z | Downloaded powerfmt v0.2.0 |
| 470 | 2026-08-24T13:01:17.650Z | Downloaded camino-tempfile v1.4.1 |
| 471 | 2026-08-24T13:01:17.650Z | Downloaded hybrid-array v0.4.12 |
| 472 | 2026-08-24T13:01:17.654Z | Downloaded anstream v1.0.0 |
| 473 | 2026-08-24T13:01:17.654Z | Downloaded proc-macro-error-attr v1.0.4 |
| 474 | 2026-08-24T13:01:17.657Z | Downloaded drift v0.2.0 |
| 475 | 2026-08-24T13:01:17.660Z | Downloaded half v2.7.1 |
| 476 | 2026-08-24T13:01:17.662Z | Downloaded num-integer v0.1.46 |
| 477 | 2026-08-24T13:01:17.662Z | Downloaded getrandom v0.4.2 |
| 478 | 2026-08-24T13:01:17.665Z | Downloaded newtype-uuid v1.3.2 |
| 479 | 2026-08-24T13:01:17.668Z | Downloaded pretty-hex v0.4.1 |
| 480 | 2026-08-24T13:01:17.668Z | Downloaded potential_utf v0.1.3 |
| 481 | 2026-08-24T13:01:17.668Z | Downloaded num_enum v0.7.5 |
| 482 | 2026-08-24T13:01:17.671Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 483 | 2026-08-24T13:01:17.673Z | Downloaded proc-macro-crate v1.3.1 |
| 484 | 2026-08-24T13:01:17.673Z | Downloaded num_enum_derive v0.7.5 |
| 485 | 2026-08-24T13:01:17.673Z | Downloaded num_enum v0.5.11 |
| 486 | 2026-08-24T13:01:17.677Z | Downloaded progenitor-macro v0.10.0 |
| 487 | 2026-08-24T13:01:17.677Z | Downloaded quick-error v1.2.3 |
| 488 | 2026-08-24T13:01:17.680Z | Downloaded colored v3.1.1 |
| 489 | 2026-08-24T13:01:17.680Z | Downloaded progenitor-client v0.14.0 |
| 490 | 2026-08-24T13:01:17.680Z | Downloaded password-hash v0.5.0 |
| 491 | 2026-08-24T13:01:17.683Z | Downloaded libloading v0.8.9 |
| 492 | 2026-08-24T13:01:17.683Z | Downloaded jobserver v0.1.34 |
| 493 | 2026-08-24T13:01:17.686Z | Downloaded native-tls v0.2.14 |
| 494 | 2026-08-24T13:01:17.686Z | Downloaded const-oid v0.10.2 |
| 495 | 2026-08-24T13:01:17.689Z | Downloaded pem v3.0.5 |
| 496 | 2026-08-24T13:01:17.689Z | Downloaded parse-display-derive v0.10.0 |
| 497 | 2026-08-24T13:01:17.689Z | Downloaded bytes v1.12.0 |
| 498 | 2026-08-24T13:01:17.691Z | Downloaded async-compression v0.4.33 |
| 499 | 2026-08-24T13:01:17.694Z | Downloaded filetime v0.2.26 |
| 500 | 2026-08-24T13:01:17.697Z | Downloaded owo-colors v4.3.0 |
| 501 | 2026-08-24T13:01:17.697Z | Downloaded oxnet v0.1.6 |
| 502 | 2026-08-24T13:01:17.697Z | Downloaded oxide-tokio-rt v0.1.6 |
| 503 | 2026-08-24T13:01:17.700Z | Downloaded paste v1.0.15 |
| 504 | 2026-08-24T13:01:17.700Z | Downloaded memmap2 v0.9.8 |
| 505 | 2026-08-24T13:01:17.703Z | Downloaded indexmap v1.9.3 |
| 506 | 2026-08-24T13:01:17.705Z | Downloaded litemap v0.8.0 |
| 507 | 2026-08-24T13:01:17.705Z | Downloaded icu_provider v2.0.0 |
| 508 | 2026-08-24T13:01:17.708Z | Downloaded poly1305 v0.8.0 |
| 509 | 2026-08-24T13:01:17.708Z | Downloaded progenitor-macro v0.14.0 |
| 510 | 2026-08-24T13:01:17.711Z | Downloaded pin-project-lite v0.2.16 |
| 511 | 2026-08-24T13:01:17.713Z | Downloaded rand_chacha v0.3.1 |
| 512 | 2026-08-24T13:01:17.713Z | Downloaded progenitor-macro v0.11.1 |
| 513 | 2026-08-24T13:01:17.713Z | Downloaded ref-cast-impl v1.0.25 |
| 514 | 2026-08-24T13:01:17.716Z | Downloaded rand_xorshift v0.4.0 |
| 515 | 2026-08-24T13:01:17.716Z | Downloaded pin-project-internal v1.1.10 |
| 516 | 2026-08-24T13:01:17.716Z | Downloaded plain v0.2.3 |
| 517 | 2026-08-24T13:01:17.719Z | Downloaded phf v0.12.1 |
| 518 | 2026-08-24T13:01:17.719Z | Downloaded pest_generator v2.8.2 |
| 519 | 2026-08-24T13:01:17.719Z | Downloaded futures v0.3.32 |
| 520 | 2026-08-24T13:01:17.722Z | Downloaded pkg-config v0.3.32 |
| 521 | 2026-08-24T13:01:17.724Z | Downloaded cc v1.2.64 |
| 522 | 2026-08-24T13:01:17.724Z | Downloaded proc-macro-error v1.0.4 |
| 523 | 2026-08-24T13:01:17.727Z | Downloaded same-file v1.0.6 |
| 524 | 2026-08-24T13:01:17.730Z | Downloaded heapless v0.8.0 |
| 525 | 2026-08-24T13:01:17.730Z | Downloaded num-complex v0.4.6 |
| 526 | 2026-08-24T13:01:17.732Z | Downloaded ppv-lite86 v0.2.21 |
| 527 | 2026-08-24T13:01:17.732Z | Downloaded crypto-bigint v0.5.5 |
| 528 | 2026-08-24T13:01:17.735Z | Downloaded progenitor-client v0.11.1 |
| 529 | 2026-08-24T13:01:17.738Z | Downloaded scopeguard v1.2.0 |
| 530 | 2026-08-24T13:01:17.738Z | Downloaded progenitor-client v0.10.0 |
| 531 | 2026-08-24T13:01:17.738Z | Downloaded rustc_version v0.1.7 |
| 532 | 2026-08-24T13:01:17.741Z | Downloaded scroll_derive v0.12.1 |
| 533 | 2026-08-24T13:01:17.741Z | Downloaded rustc_version v0.4.1 |
| 534 | 2026-08-24T13:01:17.741Z | Downloaded const_format v0.2.34 |
| 535 | 2026-08-24T13:01:17.743Z | Downloaded parking_lot_core v0.9.12 |
| 536 | 2026-08-24T13:01:17.746Z | Downloaded darling_core v0.23.0 |
| 537 | 2026-08-24T13:01:17.748Z | Downloaded parking_lot v0.12.5 |
| 538 | 2026-08-24T13:01:17.748Z | Downloaded base64 v0.22.1 |
| 539 | 2026-08-24T13:01:17.751Z | Downloaded icu_properties v2.0.1 |
| 540 | 2026-08-24T13:01:17.754Z | Downloaded semver v0.1.20 |
| 541 | 2026-08-24T13:01:17.754Z | Downloaded omicron-zone-package v0.12.2 |
| 542 | 2026-08-24T13:01:17.756Z | Downloaded crossbeam-channel v0.5.15 |
| 543 | 2026-08-24T13:01:17.759Z | Downloaded serde_plain v1.0.2 |
| 544 | 2026-08-24T13:01:17.759Z | Downloaded rand_core v0.9.3 |
| 545 | 2026-08-24T13:01:17.762Z | Downloaded icu_normalizer_data v2.0.0 |
| 546 | 2026-08-24T13:01:17.762Z | Downloaded icu_locale_core v2.0.0 |
| 547 | 2026-08-24T13:01:17.765Z | Downloaded serde-big-array v0.5.1 |
| 548 | 2026-08-24T13:01:17.767Z | Downloaded chacha20poly1305 v0.10.1 |
| 549 | 2026-08-24T13:01:17.767Z | Downloaded secrecy v0.10.3 |
| 550 | 2026-08-24T13:01:17.767Z | Downloaded search_path v0.1.4 |
| 551 | 2026-08-24T13:01:17.770Z | Downloaded scroll_derive v0.13.1 |
| 552 | 2026-08-24T13:01:17.770Z | Downloaded once_cell v1.21.3 |
| 553 | 2026-08-24T13:01:17.773Z | Downloaded pest_derive v2.8.2 |
| 554 | 2026-08-24T13:01:17.773Z | Downloaded rustc-hash v2.1.1 |
| 555 | 2026-08-24T13:01:17.773Z | Downloaded pest_meta v2.8.2 |
| 556 | 2026-08-24T13:01:17.777Z | Downloaded log v0.4.29 |
| 557 | 2026-08-24T13:01:17.780Z | Downloaded sha1 v0.10.6 |
| 558 | 2026-08-24T13:01:17.780Z | Downloaded serde_urlencoded v0.7.1 |
| 559 | 2026-08-24T13:01:17.780Z | Downloaded serde_spanned v1.1.1 |
| 560 | 2026-08-24T13:01:17.780Z | Downloaded rand_core v0.6.4 |
| 561 | 2026-08-24T13:01:17.780Z | Downloaded serde_spanned v0.6.9 |
| 562 | 2026-08-24T13:01:17.783Z | Downloaded rand_chacha v0.9.0 |
| 563 | 2026-08-24T13:01:17.783Z | Downloaded hickory-resolver v0.24.4 |
| 564 | 2026-08-24T13:01:17.786Z | Downloaded flate2 v1.1.2 |
| 565 | 2026-08-24T13:01:17.788Z | Downloaded serde_repr v0.1.20 |
| 566 | 2026-08-24T13:01:17.788Z | Downloaded rustversion v1.0.22 |
| 567 | 2026-08-24T13:01:17.791Z | Downloaded resolv-conf v0.7.5 |
| 568 | 2026-08-24T13:01:17.791Z | Downloaded postcard v1.1.3 |
| 569 | 2026-08-24T13:01:17.794Z | Downloaded rusty-fork v0.3.0 |
| 570 | 2026-08-24T13:01:17.794Z | Downloaded jiff-static v0.2.15 |
| 571 | 2026-08-24T13:01:17.797Z | Downloaded sigpipe v0.1.3 |
| 572 | 2026-08-24T13:01:17.797Z | Downloaded progenitor v0.14.0 |
| 573 | 2026-08-24T13:01:17.799Z | Downloaded progenitor v0.11.1 |
| 574 | 2026-08-24T13:01:17.799Z | Downloaded progenitor v0.10.0 |
| 575 | 2026-08-24T13:01:17.799Z | Downloaded num-rational v0.4.2 |
| 576 | 2026-08-24T13:01:17.802Z | Downloaded siphasher v1.0.1 |
| 577 | 2026-08-24T13:01:17.802Z | Downloaded rustls-pemfile v2.2.0 |
| 578 | 2026-08-24T13:01:17.802Z | Downloaded papergrid v0.11.0 |
| 579 | 2026-08-24T13:01:17.805Z | Downloaded papergrid v0.18.0 |
| 580 | 2026-08-24T13:01:17.808Z | Downloaded quote v1.0.45 |
| 581 | 2026-08-24T13:01:17.810Z | Downloaded proc-macro-error2 v2.0.1 |
| 582 | 2026-08-24T13:01:17.813Z | Downloaded num-traits v0.2.19 |
| 583 | 2026-08-24T13:01:17.813Z | Downloaded slog-bunyan v2.5.0 |
| 584 | 2026-08-24T13:01:17.816Z | Downloaded icu_normalizer v2.0.0 |
| 585 | 2026-08-24T13:01:17.818Z | Downloaded supports-color v3.0.2 |
| 586 | 2026-08-24T13:01:17.818Z | Downloaded structmeta-derive v0.3.0 |
| 587 | 2026-08-24T13:01:17.818Z | Downloaded structmeta v0.3.0 |
| 588 | 2026-08-24T13:01:17.818Z | Downloaded strsim v0.11.1 |
| 589 | 2026-08-24T13:01:17.821Z | Downloaded subtle v2.6.1 |
| 590 | 2026-08-24T13:01:17.821Z | Downloaded quinn-udp v0.5.14 |
| 591 | 2026-08-24T13:01:17.821Z | Downloaded data-encoding v2.9.0 |
| 592 | 2026-08-24T13:01:17.824Z | Downloaded pin-project v1.1.10 |
| 593 | 2026-08-24T13:01:17.828Z | Downloaded scroll v0.12.0 |
| 594 | 2026-08-24T13:01:17.831Z | Downloaded smawk v0.3.2 |
| 595 | 2026-08-24T13:01:17.831Z | Downloaded miniz_oxide v0.8.9 |
| 596 | 2026-08-24T13:01:17.834Z | Downloaded serde_tokenstream v0.2.3 |
| 597 | 2026-08-24T13:01:17.834Z | Downloaded serde_path_to_error v0.1.20 |
| 598 | 2026-08-24T13:01:17.836Z | Downloaded dtrace-parser v0.3.0 |
| 599 | 2026-08-24T13:01:17.836Z | Downloaded tagptr v0.2.0 |
| 600 | 2026-08-24T13:01:17.836Z | Downloaded tabled_derive v0.7.0 |
| 601 | 2026-08-24T13:01:17.839Z | Downloaded scroll v0.13.0 |
| 602 | 2026-08-24T13:01:17.839Z | Downloaded shlex v1.3.0 |
| 603 | 2026-08-24T13:01:17.844Z | Downloaded ref-cast v1.0.25 |
| 604 | 2026-08-24T13:01:17.847Z | Downloaded stable_deref_trait v1.2.0 |
| 605 | 2026-08-24T13:01:17.847Z | Downloaded serde_derive_internals v0.29.1 |
| 606 | 2026-08-24T13:01:17.850Z | Downloaded terminal_size v0.4.3 |
| 607 | 2026-08-24T13:01:17.850Z | Downloaded strum v0.26.3 |
| 608 | 2026-08-24T13:01:17.850Z | Downloaded ryu v1.0.20 |
| 609 | 2026-08-24T13:01:17.852Z | Downloaded sync_wrapper v1.0.2 |
| 610 | 2026-08-24T13:01:17.852Z | Downloaded expectorate v1.2.0 |
| 611 | 2026-08-24T13:01:17.855Z | Downloaded swrite v0.1.0 |
| 612 | 2026-08-24T13:01:17.855Z | Downloaded strum v0.28.0 |
| 613 | 2026-08-24T13:01:17.855Z | Downloaded progenitor-impl v0.10.0 |
| 614 | 2026-08-24T13:01:17.858Z | Downloaded icu_collections v2.0.0 |
| 615 | 2026-08-24T13:01:17.860Z | Downloaded slab v0.4.11 |
| 616 | 2026-08-24T13:01:17.863Z | Downloaded hashbrown v0.12.3 |
| 617 | 2026-08-24T13:01:17.866Z | Downloaded hickory-resolver v0.25.2 |
| 618 | 2026-08-24T13:01:17.866Z | Downloaded proc-macro2 v1.0.106 |
| 619 | 2026-08-24T13:01:17.868Z | Downloaded sha1 v0.11.0 |
| 620 | 2026-08-24T13:01:17.871Z | Downloaded strum v0.27.2 |
| 621 | 2026-08-24T13:01:17.871Z | Downloaded testing_table v0.3.0 |
| 622 | 2026-08-24T13:01:17.871Z | Downloaded termtree v0.5.1 |
| 623 | 2026-08-24T13:01:17.872Z | Downloaded take_mut v0.2.2 |
| 624 | 2026-08-24T13:01:17.874Z | Downloaded static_assertions v1.1.0 |
| 625 | 2026-08-24T13:01:17.874Z | Downloaded slog-json v2.6.1 |
| 626 | 2026-08-24T13:01:17.874Z | Downloaded progenitor-impl v0.11.1 |
| 627 | 2026-08-24T13:01:17.877Z | Downloaded thread-id v5.0.0 |
| 628 | 2026-08-24T13:01:17.877Z | Downloaded tinyvec_macros v0.1.1 |
| 629 | 2026-08-24T13:01:17.877Z | Downloaded strum_macros v0.28.0 |
| 630 | 2026-08-24T13:01:17.880Z | Downloaded curl v0.4.50 |
| 631 | 2026-08-24T13:01:17.883Z | Downloaded slog-dtrace v0.3.0 |
| 632 | 2026-08-24T13:01:17.883Z | Downloaded signal-hook-tokio v0.4.0 |
| 633 | 2026-08-24T13:01:17.886Z | Downloaded signal-hook-registry v1.4.6 |
| 634 | 2026-08-24T13:01:17.886Z | Downloaded shlex v2.0.1 |
| 635 | 2026-08-24T13:01:17.886Z | Downloaded semver v1.0.28 |
| 636 | 2026-08-24T13:01:17.888Z | Downloaded tabwriter v1.4.1 |
| 637 | 2026-08-24T13:01:17.888Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 638 | 2026-08-24T13:01:17.888Z | Downloaded sha2 v0.10.9 |
| 639 | 2026-08-24T13:01:17.891Z | Downloaded prettyplease v0.2.37 |
| 640 | 2026-08-24T13:01:17.894Z | Downloaded strum_macros v0.26.4 |
| 641 | 2026-08-24T13:01:17.900Z | Downloaded slog-async v2.8.0 |
| 642 | 2026-08-24T13:01:17.902Z | Downloaded dropshot-api-manager v0.7.2 |
| 643 | 2026-08-24T13:01:17.905Z | Downloaded smf v0.2.3 |
| 644 | 2026-08-24T13:01:17.905Z | Downloaded time-core v0.1.8 |
| 645 | 2026-08-24T13:01:17.908Z | Downloaded slog-term v2.9.2 |
| 646 | 2026-08-24T13:01:17.908Z | Downloaded tokio-macros v2.7.0 |
| 647 | 2026-08-24T13:01:17.911Z | Downloaded openssl-sys v0.9.117 |
| 648 | 2026-08-24T13:01:17.914Z | Downloaded toml_write v0.1.2 |
| 649 | 2026-08-24T13:01:17.916Z | Downloaded thiserror-impl v2.0.18 |
| 650 | 2026-08-24T13:01:17.916Z | Downloaded thiserror-impl v1.0.69 |
| 651 | 2026-08-24T13:01:17.919Z | Downloaded topological-sort v0.2.2 |
| 652 | 2026-08-24T13:01:17.919Z | Downloaded thiserror v2.0.18 |
| 653 | 2026-08-24T13:01:17.922Z | Downloaded tower-service v0.3.3 |
| 654 | 2026-08-24T13:01:17.922Z | Downloaded synstructure v0.13.2 |
| 655 | 2026-08-24T13:01:17.925Z | Downloaded serde_with_macros v3.22.0 |
| 656 | 2026-08-24T13:01:17.925Z | Downloaded thread_local v1.1.9 |
| 657 | 2026-08-24T13:01:17.928Z | Downloaded thiserror v1.0.69 |
| 658 | 2026-08-24T13:01:17.930Z | Downloaded toml_datetime v0.6.11 |
| 659 | 2026-08-24T13:01:17.930Z | Downloaded schemars_derive v0.8.22 |
| 660 | 2026-08-24T13:01:17.936Z | Downloaded tokio-native-tls v0.3.1 |
| 661 | 2026-08-24T13:01:17.939Z | Downloaded strum_macros v0.27.2 |
| 662 | 2026-08-24T13:01:17.939Z | Downloaded serde_derive v1.0.228 |
| 663 | 2026-08-24T13:01:17.943Z | Downloaded minimal-lexical v0.2.1 |
| 664 | 2026-08-24T13:01:17.946Z | Downloaded hyper-util v0.1.20 |
| 665 | 2026-08-24T13:01:17.948Z | Downloaded signal-hook v0.4.4 |
| 666 | 2026-08-24T13:01:17.953Z | Downloaded thread-id v4.2.2 |
| 667 | 2026-08-24T13:01:17.955Z | Downloaded typify-macro v0.4.3 |
| 668 | 2026-08-24T13:01:17.955Z | Downloaded tower-layer v0.3.3 |
| 669 | 2026-08-24T13:01:17.955Z | Downloaded unicode-linebreak v0.1.5 |
| 670 | 2026-08-24T13:01:17.958Z | Downloaded tinystr v0.8.1 |
| 671 | 2026-08-24T13:01:17.958Z | Downloaded unicode-xid v0.2.6 |
| 672 | 2026-08-24T13:01:17.958Z | Downloaded progenitor-impl v0.14.0 |
| 673 | 2026-08-24T13:01:17.961Z | Downloaded schemars v0.8.22 |
| 674 | 2026-08-24T13:01:17.965Z | Downloaded unarray v0.1.4 |
| 675 | 2026-08-24T13:01:17.968Z | Downloaded term v1.2.0 |
| 676 | 2026-08-24T13:01:17.971Z | Downloaded usdt-attr-macro v0.5.0 |
| 677 | 2026-08-24T13:01:17.971Z | Downloaded http v1.4.2 |
| 678 | 2026-08-24T13:01:17.973Z | Downloaded utf8parse v0.2.2 |
| 679 | 2026-08-24T13:01:17.973Z | Downloaded utf8_iter v1.0.4 |
| 680 | 2026-08-24T13:01:17.973Z | Downloaded usdt-attr-macro v0.6.0 |
| 681 | 2026-08-24T13:01:17.973Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 682 | 2026-08-24T13:01:17.976Z | Downloaded rayon-core v1.13.0 |
| 683 | 2026-08-24T13:01:17.976Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 684 | 2026-08-24T13:01:17.979Z | Downloaded snafu-derive v0.8.9 |
| 685 | 2026-08-24T13:01:17.979Z | Downloaded similar v2.7.0 |
| 686 | 2026-08-24T13:01:17.982Z | Downloaded tokio-dtrace v0.1.1 |
| 687 | 2026-08-24T13:01:17.982Z | Downloaded typify-macro v0.6.2 |
| 688 | 2026-08-24T13:01:17.985Z | Downloaded time-macros v0.2.27 |
| 689 | 2026-08-24T13:01:17.985Z | Downloaded wait-timeout v0.2.1 |
| 690 | 2026-08-24T13:01:17.985Z | Downloaded universal-hash v0.5.1 |
| 691 | 2026-08-24T13:01:17.987Z | Downloaded qorb v0.4.1 |
| 692 | 2026-08-24T13:01:17.990Z | Downloaded untrusted v0.7.1 |
| 693 | 2026-08-24T13:01:17.990Z | Downloaded quinn v0.11.9 |
| 694 | 2026-08-24T13:01:17.993Z | Downloaded rand v0.8.5 |
| 695 | 2026-08-24T13:01:17.993Z | Downloaded hashbrown v0.16.1 |
| 696 | 2026-08-24T13:01:17.996Z | Downloaded mio v1.2.1 |
| 697 | 2026-08-24T13:01:17.999Z | Downloaded want v0.3.1 |
| 698 | 2026-08-24T13:01:18.002Z | Downloaded waitgroup v0.1.2 |
| 699 | 2026-08-24T13:01:18.002Z | Downloaded tokio-rustls v0.25.0 |
| 700 | 2026-08-24T13:01:18.002Z | Downloaded serde_yaml v0.9.34+deprecated |
| 701 | 2026-08-24T13:01:18.004Z | Downloaded usdt v0.6.0 |
| 702 | 2026-08-24T13:01:18.004Z | Downloaded usdt-macro v0.6.0 |
| 703 | 2026-08-24T13:01:18.004Z | Downloaded usdt-macro v0.5.0 |
| 704 | 2026-08-24T13:01:18.007Z | Downloaded usdt v0.5.0 |
| 705 | 2026-08-24T13:01:18.007Z | Downloaded untrusted v0.9.0 |
| 706 | 2026-08-24T13:01:18.007Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 707 | 2026-08-24T13:01:18.010Z | Downloaded nom v7.1.3 |
| 708 | 2026-08-24T13:01:18.013Z | Downloaded toml v0.8.23 |
| 709 | 2026-08-24T13:01:18.013Z | Downloaded tokio-stream v0.1.17 |
| 710 | 2026-08-24T13:01:18.016Z | Downloaded xattr v1.6.1 |
| 711 | 2026-08-24T13:01:18.016Z | Downloaded indexmap v2.14.0 |
| 712 | 2026-08-24T13:01:18.019Z | Downloaded zerofrom-derive v0.1.6 |
| 713 | 2026-08-24T13:01:18.022Z | Downloaded try-lock v0.2.5 |
| 714 | 2026-08-24T13:01:18.022Z | Downloaded yoke-derive v0.8.0 |
| 715 | 2026-08-24T13:01:18.022Z | Downloaded thiserror-no-std v2.0.2 |
| 716 | 2026-08-24T13:01:18.025Z | Downloaded rustls-pki-types v1.12.0 |
| 717 | 2026-08-24T13:01:18.025Z | Downloaded smallvec v1.15.1 |
| 718 | 2026-08-24T13:01:18.027Z | Downloaded scuffle v0.1.0 |
| 719 | 2026-08-24T13:01:18.030Z | Downloaded usdt-impl v0.6.0 |
| 720 | 2026-08-24T13:01:18.055Z | Downloaded usdt-impl v0.5.0 |
| 721 | 2026-08-24T13:01:18.055Z | Downloaded hashbrown v0.15.5 |
| 722 | 2026-08-24T13:01:18.055Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 723 | 2026-08-24T13:01:18.055Z | Downloaded tempfile v3.27.0 |
| 724 | 2026-08-24T13:01:18.055Z | Downloaded zeroize_derive v1.4.3 |
| 725 | 2026-08-24T13:01:18.055Z | Downloaded tracing-attributes v0.1.30 |
| 726 | 2026-08-24T13:01:18.055Z | Downloaded zone v0.3.1 |
| 727 | 2026-08-24T13:01:18.055Z | Downloaded socket2 v0.6.4 |
| 728 | 2026-08-24T13:01:18.055Z | Downloaded serde v1.0.228 |
| 729 | 2026-08-24T13:01:18.055Z | Downloaded tinyvec v1.10.0 |
| 730 | 2026-08-24T13:01:18.055Z | Downloaded tokio-rustls v0.26.4 |
| 731 | 2026-08-24T13:01:18.055Z | Downloaded spin v0.9.8 |
| 732 | 2026-08-24T13:01:18.055Z | Downloaded rand v0.9.3 |
| 733 | 2026-08-24T13:01:18.059Z | Downloaded hashbrown v0.17.1 |
| 734 | 2026-08-24T13:01:18.059Z | Downloaded zerofrom v0.1.6 |
| 735 | 2026-08-24T13:01:18.062Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 736 | 2026-08-24T13:01:18.062Z | Downloaded toml v0.7.8 |
| 737 | 2026-08-24T13:01:18.066Z | Downloaded yoke v0.8.0 |
| 738 | 2026-08-24T13:01:18.066Z | Downloaded zeroize v1.8.1 |
| 739 | 2026-08-24T13:01:18.069Z | Downloaded writeable v0.6.1 |
| 740 | 2026-08-24T13:01:18.069Z | Downloaded serde_core v1.0.228 |
| 741 | 2026-08-24T13:01:18.069Z | Downloaded memchr v2.7.5 |
| 742 | 2026-08-24T13:01:18.072Z | Downloaded tar v0.4.45 |
| 743 | 2026-08-24T13:01:18.075Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 744 | 2026-08-24T13:01:18.075Z | Downloaded zerovec-derive v0.11.1 |
| 745 | 2026-08-24T13:01:18.077Z | Downloaded version_check v0.9.5 |
| 746 | 2026-08-24T13:01:18.077Z | Downloaded itertools v0.12.1 |
| 747 | 2026-08-24T13:01:18.080Z | Downloaded zone_cfg_derive v0.3.1 |
| 748 | 2026-08-24T13:01:18.080Z | Downloaded iddqd v0.3.18 |
| 749 | 2026-08-24T13:01:18.084Z | Downloaded zmij v1.0.17 |
| 750 | 2026-08-24T13:01:18.086Z | Downloaded test-strategy v0.4.3 |
| 751 | 2026-08-24T13:01:18.089Z | Downloaded schemars v0.9.0 |
| 752 | 2026-08-24T13:01:18.093Z | Downloaded zerocopy-derive v0.7.35 |
| 753 | 2026-08-24T13:01:18.096Z | Downloaded walkdir v2.5.0 |
| 754 | 2026-08-24T13:01:18.100Z | Downloaded vsss-rs v3.3.4 |
| 755 | 2026-08-24T13:01:18.100Z | Downloaded snafu v0.8.9 |
| 756 | 2026-08-24T13:01:18.103Z | Downloaded slog v2.8.2 |
| 757 | 2026-08-24T13:01:18.103Z | Downloaded ucd-trie v0.1.7 |
| 758 | 2026-08-24T13:01:18.106Z | Downloaded icu_properties_data v2.0.1 |
| 759 | 2026-08-24T13:01:18.108Z | Downloaded textwrap v0.16.2 |
| 760 | 2026-08-24T13:01:18.111Z | Downloaded toml_edit v0.22.27 |
| 761 | 2026-08-24T13:01:18.115Z | Downloaded futures-util v0.3.32 |
| 762 | 2026-08-24T13:01:18.118Z | Downloaded uuid v1.23.3 |
| 763 | 2026-08-24T13:01:18.121Z | Downloaded schemars v1.2.0 |
| 764 | 2026-08-24T13:01:18.128Z | Downloaded pest v2.8.2 |
| 765 | 2026-08-24T13:01:18.131Z | Downloaded idna v1.1.0 |
| 766 | 2026-08-24T13:01:18.133Z | Downloaded aho-corasick v1.1.3 |
| 767 | 2026-08-24T13:01:18.136Z | Downloaded hkdf v0.12.4 |
| 768 | 2026-08-24T13:01:18.139Z | Downloaded rustls-webpki v0.103.6 |
| 769 | 2026-08-24T13:01:18.139Z | Downloaded vergen v8.3.2 |
| 770 | 2026-08-24T13:01:18.142Z | Downloaded goblin v0.8.2 |
| 771 | 2026-08-24T13:01:18.145Z | Downloaded whoami v1.6.1 |
| 772 | 2026-08-24T13:01:18.145Z | Downloaded toml_edit v0.19.15 |
| 773 | 2026-08-24T13:01:18.153Z | Downloaded typify v0.4.3 |
| 774 | 2026-08-24T13:01:18.155Z | Downloaded typify v0.6.2 |
| 775 | 2026-08-24T13:01:18.158Z | Downloaded iri-string v0.7.8 |
| 776 | 2026-08-24T13:01:18.161Z | Downloaded h2 v0.4.14 |
| 777 | 2026-08-24T13:01:18.164Z | Downloaded tracing-core v0.1.34 |
| 778 | 2026-08-24T13:01:18.170Z | Downloaded unicode-ident v1.0.24 |
| 779 | 2026-08-24T13:01:18.173Z | Downloaded steno v0.4.1 |
| 780 | 2026-08-24T13:01:18.175Z | Downloaded unsafe-libyaml v0.2.11 |
| 781 | 2026-08-24T13:01:18.178Z | Downloaded tracing v0.1.41 |
| 782 | 2026-08-24T13:01:18.180Z | Downloaded hyper v1.10.1 |
| 783 | 2026-08-24T13:01:18.183Z | Downloaded clap_builder v4.6.0 |
| 784 | 2026-08-24T13:01:18.187Z | Downloaded itertools v0.14.0 |
| 785 | 2026-08-24T13:01:18.190Z | Downloaded reqwest v0.13.2 |
| 786 | 2026-08-24T13:01:18.193Z | Downloaded reqwest v0.12.23 |
| 787 | 2026-08-24T13:01:18.196Z | Downloaded libm v0.2.15 |
| 788 | 2026-08-24T13:01:18.202Z | Downloaded zerotrie v0.2.2 |
| 789 | 2026-08-24T13:01:18.205Z | Downloaded itertools v0.15.0 |
| 790 | 2026-08-24T13:01:18.208Z | Downloaded git2 v0.19.0 |
| 791 | 2026-08-24T13:01:18.220Z | Downloaded unicode-segmentation v1.12.0 |
| 792 | 2026-08-24T13:01:18.232Z | Downloaded regex v1.12.4 |
| 793 | 2026-08-24T13:01:18.235Z | Downloaded typed-path v0.9.3 |
| 794 | 2026-08-24T13:01:18.238Z | Downloaded unicode-normalization v0.1.24 |
| 795 | 2026-08-24T13:01:18.241Z | Downloaded portable-atomic v1.11.1 |
| 796 | 2026-08-24T13:01:18.246Z | Downloaded tower-http v0.6.8 |
| 797 | 2026-08-24T13:01:18.251Z | Downloaded tough v0.20.0 |
| 798 | 2026-08-24T13:01:18.255Z | Downloaded url v2.5.7 |
| 799 | 2026-08-24T13:01:18.260Z | Downloaded iddqd v0.4.5 |
| 800 | 2026-08-24T13:01:18.265Z | Downloaded zerovec v0.11.4 |
| 801 | 2026-08-24T13:01:18.276Z | Downloaded blake3 v1.8.2 |
| 802 | 2026-08-24T13:01:18.281Z | Downloaded zerocopy v0.7.35 |
| 803 | 2026-08-24T13:01:18.290Z | Downloaded goblin v0.10.1 |
| 804 | 2026-08-24T13:01:18.303Z | Downloaded tower v0.5.2 |
| 805 | 2026-08-24T13:01:18.308Z | Downloaded serde_with v3.22.0 |
| 806 | 2026-08-24T13:01:18.315Z | Downloaded zerocopy-derive v0.8.27 |
| 807 | 2026-08-24T13:01:18.319Z | Downloaded rayon v1.11.0 |
| 808 | 2026-08-24T13:01:18.324Z | Downloaded serde_json v1.0.150 |
| 809 | 2026-08-24T13:01:18.328Z | Downloaded typenum v1.20.1 |
| 810 | 2026-08-24T13:01:18.331Z | Downloaded dropshot v0.17.1 |
| 811 | 2026-08-24T13:01:18.343Z | Downloaded time v0.3.47 |
| 812 | 2026-08-24T13:01:18.349Z | Downloaded tabled v0.21.0 |
| 813 | 2026-08-24T13:01:18.359Z | Downloaded tokio-util v0.7.16 |
| 814 | 2026-08-24T13:01:18.363Z | Downloaded dropshot v0.16.7 |
| 815 | 2026-08-24T13:01:18.375Z | Downloaded aws-lc-rs v1.16.2 |
| 816 | 2026-08-24T13:01:18.380Z | Downloaded bindgen v0.72.1 |
| 817 | 2026-08-24T13:01:18.384Z | Downloaded zerocopy v0.8.27 |
| 818 | 2026-08-24T13:01:18.396Z | Downloaded syn v2.0.118 |
| 819 | 2026-08-24T13:01:18.403Z | Downloaded rustls-webpki v0.102.8 |
| 820 | 2026-08-24T13:01:18.413Z | Downloaded unicode-width v0.2.1 |
| 821 | 2026-08-24T13:01:18.417Z | Downloaded winnow v0.5.40 |
| 822 | 2026-08-24T13:01:18.421Z | Downloaded proptest v1.8.0 |
| 823 | 2026-08-24T13:01:18.426Z | Downloaded regress v0.10.5 |
| 824 | 2026-08-24T13:01:18.431Z | Downloaded hickory-proto v0.25.2 |
| 825 | 2026-08-24T13:01:18.439Z | Downloaded rustix v0.38.44 |
| 826 | 2026-08-24T13:01:18.452Z | Downloaded hickory-proto v0.24.4 |
| 827 | 2026-08-24T13:01:18.460Z | Downloaded moka v0.12.11 |
| 828 | 2026-08-24T13:01:18.465Z | Downloaded chrono v0.4.45 |
| 829 | 2026-08-24T13:01:18.469Z | Downloaded quinn-proto v0.11.14 |
| 830 | 2026-08-24T13:01:18.473Z | Downloaded winnow v1.0.3 |
| 831 | 2026-08-24T13:01:18.478Z | Downloaded rustix v1.1.4 |
| 832 | 2026-08-24T13:01:18.491Z | Downloaded winnow v0.7.14 |
| 833 | 2026-08-24T13:01:18.498Z | Downloaded tabled v0.15.0 |
| 834 | 2026-08-24T13:01:18.507Z | Downloaded syn v1.0.109 |
| 835 | 2026-08-24T13:01:18.512Z | Downloaded curve25519-dalek v4.1.3 |
| 836 | 2026-08-24T13:01:18.539Z | Downloaded typify-impl v0.4.3 |
| 837 | 2026-08-24T13:01:18.547Z | Downloaded openssl v0.10.81 |
| 838 | 2026-08-24T13:01:18.557Z | Downloaded nix v0.30.1 |
| 839 | 2026-08-24T13:01:18.564Z | Downloaded vcpkg v0.2.15 |
| 840 | 2026-08-24T13:01:18.586Z | Downloaded unicode-width v0.1.14 |
| 841 | 2026-08-24T13:01:18.589Z | Downloaded smoltcp v0.11.0 |
| 842 | 2026-08-24T13:01:18.596Z | Downloaded webpki-roots v1.0.2 |
| 843 | 2026-08-24T13:01:18.599Z | Downloaded openapiv3 v2.2.0 |
| 844 | 2026-08-24T13:01:18.604Z | Downloaded rustls v0.22.4 |
| 845 | 2026-08-24T13:01:18.612Z | Downloaded regress v0.11.1 |
| 846 | 2026-08-24T13:01:18.617Z | Downloaded petgraph v0.6.5 |
| 847 | 2026-08-24T13:01:18.628Z | Downloaded regex-automata v0.4.13 |
| 848 | 2026-08-24T13:01:18.636Z | Downloaded rustls v0.23.40 |
| 849 | 2026-08-24T13:01:18.643Z | Downloaded jiff v0.2.15 |
| 850 | 2026-08-24T13:01:18.653Z | Downloaded regex-syntax v0.8.11 |
| 851 | 2026-08-24T13:01:18.657Z | Downloaded bstr v1.12.0 |
| 852 | 2026-08-24T13:01:18.662Z | Downloaded petgraph v0.8.2 |
| 853 | 2026-08-24T13:01:18.674Z | Downloaded nix v0.31.3 |
| 854 | 2026-08-24T13:01:18.681Z | Downloaded libz-sys v1.1.22 |
| 855 | 2026-08-24T13:01:18.693Z | Downloaded sha3 v0.10.8 |
| 856 | 2026-08-24T13:01:18.696Z | Downloaded typify-impl v0.6.2 |
| 857 | 2026-08-24T13:01:18.744Z | Downloaded encoding_rs v0.8.35 |
| 858 | 2026-08-24T13:01:18.757Z | Downloaded ring v0.17.14 |
| 859 | 2026-08-24T13:01:18.788Z | Downloaded chrono-tz v0.10.4 |
| 860 | 2026-08-24T13:01:18.814Z | Downloaded libc v0.2.186 |
| 861 | 2026-08-24T13:01:18.833Z | Downloaded csv v1.4.0 |
| 862 | 2026-08-24T13:01:18.845Z | Downloaded tokio v1.52.3 |
| 863 | 2026-08-24T13:01:18.990Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 864 | 2026-08-24T13:01:19.029Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 865 | 2026-08-24T13:01:19.493Z | Downloaded aws-lc-sys v0.39.1 |
| 866 | 2026-08-24T13:01:19.867Z | Compiling proc-macro2 v1.0.106 |
| 867 | 2026-08-24T13:01:19.870Z | Compiling quote v1.0.45 |
| 868 | 2026-08-24T13:01:19.870Z | Compiling unicode-ident v1.0.24 |
| 869 | 2026-08-24T13:01:19.870Z | Compiling serde_core v1.0.228 |
| 870 | 2026-08-24T13:01:19.870Z | Compiling serde v1.0.228 |
| 871 | 2026-08-24T13:01:19.870Z | Compiling libc v0.2.186 |
| 872 | 2026-08-24T13:01:19.871Z | Checking cfg-if v1.0.4 |
| 873 | 2026-08-24T13:01:20.225Z | Compiling zmij v1.0.17 |
| 874 | 2026-08-24T13:01:20.242Z | Compiling autocfg v1.5.0 |
| 875 | 2026-08-24T13:01:20.666Z | Compiling memchr v2.7.5 |
| 876 | 2026-08-24T13:01:20.682Z | Compiling libm v0.2.15 |
| 877 | 2026-08-24T13:01:20.979Z | Compiling getrandom v0.4.2 |
| 878 | 2026-08-24T13:01:21.101Z | Compiling jobserver v0.1.34 |
| 879 | 2026-08-24T13:01:21.119Z | Compiling shlex v2.0.1 |
| 880 | 2026-08-24T13:01:21.141Z | Compiling find-msvc-tools v0.1.9 |
| 881 | 2026-08-24T13:01:21.297Z | Compiling version_check v0.9.5 |
| 882 | 2026-08-24T13:01:21.332Z | Checking smallvec v1.15.1 |
| 883 | 2026-08-24T13:01:21.407Z | Compiling cc v1.2.64 |
| 884 | 2026-08-24T13:01:21.446Z | Compiling thiserror v2.0.18 |
| 885 | 2026-08-24T13:01:21.464Z | Checking itoa v1.0.15 |
| 886 | 2026-08-24T13:01:21.524Z | Compiling syn v2.0.118 |
| 887 | 2026-08-24T13:01:21.542Z | Compiling icu_properties_data v2.0.1 |
| 888 | 2026-08-24T13:01:21.608Z | Compiling icu_normalizer_data v2.0.0 |
| 889 | 2026-08-24T13:01:21.735Z | Compiling parking_lot_core v0.9.12 |
| 890 | 2026-08-24T13:01:21.794Z | Checking stable_deref_trait v1.2.0 |
| 891 | 2026-08-24T13:01:21.864Z | Compiling serde_json v1.0.150 |
| 892 | 2026-08-24T13:01:22.038Z | Compiling heck v0.5.0 |
| 893 | 2026-08-24T13:01:22.143Z | Checking litemap v0.8.0 |
| 894 | 2026-08-24T13:01:22.251Z | Checking writeable v0.6.1 |
| 895 | 2026-08-24T13:01:22.292Z | Compiling num-traits v0.2.19 |
| 896 | 2026-08-24T13:01:22.354Z | Checking percent-encoding v2.3.2 |
| 897 | 2026-08-24T13:01:22.581Z | Checking form_urlencoded v1.2.2 |
| 898 | 2026-08-24T13:01:22.711Z | Checking utf8_iter v1.0.4 |
| 899 | 2026-08-24T13:01:22.729Z | Compiling zerocopy v0.8.27 |
| 900 | 2026-08-24T13:01:22.752Z | Checking pin-project-lite v0.2.16 |
| 901 | 2026-08-24T13:01:22.785Z | Compiling log v0.4.29 |
| 902 | 2026-08-24T13:01:22.803Z | Compiling equivalent v1.0.2 |
| 903 | 2026-08-24T13:01:22.843Z | Compiling semver v1.0.28 |
| 904 | 2026-08-24T13:01:22.864Z | Checking iana-time-zone v0.1.64 |
| 905 | 2026-08-24T13:01:22.900Z | Compiling rustversion v1.0.22 |
| 906 | 2026-08-24T13:01:22.971Z | Checking getrandom v0.2.16 |
| 907 | 2026-08-24T13:01:22.971Z | Checking socket2 v0.6.4 |
| 908 | 2026-08-24T13:01:23.140Z | Checking uuid v1.23.3 |
| 909 | 2026-08-24T13:01:23.174Z | Checking scopeguard v1.2.0 |
| 910 | 2026-08-24T13:01:23.227Z | Checking bitflags v2.11.1 |
| 911 | 2026-08-24T13:01:23.285Z | Checking lock_api v0.4.14 |
| 912 | 2026-08-24T13:01:23.403Z | Checking signal-hook-registry v1.4.6 |
| 913 | 2026-08-24T13:01:23.420Z | Checking mio v1.2.1 |
| 914 | 2026-08-24T13:01:23.493Z | Compiling schemars v0.8.22 |
| 915 | 2026-08-24T13:01:23.561Z | Checking dyn-clone v1.0.20 |
| 916 | 2026-08-24T13:01:23.578Z | Checking parking_lot v0.12.5 |
| 917 | 2026-08-24T13:01:23.715Z | Compiling portable-atomic v1.11.1 |
| 918 | 2026-08-24T13:01:23.769Z | Checking futures-core v0.3.32 |
| 919 | 2026-08-24T13:01:23.786Z | Compiling ring v0.17.14 |
| 920 | 2026-08-24T13:01:23.841Z | Checking critical-section v1.2.0 |
| 921 | 2026-08-24T13:01:23.897Z | Compiling hashbrown v0.17.1 |
| 922 | 2026-08-24T13:01:23.900Z | Compiling httparse v1.10.1 |
| 923 | 2026-08-24T13:01:24.013Z | Checking subtle v2.6.1 |
| 924 | 2026-08-24T13:01:24.172Z | Checking futures-sink v0.3.32 |
| 925 | 2026-08-24T13:01:24.280Z | Compiling regex-syntax v0.8.11 |
| 926 | 2026-08-24T13:01:24.373Z | Compiling synstructure v0.13.2 |
| 927 | 2026-08-24T13:01:24.457Z | Compiling serde_derive_internals v0.29.1 |
| 928 | 2026-08-24T13:01:24.647Z | Checking once_cell v1.21.3 |
| 929 | 2026-08-24T13:01:24.703Z | Compiling indexmap v2.14.0 |
| 930 | 2026-08-24T13:01:24.849Z | Checking slab v0.4.11 |
| 931 | 2026-08-24T13:01:25.036Z | Compiling aho-corasick v1.1.3 |
| 932 | 2026-08-24T13:01:25.057Z | Compiling thiserror v1.0.69 |
| 933 | 2026-08-24T13:01:25.201Z | Compiling rustix v1.1.4 |
| 934 | 2026-08-24T13:01:25.244Z | Checking rand_core v0.6.4 |
| 935 | 2026-08-24T13:01:25.455Z | Checking typenum v1.20.1 |
| 936 | 2026-08-24T13:01:25.577Z | Checking futures-channel v0.3.32 |
| 937 | 2026-08-24T13:01:25.646Z | Compiling serde_derive v1.0.228 |
| 938 | 2026-08-24T13:01:25.775Z | Compiling zerofrom-derive v0.1.6 |
| 939 | 2026-08-24T13:01:25.825Z | Compiling yoke-derive v0.8.0 |
| 940 | 2026-08-24T13:01:25.842Z | Compiling zerovec-derive v0.11.1 |
| 941 | 2026-08-24T13:01:26.216Z | Compiling displaydoc v0.2.5 |
| 942 | 2026-08-24T13:01:26.359Z | Compiling thiserror-impl v2.0.18 |
| 943 | 2026-08-24T13:01:26.495Z | Compiling schemars_derive v0.8.22 |
| 944 | 2026-08-24T13:01:26.850Z | Compiling tokio-macros v2.7.0 |
| 945 | 2026-08-24T13:01:26.922Z | Compiling zerocopy-derive v0.8.27 |
| 946 | 2026-08-24T13:01:26.949Z | Compiling futures-macro v0.3.32 |
| 947 | 2026-08-24T13:01:26.966Z | Checking zerofrom v0.1.6 |
| 948 | 2026-08-24T13:01:27.089Z | Checking yoke v0.8.0 |
| 949 | 2026-08-24T13:01:27.270Z | Checking zerovec v0.11.4 |
| 950 | 2026-08-24T13:01:27.563Z | Checking zerotrie v0.2.2 |
| 951 | 2026-08-24T13:01:27.691Z | Compiling zeroize_derive v1.4.3 |
| 952 | 2026-08-24T13:01:27.736Z | Compiling regex-automata v0.4.13 |
| 953 | 2026-08-24T13:01:27.774Z | Compiling thiserror-impl v1.0.69 |
| 954 | 2026-08-24T13:01:27.980Z | Checking tinystr v0.8.1 |
| 955 | 2026-08-24T13:01:28.116Z | Checking potential_utf v0.1.3 |
| 956 | 2026-08-24T13:01:28.161Z | Checking icu_locale_core v2.0.0 |
| 957 | 2026-08-24T13:01:28.251Z | Checking icu_collections v2.0.0 |
| 958 | 2026-08-24T13:01:28.360Z | Checking zeroize v1.8.1 |
| 959 | 2026-08-24T13:01:28.518Z | Compiling ucd-trie v0.1.7 |
| 960 | 2026-08-24T13:01:28.537Z | Checking futures-task v0.3.32 |
| 961 | 2026-08-24T13:01:28.616Z | Checking icu_provider v2.0.0 |
| 962 | 2026-08-24T13:01:28.677Z | Compiling pest v2.8.2 |
| 963 | 2026-08-24T13:01:28.695Z | Checking bytes v1.12.0 |
| 964 | 2026-08-24T13:01:28.752Z | Checking chrono v0.4.45 |
| 965 | 2026-08-24T13:01:28.864Z | Checking icu_properties v2.0.1 |
| 966 | 2026-08-24T13:01:28.904Z | Checking icu_normalizer v2.0.0 |
| 967 | 2026-08-24T13:01:29.127Z | Compiling serde_tokenstream v0.2.3 |
| 968 | 2026-08-24T13:01:29.221Z | Checking tokio v1.52.3 |
| 969 | 2026-08-24T13:01:29.415Z | Compiling regex v1.12.4 |
| 970 | 2026-08-24T13:01:29.608Z | Checking futures-io v0.3.32 |
| 971 | 2026-08-24T13:01:29.681Z | Checking idna_adapter v1.2.1 |
| 972 | 2026-08-24T13:01:29.728Z | Checking futures-util v0.3.32 |
| 973 | 2026-08-24T13:01:29.772Z | Compiling pest_meta v2.8.2 |
| 974 | 2026-08-24T13:01:29.810Z | Checking idna v1.1.0 |
| 975 | 2026-08-24T13:01:29.826Z | Compiling pkg-config v0.3.32 |
| 976 | 2026-08-24T13:01:29.878Z | Compiling anyhow v1.0.102 |
| 977 | 2026-08-24T13:01:30.056Z | Checking url v2.5.7 |
| 978 | 2026-08-24T13:01:30.249Z | Compiling tracing-attributes v0.1.30 |
| 979 | 2026-08-24T13:01:30.273Z | Checking tracing-core v0.1.34 |
| 980 | 2026-08-24T13:01:30.623Z | Compiling pest_generator v2.8.2 |
| 981 | 2026-08-24T13:01:30.706Z | Compiling generic-array v0.14.7 |
| 982 | 2026-08-24T13:01:30.943Z | Compiling allocator-api2 v0.2.21 |
| 983 | 2026-08-24T13:01:31.125Z | Compiling vcpkg v0.2.15 |
| 984 | 2026-08-24T13:01:31.219Z | Compiling foldhash v0.2.0 |
| 985 | 2026-08-24T13:01:31.262Z | Compiling pest_derive v2.8.2 |
| 986 | 2026-08-24T13:01:31.333Z | Checking fnv v1.0.7 |
| 987 | 2026-08-24T13:01:31.431Z | Compiling hashbrown v0.16.1 |
| 988 | 2026-08-24T13:01:31.477Z | Checking tracing v0.1.41 |
| 989 | 2026-08-24T13:01:31.613Z | Checking http v1.4.2 |
| 990 | 2026-08-24T13:01:31.683Z | Compiling getrandom v0.3.4 |
| 991 | 2026-08-24T13:01:31.766Z | Compiling byteorder v1.5.0 |
| 992 | 2026-08-24T13:01:32.006Z | Compiling camino v1.2.3 |
| 993 | 2026-08-24T13:01:32.046Z | Checking crypto-common v0.1.6 |
| 994 | 2026-08-24T13:01:32.063Z | Checking errno v0.3.14 |
| 995 | 2026-08-24T13:01:32.173Z | Checking ipnet v2.11.0 |
| 996 | 2026-08-24T13:01:32.191Z | Compiling time-core v0.1.8 |
| 997 | 2026-08-24T13:01:32.194Z | Checking base64 v0.22.1 |
| 998 | 2026-08-24T13:01:32.345Z | Compiling num-conv v0.2.1 |
| 999 | 2026-08-24T13:01:32.377Z | Compiling scroll_derive v0.13.1 |
| 1000 | 2026-08-24T13:01:32.395Z | Compiling paste v1.0.15 |
| 1001 | 2026-08-24T13:01:32.445Z | Checking http-body v1.0.1 |
| 1002 | 2026-08-24T13:01:32.469Z | Checking tokio-util v0.7.16 |
| 1003 | 2026-08-24T13:01:32.491Z | Compiling time-macros v0.2.27 |
| 1004 | 2026-08-24T13:01:32.532Z | Checking rustls-pki-types v1.12.0 |
| 1005 | 2026-08-24T13:01:32.575Z | Checking atomic-waker v1.1.2 |
| 1006 | 2026-08-24T13:01:32.677Z | Compiling strsim v0.11.1 |
| 1007 | 2026-08-24T13:01:32.985Z | Checking tower-layer v0.3.3 |
| 1008 | 2026-08-24T13:01:33.140Z | Checking untrusted v0.9.0 |
| 1009 | 2026-08-24T13:01:33.181Z | Checking try-lock v0.2.5 |
| 1010 | 2026-08-24T13:01:33.200Z | Checking tower-service v0.3.3 |
| 1011 | 2026-08-24T13:01:33.283Z | Checking want v0.3.1 |
| 1012 | 2026-08-24T13:01:33.301Z | Checking h2 v0.4.14 |
| 1013 | 2026-08-24T13:01:33.304Z | Checking httpdate v1.0.3 |
| 1014 | 2026-08-24T13:01:33.355Z | Compiling ident_case v1.0.1 |
| 1015 | 2026-08-24T13:01:33.426Z | Checking ryu v1.0.20 |
| 1016 | 2026-08-24T13:01:33.460Z | Compiling openssl-sys v0.9.117 |
| 1017 | 2026-08-24T13:01:33.463Z | Compiling async-trait v0.1.89 |
| 1018 | 2026-08-24T13:01:33.499Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-24T13:01:33.565Z | Compiling crossbeam-utils v0.8.21 |
| 1020 | 2026-08-24T13:01:33.790Z | Checking pretty-hex v0.4.1 |
| 1021 | 2026-08-24T13:01:33.833Z | Compiling dunce v1.0.5 |
| 1022 | 2026-08-24T13:01:33.869Z | Compiling fs_extra v1.3.0 |
| 1023 | 2026-08-24T13:01:33.933Z | Compiling scroll v0.13.0 |
| 1024 | 2026-08-24T13:01:33.950Z | Compiling regress v0.10.5 |
| 1025 | 2026-08-24T13:01:34.055Z | Checking block-buffer v0.10.4 |
| 1026 | 2026-08-24T13:01:34.123Z | Checking ppv-lite86 v0.2.21 |
| 1027 | 2026-08-24T13:01:34.140Z | Compiling aws-lc-sys v0.39.1 |
| 1028 | 2026-08-24T13:01:34.214Z | Compiling slog v2.8.2 |
| 1029 | 2026-08-24T13:01:34.263Z | Compiling plain v0.2.3 |
| 1030 | 2026-08-24T13:01:34.298Z | Compiling usdt-impl v0.6.0 |
| 1031 | 2026-08-24T13:01:34.417Z | Compiling goblin v0.10.1 |
| 1032 | 2026-08-24T13:01:34.434Z | Checking digest v0.10.7 |
| 1033 | 2026-08-24T13:01:34.562Z | Checking http-body-util v0.1.3 |
| 1034 | 2026-08-24T13:01:34.583Z | Checking ipnetwork v0.21.1 |
| 1035 | 2026-08-24T13:01:34.630Z | Checking erased-serde v0.3.31 |
| 1036 | 2026-08-24T13:01:34.885Z | Compiling omicron-workspace-hack v0.1.0 |
| 1037 | 2026-08-24T13:01:34.939Z | Checking serde_urlencoded v0.7.1 |
| 1038 | 2026-08-24T13:01:35.093Z | Compiling dtrace-parser v0.3.0 |
| 1039 | 2026-08-24T13:01:35.130Z | Compiling openapiv3 v2.2.0 |
| 1040 | 2026-08-24T13:01:35.147Z | Compiling daft-derive v0.1.5 |
| 1041 | 2026-08-24T13:01:35.207Z | Checking hyper v1.10.1 |
| 1042 | 2026-08-24T13:01:35.278Z | Compiling thread-id v5.0.0 |
| 1043 | 2026-08-24T13:01:35.367Z | Compiling aws-lc-rs v1.16.2 |
| 1044 | 2026-08-24T13:01:35.689Z | Compiling typify-impl v0.4.3 |
| 1045 | 2026-08-24T13:01:36.174Z | Checking hyper-util v0.1.20 |
| 1046 | 2026-08-24T13:01:36.746Z | Checking encoding_rs v0.8.35 |
| 1047 | 2026-08-24T13:01:36.958Z | Checking untrusted v0.7.1 |
| 1048 | 2026-08-24T13:01:36.973Z | Compiling slog-async v2.8.0 |
| 1049 | 2026-08-24T13:01:37.072Z | Compiling dof v0.4.0 |
| 1050 | 2026-08-24T13:01:37.192Z | Checking cpufeatures v0.2.17 |
| 1051 | 2026-08-24T13:01:37.255Z | Checking mime v0.3.17 |
| 1052 | 2026-08-24T13:01:37.322Z | Checking rand_core v0.9.3 |
| 1053 | 2026-08-24T13:01:37.432Z | Checking oxnet v0.1.6 |
| 1054 | 2026-08-24T13:01:37.695Z | Compiling structmeta-derive v0.3.0 |
| 1055 | 2026-08-24T13:01:37.779Z | Compiling multer v3.1.0 |
| 1056 | 2026-08-24T13:01:37.822Z | Compiling rustls v0.23.40 |
| 1057 | 2026-08-24T13:01:37.874Z | Compiling unsafe-libyaml v0.2.11 |
| 1058 | 2026-08-24T13:01:38.002Z | Compiling rustls v0.22.4 |
| 1059 | 2026-08-24T13:01:38.180Z | Compiling usdt-attr-macro v0.6.0 |
| 1060 | 2026-08-24T13:01:38.211Z | Compiling usdt-macro v0.6.0 |
| 1061 | 2026-08-24T13:01:38.323Z | Compiling async-stream-impl v0.3.6 |
| 1062 | 2026-08-24T13:01:38.547Z | Compiling serde_yaml v0.9.34+deprecated |
| 1063 | 2026-08-24T13:01:38.699Z | Compiling structmeta v0.3.0 |
| 1064 | 2026-08-24T13:01:38.910Z | Checking sync_wrapper v1.0.2 |
| 1065 | 2026-08-24T13:01:38.999Z | Checking fastrand v2.3.0 |
| 1066 | 2026-08-24T13:01:39.016Z | Compiling openssl v0.10.81 |
| 1067 | 2026-08-24T13:01:39.032Z | Compiling typify-macro v0.4.3 |
| 1068 | 2026-08-24T13:01:39.178Z | Checking hex v0.4.3 |
| 1069 | 2026-08-24T13:01:39.196Z | Checking foreign-types-shared v0.1.1 |
| 1070 | 2026-08-24T13:01:39.287Z | Checking foreign-types v0.3.2 |
| 1071 | 2026-08-24T13:01:39.308Z | Checking tempfile v3.27.0 |
| 1072 | 2026-08-24T13:01:39.358Z | Checking tower v0.5.2 |
| 1073 | 2026-08-24T13:01:39.376Z | Checking rand_chacha v0.9.0 |
| 1074 | 2026-08-24T13:01:39.393Z | Checking futures-executor v0.3.32 |
| 1075 | 2026-08-24T13:01:39.508Z | Compiling strum_macros v0.26.4 |
| 1076 | 2026-08-24T13:01:39.544Z | Compiling openssl-macros v0.1.1 |
| 1077 | 2026-08-24T13:01:39.561Z | Compiling native-tls v0.2.14 |
| 1078 | 2026-08-24T13:01:39.738Z | Checking powerfmt v0.2.0 |
| 1079 | 2026-08-24T13:01:39.794Z | Checking iri-string v0.7.8 |
| 1080 | 2026-08-24T13:01:39.812Z | Checking openssl-probe v0.1.6 |
| 1081 | 2026-08-24T13:01:39.888Z | Checking deranged v0.5.3 |
| 1082 | 2026-08-24T13:01:39.941Z | Checking rand v0.9.3 |
| 1083 | 2026-08-24T13:01:40.422Z | Checking futures v0.3.32 |
| 1084 | 2026-08-24T13:01:40.508Z | Compiling newtype-uuid-macros v0.1.0 |
| 1085 | 2026-08-24T13:01:40.552Z | Compiling typify v0.4.3 |
| 1086 | 2026-08-24T13:01:40.822Z | Checking tower-http v0.6.8 |
| 1087 | 2026-08-24T13:01:40.904Z | Compiling ref-cast v1.0.25 |
| 1088 | 2026-08-24T13:01:40.935Z | Checking num_threads v0.1.7 |
| 1089 | 2026-08-24T13:01:40.961Z | Compiling darling_core v0.23.0 |
| 1090 | 2026-08-24T13:01:41.028Z | Checking time v0.3.47 |
| 1091 | 2026-08-24T13:01:41.122Z | Compiling ref-cast-impl v1.0.25 |
| 1092 | 2026-08-24T13:01:41.272Z | Compiling dropshot v0.16.7 |
| 1093 | 2026-08-24T13:01:41.276Z | Checking memmap2 v0.9.8 |
| 1094 | 2026-08-24T13:01:41.448Z | Checking unicode-width v0.2.1 |
| 1095 | 2026-08-24T13:01:41.704Z | Compiling derive-ex v0.1.8 |
| 1096 | 2026-08-24T13:01:41.707Z | Checking crossbeam-channel v0.5.15 |
| 1097 | 2026-08-24T13:01:41.831Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-08-24T13:01:41.954Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-08-24T13:01:42.041Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-08-24T13:01:42.146Z | Checking winnow v0.7.14 |
| 1101 | 2026-08-24T13:01:42.201Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-08-24T13:01:42.364Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-08-24T13:01:42.540Z | Compiling progenitor-impl v0.11.1 |
| 1104 | 2026-08-24T13:01:43.058Z | Compiling darling_macro v0.23.0 |
| 1105 | 2026-08-24T13:01:43.259Z | Compiling test-strategy v0.4.3 |
| 1106 | 2026-08-24T13:01:43.583Z | Checking newtype-uuid v1.3.2 |
| 1107 | 2026-08-24T13:01:43.600Z | Compiling darling v0.23.0 |
| 1108 | 2026-08-24T13:01:43.687Z | Checking thread_local v1.1.9 |
| 1109 | 2026-08-24T13:01:43.718Z | Checking winnow v1.0.3 |
| 1110 | 2026-08-24T13:01:43.766Z | Checking daft v0.1.5 |
| 1111 | 2026-08-24T13:01:43.817Z | Compiling serde_with_macros v3.22.0 |
| 1112 | 2026-08-24T13:01:43.852Z | Checking serde_spanned v1.1.1 |
| 1113 | 2026-08-24T13:01:43.984Z | Checking is-terminal v0.4.16 |
| 1114 | 2026-08-24T13:01:44.002Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-08-24T13:01:44.019Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1116 | 2026-08-24T13:01:44.080Z | Checking either v1.15.0 |
| 1117 | 2026-08-24T13:01:44.270Z | Checking term v1.2.0 |
| 1118 | 2026-08-24T13:01:44.289Z | Checking take_mut v0.2.2 |
| 1119 | 2026-08-24T13:01:44.345Z | Checking match_cfg v0.1.0 |
| 1120 | 2026-08-24T13:01:44.393Z | Checking debug-ignore v1.0.5 |
| 1121 | 2026-08-24T13:01:44.411Z | Checking usdt v0.6.0 |
| 1122 | 2026-08-24T13:01:44.427Z | Checking hostname v0.3.1 |
| 1123 | 2026-08-24T13:01:44.513Z | Checking slog-term v2.9.2 |
| 1124 | 2026-08-24T13:01:44.529Z | Checking slog-json v2.6.1 |
| 1125 | 2026-08-24T13:01:44.594Z | Checking spin v0.9.8 |
| 1126 | 2026-08-24T13:01:44.597Z | Compiling progenitor-macro v0.11.1 |
| 1127 | 2026-08-24T13:01:44.662Z | Compiling syn v1.0.109 |
| 1128 | 2026-08-24T13:01:44.680Z | Checking slog-bunyan v2.5.0 |
| 1129 | 2026-08-24T13:01:44.767Z | Checking async-stream v0.3.6 |
| 1130 | 2026-08-24T13:01:44.792Z | Compiling parse-display-derive v0.10.0 |
| 1131 | 2026-08-24T13:01:44.910Z | Checking rustls-webpki v0.102.8 |
| 1132 | 2026-08-24T13:01:44.931Z | Checking rustls-pemfile v2.2.0 |
| 1133 | 2026-08-24T13:01:44.968Z | Checking waitgroup v0.1.2 |
| 1134 | 2026-08-24T13:01:45.039Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1135 | 2026-08-24T13:01:45.071Z | Checking serde_path_to_error v0.1.20 |
| 1136 | 2026-08-24T13:01:45.071Z | Checking hostname v0.4.2 |
| 1137 | 2026-08-24T13:01:45.187Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1138 | 2026-08-24T13:01:45.339Z | Checking strum v0.26.3 |
| 1139 | 2026-08-24T13:01:45.487Z | Checking rand_chacha v0.3.1 |
| 1140 | 2026-08-24T13:01:45.505Z | Checking macaddr v1.0.1 |
| 1141 | 2026-08-24T13:01:45.524Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1142 | 2026-08-24T13:01:45.685Z | Checking wait-timeout v0.2.1 |
| 1143 | 2026-08-24T13:01:45.688Z | Checking lazy_static v1.5.0 |
| 1144 | 2026-08-24T13:01:45.725Z | Checking bit-vec v0.8.0 |
| 1145 | 2026-08-24T13:01:45.801Z | Checking quick-error v1.2.3 |
| 1146 | 2026-08-24T13:01:45.820Z | Checking toml v0.9.12+spec-1.1.0 |
| 1147 | 2026-08-24T13:01:45.907Z | Checking rusty-fork v0.3.0 |
| 1148 | 2026-08-24T13:01:45.924Z | Checking bit-set v0.8.0 |
| 1149 | 2026-08-24T13:01:46.073Z | Checking rand v0.8.5 |
| 1150 | 2026-08-24T13:01:46.090Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1151 | 2026-08-24T13:01:46.342Z | Checking rand_xorshift v0.4.0 |
| 1152 | 2026-08-24T13:01:46.399Z | Checking sha1 v0.10.6 |
| 1153 | 2026-08-24T13:01:46.463Z | Checking unarray v0.1.4 |
| 1154 | 2026-08-24T13:01:46.584Z | Checking proptest v1.8.0 |
| 1155 | 2026-08-24T13:01:46.602Z | Checking strum v0.27.2 |
| 1156 | 2026-08-24T13:01:46.715Z | Checking tabwriter v1.4.1 |
| 1157 | 2026-08-24T13:01:46.733Z | Checking tokio-rustls v0.25.0 |
| 1158 | 2026-08-24T13:01:46.849Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1159 | 2026-08-24T13:01:46.865Z | Checking colored v3.1.1 |
| 1160 | 2026-08-24T13:01:46.986Z | Checking serde_with v3.22.0 |
| 1161 | 2026-08-24T13:01:47.369Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1162 | 2026-08-24T13:01:47.604Z | Checking instant v0.1.13 |
| 1163 | 2026-08-24T13:01:47.904Z | Checking rustc-hash v2.1.1 |
| 1164 | 2026-08-24T13:01:48.024Z | Checking iddqd v0.3.18 |
| 1165 | 2026-08-24T13:01:48.094Z | Checking backoff v0.4.0 |
| 1166 | 2026-08-24T13:01:48.161Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1167 | 2026-08-24T13:01:48.271Z | Checking parse-display v0.10.0 |
| 1168 | 2026-08-24T13:01:48.441Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1169 | 2026-08-24T13:01:48.459Z | Checking itertools v0.14.0 |
| 1170 | 2026-08-24T13:01:48.532Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1171 | 2026-08-24T13:01:48.728Z | Compiling toml_datetime v0.6.11 |
| 1172 | 2026-08-24T13:01:48.812Z | Compiling clap_derive v4.6.1 |
| 1173 | 2026-08-24T13:01:48.982Z | Checking utf8parse v0.2.2 |
| 1174 | 2026-08-24T13:01:49.084Z | Checking anstyle-parse v1.0.0 |
| 1175 | 2026-08-24T13:01:49.231Z | Checking terminal_size v0.4.3 |
| 1176 | 2026-08-24T13:01:49.345Z | Checking colorchoice v1.0.4 |
| 1177 | 2026-08-24T13:01:49.362Z | Checking anstyle v1.0.14 |
| 1178 | 2026-08-24T13:01:49.448Z | Checking is_terminal_polyfill v1.70.1 |
| 1179 | 2026-08-24T13:01:49.448Z | Checking anstyle-query v1.1.4 |
| 1180 | 2026-08-24T13:01:49.575Z | Checking anstream v1.0.0 |
| 1181 | 2026-08-24T13:01:49.788Z | Checking clap_lex v1.1.0 |
| 1182 | 2026-08-24T13:01:49.982Z | Checking clap_builder v4.6.0 |
| 1183 | 2026-08-24T13:01:51.265Z | Checking clap v4.6.1 |
| 1184 | 2026-08-24T13:01:52.433Z | Compiling num-derive v0.4.2 |
| 1185 | 2026-08-24T13:01:52.821Z | Compiling cfg_aliases v0.2.1 |
| 1186 | 2026-08-24T13:01:52.927Z | Compiling rustls-webpki v0.103.6 |
| 1187 | 2026-08-24T13:01:53.315Z | Compiling prettyplease v0.2.37 |
| 1188 | 2026-08-24T13:01:54.344Z | Compiling memoffset v0.9.1 |
| 1189 | 2026-08-24T13:01:55.084Z | Checking crossbeam-epoch v0.9.18 |
| 1190 | 2026-08-24T13:01:55.278Z | Compiling winnow v0.5.40 |
| 1191 | 2026-08-24T13:01:55.909Z | Checking serde_spanned v0.6.9 |
| 1192 | 2026-08-24T13:01:56.042Z | Compiling rayon-core v1.13.0 |
| 1193 | 2026-08-24T13:01:56.235Z | Compiling tokio-rustls v0.26.4 |
| 1194 | 2026-08-24T13:01:56.670Z | Compiling toml_edit v0.19.15 |
| 1195 | 2026-08-24T13:01:57.788Z | Compiling darling_core v0.21.3 |
| 1196 | 2026-08-24T13:01:57.898Z | Compiling proc-macro-crate v1.3.1 |
| 1197 | 2026-08-24T13:01:57.984Z | Compiling zerocopy-derive v0.7.35 |
| 1198 | 2026-08-24T13:01:58.286Z | Compiling crc32fast v1.5.0 |
| 1199 | 2026-08-24T13:01:58.664Z | Compiling hyper-rustls v0.27.7 |
| 1200 | 2026-08-24T13:01:58.889Z | Compiling reqwest v0.12.23 |
| 1201 | 2026-08-24T13:01:59.371Z | Checking crossbeam-deque v0.8.6 |
| 1202 | 2026-08-24T13:01:59.828Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1203 | 2026-08-24T13:01:59.866Z | Compiling darling_macro v0.21.3 |
| 1204 | 2026-08-24T13:02:00.004Z | Checking adler2 v2.0.1 |
| 1205 | 2026-08-24T13:02:00.066Z | Compiling progenitor-client v0.11.1 |
| 1206 | 2026-08-24T13:02:01.195Z | Compiling darling v0.21.3 |
| 1207 | 2026-08-24T13:02:01.366Z | Compiling progenitor v0.11.1 |
| 1208 | 2026-08-24T13:02:01.430Z | Checking miniz_oxide v0.8.9 |
| 1209 | 2026-08-24T13:02:02.057Z | Compiling num-integer v0.1.46 |
| 1210 | 2026-08-24T13:02:02.107Z | Compiling proc-macro-error-attr v1.0.4 |
| 1211 | 2026-08-24T13:02:02.329Z | Compiling heapless v0.8.0 |
| 1212 | 2026-08-24T13:02:02.603Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1213 | 2026-08-24T13:02:02.660Z | Checking flate2 v1.1.2 |
| 1214 | 2026-08-24T13:02:02.794Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-24T13:02:02.949Z | Compiling progenitor-client v0.10.0 |
| 1216 | 2026-08-24T13:02:03.627Z | Checking hash32 v0.3.1 |
| 1217 | 2026-08-24T13:02:03.758Z | Checking hybrid-array v0.4.12 |
| 1218 | 2026-08-24T13:02:03.961Z | Compiling proc-macro-error v1.0.4 |
| 1219 | 2026-08-24T13:02:04.065Z | Checking toml_write v0.1.2 |
| 1220 | 2026-08-24T13:02:04.309Z | Compiling smoltcp v0.11.0 |
| 1221 | 2026-08-24T13:02:04.424Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1222 | 2026-08-24T13:02:04.678Z | Checking toml_edit v0.22.27 |
| 1223 | 2026-08-24T13:02:04.799Z | Checking num-rational v0.4.2 |
| 1224 | 2026-08-24T13:02:05.073Z | Checking num-iter v0.1.45 |
| 1225 | 2026-08-24T13:02:05.194Z | Compiling zerocopy v0.7.35 |
| 1226 | 2026-08-24T13:02:05.218Z | Compiling num_enum_derive v0.7.5 |
| 1227 | 2026-08-24T13:02:05.406Z | Checking ingot-types v0.1.2 |
| 1228 | 2026-08-24T13:02:05.678Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1229 | 2026-08-24T13:02:05.785Z | Compiling hubpack_derive v0.1.1 |
| 1230 | 2026-08-24T13:02:05.900Z | Checking cobs v0.3.0 |
| 1231 | 2026-08-24T13:02:05.948Z | Compiling scroll_derive v0.12.1 |
| 1232 | 2026-08-24T13:02:06.048Z | Compiling foreign-types-macros v0.2.3 |
| 1233 | 2026-08-24T13:02:06.121Z | Compiling num-complex v0.4.6 |
| 1234 | 2026-08-24T13:02:06.315Z | Compiling usdt-impl v0.5.0 |
| 1235 | 2026-08-24T13:02:06.515Z | Compiling crucible-workspace-hack v0.1.0 |
| 1236 | 2026-08-24T13:02:06.653Z | Checking bitflags v1.3.2 |
| 1237 | 2026-08-24T13:02:06.676Z | Checking foreign-types-shared v0.3.1 |
| 1238 | 2026-08-24T13:02:06.730Z | Checking managed v0.8.0 |
| 1239 | 2026-08-24T13:02:06.768Z | Checking foreign-types v0.5.0 |
| 1240 | 2026-08-24T13:02:06.818Z | Checking scroll v0.12.0 |
| 1241 | 2026-08-24T13:02:06.834Z | Checking num v0.4.3 |
| 1242 | 2026-08-24T13:02:06.954Z | Checking num_enum v0.7.5 |
| 1243 | 2026-08-24T13:02:06.984Z | Checking hubpack v0.1.2 |
| 1244 | 2026-08-24T13:02:07.043Z | Checking postcard v1.1.3 |
| 1245 | 2026-08-24T13:02:07.069Z | Checking toml v0.8.23 |
| 1246 | 2026-08-24T13:02:07.149Z | Checking ingot v0.1.1 |
| 1247 | 2026-08-24T13:02:07.325Z | Compiling dof v0.3.0 |
| 1248 | 2026-08-24T13:02:07.673Z | Checking crypto-common v0.2.2 |
| 1249 | 2026-08-24T13:02:07.757Z | Checking block-buffer v0.12.0 |
| 1250 | 2026-08-24T13:02:08.021Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1251 | 2026-08-24T13:02:08.054Z | Compiling dtrace-parser v0.2.0 |
| 1252 | 2026-08-24T13:02:08.160Z | Checking camino-tempfile v1.4.1 |
| 1253 | 2026-08-24T13:02:08.323Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-24T13:02:08.411Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-24T13:02:08.490Z | Checking cstr-argument v0.1.2 |
| 1256 | 2026-08-24T13:02:08.529Z | Compiling thread-id v4.2.2 |
| 1257 | 2026-08-24T13:02:08.617Z | Compiling heck v0.4.1 |
| 1258 | 2026-08-24T13:02:08.636Z | Checking compression-core v0.4.32 |
| 1259 | 2026-08-24T13:02:08.651Z | Checking static_assertions v1.1.0 |
| 1260 | 2026-08-24T13:02:08.668Z | Checking float-ord v0.3.2 |
| 1261 | 2026-08-24T13:02:08.762Z | Compiling minimal-lexical v0.2.1 |
| 1262 | 2026-08-24T13:02:08.778Z | Checking const-oid v0.10.2 |
| 1263 | 2026-08-24T13:02:08.819Z | Checking compression-codecs v0.4.32 |
| 1264 | 2026-08-24T13:02:08.933Z | Checking digest v0.11.3 |
| 1265 | 2026-08-24T13:02:08.988Z | Compiling nom v7.1.3 |
| 1266 | 2026-08-24T13:02:09.006Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1267 | 2026-08-24T13:02:09.047Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1268 | 2026-08-24T13:02:09.086Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1269 | 2026-08-24T13:02:09.259Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1270 | 2026-08-24T13:02:09.279Z | Checking goblin v0.8.2 |
| 1271 | 2026-08-24T13:02:09.423Z | Checking rayon v1.11.0 |
| 1272 | 2026-08-24T13:02:09.734Z | Compiling num_enum_derive v0.5.11 |
| 1273 | 2026-08-24T13:02:09.794Z | Compiling nix v0.31.3 |
| 1274 | 2026-08-24T13:02:09.974Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1275 | 2026-08-24T13:02:10.185Z | Compiling rustc_version v0.4.1 |
| 1276 | 2026-08-24T13:02:10.289Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1277 | 2026-08-24T13:02:10.497Z | Compiling dropshot v0.17.1 |
| 1278 | 2026-08-24T13:02:10.531Z | Compiling rustix v0.38.44 |
| 1279 | 2026-08-24T13:02:10.738Z | Compiling convert_case v0.4.0 |
| 1280 | 2026-08-24T13:02:10.756Z | Checking tinyvec_macros v0.1.1 |
| 1281 | 2026-08-24T13:02:10.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1282 | 2026-08-24T13:02:10.831Z | Checking cpufeatures v0.3.0 |
| 1283 | 2026-08-24T13:02:10.904Z | Checking tinyvec v1.10.0 |
| 1284 | 2026-08-24T13:02:10.921Z | Checking sha1 v0.11.0 |
| 1285 | 2026-08-24T13:02:11.052Z | Compiling derive_more v0.99.20 |
| 1286 | 2026-08-24T13:02:11.070Z | Checking num_enum v0.5.11 |
| 1287 | 2026-08-24T13:02:11.087Z | Checking toml v1.1.2+spec-1.1.0 |
| 1288 | 2026-08-24T13:02:11.182Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1289 | 2026-08-24T13:02:11.263Z | Checking async-compression v0.4.33 |
| 1290 | 2026-08-24T13:02:11.507Z | Checking libscf-sys v1.2.0 |
| 1291 | 2026-08-24T13:02:11.533Z | Compiling nix v0.30.1 |
| 1292 | 2026-08-24T13:02:11.641Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-08-24T13:02:11.704Z | Compiling libz-sys v1.1.22 |
| 1294 | 2026-08-24T13:02:11.909Z | Compiling dropshot_endpoint v0.17.1 |
| 1295 | 2026-08-24T13:02:11.912Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1296 | 2026-08-24T13:02:12.026Z | Checking bytecount v0.6.9 |
| 1297 | 2026-08-24T13:02:12.187Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1298 | 2026-08-24T13:02:12.421Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1299 | 2026-08-24T13:02:12.979Z | Compiling usdt-macro v0.5.0 |
| 1300 | 2026-08-24T13:02:13.058Z | Compiling usdt-attr-macro v0.5.0 |
| 1301 | 2026-08-24T13:02:13.238Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1302 | 2026-08-24T13:02:13.277Z | Compiling zone_cfg_derive v0.3.1 |
| 1303 | 2026-08-24T13:02:13.410Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1304 | 2026-08-24T13:02:13.492Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1305 | 2026-08-24T13:02:13.586Z | Checking itertools v0.12.1 |
| 1306 | 2026-08-24T13:02:13.642Z | Checking memmap v0.7.0 |
| 1307 | 2026-08-24T13:02:13.769Z | Checking sigpipe v0.1.3 |
| 1308 | 2026-08-24T13:02:13.787Z | Checking jiff v0.2.15 |
| 1309 | 2026-08-24T13:02:13.853Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-08-24T13:02:13.914Z | Checking glob v0.3.3 |
| 1311 | 2026-08-24T13:02:13.931Z | Checking usdt v0.5.0 |
| 1312 | 2026-08-24T13:02:14.042Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1313 | 2026-08-24T13:02:14.095Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1314 | 2026-08-24T13:02:14.194Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1315 | 2026-08-24T13:02:14.264Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1316 | 2026-08-24T13:02:14.294Z | Checking smf v0.2.3 |
| 1317 | 2026-08-24T13:02:14.391Z | Checking secrecy v0.10.3 |
| 1318 | 2026-08-24T13:02:14.409Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1319 | 2026-08-24T13:02:14.481Z | Checking bstr v1.12.0 |
| 1320 | 2026-08-24T13:02:14.509Z | Checking whoami v1.6.1 |
| 1321 | 2026-08-24T13:02:14.569Z | Checking zone v0.3.1 |
| 1322 | 2026-08-24T13:02:14.675Z | Compiling curve25519-dalek v4.1.3 |
| 1323 | 2026-08-24T13:02:14.814Z | Checking hmac v0.12.1 |
| 1324 | 2026-08-24T13:02:14.844Z | Compiling clang-sys v1.8.1 |
| 1325 | 2026-08-24T13:02:14.911Z | Checking inout v0.1.4 |
| 1326 | 2026-08-24T13:02:14.948Z | Compiling enum-as-inner v0.6.1 |
| 1327 | 2026-08-24T13:02:14.948Z | Checking ff v0.13.1 |
| 1328 | 2026-08-24T13:02:14.982Z | Checking data-encoding v2.9.0 |
| 1329 | 2026-08-24T13:02:15.042Z | Compiling semver v0.1.20 |
| 1330 | 2026-08-24T13:02:15.074Z | Checking group v0.13.0 |
| 1331 | 2026-08-24T13:02:15.184Z | Checking cipher v0.4.4 |
| 1332 | 2026-08-24T13:02:15.231Z | Compiling rustc_version v0.1.7 |
| 1333 | 2026-08-24T13:02:15.296Z | Checking hkdf v0.12.4 |
| 1334 | 2026-08-24T13:02:15.326Z | Checking atomicwrites v0.4.4 |
| 1335 | 2026-08-24T13:02:15.391Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1336 | 2026-08-24T13:02:15.461Z | Checking universal-hash v0.5.1 |
| 1337 | 2026-08-24T13:02:15.481Z | Compiling regress v0.11.1 |
| 1338 | 2026-08-24T13:02:15.500Z | Checking crypto-bigint v0.5.5 |
| 1339 | 2026-08-24T13:02:15.557Z | Checking half v2.7.1 |
| 1340 | 2026-08-24T13:02:15.588Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1341 | 2026-08-24T13:02:15.806Z | Checking indent_write v2.2.0 |
| 1342 | 2026-08-24T13:02:15.941Z | Checking base64ct v1.8.0 |
| 1343 | 2026-08-24T13:02:16.183Z | Checking opaque-debug v0.3.1 |
| 1344 | 2026-08-24T13:02:16.201Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1345 | 2026-08-24T13:02:16.251Z | Checking ciborium-io v0.2.2 |
| 1346 | 2026-08-24T13:02:16.268Z | Checking base16ct v0.2.0 |
| 1347 | 2026-08-24T13:02:16.347Z | Checking ciborium-ll v0.2.2 |
| 1348 | 2026-08-24T13:02:16.365Z | Checking poly1305 v0.8.0 |
| 1349 | 2026-08-24T13:02:16.398Z | Checking elliptic-curve v0.13.8 |
| 1350 | 2026-08-24T13:02:16.495Z | Checking thiserror-no-std v2.0.2 |
| 1351 | 2026-08-24T13:02:16.531Z | Checking password-hash v0.5.0 |
| 1352 | 2026-08-24T13:02:16.590Z | Compiling newtype_derive v0.1.6 |
| 1353 | 2026-08-24T13:02:16.607Z | Checking chacha20 v0.9.1 |
| 1354 | 2026-08-24T13:02:16.660Z | Checking similar v2.7.0 |
| 1355 | 2026-08-24T13:02:16.767Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1356 | 2026-08-24T13:02:16.808Z | Checking blake2 v0.10.6 |
| 1357 | 2026-08-24T13:02:16.825Z | Checking aead v0.5.2 |
| 1358 | 2026-08-24T13:02:16.965Z | Compiling libloading v0.8.9 |
| 1359 | 2026-08-24T13:02:17.009Z | Compiling bindgen v0.72.1 |
| 1360 | 2026-08-24T13:02:17.026Z | Compiling typify-impl v0.6.2 |
| 1361 | 2026-08-24T13:02:17.029Z | Checking linked-hash-map v0.5.6 |
| 1362 | 2026-08-24T13:02:17.088Z | Checking keccak v0.1.6 |
| 1363 | 2026-08-24T13:02:17.189Z | Compiling owo-colors v4.3.0 |
| 1364 | 2026-08-24T13:02:17.213Z | Checking resolv-conf v0.7.5 |
| 1365 | 2026-08-24T13:02:17.248Z | Checking sha3 v0.10.8 |
| 1366 | 2026-08-24T13:02:17.320Z | Checking lru-cache v0.1.2 |
| 1367 | 2026-08-24T13:02:17.440Z | Checking vsss-rs v3.3.4 |
| 1368 | 2026-08-24T13:02:17.443Z | Checking argon2 v0.5.3 |
| 1369 | 2026-08-24T13:02:17.583Z | Checking chacha20poly1305 v0.10.1 |
| 1370 | 2026-08-24T13:02:17.766Z | Checking ciborium v0.2.2 |
| 1371 | 2026-08-24T13:02:17.784Z | Checking hickory-proto v0.24.4 |
| 1372 | 2026-08-24T13:02:18.154Z | Checking tokio-dtrace v0.1.1 |
| 1373 | 2026-08-24T13:02:18.157Z | Checking papergrid v0.18.0 |
| 1374 | 2026-08-24T13:02:18.191Z | Compiling cexpr v0.6.0 |
| 1375 | 2026-08-24T13:02:18.333Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1376 | 2026-08-24T13:02:18.512Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1377 | 2026-08-24T13:02:18.774Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1378 | 2026-08-24T13:02:18.943Z | Checking serde-big-array v0.5.1 |
| 1379 | 2026-08-24T13:02:19.009Z | Compiling derive-where v1.6.0 |
| 1380 | 2026-08-24T13:02:19.086Z | Compiling serde_repr v0.1.20 |
| 1381 | 2026-08-24T13:02:19.275Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1382 | 2026-08-24T13:02:19.315Z | Checking unicode-segmentation v1.12.0 |
| 1383 | 2026-08-24T13:02:19.505Z | Checking same-file v1.0.6 |
| 1384 | 2026-08-24T13:02:19.522Z | Checking siphasher v1.0.1 |
| 1385 | 2026-08-24T13:02:19.629Z | Compiling shlex v1.3.0 |
| 1386 | 2026-08-24T13:02:19.646Z | Checking newline-converter v0.3.0 |
| 1387 | 2026-08-24T13:02:19.663Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1388 | 2026-08-24T13:02:19.686Z | Checking phf_shared v0.12.1 |
| 1389 | 2026-08-24T13:02:19.757Z | Checking walkdir v2.5.0 |
| 1390 | 2026-08-24T13:02:19.894Z | Checking hickory-resolver v0.24.4 |
| 1391 | 2026-08-24T13:02:19.924Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1392 | 2026-08-24T13:02:20.246Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1393 | 2026-08-24T13:02:20.310Z | Checking tabled v0.21.0 |
| 1394 | 2026-08-24T13:02:20.426Z | Compiling typify-macro v0.6.2 |
| 1395 | 2026-08-24T13:02:20.629Z | Checking oxide-tokio-rt v0.1.6 |
| 1396 | 2026-08-24T13:02:20.798Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1397 | 2026-08-24T13:02:21.000Z | Checking itertools v0.15.0 |
| 1398 | 2026-08-24T13:02:21.504Z | Checking console v0.15.11 |
| 1399 | 2026-08-24T13:02:21.703Z | Compiling progenitor-impl v0.10.0 |
| 1400 | 2026-08-24T13:02:21.787Z | Checking tokio-stream v0.1.17 |
| 1401 | 2026-08-24T13:02:21.923Z | Compiling pin-project-internal v1.1.10 |
| 1402 | 2026-08-24T13:02:21.974Z | Compiling slog-dtrace v0.3.0 |
| 1403 | 2026-08-24T13:02:22.105Z | Checking csv-core v0.1.12 |
| 1404 | 2026-08-24T13:02:22.166Z | Checking smawk v0.3.2 |
| 1405 | 2026-08-24T13:02:22.208Z | Checking swrite v0.1.0 |
| 1406 | 2026-08-24T13:02:22.289Z | Compiling cancel-safe-futures v0.1.5 |
| 1407 | 2026-08-24T13:02:22.306Z | Checking unicode-linebreak v0.1.5 |
| 1408 | 2026-08-24T13:02:22.310Z | Checking foldhash v0.1.5 |
| 1409 | 2026-08-24T13:02:22.465Z | Compiling unicode-xid v0.2.6 |
| 1410 | 2026-08-24T13:02:22.539Z | Compiling chrono-tz v0.10.4 |
| 1411 | 2026-08-24T13:02:22.593Z | Checking unicode-width v0.1.14 |
| 1412 | 2026-08-24T13:02:22.712Z | Compiling const_format_proc_macros v0.2.34 |
| 1413 | 2026-08-24T13:02:22.817Z | Checking textwrap v0.16.2 |
| 1414 | 2026-08-24T13:02:22.848Z | Checking hashbrown v0.15.5 |
| 1415 | 2026-08-24T13:02:22.997Z | Checking pin-project v1.1.10 |
| 1416 | 2026-08-24T13:02:23.037Z | Checking csv v1.4.0 |
| 1417 | 2026-08-24T13:02:23.156Z | Checking qorb v0.4.1 |
| 1418 | 2026-08-24T13:02:23.408Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-08-24T13:02:23.483Z | Checking expectorate v1.2.0 |
| 1420 | 2026-08-24T13:02:23.510Z | Checking phf v0.12.1 |
| 1421 | 2026-08-24T13:02:23.616Z | Checking unicode-normalization v0.1.24 |
| 1422 | 2026-08-24T13:02:23.662Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1423 | 2026-08-24T13:02:23.740Z | Compiling progenitor-macro v0.10.0 |
| 1424 | 2026-08-24T13:02:24.125Z | Checking libsw-core v0.3.2 |
| 1425 | 2026-08-24T13:02:24.159Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1426 | 2026-08-24T13:02:24.278Z | Compiling async-recursion v1.1.1 |
| 1427 | 2026-08-24T13:02:24.463Z | Compiling snafu-derive v0.8.9 |
| 1428 | 2026-08-24T13:02:24.582Z | Compiling cookie v0.18.1 |
| 1429 | 2026-08-24T13:02:24.821Z | Compiling moka v0.12.11 |
| 1430 | 2026-08-24T13:02:24.854Z | Checking highway v1.3.0 |
| 1431 | 2026-08-24T13:02:24.887Z | Checking fixedbitset v0.4.2 |
| 1432 | 2026-08-24T13:02:25.040Z | Checking fixedbitset v0.5.7 |
| 1433 | 2026-08-24T13:02:25.059Z | Checking petgraph v0.6.5 |
| 1434 | 2026-08-24T13:02:25.112Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1435 | 2026-08-24T13:02:25.245Z | Checking petgraph v0.8.2 |
| 1436 | 2026-08-24T13:02:26.225Z | Checking snafu v0.8.9 |
| 1437 | 2026-08-24T13:02:26.256Z | Checking libsw v3.5.0 |
| 1438 | 2026-08-24T13:02:26.380Z | Checking olpc-cjson v0.1.4 |
| 1439 | 2026-08-24T13:02:26.471Z | Checking const_format v0.2.34 |
| 1440 | 2026-08-24T13:02:26.521Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1441 | 2026-08-24T13:02:26.698Z | Checking papergrid v0.11.0 |
| 1442 | 2026-08-24T13:02:26.858Z | Compiling typify v0.6.2 |
| 1443 | 2026-08-24T13:02:26.914Z | Checking globset v0.4.16 |
| 1444 | 2026-08-24T13:02:26.953Z | Checking gethostname v0.5.0 |
| 1445 | 2026-08-24T13:02:26.957Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1446 | 2026-08-24T13:02:27.162Z | Compiling tabled_derive v0.7.0 |
| 1447 | 2026-08-24T13:02:27.179Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-08-24T13:02:27.305Z | Checking reqwest v0.13.2 |
| 1449 | 2026-08-24T13:02:27.444Z | Checking bcs v0.1.6 |
| 1450 | 2026-08-24T13:02:27.510Z | Checking pem v3.0.5 |
| 1451 | 2026-08-24T13:02:27.672Z | Checking serde_plain v1.0.2 |
| 1452 | 2026-08-24T13:02:27.690Z | Compiling signal-hook v0.4.4 |
| 1453 | 2026-08-24T13:02:27.821Z | Checking termtree v0.5.1 |
| 1454 | 2026-08-24T13:02:27.824Z | Checking progenitor v0.10.0 |
| 1455 | 2026-08-24T13:02:27.857Z | Checking humantime v2.3.0 |
| 1456 | 2026-08-24T13:02:27.902Z | Checking tagptr v0.2.0 |
| 1457 | 2026-08-24T13:02:27.963Z | Checking crc8 v0.1.1 |
| 1458 | 2026-08-24T13:02:27.984Z | Checking linear-map v1.2.0 |
| 1459 | 2026-08-24T13:02:28.041Z | Checking typed-path v0.9.3 |
| 1460 | 2026-08-24T13:02:28.077Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1461 | 2026-08-24T13:02:28.080Z | Checking tabled v0.15.0 |
| 1462 | 2026-08-24T13:02:28.152Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-08-24T13:02:28.690Z | Compiling progenitor-impl v0.14.0 |
| 1464 | 2026-08-24T13:02:28.813Z | Checking tough v0.20.0 |
| 1465 | 2026-08-24T13:02:29.195Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-08-24T13:02:29.390Z | Checking steno v0.4.1 |
| 1467 | 2026-08-24T13:02:29.712Z | Checking hickory-proto v0.25.2 |
| 1468 | 2026-08-24T13:02:30.194Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1469 | 2026-08-24T13:02:30.387Z | Compiling cargo-platform v0.1.9 |
| 1470 | 2026-08-24T13:02:30.599Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1471 | 2026-08-24T13:02:30.700Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-24T13:02:30.767Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-24T13:02:30.817Z | Compiling vergen v8.3.2 |
| 1474 | 2026-08-24T13:02:31.045Z | Compiling fs-err v3.1.2 |
| 1475 | 2026-08-24T13:02:31.257Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-24T13:02:31.346Z | Checking hickory-resolver v0.25.2 |
| 1477 | 2026-08-24T13:02:31.412Z | Compiling progenitor-macro v0.14.0 |
| 1478 | 2026-08-24T13:02:31.704Z | Compiling cargo_metadata v0.18.1 |
| 1479 | 2026-08-24T13:02:31.857Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-24T13:02:32.271Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-24T13:02:32.330Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-08-24T13:02:32.724Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-24T13:02:32.801Z | Checking progenitor-client v0.14.0 |
| 1484 | 2026-08-24T13:02:32.819Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-08-24T13:02:32.853Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-24T13:02:32.976Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1487 | 2026-08-24T13:02:33.022Z | Checking dropshot-api-manager-types v0.7.2 |
| 1488 | 2026-08-24T13:02:33.199Z | Checking sha2 v0.10.9 |
| 1489 | 2026-08-24T13:02:33.467Z | Compiling blake3 v1.8.2 |
| 1490 | 2026-08-24T13:02:33.596Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-08-24T13:02:33.873Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1492 | 2026-08-24T13:02:34.006Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-08-24T13:02:34.654Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-08-24T13:02:34.980Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1495 | 2026-08-24T13:02:35.091Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1496 | 2026-08-24T13:02:35.488Z | Checking progenitor v0.14.0 |
| 1497 | 2026-08-24T13:02:35.738Z | Checking git-stub v1.0.0 |
| 1498 | 2026-08-24T13:02:35.904Z | Compiling strum_macros v0.28.0 |
| 1499 | 2026-08-24T13:02:36.076Z | Checking filetime v0.2.26 |
| 1500 | 2026-08-24T13:02:36.115Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1501 | 2026-08-24T13:02:36.217Z | Checking xattr v1.6.1 |
| 1502 | 2026-08-24T13:02:36.250Z | Compiling curl v0.4.50 |
| 1503 | 2026-08-24T13:02:36.279Z | Checking arrayref v0.3.9 |
| 1504 | 2026-08-24T13:02:36.344Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1505 | 2026-08-24T13:02:36.363Z | Checking arrayvec v0.7.6 |
| 1506 | 2026-08-24T13:02:36.366Z | Checking constant_time_eq v0.3.1 |
| 1507 | 2026-08-24T13:02:36.477Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1508 | 2026-08-24T13:02:36.499Z | Checking is_ci v1.2.0 |
| 1509 | 2026-08-24T13:02:36.602Z | Checking supports-color v3.0.2 |
| 1510 | 2026-08-24T13:02:36.743Z | Checking tar v0.4.45 |
| 1511 | 2026-08-24T13:02:36.828Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1512 | 2026-08-24T13:02:37.107Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1513 | 2026-08-24T13:02:37.126Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1514 | 2026-08-24T13:02:37.651Z | Checking toml v0.7.8 |
| 1515 | 2026-08-24T13:02:37.709Z | Checking strum v0.28.0 |
| 1516 | 2026-08-24T13:02:37.799Z | Checking git-stub-vcs v0.1.0 |
| 1517 | 2026-08-24T13:02:37.958Z | Checking drift v0.2.0 |
| 1518 | 2026-08-24T13:02:37.977Z | Checking kstat-rs v0.2.4 |
| 1519 | 2026-08-24T13:02:37.994Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1520 | 2026-08-24T13:02:38.061Z | Checking topological-sort v0.2.2 |
| 1521 | 2026-08-24T13:02:38.164Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-08-24T13:02:38.201Z | Checking omicron-zone-package v0.12.2 |
| 1523 | 2026-08-24T13:02:38.267Z | Checking dropshot-api-manager v0.7.2 |
| 1524 | 2026-08-24T13:02:38.365Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-24T13:02:39.242Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1526 | 2026-08-24T13:02:39.280Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-08-24T13:02:39.549Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1528 | 2026-08-24T13:02:39.701Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1529 | 2026-08-24T13:02:39.944Z | Checking signal-hook-tokio v0.4.0 |
| 1530 | 2026-08-24T13:02:39.967Z | Checking scuffle v0.1.0 |
| 1531 | 2026-08-24T13:02:40.044Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1532 | 2026-08-24T13:02:40.075Z | Checking iddqd v0.4.5 |
| 1533 | 2026-08-24T13:02:40.109Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1534 | 2026-08-24T13:02:40.252Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1535 | 2026-08-24T13:02:40.307Z | Checking search_path v0.1.4 |
| 1536 | 2026-08-24T13:02:40.471Z | Checking internet-checksum v0.2.1 |
| 1537 | 2026-08-24T13:02:40.547Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1538 | 2026-08-24T13:02:40.727Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1539 | 2026-08-24T13:02:40.829Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1540 | 2026-08-24T13:02:42.912Z | Compiling git2 v0.19.0 |
| 1541 | 2026-08-24T13:02:45.215Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1542 | 2026-08-24T13:02:45.343Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1543 | 2026-08-24T13:02:51.549Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1544 | 2026-08-24T13:02:52.882Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1545 | 2026-08-24T13:02:58.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1546 | 2026-08-24T13:02:58.831Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1547 | 2026-08-24T13:02:58.831Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1548 | 2026-08-24T13:02:59.492Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1549 | 2026-08-24T13:02:59.593Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1550 | 2026-08-24T13:02:59.599Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1551 | 2026-08-24T13:02:59.602Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1552 | 2026-08-24T13:03:06.957Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1553 | 2026-08-24T13:03:06.957Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1554 | 2026-08-24T13:03:09.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s |
| 1555 | 2026-08-24T13:03:09.895Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1556 | 2026-08-24T13:03:09.895Z | + cargo clippy --features softnpu -- --deny warnings |
| 1557 | 2026-08-24T13:03:10.291Z | Downloading crates ... |
| 1558 | 2026-08-24T13:03:10.446Z | Downloaded ascii v1.1.0 |
| 1559 | 2026-08-24T13:03:10.449Z | Downloaded signature v2.2.0 |
| 1560 | 2026-08-24T13:03:10.452Z | Downloaded bit_field v0.10.3 |
| 1561 | 2026-08-24T13:03:10.455Z | Downloaded typeid v1.0.3 |
| 1562 | 2026-08-24T13:03:10.455Z | Downloaded flagset v0.4.7 |
| 1563 | 2026-08-24T13:03:10.459Z | Downloaded utf-8 v0.7.6 |
| 1564 | 2026-08-24T13:03:10.469Z | Downloaded serde_arrays v0.1.0 |
| 1565 | 2026-08-24T13:03:10.472Z | Downloaded const-oid v0.9.6 |
| 1566 | 2026-08-24T13:03:10.472Z | Downloaded funty v2.0.0 |
| 1567 | 2026-08-24T13:03:10.472Z | Downloaded env_filter v2.0.0 |
| 1568 | 2026-08-24T13:03:10.478Z | Downloaded radium v0.7.0 |
| 1569 | 2026-08-24T13:03:10.481Z | Downloaded bitstruct v0.1.1 |
| 1570 | 2026-08-24T13:03:10.481Z | Downloaded bitstruct_derive v0.1.0 |
| 1571 | 2026-08-24T13:03:10.491Z | Downloaded rfc6979 v0.4.0 |
| 1572 | 2026-08-24T13:03:10.500Z | Downloaded libloading v0.7.4 |
| 1573 | 2026-08-24T13:03:10.503Z | Downloaded tls_codec v0.4.2 |
| 1574 | 2026-08-24T13:03:10.503Z | Downloaded spki v0.7.3 |
| 1575 | 2026-08-24T13:03:10.503Z | Downloaded pkcs8 v0.10.2 |
| 1576 | 2026-08-24T13:03:10.506Z | Downloaded wyz v0.5.1 |
| 1577 | 2026-08-24T13:03:10.506Z | Downloaded sec1 v0.7.3 |
| 1578 | 2026-08-24T13:03:10.506Z | Downloaded primeorder v0.13.6 |
| 1579 | 2026-08-24T13:03:10.510Z | Downloaded pem-rfc7468 v0.7.0 |
| 1580 | 2026-08-24T13:03:10.510Z | Downloaded ed25519 v2.2.3 |
| 1581 | 2026-08-24T13:03:10.510Z | Downloaded ecdsa v0.16.9 |
| 1582 | 2026-08-24T13:03:10.513Z | Downloaded tokio-tungstenite v0.21.0 |
| 1583 | 2026-08-24T13:03:10.516Z | Downloaded tls_codec_derive v0.4.2 |
| 1584 | 2026-08-24T13:03:10.516Z | Downloaded erased-serde v0.4.8 |
| 1585 | 2026-08-24T13:03:10.519Z | Downloaded tap v1.0.1 |
| 1586 | 2026-08-24T13:03:10.519Z | Downloaded der_derive v0.7.3 |
| 1587 | 2026-08-24T13:03:10.525Z | Downloaded env_logger v0.11.11 |
| 1588 | 2026-08-24T13:03:10.538Z | Downloaded tungstenite v0.21.0 |
| 1589 | 2026-08-24T13:03:10.551Z | Downloaded base64 v0.21.7 |
| 1590 | 2026-08-24T13:03:10.554Z | Downloaded der v0.7.10 |
| 1591 | 2026-08-24T13:03:10.562Z | Downloaded num-bigint v0.4.6 |
| 1592 | 2026-08-24T13:03:10.565Z | Downloaded ed25519-dalek v2.2.0 |
| 1593 | 2026-08-24T13:03:10.569Z | Downloaded x509-cert v0.2.5 |
| 1594 | 2026-08-24T13:03:10.581Z | Downloaded itertools v0.13.0 |
| 1595 | 2026-08-24T13:03:10.586Z | Downloaded bitvec v1.0.1 |
| 1596 | 2026-08-24T13:03:10.594Z | Downloaded salty v0.3.0 |
| 1597 | 2026-08-24T13:03:10.598Z | Downloaded p384 v0.13.1 |
| 1598 | 2026-08-24T13:03:10.819Z | Checking log v0.4.29 |
| 1599 | 2026-08-24T13:03:10.963Z | Checking const-oid v0.9.6 |
| 1600 | 2026-08-24T13:03:11.014Z | Checking serde_with v3.22.0 |
| 1601 | 2026-08-24T13:03:11.043Z | Checking pem-rfc7468 v0.7.0 |
| 1602 | 2026-08-24T13:03:11.059Z | Compiling der_derive v0.7.3 |
| 1603 | 2026-08-24T13:03:11.070Z | Checking flagset v0.4.7 |
| 1604 | 2026-08-24T13:03:11.081Z | Checking rustls v0.23.40 |
| 1605 | 2026-08-24T13:03:11.084Z | Checking native-tls v0.2.14 |
| 1606 | 2026-08-24T13:03:11.084Z | Checking goblin v0.10.1 |
| 1607 | 2026-08-24T13:03:11.184Z | Checking typify-impl v0.4.3 |
| 1608 | 2026-08-24T13:03:11.196Z | Checking rustls v0.22.4 |
| 1609 | 2026-08-24T13:03:11.250Z | Checking tokio-native-tls v0.3.1 |
| 1610 | 2026-08-24T13:03:11.403Z | Checking hyper-tls v0.6.0 |
| 1611 | 2026-08-24T13:03:11.580Z | Checking num-integer v0.1.46 |
| 1612 | 2026-08-24T13:03:11.661Z | Checking digest v0.10.7 |
| 1613 | 2026-08-24T13:03:11.808Z | Checking ff v0.13.1 |
| 1614 | 2026-08-24T13:03:11.855Z | Checking sha1 v0.10.6 |
| 1615 | 2026-08-24T13:03:11.939Z | Checking hmac v0.12.1 |
| 1616 | 2026-08-24T13:03:12.001Z | Checking der v0.7.10 |
| 1617 | 2026-08-24T13:03:12.018Z | Checking base16ct v0.2.0 |
| 1618 | 2026-08-24T13:03:12.072Z | Checking hkdf v0.12.4 |
| 1619 | 2026-08-24T13:03:12.142Z | Checking group v0.13.0 |
| 1620 | 2026-08-24T13:03:12.207Z | Checking num-bigint v0.4.6 |
| 1621 | 2026-08-24T13:03:12.291Z | Checking num-iter v0.1.45 |
| 1622 | 2026-08-24T13:03:12.309Z | Checking typify v0.4.3 |
| 1623 | 2026-08-24T13:03:12.406Z | Checking num-complex v0.4.6 |
| 1624 | 2026-08-24T13:03:12.420Z | Checking progenitor-impl v0.11.1 |
| 1625 | 2026-08-24T13:03:12.491Z | Checking goblin v0.8.2 |
| 1626 | 2026-08-24T13:03:12.622Z | Checking tokio-rustls v0.25.0 |
| 1627 | 2026-08-24T13:03:12.718Z | Checking spki v0.7.3 |
| 1628 | 2026-08-24T13:03:12.749Z | Checking curve25519-dalek v4.1.3 |
| 1629 | 2026-08-24T13:03:12.818Z | Checking sha3 v0.10.8 |
| 1630 | 2026-08-24T13:03:12.884Z | Checking pkcs8 v0.10.2 |
| 1631 | 2026-08-24T13:03:13.018Z | Checking blake2 v0.10.6 |
| 1632 | 2026-08-24T13:03:13.031Z | Checking num-rational v0.4.2 |
| 1633 | 2026-08-24T13:03:13.042Z | Checking sec1 v0.7.3 |
| 1634 | 2026-08-24T13:03:13.231Z | Compiling nix v0.31.3 |
| 1635 | 2026-08-24T13:03:13.244Z | Checking elliptic-curve v0.13.8 |
| 1636 | 2026-08-24T13:03:13.289Z | Checking argon2 v0.5.3 |
| 1637 | 2026-08-24T13:03:13.314Z | Checking num v0.4.3 |
| 1638 | 2026-08-24T13:03:13.350Z | Checking dof v0.4.0 |
| 1639 | 2026-08-24T13:03:13.389Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1640 | 2026-08-24T13:03:13.427Z | Checking tokio-rustls v0.26.4 |
| 1641 | 2026-08-24T13:03:13.453Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1642 | 2026-08-24T13:03:13.543Z | Checking vsss-rs v3.3.4 |
| 1643 | 2026-08-24T13:03:13.582Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1644 | 2026-08-24T13:03:13.595Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1645 | 2026-08-24T13:03:13.651Z | Checking hyper-rustls v0.27.7 |
| 1646 | 2026-08-24T13:03:13.731Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1647 | 2026-08-24T13:03:13.746Z | Checking usdt-impl v0.6.0 |
| 1648 | 2026-08-24T13:03:13.848Z | Checking reqwest v0.12.23 |
| 1649 | 2026-08-24T13:03:13.957Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1650 | 2026-08-24T13:03:14.016Z | Checking usdt v0.6.0 |
| 1651 | 2026-08-24T13:03:14.060Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1652 | 2026-08-24T13:03:14.180Z | Checking dropshot v0.16.7 |
| 1653 | 2026-08-24T13:03:14.377Z | Checking dropshot v0.17.1 |
| 1654 | 2026-08-24T13:03:14.390Z | Checking dof v0.3.0 |
| 1655 | 2026-08-24T13:03:14.403Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1656 | 2026-08-24T13:03:14.433Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1657 | 2026-08-24T13:03:14.568Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1658 | 2026-08-24T13:03:14.572Z | Checking progenitor-client v0.10.0 |
| 1659 | 2026-08-24T13:03:14.623Z | Checking progenitor-client v0.11.1 |
| 1660 | 2026-08-24T13:03:14.636Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1661 | 2026-08-24T13:03:14.664Z | Checking progenitor-impl v0.10.0 |
| 1662 | 2026-08-24T13:03:14.677Z | Checking usdt-impl v0.5.0 |
| 1663 | 2026-08-24T13:03:14.718Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1664 | 2026-08-24T13:03:14.805Z | Checking sha2 v0.10.9 |
| 1665 | 2026-08-24T13:03:14.851Z | Checking progenitor v0.11.1 |
| 1666 | 2026-08-24T13:03:14.872Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1667 | 2026-08-24T13:03:14.953Z | Checking usdt v0.5.0 |
| 1668 | 2026-08-24T13:03:14.984Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1669 | 2026-08-24T13:03:15.056Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1670 | 2026-08-24T13:03:15.117Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1671 | 2026-08-24T13:03:15.121Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1672 | 2026-08-24T13:03:15.348Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1673 | 2026-08-24T13:03:15.372Z | Checking tokio-dtrace v0.1.1 |
| 1674 | 2026-08-24T13:03:15.521Z | Checking progenitor v0.10.0 |
| 1675 | 2026-08-24T13:03:15.552Z | Checking signature v2.2.0 |
| 1676 | 2026-08-24T13:03:15.598Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1677 | 2026-08-24T13:03:15.658Z | Checking utf-8 v0.7.6 |
| 1678 | 2026-08-24T13:03:15.678Z | Checking oxide-tokio-rt v0.1.6 |
| 1679 | 2026-08-24T13:03:15.790Z | Checking tungstenite v0.21.0 |
| 1680 | 2026-08-24T13:03:15.804Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1681 | 2026-08-24T13:03:15.842Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1682 | 2026-08-24T13:03:16.002Z | Compiling radium v0.7.0 |
| 1683 | 2026-08-24T13:03:16.044Z | Compiling salty v0.3.0 |
| 1684 | 2026-08-24T13:03:16.059Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1685 | 2026-08-24T13:03:16.210Z | Checking tokio-tungstenite v0.21.0 |
| 1686 | 2026-08-24T13:03:16.308Z | Checking qorb v0.4.1 |
| 1687 | 2026-08-24T13:03:16.339Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1688 | 2026-08-24T13:03:16.354Z | Checking rfc6979 v0.4.0 |
| 1689 | 2026-08-24T13:03:16.472Z | Checking tap v1.0.1 |
| 1690 | 2026-08-24T13:03:16.486Z | Checking base64 v0.21.7 |
| 1691 | 2026-08-24T13:03:16.578Z | Checking wyz v0.5.1 |
| 1692 | 2026-08-24T13:03:16.620Z | Checking typify-impl v0.6.2 |
| 1693 | 2026-08-24T13:03:16.718Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1694 | 2026-08-24T13:03:16.755Z | Checking ecdsa v0.16.9 |
| 1695 | 2026-08-24T13:03:17.099Z | Checking slog-dtrace v0.3.0 |
| 1696 | 2026-08-24T13:03:17.320Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1697 | 2026-08-24T13:03:17.337Z | Checking ed25519 v2.2.3 |
| 1698 | 2026-08-24T13:03:17.433Z | Checking globset v0.4.16 |
| 1699 | 2026-08-24T13:03:17.487Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1700 | 2026-08-24T13:03:17.504Z | Checking primeorder v0.13.6 |
| 1701 | 2026-08-24T13:03:17.604Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1702 | 2026-08-24T13:03:17.648Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1703 | 2026-08-24T13:03:17.661Z | Checking reqwest v0.13.2 |
| 1704 | 2026-08-24T13:03:17.678Z | Checking env_filter v2.0.0 |
| 1705 | 2026-08-24T13:03:17.692Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1706 | 2026-08-24T13:03:17.740Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1707 | 2026-08-24T13:03:17.758Z | Checking funty v2.0.0 |
| 1708 | 2026-08-24T13:03:17.820Z | Compiling typeid v1.0.3 |
| 1709 | 2026-08-24T13:03:17.976Z | Checking env_logger v0.11.11 |
| 1710 | 2026-08-24T13:03:18.075Z | Checking bitvec v1.0.1 |
| 1711 | 2026-08-24T13:03:18.155Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1712 | 2026-08-24T13:03:18.168Z | Checking tough v0.20.0 |
| 1713 | 2026-08-24T13:03:18.193Z | Checking typify v0.6.2 |
| 1714 | 2026-08-24T13:03:18.197Z | Checking p384 v0.13.1 |
| 1715 | 2026-08-24T13:03:18.260Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1716 | 2026-08-24T13:03:18.296Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1717 | 2026-08-24T13:03:18.603Z | Checking ed25519-dalek v2.2.0 |
| 1718 | 2026-08-24T13:03:18.638Z | Checking x509-cert v0.2.5 |
| 1719 | 2026-08-24T13:03:18.795Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1720 | 2026-08-24T13:03:19.027Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1721 | 2026-08-24T13:03:19.203Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1722 | 2026-08-24T13:03:19.283Z | Compiling erased-serde v0.4.8 |
| 1723 | 2026-08-24T13:03:19.324Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1724 | 2026-08-24T13:03:19.376Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1725 | 2026-08-24T13:03:19.461Z | Checking progenitor-impl v0.14.0 |
| 1726 | 2026-08-24T13:03:19.534Z | Checking progenitor-client v0.14.0 |
| 1727 | 2026-08-24T13:03:19.548Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 1728 | 2026-08-24T13:03:19.751Z | Compiling bitstruct_derive v0.1.0 |
| 1729 | 2026-08-24T13:03:19.830Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1730 | 2026-08-24T13:03:19.868Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1731 | 2026-08-24T13:03:19.966Z | Checking ascii v1.1.0 |
| 1732 | 2026-08-24T13:03:20.106Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1733 | 2026-08-24T13:03:20.119Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 1734 | 2026-08-24T13:03:20.149Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1735 | 2026-08-24T13:03:20.335Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1736 | 2026-08-24T13:03:20.350Z | Checking progenitor v0.14.0 |
| 1737 | 2026-08-24T13:03:20.389Z | Checking bitstruct v0.1.1 |
| 1738 | 2026-08-24T13:03:20.480Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1739 | 2026-08-24T13:03:20.494Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1740 | 2026-08-24T13:03:20.506Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1741 | 2026-08-24T13:03:20.517Z | Checking itertools v0.13.0 |
| 1742 | 2026-08-24T13:03:20.578Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1743 | 2026-08-24T13:03:20.622Z | Checking acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc) |
| 1744 | 2026-08-24T13:03:20.747Z | Checking serde_arrays v0.1.0 |
| 1745 | 2026-08-24T13:03:20.761Z | Checking pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1746 | 2026-08-24T13:03:20.859Z | Checking libloading v0.7.4 |
| 1747 | 2026-08-24T13:03:20.862Z | Checking bit_field v0.10.3 |
| 1748 | 2026-08-24T13:03:21.008Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1749 | 2026-08-24T13:03:21.023Z | Checking omicron-zone-package v0.12.2 |
| 1750 | 2026-08-24T13:03:21.140Z | Checking dropshot-api-manager v0.7.2 |
| 1751 | 2026-08-24T13:03:21.904Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1752 | 2026-08-24T13:03:22.407Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1753 | 2026-08-24T13:03:22.410Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1754 | 2026-08-24T13:03:22.410Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1755 | 2026-08-24T13:03:22.410Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1756 | 2026-08-24T13:03:22.410Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1757 | 2026-08-24T13:03:22.795Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1758 | 2026-08-24T13:03:22.952Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1759 | 2026-08-24T13:03:23.365Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1760 | 2026-08-24T13:03:23.452Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1761 | 2026-08-24T13:03:24.038Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1762 | 2026-08-24T13:03:24.081Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1763 | 2026-08-24T13:03:24.084Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1764 | 2026-08-24T13:03:24.194Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1765 | 2026-08-24T13:03:24.493Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1766 | 2026-08-24T13:03:24.493Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1767 | 2026-08-24T13:03:24.564Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1768 | 2026-08-24T13:03:24.643Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1769 | 2026-08-24T13:03:24.647Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1770 | 2026-08-24T13:03:24.809Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1771 | 2026-08-24T13:03:24.812Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1772 | 2026-08-24T13:03:24.812Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1773 | 2026-08-24T13:03:25.262Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1774 | 2026-08-24T13:03:25.423Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1775 | 2026-08-24T13:03:25.666Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1776 | 2026-08-24T13:03:25.706Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1777 | 2026-08-24T13:03:25.836Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1778 | 2026-08-24T13:03:27.777Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1779 | 2026-08-24T13:03:27.780Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1780 | 2026-08-24T13:03:28.004Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1781 | 2026-08-24T13:03:28.701Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1782 | 2026-08-24T13:03:28.715Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1783 | 2026-08-24T13:03:28.719Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1784 | 2026-08-24T13:03:28.719Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1785 | 2026-08-24T13:03:28.719Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1786 | 2026-08-24T13:03:29.744Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1787 | 2026-08-24T13:03:30.136Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1788 | 2026-08-24T13:03:30.602Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1789 | 2026-08-24T13:03:30.944Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1790 | 2026-08-24T13:03:31.008Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1791 | 2026-08-24T13:03:31.077Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1792 | 2026-08-24T13:03:31.503Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1793 | 2026-08-24T13:03:36.227Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1794 | 2026-08-24T13:03:36.516Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1795 | 2026-08-24T13:03:37.501Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1796 | 2026-08-24T13:03:42.837Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1797 | 2026-08-24T13:03:44.185Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1798 | 2026-08-24T13:03:44.741Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1799 | 2026-08-24T13:03:49.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.94s |
| 1800 | 2026-08-24T13:03:50.073Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1801 | 2026-08-24T13:03:50.073Z | + cargo clippy --features chaos -- --deny warnings |
| 1802 | 2026-08-24T13:03:50.732Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1803 | 2026-08-24T13:03:50.834Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1804 | 2026-08-24T13:03:50.834Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1805 | 2026-08-24T13:03:58.201Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1806 | 2026-08-24T13:03:58.204Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1807 | 2026-08-24T13:04:00.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s |
| 1808 | 2026-08-24T13:04:01.065Z | + banner fmt |
| 1809 | 2026-08-24T13:04:01.070Z | |
| 1810 | 2026-08-24T13:04:01.070Z | ###### # # ##### |
| 1811 | 2026-08-24T13:04:01.070Z | # ## ## # |
| 1812 | 2026-08-24T13:04:01.070Z | ##### # ## # # |
| 1813 | 2026-08-24T13:04:01.070Z | # # # # |
| 1814 | 2026-08-24T13:04:01.070Z | # # # # |
| 1815 | 2026-08-24T13:04:01.070Z | # # # # |
| 1816 | 2026-08-24T13:04:01.070Z | |
| 1817 | 2026-08-24T13:04:01.070Z | + cargo fmt -- --check |
| 1818 | 2026-08-24T13:04:01.533Z | + banner test |
| 1819 | 2026-08-24T13:04:01.536Z | |
| 1820 | 2026-08-24T13:04:01.536Z | ##### ###### #### ##### |
| 1821 | 2026-08-24T13:04:01.536Z | # # # # |
| 1822 | 2026-08-24T13:04:01.536Z | # ##### #### # |
| 1823 | 2026-08-24T13:04:01.536Z | # # # # |
| 1824 | 2026-08-24T13:04:01.536Z | # # # # # |
| 1825 | 2026-08-24T13:04:01.536Z | # ###### #### # |
| 1826 | 2026-08-24T13:04:01.536Z | |
| 1827 | 2026-08-24T13:04:01.536Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1828 | 2026-08-24T13:04:01.536Z | + RUST_BACKTRACE=full |
| 1829 | 2026-08-24T13:04:01.536Z | + cargo test --features tofino_stub --no-fail-fast |
| 1830 | 2026-08-24T13:04:02.617Z | Compiling unicode-ident v1.0.24 |
| 1831 | 2026-08-24T13:04:02.621Z | Compiling cfg-if v1.0.4 |
| 1832 | 2026-08-24T13:04:02.621Z | Compiling memchr v2.7.5 |
| 1833 | 2026-08-24T13:04:02.772Z | Compiling serde_core v1.0.228 |
| 1834 | 2026-08-24T13:04:02.782Z | Compiling itoa v1.0.15 |
| 1835 | 2026-08-24T13:04:02.793Z | Compiling libc v0.2.186 |
| 1836 | 2026-08-24T13:04:02.807Z | Compiling zmij v1.0.17 |
| 1837 | 2026-08-24T13:04:02.823Z | Compiling libm v0.2.15 |
| 1838 | 2026-08-24T13:04:02.864Z | Compiling proc-macro2 v1.0.106 |
| 1839 | 2026-08-24T13:04:02.908Z | Compiling heck v0.5.0 |
| 1840 | 2026-08-24T13:04:03.082Z | Compiling equivalent v1.0.2 |
| 1841 | 2026-08-24T13:04:03.175Z | Compiling log v0.4.29 |
| 1842 | 2026-08-24T13:04:03.275Z | Compiling quote v1.0.45 |
| 1843 | 2026-08-24T13:04:03.318Z | Compiling iana-time-zone v0.1.64 |
| 1844 | 2026-08-24T13:04:03.365Z | Compiling smallvec v1.15.1 |
| 1845 | 2026-08-24T13:04:03.509Z | Compiling syn v2.0.118 |
| 1846 | 2026-08-24T13:04:03.548Z | Compiling dyn-clone v1.0.20 |
| 1847 | 2026-08-24T13:04:03.569Z | Compiling hashbrown v0.17.1 |
| 1848 | 2026-08-24T13:04:03.586Z | Compiling stable_deref_trait v1.2.0 |
| 1849 | 2026-08-24T13:04:03.600Z | Compiling regex-syntax v0.8.11 |
| 1850 | 2026-08-24T13:04:03.673Z | Compiling pin-project-lite v0.2.16 |
| 1851 | 2026-08-24T13:04:03.696Z | Compiling percent-encoding v2.3.2 |
| 1852 | 2026-08-24T13:04:03.777Z | Compiling litemap v0.8.0 |
| 1853 | 2026-08-24T13:04:03.906Z | Compiling writeable v0.6.1 |
| 1854 | 2026-08-24T13:04:03.934Z | Compiling num-traits v0.2.19 |
| 1855 | 2026-08-24T13:04:04.002Z | Compiling icu_properties_data v2.0.1 |
| 1856 | 2026-08-24T13:04:04.124Z | Compiling icu_normalizer_data v2.0.0 |
| 1857 | 2026-08-24T13:04:04.143Z | Compiling form_urlencoded v1.2.2 |
| 1858 | 2026-08-24T13:04:04.206Z | Compiling utf8_iter v1.0.4 |
| 1859 | 2026-08-24T13:04:04.222Z | Compiling getrandom v0.4.2 |
| 1860 | 2026-08-24T13:04:04.333Z | Compiling aho-corasick v1.1.3 |
| 1861 | 2026-08-24T13:04:04.362Z | Compiling byteorder v1.5.0 |
| 1862 | 2026-08-24T13:04:04.378Z | Compiling ucd-trie v0.1.7 |
| 1863 | 2026-08-24T13:04:04.545Z | Compiling semver v1.0.28 |
| 1864 | 2026-08-24T13:04:04.595Z | Compiling serde_json v1.0.150 |
| 1865 | 2026-08-24T13:04:04.618Z | Compiling indexmap v2.14.0 |
| 1866 | 2026-08-24T13:04:04.683Z | Compiling scopeguard v1.2.0 |
| 1867 | 2026-08-24T13:04:04.799Z | Compiling lock_api v0.4.14 |
| 1868 | 2026-08-24T13:04:04.897Z | Compiling uuid v1.23.3 |
| 1869 | 2026-08-24T13:04:05.011Z | Compiling fnv v1.0.7 |
| 1870 | 2026-08-24T13:04:05.036Z | Compiling allocator-api2 v0.2.21 |
| 1871 | 2026-08-24T13:04:05.121Z | Compiling regex-automata v0.4.13 |
| 1872 | 2026-08-24T13:04:05.263Z | Compiling futures-core v0.3.32 |
| 1873 | 2026-08-24T13:04:05.333Z | Compiling foldhash v0.2.0 |
| 1874 | 2026-08-24T13:04:05.449Z | Compiling strsim v0.11.1 |
| 1875 | 2026-08-24T13:04:05.555Z | Compiling hashbrown v0.16.1 |
| 1876 | 2026-08-24T13:04:05.597Z | Compiling ryu v1.0.20 |
| 1877 | 2026-08-24T13:04:05.796Z | Compiling pretty-hex v0.4.1 |
| 1878 | 2026-08-24T13:04:05.865Z | Compiling plain v0.2.3 |
| 1879 | 2026-08-24T13:04:05.944Z | Compiling num-conv v0.2.1 |
| 1880 | 2026-08-24T13:04:05.983Z | Compiling futures-sink v0.3.32 |
| 1881 | 2026-08-24T13:04:06.081Z | Compiling time-core v0.1.8 |
| 1882 | 2026-08-24T13:04:06.102Z | Compiling slab v0.4.11 |
| 1883 | 2026-08-24T13:04:06.163Z | Compiling futures-channel v0.3.32 |
| 1884 | 2026-08-24T13:04:06.236Z | Compiling synstructure v0.13.2 |
| 1885 | 2026-08-24T13:04:06.284Z | Compiling serde_derive_internals v0.29.1 |
| 1886 | 2026-08-24T13:04:06.299Z | Compiling time-macros v0.2.27 |
| 1887 | 2026-08-24T13:04:06.557Z | Compiling futures-task v0.3.32 |
| 1888 | 2026-08-24T13:04:06.738Z | Compiling futures-io v0.3.32 |
| 1889 | 2026-08-24T13:04:06.769Z | Compiling regress v0.10.5 |
| 1890 | 2026-08-24T13:04:06.908Z | Compiling regex v1.12.4 |
| 1891 | 2026-08-24T13:04:06.972Z | Compiling thread-id v5.0.0 |
| 1892 | 2026-08-24T13:04:07.028Z | Compiling getrandom v0.2.16 |
| 1893 | 2026-08-24T13:04:07.062Z | Compiling socket2 v0.6.4 |
| 1894 | 2026-08-24T13:04:07.227Z | Compiling bitflags v2.11.1 |
| 1895 | 2026-08-24T13:04:07.278Z | Compiling parking_lot_core v0.9.12 |
| 1896 | 2026-08-24T13:04:07.387Z | Compiling signal-hook-registry v1.4.6 |
| 1897 | 2026-08-24T13:04:07.449Z | Compiling serde_derive v1.0.228 |
| 1898 | 2026-08-24T13:04:07.474Z | Compiling zerofrom-derive v0.1.6 |
| 1899 | 2026-08-24T13:04:07.505Z | Compiling yoke-derive v0.8.0 |
| 1900 | 2026-08-24T13:04:07.536Z | Compiling zerovec-derive v0.11.1 |
| 1901 | 2026-08-24T13:04:07.594Z | Compiling displaydoc v0.2.5 |
| 1902 | 2026-08-24T13:04:07.691Z | Compiling thiserror-impl v2.0.18 |
| 1903 | 2026-08-24T13:04:07.804Z | Compiling schemars_derive v0.8.22 |
| 1904 | 2026-08-24T13:04:08.374Z | Compiling tokio-macros v2.7.0 |
| 1905 | 2026-08-24T13:04:08.556Z | Compiling zeroize_derive v1.4.3 |
| 1906 | 2026-08-24T13:04:08.653Z | Compiling zerocopy-derive v0.8.27 |
| 1907 | 2026-08-24T13:04:08.700Z | Compiling futures-macro v0.3.32 |
| 1908 | 2026-08-24T13:04:08.945Z | Compiling thiserror v2.0.18 |
| 1909 | 2026-08-24T13:04:09.034Z | Compiling zerofrom v0.1.6 |
| 1910 | 2026-08-24T13:04:09.063Z | Compiling tracing-attributes v0.1.30 |
| 1911 | 2026-08-24T13:04:09.149Z | Compiling yoke v0.8.0 |
| 1912 | 2026-08-24T13:04:09.173Z | Compiling thiserror-impl v1.0.69 |
| 1913 | 2026-08-24T13:04:09.244Z | Compiling pest v2.8.2 |
| 1914 | 2026-08-24T13:04:09.353Z | Compiling zerovec v0.11.4 |
| 1915 | 2026-08-24T13:04:09.541Z | Compiling zerotrie v0.2.2 |
| 1916 | 2026-08-24T13:04:09.861Z | Compiling scroll_derive v0.13.1 |
| 1917 | 2026-08-24T13:04:09.921Z | Compiling zerocopy v0.8.27 |
| 1918 | 2026-08-24T13:04:10.147Z | Compiling serde v1.0.228 |
| 1919 | 2026-08-24T13:04:10.312Z | Compiling tinystr v0.8.1 |
| 1920 | 2026-08-24T13:04:10.356Z | Compiling potential_utf v0.1.3 |
| 1921 | 2026-08-24T13:04:10.580Z | Compiling icu_locale_core v2.0.0 |
| 1922 | 2026-08-24T13:04:10.596Z | Compiling icu_collections v2.0.0 |
| 1923 | 2026-08-24T13:04:10.599Z | Compiling pest_meta v2.8.2 |
| 1924 | 2026-08-24T13:04:10.702Z | Compiling bytes v1.12.0 |
| 1925 | 2026-08-24T13:04:10.725Z | Compiling serde_tokenstream v0.2.3 |
| 1926 | 2026-08-24T13:04:10.763Z | Compiling chrono v0.4.45 |
| 1927 | 2026-08-24T13:04:10.807Z | Compiling async-trait v0.1.89 |
| 1928 | 2026-08-24T13:04:11.038Z | Compiling scroll v0.13.0 |
| 1929 | 2026-08-24T13:04:11.118Z | Compiling icu_provider v2.0.0 |
| 1930 | 2026-08-24T13:04:11.306Z | Compiling http v1.4.2 |
| 1931 | 2026-08-24T13:04:11.357Z | Compiling pest_generator v2.8.2 |
| 1932 | 2026-08-24T13:04:11.452Z | Compiling icu_normalizer v2.0.0 |
| 1933 | 2026-08-24T13:04:11.475Z | Compiling icu_properties v2.0.1 |
| 1934 | 2026-08-24T13:04:11.479Z | Compiling goblin v0.10.1 |
| 1935 | 2026-08-24T13:04:11.811Z | Compiling schemars v0.8.22 |
| 1936 | 2026-08-24T13:04:11.945Z | Compiling daft-derive v0.1.5 |
| 1937 | 2026-08-24T13:04:12.006Z | Compiling pest_derive v2.8.2 |
| 1938 | 2026-08-24T13:04:12.312Z | Compiling openssl-macros v0.1.1 |
| 1939 | 2026-08-24T13:04:12.327Z | Compiling openapiv3 v2.2.0 |
| 1940 | 2026-08-24T13:04:12.566Z | Compiling idna_adapter v1.2.1 |
| 1941 | 2026-08-24T13:04:12.686Z | Compiling idna v1.1.0 |
| 1942 | 2026-08-24T13:04:12.712Z | Compiling dtrace-parser v0.3.0 |
| 1943 | 2026-08-24T13:04:12.728Z | Compiling typify-impl v0.4.3 |
| 1944 | 2026-08-24T13:04:12.787Z | Compiling structmeta-derive v0.3.0 |
| 1945 | 2026-08-24T13:04:12.952Z | Compiling async-stream-impl v0.3.6 |
| 1946 | 2026-08-24T13:04:13.453Z | Compiling url v2.5.7 |
| 1947 | 2026-08-24T13:04:13.594Z | Compiling newtype-uuid-macros v0.1.0 |
| 1948 | 2026-08-24T13:04:13.610Z | Compiling serde_yaml v0.9.34+deprecated |
| 1949 | 2026-08-24T13:04:13.844Z | Compiling structmeta v0.3.0 |
| 1950 | 2026-08-24T13:04:13.943Z | Compiling zeroize v1.8.1 |
| 1951 | 2026-08-24T13:04:14.055Z | Compiling strum_macros v0.26.4 |
| 1952 | 2026-08-24T13:04:14.162Z | Compiling dof v0.4.0 |
| 1953 | 2026-08-24T13:04:14.252Z | Compiling parking_lot v0.12.5 |
| 1954 | 2026-08-24T13:04:14.337Z | Compiling untrusted v0.9.0 |
| 1955 | 2026-08-24T13:04:14.405Z | Compiling thiserror v1.0.69 |
| 1956 | 2026-08-24T13:04:14.467Z | Compiling mio v1.2.1 |
| 1957 | 2026-08-24T13:04:14.519Z | Compiling omicron-workspace-hack v0.1.0 |
| 1958 | 2026-08-24T13:04:14.600Z | Compiling base64 v0.22.1 |
| 1959 | 2026-08-24T13:04:14.675Z | Compiling usdt-impl v0.6.0 |
| 1960 | 2026-08-24T13:04:14.901Z | Compiling tokio v1.52.3 |
| 1961 | 2026-08-24T13:04:14.985Z | Compiling http-body v1.0.1 |
| 1962 | 2026-08-24T13:04:15.153Z | Compiling dropshot_endpoint v0.16.7 |
| 1963 | 2026-08-24T13:04:15.287Z | Compiling ref-cast-impl v1.0.25 |
| 1964 | 2026-08-24T13:04:15.403Z | Compiling ipnet v2.11.0 |
| 1965 | 2026-08-24T13:04:15.828Z | Compiling atomic-waker v1.1.2 |
| 1966 | 2026-08-24T13:04:15.945Z | Compiling derive-ex v0.1.8 |
| 1967 | 2026-08-24T13:04:15.970Z | Compiling strum_macros v0.27.2 |
| 1968 | 2026-08-24T13:04:15.991Z | Compiling darling_core v0.23.0 |
| 1969 | 2026-08-24T13:04:16.275Z | Compiling usdt-macro v0.6.0 |
| 1970 | 2026-08-24T13:04:16.521Z | Compiling usdt-attr-macro v0.6.0 |
| 1971 | 2026-08-24T13:04:16.931Z | Compiling httparse v1.10.1 |
| 1972 | 2026-08-24T13:04:17.261Z | Compiling portable-atomic v1.11.1 |
| 1973 | 2026-08-24T13:04:17.397Z | Compiling tower-service v0.3.3 |
| 1974 | 2026-08-24T13:04:17.506Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-08-24T13:04:17.555Z | Compiling test-strategy v0.4.3 |
| 1976 | 2026-08-24T13:04:17.678Z | Compiling try-lock v0.2.5 |
| 1977 | 2026-08-24T13:04:17.781Z | Compiling critical-section v1.2.0 |
| 1978 | 2026-08-24T13:04:17.826Z | Compiling want v0.3.1 |
| 1979 | 2026-08-24T13:04:17.842Z | Compiling httpdate v1.0.3 |
| 1980 | 2026-08-24T13:04:17.899Z | Compiling once_cell v1.21.3 |
| 1981 | 2026-08-24T13:04:18.086Z | Compiling ppv-lite86 v0.2.21 |
| 1982 | 2026-08-24T13:04:18.128Z | Compiling erased-serde v0.3.31 |
| 1983 | 2026-08-24T13:04:18.153Z | Compiling darling_macro v0.23.0 |
| 1984 | 2026-08-24T13:04:18.414Z | Compiling subtle v2.6.1 |
| 1985 | 2026-08-24T13:04:18.595Z | Compiling parse-display-derive v0.10.0 |
| 1986 | 2026-08-24T13:04:18.637Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1987 | 2026-08-24T13:04:18.736Z | Compiling darling v0.23.0 |
| 1988 | 2026-08-24T13:04:18.829Z | Compiling serde_with_macros v3.22.0 |
| 1989 | 2026-08-24T13:04:19.011Z | Compiling typify-macro v0.4.3 |
| 1990 | 2026-08-24T13:04:19.380Z | Compiling http-body-util v0.1.3 |
| 1991 | 2026-08-24T13:04:19.396Z | Compiling anyhow v1.0.102 |
| 1992 | 2026-08-24T13:04:19.697Z | Compiling serde_urlencoded v0.7.1 |
| 1993 | 2026-08-24T13:04:19.961Z | Compiling rand_core v0.6.4 |
| 1994 | 2026-08-24T13:04:20.147Z | Compiling typenum v1.20.1 |
| 1995 | 2026-08-24T13:04:20.168Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1996 | 2026-08-24T13:04:20.531Z | Compiling futures-util v0.3.32 |
| 1997 | 2026-08-24T13:04:20.970Z | Compiling sync_wrapper v1.0.2 |
| 1998 | 2026-08-24T13:04:21.091Z | Compiling powerfmt v0.2.0 |
| 1999 | 2026-08-24T13:04:21.164Z | Compiling typify v0.4.3 |
| 2000 | 2026-08-24T13:04:21.178Z | Compiling num_threads v0.1.7 |
| 2001 | 2026-08-24T13:04:21.265Z | Compiling progenitor-impl v0.11.1 |
| 2002 | 2026-08-24T13:04:21.303Z | Compiling deranged v0.5.3 |
| 2003 | 2026-08-24T13:04:21.318Z | Compiling tracing-core v0.1.34 |
| 2004 | 2026-08-24T13:04:21.390Z | Compiling camino v1.2.3 |
| 2005 | 2026-08-24T13:04:21.484Z | Compiling iri-string v0.7.8 |
| 2006 | 2026-08-24T13:04:21.694Z | Compiling tracing v0.1.41 |
| 2007 | 2026-08-24T13:04:21.938Z | Compiling encoding_rs v0.8.35 |
| 2008 | 2026-08-24T13:04:21.953Z | Compiling mime v0.3.17 |
| 2009 | 2026-08-24T13:04:22.178Z | Compiling fastrand v2.3.0 |
| 2010 | 2026-08-24T13:04:22.237Z | Compiling cpufeatures v0.2.17 |
| 2011 | 2026-08-24T13:04:22.323Z | Compiling generic-array v0.14.7 |
| 2012 | 2026-08-24T13:04:22.455Z | Compiling hex v0.4.3 |
| 2013 | 2026-08-24T13:04:22.726Z | Compiling errno v0.3.14 |
| 2014 | 2026-08-24T13:04:22.832Z | Compiling crypto-common v0.1.6 |
| 2015 | 2026-08-24T13:04:22.906Z | Compiling tokio-util v0.7.16 |
| 2016 | 2026-08-24T13:04:23.085Z | Compiling thread_local v1.1.9 |
| 2017 | 2026-08-24T13:04:23.176Z | Compiling unicode-width v0.2.1 |
| 2018 | 2026-08-24T13:04:23.360Z | Compiling syn v1.0.109 |
| 2019 | 2026-08-24T13:04:23.375Z | Compiling rustls-pki-types v1.12.0 |
| 2020 | 2026-08-24T13:04:23.473Z | Compiling match_cfg v0.1.0 |
| 2021 | 2026-08-24T13:04:23.556Z | Compiling winnow v0.7.14 |
| 2022 | 2026-08-24T13:04:23.620Z | Compiling rustix v1.1.4 |
| 2023 | 2026-08-24T13:04:24.293Z | Compiling winnow v1.0.3 |
| 2024 | 2026-08-24T13:04:24.379Z | Compiling term v1.2.0 |
| 2025 | 2026-08-24T13:04:24.440Z | Compiling take_mut v0.2.2 |
| 2026 | 2026-08-24T13:04:24.655Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2027 | 2026-08-24T13:04:24.836Z | Compiling progenitor-macro v0.11.1 |
| 2028 | 2026-08-24T13:04:24.853Z | Compiling h2 v0.4.14 |
| 2029 | 2026-08-24T13:04:24.953Z | Compiling ring v0.17.14 |
| 2030 | 2026-08-24T13:04:25.374Z | Compiling serde_spanned v1.1.1 |
| 2031 | 2026-08-24T13:04:25.534Z | Compiling spin v0.9.8 |
| 2032 | 2026-08-24T13:04:25.579Z | Compiling debug-ignore v1.0.5 |
| 2033 | 2026-08-24T13:04:25.665Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2034 | 2026-08-24T13:04:25.898Z | Compiling quick-error v1.2.3 |
| 2035 | 2026-08-24T13:04:26.018Z | Compiling block-buffer v0.10.4 |
| 2036 | 2026-08-24T13:04:26.401Z | Compiling waitgroup v0.1.2 |
| 2037 | 2026-08-24T13:04:26.561Z | Compiling async-stream v0.3.6 |
| 2038 | 2026-08-24T13:04:26.734Z | Compiling serde_path_to_error v0.1.20 |
| 2039 | 2026-08-24T13:04:26.782Z | Compiling bit-vec v0.8.0 |
| 2040 | 2026-08-24T13:04:27.011Z | Compiling lazy_static v1.5.0 |
| 2041 | 2026-08-24T13:04:27.096Z | Compiling hyper v1.10.1 |
| 2042 | 2026-08-24T13:04:27.112Z | Compiling bit-set v0.8.0 |
| 2043 | 2026-08-24T13:04:27.128Z | Compiling digest v0.10.7 |
| 2044 | 2026-08-24T13:04:27.131Z | Compiling ipnetwork v0.21.1 |
| 2045 | 2026-08-24T13:04:27.261Z | Compiling strum v0.26.3 |
| 2046 | 2026-08-24T13:04:27.283Z | Compiling crossbeam-utils v0.8.21 |
| 2047 | 2026-08-24T13:04:27.359Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2048 | 2026-08-24T13:04:27.406Z | Compiling unarray v0.1.4 |
| 2049 | 2026-08-24T13:04:27.672Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2050 | 2026-08-24T13:04:27.722Z | Compiling slog v2.8.2 |
| 2051 | 2026-08-24T13:04:27.761Z | Compiling macaddr v1.0.1 |
| 2052 | 2026-08-24T13:04:27.810Z | Compiling tabwriter v1.4.1 |
| 2053 | 2026-08-24T13:04:28.002Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2054 | 2026-08-24T13:04:28.062Z | Compiling ref-cast v1.0.25 |
| 2055 | 2026-08-24T13:04:28.142Z | Compiling colored v3.1.1 |
| 2056 | 2026-08-24T13:04:28.173Z | Compiling hyper-util v0.1.20 |
| 2057 | 2026-08-24T13:04:28.192Z | Compiling strum v0.27.2 |
| 2058 | 2026-08-24T13:04:28.216Z | Compiling aws-lc-sys v0.39.1 |
| 2059 | 2026-08-24T13:04:28.332Z | Compiling getrandom v0.3.4 |
| 2060 | 2026-08-24T13:04:28.554Z | Compiling untrusted v0.7.1 |
| 2061 | 2026-08-24T13:04:28.691Z | Compiling rand_core v0.9.3 |
| 2062 | 2026-08-24T13:04:28.847Z | Compiling aws-lc-rs v1.16.2 |
| 2063 | 2026-08-24T13:04:28.863Z | Compiling oxnet v0.1.6 |
| 2064 | 2026-08-24T13:04:28.923Z | Compiling openssl-sys v0.9.117 |
| 2065 | 2026-08-24T13:04:29.361Z | Compiling instant v0.1.13 |
| 2066 | 2026-08-24T13:04:29.400Z | Compiling foreign-types-shared v0.1.1 |
| 2067 | 2026-08-24T13:04:29.497Z | Compiling foreign-types v0.3.2 |
| 2068 | 2026-08-24T13:04:29.501Z | Compiling rand_chacha v0.9.0 |
| 2069 | 2026-08-24T13:04:29.580Z | Compiling tempfile v3.27.0 |
| 2070 | 2026-08-24T13:04:29.930Z | Compiling rustls-webpki v0.103.6 |
| 2071 | 2026-08-24T13:04:29.969Z | Compiling futures-executor v0.3.32 |
| 2072 | 2026-08-24T13:04:29.984Z | Compiling tower v0.5.2 |
| 2073 | 2026-08-24T13:04:30.019Z | Compiling openssl-probe v0.1.6 |
| 2074 | 2026-08-24T13:04:30.269Z | Compiling futures v0.3.32 |
| 2075 | 2026-08-24T13:04:30.363Z | Compiling rand v0.9.3 |
| 2076 | 2026-08-24T13:04:30.380Z | Compiling openssl v0.10.81 |
| 2077 | 2026-08-24T13:04:30.501Z | Compiling rustls v0.23.40 |
| 2078 | 2026-08-24T13:04:30.951Z | Compiling tower-http v0.6.8 |
| 2079 | 2026-08-24T13:04:31.059Z | Compiling time v0.3.47 |
| 2080 | 2026-08-24T13:04:31.140Z | Compiling toml_datetime v0.6.11 |
| 2081 | 2026-08-24T13:04:31.433Z | Compiling clap_derive v4.6.1 |
| 2082 | 2026-08-24T13:04:31.501Z | Compiling memmap2 v0.9.8 |
| 2083 | 2026-08-24T13:04:32.257Z | Compiling crossbeam-channel v0.5.15 |
| 2084 | 2026-08-24T13:04:32.617Z | Compiling webpki-roots v1.0.2 |
| 2085 | 2026-08-24T13:04:32.751Z | Compiling native-tls v0.2.14 |
| 2086 | 2026-08-24T13:04:32.754Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-08-24T13:04:32.988Z | Compiling tokio-native-tls v0.3.1 |
| 2088 | 2026-08-24T13:04:33.105Z | Compiling daft v0.1.5 |
| 2089 | 2026-08-24T13:04:33.177Z | Compiling hyper-tls v0.6.0 |
| 2090 | 2026-08-24T13:04:33.379Z | Compiling is-terminal v0.4.16 |
| 2091 | 2026-08-24T13:04:33.393Z | Compiling either v1.15.0 |
| 2092 | 2026-08-24T13:04:33.481Z | Compiling slog-term v2.9.2 |
| 2093 | 2026-08-24T13:04:33.610Z | Compiling tokio-rustls v0.26.4 |
| 2094 | 2026-08-24T13:04:33.677Z | Compiling slog-async v2.8.0 |
| 2095 | 2026-08-24T13:04:33.752Z | Compiling usdt v0.6.0 |
| 2096 | 2026-08-24T13:04:33.889Z | Compiling hyper-rustls v0.27.7 |
| 2097 | 2026-08-24T13:04:33.906Z | Compiling slog-json v2.6.1 |
| 2098 | 2026-08-24T13:04:34.052Z | Compiling hostname v0.3.1 |
| 2099 | 2026-08-24T13:04:34.123Z | Compiling reqwest v0.12.23 |
| 2100 | 2026-08-24T13:04:34.203Z | Compiling slog-bunyan v2.5.0 |
| 2101 | 2026-08-24T13:04:34.234Z | Compiling rustls-webpki v0.102.8 |
| 2102 | 2026-08-24T13:04:34.237Z | Compiling multer v3.1.0 |
| 2103 | 2026-08-24T13:04:34.307Z | Compiling rustls-pemfile v2.2.0 |
| 2104 | 2026-08-24T13:04:34.346Z | Compiling hostname v0.4.2 |
| 2105 | 2026-08-24T13:04:34.514Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2106 | 2026-08-24T13:04:34.768Z | Compiling rustls v0.22.4 |
| 2107 | 2026-08-24T13:04:35.104Z | Compiling rand_chacha v0.3.1 |
| 2108 | 2026-08-24T13:04:35.136Z | Compiling wait-timeout v0.2.1 |
| 2109 | 2026-08-24T13:04:35.500Z | Compiling rand v0.8.5 |
| 2110 | 2026-08-24T13:04:35.599Z | Compiling rusty-fork v0.3.0 |
| 2111 | 2026-08-24T13:04:35.768Z | Compiling rand_xorshift v0.4.0 |
| 2112 | 2026-08-24T13:04:35.980Z | Compiling sha1 v0.10.6 |
| 2113 | 2026-08-24T13:04:36.202Z | Compiling proptest v1.8.0 |
| 2114 | 2026-08-24T13:04:36.642Z | Compiling tokio-rustls v0.25.0 |
| 2115 | 2026-08-24T13:04:36.880Z | Compiling dropshot v0.16.7 |
| 2116 | 2026-08-24T13:04:38.005Z | Compiling progenitor-client v0.11.1 |
| 2117 | 2026-08-24T13:04:38.336Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2118 | 2026-08-24T13:04:38.883Z | Compiling progenitor-client v0.10.0 |
| 2119 | 2026-08-24T13:04:38.949Z | Compiling itertools v0.14.0 |
| 2120 | 2026-08-24T13:04:39.203Z | Compiling serde_with v3.22.0 |
| 2121 | 2026-08-24T13:04:39.412Z | Compiling num-derive v0.4.2 |
| 2122 | 2026-08-24T13:04:40.111Z | Compiling progenitor v0.11.1 |
| 2123 | 2026-08-24T13:04:40.227Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2124 | 2026-08-24T13:04:40.270Z | Compiling rustc-hash v2.1.1 |
| 2125 | 2026-08-24T13:04:40.377Z | Compiling backoff v0.4.0 |
| 2126 | 2026-08-24T13:04:40.435Z | Compiling iddqd v0.3.18 |
| 2127 | 2026-08-24T13:04:40.608Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2128 | 2026-08-24T13:04:40.667Z | Compiling parse-display v0.10.0 |
| 2129 | 2026-08-24T13:04:40.868Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2130 | 2026-08-24T13:04:41.020Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2131 | 2026-08-24T13:04:41.035Z | Compiling anstyle v1.0.14 |
| 2132 | 2026-08-24T13:04:41.454Z | Compiling utf8parse v0.2.2 |
| 2133 | 2026-08-24T13:04:41.580Z | Compiling anstyle-parse v1.0.0 |
| 2134 | 2026-08-24T13:04:41.781Z | Compiling colorchoice v1.0.4 |
| 2135 | 2026-08-24T13:04:41.812Z | Compiling anstyle-query v1.1.4 |
| 2136 | 2026-08-24T13:04:41.827Z | Compiling is_terminal_polyfill v1.70.1 |
| 2137 | 2026-08-24T13:04:41.910Z | Compiling anstream v1.0.0 |
| 2138 | 2026-08-24T13:04:41.931Z | Compiling clap_lex v1.1.0 |
| 2139 | 2026-08-24T13:04:43.563Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2140 | 2026-08-24T13:04:46.949Z | Compiling winnow v0.5.40 |
| 2141 | 2026-08-24T13:04:50.526Z | Compiling terminal_size v0.4.3 |
| 2142 | 2026-08-24T13:04:52.366Z | Compiling clap_builder v4.6.0 |
| 2143 | 2026-08-24T13:04:52.871Z | Compiling dropshot_endpoint v0.17.1 |
| 2144 | 2026-08-24T13:04:53.734Z | Compiling toml_edit v0.19.15 |
| 2145 | 2026-08-24T13:04:54.070Z | Compiling clap v4.6.1 |
| 2146 | 2026-08-24T13:04:55.324Z | Compiling proc-macro-crate v1.3.1 |
| 2147 | 2026-08-24T13:04:59.997Z | Compiling darling_core v0.21.3 |
| 2148 | 2026-08-24T13:05:00.022Z | Compiling adler2 v2.0.1 |
| 2149 | 2026-08-24T13:05:00.400Z | Compiling miniz_oxide v0.8.9 |
| 2150 | 2026-08-24T13:05:01.488Z | Compiling crc32fast v1.5.0 |
| 2151 | 2026-08-24T13:05:01.623Z | Compiling serde_spanned v0.6.9 |
| 2152 | 2026-08-24T13:05:01.690Z | Compiling zerocopy-derive v0.7.35 |
| 2153 | 2026-08-24T13:05:01.720Z | Compiling flate2 v1.1.2 |
| 2154 | 2026-08-24T13:05:02.135Z | Compiling prettyplease v0.2.37 |
| 2155 | 2026-08-24T13:05:02.151Z | Compiling hubpack_derive v0.1.1 |
| 2156 | 2026-08-24T13:05:02.171Z | Compiling darling_macro v0.21.3 |
| 2157 | 2026-08-24T13:05:02.547Z | Compiling hybrid-array v0.4.12 |
| 2158 | 2026-08-24T13:05:02.753Z | Compiling darling v0.21.3 |
| 2159 | 2026-08-24T13:05:02.849Z | Compiling ingot-macros v0.1.1 |
| 2160 | 2026-08-24T13:05:03.538Z | Compiling scroll_derive v0.12.1 |
| 2161 | 2026-08-24T13:05:03.793Z | Compiling crypto-common v0.2.2 |
| 2162 | 2026-08-24T13:05:04.031Z | Compiling block-buffer v0.12.0 |
| 2163 | 2026-08-24T13:05:05.221Z | Compiling compression-core v0.4.32 |
| 2164 | 2026-08-24T13:05:05.286Z | Compiling const-oid v0.10.2 |
| 2165 | 2026-08-24T13:05:05.363Z | Compiling compression-codecs v0.4.32 |
| 2166 | 2026-08-24T13:05:05.476Z | Compiling digest v0.11.3 |
| 2167 | 2026-08-24T13:05:06.192Z | Compiling zerocopy v0.7.35 |
| 2168 | 2026-08-24T13:05:06.899Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2169 | 2026-08-24T13:05:07.027Z | Compiling toml_write v0.1.2 |
| 2170 | 2026-08-24T13:05:07.042Z | Compiling cpufeatures v0.3.0 |
| 2171 | 2026-08-24T13:05:07.200Z | Compiling toml_edit v0.22.27 |
| 2172 | 2026-08-24T13:05:07.219Z | Compiling sha1 v0.11.0 |
| 2173 | 2026-08-24T13:05:07.236Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2174 | 2026-08-24T13:05:08.264Z | Compiling async-compression v0.4.33 |
| 2175 | 2026-08-24T13:05:08.705Z | Compiling num_enum_derive v0.7.5 |
| 2176 | 2026-08-24T13:05:09.013Z | Compiling foreign-types-macros v0.2.3 |
| 2177 | 2026-08-24T13:05:09.269Z | Compiling num-integer v0.1.46 |
| 2178 | 2026-08-24T13:05:09.510Z | Compiling float-ord v0.3.2 |
| 2179 | 2026-08-24T13:05:09.686Z | Compiling toml v0.8.23 |
| 2180 | 2026-08-24T13:05:10.035Z | Compiling dropshot v0.17.1 |
| 2181 | 2026-08-24T13:05:11.591Z | Compiling dtrace-parser v0.2.0 |
| 2182 | 2026-08-24T13:05:11.674Z | Compiling glob v0.3.3 |
| 2183 | 2026-08-24T13:05:12.130Z | Compiling proc-macro-error-attr v1.0.4 |
| 2184 | 2026-08-24T13:05:12.294Z | Compiling num-iter v0.1.45 |
| 2185 | 2026-08-24T13:05:12.353Z | Compiling num-rational v0.4.2 |
| 2186 | 2026-08-24T13:05:12.427Z | Compiling dof v0.3.0 |
| 2187 | 2026-08-24T13:05:12.639Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2188 | 2026-08-24T13:05:12.793Z | Compiling num-complex v0.4.6 |
| 2189 | 2026-08-24T13:05:12.985Z | Compiling thread-id v4.2.2 |
| 2190 | 2026-08-24T13:05:13.089Z | Compiling usdt-impl v0.5.0 |
| 2191 | 2026-08-24T13:05:13.153Z | Compiling num v0.4.3 |
| 2192 | 2026-08-24T13:05:13.240Z | Compiling proc-macro-error v1.0.4 |
| 2193 | 2026-08-24T13:05:13.529Z | Compiling num_enum_derive v0.5.11 |
| 2194 | 2026-08-24T13:05:13.646Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2195 | 2026-08-24T13:05:14.083Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2196 | 2026-08-24T13:05:14.176Z | Compiling memoffset v0.9.1 |
| 2197 | 2026-08-24T13:05:14.832Z | Compiling derive_more v0.99.20 |
| 2198 | 2026-08-24T13:05:15.260Z | Compiling usdt-attr-macro v0.5.0 |
| 2199 | 2026-08-24T13:05:15.862Z | Compiling usdt-macro v0.5.0 |
| 2200 | 2026-08-24T13:05:16.117Z | Compiling minimal-lexical v0.2.1 |
| 2201 | 2026-08-24T13:05:16.569Z | Compiling nom v7.1.3 |
| 2202 | 2026-08-24T13:05:16.795Z | Compiling libscf-sys v1.2.0 |
| 2203 | 2026-08-24T13:05:16.952Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-24T13:05:16.968Z | Compiling zone_cfg_derive v0.3.1 |
| 2205 | 2026-08-24T13:05:17.066Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2206 | 2026-08-24T13:05:17.464Z | Compiling rustc_version v0.4.1 |
| 2207 | 2026-08-24T13:05:17.495Z | Compiling crossbeam-epoch v0.9.18 |
| 2208 | 2026-08-24T13:05:17.768Z | Compiling regress v0.11.1 |
| 2209 | 2026-08-24T13:05:17.855Z | Compiling hubpack v0.1.2 |
| 2210 | 2026-08-24T13:05:17.945Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-08-24T13:05:18.100Z | Compiling enum-as-inner v0.6.1 |
| 2212 | 2026-08-24T13:05:18.154Z | Compiling static_assertions v1.1.0 |
| 2213 | 2026-08-24T13:05:18.386Z | Compiling curve25519-dalek v4.1.3 |
| 2214 | 2026-08-24T13:05:18.541Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-24T13:05:18.828Z | Compiling crossbeam-deque v0.8.6 |
| 2216 | 2026-08-24T13:05:19.037Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2217 | 2026-08-24T13:05:19.921Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2218 | 2026-08-24T13:05:20.154Z | Compiling typify-impl v0.6.2 |
| 2219 | 2026-08-24T13:05:20.194Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2220 | 2026-08-24T13:05:20.302Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-24T13:05:20.924Z | Compiling bytecount v0.6.9 |
| 2222 | 2026-08-24T13:05:21.089Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2223 | 2026-08-24T13:05:21.435Z | Compiling rayon-core v1.13.0 |
| 2224 | 2026-08-24T13:05:21.512Z | Compiling nix v0.31.3 |
| 2225 | 2026-08-24T13:05:21.592Z | Compiling clang-sys v1.8.1 |
| 2226 | 2026-08-24T13:05:21.931Z | Compiling scroll v0.12.0 |
| 2227 | 2026-08-24T13:05:22.134Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2228 | 2026-08-24T13:05:22.216Z | Compiling goblin v0.8.2 |
| 2229 | 2026-08-24T13:05:22.232Z | Compiling hash32 v0.3.1 |
| 2230 | 2026-08-24T13:05:22.381Z | Compiling heapless v0.8.0 |
| 2231 | 2026-08-24T13:05:22.401Z | Compiling ingot-types v0.1.2 |
| 2232 | 2026-08-24T13:05:22.815Z | Compiling cobs v0.3.0 |
| 2233 | 2026-08-24T13:05:22.878Z | Compiling libloading v0.8.9 |
| 2234 | 2026-08-24T13:05:22.931Z | Compiling managed v0.8.0 |
| 2235 | 2026-08-24T13:05:22.931Z | Compiling bitflags v1.3.2 |
| 2236 | 2026-08-24T13:05:23.033Z | Compiling foreign-types-shared v0.3.1 |
| 2237 | 2026-08-24T13:05:23.065Z | Compiling postcard v1.1.3 |
| 2238 | 2026-08-24T13:05:23.080Z | Compiling bindgen v0.72.1 |
| 2239 | 2026-08-24T13:05:23.136Z | Compiling foreign-types v0.5.0 |
| 2240 | 2026-08-24T13:05:23.160Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-08-24T13:05:23.416Z | Compiling ingot v0.1.1 |
| 2242 | 2026-08-24T13:05:23.674Z | Compiling cexpr v0.6.0 |
| 2243 | 2026-08-24T13:05:24.264Z | Compiling num_enum v0.7.5 |
| 2244 | 2026-08-24T13:05:24.399Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2245 | 2026-08-24T13:05:25.429Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2246 | 2026-08-24T13:05:25.805Z | Compiling camino-tempfile v1.4.1 |
| 2247 | 2026-08-24T13:05:26.054Z | Compiling derive-where v1.6.0 |
| 2248 | 2026-08-24T13:05:26.069Z | Compiling serde_repr v0.1.20 |
| 2249 | 2026-08-24T13:05:26.120Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2250 | 2026-08-24T13:05:26.197Z | Compiling memmap v0.7.0 |
| 2251 | 2026-08-24T13:05:26.299Z | Compiling cstr-argument v0.1.2 |
| 2252 | 2026-08-24T13:05:26.681Z | Compiling typify-macro v0.6.2 |
| 2253 | 2026-08-24T13:05:26.696Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2254 | 2026-08-24T13:05:26.978Z | Compiling usdt v0.5.0 |
| 2255 | 2026-08-24T13:05:27.013Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2256 | 2026-08-24T13:05:27.625Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2257 | 2026-08-24T13:05:27.829Z | Compiling rayon v1.11.0 |
| 2258 | 2026-08-24T13:05:28.164Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2259 | 2026-08-24T13:05:28.203Z | Compiling crucible-workspace-hack v0.1.0 |
| 2260 | 2026-08-24T13:05:28.779Z | Compiling typify v0.6.2 |
| 2261 | 2026-08-24T13:05:28.852Z | Compiling tinyvec_macros v0.1.1 |
| 2262 | 2026-08-24T13:05:28.919Z | Compiling progenitor-impl v0.14.0 |
| 2263 | 2026-08-24T13:05:28.934Z | Compiling tinyvec v1.10.0 |
| 2264 | 2026-08-24T13:05:29.296Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2265 | 2026-08-24T13:05:29.800Z | Compiling papergrid v0.18.0 |
| 2266 | 2026-08-24T13:05:29.816Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2267 | 2026-08-24T13:05:29.844Z | Compiling num_enum v0.5.11 |
| 2268 | 2026-08-24T13:05:30.347Z | Compiling pin-project-internal v1.1.10 |
| 2269 | 2026-08-24T13:05:30.854Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2270 | 2026-08-24T13:05:30.969Z | Compiling tabled v0.21.0 |
| 2271 | 2026-08-24T13:05:31.127Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2272 | 2026-08-24T13:05:31.515Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2273 | 2026-08-24T13:05:31.623Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2274 | 2026-08-24T13:05:31.879Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2275 | 2026-08-24T13:05:32.006Z | Compiling rustix v0.38.44 |
| 2276 | 2026-08-24T13:05:32.295Z | Compiling itertools v0.12.1 |
| 2277 | 2026-08-24T13:05:32.522Z | Compiling itertools v0.15.0 |
| 2278 | 2026-08-24T13:05:32.661Z | Compiling progenitor-macro v0.14.0 |
| 2279 | 2026-08-24T13:05:32.747Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2280 | 2026-08-24T13:05:32.915Z | Compiling progenitor-impl v0.10.0 |
| 2281 | 2026-08-24T13:05:33.227Z | Compiling sigpipe v0.1.3 |
| 2282 | 2026-08-24T13:05:33.375Z | Compiling jiff v0.2.15 |
| 2283 | 2026-08-24T13:05:33.479Z | Compiling zone v0.3.1 |
| 2284 | 2026-08-24T13:05:33.542Z | Compiling const_format_proc_macros v0.2.34 |
| 2285 | 2026-08-24T13:05:33.864Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2286 | 2026-08-24T13:05:33.880Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2287 | 2026-08-24T13:05:34.144Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2288 | 2026-08-24T13:05:35.144Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2289 | 2026-08-24T13:05:35.458Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2290 | 2026-08-24T13:05:35.711Z | Compiling nix v0.30.1 |
| 2291 | 2026-08-24T13:05:36.333Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2292 | 2026-08-24T13:05:36.498Z | Compiling smf v0.2.3 |
| 2293 | 2026-08-24T13:05:36.517Z | Compiling progenitor-macro v0.10.0 |
| 2294 | 2026-08-24T13:05:37.026Z | Compiling secrecy v0.10.3 |
| 2295 | 2026-08-24T13:05:37.200Z | Compiling snafu-derive v0.8.9 |
| 2296 | 2026-08-24T13:05:37.264Z | Compiling async-recursion v1.1.1 |
| 2297 | 2026-08-24T13:05:37.409Z | Compiling bstr v1.12.0 |
| 2298 | 2026-08-24T13:05:37.781Z | Compiling crc8 v0.1.1 |
| 2299 | 2026-08-24T13:05:37.910Z | Compiling whoami v1.6.1 |
| 2300 | 2026-08-24T13:05:38.141Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-08-24T13:05:39.830Z | Compiling tokio-dtrace v0.1.1 |
| 2302 | 2026-08-24T13:05:41.154Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2303 | 2026-08-24T13:05:41.606Z | Compiling reqwest v0.13.2 |
| 2304 | 2026-08-24T13:05:41.708Z | Compiling hmac v0.12.1 |
| 2305 | 2026-08-24T13:05:41.867Z | Compiling inout v0.1.4 |
| 2306 | 2026-08-24T13:05:42.014Z | Compiling ff v0.13.1 |
| 2307 | 2026-08-24T13:05:42.031Z | Compiling data-encoding v2.9.0 |
| 2308 | 2026-08-24T13:05:42.159Z | Compiling group v0.13.0 |
| 2309 | 2026-08-24T13:05:42.398Z | Compiling cipher v0.4.4 |
| 2310 | 2026-08-24T13:05:42.613Z | Compiling progenitor-client v0.14.0 |
| 2311 | 2026-08-24T13:05:42.630Z | Compiling hkdf v0.12.4 |
| 2312 | 2026-08-24T13:05:42.805Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2313 | 2026-08-24T13:05:42.824Z | Compiling oxide-tokio-rt v0.1.6 |
| 2314 | 2026-08-24T13:05:43.158Z | Compiling atomicwrites v0.4.4 |
| 2315 | 2026-08-24T13:05:43.503Z | Compiling tabled_derive v0.7.0 |
| 2316 | 2026-08-24T13:05:44.025Z | Compiling universal-hash v0.5.1 |
| 2317 | 2026-08-24T13:05:44.124Z | Compiling crypto-bigint v0.5.5 |
| 2318 | 2026-08-24T13:05:44.175Z | Compiling half v2.7.1 |
| 2319 | 2026-08-24T13:05:44.474Z | Compiling base16ct v0.2.0 |
| 2320 | 2026-08-24T13:05:44.489Z | Compiling base64ct v1.8.0 |
| 2321 | 2026-08-24T13:05:44.808Z | Compiling indent_write v2.2.0 |
| 2322 | 2026-08-24T13:05:44.969Z | Compiling ciborium-io v0.2.2 |
| 2323 | 2026-08-24T13:05:45.135Z | Compiling opaque-debug v0.3.1 |
| 2324 | 2026-08-24T13:05:45.220Z | Compiling poly1305 v0.8.0 |
| 2325 | 2026-08-24T13:05:45.220Z | Compiling ciborium-ll v0.2.2 |
| 2326 | 2026-08-24T13:05:45.302Z | Compiling elliptic-curve v0.13.8 |
| 2327 | 2026-08-24T13:05:45.527Z | Compiling password-hash v0.5.0 |
| 2328 | 2026-08-24T13:05:45.715Z | Compiling progenitor v0.14.0 |
| 2329 | 2026-08-24T13:05:46.001Z | Compiling chacha20 v0.9.1 |
| 2330 | 2026-08-24T13:05:46.008Z | Compiling similar v2.7.0 |
| 2331 | 2026-08-24T13:05:46.043Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2332 | 2026-08-24T13:05:46.454Z | Compiling thiserror-no-std v2.0.2 |
| 2333 | 2026-08-24T13:05:46.677Z | Compiling blake2 v0.10.6 |
| 2334 | 2026-08-24T13:05:46.911Z | Compiling aead v0.5.2 |
| 2335 | 2026-08-24T13:05:47.041Z | Compiling strum_macros v0.28.0 |
| 2336 | 2026-08-24T13:05:47.163Z | Compiling keccak v0.1.6 |
| 2337 | 2026-08-24T13:05:47.454Z | Compiling resolv-conf v0.7.5 |
| 2338 | 2026-08-24T13:05:47.512Z | Compiling linked-hash-map v0.5.6 |
| 2339 | 2026-08-24T13:05:47.707Z | Compiling lru-cache v0.1.2 |
| 2340 | 2026-08-24T13:05:47.909Z | Compiling sha3 v0.10.8 |
| 2341 | 2026-08-24T13:05:47.942Z | Compiling chacha20poly1305 v0.10.1 |
| 2342 | 2026-08-24T13:05:47.980Z | Compiling vsss-rs v3.3.4 |
| 2343 | 2026-08-24T13:05:48.083Z | Compiling argon2 v0.5.3 |
| 2344 | 2026-08-24T13:05:48.099Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2345 | 2026-08-24T13:05:48.303Z | Compiling ciborium v0.2.2 |
| 2346 | 2026-08-24T13:05:48.464Z | Compiling hickory-proto v0.24.4 |
| 2347 | 2026-08-24T13:05:48.795Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2348 | 2026-08-24T13:05:48.886Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2349 | 2026-08-24T13:05:49.394Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2350 | 2026-08-24T13:05:49.461Z | Compiling serde-big-array v0.5.1 |
| 2351 | 2026-08-24T13:05:49.625Z | Compiling same-file v1.0.6 |
| 2352 | 2026-08-24T13:05:49.685Z | Compiling humantime v2.3.0 |
| 2353 | 2026-08-24T13:05:49.810Z | Compiling unicode-segmentation v1.12.0 |
| 2354 | 2026-08-24T13:05:49.865Z | Compiling siphasher v1.0.1 |
| 2355 | 2026-08-24T13:05:50.047Z | Compiling phf_shared v0.12.1 |
| 2356 | 2026-08-24T13:05:50.076Z | Compiling walkdir v2.5.0 |
| 2357 | 2026-08-24T13:05:50.229Z | Compiling newline-converter v0.3.0 |
| 2358 | 2026-08-24T13:05:50.280Z | Compiling hickory-resolver v0.24.4 |
| 2359 | 2026-08-24T13:05:50.331Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2360 | 2026-08-24T13:05:50.349Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2361 | 2026-08-24T13:05:50.525Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2362 | 2026-08-24T13:05:51.750Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2363 | 2026-08-24T13:05:52.044Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2364 | 2026-08-24T13:05:52.971Z | Compiling newtype_derive v0.1.6 |
| 2365 | 2026-08-24T13:05:53.025Z | Compiling owo-colors v4.3.0 |
| 2366 | 2026-08-24T13:05:54.056Z | Compiling tokio-stream v0.1.17 |
| 2367 | 2026-08-24T13:05:54.109Z | Compiling console v0.15.11 |
| 2368 | 2026-08-24T13:05:54.541Z | Compiling csv-core v0.1.12 |
| 2369 | 2026-08-24T13:05:54.541Z | Compiling foldhash v0.1.5 |
| 2370 | 2026-08-24T13:05:54.741Z | Compiling termtree v0.5.1 |
| 2371 | 2026-08-24T13:05:54.811Z | Compiling unicode-linebreak v0.1.5 |
| 2372 | 2026-08-24T13:05:55.001Z | Compiling unicode-width v0.1.14 |
| 2373 | 2026-08-24T13:05:55.074Z | Compiling smawk v0.3.2 |
| 2374 | 2026-08-24T13:05:55.089Z | Compiling swrite v0.1.0 |
| 2375 | 2026-08-24T13:05:55.196Z | Compiling textwrap v0.16.2 |
| 2376 | 2026-08-24T13:05:55.460Z | Compiling csv v1.4.0 |
| 2377 | 2026-08-24T13:05:55.578Z | Compiling hashbrown v0.15.5 |
| 2378 | 2026-08-24T13:05:55.755Z | Compiling expectorate v1.2.0 |
| 2379 | 2026-08-24T13:05:55.929Z | Compiling qorb v0.4.1 |
| 2380 | 2026-08-24T13:05:57.643Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2381 | 2026-08-24T13:05:58.192Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2382 | 2026-08-24T13:05:58.718Z | Compiling phf v0.12.1 |
| 2383 | 2026-08-24T13:05:59.102Z | Compiling pin-project v1.1.10 |
| 2384 | 2026-08-24T13:05:59.223Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2385 | 2026-08-24T13:05:59.667Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2386 | 2026-08-24T13:05:59.700Z | Compiling unicode-normalization v0.1.24 |
| 2387 | 2026-08-24T13:05:59.920Z | Compiling libz-sys v1.1.22 |
| 2388 | 2026-08-24T13:06:00.496Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2389 | 2026-08-24T13:06:00.953Z | Compiling libsw-core v0.3.2 |
| 2390 | 2026-08-24T13:06:01.147Z | Compiling fixedbitset v0.5.7 |
| 2391 | 2026-08-24T13:06:01.424Z | Compiling highway v1.3.0 |
| 2392 | 2026-08-24T13:06:01.514Z | Compiling fixedbitset v0.4.2 |
| 2393 | 2026-08-24T13:06:01.675Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2394 | 2026-08-24T13:06:01.784Z | Compiling petgraph v0.6.5 |
| 2395 | 2026-08-24T13:06:01.834Z | Compiling petgraph v0.8.2 |
| 2396 | 2026-08-24T13:06:02.334Z | Compiling progenitor v0.10.0 |
| 2397 | 2026-08-24T13:06:03.034Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2398 | 2026-08-24T13:06:03.085Z | Compiling libsw v3.5.0 |
| 2399 | 2026-08-24T13:06:03.474Z | Compiling olpc-cjson v0.1.4 |
| 2400 | 2026-08-24T13:06:03.592Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2401 | 2026-08-24T13:06:03.634Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2402 | 2026-08-24T13:06:03.723Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2403 | 2026-08-24T13:06:03.909Z | Compiling snafu v0.8.9 |
| 2404 | 2026-08-24T13:06:03.925Z | Compiling chrono-tz v0.10.4 |
| 2405 | 2026-08-24T13:06:04.483Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2406 | 2026-08-24T13:06:04.515Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2407 | 2026-08-24T13:06:05.446Z | Compiling papergrid v0.11.0 |
| 2408 | 2026-08-24T13:06:05.497Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2409 | 2026-08-24T13:06:05.805Z | Compiling strum v0.28.0 |
| 2410 | 2026-08-24T13:06:05.971Z | Compiling globset v0.4.16 |
| 2411 | 2026-08-24T13:06:06.444Z | Compiling const_format v0.2.34 |
| 2412 | 2026-08-24T13:06:06.727Z | Compiling slog-dtrace v0.3.0 |
| 2413 | 2026-08-24T13:06:06.800Z | Compiling cancel-safe-futures v0.1.5 |
| 2414 | 2026-08-24T13:06:06.828Z | Compiling gethostname v0.5.0 |
| 2415 | 2026-08-24T13:06:07.105Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2416 | 2026-08-24T13:06:07.471Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2417 | 2026-08-24T13:06:07.766Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2418 | 2026-08-24T13:06:07.846Z | Compiling pem v3.0.5 |
| 2419 | 2026-08-24T13:06:08.074Z | Compiling bcs v0.1.6 |
| 2420 | 2026-08-24T13:06:08.090Z | Compiling serde_plain v1.0.2 |
| 2421 | 2026-08-24T13:06:08.161Z | Compiling cargo-platform v0.1.9 |
| 2422 | 2026-08-24T13:06:08.525Z | Compiling tagptr v0.2.0 |
| 2423 | 2026-08-24T13:06:08.571Z | Compiling typed-path v0.9.3 |
| 2424 | 2026-08-24T13:06:08.586Z | Compiling linear-map v1.2.0 |
| 2425 | 2026-08-24T13:06:08.671Z | Compiling moka v0.12.11 |
| 2426 | 2026-08-24T13:06:08.782Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2427 | 2026-08-24T13:06:09.474Z | Compiling tough v0.20.0 |
| 2428 | 2026-08-24T13:06:10.463Z | Compiling cargo_metadata v0.18.1 |
| 2429 | 2026-08-24T13:06:10.613Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2430 | 2026-08-24T13:06:11.911Z | Compiling tabled v0.15.0 |
| 2431 | 2026-08-24T13:06:11.944Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2432 | 2026-08-24T13:06:12.133Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2433 | 2026-08-24T13:06:12.224Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2434 | 2026-08-24T13:06:12.822Z | Compiling git2 v0.19.0 |
| 2435 | 2026-08-24T13:06:14.284Z | Compiling steno v0.4.1 |
| 2436 | 2026-08-24T13:06:15.812Z | Compiling cookie v0.18.1 |
| 2437 | 2026-08-24T13:06:15.828Z | Compiling hickory-proto v0.25.2 |
| 2438 | 2026-08-24T13:06:17.913Z | Compiling hickory-resolver v0.25.2 |
| 2439 | 2026-08-24T13:06:19.283Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2440 | 2026-08-24T13:06:20.367Z | Compiling vergen v8.3.2 |
| 2441 | 2026-08-24T13:06:21.089Z | Compiling signal-hook v0.4.4 |
| 2442 | 2026-08-24T13:06:21.596Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2443 | 2026-08-24T13:06:22.012Z | Compiling mockall_derive v0.14.0 |
| 2444 | 2026-08-24T13:06:22.261Z | Compiling predicates-core v1.0.9 |
| 2445 | 2026-08-24T13:06:22.804Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2446 | 2026-08-24T13:06:22.820Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2447 | 2026-08-24T13:06:23.335Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2448 | 2026-08-24T13:06:24.078Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2449 | 2026-08-24T13:06:24.527Z | Compiling sha2 v0.10.9 |
| 2450 | 2026-08-24T13:06:24.949Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2451 | 2026-08-24T13:06:25.131Z | Compiling yansi v1.0.1 |
| 2452 | 2026-08-24T13:06:25.272Z | Compiling diff v0.1.13 |
| 2453 | 2026-08-24T13:06:25.542Z | Compiling mockall v0.14.0 |
| 2454 | 2026-08-24T13:06:25.642Z | Compiling pretty_assertions v1.4.1 |
| 2455 | 2026-08-24T13:06:25.815Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2456 | 2026-08-24T13:06:26.388Z | Compiling fs-err v3.1.2 |
| 2457 | 2026-08-24T13:06:26.899Z | Compiling predicates-tree v1.0.12 |
| 2458 | 2026-08-24T13:06:26.948Z | Compiling predicates v3.1.3 |
| 2459 | 2026-08-24T13:06:28.097Z | Compiling git-stub v1.0.0 |
| 2460 | 2026-08-24T13:06:28.400Z | Compiling filetime v0.2.26 |
| 2461 | 2026-08-24T13:06:28.450Z | Compiling arrayvec v0.7.6 |
| 2462 | 2026-08-24T13:06:28.612Z | Compiling constant_time_eq v0.3.1 |
| 2463 | 2026-08-24T13:06:28.677Z | Compiling downcast v0.11.0 |
| 2464 | 2026-08-24T13:06:28.743Z | Compiling arrayref v0.3.9 |
| 2465 | 2026-08-24T13:06:28.835Z | Compiling fragile v2.0.1 |
| 2466 | 2026-08-24T13:06:28.849Z | Compiling is_ci v1.2.0 |
| 2467 | 2026-08-24T13:06:29.010Z | Compiling xattr v1.6.1 |
| 2468 | 2026-08-24T13:06:29.169Z | Compiling tar v0.4.45 |
| 2469 | 2026-08-24T13:06:29.215Z | Compiling supports-color v3.0.2 |
| 2470 | 2026-08-24T13:06:29.410Z | Compiling toml v0.7.8 |
| 2471 | 2026-08-24T13:06:29.518Z | Compiling blake3 v1.8.2 |
| 2472 | 2026-08-24T13:06:30.111Z | Compiling git-stub-vcs v0.1.0 |
| 2473 | 2026-08-24T13:06:30.203Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2474 | 2026-08-24T13:06:30.551Z | Compiling signal-hook-tokio v0.4.0 |
| 2475 | 2026-08-24T13:06:30.866Z | Compiling scuffle v0.1.0 |
| 2476 | 2026-08-24T13:06:31.849Z | Compiling drift v0.2.0 |
| 2477 | 2026-08-24T13:06:32.208Z | Compiling kstat-rs v0.2.4 |
| 2478 | 2026-08-24T13:06:32.546Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2479 | 2026-08-24T13:06:32.600Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2480 | 2026-08-24T13:06:32.833Z | Compiling hex-literal v1.1.0 |
| 2481 | 2026-08-24T13:06:32.936Z | Compiling topological-sort v0.2.2 |
| 2482 | 2026-08-24T13:06:33.046Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2483 | 2026-08-24T13:06:33.101Z | Compiling omicron-zone-package v0.12.2 |
| 2484 | 2026-08-24T13:06:33.180Z | Compiling dropshot-api-manager v0.7.2 |
| 2485 | 2026-08-24T13:06:33.481Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2486 | 2026-08-24T13:06:34.596Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2487 | 2026-08-24T13:06:35.096Z | Compiling curl v0.4.50 |
| 2488 | 2026-08-24T13:06:35.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2489 | 2026-08-24T13:06:36.056Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2490 | 2026-08-24T13:06:36.315Z | Compiling iddqd v0.4.5 |
| 2491 | 2026-08-24T13:06:36.552Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2492 | 2026-08-24T13:06:36.653Z | Compiling internet-checksum v0.2.1 |
| 2493 | 2026-08-24T13:06:36.814Z | Compiling search_path v0.1.4 |
| 2494 | 2026-08-24T13:06:37.246Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2495 | 2026-08-24T13:06:37.318Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2496 | 2026-08-24T13:06:40.826Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2497 | 2026-08-24T13:06:45.720Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2498 | 2026-08-24T13:07:38.920Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 37s |
| 2499 | 2026-08-24T13:07:39.080Z | Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da) |
| 2500 | 2026-08-24T13:07:39.083Z | |
| 2501 | 2026-08-24T13:07:39.083Z | running 0 tests |
| 2502 | 2026-08-24T13:07:39.083Z | |
| 2503 | 2026-08-24T13:07:39.083Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2504 | 2026-08-24T13:07:39.084Z | |
| 2505 | 2026-08-24T13:07:39.087Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 2506 | 2026-08-24T13:07:39.090Z | |
| 2507 | 2026-08-24T13:07:39.090Z | running 0 tests |
| 2508 | 2026-08-24T13:07:39.090Z | |
| 2509 | 2026-08-24T13:07:39.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2510 | 2026-08-24T13:07:39.090Z | |
| 2511 | 2026-08-24T13:07:39.093Z | Running unittests src/lib.rs (target/debug/deps/asic-bfe1009533fe0e64) |
| 2512 | 2026-08-24T13:07:39.099Z | |
| 2513 | 2026-08-24T13:07:39.099Z | running 0 tests |
| 2514 | 2026-08-24T13:07:39.099Z | |
| 2515 | 2026-08-24T13:07:39.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2516 | 2026-08-24T13:07:39.102Z | |
| 2517 | 2026-08-24T13:07:39.102Z | Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d) |
| 2518 | 2026-08-24T13:07:39.106Z | |
| 2519 | 2026-08-24T13:07:39.106Z | running 4 tests |
| 2520 | 2026-08-24T13:07:39.109Z | test nat::tests::test_vni ... ok |
| 2521 | 2026-08-24T13:07:39.109Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2522 | 2026-08-24T13:07:39.109Z | test test_purge ... ok |
| 2523 | 2026-08-24T13:07:39.112Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2524 | 2026-08-24T13:07:39.112Z | |
| 2525 | 2026-08-24T13:07:39.112Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2526 | 2026-08-24T13:07:39.112Z | |
| 2527 | 2026-08-24T13:07:39.112Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91) |
| 2528 | 2026-08-24T13:07:39.137Z | |
| 2529 | 2026-08-24T13:07:39.138Z | running 1 test |
| 2530 | 2026-08-24T13:07:39.142Z | ------- |
| 2531 | 2026-08-24T13:07:39.145Z | Generating OpenAPI documents from API definitions ... |
| 2532 | 2026-08-24T13:07:39.309Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2533 | 2026-08-24T13:07:39.382Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2534 | 2026-08-24T13:07:40.442Z | ------- |
| 2535 | 2026-08-24T13:07:40.442Z | Checking 13 OpenAPI documents... |
| 2536 | 2026-08-24T13:07:40.442Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2537 | 2026-08-24T13:07:40.442Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2538 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2539 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2540 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2541 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2542 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2543 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2544 | 2026-08-24T13:07:40.443Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2545 | 2026-08-24T13:07:40.446Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2546 | 2026-08-24T13:07:40.446Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2547 | 2026-08-24T13:07:40.446Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2548 | 2026-08-24T13:07:40.446Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2549 | 2026-08-24T13:07:40.446Z | Fresh dpd "latest" symlink |
| 2550 | 2026-08-24T13:07:40.446Z | ------- |
| 2551 | 2026-08-24T13:07:40.446Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2552 | 2026-08-24T13:07:40.515Z | test test::test_apis_up_to_date ... ok |
| 2553 | 2026-08-24T13:07:40.515Z | |
| 2554 | 2026-08-24T13:07:40.518Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s |
| 2555 | 2026-08-24T13:07:40.518Z | |
| 2556 | 2026-08-24T13:07:40.576Z | Running unittests src/main.rs (target/debug/deps/dpd-f83cf547dc6487e8) |
| 2557 | 2026-08-24T13:07:40.582Z | |
| 2558 | 2026-08-24T13:07:40.583Z | running 61 tests |
| 2559 | 2026-08-24T13:07:40.586Z | test freemap::test_ordering ... ok |
| 2560 | 2026-08-24T13:07:40.586Z | test config::tests::test_updates ... ok |
| 2561 | 2026-08-24T13:07:40.586Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2562 | 2026-08-24T13:07:40.586Z | test freemap::test_split ... ok |
| 2563 | 2026-08-24T13:07:40.586Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2564 | 2026-08-24T13:07:40.589Z | test macaddrs::tests::test_mac_offset ... ok |
| 2565 | 2026-08-24T13:07:40.589Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2566 | 2026-08-24T13:07:40.589Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2567 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2568 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG created new freemap, unit: freemap_test |
| 2569 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG initted freemap. size: 128, unit: freemap_test |
| 2570 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502Aug 24 13:07:39.502 DEBGDEBG reset freemapcreated new freemap, unit, :unit :freemap_test |
| 2571 | 2026-08-24T13:07:40.589Z | freemap_test |
| 2572 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG initted freemap. size: 128, unit: freemap_test |
| 2573 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG reset freemap, unit: freemap_test |
| 2574 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG created new freemap, unit: freemap_test |
| 2575 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG initted freemap. size: 128, unit: freemap_test |
| 2576 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG reset freemap, unit: freemap_test |
| 2577 | 2026-08-24T13:07:40.589Z | test freemap::test_exhaustion ... ok |
| 2578 | 2026-08-24T13:07:40.589Z | test freemap::test_reclaim ... ok |
| 2579 | 2026-08-24T13:07:40.589Z | test freemap::test_free ... ok |
| 2580 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG created new freemap, unit: freemap_test |
| 2581 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG initted freemap. size: 8, unit: freemap_test |
| 2582 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.502 DEBG reset freemap, unit: freemap_test |
| 2583 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2584 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2585 | 2026-08-24T13:07:40.589Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2586 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2587 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.503 DEBG created new freemap, unit: freemap_test |
| 2588 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.503 DEBG initted freemap. size: 128, unit: freemap_test |
| 2589 | 2026-08-24T13:07:40.589Z | Aug 24 13:07:39.503 DEBG reset freemap, unit: freemap_test |
| 2590 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2591 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2592 | 2026-08-24T13:07:40.589Z | test freemap::test_span ... ok |
| 2593 | 2026-08-24T13:07:40.589Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2594 | 2026-08-24T13:07:40.590Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2595 | 2026-08-24T13:07:40.590Z | test mcast::tests::test_sources_contain_any ... ok |
| 2596 | 2026-08-24T13:07:40.590Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2597 | 2026-08-24T13:07:40.590Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2598 | 2026-08-24T13:07:40.590Z | Aug 24 13:07:39.503 DEBG created new freemap, unit: freemap_test |
| 2599 | 2026-08-24T13:07:40.590Z | Aug 24 13:07:39.503 DEBG initted freemap. size: 128, unit: freemap_test |
| 2600 | 2026-08-24T13:07:40.590Z | Aug 24 13:07:39.504 DEBG reset freemap, unit: freemap_test |
| 2601 | 2026-08-24T13:07:40.590Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2602 | 2026-08-24T13:07:40.590Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2603 | 2026-08-24T13:07:40.590Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2604 | 2026-08-24T13:07:40.590Z | test freemap::test_basic ... ok |
| 2605 | 2026-08-24T13:07:40.590Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2606 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2607 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2608 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2609 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2610 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2611 | 2026-08-24T13:07:40.594Z | test api_server::tests::test_build_info ... ok |
| 2612 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 2613 | 2026-08-24T13:07:40.594Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2614 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2615 | 2026-08-24T13:07:40.594Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2616 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2617 | 2026-08-24T13:07:40.594Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2618 | 2026-08-24T13:07:40.594Z | test nat::test_mapping ... ok |
| 2619 | 2026-08-24T13:07:40.594Z | test port_map::tests::test_backplane_group ... ok |
| 2620 | 2026-08-24T13:07:40.594Z | test port_map::tests::test_port_map ... ok |
| 2621 | 2026-08-24T13:07:40.594Z | test port_map::tests::dump_map ... ok |
| 2622 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2623 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2624 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2625 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2626 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2627 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2628 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2629 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 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 } }] |
| 2630 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2631 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 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 } }] |
| 2632 | 2026-08-24T13:07:40.594Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2633 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2634 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2636 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2638 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2639 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2640 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2642 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2643 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2644 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2645 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2646 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2648 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2650 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2651 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2652 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2653 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2654 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2655 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2656 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2657 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2658 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2660 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2661 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2662 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 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 } }] |
| 2664 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2665 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 DEBGDEBG created new freemapreplacing 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 } }], |
| 2666 | 2026-08-24T13:07:40.595Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2667 | 2026-08-24T13:07:40.595Z | unit: freemap_route_ipv4Aug 24 13:07:39.505 |
| 2668 | 2026-08-24T13:07:40.595Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2669 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 DEBGDEBG created new freemapreplacing 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 } }], |
| 2670 | 2026-08-24T13:07:40.595Z | unit: freemap_route_ipv6 |
| 2671 | 2026-08-24T13:07:40.595Z | Aug 24 13:07:39.505 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 24 13:07:39.505 |
| 2672 | 2026-08-24T13:07:40.595Z | DEBG initted freemap. size: 64, unitAug 24 13:07:39.505: DEBGfreemap_route_ipv4 |
| 2673 | 2026-08-24T13:07:40.596Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2674 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 DEBGINFO reset freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ff, |
| 2675 | 2026-08-24T13:07:40.596Z | unit:Aug 24 13:07:39.505 freemap_route_ipv4DEBG |
| 2676 | 2026-08-24T13:07:40.596Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2677 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505 Aug 24 13:07:39.505DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit |
| 2678 | 2026-08-24T13:07:40.596Z | : freemap_route_ipv6Aug 24 13:07:39.505 |
| 2679 | 2026-08-24T13:07:40.596Z | 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 } }] |
| 2680 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505 DEBGAug 24 13:07:39.505 reset freemapINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff: |
| 2681 | 2026-08-24T13:07:40.596Z | freemap_route_ipv6 |
| 2682 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2683 | 2026-08-24T13:07:40.596Z | |
| 2684 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2685 | 2026-08-24T13:07:40.596Z | |
| 2686 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef::/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 } }] |
| 2687 | 2026-08-24T13:07:40.596Z | |
| 2688 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 2689 | 2026-08-24T13:07:40.596Z | |
| 2690 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2691 | 2026-08-24T13:07:40.596Z | |
| 2692 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505Aug 24 13:07:39.505 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 2693 | 2026-08-24T13:07:40.596Z | |
| 2694 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505 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 } }] |
| 2695 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.505 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-24T13:07:40.596Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2697 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2698 | 2026-08-24T13:07:40.596Z | 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 } }] |
| 2699 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2700 | 2026-08-24T13:07:40.596Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 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: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 } }] |
| 2702 | 2026-08-24T13:07:40.596Z | |
| 2703 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2704 | 2026-08-24T13:07:40.596Z | |
| 2705 | 2026-08-24T13:07:40.596Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 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: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 } }] |
| 2706 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506 |
| 2707 | 2026-08-24T13:07:40.601Z | DEBG Aug 24 13:07:39.506created new freemapAug 24 13:07:39.506 , INFOINFOunit adding route 3fff:beef:5::/64 -> 2001:db8::55:ff: |
| 2708 | 2026-08-24T13:07:40.601Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2709 | 2026-08-24T13:07:40.601Z | |
| 2710 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506 DEBG 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 } }]DEBG |
| 2711 | 2026-08-24T13:07:40.601Z | created new freemapreplacing 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 } }], |
| 2712 | 2026-08-24T13:07:40.601Z | unitAug 24 13:07:39.506: INFOfreemap_route_ipv6 |
| 2713 | 2026-08-24T13:07:40.601Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2714 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506 INFO Aug 24 13:07:39.506Aug 24 13:07:39.506adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2715 | 2026-08-24T13:07:40.601Z | DEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2716 | 2026-08-24T13:07:40.601Z | initted freemap. size: 64, unitAug 24 13:07:39.506: Aug 24 13:07:39.506DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4INFO |
| 2717 | 2026-08-24T13:07:40.601Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2718 | 2026-08-24T13:07:40.601Z | |
| 2719 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 DEBGINFO Aug 24 13:07:39.506adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff reset freemapDEBG |
| 2720 | 2026-08-24T13:07:40.601Z | , unitreplacing 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-08-24T13:07:40.601Z | freemap_route_ipv4Aug 24 13:07:39.506 |
| 2722 | 2026-08-24T13:07:40.601Z | DEBG Aug 24 13:07:39.506replacing 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 } }] |
| 2723 | 2026-08-24T13:07:40.601Z | INFOAug 24 13:07:39.506 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGAug 24 13:07:39.506 |
| 2724 | 2026-08-24T13:07:40.601Z | initted freemap. size: 64INFO, unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:07:39.506 |
| 2725 | 2026-08-24T13:07:40.601Z | : freemap_route_ipv6DEBG |
| 2726 | 2026-08-24T13:07:40.601Z | 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 } }] |
| 2727 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506DEBG Aug 24 13:07:39.506DEBG INFOreset freemap adding route 3fff:beef:9::/64 -> 2001:db8::55:ff, |
| 2728 | 2026-08-24T13:07:40.601Z | 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 } }]: |
| 2729 | 2026-08-24T13:07:40.601Z | freemap_route_ipv6 |
| 2730 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 INFODEBG Aug 24 13:07:39.506adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2731 | 2026-08-24T13:07:40.601Z | 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 } }] |
| 2732 | 2026-08-24T13:07:40.601Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2733 | 2026-08-24T13:07:40.601Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 INFOAug 24 13:07:39.506 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2734 | 2026-08-24T13:07:40.601Z | 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 |
| 2735 | 2026-08-24T13:07:40.601Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2736 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2737 | 2026-08-24T13:07:40.602Z | |
| 2738 | 2026-08-24T13:07:40.602Z | INFO Aug 24 13:07:39.506adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2739 | 2026-08-24T13:07:40.602Z | DEBGDEBG Aug 24 13:07:39.506replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2740 | 2026-08-24T13:07:40.602Z | INFO created new freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2741 | 2026-08-24T13:07:40.602Z | , Aug 24 13:07:39.506unitAug 24 13:07:39.506 Aug 24 13:07:39.506 :INFODEBG DEBGfreemap_route_ipv4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 2742 | 2026-08-24T13:07:40.602Z | |
| 2743 | 2026-08-24T13:07:40.602Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2744 | 2026-08-24T13:07:40.602Z | |
| 2745 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506INFOAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2746 | 2026-08-24T13:07:40.602Z | INFOcreated new freemapreplacing 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 } }] |
| 2747 | 2026-08-24T13:07:40.602Z | , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit: |
| 2748 | 2026-08-24T13:07:40.602Z | freemap_route_ipv6Aug 24 13:07:39.506 |
| 2749 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506DEBGAug 24 13:07:39.506 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 } }] INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2750 | 2026-08-24T13:07:40.602Z | |
| 2751 | 2026-08-24T13:07:40.602Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2752 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506 DEBG Aug 24 13:07:39.506Aug 24 13:07:39.506initted freemap. size: 64 Aug 24 13:07:39.506, unitINFO:INFO freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2753 | 2026-08-24T13:07:40.602Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2754 | 2026-08-24T13:07:40.602Z | DEBG |
| 2755 | 2026-08-24T13:07:40.602Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506 |
| 2756 | 2026-08-24T13:07:40.602Z | DEBGAug 24 13:07:39.506Aug 24 13:07:39.506 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 24 13:07:39.506DEBG 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 } }] |
| 2757 | 2026-08-24T13:07:40.602Z | INFOreset freemap adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2758 | 2026-08-24T13:07:40.602Z | , |
| 2759 | 2026-08-24T13:07:40.602Z | unit:Aug 24 13:07:39.506 freemap_route_ipv4INFOAug 24 13:07:39.506Aug 24 13:07:39.506 DEBG |
| 2760 | 2026-08-24T13:07:40.602Z | INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff 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 |
| 2761 | 2026-08-24T13:07:40.602Z | |
| 2762 | 2026-08-24T13:07:40.602Z | |
| 2763 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506 DEBG Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506initted freemap. size: 64 DEBG, INFOunit 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 } }]freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2764 | 2026-08-24T13:07:40.602Z | |
| 2765 | 2026-08-24T13:07:40.602Z | |
| 2766 | 2026-08-24T13:07:40.602Z | 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 } }] |
| 2767 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2768 | 2026-08-24T13:07:40.602Z | |
| 2769 | 2026-08-24T13:07:40.602Z | 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 } }] |
| 2770 | 2026-08-24T13:07:40.602Z | DEBGAug 24 13:07:39.506Aug 24 13:07:39.506 DEBGDEBGAug 24 13:07:39.506 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 } }]INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2771 | 2026-08-24T13:07:40.602Z | |
| 2772 | 2026-08-24T13:07:40.602Z | |
| 2773 | 2026-08-24T13:07:40.602Z | reset freemap, unit: Aug 24 13:07:39.506freemap_route_ipv6Aug 24 13:07:39.506 |
| 2774 | 2026-08-24T13:07:40.602Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506INFODEBG INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2775 | 2026-08-24T13:07:40.603Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 2776 | 2026-08-24T13:07:40.603Z | |
| 2777 | 2026-08-24T13:07:40.603Z | |
| 2778 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506 DEBGAug 24 13:07:39.506 Aug 24 13:07:39.506replacing 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 } }] |
| 2779 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506DEBG 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 |
| 2780 | 2026-08-24T13:07:40.603Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2781 | 2026-08-24T13:07:40.603Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2782 | 2026-08-24T13:07:40.603Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.506 |
| 2783 | 2026-08-24T13:07:40.603Z | |
| 2784 | 2026-08-24T13:07:40.603Z | DEBGAug 24 13:07:39.506 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 |
| 2785 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff 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 } }] |
| 2786 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506 |
| 2787 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 2788 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO 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-08-24T13:07:40.603Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2790 | 2026-08-24T13:07:40.603Z | |
| 2791 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506 INFO Aug 24 13:07:39.506adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.506Aug 24 13:07:39.506 |
| 2792 | 2026-08-24T13:07:40.603Z | 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 } }] |
| 2793 | 2026-08-24T13:07:40.603Z | 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 |
| 2794 | 2026-08-24T13:07:40.603Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 24 13:07:39.506Aug 24 13:07:39.506 |
| 2795 | 2026-08-24T13:07:40.603Z | INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2796 | 2026-08-24T13:07:40.603Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 DEBGAug 24 13:07:39.506 Aug 24 13:07:39.506DEBGreplacing 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 } }] |
| 2798 | 2026-08-24T13:07:40.603Z | 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 } }]DEBG |
| 2799 | 2026-08-24T13:07:40.603Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506 |
| 2800 | 2026-08-24T13:07:40.603Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2801 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOINFO |
| 2802 | 2026-08-24T13:07:40.603Z | Aug 24 13:07:39.506adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2803 | 2026-08-24T13:07:40.603Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.506 |
| 2804 | 2026-08-24T13:07:40.603Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 2805 | 2026-08-24T13:07:40.603Z | 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 } }] |
| 2806 | 2026-08-24T13:07:40.607Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506DEBG Aug 24 13:07:39.506INFO 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 |
| 2807 | 2026-08-24T13:07:40.607Z | 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::/64 -> 2001:db8::55:ff |
| 2808 | 2026-08-24T13:07:40.607Z | |
| 2809 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506replacing 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 } }] |
| 2810 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506INFO Aug 24 13:07:39.506Aug 24 13:07:39.506INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2811 | 2026-08-24T13:07:40.608Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBGINFO Aug 24 13:07:39.506 |
| 2812 | 2026-08-24T13:07:40.608Z | 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 } }] |
| 2813 | 2026-08-24T13:07:40.608Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 2814 | 2026-08-24T13:07:40.608Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506 |
| 2815 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2816 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 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 |
| 2817 | 2026-08-24T13:07:40.608Z | INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2818 | 2026-08-24T13:07:40.608Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 24 13:07:39.506 |
| 2819 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2820 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 |
| 2821 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506 DEBGDEBG DEBGAug 24 13:07:39.506 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 } }] |
| 2822 | 2026-08-24T13:07:40.608Z | 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 } }] |
| 2823 | 2026-08-24T13:07:40.608Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2824 | 2026-08-24T13:07:40.608Z | 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 } }] |
| 2825 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506INFOAug 24 13:07:39.506 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 2826 | 2026-08-24T13:07:40.608Z | INFOAug 24 13:07:39.506 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2827 | 2026-08-24T13:07:40.608Z | |
| 2828 | 2026-08-24T13:07:40.608Z | 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 |
| 2829 | 2026-08-24T13:07:40.608Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2830 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 2831 | 2026-08-24T13:07:40.608Z | DEBG DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 2832 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 DEBG |
| 2833 | 2026-08-24T13:07:40.608Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2834 | 2026-08-24T13:07:40.608Z | |
| 2835 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506 INFOAug 24 13:07:39.506INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 2836 | 2026-08-24T13:07:40.608Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2837 | 2026-08-24T13:07:40.608Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:07:39.506 |
| 2838 | 2026-08-24T13:07:40.608Z | DEBG |
| 2839 | 2026-08-24T13:07:40.608Z | 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 } }] |
| 2840 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506DEBG DEBGAug 24 13:07:39.506 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 } }] |
| 2841 | 2026-08-24T13:07:40.608Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2842 | 2026-08-24T13:07:40.608Z | DEBG |
| 2843 | 2026-08-24T13:07:40.608Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.506 |
| 2844 | 2026-08-24T13:07:40.608Z | INFOAug 24 13:07:39.506Aug 24 13:07:39.506 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 2845 | 2026-08-24T13:07:40.608Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2846 | 2026-08-24T13:07:40.608Z | Aug 24 13:07:39.506replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.506INFO Aug 24 13:07:39.506 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-24T13:07:40.608Z | DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 2848 | 2026-08-24T13:07:40.609Z | |
| 2849 | 2026-08-24T13:07:40.609Z | |
| 2850 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.506 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 } }]Aug 24 13:07:39.506 |
| 2851 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.506 Aug 24 13:07:39.506INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2852 | 2026-08-24T13:07:40.609Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 24 13:07:39.506 |
| 2853 | 2026-08-24T13:07:40.609Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 2854 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.506 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2855 | 2026-08-24T13:07:40.609Z | 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 } }]Aug 24 13:07:39.506Aug 24 13:07:39.506 |
| 2856 | 2026-08-24T13:07:40.609Z | DEBGAug 24 13:07:39.506 DEBGDEBGAug 24 13:07:39.506 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2857 | 2026-08-24T13:07:40.609Z | 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:32::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-24T13:07:40.609Z | |
| 2859 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.506Aug 24 13:07:39.506Aug 24 13:07:39.506 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 } }]INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2860 | 2026-08-24T13:07:40.609Z | |
| 2861 | 2026-08-24T13:07:40.609Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2862 | 2026-08-24T13:07:40.609Z | |
| 2863 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.506Aug 24 13:07:39.506 Aug 24 13:07:39.506Aug 24 13:07:39.506 INFO DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }] |
| 2864 | 2026-08-24T13:07:40.609Z | |
| 2865 | 2026-08-24T13:07:40.609Z | 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 |
| 2866 | 2026-08-24T13:07:40.609Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 24 13:07:39.506 |
| 2867 | 2026-08-24T13:07:40.609Z | DEBG Aug 24 13:07:39.506Aug 24 13:07:39.506replacing 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 } }] |
| 2868 | 2026-08-24T13:07:40.609Z | INFOINFOAug 24 13:07:39.506 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2869 | 2026-08-24T13:07:40.609Z | |
| 2870 | 2026-08-24T13:07:40.609Z | DEBGAug 24 13:07:39.506 Aug 24 13:07:39.506 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 2871 | 2026-08-24T13:07:40.609Z | |
| 2872 | 2026-08-24T13:07:40.609Z | |
| 2873 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.506 INFOAug 24 13:07:39.507 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.507 |
| 2874 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO |
| 2875 | 2026-08-24T13:07:40.609Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 2876 | 2026-08-24T13:07:40.609Z | DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 2877 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507replacing 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 |
| 2878 | 2026-08-24T13:07:40.609Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2879 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507 |
| 2880 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG Aug 24 13:07:39.507 INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 2881 | 2026-08-24T13:07:40.609Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2882 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507 |
| 2883 | 2026-08-24T13:07:40.609Z | 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 } }]DEBG |
| 2884 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507Aug 24 13:07:39.507replacing 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 } }] |
| 2885 | 2026-08-24T13:07:40.609Z | DEBGDEBGAug 24 13:07:39.507 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: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 } }] |
| 2886 | 2026-08-24T13:07:40.609Z | INFO |
| 2887 | 2026-08-24T13:07:40.609Z | Aug 24 13:07:39.507Aug 24 13:07:39.507adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2888 | 2026-08-24T13:07:40.610Z | Aug 24 13:07:39.507INFOINFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 2889 | 2026-08-24T13:07:40.610Z | |
| 2890 | 2026-08-24T13:07:40.610Z | 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 } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2891 | 2026-08-24T13:07:40.610Z | |
| 2892 | 2026-08-24T13:07:40.610Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBG Aug 24 13:07:39.507DEBG Aug 24 13:07:39.507replacing 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:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2893 | 2026-08-24T13:07:40.610Z | |
| 2894 | 2026-08-24T13:07:40.610Z | Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 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 |
| 2895 | 2026-08-24T13:07:40.610Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 2896 | 2026-08-24T13:07:40.610Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2897 | 2026-08-24T13:07:40.610Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 |
| 2898 | 2026-08-24T13:07:40.610Z | DEBGINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2899 | 2026-08-24T13:07:40.610Z | 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 } }] |
| 2900 | 2026-08-24T13:07:40.610Z | |
| 2901 | 2026-08-24T13:07:40.610Z | Aug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGAug 24 13:07:39.507INFO DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 2902 | 2026-08-24T13:07:40.610Z | |
| 2903 | 2026-08-24T13:07:40.610Z | 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:38::/64 -> 2001:db8::55:ff |
| 2904 | 2026-08-24T13:07:40.610Z | |
| 2905 | 2026-08-24T13:07:40.610Z | Aug 24 13:07:39.507 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507 |
| 2906 | 2026-08-24T13:07:40.614Z | Aug 24 13:07:39.507 DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507Aug 24 13:07:39.507 |
| 2907 | 2026-08-24T13:07:40.614Z | INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2908 | 2026-08-24T13:07:40.614Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2909 | 2026-08-24T13:07:40.614Z | |
| 2910 | 2026-08-24T13:07:40.614Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGAug 24 13:07:39.507Aug 24 13:07:39.507INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2911 | 2026-08-24T13:07:40.615Z | DEBG |
| 2912 | 2026-08-24T13:07:40.615Z | 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 |
| 2913 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.507 |
| 2914 | 2026-08-24T13:07:40.615Z | DEBGINFOAug 24 13:07:39.507 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 2915 | 2026-08-24T13:07:40.615Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff 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 } }] |
| 2916 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507 |
| 2917 | 2026-08-24T13:07:40.615Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 2918 | 2026-08-24T13:07:40.615Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507 |
| 2919 | 2026-08-24T13:07:40.615Z | DEBGAug 24 13:07:39.507Aug 24 13:07:39.507 INFODEBG Aug 24 13:07:39.507adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2920 | 2026-08-24T13:07:40.615Z | 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: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 } }] |
| 2921 | 2026-08-24T13:07:40.615Z | |
| 2922 | 2026-08-24T13:07:40.615Z | INFOAug 24 13:07:39.507 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 24 13:07:39.507INFO |
| 2923 | 2026-08-24T13:07:40.615Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2924 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 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 |
| 2925 | 2026-08-24T13:07:40.615Z | DEBGAug 24 13:07:39.507 adding route 3fff:beef:23::/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 } }]DEBG |
| 2926 | 2026-08-24T13:07:40.615Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507 |
| 2927 | 2026-08-24T13:07:40.615Z | |
| 2928 | 2026-08-24T13:07:40.615Z | INFOAug 24 13:07:39.507 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.507Aug 24 13:07:39.507 |
| 2929 | 2026-08-24T13:07:40.615Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2930 | 2026-08-24T13:07:40.615Z | |
| 2931 | 2026-08-24T13:07:40.615Z | INFOAug 24 13:07:39.507 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 24 13:07:39.507DEBGAug 24 13:07:39.507 |
| 2932 | 2026-08-24T13:07:40.615Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2933 | 2026-08-24T13:07:40.615Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507INFO |
| 2934 | 2026-08-24T13:07:40.615Z | 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 } }]Aug 24 13:07:39.507Aug 24 13:07:39.507adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2935 | 2026-08-24T13:07:40.615Z | |
| 2936 | 2026-08-24T13:07:40.615Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2937 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507INFOAug 24 13:07:39.507 DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2938 | 2026-08-24T13:07:40.615Z | INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2939 | 2026-08-24T13:07:40.615Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 2940 | 2026-08-24T13:07:40.615Z | 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 } }] |
| 2941 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 DEBG INFOINFO adding route 3fff:beef:25::/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 } }] |
| 2942 | 2026-08-24T13:07:40.615Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-24T13:07:40.615Z | |
| 2944 | 2026-08-24T13:07:40.615Z | 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 } }] |
| 2945 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFODEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2946 | 2026-08-24T13:07:40.615Z | 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 } }] |
| 2947 | 2026-08-24T13:07:40.615Z | |
| 2948 | 2026-08-24T13:07:40.615Z | Aug 24 13:07:39.507 Aug 24 13:07:39.507INFOAug 24 13:07:39.507 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 24 13:07:39.507INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2949 | 2026-08-24T13:07:40.615Z | DEBG |
| 2950 | 2026-08-24T13:07:40.615Z | |
| 2951 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2952 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGINFO 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 } }] |
| 2953 | 2026-08-24T13:07:40.616Z | DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }] |
| 2954 | 2026-08-24T13:07:40.616Z | DEBG Aug 24 13:07:39.507 |
| 2955 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2956 | 2026-08-24T13:07:40.616Z | DEBGAug 24 13:07:39.507 failed to allocate space for the new target listINFO |
| 2957 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 2958 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBG DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2959 | 2026-08-24T13:07:40.616Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.507 |
| 2960 | 2026-08-24T13:07:40.616Z | DEBGAug 24 13:07:39.507replacing 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 } }] |
| 2961 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2962 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2963 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFO INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2964 | 2026-08-24T13:07:40.616Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2965 | 2026-08-24T13:07:40.616Z | |
| 2966 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2967 | 2026-08-24T13:07:40.616Z | |
| 2968 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2969 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507 INFOINFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2970 | 2026-08-24T13:07:40.616Z | |
| 2971 | 2026-08-24T13:07:40.616Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2972 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2973 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2974 | 2026-08-24T13:07:40.616Z | 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 } }] |
| 2975 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507 Aug 24 13:07:39.507INFOAug 24 13:07:39.507 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFO |
| 2976 | 2026-08-24T13:07:40.616Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2977 | 2026-08-24T13:07:40.616Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2978 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2979 | 2026-08-24T13:07:40.616Z | |
| 2980 | 2026-08-24T13:07:40.616Z | |
| 2981 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 2982 | 2026-08-24T13:07:40.616Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2983 | 2026-08-24T13:07:40.616Z | |
| 2984 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBGAug 24 13:07:39.507 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 |
| 2985 | 2026-08-24T13:07:40.616Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2986 | 2026-08-24T13:07:40.616Z | |
| 2987 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507 INFOAug 24 13:07:39.507 Aug 24 13:07:39.507adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2988 | 2026-08-24T13:07:40.616Z | INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2989 | 2026-08-24T13:07:40.616Z | Aug 24 13:07:39.507adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2990 | 2026-08-24T13:07:40.616Z | DEBG Aug 24 13:07:39.507replacing 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 } }] |
| 2991 | 2026-08-24T13:07:40.617Z | DEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2992 | 2026-08-24T13:07:40.617Z | Aug 24 13:07:39.507 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507INFO INFO |
| 2993 | 2026-08-24T13:07:40.617Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2994 | 2026-08-24T13:07:40.617Z | |
| 2995 | 2026-08-24T13:07:40.617Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507 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: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 } }] |
| 2996 | 2026-08-24T13:07:40.617Z | |
| 2997 | 2026-08-24T13:07:40.617Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2998 | 2026-08-24T13:07:40.617Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 INFOINFOAug 24 13:07:39.507 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2999 | 2026-08-24T13:07:40.617Z | adding route 3fff:beef:2e::/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 } }] |
| 3000 | 2026-08-24T13:07:40.617Z | |
| 3001 | 2026-08-24T13:07:40.617Z | Aug 24 13:07:39.507 DEBG Aug 24 13:07:39.507Aug 24 13:07:39.507replacing 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 } }] |
| 3002 | 2026-08-24T13:07:40.617Z | 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:17::/64 -> 2001:db8::55:ff |
| 3003 | 2026-08-24T13:07:40.617Z | Aug 24 13:07:39.507 |
| 3004 | 2026-08-24T13:07:40.617Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3005 | 2026-08-24T13:07:40.617Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG INFODEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:2f::/64 -> 2001:db8::55:ff |
| 3006 | 2026-08-24T13:07:40.621Z | |
| 3007 | 2026-08-24T13:07:40.621Z | |
| 3008 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGINFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3009 | 2026-08-24T13:07:40.621Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3010 | 2026-08-24T13:07:40.621Z | |
| 3011 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG 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 } }]INFO |
| 3012 | 2026-08-24T13:07:40.621Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3013 | 2026-08-24T13:07:40.621Z | |
| 3014 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3015 | 2026-08-24T13:07:40.621Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3016 | 2026-08-24T13:07:40.621Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3017 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 DEBGINFO Aug 24 13:07:39.507adding route 3fff:beef:31::/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 } }] |
| 3018 | 2026-08-24T13:07:40.621Z | |
| 3019 | 2026-08-24T13:07:40.621Z | 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 } }] |
| 3020 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 INFODEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3021 | 2026-08-24T13:07:40.621Z | INFO |
| 3022 | 2026-08-24T13:07:40.621Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3023 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3024 | 2026-08-24T13:07:40.621Z | 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 } }] |
| 3025 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507replacing 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 } }] |
| 3026 | 2026-08-24T13:07:40.621Z | DEBGAug 24 13:07:39.507 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3027 | 2026-08-24T13:07:40.621Z | Aug 24 13:07:39.507adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO |
| 3028 | 2026-08-24T13:07:40.621Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3029 | 2026-08-24T13:07:40.621Z | INFOAug 24 13:07:39.507 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3030 | 2026-08-24T13:07:40.621Z | DEBGAug 24 13:07:39.507 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 } }] |
| 3031 | 2026-08-24T13:07:40.621Z | DEBG Aug 24 13:07:39.507replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507 |
| 3032 | 2026-08-24T13:07:40.622Z | INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3033 | 2026-08-24T13:07:40.622Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507 |
| 3034 | 2026-08-24T13:07:40.622Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3035 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3036 | 2026-08-24T13:07:40.622Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.507 |
| 3037 | 2026-08-24T13:07:40.622Z | DEBG Aug 24 13:07:39.507replacing 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 } }] |
| 3038 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507DEBG 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 } }]Aug 24 13:07:39.507 |
| 3039 | 2026-08-24T13:07:40.622Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 3040 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3041 | 2026-08-24T13:07:40.622Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3042 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507DEBG DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3043 | 2026-08-24T13:07:40.622Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3044 | 2026-08-24T13:07:40.622Z | |
| 3045 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507 INFO Aug 24 13:07:39.507Aug 24 13:07:39.507adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3046 | 2026-08-24T13:07:40.622Z | INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3047 | 2026-08-24T13:07:40.622Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 24 13:07:39.507 |
| 3048 | 2026-08-24T13:07:40.622Z | 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 } }]Aug 24 13:07:39.507 |
| 3049 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507Aug 24 13:07:39.507DEBG Aug 24 13:07:39.507DEBGcreated new freemap 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 } }], DEBGunit |
| 3050 | 2026-08-24T13:07:40.622Z | :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 } }] INFOfreemap_route_ipv4 |
| 3051 | 2026-08-24T13:07:40.622Z | |
| 3052 | 2026-08-24T13:07:40.622Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3053 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507Aug 24 13:07:39.507 Aug 24 13:07:39.507INFOINFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 24 13:07:39.507created new freemap |
| 3054 | 2026-08-24T13:07:40.622Z | , unit: DEBGfreemap_route_ipv6Aug 24 13:07:39.507 |
| 3055 | 2026-08-24T13:07:40.622Z | 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:1f::/64 -> 2001:db8::55:ff |
| 3056 | 2026-08-24T13:07:40.622Z | DEBG |
| 3057 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.507 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 } }] |
| 3058 | 2026-08-24T13:07:40.622Z | DEBG Aug 24 13:07:39.508 Aug 24 13:07:39.508initted freemap. size: 64INFO, unitAug 24 13:07:39.508:DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFO 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 } }] |
| 3059 | 2026-08-24T13:07:40.622Z | |
| 3060 | 2026-08-24T13:07:40.622Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3061 | 2026-08-24T13:07:40.622Z | |
| 3062 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.508Aug 24 13:07:39.508Aug 24 13:07:39.508 DEBG DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 3063 | 2026-08-24T13:07:40.622Z | , unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 24 13:07:39.508 |
| 3064 | 2026-08-24T13:07:40.622Z | freemap_route_ipv4INFO |
| 3065 | 2026-08-24T13:07:40.622Z | Aug 24 13:07:39.508 Aug 24 13:07:39.508 INFOAug 24 13:07:39.508INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3066 | 2026-08-24T13:07:40.622Z | |
| 3067 | 2026-08-24T13:07:40.622Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3068 | 2026-08-24T13:07:40.622Z | , unit: Aug 24 13:07:39.508Aug 24 13:07:39.508 Aug 24 13:07:39.508freemap_route_ipv6 DEBGDEBG |
| 3069 | 2026-08-24T13:07:40.622Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.508replacing 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 } }] |
| 3070 | 2026-08-24T13:07:40.622Z | |
| 3071 | 2026-08-24T13:07:40.623Z | |
| 3072 | 2026-08-24T13:07:40.623Z | DEBG Aug 24 13:07:39.508reset freemap Aug 24 13:07:39.508, unitINFOAug 24 13:07:39.508: INFOINFOfreemap_route_ipv6 |
| 3073 | 2026-08-24T13:07:40.623Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 24 13:07:39.508 |
| 3074 | 2026-08-24T13:07:40.623Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3075 | 2026-08-24T13:07:40.623Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.508 |
| 3076 | 2026-08-24T13:07:40.623Z | |
| 3077 | 2026-08-24T13:07:40.623Z | 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 } }]Aug 24 13:07:39.508 |
| 3078 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 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 } }]DEBGAug 24 13:07:39.508 |
| 3079 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508INFOreplacing 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:2d::/64 -> 2001:db8::55:ff |
| 3080 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 DEBG DEBGcreated new freemapAug 24 13:07:39.508 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, |
| 3081 | 2026-08-24T13:07:40.623Z | 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 } }]: |
| 3082 | 2026-08-24T13:07:40.623Z | freemap_route_ipv4 |
| 3083 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 INFOAug 24 13:07:39.508 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 3084 | 2026-08-24T13:07:40.623Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3085 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508Aug 24 13:07:39.508 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3086 | 2026-08-24T13:07:40.623Z | |
| 3087 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 DEBG Aug 24 13:07:39.508replacing 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 } }] |
| 3088 | 2026-08-24T13:07:40.623Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 24 13:07:39.508Aug 24 13:07:39.508 |
| 3089 | 2026-08-24T13:07:40.623Z | INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffcreated new freemap |
| 3090 | 2026-08-24T13:07:40.623Z | , Aug 24 13:07:39.508unit Aug 24 13:07:39.508:DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 3091 | 2026-08-24T13:07:40.623Z | 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 } }] |
| 3092 | 2026-08-24T13:07:40.623Z | |
| 3093 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 INFOAug 24 13:07:39.508 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 3094 | 2026-08-24T13:07:40.623Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3095 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508Aug 24 13:07:39.508Aug 24 13:07:39.508 DEBGDEBGDEBGAug 24 13:07:39.508 created new freemapreplacing 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 |
| 3096 | 2026-08-24T13:07:40.623Z | 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 } }] |
| 3097 | 2026-08-24T13:07:40.623Z | , created new freemapunit, :unit :freemap_route_ipv6Aug 24 13:07:39.508 |
| 3098 | 2026-08-24T13:07:40.623Z | freemap_route_ipv6Aug 24 13:07:39.508INFO |
| 3099 | 2026-08-24T13:07:40.623Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 3100 | 2026-08-24T13:07:40.623Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3101 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 Aug 24 13:07:39.508DEBG Aug 24 13:07:39.508DEBGAug 24 13:07:39.508 initted freemap. size: 64DEBG, initted freemap. size: 64unit :, 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 } }]unitfreemap_route_ipv4:DEBG |
| 3102 | 2026-08-24T13:07:40.623Z | freemap_route_ipv4 |
| 3103 | 2026-08-24T13:07:40.623Z | |
| 3104 | 2026-08-24T13:07:40.623Z | 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 } }] |
| 3105 | 2026-08-24T13:07:40.623Z | Aug 24 13:07:39.508 DEBGAug 24 13:07:39.508 Aug 24 13:07:39.508 reset freemapDEBG, Aug 24 13:07:39.508unit reset freemap:INFO, unit adding route 3fff:beef:32::/64 -> 2001:db8::55:ff: |
| 3106 | 2026-08-24T13:07:40.628Z | freemap_route_ipv4freemap_route_ipv4INFO |
| 3107 | 2026-08-24T13:07:40.628Z | |
| 3108 | 2026-08-24T13:07:40.628Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 3109 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508Aug 24 13:07:39.508 DEBGAug 24 13:07:39.508 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 } }]DEBGAug 24 13:07:39.508 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 } }]initted freemap. size: 64 |
| 3110 | 2026-08-24T13:07:40.628Z | |
| 3111 | 2026-08-24T13:07:40.628Z | DEBG , initted freemap. size: 64unit, :unit :freemap_route_ipv6Aug 24 13:07:39.508 Aug 24 13:07:39.508 freemap_route_ipv6INFO |
| 3112 | 2026-08-24T13:07:40.628Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3113 | 2026-08-24T13:07:40.628Z | |
| 3114 | 2026-08-24T13:07:40.628Z | DEBG failed to allocate space for the new target list |
| 3115 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 Aug 24 13:07:39.508DEBG DEBGAug 24 13:07:39.508reset freemap , 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 |
| 3116 | 2026-08-24T13:07:40.628Z | :DEBG Aug 24 13:07:39.508freemap_route_ipv6 |
| 3117 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] reset freemapINFO |
| 3118 | 2026-08-24T13:07:40.628Z | , unitAug 24 13:07:39.508: INFOAug 24 13:07:39.508freemap_route_ipv6 |
| 3119 | 2026-08-24T13:07:40.628Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3120 | 2026-08-24T13:07:40.628Z | |
| 3121 | 2026-08-24T13:07:40.628Z | failed to allocate space for the new target list |
| 3122 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508Aug 24 13:07:39.508 Aug 24 13:07:39.508INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 3123 | 2026-08-24T13:07:40.628Z | DEBG |
| 3124 | 2026-08-24T13:07:40.628Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3125 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 DEBG Aug 24 13:07:39.508replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.508 |
| 3126 | 2026-08-24T13:07:40.628Z | INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3127 | 2026-08-24T13:07:40.628Z | |
| 3128 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3129 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 DEBGAug 24 13:07:39.508 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.508 |
| 3130 | 2026-08-24T13:07:40.628Z | DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3131 | 2026-08-24T13:07:40.628Z | |
| 3132 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3133 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 INFOAug 24 13:07:39.508 Aug 24 13:07:39.508INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 3134 | 2026-08-24T13:07:40.628Z | |
| 3135 | 2026-08-24T13:07:40.628Z | 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 } }] |
| 3136 | 2026-08-24T13:07:40.628Z | Aug 24 13:07:39.508 DEBGAug 24 13:07:39.508 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3137 | 2026-08-24T13:07:40.628Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:07:39.508 |
| 3138 | 2026-08-24T13:07:40.628Z | DEBG Aug 24 13:07:39.508replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:07:39.508 |
| 3139 | 2026-08-24T13:07:40.628Z | INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 3140 | 2026-08-24T13:07:40.629Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.508 |
| 3141 | 2026-08-24T13:07:40.629Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3142 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.508 INFOAug 24 13:07:39.508 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 3143 | 2026-08-24T13:07:40.629Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3144 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 DEBGAug 24 13:07:39.509 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 |
| 3145 | 2026-08-24T13:07:40.629Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3146 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 INFO Aug 24 13:07:39.508adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3147 | 2026-08-24T13:07:40.629Z | 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 } }]Aug 24 13:07:39.509 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 } }] |
| 3148 | 2026-08-24T13:07:40.629Z | |
| 3149 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 Aug 24 13:07:39.509INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3150 | 2026-08-24T13:07:40.629Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3151 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.508Aug 24 13:07:39.509 DEBG |
| 3152 | 2026-08-24T13:07:40.629Z | created new freemap, unitAug 24 13:07:39.509: INFO freemap_route_ipv4 |
| 3153 | 2026-08-24T13:07:40.629Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3154 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 DEBGDEBG created new freemap, unit: freemap_route_ipv6Aug 24 13:07:39.509 |
| 3155 | 2026-08-24T13:07:40.629Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3156 | 2026-08-24T13:07:40.629Z | 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 } }] |
| 3157 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 Aug 24 13:07:39.509DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3158 | 2026-08-24T13:07:40.629Z | INFOAug 24 13:07:39.509 DEBG reset freemap, Aug 24 13:07:39.509unit:Aug 24 13:07:39.509 freemap_route_ipv4 |
| 3159 | 2026-08-24T13:07:40.629Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3160 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 Aug 24 13:07:39.509 DEBG initted freemap. size: 64INFO, DEBGunit : freemap_route_ipv6 |
| 3161 | 2026-08-24T13:07:40.629Z | DEBG adding route 3fff:beef:3b::/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 } }] |
| 3162 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509replacing 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-08-24T13:07:40.629Z | DEBG reset freemap, |
| 3164 | 2026-08-24T13:07:40.629Z | unit: freemap_route_ipv6 |
| 3165 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 DEBGAug 24 13:07:39.509Aug 24 13:07:39.509 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3166 | 2026-08-24T13:07:40.629Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 24 13:07:39.509replacing 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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3167 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 INFO Aug 24 13:07:39.509 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 3168 | 2026-08-24T13:07:40.629Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3169 | 2026-08-24T13:07:40.629Z | |
| 3170 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509 DEBGAug 24 13:07:39.509 |
| 3171 | 2026-08-24T13:07:40.629Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3172 | 2026-08-24T13:07:40.629Z | test route::tests::grow_succeeds ... ok |
| 3173 | 2026-08-24T13:07:40.629Z | test route::tests::identity_replace_is_noop ... ok |
| 3174 | 2026-08-24T13:07:40.629Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:07:39.509 |
| 3175 | 2026-08-24T13:07:40.629Z | Aug 24 13:07:39.509replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:07:39.509 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3176 | 2026-08-24T13:07:40.629Z | DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.509 |
| 3177 | 2026-08-24T13:07:40.629Z | 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 } }] |
| 3178 | 2026-08-24T13:07:40.629Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3179 | 2026-08-24T13:07:40.630Z | |
| 3180 | 2026-08-24T13:07:40.630Z | Aug 24 13:07:39.509 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3181 | 2026-08-24T13:07:40.630Z | Aug 24 13:07:39.509 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 } }] |
| 3182 | 2026-08-24T13:07:40.630Z | Aug 24 13:07:39.509 Aug 24 13:07:39.509DEBG replacing targets for 3fff:dead::/64 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 } }] |
| 3183 | 2026-08-24T13:07:40.630Z | 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 } }] |
| 3184 | 2026-08-24T13:07:40.630Z | Aug 24 13:07:39.509Aug 24 13:07:39.509Aug 24 13:07:39.515 DEBGDEBG created new freemap DEBGfailed to allocate space for the new target list , |
| 3185 | 2026-08-24T13:07:40.630Z | unitcreated new freemap: , freemap_route_ipv4unit |
| 3186 | 2026-08-24T13:07:40.630Z | : Aug 24 13:07:39.515freemap_route_ipv4 |
| 3187 | 2026-08-24T13:07:40.630Z | DEBGAug 24 13:07:39.509Aug 24 13:07:39.509 Aug 24 13:07:39.515 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:07:39.515 |
| 3188 | 2026-08-24T13:07:40.630Z | DEBG created new freemapWARN DEBGINFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) , adding route 3fff:beef:24::/64 -> 2001:db8::55:ffcreated new freemap |
| 3189 | 2026-08-24T13:07:40.630Z | |
| 3190 | 2026-08-24T13:07:40.630Z | , Aug 24 13:07:39.509Aug 24 13:07:39.509 unitunitDEBG: :created new freemapfreemap_route_ipv6 INFO, freemap_route_ipv6unitadding route 172.17.0.5/32 -> 10.0.0.255: |
| 3191 | 2026-08-24T13:07:40.630Z | |
| 3192 | 2026-08-24T13:07:40.630Z | Aug 24 13:07:39.515 |
| 3193 | 2026-08-24T13:07:40.630Z | freemap_route_ipv4 |
| 3194 | 2026-08-24T13:07:40.630Z | ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3195 | 2026-08-24T13:07:40.630Z | Aug 24 13:07:39.515Aug 24 13:07:39.515 Aug 24 13:07:39.515DEBGAug 24 13:07:39.515 initted freemap. size: 64 Aug 24 13:07:39.515, ERRODEBG DEBGunitcreated new freemapshrink-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, unitreplacing 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 } }]:: |
| 3196 | 2026-08-24T13:07:40.630Z | freemap_route_ipv6 Aug 24 13:07:39.515 |
| 3197 | 2026-08-24T13:07:40.630Z | freemap_route_ipv4 |
| 3198 | 2026-08-24T13:07:40.630Z | |
| 3199 | 2026-08-24T13:07:40.630Z | DEBG Aug 24 13:07:39.515 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.515DEBG |
| 3200 | 2026-08-24T13:07:40.630Z | DEBGinitted freemap. size: 64 INFO, adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 24 13:07:39.515 |
| 3201 | 2026-08-24T13:07:40.630Z | unitinitted freemap. size: 64:Aug 24 13:07:39.515, unit :DEBG freemap_route_ipv4freemap_route_ipv4 |
| 3202 | 2026-08-24T13:07:40.630Z | reset freemap |
| 3203 | 2026-08-24T13:07:40.630Z | INFO , adding route 172.17.0.6/32 -> 10.0.0.255unit |
| 3204 | 2026-08-24T13:07:40.630Z | :Aug 24 13:07:39.515 Aug 24 13:07:39.515DEBG Aug 24 13:07:39.515reset freemap DEBGfreemap_route_ipv4 DEBG |
| 3205 | 2026-08-24T13:07:40.630Z | reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], , |
| 3206 | 2026-08-24T13:07:40.634Z | unit: unitfreemap_route_ipv4: |
| 3207 | 2026-08-24T13:07:40.634Z | Aug 24 13:07:39.515 DEBG freemap_route_ipv4Aug 24 13:07:39.515initted freemap. size: 64 |
| 3208 | 2026-08-24T13:07:40.634Z | INFO, Aug 24 13:07:39.515 DEBGunit: freemap_route_ipv6initted freemap. size: 64 |
| 3209 | 2026-08-24T13:07:40.634Z | , Aug 24 13:07:39.516unit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 3210 | 2026-08-24T13:07:40.634Z | , unit: freemap_route_ipv6Aug 24 13:07:39.516 DEBG reset freemap, unitAug 24 13:07:39.509: |
| 3211 | 2026-08-24T13:07:40.634Z | Aug 24 13:07:39.516 DEBGfreemap_route_ipv6 |
| 3212 | 2026-08-24T13:07:40.634Z | DEBGcreated new freemap , Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO reset freemapreset freemapadding route 172.16.0.0/32 -> 10.0.0.1, |
| 3213 | 2026-08-24T13:07:40.634Z | , unitunitunit:::Aug 24 13:07:39.516 freemap_route_ipv6freemap_route_ipv6 |
| 3214 | 2026-08-24T13:07:40.634Z | |
| 3215 | 2026-08-24T13:07:40.635Z | DEBGfreemap_route_ipv4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3216 | 2026-08-24T13:07:40.635Z | |
| 3217 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516Aug 24 13:07:39.516 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3218 | 2026-08-24T13:07:40.635Z | |
| 3219 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 INFOAug 24 13:07:39.516 Aug 24 13:07:39.516adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3220 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516DEBGadding route 172.17.0.7/32 -> 10.0.0.255 created new freemap |
| 3221 | 2026-08-24T13:07:40.635Z | , DEBG unitAug 24 13:07:39.516: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG |
| 3222 | 2026-08-24T13:07:40.635Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:07:39.516 |
| 3223 | 2026-08-24T13:07:40.635Z | 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 } }] |
| 3224 | 2026-08-24T13:07:40.635Z | 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_ipv6 |
| 3225 | 2026-08-24T13:07:40.635Z | |
| 3226 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 172.16.0.0/32 -> 10.0.0.3DEBGAug 24 13:07:39.516 |
| 3227 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOINFO Aug 24 13:07:39.516adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3228 | 2026-08-24T13:07:40.635Z | |
| 3229 | 2026-08-24T13:07:40.635Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 24 13:07:39.516 |
| 3230 | 2026-08-24T13:07:40.635Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:07:39.516 |
| 3231 | 2026-08-24T13:07:40.635Z | DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3232 | 2026-08-24T13:07:40.635Z | initted freemap. size: 64, Aug 24 13:07:39.516unit Aug 24 13:07:39.516: 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.16.0.0/32 -> 10.0.0.4 |
| 3233 | 2026-08-24T13:07:40.635Z | |
| 3234 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3235 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 Aug 24 13:07:39.516INFO DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]freemap_route_ipv4 |
| 3236 | 2026-08-24T13:07:40.635Z | |
| 3237 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 |
| 3238 | 2026-08-24T13:07:40.635Z | DEBG Aug 24 13:07:39.516replacing 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 } }] |
| 3239 | 2026-08-24T13:07:40.635Z | DEBGAug 24 13:07:39.516 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 3240 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516reset freemap , INFOunit :adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3241 | 2026-08-24T13:07:40.635Z | freemap_route_ipv4 |
| 3242 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 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 } }] |
| 3243 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.515Aug 24 13:07:39.516 DEBGAug 24 13:07:39.516DEBG 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 |
| 3244 | 2026-08-24T13:07:40.635Z | initted freemap. size: 64 , adding route 172.17.0.3/32 -> 10.0.0.255unit |
| 3245 | 2026-08-24T13:07:40.635Z | : freemap_route_ipv6Aug 24 13:07:39.516 |
| 3246 | 2026-08-24T13:07:40.635Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3247 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 DEBG reset freemapAug 24 13:07:39.516Aug 24 13:07:39.516, DEBGunit 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 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 } }] |
| 3248 | 2026-08-24T13:07:40.635Z | freemap_route_ipv6 |
| 3249 | 2026-08-24T13:07:40.635Z | |
| 3250 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3251 | 2026-08-24T13:07:40.635Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3252 | 2026-08-24T13:07:40.635Z | Aug 24 13:07:39.516 Aug 24 13:07:39.516INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 24 13:07:39.516 |
| 3253 | 2026-08-24T13:07:40.635Z | 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 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 } }] |
| 3254 | 2026-08-24T13:07:40.636Z | |
| 3255 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 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 } }] |
| 3256 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.516INFO |
| 3257 | 2026-08-24T13:07:40.636Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 3258 | 2026-08-24T13:07:40.636Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3259 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.516 |
| 3260 | 2026-08-24T13:07:40.636Z | 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 } }] |
| 3261 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO 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 } }]Aug 24 13:07:39.516 |
| 3262 | 2026-08-24T13:07:40.636Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3263 | 2026-08-24T13:07:40.636Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 24 13:07:39.516 |
| 3264 | 2026-08-24T13:07:40.636Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3265 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBG |
| 3266 | 2026-08-24T13:07:40.636Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3267 | 2026-08-24T13:07:40.636Z | 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: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 } }] |
| 3268 | 2026-08-24T13:07:40.636Z | |
| 3269 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 3270 | 2026-08-24T13:07:40.636Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3271 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 INFOAug 24 13:07:39.516 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 3272 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 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 |
| 3273 | 2026-08-24T13:07:40.636Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3274 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516replacing 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 } }] |
| 3275 | 2026-08-24T13:07:40.636Z | 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 } }] |
| 3276 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 INFO Aug 24 13:07:39.516Aug 24 13:07:39.516 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 3277 | 2026-08-24T13:07:40.636Z | INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3278 | 2026-08-24T13:07:40.636Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3279 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.516 |
| 3280 | 2026-08-24T13:07:40.636Z | 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 } }] |
| 3281 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO Aug 24 13:07:39.516adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }] |
| 3282 | 2026-08-24T13:07:40.636Z | INFO |
| 3283 | 2026-08-24T13:07:40.636Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3284 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516 Aug 24 13:07:39.516DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3285 | 2026-08-24T13:07:40.636Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.516 |
| 3286 | 2026-08-24T13:07:40.636Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 24 13:07:39.516 |
| 3287 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3288 | 2026-08-24T13:07:40.636Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:07:39.516 |
| 3289 | 2026-08-24T13:07:40.636Z | DEBG Aug 24 13:07:39.516replacing 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 } }] |
| 3290 | 2026-08-24T13:07:40.636Z | 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 } }] |
| 3291 | 2026-08-24T13:07:40.636Z | Aug 24 13:07:39.516Aug 24 13:07:39.516 DEBGINFO Aug 24 13:07:39.516replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3292 | 2026-08-24T13:07:40.636Z | |
| 3293 | 2026-08-24T13:07:40.636Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3294 | 2026-08-24T13:07:40.637Z | Aug 24 13:07:39.516 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3295 | 2026-08-24T13:07:40.637Z | Aug 24 13:07:39.516 Aug 24 13:07:39.516DEBG Aug 24 13:07:39.516 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 24 13:07:39.516 Aug 24 13:07:39.516replacing 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 } }] |
| 3296 | 2026-08-24T13:07:40.637Z | DEBG created new freemap, DEBGAug 24 13:07:39.522unit Aug 24 13:07:39.516replacing 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: |
| 3297 | 2026-08-24T13:07:40.637Z | INFO freemap_route_ipv4 |
| 3298 | 2026-08-24T13:07:40.637Z | adding route 172.17.0.12/32 -> 10.0.0.255created new freemap |
| 3299 | 2026-08-24T13:07:40.637Z | , Aug 24 13:07:39.522unit Aug 24 13:07:39.522INFO: DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:07:39.522 |
| 3300 | 2026-08-24T13:07:40.637Z | freemap_route_ipv4 |
| 3301 | 2026-08-24T13:07:40.637Z | 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 } }]created new freemap |
| 3302 | 2026-08-24T13:07:40.637Z | , Aug 24 13:07:39.522unitAug 24 13:07:39.522 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 } }]freemap_route_ipv6DEBG |
| 3303 | 2026-08-24T13:07:40.637Z | Aug 24 13:07:39.522 |
| 3304 | 2026-08-24T13:07:40.637Z | INFOcreated new freemap , adding route 172.17.0.13/32 -> 10.0.0.255unit |
| 3305 | 2026-08-24T13:07:40.637Z | :Aug 24 13:07:39.522Aug 24 13:07:39.522 DEBGINFO initted freemap. size: 64Aug 24 13:07:39.522 adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG |
| 3306 | 2026-08-24T13:07:40.641Z | |
| 3307 | 2026-08-24T13:07:40.641Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3308 | 2026-08-24T13:07:40.641Z | unit:Aug 24 13:07:39.522 Aug 24 13:07:39.522DEBG initted freemap. size: 64freemap_route_ipv4, DEBG |
| 3309 | 2026-08-24T13:07:40.641Z | unit :Aug 24 13:07:39.522 INFOfreemap_route_ipv4 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3310 | 2026-08-24T13:07:40.641Z | |
| 3311 | 2026-08-24T13:07:40.641Z | |
| 3312 | 2026-08-24T13:07:40.641Z | Aug 24 13:07:39.522Aug 24 13:07:39.522 Aug 24 13:07:39.522 INFODEBGDEBG reset freemap , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunitreset freemapAug 24 13:07:39.522, |
| 3313 | 2026-08-24T13:07:40.641Z | : DEBGfreemap_route_ipv4 |
| 3314 | 2026-08-24T13:07:40.641Z | unitAug 24 13:07:39.522replacing 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 } }]: DEBGfreemap_route_ipv4 |
| 3315 | 2026-08-24T13:07:40.641Z | |
| 3316 | 2026-08-24T13:07:40.641Z | 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 } }] |
| 3317 | 2026-08-24T13:07:40.641Z | Aug 24 13:07:39.522Aug 24 13:07:39.522 Aug 24 13:07:39.522 DEBGDEBG Aug 24 13:07:39.522DEBGinitted freemap. size: 64 , INFOINFO unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255initted freemap. size: 64 |
| 3318 | 2026-08-24T13:07:40.641Z | |
| 3319 | 2026-08-24T13:07:40.641Z | :created new freemap, unitfreemap_route_ipv6Aug 24 13:07:39.522, |
| 3320 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522DEBG unit :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 } }] Aug 24 13:07:39.522 |
| 3321 | 2026-08-24T13:07:40.642Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4: |
| 3322 | 2026-08-24T13:07:40.642Z | freemap_route_ipv6 |
| 3323 | 2026-08-24T13:07:40.642Z | |
| 3324 | 2026-08-24T13:07:40.642Z | DEBG reset freemapAug 24 13:07:39.522, Aug 24 13:07:39.522unit INFO: Aug 24 13:07:39.522INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3325 | 2026-08-24T13:07:40.642Z | |
| 3326 | 2026-08-24T13:07:40.642Z | reset freemap |
| 3327 | 2026-08-24T13:07:40.642Z | , unit:Aug 24 13:07:39.522Aug 24 13:07:39.522 Aug 24 13:07:39.522DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3328 | 2026-08-24T13:07:40.642Z | created new freemapAug 24 13:07:39.522 freemap_route_ipv6 , DEBG |
| 3329 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522 unitINFO INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3330 | 2026-08-24T13:07:40.642Z | |
| 3331 | 2026-08-24T13:07:40.642Z | |
| 3332 | 2026-08-24T13:07:40.642Z | :Aug 24 13:07:39.522 Aug 24 13:07:39.522freemap_route_ipv6INFO Aug 24 13:07:39.522DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3333 | 2026-08-24T13:07:40.642Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3334 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522 |
| 3335 | 2026-08-24T13:07:40.642Z | INFO |
| 3336 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3337 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522 INFODEBG adding route 172.17.0.18/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 } }]Aug 24 13:07:39.522Aug 24 13:07:39.522Aug 24 13:07:39.522 |
| 3338 | 2026-08-24T13:07:40.642Z | DEBG |
| 3339 | 2026-08-24T13:07:40.642Z | DEBGINFO initted freemap. size: 64replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 3340 | 2026-08-24T13:07:40.642Z | unitAug 24 13:07:39.522: Aug 24 13:07:39.522 |
| 3341 | 2026-08-24T13:07:40.642Z | INFOfreemap_route_ipv4 DEBG |
| 3342 | 2026-08-24T13:07:40.642Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3343 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.522DEBG |
| 3344 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522INFOAug 24 13:07:39.522 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3345 | 2026-08-24T13:07:40.642Z | |
| 3346 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522 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 } }]DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:07:39.522 |
| 3347 | 2026-08-24T13:07:40.642Z | |
| 3348 | 2026-08-24T13:07:40.642Z | 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 } }] |
| 3349 | 2026-08-24T13:07:40.642Z | reset freemapAug 24 13:07:39.522 Aug 24 13:07:39.522, Aug 24 13:07:39.522INFO unitDEBG 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 } }] Aug 24 13:07:39.522 |
| 3350 | 2026-08-24T13:07:40.642Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3351 | 2026-08-24T13:07:40.642Z | |
| 3352 | 2026-08-24T13:07:40.642Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff: |
| 3353 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522freemap_route_ipv4 Aug 24 13:07:39.522Aug 24 13:07:39.522 |
| 3354 | 2026-08-24T13:07:40.642Z | INFODEBG Aug 24 13:07:39.522 DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3355 | 2026-08-24T13:07:40.642Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3356 | 2026-08-24T13:07:40.642Z | DEBG |
| 3357 | 2026-08-24T13:07:40.642Z | Aug 24 13:07:39.522 Aug 24 13:07:39.522replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] 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 } }] |
| 3358 | 2026-08-24T13:07:40.642Z | initted freemap. size: 64Aug 24 13:07:39.522Aug 24 13:07:39.522 INFOINFO |
| 3359 | 2026-08-24T13:07:40.643Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 24 13:07:39.522 |
| 3360 | 2026-08-24T13:07:40.643Z | , INFO |
| 3361 | 2026-08-24T13:07:40.643Z | adding route 172.17.0.21/32 -> 10.0.0.255unit |
| 3362 | 2026-08-24T13:07:40.643Z | : Aug 24 13:07:39.522 Aug 24 13:07:39.522DEBG Aug 24 13:07:39.522replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3363 | 2026-08-24T13:07:40.643Z | |
| 3364 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.522DEBG 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 } }] |
| 3365 | 2026-08-24T13:07:40.643Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.522 |
| 3366 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.522 INFO DEBGAug 24 13:07:39.522INFOAug 24 13:07:39.522 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3367 | 2026-08-24T13:07:40.643Z | replacing targets for 3fff:dead::/64 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 } }]reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3368 | 2026-08-24T13:07:40.643Z | |
| 3369 | 2026-08-24T13:07:40.643Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 24 13:07:39.522, Aug 24 13:07:39.522 |
| 3370 | 2026-08-24T13:07:40.643Z | DEBGWARN 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 } }]unit |
| 3371 | 2026-08-24T13:07:40.643Z | :shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 24 13:07:39.522 |
| 3372 | 2026-08-24T13:07:40.643Z | freemap_route_ipv6Aug 24 13:07:39.522 |
| 3373 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.522DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.522 |
| 3374 | 2026-08-24T13:07:40.643Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3375 | 2026-08-24T13:07:40.643Z | |
| 3376 | 2026-08-24T13:07:40.643Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3377 | 2026-08-24T13:07:40.643Z | INFO Aug 24 13:07:39.522adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:07:39.522 |
| 3378 | 2026-08-24T13:07:40.643Z | DEBG Aug 24 13:07:39.522replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 3379 | 2026-08-24T13:07:40.643Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 3380 | 2026-08-24T13:07:40.643Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.522 |
| 3381 | 2026-08-24T13:07:40.643Z | DEBGAug 24 13:07:39.522 Aug 24 13:07:39.522replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] WARNDEBG |
| 3382 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.522 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 } }] INFOAug 24 13:07:39.522 |
| 3383 | 2026-08-24T13:07:40.643Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3384 | 2026-08-24T13:07:40.643Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3385 | 2026-08-24T13:07:40.643Z | |
| 3386 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.523Aug 24 13:07:39.523 DEBGAug 24 13:07:39.523DEBG 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 |
| 3387 | 2026-08-24T13:07:40.643Z | adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3388 | 2026-08-24T13:07:40.643Z | |
| 3389 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.523 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3390 | 2026-08-24T13:07:40.643Z | Aug 24 13:07:39.516Aug 24 13:07:39.523Aug 24 13:07:39.523 DEBGAug 24 13:07:39.523INFO DEBGDEBG created new 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 } }]Aug 24 13:07:39.523 , |
| 3391 | 2026-08-24T13:07:40.643Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 3392 | 2026-08-24T13:07:40.643Z | |
| 3393 | 2026-08-24T13:07:40.643Z | unitAug 24 13:07:39.523 |
| 3394 | 2026-08-24T13:07:40.643Z | : freemap_route_ipv4Aug 24 13:07:39.523INFOAug 24 13:07:39.523 INFOINFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3395 | 2026-08-24T13:07:40.643Z | |
| 3396 | 2026-08-24T13:07:40.643Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3397 | 2026-08-24T13:07:40.643Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:07:39.523 |
| 3398 | 2026-08-24T13:07:40.643Z | DEBG Aug 24 13:07:39.523replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:07:39.523DEBG |
| 3399 | 2026-08-24T13:07:40.644Z | DEBG Aug 24 13:07:39.523 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 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 } }] |
| 3400 | 2026-08-24T13:07:40.644Z | Aug 24 13:07:39.523 DEBG Aug 24 13:07:39.523 DEBG created new freemapcreated new freemap, Aug 24 13:07:39.529, unitunitINFO: : freemap_route_ipv4 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3401 | 2026-08-24T13:07:40.644Z | |
| 3402 | 2026-08-24T13:07:40.644Z | Aug 24 13:07:39.529freemap_route_ipv4 |
| 3403 | 2026-08-24T13:07:40.644Z | INFOAug 24 13:07:39.529 Aug 24 13:07:39.529 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3404 | 2026-08-24T13:07:40.644Z | DEBG Aug 24 13:07:39.529created new freemap , DEBGunit 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 } }]created new freemap |
| 3405 | 2026-08-24T13:07:40.644Z | :Aug 24 13:07:39.529 , unitfreemap_route_ipv6: |
| 3406 | 2026-08-24T13:07:40.648Z | freemap_route_ipv6 |
| 3407 | 2026-08-24T13:07:40.648Z | DEBGAug 24 13:07:39.529 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:07:39.529INFO |
| 3408 | 2026-08-24T13:07:40.648Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 3409 | 2026-08-24T13:07:40.648Z | initted freemap. size: 64Aug 24 13:07:39.529, unitDEBG:Aug 24 13:07:39.529 Aug 24 13:07:39.529freemap_route_ipv4 |
| 3410 | 2026-08-24T13:07:40.648Z | 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 } }]initted freemap. size: 64 |
| 3411 | 2026-08-24T13:07:40.648Z | , 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:07:39.529Aug 24 13:07:39.529 INFOfreemap_route_ipv4DEBG |
| 3412 | 2026-08-24T13:07:40.648Z | reset freemapadding route 172.17.0.28/32 -> 10.0.0.255, |
| 3413 | 2026-08-24T13:07:40.648Z | unit |
| 3414 | 2026-08-24T13:07:40.648Z | Aug 24 13:07:39.529 :WARN freemap_route_ipv4shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 24 13:07:39.529 |
| 3415 | 2026-08-24T13:07:40.648Z | |
| 3416 | 2026-08-24T13:07:40.648Z | Aug 24 13:07:39.529DEBG DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.529 |
| 3417 | 2026-08-24T13:07:40.648Z | DEBGreset freemap , initted freemap. size: 64unit, :unit :freemap_route_ipv4Aug 24 13:07:39.529 freemap_route_ipv6 |
| 3418 | 2026-08-24T13:07:40.648Z | INFO |
| 3419 | 2026-08-24T13:07:40.648Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3420 | 2026-08-24T13:07:40.648Z | Aug 24 13:07:39.529 DEBGAug 24 13:07:39.529 Aug 24 13:07:39.529initted freemap. size: 64 , DEBGDEBGunit : reset freemapreplacing 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 } }] |
| 3421 | 2026-08-24T13:07:40.648Z | freemap_route_ipv6, |
| 3422 | 2026-08-24T13:07:40.648Z | unit:Aug 24 13:07:39.529 freemap_route_ipv6INFO |
| 3423 | 2026-08-24T13:07:40.648Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3424 | 2026-08-24T13:07:40.648Z | |
| 3425 | 2026-08-24T13:07:40.648Z | Aug 24 13:07:39.529Aug 24 13:07:39.529 Aug 24 13:07:39.529DEBG INFOAug 24 13:07:39.529 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 3426 | 2026-08-24T13:07:40.648Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 3427 | 2026-08-24T13:07:40.648Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff, |
| 3428 | 2026-08-24T13:07:40.648Z | unit:Aug 24 13:07:39.529 Aug 24 13:07:39.529freemap_route_ipv6 |
| 3429 | 2026-08-24T13:07:40.648Z | INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3430 | 2026-08-24T13:07:40.648Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:07:39.529Aug 24 13:07:39.529 |
| 3431 | 2026-08-24T13:07:40.649Z | DEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3432 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOAug 24 13:07:39.529 |
| 3433 | 2026-08-24T13:07:40.649Z | DEBGAug 24 13:07:39.529adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 3434 | 2026-08-24T13:07:40.649Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3435 | 2026-08-24T13:07:40.649Z | |
| 3436 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529Aug 24 13:07:39.529Aug 24 13:07:39.529 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 172.17.0.32/32 -> 10.0.0.255 |
| 3437 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529DEBG |
| 3438 | 2026-08-24T13:07:40.649Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3439 | 2026-08-24T13:07:40.649Z | DEBGAug 24 13:07:39.529 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 24 13:07:39.529 |
| 3440 | 2026-08-24T13:07:40.649Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 24 13:07:39.529 |
| 3441 | 2026-08-24T13:07:40.649Z | 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:3, 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 } }] |
| 3442 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529Aug 24 13:07:39.529 DEBG INFO |
| 3443 | 2026-08-24T13:07:40.649Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3444 | 2026-08-24T13:07:40.649Z | |
| 3445 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3446 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529Aug 24 13:07:39.529 Aug 24 13:07:39.529INFO DEBGDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3447 | 2026-08-24T13:07:40.649Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3448 | 2026-08-24T13:07:40.649Z | 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 } }] |
| 3449 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.523Aug 24 13:07:39.529Aug 24 13:07:39.529 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3450 | 2026-08-24T13:07:40.649Z | created new freemap Aug 24 13:07:39.529, unitreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 3451 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529 adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6 |
| 3452 | 2026-08-24T13:07:40.649Z | |
| 3453 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529DEBG INFOAug 24 13:07:39.529 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:8::/64 -> 2001:db8::55:ffDEBG |
| 3454 | 2026-08-24T13:07:40.649Z | |
| 3455 | 2026-08-24T13:07:40.649Z | 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 } }]Aug 24 13:07:39.529 |
| 3456 | 2026-08-24T13:07:40.649Z | DEBGAug 24 13:07:39.529 initted freemap. size: 64INFO, Aug 24 13:07:39.529Aug 24 13:07:39.529 adding route 3fff:dead::/64 -> 2001:db8::55:4unit INFO |
| 3457 | 2026-08-24T13:07:40.649Z | DEBG :adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3458 | 2026-08-24T13:07:40.649Z | 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 |
| 3459 | 2026-08-24T13:07:40.649Z | |
| 3460 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529 Aug 24 13:07:39.529DEBG 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 } }] |
| 3461 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529 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 } }] Aug 24 13:07:39.529 reset freemapAug 24 13:07:39.529, INFOunitreplacing 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 } }]: |
| 3462 | 2026-08-24T13:07:40.649Z | INFOfreemap_route_ipv4 |
| 3463 | 2026-08-24T13:07:40.649Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255 |
| 3464 | 2026-08-24T13:07:40.649Z | |
| 3465 | 2026-08-24T13:07:40.649Z | |
| 3466 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529Aug 24 13:07:39.529 Aug 24 13:07:39.529 INFO DEBGAug 24 13:07:39.529adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3467 | 2026-08-24T13:07:40.649Z | initted freemap. size: 64DEBG , 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 } }] |
| 3468 | 2026-08-24T13:07:40.649Z | DEBGunit : replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.529Aug 24 13:07:39.529 |
| 3469 | 2026-08-24T13:07:40.649Z | freemap_route_ipv6DEBG |
| 3470 | 2026-08-24T13:07:40.649Z | Aug 24 13:07:39.529 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 24 13:07:39.529Aug 24 13:07:39.529DEBG |
| 3471 | 2026-08-24T13:07:40.649Z | 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 } }] INFOreset freemap adding route 172.17.0.37/32 -> 10.0.0.255, |
| 3472 | 2026-08-24T13:07:40.650Z | unitadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3473 | 2026-08-24T13:07:40.650Z | : |
| 3474 | 2026-08-24T13:07:40.650Z | freemap_route_ipv6 |
| 3475 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529Aug 24 13:07:39.529 INFODEBGAug 24 13:07:39.529 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3476 | 2026-08-24T13:07:40.650Z | DEBG |
| 3477 | 2026-08-24T13:07:40.650Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.529 |
| 3478 | 2026-08-24T13:07:40.650Z | INFO Aug 24 13:07:39.529adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:07:39.529 |
| 3479 | 2026-08-24T13:07:40.650Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3480 | 2026-08-24T13:07:40.650Z | DEBGAug 24 13:07:39.529INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3481 | 2026-08-24T13:07:40.650Z | |
| 3482 | 2026-08-24T13:07:40.650Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 24 13:07:39.529 |
| 3483 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529 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 } }]Aug 24 13:07:39.529 |
| 3484 | 2026-08-24T13:07:40.650Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 24 13:07:39.529 |
| 3485 | 2026-08-24T13:07:40.650Z | 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 } }] |
| 3486 | 2026-08-24T13:07:40.650Z | DEBG Aug 24 13:07:39.529replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.529 |
| 3487 | 2026-08-24T13:07:40.650Z | test route::tests::same_size_non_subset_replace ... ok |
| 3488 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529DEBG INFOINFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.529adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3489 | 2026-08-24T13:07:40.650Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3490 | 2026-08-24T13:07:40.650Z | |
| 3491 | 2026-08-24T13:07:40.650Z | |
| 3492 | 2026-08-24T13:07:40.650Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 24 13:07:39.529 |
| 3493 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3494 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529 Aug 24 13:07:39.529adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3495 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529DEBG 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 } }] Aug 24 13:07:39.529replacing 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:d::/64 -> 2001:db8::55:ff |
| 3496 | 2026-08-24T13:07:40.650Z | |
| 3497 | 2026-08-24T13:07:40.650Z | |
| 3498 | 2026-08-24T13:07:40.650Z | 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 } }] |
| 3499 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529 DEBGAug 24 13:07:39.529 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.529 |
| 3500 | 2026-08-24T13:07:40.650Z | INFO INFOAug 24 13:07:39.529 INFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:07:39.529 adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3501 | 2026-08-24T13:07:40.650Z | |
| 3502 | 2026-08-24T13:07:40.650Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3503 | 2026-08-24T13:07:40.650Z | |
| 3504 | 2026-08-24T13:07:40.650Z | Aug 24 13:07:39.529 DEBG Aug 24 13:07:39.529replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:07:39.529 |
| 3505 | 2026-08-24T13:07:40.650Z | 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 } }]Aug 24 13:07:39.529DEBG |
| 3506 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.529DEBG 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 } }] |
| 3507 | 2026-08-24T13:07:40.655Z | adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 3508 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.530Aug 24 13:07:39.535Aug 24 13:07:39.530 DEBG Aug 24 13:07:39.530 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGDEBG |
| 3509 | 2026-08-24T13:07:40.655Z | created new freemap DEBG, created new freemapAug 24 13:07:39.535 , unitcreated new freemap:, unitfreemap_route_ipv4: |
| 3510 | 2026-08-24T13:07:40.655Z | unit : freemap_route_ipv4freemap_route_ipv4 |
| 3511 | 2026-08-24T13:07:40.655Z | |
| 3512 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536 DEBG created new freemap |
| 3513 | 2026-08-24T13:07:40.655Z | , unitAug 24 13:07:39.536Aug 24 13:07:39.536: Aug 24 13:07:39.536 DEBG freemap_route_ipv6INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3514 | 2026-08-24T13:07:40.655Z | |
| 3515 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536created new freemap , unitINFO: Aug 24 13:07:39.536adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:07:39.536 created new freemapDEBG |
| 3516 | 2026-08-24T13:07:40.655Z | freemap_route_ipv6initted freemap. size: 64 |
| 3517 | 2026-08-24T13:07:40.655Z | , unit: DEBG, freemap_route_ipv4Aug 24 13:07:39.536Aug 24 13:07:39.536 DEBG |
| 3518 | 2026-08-24T13:07:40.655Z | 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 } }] |
| 3519 | 2026-08-24T13:07:40.655Z | unitinitted freemap. size: 64DEBG Aug 24 13:07:39.536:, 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 } }] unit |
| 3520 | 2026-08-24T13:07:40.655Z | freemap_route_ipv6Aug 24 13:07:39.536DEBG :INFO Aug 24 13:07:39.536 adding route 172.17.0.42/32 -> 10.0.0.255reset freemap , |
| 3521 | 2026-08-24T13:07:40.655Z | unitDEBG :freemap_route_ipv4failed to allocate space for the new target list |
| 3522 | 2026-08-24T13:07:40.655Z | |
| 3523 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536 freemap_route_ipv4 |
| 3524 | 2026-08-24T13:07:40.655Z | DEBG |
| 3525 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 24 13:07:39.536replacing targets for 3fff:dead::/64 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 } }] |
| 3526 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536DEBGAug 24 13:07:39.536 |
| 3527 | 2026-08-24T13:07:40.655Z | initted freemap. size: 64 DEBG, unit :reset freemap , unitfreemap_route_ipv6:DEBG Aug 24 13:07:39.536 |
| 3528 | 2026-08-24T13:07:40.655Z | freemap_route_ipv4 INFO |
| 3529 | 2026-08-24T13:07:40.655Z | adding route 172.17.0.43/32 -> 10.0.0.255initted freemap. size: 64Aug 24 13:07:39.536, unit : |
| 3530 | 2026-08-24T13:07:40.655Z | DEBGAug 24 13:07:39.536 freemap_route_ipv4DEBG |
| 3531 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536reset freemap DEBG, unitreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.536: |
| 3532 | 2026-08-24T13:07:40.655Z | initted freemap. size: 64DEBG, unitreset freemap :freemap_route_ipv6 |
| 3533 | 2026-08-24T13:07:40.655Z | freemap_route_ipv6Aug 24 13:07:39.536 |
| 3534 | 2026-08-24T13:07:40.655Z | , INFOunitAug 24 13:07:39.536 : adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 3535 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3536 | 2026-08-24T13:07:40.655Z | |
| 3537 | 2026-08-24T13:07:40.655Z | DEBGAug 24 13:07:39.536 reset freemapAug 24 13:07:39.536, unitDEBG: initted freemap. size: 64DEBG |
| 3538 | 2026-08-24T13:07:40.655Z | Aug 24 13:07:39.536freemap_route_ipv6 , unitDEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3539 | 2026-08-24T13:07:40.655Z | |
| 3540 | 2026-08-24T13:07:40.656Z | freemap_route_ipv6 |
| 3541 | 2026-08-24T13:07:40.656Z | |
| 3542 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536Aug 24 13:07:39.536 Aug 24 13:07:39.536 INFOINFOAug 24 13:07:39.536 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOAug 24 13:07:39.536adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3543 | 2026-08-24T13:07:40.656Z | DEBG |
| 3544 | 2026-08-24T13:07:40.656Z | reset freemapINFO, adding route 172.17.0.45/32 -> 10.0.0.255Aug 24 13:07:39.536 |
| 3545 | 2026-08-24T13:07:40.656Z | unitDEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:07:39.536Aug 24 13:07:39.536 |
| 3546 | 2026-08-24T13:07:40.656Z | DEBG |
| 3547 | 2026-08-24T13:07:40.656Z | freemap_route_ipv6 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.536DEBG |
| 3548 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536 INFO DEBG |
| 3549 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3550 | 2026-08-24T13:07:40.656Z | INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3551 | 2026-08-24T13:07:40.656Z | adding route 3fff:beef:10::/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 } }]Aug 24 13:07:39.536 |
| 3552 | 2026-08-24T13:07:40.656Z | |
| 3553 | 2026-08-24T13:07:40.656Z | 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 } }] |
| 3554 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536Aug 24 13:07:39.536Aug 24 13:07:39.536 INFO 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 172.16.0.0/32 -> 10.0.0.2Aug 24 13:07:39.536 |
| 3555 | 2026-08-24T13:07:40.656Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:07:39.536 |
| 3556 | 2026-08-24T13:07:40.656Z | INFO |
| 3557 | 2026-08-24T13:07:40.656Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 24 13:07:39.536adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3558 | 2026-08-24T13:07:40.656Z | |
| 3559 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536 Aug 24 13:07:39.536DEBG Aug 24 13:07:39.536INFOAug 24 13:07:39.536 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGDEBG |
| 3560 | 2026-08-24T13:07:40.656Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3561 | 2026-08-24T13:07:40.656Z | DEBGAug 24 13:07:39.536 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3562 | 2026-08-24T13:07:40.656Z | |
| 3563 | 2026-08-24T13:07:40.656Z | DEBGAug 24 13:07:39.536 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3564 | 2026-08-24T13:07:40.656Z | 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.16.0.0/32 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 } }]Aug 24 13:07:39.536 |
| 3565 | 2026-08-24T13:07:40.656Z | |
| 3566 | 2026-08-24T13:07:40.656Z | DEBG Aug 24 13:07:39.536replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 3567 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3568 | 2026-08-24T13:07:40.656Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3569 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3570 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536 Aug 24 13:07:39.536DEBG 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 } }] |
| 3571 | 2026-08-24T13:07:40.656Z | 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 } }] |
| 3572 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.529Aug 24 13:07:39.536 Aug 24 13:07:39.536 INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 3573 | 2026-08-24T13:07:40.656Z | adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 3574 | 2026-08-24T13:07:40.656Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3575 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536Aug 24 13:07:39.536 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 3576 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536 |
| 3577 | 2026-08-24T13:07:40.656Z | 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 } }]Aug 24 13:07:39.536 |
| 3578 | 2026-08-24T13:07:40.656Z | Aug 24 13:07:39.536 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 24 13:07:39.536replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3579 | 2026-08-24T13:07:40.656Z | |
| 3580 | 2026-08-24T13:07:40.657Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3581 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536 DEBGAug 24 13:07:39.536 Aug 24 13:07:39.536replacing 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 } }] |
| 3582 | 2026-08-24T13:07:40.657Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3583 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536INFO Aug 24 13:07:39.536INFO DEBG adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3584 | 2026-08-24T13:07:40.657Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3585 | 2026-08-24T13:07:40.657Z | |
| 3586 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536 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 } }] |
| 3587 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536Aug 24 13:07:39.536Aug 24 13:07:39.536 INFOINFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3588 | 2026-08-24T13:07:40.657Z | |
| 3589 | 2026-08-24T13:07:40.657Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:07:39.536 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 } }] |
| 3590 | 2026-08-24T13:07:40.657Z | |
| 3591 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536Aug 24 13:07:39.536 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 24 13:07:39.536 |
| 3592 | 2026-08-24T13:07:40.657Z | |
| 3593 | 2026-08-24T13:07:40.657Z | DEBGAug 24 13:07:39.536 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 } }] |
| 3594 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536Aug 24 13:07:39.536 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3595 | 2026-08-24T13:07:40.657Z | |
| 3596 | 2026-08-24T13:07:40.657Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3597 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536 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 } }] |
| 3598 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536 Aug 24 13:07:39.536DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3599 | 2026-08-24T13:07:40.657Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3600 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536 Aug 24 13:07:39.536DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3601 | 2026-08-24T13:07:40.657Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3602 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536Aug 24 13:07:39.536 DEBG 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 } }] |
| 3603 | 2026-08-24T13:07:40.657Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3604 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536 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 } }]Aug 24 13:07:39.536 |
| 3605 | 2026-08-24T13:07:40.657Z | Aug 24 13:07:39.536INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3606 | 2026-08-24T13:07:40.661Z | Aug 24 13:07:39.536replacing 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 } }] |
| 3607 | 2026-08-24T13:07:40.661Z | INFO Aug 24 13:07:39.536adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3608 | 2026-08-24T13:07:40.661Z | 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 } }] |
| 3609 | 2026-08-24T13:07:40.661Z | Aug 24 13:07:39.536 DEBG Aug 24 13:07:39.536Aug 24 13:07:39.536 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 } }] |
| 3610 | 2026-08-24T13:07:40.661Z | adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 3611 | 2026-08-24T13:07:40.661Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3612 | 2026-08-24T13:07:40.661Z | Aug 24 13:07:39.536 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 24 13:07:39.536 |
| 3613 | 2026-08-24T13:07:40.661Z | 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 } }] |
| 3614 | 2026-08-24T13:07:40.661Z | Aug 24 13:07:39.536Aug 24 13:07:39.536 DEBGDEBG Aug 24 13:07:39.536 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3615 | 2026-08-24T13:07:40.661Z | 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 } }] |
| 3616 | 2026-08-24T13:07:40.661Z | Aug 24 13:07:39.537 Aug 24 13:07:39.542 Aug 24 13:07:39.542DEBGDEBG created new freemap 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 |
| 3617 | 2026-08-24T13:07:40.662Z | unit : adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv4 |
| 3618 | 2026-08-24T13:07:40.662Z | |
| 3619 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542 INFOAug 24 13:07:39.542 DEBGAug 24 13:07:39.536 Aug 24 13:07:39.542adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3620 | 2026-08-24T13:07:40.662Z | DEBGDEBG created new freemapreplacing 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 } }], unitcreated new freemapAug 24 13:07:39.542:, INFO freemap_route_ipv6DEBGunit :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 } }] |
| 3621 | 2026-08-24T13:07:40.662Z | |
| 3622 | 2026-08-24T13:07:40.662Z | freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3623 | 2026-08-24T13:07:40.662Z | |
| 3624 | 2026-08-24T13:07:40.662Z | |
| 3625 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542 INFO Aug 24 13:07:39.542adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:07:39.542Aug 24 13:07:39.542 |
| 3626 | 2026-08-24T13:07:40.662Z | DEBG Aug 24 13:07:39.542 DEBGAug 24 13:07:39.542DEBG created new freemap DEBGinitted freemap. size: 64 , 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.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 } }]unit |
| 3627 | 2026-08-24T13:07:40.662Z | |
| 3628 | 2026-08-24T13:07:40.662Z | , :unit: freemap_route_ipv4Aug 24 13:07:39.542 |
| 3629 | 2026-08-24T13:07:40.662Z | freemap_route_ipv6 Aug 24 13:07:39.542 |
| 3630 | 2026-08-24T13:07:40.662Z | INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:07:39.542INFO |
| 3631 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542 adding route 172.17.0.1/32 -> 10.0.0.255DEBG DEBG |
| 3632 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542adding route 172.17.0.53/32 -> 10.0.0.255 DEBGreset freemap , 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 } }]unitinitted freemap. size: 64 |
| 3633 | 2026-08-24T13:07:40.662Z | :, |
| 3634 | 2026-08-24T13:07:40.662Z | freemap_route_ipv4 |
| 3635 | 2026-08-24T13:07:40.662Z | unitAug 24 13:07:39.542: INFOAug 24 13:07:39.542 freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3636 | 2026-08-24T13:07:40.662Z | |
| 3637 | 2026-08-24T13:07:40.662Z | DEBGAug 24 13:07:39.542 initted freemap. size: 64 , DEBGAug 24 13:07:39.542Aug 24 13:07:39.542 Aug 24 13:07:39.542DEBGunit : 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 } }]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 |
| 3638 | 2026-08-24T13:07:40.662Z | freemap_route_ipv6 |
| 3639 | 2026-08-24T13:07:40.662Z | 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 } }] |
| 3640 | 2026-08-24T13:07:40.662Z | reset freemapAug 24 13:07:39.542, Aug 24 13:07:39.542 unit |
| 3641 | 2026-08-24T13:07:40.662Z | INFO Aug 24 13:07:39.542DEBG adding route 172.17.0.29/32 -> 10.0.0.255 reset freemapINFO |
| 3642 | 2026-08-24T13:07:40.662Z | , unitadding route 172.17.0.2/32 -> 10.0.0.255:: |
| 3643 | 2026-08-24T13:07:40.662Z | freemap_route_ipv6Aug 24 13:07:39.542freemap_route_ipv4 |
| 3644 | 2026-08-24T13:07:40.662Z | DEBGAug 24 13:07:39.542 |
| 3645 | 2026-08-24T13:07:40.662Z | 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 } }] |
| 3646 | 2026-08-24T13:07:40.662Z | DEBGAug 24 13:07:39.542 Aug 24 13:07:39.542Aug 24 13:07:39.542 Aug 24 13:07:39.542 DEBGINFOINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64adding route 172.17.0.30/32 -> 10.0.0.255, |
| 3647 | 2026-08-24T13:07:40.662Z | unit |
| 3648 | 2026-08-24T13:07:40.662Z | :adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3649 | 2026-08-24T13:07:40.662Z | INFOfreemap_route_ipv6Aug 24 13:07:39.542 |
| 3650 | 2026-08-24T13:07:40.662Z | 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 } }] |
| 3651 | 2026-08-24T13:07:40.662Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 24 13:07:39.542 |
| 3652 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542DEBG DEBGreset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], |
| 3653 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542Aug 24 13:07:39.542unit INFOAug 24 13:07:39.542 :adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 3654 | 2026-08-24T13:07:40.662Z | Aug 24 13:07:39.542 adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv6INFO |
| 3655 | 2026-08-24T13:07:40.662Z | |
| 3656 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.542 DEBGDEBGAug 24 13:07:39.542 Aug 24 13:07:39.542replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3657 | 2026-08-24T13:07:40.663Z | |
| 3658 | 2026-08-24T13:07:40.663Z | INFODEBG 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.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 } }] |
| 3659 | 2026-08-24T13:07:40.663Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:07:39.542Aug 24 13:07:39.542 |
| 3660 | 2026-08-24T13:07:40.663Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 3661 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.542 |
| 3662 | 2026-08-24T13:07:40.663Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3663 | 2026-08-24T13:07:40.663Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3664 | 2026-08-24T13:07:40.663Z | DEBG Aug 24 13:07:39.542replacing 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 } }] |
| 3665 | 2026-08-24T13:07:40.663Z | DEBGAug 24 13:07:39.542 INFOAug 24 13:07:39.542replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.542 |
| 3666 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.542 INFOINFO INFOAug 24 13:07:39.542adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.4/32 -> 10.0.0.255 INFO |
| 3667 | 2026-08-24T13:07:40.663Z | |
| 3668 | 2026-08-24T13:07:40.663Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3669 | 2026-08-24T13:07:40.663Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3670 | 2026-08-24T13:07:40.663Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:07:39.542Aug 24 13:07:39.542Aug 24 13:07:39.542 |
| 3671 | 2026-08-24T13:07:40.663Z | DEBG Aug 24 13:07:39.542 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 } }]DEBG |
| 3672 | 2026-08-24T13:07:40.663Z | 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 } }] |
| 3673 | 2026-08-24T13:07:40.663Z | 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 } }] |
| 3674 | 2026-08-24T13:07:40.663Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.542Aug 24 13:07:39.542 INFO |
| 3675 | 2026-08-24T13:07:40.663Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:07:39.542 |
| 3676 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3677 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549replacing 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 } }] |
| 3678 | 2026-08-24T13:07:40.663Z | INFOAug 24 13:07:39.549 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3679 | 2026-08-24T13:07:40.663Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:07:39.542 |
| 3680 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3681 | 2026-08-24T13:07:40.663Z | |
| 3682 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549 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 } }] |
| 3683 | 2026-08-24T13:07:40.663Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 Aug 24 13:07:39.549DEBG Aug 24 13:07:39.549 |
| 3684 | 2026-08-24T13:07:40.663Z | 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 } }]Aug 24 13:07:39.549INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3685 | 2026-08-24T13:07:40.663Z | |
| 3686 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549 INFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255INFOAug 24 13:07:39.549 |
| 3687 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549 INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3688 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549 |
| 3689 | 2026-08-24T13:07:40.663Z | replacing targets for 172.16.0.0/32 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 } }] |
| 3690 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549DEBG DEBGAug 24 13:07:39.549replacing 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 } }] |
| 3691 | 2026-08-24T13:07:40.663Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 3692 | 2026-08-24T13:07:40.663Z | 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 } }] |
| 3693 | 2026-08-24T13:07:40.663Z | Aug 24 13:07:39.549 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3694 | 2026-08-24T13:07:40.664Z | Aug 24 13:07:39.549 |
| 3695 | 2026-08-24T13:07:40.664Z | Aug 24 13:07:39.549 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3696 | 2026-08-24T13:07:40.664Z | INFOAug 24 13:07:39.549Aug 24 13:07:39.549 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3697 | 2026-08-24T13:07:40.664Z | DEBGDEBG Aug 24 13:07:39.549replacing 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.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 } }] |
| 3698 | 2026-08-24T13:07:40.664Z | |
| 3699 | 2026-08-24T13:07:40.664Z | DEBGAug 24 13:07:39.549 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 |
| 3700 | 2026-08-24T13:07:40.664Z | DEBGINFO adding route 172.17.0.38/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 } }] |
| 3701 | 2026-08-24T13:07:40.664Z | Aug 24 13:07:39.549 |
| 3702 | 2026-08-24T13:07:40.664Z | INFOAug 24 13:07:39.549Aug 24 13:07:39.549 DEBGAug 24 13:07:39.549 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3703 | 2026-08-24T13:07:40.664Z | adding route 172.17.0.57/32 -> 10.0.0.255INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3704 | 2026-08-24T13:07:40.664Z | Aug 24 13:07:39.549 |
| 3705 | 2026-08-24T13:07:40.664Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3706 | 2026-08-24T13:07:40.668Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3707 | 2026-08-24T13:07:40.668Z | Aug 24 13:07:39.549 Aug 24 13:07:39.549DEBGAug 24 13:07:39.549 Aug 24 13:07:39.549 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 |
| 3708 | 2026-08-24T13:07:40.668Z | 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 |
| 3709 | 2026-08-24T13:07:40.668Z | 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 } }] Aug 24 13:07:39.549 |
| 3710 | 2026-08-24T13:07:40.668Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549INFO |
| 3711 | 2026-08-24T13:07:40.668Z | adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 3712 | 2026-08-24T13:07:40.668Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3713 | 2026-08-24T13:07:40.668Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549 INFODEBG 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 } }] |
| 3714 | 2026-08-24T13:07:40.668Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 |
| 3715 | 2026-08-24T13:07:40.668Z | adding route 172.17.0.9/32 -> 10.0.0.255 INFO |
| 3716 | 2026-08-24T13:07:40.668Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 3717 | 2026-08-24T13:07:40.668Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 3718 | 2026-08-24T13:07:40.668Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3719 | 2026-08-24T13:07:40.668Z | Aug 24 13:07:39.549 DEBGAug 24 13:07:39.549 Aug 24 13:07:39.549 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3720 | 2026-08-24T13:07:40.668Z | |
| 3721 | 2026-08-24T13:07:40.668Z | 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 } }] |
| 3722 | 2026-08-24T13:07:40.668Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 24 13:07:39.549 |
| 3723 | 2026-08-24T13:07:40.668Z | INFO INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3724 | 2026-08-24T13:07:40.668Z | Aug 24 13:07:39.549adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3725 | 2026-08-24T13:07:40.668Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 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 } }] |
| 3726 | 2026-08-24T13:07:40.669Z | |
| 3727 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 INFODEBG Aug 24 13:07:39.549 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 |
| 3728 | 2026-08-24T13:07:40.669Z | adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:07:39.549 |
| 3729 | 2026-08-24T13:07:40.669Z | |
| 3730 | 2026-08-24T13:07:40.669Z | DEBG Aug 24 13:07:39.549replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.549INFO |
| 3731 | 2026-08-24T13:07:40.669Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3732 | 2026-08-24T13:07:40.669Z | |
| 3733 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549Aug 24 13:07:39.549Aug 24 13:07:39.549 INFO DEBGINFOAug 24 13:07:39.549 adding route 172.17.0.44/32 -> 10.0.0.255DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 3734 | 2026-08-24T13:07:40.669Z | 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 } }] |
| 3735 | 2026-08-24T13:07:40.669Z | 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 } }] |
| 3736 | 2026-08-24T13:07:40.669Z | |
| 3737 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549Aug 24 13:07:39.549 |
| 3738 | 2026-08-24T13:07:40.669Z | DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549Aug 24 13:07:39.549 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 3739 | 2026-08-24T13:07:40.669Z | |
| 3740 | 2026-08-24T13:07:40.669Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3741 | 2026-08-24T13:07:40.669Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3742 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 INFODEBG Aug 24 13:07:39.549 adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 |
| 3743 | 2026-08-24T13:07:40.669Z | DEBG |
| 3744 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3745 | 2026-08-24T13:07:40.669Z | DEBGAug 24 13:07:39.549 INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3746 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3747 | 2026-08-24T13:07:40.669Z | INFO |
| 3748 | 2026-08-24T13:07:40.669Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3749 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549DEBGINFO 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 |
| 3750 | 2026-08-24T13:07:40.669Z | 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.13/32 -> 10.0.0.255 |
| 3751 | 2026-08-24T13:07:40.669Z | |
| 3752 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549Aug 24 13:07:39.549 Aug 24 13:07:39.549INFO INFODEBG adding route 172.17.0.8/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 } }]Aug 24 13:07:39.549 |
| 3753 | 2026-08-24T13:07:40.669Z | INFO |
| 3754 | 2026-08-24T13:07:40.669Z | adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3755 | 2026-08-24T13:07:40.669Z | |
| 3756 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549 Aug 24 13:07:39.549DEBGAug 24 13:07:39.549 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 Aug 24 13:07:39.549 |
| 3757 | 2026-08-24T13:07:40.669Z | 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 |
| 3758 | 2026-08-24T13:07:40.669Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3759 | 2026-08-24T13:07:40.669Z | DEBGAug 24 13:07:39.549Aug 24 13:07:39.549 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3760 | 2026-08-24T13:07:40.669Z | 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 } }] |
| 3761 | 2026-08-24T13:07:40.669Z | |
| 3762 | 2026-08-24T13:07:40.669Z | Aug 24 13:07:39.549Aug 24 13:07:39.549Aug 24 13:07:39.549 DEBGAug 24 13:07:39.549DEBG 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.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 } }] |
| 3763 | 2026-08-24T13:07:40.669Z | test route::tests::add_target_fails_full ... ok |
| 3764 | 2026-08-24T13:07:40.669Z | |
| 3765 | 2026-08-24T13:07:40.669Z | INFO 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.62/32 -> 10.0.0.255 |
| 3766 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549 |
| 3767 | 2026-08-24T13:07:40.670Z | INFO Aug 24 13:07:39.549adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3768 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549INFO adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3769 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3770 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549 Aug 24 13:07:39.549replacing 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 } }] |
| 3771 | 2026-08-24T13:07:40.670Z | DEBG 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 } }] |
| 3772 | 2026-08-24T13:07:40.670Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:07:39.549 |
| 3773 | 2026-08-24T13:07:40.670Z | test route::tests::delete_target_full ... ok |
| 3774 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549INFO adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 24 13:07:39.549 |
| 3775 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3776 | 2026-08-24T13:07:40.670Z | DEBG INFO Aug 24 13:07:39.549 Aug 24 13:07:39.549 DEBGDEBG 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.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3777 | 2026-08-24T13:07:40.670Z | |
| 3778 | 2026-08-24T13:07:40.670Z | |
| 3779 | 2026-08-24T13:07:40.670Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3780 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549 Aug 24 13:07:39.549INFOAug 24 13:07:39.549 adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 3781 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549 DEBG INFOreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.549 DEBGadding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3782 | 2026-08-24T13:07:40.670Z | 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 } }] |
| 3783 | 2026-08-24T13:07:40.670Z | |
| 3784 | 2026-08-24T13:07:40.670Z | |
| 3785 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549Aug 24 13:07:39.549Aug 24 13:07:39.549 DEBG INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 3786 | 2026-08-24T13:07:40.670Z | |
| 3787 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.549replacing 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 } }] DEBGAug 24 13:07:39.549 failed to allocate space for the new target listAug 24 13:07:39.549 |
| 3788 | 2026-08-24T13:07:40.670Z | INFODEBG |
| 3789 | 2026-08-24T13:07:40.670Z | 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 } }] |
| 3790 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.556adding route 172.17.0.13/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3791 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.556 INFO Aug 24 13:07:39.556DEBG 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 } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3792 | 2026-08-24T13:07:40.670Z | |
| 3793 | 2026-08-24T13:07:40.670Z | 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 } }] |
| 3794 | 2026-08-24T13:07:40.670Z | |
| 3795 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3796 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.556Aug 24 13:07:39.556adding route 172.17.0.14/32 -> 10.0.0.255 INFO |
| 3797 | 2026-08-24T13:07:40.670Z | DEBGAug 24 13:07:39.556 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3798 | 2026-08-24T13:07:40.670Z | failed to allocate space for the new target list Aug 24 13:07:39.556INFO |
| 3799 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.556adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3800 | 2026-08-24T13:07:40.670Z | DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3801 | 2026-08-24T13:07:40.670Z | 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 } }] |
| 3802 | 2026-08-24T13:07:40.670Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556DEBG Aug 24 13:07:39.556INFO 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 } }]INFO |
| 3803 | 2026-08-24T13:07:40.670Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 3804 | 2026-08-24T13:07:40.670Z | |
| 3805 | 2026-08-24T13:07:40.671Z | Aug 24 13:07:39.556 INFOAug 24 13:07:39.556 adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3806 | 2026-08-24T13:07:40.675Z | DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3807 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556 |
| 3808 | 2026-08-24T13:07:40.675Z | 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 } }] |
| 3809 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556 INFOAug 24 13:07:39.556 Aug 24 13:07:39.556adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 3810 | 2026-08-24T13:07:40.675Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3811 | 2026-08-24T13:07:40.675Z | |
| 3812 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556 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 } }]Aug 24 13:07:39.556 |
| 3813 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556DEBG 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 |
| 3814 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556replacing 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 } }] |
| 3815 | 2026-08-24T13:07:40.675Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 24 13:07:39.556 |
| 3816 | 2026-08-24T13:07:40.675Z | INFOAug 24 13:07:39.556 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 3817 | 2026-08-24T13:07:40.675Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3818 | 2026-08-24T13:07:40.675Z | 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 } }] |
| 3819 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556DEBG Aug 24 13:07:39.556replacing 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 } }] |
| 3820 | 2026-08-24T13:07:40.675Z | DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3821 | 2026-08-24T13:07:40.675Z | |
| 3822 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3823 | 2026-08-24T13:07:40.675Z | Aug 24 13:07:39.556 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3824 | 2026-08-24T13:07:40.676Z | 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 |
| 3825 | 2026-08-24T13:07:40.676Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556 |
| 3826 | 2026-08-24T13:07:40.676Z | DEBG Aug 24 13:07:39.556replacing 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 } }] |
| 3827 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3828 | 2026-08-24T13:07:40.676Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3829 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556 INFO Aug 24 13:07:39.556adding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3830 | 2026-08-24T13:07:40.676Z | DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3831 | 2026-08-24T13:07:40.676Z | |
| 3832 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556 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 } }] |
| 3833 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556Aug 24 13:07:39.556 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3834 | 2026-08-24T13:07:40.676Z | |
| 3835 | 2026-08-24T13:07:40.676Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3836 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556 INFOAug 24 13:07:39.556DEBGAug 24 13:07:39.556 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 |
| 3837 | 2026-08-24T13:07:40.676Z | 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 } }]replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.556 |
| 3838 | 2026-08-24T13:07:40.676Z | |
| 3839 | 2026-08-24T13:07:40.676Z | INFOadding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3840 | 2026-08-24T13:07:40.676Z | |
| 3841 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556INFO Aug 24 13:07:39.556adding route 172.17.0.21/32 -> 10.0.0.255 INFOAug 24 13:07:39.556DEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing 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 } }] |
| 3842 | 2026-08-24T13:07:40.676Z | |
| 3843 | 2026-08-24T13:07:40.676Z | DEBG |
| 3844 | 2026-08-24T13:07:40.676Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556 |
| 3845 | 2026-08-24T13:07:40.676Z | INFOAug 24 13:07:39.556 Aug 24 13:07:39.556DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3846 | 2026-08-24T13:07:40.676Z | |
| 3847 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556DEBG 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 } }] |
| 3848 | 2026-08-24T13:07:40.676Z | INFO Aug 24 13:07:39.556adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3849 | 2026-08-24T13:07:40.676Z | DEBGAug 24 13:07:39.556 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 } }] |
| 3850 | 2026-08-24T13:07:40.676Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3851 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556Aug 24 13:07:39.556 DEBGINFOINFO Aug 24 13:07:39.556adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3852 | 2026-08-24T13:07:40.676Z | 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.22/32 -> 10.0.0.255DEBG |
| 3853 | 2026-08-24T13:07:40.676Z | |
| 3854 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3855 | 2026-08-24T13:07:40.676Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.556 |
| 3856 | 2026-08-24T13:07:40.676Z | DEBGAug 24 13:07:39.556 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 } }]DEBGAug 24 13:07:39.556 |
| 3857 | 2026-08-24T13:07:40.676Z | INFO Aug 24 13:07:39.556failed to allocate space for the new target listadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3858 | 2026-08-24T13:07:40.676Z | |
| 3859 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556 INFOINFO Aug 24 13:07:39.556adding route 172.17.0.23/32 -> 10.0.0.255 DEBG |
| 3860 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3861 | 2026-08-24T13:07:40.676Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3862 | 2026-08-24T13:07:40.676Z | 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 } }] |
| 3863 | 2026-08-24T13:07:40.676Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556Aug 24 13:07:39.556DEBG 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 } }] |
| 3864 | 2026-08-24T13:07:40.677Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 3865 | 2026-08-24T13:07:40.677Z | 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 } }] |
| 3866 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556Aug 24 13:07:39.556Aug 24 13:07:39.556 DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 3867 | 2026-08-24T13:07:40.677Z | |
| 3868 | 2026-08-24T13:07:40.677Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3869 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556Aug 24 13:07:39.556 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.556adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3870 | 2026-08-24T13:07:40.677Z | DEBG |
| 3871 | 2026-08-24T13:07:40.677Z | 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 } }] |
| 3872 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556DEBGAug 24 13:07:39.556 INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3873 | 2026-08-24T13:07:40.677Z | adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 3874 | 2026-08-24T13:07:40.677Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3875 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556Aug 24 13:07:39.556 Aug 24 13:07:39.556 DEBGINFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3876 | 2026-08-24T13:07:40.677Z | 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.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 } }] |
| 3877 | 2026-08-24T13:07:40.677Z | |
| 3878 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 DEBGAug 24 13:07:39.556 Aug 24 13:07:39.556replacing 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 } }] |
| 3879 | 2026-08-24T13:07:40.677Z | INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3880 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3881 | 2026-08-24T13:07:40.677Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3882 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556Aug 24 13:07:39.556 DEBGDEBG Aug 24 13:07:39.556 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 } }] |
| 3883 | 2026-08-24T13:07:40.677Z | DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3884 | 2026-08-24T13:07:40.677Z | |
| 3885 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:07:39.556Aug 24 13:07:39.556 |
| 3886 | 2026-08-24T13:07:40.677Z | INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:07:39.556 |
| 3887 | 2026-08-24T13:07:40.677Z | |
| 3888 | 2026-08-24T13:07:40.677Z | 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 } }]Aug 24 13:07:39.556 |
| 3889 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 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 } }]Aug 24 13:07:39.556 |
| 3890 | 2026-08-24T13:07:40.677Z | 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 } }] |
| 3891 | 2026-08-24T13:07:40.677Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3892 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556Aug 24 13:07:39.556 INFOAug 24 13:07:39.556 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3893 | 2026-08-24T13:07:40.677Z | DEBG adding route 172.17.0.24/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 } }] |
| 3894 | 2026-08-24T13:07:40.677Z | |
| 3895 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 DEBG Aug 24 13:07:39.556replacing 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 } }] |
| 3896 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.556 |
| 3897 | 2026-08-24T13:07:40.677Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3898 | 2026-08-24T13:07:40.677Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3899 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556INFO Aug 24 13:07:39.556 DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3900 | 2026-08-24T13:07:40.677Z | 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 } }]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 } }] |
| 3901 | 2026-08-24T13:07:40.677Z | |
| 3902 | 2026-08-24T13:07:40.677Z | Aug 24 13:07:39.556 Aug 24 13:07:39.556DEBG Aug 24 13:07:39.556INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }] |
| 3903 | 2026-08-24T13:07:40.677Z | |
| 3904 | 2026-08-24T13:07:40.678Z | Aug 24 13:07:39.562 DEBG Aug 24 13:07:39.562replacing 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 } }] |
| 3905 | 2026-08-24T13:07:40.678Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3906 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.562 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3907 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.562 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 } }] |
| 3908 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.562 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 } }] |
| 3909 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.562 INFO Aug 24 13:07:39.562 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3910 | 2026-08-24T13:07:40.682Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3911 | 2026-08-24T13:07:40.682Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:07:39.563 |
| 3912 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.563 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3913 | 2026-08-24T13:07:40.682Z | 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 } }] |
| 3914 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 Aug 24 13:07:39.563INFOreplacing 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 } }] INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3915 | 2026-08-24T13:07:40.682Z | |
| 3916 | 2026-08-24T13:07:40.682Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3917 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3918 | 2026-08-24T13:07:40.682Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3919 | 2026-08-24T13:07:40.682Z | 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 } }] |
| 3920 | 2026-08-24T13:07:40.682Z | Aug 24 13:07:39.563 Aug 24 13:07:39.563INFOAug 24 13:07:39.563 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3921 | 2026-08-24T13:07:40.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 } }]INFO |
| 3922 | 2026-08-24T13:07:40.683Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3923 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 Aug 24 13:07:39.563DEBG Aug 24 13:07:39.563replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3924 | 2026-08-24T13:07:40.683Z | DEBG adding route 172.17.0.32/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 } }] |
| 3925 | 2026-08-24T13:07:40.683Z | |
| 3926 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 INFO Aug 24 13:07:39.563adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3927 | 2026-08-24T13:07:40.683Z | DEBGAug 24 13:07:39.563 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 |
| 3928 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563adding route 172.17.0.30/32 -> 10.0.0.255 DEBG |
| 3929 | 2026-08-24T13:07:40.683Z | 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 } }]Aug 24 13:07:39.563 |
| 3930 | 2026-08-24T13:07:40.683Z | INFOAug 24 13:07:39.563 adding route 172.17.0.33/32 -> 10.0.0.255Aug 24 13:07:39.563DEBG |
| 3931 | 2026-08-24T13:07:40.683Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3932 | 2026-08-24T13:07:40.683Z | |
| 3933 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 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 } }]Aug 24 13:07:39.563 |
| 3934 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.563 |
| 3935 | 2026-08-24T13:07:40.683Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3936 | 2026-08-24T13:07:40.683Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:07:39.563 |
| 3937 | 2026-08-24T13:07:40.683Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3938 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBGDEBGAug 24 13:07:39.563 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 |
| 3939 | 2026-08-24T13:07:40.683Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3940 | 2026-08-24T13:07:40.683Z | |
| 3941 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:07:39.563 |
| 3942 | 2026-08-24T13:07:40.683Z | |
| 3943 | 2026-08-24T13:07:40.683Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3944 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBGDEBG Aug 24 13:07:39.563 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 } }] |
| 3945 | 2026-08-24T13:07:40.683Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3946 | 2026-08-24T13:07:40.683Z | 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 } }] |
| 3947 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 INFOAug 24 13:07:39.563 Aug 24 13:07:39.563adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 3948 | 2026-08-24T13:07:40.683Z | adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 3949 | 2026-08-24T13:07:40.683Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 24 13:07:39.563 |
| 3950 | 2026-08-24T13:07:40.683Z | DEBGAug 24 13:07:39.563 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 |
| 3951 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 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 } }] |
| 3952 | 2026-08-24T13:07:40.683Z | DEBG Aug 24 13:07:39.563replacing 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 } }] |
| 3953 | 2026-08-24T13:07:40.683Z | INFOAug 24 13:07:39.563 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 3954 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3955 | 2026-08-24T13:07:40.683Z | INFO Aug 24 13:07:39.563adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3956 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563DEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3957 | 2026-08-24T13:07:40.683Z | 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 } }] |
| 3958 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 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 } }]INFOAug 24 13:07:39.563 |
| 3959 | 2026-08-24T13:07:40.683Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3960 | 2026-08-24T13:07:40.683Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3961 | 2026-08-24T13:07:40.683Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 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 } }] |
| 3962 | 2026-08-24T13:07:40.684Z | DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3963 | 2026-08-24T13:07:40.684Z | test route::tests::delete_target_fragmented ... ok |
| 3964 | 2026-08-24T13:07:40.684Z | test route::tests::delete_targets_fragmented ... ok |
| 3965 | 2026-08-24T13:07:40.684Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3966 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBG INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255 |
| 3967 | 2026-08-24T13:07:40.684Z | |
| 3968 | 2026-08-24T13:07:40.684Z | 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 } }] |
| 3969 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563 Aug 24 13:07:39.563DEBG Aug 24 13:07:39.563DEBGreplacing 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 } }] |
| 3970 | 2026-08-24T13:07:40.684Z | 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 } }] |
| 3971 | 2026-08-24T13:07:40.684Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3972 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 24 13:07:39.563 |
| 3973 | 2026-08-24T13:07:40.684Z | DEBG adding route 172.17.0.40/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 } }] |
| 3974 | 2026-08-24T13:07:40.684Z | |
| 3975 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:07:39.563Aug 24 13:07:39.563 |
| 3976 | 2026-08-24T13:07:40.684Z | INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 3977 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563replacing 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 } }] |
| 3978 | 2026-08-24T13:07:40.684Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3979 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563INFO DEBG adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3980 | 2026-08-24T13:07:40.684Z | 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 } }] |
| 3981 | 2026-08-24T13:07:40.684Z | 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 } }] |
| 3982 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563DEBGINFO 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 } }]INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3983 | 2026-08-24T13:07:40.684Z | |
| 3984 | 2026-08-24T13:07:40.684Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3985 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 Aug 24 13:07:39.563 DEBGDEBG 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 } }] |
| 3986 | 2026-08-24T13:07:40.684Z | adding route 172.17.0.42/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3987 | 2026-08-24T13:07:40.684Z | |
| 3988 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563 INFOAug 24 13:07:39.563Aug 24 13:07:39.563 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 3989 | 2026-08-24T13:07:40.684Z | INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3990 | 2026-08-24T13:07:40.684Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3991 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 Aug 24 13:07:39.563INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 3992 | 2026-08-24T13:07:40.684Z | |
| 3993 | 2026-08-24T13:07:40.684Z | 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 } }] |
| 3994 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563 failed to allocate space for the new target listINFO |
| 3995 | 2026-08-24T13:07:40.684Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 3996 | 2026-08-24T13:07:40.684Z | 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 } }] |
| 3997 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563 DEBGAug 24 13:07:39.563Aug 24 13:07:39.563 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 3998 | 2026-08-24T13:07:40.684Z | 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 } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3999 | 2026-08-24T13:07:40.684Z | |
| 4000 | 2026-08-24T13:07:40.684Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4001 | 2026-08-24T13:07:40.684Z | |
| 4002 | 2026-08-24T13:07:40.685Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4003 | 2026-08-24T13:07:40.685Z | |
| 4004 | 2026-08-24T13:07:40.685Z | Aug 24 13:07:39.563Aug 24 13:07:39.563 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 } }] |
| 4005 | 2026-08-24T13:07:40.685Z | Aug 24 13:07:39.563 adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 4006 | 2026-08-24T13:07:40.689Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4007 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 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 } }] |
| 4008 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.563 |
| 4009 | 2026-08-24T13:07:40.689Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4010 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:07:39.563 |
| 4011 | 2026-08-24T13:07:40.689Z | 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 } }] |
| 4012 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 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 } }] |
| 4013 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4014 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4015 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 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 } }] |
| 4016 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 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 } }] |
| 4017 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4018 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4019 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 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 } }] |
| 4020 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 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 } }] |
| 4021 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.563 INFOAug 24 13:07:39.563 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4022 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.564 DEBGAug 24 13:07:39.569 created new freemapDEBG , 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.50/32 -> 10.0.0.255 |
| 4023 | 2026-08-24T13:07:40.689Z | unit |
| 4024 | 2026-08-24T13:07:40.689Z | : freemap_route_ipv4 |
| 4025 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.569 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 24 13:07:39.569 |
| 4026 | 2026-08-24T13:07:40.689Z | DEBG created new freemapAug 24 13:07:39.569, unitDEBG: replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 4027 | 2026-08-24T13:07:40.689Z | |
| 4028 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.569Aug 24 13:07:39.569 DEBGINFO initted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255, |
| 4029 | 2026-08-24T13:07:40.689Z | unit: freemap_route_ipv4 |
| 4030 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.569 DEBGAug 24 13:07:39.569 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 4031 | 2026-08-24T13:07:40.689Z | reset freemapAug 24 13:07:39.569, Aug 24 13:07:39.569unit DEBG:INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4 |
| 4032 | 2026-08-24T13:07:40.689Z | |
| 4033 | 2026-08-24T13:07:40.689Z | |
| 4034 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.569Aug 24 13:07:39.569 Aug 24 13:07:39.569DEBG 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 } }] |
| 4035 | 2026-08-24T13:07:40.689Z | initted freemap. size: 64INFO , adding route 172.17.0.51/32 -> 10.0.0.255unit |
| 4036 | 2026-08-24T13:07:40.689Z | Aug 24 13:07:39.569: INFOfreemap_route_ipv6 |
| 4037 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4038 | 2026-08-24T13:07:40.690Z | 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 } }] |
| 4039 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569Aug 24 13:07:39.569 DEBGAug 24 13:07:39.569DEBG reset freemapINFOreplacing 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 } }] |
| 4040 | 2026-08-24T13:07:40.690Z | adding route 172.17.0.52/32 -> 10.0.0.255, |
| 4041 | 2026-08-24T13:07:40.690Z | unit: freemap_route_ipv6 |
| 4042 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569Aug 24 13:07:39.569 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.569 |
| 4043 | 2026-08-24T13:07:40.690Z | INFO |
| 4044 | 2026-08-24T13:07:40.690Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4045 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569 DEBGAug 24 13:07:39.569 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.569 |
| 4046 | 2026-08-24T13:07:40.690Z | INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:07:39.569 |
| 4047 | 2026-08-24T13:07:40.690Z | INFO |
| 4048 | 2026-08-24T13:07:40.690Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 24 13:07:39.569 |
| 4049 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 24 13:07:39.569 |
| 4050 | 2026-08-24T13:07:40.690Z | 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 |
| 4051 | 2026-08-24T13:07:40.690Z | 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 } }] |
| 4052 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569 Aug 24 13:07:39.569DEBG Aug 24 13:07:39.569 INFO INFOadding route 172.17.0.54/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 } }] |
| 4053 | 2026-08-24T13:07:40.690Z | |
| 4054 | 2026-08-24T13:07:40.690Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4055 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569Aug 24 13:07:39.569Aug 24 13:07:39.569 INFODEBGDEBG 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 } }] |
| 4056 | 2026-08-24T13:07:40.690Z | 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.16.0.0/32 -> 10.0.0.1 |
| 4057 | 2026-08-24T13:07:40.690Z | |
| 4058 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569 INFOAug 24 13:07:39.569Aug 24 13:07:39.569 DEBGadding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 4059 | 2026-08-24T13:07:40.690Z | adding route 172.17.0.54/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 } }] |
| 4060 | 2026-08-24T13:07:40.690Z | |
| 4061 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569 DEBG Aug 24 13:07:39.569replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:07:39.569DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4062 | 2026-08-24T13:07:40.690Z | |
| 4063 | 2026-08-24T13:07:40.690Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4064 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569Aug 24 13:07:39.569Aug 24 13:07:39.569 INFODEBG INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 4065 | 2026-08-24T13:07:40.690Z | 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.56/32 -> 10.0.0.255 |
| 4066 | 2026-08-24T13:07:40.690Z | |
| 4067 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569 DEBGAug 24 13:07:39.569 Aug 24 13:07:39.569replacing 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 } }] |
| 4068 | 2026-08-24T13:07:40.690Z | INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 |
| 4069 | 2026-08-24T13:07:40.690Z | 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 } }] |
| 4070 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569Aug 24 13:07:39.569 Aug 24 13:07:39.569INFO DEBGINFOadding route 172.17.0.56/32 -> 10.0.0.255 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4071 | 2026-08-24T13:07:40.690Z | |
| 4072 | 2026-08-24T13:07:40.690Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4073 | 2026-08-24T13:07:40.690Z | Aug 24 13:07:39.569Aug 24 13:07:39.569 Aug 24 13:07:39.569 INFODEBGDEBG adding route 172.17.0.1/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 } }]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 } }] |
| 4074 | 2026-08-24T13:07:40.690Z | |
| 4075 | 2026-08-24T13:07:40.691Z | |
| 4076 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570Aug 24 13:07:39.570Aug 24 13:07:39.570 DEBGINFO INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4077 | 2026-08-24T13:07:40.691Z | |
| 4078 | 2026-08-24T13:07:40.691Z | |
| 4079 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570Aug 24 13:07:39.570Aug 24 13:07:39.570 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 } }]DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 4080 | 2026-08-24T13:07:40.691Z | |
| 4081 | 2026-08-24T13:07:40.691Z | 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 } }] |
| 4082 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570Aug 24 13:07:39.570 Aug 24 13:07:39.570INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4083 | 2026-08-24T13:07:40.691Z | |
| 4084 | 2026-08-24T13:07:40.691Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4085 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570Aug 24 13:07:39.570 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.570 |
| 4086 | 2026-08-24T13:07:40.691Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 4087 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570replacing 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 } }] |
| 4088 | 2026-08-24T13:07:40.691Z | INFO Aug 24 13:07:39.570adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4089 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570DEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4090 | 2026-08-24T13:07:40.691Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 24 13:07:39.570 |
| 4091 | 2026-08-24T13:07:40.691Z | 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 } }]Aug 24 13:07:39.570 |
| 4092 | 2026-08-24T13:07:40.691Z | INFOAug 24 13:07:39.570 adding route 172.17.0.4/32 -> 10.0.0.255Aug 24 13:07:39.570DEBG |
| 4093 | 2026-08-24T13:07:40.691Z | INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4094 | 2026-08-24T13:07:40.691Z | |
| 4095 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:07:39.570 |
| 4096 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4097 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570failed to allocate space for the new target list |
| 4098 | 2026-08-24T13:07:40.691Z | INFO Aug 24 13:07:39.570adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4099 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570DEBG DEBGfailed to allocate space for the new target list |
| 4100 | 2026-08-24T13:07:40.691Z | replacing targets for 172.16.0.0/32 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 } }] |
| 4101 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570 DEBGAug 24 13:07:39.570 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 4102 | 2026-08-24T13:07:40.691Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4103 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4104 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570 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 } }] |
| 4105 | 2026-08-24T13:07:40.691Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4106 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4107 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 4108 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4109 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 4110 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4111 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 4112 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4113 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 4114 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4115 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 4116 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4117 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 4118 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4119 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 4120 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4121 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 4122 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4123 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 4124 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4125 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 4126 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4127 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 4128 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4129 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 4130 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4131 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 4132 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4133 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 4134 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.570 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 } }] |
| 4135 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 4136 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 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 } }] |
| 4137 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 4138 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 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 } }] |
| 4139 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 4140 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 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 } }] |
| 4141 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 4142 | 2026-08-24T13:07:40.696Z | Aug 24 13:07:39.576 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 } }] |
| 4143 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 4144 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4145 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 4146 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4147 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 4148 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4149 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 4150 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4151 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 4152 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4153 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 4154 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4155 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 4156 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4157 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 4158 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4159 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 4160 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4161 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 4162 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4163 | 2026-08-24T13:07:40.697Z | test route::tests::delete_targets_full ... ok |
| 4164 | 2026-08-24T13:07:40.697Z | |
| 4165 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 4166 | 2026-08-24T13:07:40.697Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 4167 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4168 | 2026-08-24T13:07:40.697Z | |
| 4169 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 4170 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4171 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 4172 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4173 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 4174 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4175 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4176 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4177 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4178 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4179 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4180 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4181 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4182 | 2026-08-24T13:07:40.697Z | Aug 24 13:07:39.576 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 } }] |
| 4183 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4184 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4185 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4186 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4187 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4188 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4189 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4190 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4191 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4192 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4193 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4194 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4195 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4196 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 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 } }] |
| 4197 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.576 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4198 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 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 } }] |
| 4199 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4200 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 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 } }] |
| 4201 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4202 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 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 } }] |
| 4203 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4204 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 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 } }] |
| 4205 | 2026-08-24T13:07:40.698Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4206 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4207 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4208 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4209 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4210 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4211 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4212 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4213 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4214 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4215 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4216 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4217 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 DEBG failed to allocate space for the new target list |
| 4218 | 2026-08-24T13:07:40.702Z | Aug 24 13:07:39.583 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 } }] |
| 4219 | 2026-08-24T13:07:40.702Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-247525ed45b3a151) |
| 4220 | 2026-08-24T13:07:40.702Z | |
| 4221 | 2026-08-24T13:07:40.702Z | running 0 tests |
| 4222 | 2026-08-24T13:07:40.702Z | |
| 4223 | 2026-08-24T13:07:40.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4224 | 2026-08-24T13:07:40.702Z | |
| 4225 | 2026-08-24T13:07:40.702Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c) |
| 4226 | 2026-08-24T13:07:40.703Z | |
| 4227 | 2026-08-24T13:07:40.703Z | running 0 tests |
| 4228 | 2026-08-24T13:07:40.703Z | |
| 4229 | 2026-08-24T13:07:40.703Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4230 | 2026-08-24T13:07:40.703Z | |
| 4231 | 2026-08-24T13:07:40.703Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5f256a1e90e5cf15) |
| 4232 | 2026-08-24T13:07:40.716Z | |
| 4233 | 2026-08-24T13:07:40.716Z | running 6 tests |
| 4234 | 2026-08-24T13:07:40.720Z | test tests::test_full_lot_id_neither_present ... ok |
| 4235 | 2026-08-24T13:07:40.720Z | test tests::test_full_lot_id_both_present ... ok |
| 4236 | 2026-08-24T13:07:40.720Z | test tests::test_full_lot_id_lot_only ... ok |
| 4237 | 2026-08-24T13:07:40.720Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4238 | 2026-08-24T13:07:40.720Z | test tests::test_port_id_cmp ... ok |
| 4239 | 2026-08-24T13:07:40.720Z | test tests::test_parse_client_port_id ... ok |
| 4240 | 2026-08-24T13:07:40.720Z | |
| 4241 | 2026-08-24T13:07:40.720Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-08-24T13:07:40.720Z | |
| 4243 | 2026-08-24T13:07:40.723Z | Running tests/test_all.rs (target/debug/deps/test_all-45a6dad4c15e9f2b) |
| 4244 | 2026-08-24T13:07:40.723Z | |
| 4245 | 2026-08-24T13:07:40.723Z | running 0 tests |
| 4246 | 2026-08-24T13:07:40.723Z | |
| 4247 | 2026-08-24T13:07:40.723Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4248 | 2026-08-24T13:07:40.723Z | |
| 4249 | 2026-08-24T13:07:40.723Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12) |
| 4250 | 2026-08-24T13:07:40.727Z | |
| 4251 | 2026-08-24T13:07:40.727Z | running 0 tests |
| 4252 | 2026-08-24T13:07:40.727Z | |
| 4253 | 2026-08-24T13:07:40.727Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4254 | 2026-08-24T13:07:40.727Z | |
| 4255 | 2026-08-24T13:07:40.727Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c) |
| 4256 | 2026-08-24T13:07:40.730Z | |
| 4257 | 2026-08-24T13:07:40.730Z | running 15 tests |
| 4258 | 2026-08-24T13:07:40.730Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4259 | 2026-08-24T13:07:40.730Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4260 | 2026-08-24T13:07:40.730Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4261 | 2026-08-24T13:07:40.730Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4262 | 2026-08-24T13:07:40.730Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4263 | 2026-08-24T13:07:40.731Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4264 | 2026-08-24T13:07:40.731Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4265 | 2026-08-24T13:07:40.731Z | test v1::network::tests::test_equal ... ok |
| 4266 | 2026-08-24T13:07:40.731Z | test v1::network::tests::test_into ... ok |
| 4267 | 2026-08-24T13:07:40.731Z | test v1::network::tests::test_eui64 ... ok |
| 4268 | 2026-08-24T13:07:40.731Z | test v1::network::tests::test_not_equal ... ok |
| 4269 | 2026-08-24T13:07:40.731Z | test v1::network::tests::test_to_string ... ok |
| 4270 | 2026-08-24T13:07:40.731Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4271 | 2026-08-24T13:07:40.731Z | test v1::network::tests::test_parse ... ok |
| 4272 | 2026-08-24T13:07:40.734Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4273 | 2026-08-24T13:07:40.734Z | |
| 4274 | 2026-08-24T13:07:40.734Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4275 | 2026-08-24T13:07:40.734Z | |
| 4276 | 2026-08-24T13:07:40.734Z | Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d) |
| 4277 | 2026-08-24T13:07:40.755Z | |
| 4278 | 2026-08-24T13:07:40.755Z | running 12 tests |
| 4279 | 2026-08-24T13:07:40.759Z | test lldp::test_lldp_parse ... ok |
| 4280 | 2026-08-24T13:07:40.759Z | test ipv6::test_ipv6_parse ... ok |
| 4281 | 2026-08-24T13:07:40.759Z | test icmp::test_v4_checksum ... ok |
| 4282 | 2026-08-24T13:07:40.759Z | test icmp::test_v6_checksum ... ok |
| 4283 | 2026-08-24T13:07:40.759Z | test pbuf::test_byte ... ok |
| 4284 | 2026-08-24T13:07:40.759Z | test pbuf::test_nibble ... ok |
| 4285 | 2026-08-24T13:07:40.759Z | test pbuf::test_overflow ... ok |
| 4286 | 2026-08-24T13:07:40.759Z | test pbuf::test_short ... ok |
| 4287 | 2026-08-24T13:07:40.759Z | test pbuf::test_twelve ... ok |
| 4288 | 2026-08-24T13:07:40.759Z | test pbuf::test_word ... ok |
| 4289 | 2026-08-24T13:07:40.759Z | test tcp::test_checksum_syn_nodata ... ok |
| 4290 | 2026-08-24T13:07:40.759Z | test tcp::test_checksum_ack_data ... ok |
| 4291 | 2026-08-24T13:07:40.759Z | |
| 4292 | 2026-08-24T13:07:40.759Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4293 | 2026-08-24T13:07:40.759Z | |
| 4294 | 2026-08-24T13:07:40.763Z | Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce) |
| 4295 | 2026-08-24T13:07:40.766Z | |
| 4296 | 2026-08-24T13:07:40.766Z | running 0 tests |
| 4297 | 2026-08-24T13:07:40.766Z | |
| 4298 | 2026-08-24T13:07:40.766Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4299 | 2026-08-24T13:07:40.766Z | |
| 4300 | 2026-08-24T13:07:40.766Z | Running unittests src/main.rs (target/debug/deps/swadm-273db6eea72b4965) |
| 4301 | 2026-08-24T13:07:40.769Z | |
| 4302 | 2026-08-24T13:07:40.769Z | running 5 tests |
| 4303 | 2026-08-24T13:07:40.769Z | test switchport::test::test_compute_lanes ... ok |
| 4304 | 2026-08-24T13:07:40.769Z | test switchport::test::port_id_ordering ... ok |
| 4305 | 2026-08-24T13:07:40.769Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4306 | 2026-08-24T13:07:40.769Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 4307 | 2026-08-24T13:07:40.769Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 4308 | 2026-08-24T13:07:40.769Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 4309 | 2026-08-24T13:07:40.769Z | Tx Enabled: Yes Yes Yes Yes |
| 4310 | 2026-08-24T13:07:40.769Z | Tx Loss-of-lock: No No No No |
| 4311 | 2026-08-24T13:07:40.769Z | Tx Loss-of-signal: No No No No |
| 4312 | 2026-08-24T13:07:40.769Z | Tx CDR Enabled: No No No No |
| 4313 | 2026-08-24T13:07:40.769Z | Tx Adaptive EQ Fault: No No No No |
| 4314 | 2026-08-24T13:07:40.769Z | Tx Fault: Yes Yes Yes Yes |
| 4315 | 2026-08-24T13:07:40.769Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4316 | 2026-08-24T13:07:40.769Z | State: Activated Activated Activated Activated |
| 4317 | 2026-08-24T13:07:40.769Z | Rx Output Enabled: false false false false |
| 4318 | 2026-08-24T13:07:40.769Z | Rx Output Status: valid valid valid valid |
| 4319 | 2026-08-24T13:07:40.770Z | Rx Loss-of-lock: true true true true |
| 4320 | 2026-08-24T13:07:40.770Z | Rx Loss-of-signal: false false false false |
| 4321 | 2026-08-24T13:07:40.770Z | Rx Auto-squelch Disable: true true true true |
| 4322 | 2026-08-24T13:07:40.770Z | Tx Output Enabled: true true true true |
| 4323 | 2026-08-24T13:07:40.770Z | Tx Output Status: invalid invalid invalid invalid |
| 4324 | 2026-08-24T13:07:40.770Z | Tx Loss-of-lock: false false false false |
| 4325 | 2026-08-24T13:07:40.770Z | Tx Loss-of-signal: true true true true |
| 4326 | 2026-08-24T13:07:40.770Z | Tx Auto-squelch Disable: false false false false |
| 4327 | 2026-08-24T13:07:40.770Z | Tx Adaptive EQ Fail: true true true true |
| 4328 | 2026-08-24T13:07:40.770Z | Tx Failure: false false false false |
| 4329 | 2026-08-24T13:07:40.770Z | Tx Force Squelch: true true true true |
| 4330 | 2026-08-24T13:07:40.770Z | Tx Input Polarity: normal normal normal normal |
| 4331 | 2026-08-24T13:07:40.770Z | test switchport::test::test_print_sff_datapath ... ok |
| 4332 | 2026-08-24T13:07:40.770Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4333 | 2026-08-24T13:07:40.773Z | test link::test_filter ... ok |
| 4334 | 2026-08-24T13:07:40.773Z | |
| 4335 | 2026-08-24T13:07:40.773Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4336 | 2026-08-24T13:07:40.773Z | |
| 4337 | 2026-08-24T13:07:40.773Z | Running tests/counters.rs (target/debug/deps/counters-ab28d65e507b198a) |
| 4338 | 2026-08-24T13:07:40.777Z | |
| 4339 | 2026-08-24T13:07:40.777Z | running 1 test |
| 4340 | 2026-08-24T13:07:40.777Z | test test_p4_counter_list ... ignored |
| 4341 | 2026-08-24T13:07:40.777Z | |
| 4342 | 2026-08-24T13:07:40.777Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4343 | 2026-08-24T13:07:40.777Z | |
| 4344 | 2026-08-24T13:07:40.777Z | Running tests/multicast.rs (target/debug/deps/multicast-f30d72e9fd5d02a2) |
| 4345 | 2026-08-24T13:07:40.803Z | |
| 4346 | 2026-08-24T13:07:40.803Z | running 1 test |
| 4347 | 2026-08-24T13:07:40.803Z | test test_multicast_list_and_get ... ignored |
| 4348 | 2026-08-24T13:07:40.803Z | |
| 4349 | 2026-08-24T13:07:40.806Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4350 | 2026-08-24T13:07:40.806Z | |
| 4351 | 2026-08-24T13:07:40.806Z | Running tests/port-link.rs (target/debug/deps/port_link-6977136d36ac54ec) |
| 4352 | 2026-08-24T13:07:40.811Z | |
| 4353 | 2026-08-24T13:07:40.811Z | running 5 tests |
| 4354 | 2026-08-24T13:07:40.814Z | test test_an ... ignored |
| 4355 | 2026-08-24T13:07:40.814Z | test test_enable ... ignored |
| 4356 | 2026-08-24T13:07:40.814Z | test test_ip_addresses ... ignored |
| 4357 | 2026-08-24T13:07:40.814Z | test test_kr ... ignored |
| 4358 | 2026-08-24T13:07:40.814Z | test test_mac ... ignored |
| 4359 | 2026-08-24T13:07:40.814Z | |
| 4360 | 2026-08-24T13:07:40.814Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4361 | 2026-08-24T13:07:40.814Z | |
| 4362 | 2026-08-24T13:07:40.814Z | Running unittests src/main.rs (target/debug/deps/tfportd-b5955991412ec610) |
| 4363 | 2026-08-24T13:07:40.819Z | |
| 4364 | 2026-08-24T13:07:40.819Z | running 3 tests |
| 4365 | 2026-08-24T13:07:40.822Z | test linklocal::test_parse_ipadm ... ok |
| 4366 | 2026-08-24T13:07:40.822Z | test tfport::test_parse_tfport ... ok |
| 4367 | 2026-08-24T13:07:40.822Z | test config::tests::test_updates ... ok |
| 4368 | 2026-08-24T13:07:40.822Z | |
| 4369 | 2026-08-24T13:07:40.822Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4370 | 2026-08-24T13:07:40.822Z | |
| 4371 | 2026-08-24T13:07:40.822Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f) |
| 4372 | 2026-08-24T13:07:40.827Z | |
| 4373 | 2026-08-24T13:07:40.827Z | running 0 tests |
| 4374 | 2026-08-24T13:07:40.830Z | |
| 4375 | 2026-08-24T13:07:40.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4376 | 2026-08-24T13:07:40.830Z | |
| 4377 | 2026-08-24T13:07:40.830Z | Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8) |
| 4378 | 2026-08-24T13:07:40.834Z | |
| 4379 | 2026-08-24T13:07:40.835Z | running 0 tests |
| 4380 | 2026-08-24T13:07:40.838Z | |
| 4381 | 2026-08-24T13:07:40.838Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4382 | 2026-08-24T13:07:40.838Z | |
| 4383 | 2026-08-24T13:07:40.838Z | Doc-tests aal |
| 4384 | 2026-08-24T13:07:41.140Z | |
| 4385 | 2026-08-24T13:07:41.140Z | running 0 tests |
| 4386 | 2026-08-24T13:07:41.140Z | |
| 4387 | 2026-08-24T13:07:41.143Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4388 | 2026-08-24T13:07:41.143Z | |
| 4389 | 2026-08-24T13:07:41.164Z | Doc-tests aal_macros |
| 4390 | 2026-08-24T13:07:41.230Z | |
| 4391 | 2026-08-24T13:07:41.230Z | running 0 tests |
| 4392 | 2026-08-24T13:07:41.230Z | |
| 4393 | 2026-08-24T13:07:41.230Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4394 | 2026-08-24T13:07:41.230Z | |
| 4395 | 2026-08-24T13:07:41.240Z | Doc-tests common |
| 4396 | 2026-08-24T13:07:41.470Z | |
| 4397 | 2026-08-24T13:07:41.470Z | running 0 tests |
| 4398 | 2026-08-24T13:07:41.470Z | |
| 4399 | 2026-08-24T13:07:41.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4400 | 2026-08-24T13:07:41.470Z | |
| 4401 | 2026-08-24T13:07:41.493Z | Doc-tests dpd_api |
| 4402 | 2026-08-24T13:07:42.155Z | |
| 4403 | 2026-08-24T13:07:42.155Z | running 2 tests |
| 4404 | 2026-08-24T13:07:42.155Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4405 | 2026-08-24T13:07:42.155Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4406 | 2026-08-24T13:07:42.155Z | |
| 4407 | 2026-08-24T13:07:42.155Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4408 | 2026-08-24T13:07:42.155Z | |
| 4409 | 2026-08-24T13:07:42.161Z | all doctests ran in 0.37s; merged doctests compilation took 0.36s |
| 4410 | 2026-08-24T13:07:42.183Z | Doc-tests dpd_client |
| 4411 | 2026-08-24T13:07:43.549Z | |
| 4412 | 2026-08-24T13:07:43.549Z | running 0 tests |
| 4413 | 2026-08-24T13:07:43.549Z | |
| 4414 | 2026-08-24T13:07:43.549Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4415 | 2026-08-24T13:07:43.549Z | |
| 4416 | 2026-08-24T13:07:43.602Z | Doc-tests dpd_types |
| 4417 | 2026-08-24T13:07:43.776Z | |
| 4418 | 2026-08-24T13:07:43.776Z | running 0 tests |
| 4419 | 2026-08-24T13:07:43.776Z | |
| 4420 | 2026-08-24T13:07:43.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4421 | 2026-08-24T13:07:43.776Z | |
| 4422 | 2026-08-24T13:07:43.798Z | Doc-tests dpd_types_versions |
| 4423 | 2026-08-24T13:07:45.176Z | |
| 4424 | 2026-08-24T13:07:45.176Z | running 1 test |
| 4425 | 2026-08-24T13:07:45.176Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4426 | 2026-08-24T13:07:45.176Z | |
| 4427 | 2026-08-24T13:07:45.176Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4428 | 2026-08-24T13:07:45.176Z | |
| 4429 | 2026-08-24T13:07:45.180Z | all doctests ran in 0.35s; merged doctests compilation took 0.34s |
| 4430 | 2026-08-24T13:07:45.223Z | Doc-tests packet |
| 4431 | 2026-08-24T13:07:45.432Z | |
| 4432 | 2026-08-24T13:07:45.432Z | running 0 tests |
| 4433 | 2026-08-24T13:07:45.432Z | |
| 4434 | 2026-08-24T13:07:45.432Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4435 | 2026-08-24T13:07:45.432Z | |
| 4436 | 2026-08-24T13:07:45.457Z | Doc-tests pcap |
| 4437 | 2026-08-24T13:07:45.505Z | |
| 4438 | 2026-08-24T13:07:45.505Z | running 0 tests |
| 4439 | 2026-08-24T13:07:45.505Z | |
| 4440 | 2026-08-24T13:07:45.505Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4441 | 2026-08-24T13:07:45.505Z | |
| 4442 | 2026-08-24T13:07:45.587Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4443 | 2026-08-24T13:07:45.587Z | + RUST_BACKTRACE=full |
| 4444 | 2026-08-24T13:07:45.587Z | + cargo test --features tofino_asic --no-fail-fast |
| 4445 | 2026-08-24T13:07:46.420Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4446 | 2026-08-24T13:07:46.535Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4447 | 2026-08-24T13:07:46.551Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4448 | 2026-08-24T13:07:46.585Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4449 | 2026-08-24T13:07:55.633Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4450 | 2026-08-24T13:07:56.960Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4451 | 2026-08-24T13:08:53.437Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4452 | 2026-08-24T13:08:53.587Z | Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da) |
| 4453 | 2026-08-24T13:08:53.590Z | |
| 4454 | 2026-08-24T13:08:53.590Z | running 0 tests |
| 4455 | 2026-08-24T13:08:53.590Z | |
| 4456 | 2026-08-24T13:08:53.590Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4457 | 2026-08-24T13:08:53.590Z | |
| 4458 | 2026-08-24T13:08:53.593Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 4459 | 2026-08-24T13:08:53.596Z | |
| 4460 | 2026-08-24T13:08:53.596Z | running 0 tests |
| 4461 | 2026-08-24T13:08:53.596Z | |
| 4462 | 2026-08-24T13:08:53.596Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4463 | 2026-08-24T13:08:53.596Z | |
| 4464 | 2026-08-24T13:08:53.596Z | Running unittests src/lib.rs (target/debug/deps/asic-f2acb8c02db9a87d) |
| 4465 | 2026-08-24T13:08:53.708Z | |
| 4466 | 2026-08-24T13:08:53.708Z | running 8 tests |
| 4467 | 2026-08-24T13:08:53.711Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4468 | 2026-08-24T13:08:53.711Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4469 | 2026-08-24T13:08:53.711Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4470 | 2026-08-24T13:08:53.711Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4471 | 2026-08-24T13:08:53.711Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4472 | 2026-08-24T13:08:53.711Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4473 | 2026-08-24T13:08:53.720Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4474 | 2026-08-24T13:08:54.210Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4475 | 2026-08-24T13:08:54.210Z | |
| 4476 | 2026-08-24T13:08:54.210Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4477 | 2026-08-24T13:08:54.210Z | |
| 4478 | 2026-08-24T13:08:54.222Z | Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d) |
| 4479 | 2026-08-24T13:08:54.246Z | |
| 4480 | 2026-08-24T13:08:54.246Z | running 4 tests |
| 4481 | 2026-08-24T13:08:54.250Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4482 | 2026-08-24T13:08:54.250Z | test nat::tests::test_vni ... ok |
| 4483 | 2026-08-24T13:08:54.253Z | test test_purge ... ok |
| 4484 | 2026-08-24T13:08:54.253Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4485 | 2026-08-24T13:08:54.253Z | |
| 4486 | 2026-08-24T13:08:54.253Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4487 | 2026-08-24T13:08:54.253Z | |
| 4488 | 2026-08-24T13:08:54.280Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91) |
| 4489 | 2026-08-24T13:08:54.284Z | |
| 4490 | 2026-08-24T13:08:54.284Z | running 1 test |
| 4491 | 2026-08-24T13:08:54.287Z | ------- |
| 4492 | 2026-08-24T13:08:54.287Z | Generating OpenAPI documents from API definitions ... |
| 4493 | 2026-08-24T13:08:54.452Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4494 | 2026-08-24T13:08:54.525Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4495 | 2026-08-24T13:08:55.554Z | ------- |
| 4496 | 2026-08-24T13:08:55.554Z | Checking 13 OpenAPI documents... |
| 4497 | 2026-08-24T13:08:55.554Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4498 | 2026-08-24T13:08:55.554Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4499 | 2026-08-24T13:08:55.554Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4500 | 2026-08-24T13:08:55.554Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4501 | 2026-08-24T13:08:55.554Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4502 | 2026-08-24T13:08:55.554Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4503 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4504 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4505 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4506 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4507 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4508 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4509 | 2026-08-24T13:08:55.558Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4510 | 2026-08-24T13:08:55.558Z | Fresh dpd "latest" symlink |
| 4511 | 2026-08-24T13:08:55.558Z | ------- |
| 4512 | 2026-08-24T13:08:55.558Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4513 | 2026-08-24T13:08:55.626Z | test test::test_apis_up_to_date ... ok |
| 4514 | 2026-08-24T13:08:55.626Z | |
| 4515 | 2026-08-24T13:08:55.629Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 4516 | 2026-08-24T13:08:55.629Z | |
| 4517 | 2026-08-24T13:08:55.687Z | Running unittests src/main.rs (target/debug/deps/dpd-88a915965ec47e8e) |
| 4518 | 2026-08-24T13:08:55.755Z | |
| 4519 | 2026-08-24T13:08:55.756Z | running 93 tests |
| 4520 | 2026-08-24T13:08:55.760Z | test freemap::test_ordering ... ok |
| 4521 | 2026-08-24T13:08:55.760Z | test config::tests::test_updates ... ok |
| 4522 | 2026-08-24T13:08:55.760Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4523 | 2026-08-24T13:08:55.760Z | test freemap::test_split ... ok |
| 4524 | 2026-08-24T13:08:55.760Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4525 | 2026-08-24T13:08:55.760Z | test macaddrs::tests::test_mac_offset ... ok |
| 4526 | 2026-08-24T13:08:55.760Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4527 | 2026-08-24T13:08:55.765Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4528 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test |
| 4529 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG initted freemap. size: 128, unit: freemap_test |
| 4530 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG reset freemap, unit: freemap_test |
| 4531 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test |
| 4532 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG initted freemap. size: 128, unit:Aug 24 13:08:54.674 freemap_test |
| 4533 | 2026-08-24T13:08:55.765Z | DEBG created new freemapAug 24 13:08:54.674 DEBG, unitreset freemap:, unitfreemap_test: |
| 4534 | 2026-08-24T13:08:55.765Z | freemap_test |
| 4535 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG initted freemap. size: 128, unit: freemap_test |
| 4536 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG reset freemap, unit: freemap_test |
| 4537 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test |
| 4538 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG initted freemap. size: 128, unit: freemap_test |
| 4539 | 2026-08-24T13:08:55.765Z | Aug 24 13:08:54.674 DEBG reset freemap, unit: freemap_test |
| 4540 | 2026-08-24T13:08:55.766Z | test freemap::test_basic ... ok |
| 4541 | 2026-08-24T13:08:55.766Z | test freemap::test_free ... ok |
| 4542 | 2026-08-24T13:08:55.766Z | Aug 24 13:08:54.674 DEBG created new freemap, unit: freemap_test |
| 4543 | 2026-08-24T13:08:55.766Z | test freemap::test_exhaustion ... ok |
| 4544 | 2026-08-24T13:08:55.766Z | Aug 24 13:08:54.675 DEBG initted freemap. size: 8, unit: freemap_test |
| 4545 | 2026-08-24T13:08:55.766Z | Aug 24 13:08:54.675 DEBG reset freemap, unit: freemap_test |
| 4546 | 2026-08-24T13:08:55.766Z | test freemap::test_reclaim ... ok |
| 4547 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 4548 | 2026-08-24T13:08:55.766Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4549 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 4550 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_canonicalize_sources ... ok |
| 4551 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 4552 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 4553 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 4554 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 4555 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 4556 | 2026-08-24T13:08:55.766Z | Aug 24 13:08:54.676 DEBG created new freemap, unit: freemap_test |
| 4557 | 2026-08-24T13:08:55.766Z | Aug 24 13:08:54.676 DEBG initted freemap. size: 128, unit: freemap_test |
| 4558 | 2026-08-24T13:08:55.766Z | Aug 24 13:08:54.676 DEBG reset freemap, unit: freemap_test |
| 4559 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 4560 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_sources_contain_any ... ok |
| 4561 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 4562 | 2026-08-24T13:08:55.766Z | test freemap::test_span ... ok |
| 4563 | 2026-08-24T13:08:55.766Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 4564 | 2026-08-24T13:08:55.766Z | test api_server::tests::test_build_info ... ok |
| 4565 | 2026-08-24T13:08:55.766Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 4566 | 2026-08-24T13:08:55.766Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 4567 | 2026-08-24T13:08:55.766Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 4568 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 4569 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 4570 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 4571 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 4572 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 4573 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 4574 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 4575 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_validate_tag ... ok |
| 4576 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 4577 | 2026-08-24T13:08:55.767Z | test nat::test_mapping ... ok |
| 4578 | 2026-08-24T13:08:55.767Z | test mcast::tests::test_id_range_boundaries ... ok |
| 4579 | 2026-08-24T13:08:55.767Z | test port_map::tests::test_backplane_group ... ok |
| 4580 | 2026-08-24T13:08:55.767Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 4581 | 2026-08-24T13:08:55.767Z | test port_map::tests::test_port_map ... ok |
| 4582 | 2026-08-24T13:08:55.767Z | test port_map::tests::dump_map ... ok |
| 4583 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4584 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4585 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4586 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4587 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4588 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4589 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4590 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 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 } }] |
| 4591 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4592 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 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 } }] |
| 4593 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4594 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 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 } }] |
| 4595 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4596 | 2026-08-24T13:08:55.767Z | Aug 24 13:08:54.677 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 } }] |
| 4597 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.677 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4598 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.677 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 } }] |
| 4599 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.677 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4600 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.677 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 } }] |
| 4601 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.677 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4602 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4603 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4604 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4605 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4606 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4607 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4608 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4609 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4611 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4612 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4613 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4614 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4615 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4616 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4617 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4618 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4619 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4620 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4621 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4622 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 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 } }] |
| 4623 | 2026-08-24T13:08:55.768Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4624 | 2026-08-24T13:08:55.769Z | Aug 24 13:08:54.678 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 } }] |
| 4625 | 2026-08-24T13:08:55.769Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4626 | 2026-08-24T13:08:55.769Z | Aug 24 13:08:54.678 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 } }] |
| 4627 | 2026-08-24T13:08:55.773Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-24T13:08:55.773Z | Aug 24 13:08:54.678 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 } }] |
| 4629 | 2026-08-24T13:08:55.773Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4630 | 2026-08-24T13:08:55.773Z | Aug 24 13:08:54.678 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 } }] |
| 4631 | 2026-08-24T13:08:55.773Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4632 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4633 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4634 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4635 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4636 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4637 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4638 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4639 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4640 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4641 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4642 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4643 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4644 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4645 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4647 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4648 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4649 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4650 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4651 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4652 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4653 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4655 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4656 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4657 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-24T13:08:55.774Z | Aug 24 13:08:54.678 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 } }] |
| 4659 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4660 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 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 } }] |
| 4661 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemap |
| 4662 | 2026-08-24T13:08:55.775Z | , unit: Aug 24 13:08:54.678freemap_route_ipv4 DEBG |
| 4663 | 2026-08-24T13:08:55.775Z | 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 } }] |
| 4664 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffcreated new freemap |
| 4665 | 2026-08-24T13:08:55.775Z | , unit: freemap_route_ipv6 |
| 4666 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 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 } }]Aug 24 13:08:54.678 |
| 4667 | 2026-08-24T13:08:55.775Z | DEBG initted freemap. size: 64, unitAug 24 13:08:54.678: INFOfreemap_route_ipv4 |
| 4668 | 2026-08-24T13:08:55.775Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4669 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 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 } }] |
| 4670 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4671 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 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 } }] |
| 4672 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4673 | 2026-08-24T13:08:55.775Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4674 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 4675 | 2026-08-24T13:08:55.775Z | , unit: Aug 24 13:08:54.678freemap_route_ipv4 INFO |
| 4676 | 2026-08-24T13:08:55.775Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4677 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 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 } }] |
| 4678 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678Aug 24 13:08:54.678Aug 24 13:08:54.678 DEBG DEBGcreated new freemap INFO, unitinitted freemap. size: 64:, unitfreemap_route_ipv4:adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4679 | 2026-08-24T13:08:55.775Z | |
| 4680 | 2026-08-24T13:08:55.775Z | freemap_route_ipv6 |
| 4681 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 Aug 24 13:08:54.678DEBG Aug 24 13:08:54.678DEBG 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 reset freemapcreated new freemap |
| 4682 | 2026-08-24T13:08:55.775Z | , , unit:unit: freemap_route_ipv6freemap_route_ipv6 |
| 4683 | 2026-08-24T13:08:55.775Z | |
| 4684 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 24 13:08:54.678 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4685 | 2026-08-24T13:08:55.775Z | Aug 24 13:08:54.678 DEBG initted freemap. size: 64Aug 24 13:08:54.678, 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 } }]freemap_route_ipv4 |
| 4686 | 2026-08-24T13:08:55.775Z | |
| 4687 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678Aug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 reset freemap |
| 4688 | 2026-08-24T13:08:55.776Z | , DEBGunit : created new freemapfreemap_route_ipv4Aug 24 13:08:54.678 |
| 4689 | 2026-08-24T13:08:55.776Z | DEBG, unit: freemap_route_ipv4 |
| 4690 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 DEBG created new freemap, unit :DEBG freemap_route_ipv6created new freemap |
| 4691 | 2026-08-24T13:08:55.776Z | , unit: Aug 24 13:08:54.678freemap_route_ipv4 |
| 4692 | 2026-08-24T13:08:55.776Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4693 | 2026-08-24T13:08:55.776Z | |
| 4694 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 DEBGDEBG created new freemapreset freemap, , unitunit:Aug 24 13:08:54.678 : freemap_route_ipv6DEBG |
| 4695 | 2026-08-24T13:08:55.776Z | freemap_route_ipv4 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4696 | 2026-08-24T13:08:55.776Z | |
| 4697 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678 Aug 24 13:08:54.678Aug 24 13:08:54.678DEBG INFODEBGinitted freemap. size: 64 , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit |
| 4698 | 2026-08-24T13:08:55.776Z | initted freemap. size: 64: , freemap_route_ipv4unit |
| 4699 | 2026-08-24T13:08:55.776Z | :Aug 24 13:08:54.678 freemap_route_ipv6 DEBG |
| 4700 | 2026-08-24T13:08:55.776Z | 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 } }]Aug 24 13:08:54.678 |
| 4701 | 2026-08-24T13:08:55.776Z | DEBGAug 24 13:08:54.678 DEBGreset freemap , reset freemapAug 24 13:08:54.678unit :, INFOfreemap_route_ipv4unit :adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4702 | 2026-08-24T13:08:55.776Z | freemap_route_ipv6 |
| 4703 | 2026-08-24T13:08:55.776Z | |
| 4704 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678 DEBG Aug 24 13:08:54.678replacing 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 } }] |
| 4705 | 2026-08-24T13:08:55.776Z | INFO Aug 24 13:08:54.678adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4706 | 2026-08-24T13:08:55.776Z | DEBGAug 24 13:08:54.678 initted freemap. size: 64INFO, unit:adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-24T13:08:55.776Z | freemap_route_ipv6Aug 24 13:08:54.678 |
| 4708 | 2026-08-24T13:08:55.776Z | DEBGAug 24 13:08:54.678 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4709 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678 DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4710 | 2026-08-24T13:08:55.776Z | reset freemap, unit: Aug 24 13:08:54.678freemap_route_ipv6 |
| 4711 | 2026-08-24T13:08:55.776Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4712 | 2026-08-24T13:08:55.776Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 INFOAug 24 13:08:54.678INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4713 | 2026-08-24T13:08:55.776Z | DEBGadding route 3fff:beef:2b::/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 } }] |
| 4714 | 2026-08-24T13:08:55.777Z | |
| 4715 | 2026-08-24T13:08:55.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 } }] |
| 4716 | 2026-08-24T13:08:55.777Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 Aug 24 13:08:54.678DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4717 | 2026-08-24T13:08:55.777Z | DEBG |
| 4718 | 2026-08-24T13:08:55.777Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:08:54.678 |
| 4719 | 2026-08-24T13:08:55.777Z | Aug 24 13:08:54.678INFO Aug 24 13:08:54.678Aug 24 13:08:54.678 INFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4720 | 2026-08-24T13:08:55.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4721 | 2026-08-24T13:08:55.777Z | |
| 4722 | 2026-08-24T13:08:55.777Z | Aug 24 13:08:54.678Aug 24 13:08:54.678 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 } }]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 } }] |
| 4723 | 2026-08-24T13:08:55.777Z | |
| 4724 | 2026-08-24T13:08:55.777Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 INFO Aug 24 13:08:54.678INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 4725 | 2026-08-24T13:08:55.777Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4726 | 2026-08-24T13:08:55.777Z | Aug 24 13:08:54.679 DEBG Aug 24 13:08:54.679replacing 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 } }] |
| 4727 | 2026-08-24T13:08:55.782Z | 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 } }] |
| 4728 | 2026-08-24T13:08:55.782Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 INFODEBG Aug 24 13:08:54.679adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-24T13:08:55.782Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4730 | 2026-08-24T13:08:55.782Z | Aug 24 13:08:54.679, DEBGunit 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 } }]: |
| 4731 | 2026-08-24T13:08:55.782Z | freemap_route_ipv6Aug 24 13:08:54.679 |
| 4732 | 2026-08-24T13:08:55.782Z | DEBGAug 24 13:08:54.679 Aug 24 13:08:54.679replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4733 | 2026-08-24T13:08:55.782Z | DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4734 | 2026-08-24T13:08:55.782Z | reset freemap, Aug 24 13:08:54.679Aug 24 13:08:54.679unit DEBGINFO: adding route 3fff:beef:2f::/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 } }] |
| 4735 | 2026-08-24T13:08:55.782Z | |
| 4736 | 2026-08-24T13:08:55.782Z | freemap_route_ipv6Aug 24 13:08:54.679Aug 24 13:08:54.679 |
| 4737 | 2026-08-24T13:08:55.782Z | DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4738 | 2026-08-24T13:08:55.782Z | |
| 4739 | 2026-08-24T13:08:55.782Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 Aug 24 13:08:54.679DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 4740 | 2026-08-24T13:08:55.782Z | INFO |
| 4741 | 2026-08-24T13:08:55.782Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 24 13:08:54.679Aug 24 13:08:54.679 |
| 4742 | 2026-08-24T13:08:55.782Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 4743 | 2026-08-24T13:08:55.782Z | |
| 4744 | 2026-08-24T13:08:55.782Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679DEBG DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4745 | 2026-08-24T13:08:55.782Z | 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: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 } }] |
| 4746 | 2026-08-24T13:08:55.782Z | |
| 4747 | 2026-08-24T13:08:55.783Z | Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 INFOINFO Aug 24 13:08:54.679adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4748 | 2026-08-24T13:08:55.783Z | |
| 4749 | 2026-08-24T13:08:55.783Z | INFODEBG Aug 24 13:08:54.679 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4750 | 2026-08-24T13:08:55.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:1, vlan_id: None } }]Aug 24 13:08:54.679replacing 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 } }] |
| 4751 | 2026-08-24T13:08:55.783Z | 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 } }] |
| 4752 | 2026-08-24T13:08:55.783Z | |
| 4753 | 2026-08-24T13:08:55.783Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679INFOAug 24 13:08:54.679 Aug 24 13:08:54.679adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-24T13:08:55.783Z | INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4755 | 2026-08-24T13:08:55.783Z | Aug 24 13:08:54.679replacing 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 } }] INFODEBG Aug 24 13:08:54.679 |
| 4756 | 2026-08-24T13:08:55.783Z | 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 } }] |
| 4757 | 2026-08-24T13:08:55.783Z | DEBG adding route 3fff:beef::/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 } }]Aug 24 13:08:54.679 |
| 4758 | 2026-08-24T13:08:55.783Z | Aug 24 13:08:54.679INFO |
| 4759 | 2026-08-24T13:08:55.783Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4760 | 2026-08-24T13:08:55.783Z | INFOAug 24 13:08:54.679 Aug 24 13:08:54.679adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4761 | 2026-08-24T13:08:55.783Z | INFOAug 24 13:08:54.679 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.679 |
| 4762 | 2026-08-24T13:08:55.783Z | DEBG Aug 24 13:08:54.679replacing 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4763 | 2026-08-24T13:08:55.783Z | DEBG |
| 4764 | 2026-08-24T13:08:55.783Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_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-08-24T13:08:55.783Z | |
| 4766 | 2026-08-24T13:08:55.783Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679INFO Aug 24 13:08:54.679adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-24T13:08:55.783Z | INFOAug 24 13:08:54.679 INFO Aug 24 13:08:54.679INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 4768 | 2026-08-24T13:08:55.783Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-24T13:08:55.783Z | |
| 4770 | 2026-08-24T13:08:55.783Z | Aug 24 13:08:54.679Aug 24 13:08:54.679replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679 |
| 4771 | 2026-08-24T13:08:55.783Z | 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 } }] |
| 4772 | 2026-08-24T13:08:55.783Z | DEBGAug 24 13:08:54.679DEBG Aug 24 13:08:54.679replacing 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 INFO |
| 4773 | 2026-08-24T13:08:55.783Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-24T13:08:55.783Z | |
| 4775 | 2026-08-24T13:08:55.783Z | 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 } }] |
| 4776 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 4777 | 2026-08-24T13:08:55.784Z | |
| 4778 | 2026-08-24T13:08:55.784Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 24 13:08:54.679 |
| 4779 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679 INFOINFO |
| 4780 | 2026-08-24T13:08:55.784Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 24 13:08:54.679 |
| 4781 | 2026-08-24T13:08:55.784Z | |
| 4782 | 2026-08-24T13:08:55.784Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679 |
| 4783 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679DEBG 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 } }]DEBG |
| 4784 | 2026-08-24T13:08:55.784Z | 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: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 } }] |
| 4785 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679 |
| 4786 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679 INFOINFO Aug 24 13:08:54.679Aug 24 13:08:54.679 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 4787 | 2026-08-24T13:08:55.784Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4788 | 2026-08-24T13:08:55.784Z | |
| 4789 | 2026-08-24T13:08:55.784Z | |
| 4790 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679 DEBGAug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 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 } }]DEBG |
| 4791 | 2026-08-24T13:08:55.784Z | 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 } }]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 } }] |
| 4792 | 2026-08-24T13:08:55.784Z | |
| 4793 | 2026-08-24T13:08:55.784Z | DEBGAug 24 13:08:54.679 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.679 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4794 | 2026-08-24T13:08:55.784Z | |
| 4795 | 2026-08-24T13:08:55.784Z | INFOAug 24 13:08:54.679 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 24 13:08:54.679Aug 24 13:08:54.679 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/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 } }] |
| 4796 | 2026-08-24T13:08:55.784Z | |
| 4797 | 2026-08-24T13:08:55.784Z | |
| 4798 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679 |
| 4799 | 2026-08-24T13:08:55.784Z | Aug 24 13:08:54.679DEBG INFO Aug 24 13:08:54.679 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4800 | 2026-08-24T13:08:55.784Z | |
| 4801 | 2026-08-24T13:08:55.784Z | DEBG Aug 24 13:08:54.679replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.679DEBG Aug 24 13:08:54.679INFO |
| 4802 | 2026-08-24T13:08:55.784Z | DEBG adding route 3fff:beef:39::/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 } }]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 } }] |
| 4803 | 2026-08-24T13:08:55.785Z | |
| 4804 | 2026-08-24T13:08:55.785Z | |
| 4805 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGAug 24 13:08:54.679 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 } }] |
| 4806 | 2026-08-24T13:08:55.785Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4807 | 2026-08-24T13:08:55.785Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4808 | 2026-08-24T13:08:55.785Z | |
| 4809 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4810 | 2026-08-24T13:08:55.785Z | |
| 4811 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679INFO INFOAug 24 13:08:54.679 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4812 | 2026-08-24T13:08:55.785Z | |
| 4813 | 2026-08-24T13:08:55.785Z | 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 } }] |
| 4814 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 Aug 24 13:08:54.679INFO Aug 24 13:08:54.679DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:3a::/64 -> 2001:db8::55:ffINFO |
| 4815 | 2026-08-24T13:08:55.785Z | |
| 4816 | 2026-08-24T13:08:55.785Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-24T13:08:55.785Z | |
| 4818 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679 Aug 24 13:08:54.679INFO Aug 24 13:08:54.679DEBGAug 24 13:08:54.679 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4819 | 2026-08-24T13:08:55.785Z | |
| 4820 | 2026-08-24T13:08:55.785Z | DEBG INFO Aug 24 13:08:54.679replacing 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 } }] |
| 4821 | 2026-08-24T13:08:55.785Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 24 13:08:54.679 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4822 | 2026-08-24T13:08:55.785Z | DEBG |
| 4823 | 2026-08-24T13:08:55.785Z | 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 } }] |
| 4824 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679 INFOAug 24 13:08:54.679 Aug 24 13:08:54.679adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4825 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4826 | 2026-08-24T13:08:55.785Z | Aug 24 13:08:54.679adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG |
| 4827 | 2026-08-24T13:08:55.790Z | 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 } }]Aug 24 13:08:54.679 Aug 24 13:08:54.679replacing 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 } }] INFODEBG |
| 4828 | 2026-08-24T13:08:55.790Z | |
| 4829 | 2026-08-24T13:08:55.790Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 24 13:08:54.679 |
| 4830 | 2026-08-24T13:08:55.790Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679 |
| 4831 | 2026-08-24T13:08:55.790Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 4832 | 2026-08-24T13:08:55.790Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 4833 | 2026-08-24T13:08:55.790Z | Aug 24 13:08:54.679adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4834 | 2026-08-24T13:08:55.790Z | 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 } }] |
| 4835 | 2026-08-24T13:08:55.790Z | DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679 |
| 4836 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 INFODEBG adding route 3fff:beef:12::/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 } }]DEBG |
| 4837 | 2026-08-24T13:08:55.791Z | |
| 4838 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679replacing 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 } }] INFODEBG |
| 4839 | 2026-08-24T13:08:55.791Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }] |
| 4840 | 2026-08-24T13:08:55.791Z | INFO |
| 4841 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 24 13:08:54.679 DEBG DEBGfailed to allocate space for the new target list Aug 24 13:08:54.679 |
| 4842 | 2026-08-24T13:08:55.791Z | |
| 4843 | 2026-08-24T13:08:55.791Z | 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 } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4844 | 2026-08-24T13:08:55.791Z | |
| 4845 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679 DEBG Aug 24 13:08:54.679replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.679 |
| 4846 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4847 | 2026-08-24T13:08:55.791Z | |
| 4848 | 2026-08-24T13:08:55.791Z | DEBG Aug 24 13:08:54.679Aug 24 13:08:54.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 24 13:08:54.679DEBG |
| 4849 | 2026-08-24T13:08:55.791Z | 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 |
| 4850 | 2026-08-24T13:08:55.791Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4851 | 2026-08-24T13:08:55.791Z | |
| 4852 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679Aug 24 13:08:54.679Aug 24 13:08:54.679 DEBGDEBG 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 } }] |
| 4853 | 2026-08-24T13:08:55.791Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4854 | 2026-08-24T13:08:55.791Z | 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 } }] |
| 4855 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679 INFOAug 24 13:08:54.679Aug 24 13:08:54.679 INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4856 | 2026-08-24T13:08:55.791Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4857 | 2026-08-24T13:08:55.791Z | 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 } }] |
| 4858 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 Aug 24 13:08:54.679DEBG INFODEBGreplacing 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 } }] |
| 4859 | 2026-08-24T13:08:55.791Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4860 | 2026-08-24T13:08:55.791Z | |
| 4861 | 2026-08-24T13:08:55.791Z | Aug 24 13:08:54.679Aug 24 13:08:54.679 INFOAug 24 13:08:54.679DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4862 | 2026-08-24T13:08:55.791Z | INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4863 | 2026-08-24T13:08:55.791Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4864 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBG DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4865 | 2026-08-24T13:08:55.792Z | |
| 4866 | 2026-08-24T13:08:55.792Z | |
| 4867 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 Aug 24 13:08:54.680DEBG INFO INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4868 | 2026-08-24T13:08:55.792Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4869 | 2026-08-24T13:08:55.792Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4870 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBG INFO DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4871 | 2026-08-24T13:08:55.792Z | |
| 4872 | 2026-08-24T13:08:55.792Z | |
| 4873 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGAug 24 13:08:54.680INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4874 | 2026-08-24T13:08:55.792Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4875 | 2026-08-24T13:08:55.792Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4876 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4877 | 2026-08-24T13:08:55.792Z | DEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680DEBG |
| 4878 | 2026-08-24T13:08:55.792Z | DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4879 | 2026-08-24T13:08:55.792Z | |
| 4880 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680 INFOAug 24 13:08:54.680 Aug 24 13:08:54.680 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4881 | 2026-08-24T13:08:55.792Z | INFO INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4882 | 2026-08-24T13:08:55.792Z | |
| 4883 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680 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 } }]Aug 24 13:08:54.680 |
| 4884 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4885 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680 |
| 4886 | 2026-08-24T13:08:55.792Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4887 | 2026-08-24T13:08:55.792Z | INFO Aug 24 13:08:54.680adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4888 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680INFO Aug 24 13:08:54.680 DEBG DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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: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 } }] |
| 4889 | 2026-08-24T13:08:55.792Z | |
| 4890 | 2026-08-24T13:08:55.792Z | |
| 4891 | 2026-08-24T13:08:55.792Z | Aug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGINFO adding route 3fff:beef:d::/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 } }]INFO |
| 4892 | 2026-08-24T13:08:55.792Z | |
| 4893 | 2026-08-24T13:08:55.793Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4894 | 2026-08-24T13:08:55.793Z | 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 } }]Aug 24 13:08:54.680 |
| 4895 | 2026-08-24T13:08:55.793Z | INFO Aug 24 13:08:54.680adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4896 | 2026-08-24T13:08:55.793Z | DEBGAug 24 13:08:54.680 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 |
| 4897 | 2026-08-24T13:08:55.793Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4898 | 2026-08-24T13:08:55.793Z | DEBGAug 24 13:08:54.680 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 } }]INFOAug 24 13:08:54.680 |
| 4899 | 2026-08-24T13:08:55.793Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG |
| 4900 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680 INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4901 | 2026-08-24T13:08:55.793Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4902 | 2026-08-24T13:08:55.793Z | DEBG Aug 24 13:08:54.680replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680 |
| 4903 | 2026-08-24T13:08:55.793Z | INFO DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4904 | 2026-08-24T13:08:55.793Z | |
| 4905 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680Aug 24 13:08:54.680INFO INFO DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/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 } }] |
| 4906 | 2026-08-24T13:08:55.793Z | |
| 4907 | 2026-08-24T13:08:55.793Z | |
| 4908 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGINFODEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4909 | 2026-08-24T13:08:55.793Z | |
| 4910 | 2026-08-24T13:08:55.793Z | 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 } }] |
| 4911 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4912 | 2026-08-24T13:08:55.793Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4913 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680 |
| 4914 | 2026-08-24T13:08:55.793Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4915 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4916 | 2026-08-24T13:08:55.793Z | |
| 4917 | 2026-08-24T13:08:55.793Z | Aug 24 13:08:54.680 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680Aug 24 13:08:54.680 |
| 4918 | 2026-08-24T13:08:55.793Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 4919 | 2026-08-24T13:08:55.793Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4920 | 2026-08-24T13:08:55.793Z | INFOAug 24 13:08:54.680 Aug 24 13:08:54.680adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 4921 | 2026-08-24T13:08:55.793Z | DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4922 | 2026-08-24T13:08:55.794Z | |
| 4923 | 2026-08-24T13:08:55.794Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 Aug 24 13:08:54.680 DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4924 | 2026-08-24T13:08:55.794Z | |
| 4925 | 2026-08-24T13:08:55.794Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4926 | 2026-08-24T13:08:55.794Z | Aug 24 13:08:54.680Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGDEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4927 | 2026-08-24T13:08:55.798Z | |
| 4928 | 2026-08-24T13:08:55.798Z | 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 } }] |
| 4929 | 2026-08-24T13:08:55.798Z | |
| 4930 | 2026-08-24T13:08:55.798Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4931 | 2026-08-24T13:08:55.798Z | 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 } }] |
| 4932 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBGDEBGAug 24 13:08:54.680 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680 |
| 4933 | 2026-08-24T13:08:55.799Z | DEBG Aug 24 13:08:54.680replacing 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 } }] |
| 4934 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 created new freemapAug 24 13:08:54.680, INFO INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 24 13:08:54.680INFO |
| 4935 | 2026-08-24T13:08:55.799Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOunit DEBG created new freemap:, unitfreemap_route_ipv4: |
| 4936 | 2026-08-24T13:08:55.799Z | freemap_route_ipv4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4937 | 2026-08-24T13:08:55.799Z | |
| 4938 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680DEBG Aug 24 13:08:54.680 created new freemapDEBG, unitDEBG: created new freemapreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4939 | 2026-08-24T13:08:55.799Z | freemap_route_ipv6unit |
| 4940 | 2026-08-24T13:08:55.799Z | : freemap_route_ipv6 |
| 4941 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 DEBGAug 24 13:08:54.680 initted freemap. size: 64INFO Aug 24 13:08:54.680adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, unitDEBG: replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4942 | 2026-08-24T13:08:55.799Z | |
| 4943 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 |
| 4944 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 DEBGINFO Aug 24 13:08:54.680 initted freemap. size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ff , |
| 4945 | 2026-08-24T13:08:55.799Z | unit:DEBG Aug 24 13:08:54.680 freemap_route_ipv4Aug 24 13:08:54.680DEBGreset freemap , DEBGunit |
| 4946 | 2026-08-24T13:08:55.799Z | 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: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 } }]: |
| 4947 | 2026-08-24T13:08:55.799Z | |
| 4948 | 2026-08-24T13:08:55.799Z | freemap_route_ipv4 |
| 4949 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680DEBG INFOAug 24 13:08:54.680reset freemap , unitINFO:Aug 24 13:08:54.680 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 4950 | 2026-08-24T13:08:55.799Z | initted freemap. size: 64, freemap_route_ipv4unit |
| 4951 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680: |
| 4952 | 2026-08-24T13:08:55.799Z | freemap_route_ipv6DEBG |
| 4953 | 2026-08-24T13:08:55.799Z | 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 } }] |
| 4954 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680DEBG 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 } }] |
| 4955 | 2026-08-24T13:08:55.799Z | initted freemap. size: 64Aug 24 13:08:54.680Aug 24 13:08:54.680 DEBG, INFOreset freemapunit , adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit: |
| 4956 | 2026-08-24T13:08:55.799Z | : freemap_route_ipv6 |
| 4957 | 2026-08-24T13:08:55.799Z | Aug 24 13:08:54.680freemap_route_ipv6 Aug 24 13:08:54.680 |
| 4958 | 2026-08-24T13:08:55.799Z | DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4959 | 2026-08-24T13:08:55.799Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 24 13:08:54.680 |
| 4960 | 2026-08-24T13:08:55.800Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4961 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 Aug 24 13:08:54.680 INFODEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 4962 | 2026-08-24T13:08:55.800Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff, Aug 24 13:08:54.680unit |
| 4963 | 2026-08-24T13:08:55.800Z | : Aug 24 13:08:54.680 freemap_route_ipv6 Aug 24 13:08:54.680 |
| 4964 | 2026-08-24T13:08:55.800Z | INFO DEBGDEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4965 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680replacing 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 } }] |
| 4966 | 2026-08-24T13:08:55.800Z | INFOcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 4967 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680 INFOAug 24 13:08:54.680unit Aug 24 13:08:54.680adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4968 | 2026-08-24T13:08:55.800Z | : DEBGfreemap_route_ipv4replacing 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 } }] |
| 4969 | 2026-08-24T13:08:55.800Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4970 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680 DEBG |
| 4971 | 2026-08-24T13:08:55.800Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680 |
| 4972 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680 DEBG INFOAug 24 13:08:54.680 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:ff |
| 4973 | 2026-08-24T13:08:55.800Z | |
| 4974 | 2026-08-24T13:08:55.800Z | INFOAug 24 13:08:54.680 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4975 | 2026-08-24T13:08:55.800Z | DEBG Aug 24 13:08:54.680created new freemap , Aug 24 13:08:54.680unit DEBGDEBG: replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4976 | 2026-08-24T13:08:55.800Z | |
| 4977 | 2026-08-24T13:08:55.800Z | freemap_route_ipv6 |
| 4978 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680Aug 24 13:08:54.680 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4979 | 2026-08-24T13:08:55.800Z | |
| 4980 | 2026-08-24T13:08:55.800Z | Aug 24 13:08:54.680adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG |
| 4981 | 2026-08-24T13:08:55.800Z | initted freemap. size: 64Aug 24 13:08:54.680Aug 24 13:08:54.680 , DEBGunit :replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680 |
| 4982 | 2026-08-24T13:08:55.800Z | 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 } }] |
| 4983 | 2026-08-24T13:08:55.800Z | DEBGAug 24 13:08:54.680 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 } }] freemap_route_ipv4Aug 24 13:08:54.680INFO |
| 4984 | 2026-08-24T13:08:55.800Z | |
| 4985 | 2026-08-24T13:08:55.800Z | INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4986 | 2026-08-24T13:08:55.800Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4987 | 2026-08-24T13:08:55.801Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680INFO DEBGAug 24 13:08:54.680Aug 24 13:08:54.680 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4988 | 2026-08-24T13:08:55.801Z | |
| 4989 | 2026-08-24T13:08:55.801Z | 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 } }] Aug 24 13:08:54.680reset freemap |
| 4990 | 2026-08-24T13:08:55.801Z | Aug 24 13:08:54.680INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG, |
| 4991 | 2026-08-24T13:08:55.801Z | unitreplacing 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 } }]: |
| 4992 | 2026-08-24T13:08:55.801Z | freemap_route_ipv4Aug 24 13:08:54.680Aug 24 13:08:54.680 |
| 4993 | 2026-08-24T13:08:55.801Z | DEBGINFO Aug 24 13:08:54.680replacing 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 } }] |
| 4994 | 2026-08-24T13:08:55.801Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4995 | 2026-08-24T13:08:55.801Z | INFO Aug 24 13:08:54.680adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 24 13:08:54.680Aug 24 13:08:54.680 INFODEBG |
| 4996 | 2026-08-24T13:08:55.801Z | adding route 3fff:beef:1e::/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 } }] |
| 4997 | 2026-08-24T13:08:55.801Z | |
| 4998 | 2026-08-24T13:08:55.801Z | DEBG Aug 24 13:08:54.680initted freemap. size: 64 Aug 24 13:08:54.680, DEBGunit 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:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.680 |
| 4999 | 2026-08-24T13:08:55.801Z | freemap_route_ipv6 |
| 5000 | 2026-08-24T13:08:55.801Z | INFO |
| 5001 | 2026-08-24T13:08:55.801Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5002 | 2026-08-24T13:08:55.801Z | Aug 24 13:08:54.680 Aug 24 13:08:54.680INFOAug 24 13:08:54.680 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 5003 | 2026-08-24T13:08:55.801Z | DEBG Aug 24 13:08:54.680adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5004 | 2026-08-24T13:08:55.801Z | Aug 24 13:08:54.680 reset freemap DEBG, Aug 24 13:08:54.680replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5005 | 2026-08-24T13:08:55.801Z | 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 } }]unitDEBG 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 } }] |
| 5006 | 2026-08-24T13:08:55.801Z | |
| 5007 | 2026-08-24T13:08:55.801Z | Aug 24 13:08:54.680: INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 24 13:08:54.681freemap_route_ipv6 |
| 5008 | 2026-08-24T13:08:55.801Z | INFO |
| 5009 | 2026-08-24T13:08:55.801Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 24 13:08:54.681Aug 24 13:08:54.681 |
| 5010 | 2026-08-24T13:08:55.801Z | INFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:08:54.681replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681 |
| 5011 | 2026-08-24T13:08:55.801Z | |
| 5012 | 2026-08-24T13:08:55.801Z | INFODEBG Aug 24 13:08:54.681Aug 24 13:08:54.681 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] DEBGINFO |
| 5013 | 2026-08-24T13:08:55.801Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5014 | 2026-08-24T13:08:55.801Z | |
| 5015 | 2026-08-24T13:08:55.801Z | |
| 5016 | 2026-08-24T13:08:55.802Z | Aug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681DEBG 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 } }]INFOINFO |
| 5017 | 2026-08-24T13:08:55.802Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5018 | 2026-08-24T13:08:55.802Z | |
| 5019 | 2026-08-24T13:08:55.802Z | Aug 24 13:08:54.681 Aug 24 13:08:54.681DEBGAug 24 13:08:54.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5020 | 2026-08-24T13:08:55.802Z | Aug 24 13:08:54.681INFO 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 } }]DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5021 | 2026-08-24T13:08:55.802Z | 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 } }] |
| 5022 | 2026-08-24T13:08:55.802Z | |
| 5023 | 2026-08-24T13:08:55.802Z | Aug 24 13:08:54.681 Aug 24 13:08:54.681Aug 24 13:08:54.681DEBGAug 24 13:08:54.681 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 } }]INFOINFO |
| 5024 | 2026-08-24T13:08:55.802Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5025 | 2026-08-24T13:08:55.802Z | |
| 5026 | 2026-08-24T13:08:55.802Z | Aug 24 13:08:54.681 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5027 | 2026-08-24T13:08:55.806Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:08:54.681Aug 24 13:08:54.681 |
| 5028 | 2026-08-24T13:08:55.807Z | DEBGAug 24 13:08:54.681 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681 |
| 5029 | 2026-08-24T13:08:55.807Z | 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 } }] |
| 5030 | 2026-08-24T13:08:55.807Z | 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 |
| 5031 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:08:54.681 |
| 5032 | 2026-08-24T13:08:55.807Z | INFOINFO Aug 24 13:08:54.681adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5033 | 2026-08-24T13:08:55.807Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 5034 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5035 | 2026-08-24T13:08:55.807Z | DEBGAug 24 13:08:54.681Aug 24 13:08:54.681 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 } }]DEBGINFO |
| 5036 | 2026-08-24T13:08:55.807Z | 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 172.16.0.0/32 -> 10.0.0.1 |
| 5037 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681 Aug 24 13:08:54.681 |
| 5038 | 2026-08-24T13:08:55.807Z | DEBGINFO Aug 24 13:08:54.681adding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5039 | 2026-08-24T13:08:55.807Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 5040 | 2026-08-24T13:08:55.807Z | |
| 5041 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681 Aug 24 13:08:54.681DEBG DEBG Aug 24 13:08:54.681replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5042 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:08:54.681 |
| 5043 | 2026-08-24T13:08:55.807Z | |
| 5044 | 2026-08-24T13:08:55.807Z | 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 |
| 5045 | 2026-08-24T13:08:55.807Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5046 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681INFO Aug 24 13:08:54.681 DEBG DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/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 } }] |
| 5047 | 2026-08-24T13:08:55.807Z | |
| 5048 | 2026-08-24T13:08:55.807Z | |
| 5049 | 2026-08-24T13:08:55.807Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5050 | 2026-08-24T13:08:55.807Z | Aug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681INFOAug 24 13:08:54.681 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 5051 | 2026-08-24T13:08:55.807Z | DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:08:54.681 |
| 5052 | 2026-08-24T13:08:55.807Z | DEBG |
| 5053 | 2026-08-24T13:08:55.807Z | 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: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 } }] |
| 5054 | 2026-08-24T13:08:55.807Z | |
| 5055 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681Aug 24 13:08:54.681 |
| 5056 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5057 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681 DEBGDEBGINFOAug 24 13:08:54.681 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 |
| 5058 | 2026-08-24T13:08:55.808Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681replacing 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 } }] |
| 5059 | 2026-08-24T13:08:55.808Z | |
| 5060 | 2026-08-24T13:08:55.808Z | 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 } }] |
| 5061 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681 Aug 24 13:08:54.681 INFOAug 24 13:08:54.681DEBG INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681adding route 3fff:beef:29::/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 } }] |
| 5062 | 2026-08-24T13:08:55.808Z | |
| 5063 | 2026-08-24T13:08:55.808Z | |
| 5064 | 2026-08-24T13:08:55.808Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:08:54.681INFOAug 24 13:08:54.681 |
| 5065 | 2026-08-24T13:08:55.808Z | DEBG INFOAug 24 13:08:54.681adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5066 | 2026-08-24T13:08:55.808Z | 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:ffDEBGAug 24 13:08:54.681 |
| 5067 | 2026-08-24T13:08:55.808Z | 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 } }] |
| 5068 | 2026-08-24T13:08:55.808Z | |
| 5069 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681DEBG Aug 24 13:08:54.681Aug 24 13:08:54.681DEBGAug 24 13:08:54.681 INFO 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 } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5070 | 2026-08-24T13:08:55.808Z | |
| 5071 | 2026-08-24T13:08:55.808Z | |
| 5072 | 2026-08-24T13:08:55.808Z | adding route 3fff:beef:24::/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 } }] |
| 5073 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681 |
| 5074 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681 INFODEBGAug 24 13:08:54.681Aug 24 13:08:54.681 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5075 | 2026-08-24T13:08:55.808Z | |
| 5076 | 2026-08-24T13:08:55.808Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5077 | 2026-08-24T13:08:55.808Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5078 | 2026-08-24T13:08:55.808Z | Aug 24 13:08:54.681 Aug 24 13:08:54.681INFO Aug 24 13:08:54.681INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 5079 | 2026-08-24T13:08:55.808Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681 |
| 5080 | 2026-08-24T13:08:55.808Z | DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681 |
| 5081 | 2026-08-24T13:08:55.808Z | DEBG Aug 24 13:08:54.681replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.681 |
| 5082 | 2026-08-24T13:08:55.809Z | INFO |
| 5083 | 2026-08-24T13:08:55.809Z | DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5084 | 2026-08-24T13:08:55.809Z | |
| 5085 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.681Aug 24 13:08:54.681 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5086 | 2026-08-24T13:08:55.809Z | |
| 5087 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.681 DEBG Aug 24 13:08:54.681replacing 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 } }] |
| 5088 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.681INFOAug 24 13:08:54.681 DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 5089 | 2026-08-24T13:08:55.809Z | 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: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 } }] |
| 5090 | 2026-08-24T13:08:55.809Z | |
| 5091 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.681Aug 24 13:08:54.681 Aug 24 13:08:54.681DEBGINFO 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 |
| 5092 | 2026-08-24T13:08:55.809Z | test route::tests::grow_succeeds ... ok |
| 5093 | 2026-08-24T13:08:55.809Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 24 13:08:54.681INFO |
| 5094 | 2026-08-24T13:08:55.809Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5095 | 2026-08-24T13:08:55.809Z | |
| 5096 | 2026-08-24T13:08:55.809Z | |
| 5097 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.681 DEBG Aug 24 13:08:54.681replacing 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 } }] DEBGAug 24 13:08:54.681 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5098 | 2026-08-24T13:08:55.809Z | created new freemapAug 24 13:08:54.681, unit :DEBG Aug 24 13:08:54.687created new freemap, unit : INFOfreemap_route_ipv4Aug 24 13:08:54.687freemap_route_ipv4 |
| 5099 | 2026-08-24T13:08:55.809Z | |
| 5100 | 2026-08-24T13:08:55.809Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5101 | 2026-08-24T13:08:55.809Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5102 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.687Aug 24 13:08:54.687 Aug 24 13:08:54.687DEBG DEBGcreated new freemapAug 24 13:08:54.687 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 } }], |
| 5103 | 2026-08-24T13:08:55.809Z | unit: DEBG freemap_route_ipv6 DEBG |
| 5104 | 2026-08-24T13:08:55.809Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapAug 24 13:08:54.687 |
| 5105 | 2026-08-24T13:08:55.809Z | , Aug 24 13:08:54.687INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 5106 | 2026-08-24T13:08:55.809Z | Aug 24 13:08:54.687initted freemap. size: 64 , INFOunit Aug 24 13:08:54.687adding route 3fff:beef:29::/64 -> 2001:db8::55:ff: DEBGfreemap_route_ipv4 unitreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5107 | 2026-08-24T13:08:55.809Z | |
| 5108 | 2026-08-24T13:08:55.809Z | |
| 5109 | 2026-08-24T13:08:55.809Z | : Aug 24 13:08:54.687Aug 24 13:08:54.687 DEBG Aug 24 13:08:54.687 DEBGfreemap_route_ipv6 |
| 5110 | 2026-08-24T13:08:55.809Z | reset freemapreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5111 | 2026-08-24T13:08:55.810Z | , adding route 172.17.0.3/32 -> 10.0.0.255unit: |
| 5112 | 2026-08-24T13:08:55.810Z | freemap_route_ipv4Aug 24 13:08:54.687 |
| 5113 | 2026-08-24T13:08:55.810Z | Aug 24 13:08:54.687INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.687 |
| 5114 | 2026-08-24T13:08:55.810Z | Aug 24 13:08:54.687replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5115 | 2026-08-24T13:08:55.810Z | initted freemap. size: 64Aug 24 13:08:54.687 DEBG, DEBGunitAug 24 13:08:54.687: INFOfreemap_route_ipv6 |
| 5116 | 2026-08-24T13:08:55.810Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5117 | 2026-08-24T13:08:55.810Z | initted freemap. size: 64replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 24 13:08:54.687 |
| 5118 | 2026-08-24T13:08:55.810Z | unit :Aug 24 13:08:54.687DEBG DEBG reset freemapreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.687 |
| 5119 | 2026-08-24T13:08:55.810Z | , INFOunit: freemap_route_ipv4 |
| 5120 | 2026-08-24T13:08:55.810Z | freemap_route_ipv6Aug 24 13:08:54.687 |
| 5121 | 2026-08-24T13:08:55.810Z | INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5122 | 2026-08-24T13:08:55.810Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5123 | 2026-08-24T13:08:55.810Z | Aug 24 13:08:54.687 Aug 24 13:08:54.687 DEBG reset freemap, Aug 24 13:08:54.687unit :INFOAug 24 13:08:54.687DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5124 | 2026-08-24T13:08:55.810Z | DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 5125 | 2026-08-24T13:08:55.810Z | 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 } }] |
| 5126 | 2026-08-24T13:08:55.810Z | |
| 5127 | 2026-08-24T13:08:55.815Z | Aug 24 13:08:54.688 DEBGAug 24 13:08:54.688 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5128 | 2026-08-24T13:08:55.815Z | Aug 24 13:08:54.688Aug 24 13:08:54.681Aug 24 13:08:54.688DEBGAug 24 13:08:54.688 DEBG INFO 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 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64 |
| 5129 | 2026-08-24T13:08:55.816Z | |
| 5130 | 2026-08-24T13:08:55.816Z | DEBG , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunitreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5131 | 2026-08-24T13:08:55.816Z | |
| 5132 | 2026-08-24T13:08:55.816Z | : DEBGfreemap_route_ipv6 |
| 5133 | 2026-08-24T13:08:55.816Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.688Aug 24 13:08:54.688 |
| 5134 | 2026-08-24T13:08:55.816Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 5135 | 2026-08-24T13:08:55.816Z | Aug 24 13:08:54.688 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5136 | 2026-08-24T13:08:55.816Z | Aug 24 13:08:54.688 adding route 172.17.0.7/32 -> 10.0.0.255Aug 24 13:08:54.688 |
| 5137 | 2026-08-24T13:08:55.816Z | DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5138 | 2026-08-24T13:08:55.816Z | DEBG Aug 24 13:08:54.688Aug 24 13:08:54.688 INFO reset freemapAug 24 13:08:54.688adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 5139 | 2026-08-24T13:08:55.816Z | , 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 } }]INFO |
| 5140 | 2026-08-24T13:08:55.816Z | unit adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff: |
| 5141 | 2026-08-24T13:08:55.816Z | freemap_route_ipv6Aug 24 13:08:54.688Aug 24 13:08:54.688 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 } }] |
| 5142 | 2026-08-24T13:08:55.816Z | |
| 5143 | 2026-08-24T13:08:55.816Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5144 | 2026-08-24T13:08:55.816Z | Aug 24 13:08:54.688 DEBG Aug 24 13:08:54.688Aug 24 13:08:54.688 Aug 24 13:08:54.688INFODEBGreplacing 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 } }] |
| 5145 | 2026-08-24T13:08:55.816Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5146 | 2026-08-24T13:08:55.816Z | INFO Aug 24 13:08:54.688adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5147 | 2026-08-24T13:08:55.816Z | INFOAug 24 13:08:54.688 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5148 | 2026-08-24T13:08:55.816Z | INFO |
| 5149 | 2026-08-24T13:08:55.816Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5150 | 2026-08-24T13:08:55.816Z | Aug 24 13:08:54.688 Aug 24 13:08:54.688Aug 24 13:08:54.688 Aug 24 13:08:54.688 DEBGDEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5151 | 2026-08-24T13:08:55.816Z | |
| 5152 | 2026-08-24T13:08:55.816Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5153 | 2026-08-24T13:08:55.816Z | Aug 24 13:08:54.688 |
| 5154 | 2026-08-24T13:08:55.816Z | INFOINFOAug 24 13:08:54.688 adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5155 | 2026-08-24T13:08:55.816Z | |
| 5156 | 2026-08-24T13:08:55.816Z | Aug 24 13:08:54.688INFO Aug 24 13:08:54.688adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5157 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688DEBG 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 } }] |
| 5158 | 2026-08-24T13:08:55.817Z | 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 |
| 5159 | 2026-08-24T13:08:55.817Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:08:54.688 |
| 5160 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 5161 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688 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 } }] |
| 5162 | 2026-08-24T13:08:55.817Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5163 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688Aug 24 13:08:54.688 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5164 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688 |
| 5165 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688INFO |
| 5166 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOAug 24 13:08:54.688replacing 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 } }] |
| 5167 | 2026-08-24T13:08:55.817Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5168 | 2026-08-24T13:08:55.817Z | |
| 5169 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688 Aug 24 13:08:54.688INFO INFOINFO Aug 24 13:08:54.688Aug 24 13:08:54.688 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 5170 | 2026-08-24T13:08:55.817Z | 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5171 | 2026-08-24T13:08:55.817Z | |
| 5172 | 2026-08-24T13:08:55.817Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5173 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688DEBG INFO |
| 5174 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5175 | 2026-08-24T13:08:55.817Z | |
| 5176 | 2026-08-24T13:08:55.817Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5177 | 2026-08-24T13:08:55.817Z | Aug 24 13:08:54.688Aug 24 13:08:54.688 INFODEBGAug 24 13:08:54.688 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5178 | 2026-08-24T13:08:55.817Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFODEBG |
| 5179 | 2026-08-24T13:08:55.817Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 24 13:08:54.688 |
| 5180 | 2026-08-24T13:08:55.817Z | INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 24 13:08:54.688adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5181 | 2026-08-24T13:08:55.817Z | |
| 5182 | 2026-08-24T13:08:55.817Z | 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:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5183 | 2026-08-24T13:08:55.817Z | |
| 5184 | 2026-08-24T13:08:55.818Z | 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 } }] |
| 5185 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688 Aug 24 13:08:54.688DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5186 | 2026-08-24T13:08:55.818Z | 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 } }]Aug 24 13:08:54.688Aug 24 13:08:54.688 |
| 5187 | 2026-08-24T13:08:55.818Z | INFOAug 24 13:08:54.688INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5188 | 2026-08-24T13:08:55.818Z | |
| 5189 | 2026-08-24T13:08:55.818Z | INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 24 13:08:54.688Aug 24 13:08:54.688 |
| 5190 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5191 | 2026-08-24T13:08:55.818Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 5192 | 2026-08-24T13:08:55.818Z | 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 } }] |
| 5193 | 2026-08-24T13:08:55.818Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5194 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688 Aug 24 13:08:54.688INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5195 | 2026-08-24T13:08:55.818Z | |
| 5196 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5197 | 2026-08-24T13:08:55.818Z | INFOAug 24 13:08:54.688 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG |
| 5198 | 2026-08-24T13:08:55.818Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.688 |
| 5199 | 2026-08-24T13:08:55.818Z | INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5200 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688Aug 24 13:08:54.688 Aug 24 13:08:54.688replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 5201 | 2026-08-24T13:08:55.818Z | |
| 5202 | 2026-08-24T13:08:55.818Z | 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 } }] |
| 5203 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688Aug 24 13:08:54.688 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5204 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688 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 } }]INFOAug 24 13:08:54.688 |
| 5205 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688 |
| 5206 | 2026-08-24T13:08:55.818Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFO |
| 5207 | 2026-08-24T13:08:55.818Z | Aug 24 13:08:54.688adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5208 | 2026-08-24T13:08:55.818Z | DEBGINFO Aug 24 13:08:54.688Aug 24 13:08:54.688adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:08:54.688 INFODEBGDEBG |
| 5209 | 2026-08-24T13:08:55.818Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5210 | 2026-08-24T13:08:55.818Z | 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 } }] |
| 5211 | 2026-08-24T13:08:55.818Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:08:54.688Aug 24 13:08:54.696 |
| 5212 | 2026-08-24T13:08:55.818Z | INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5213 | 2026-08-24T13:08:55.819Z | Aug 24 13:08:54.696created new freemap , WARNunit :shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 24 13:08:54.696 |
| 5214 | 2026-08-24T13:08:55.819Z | freemap_route_ipv4DEBG |
| 5215 | 2026-08-24T13:08:55.819Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696 |
| 5216 | 2026-08-24T13:08:55.819Z | Aug 24 13:08:54.696ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 5217 | 2026-08-24T13:08:55.819Z | Aug 24 13:08:54.696 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5218 | 2026-08-24T13:08:55.819Z | created new freemapAug 24 13:08:54.696, unitERRO: shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 24 13:08:54.696 |
| 5219 | 2026-08-24T13:08:55.819Z | freemap_route_ipv6DEBG |
| 5220 | 2026-08-24T13:08:55.819Z | 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 } }] |
| 5221 | 2026-08-24T13:08:55.819Z | Aug 24 13:08:54.696 DEBG initted freemap. size: 64, Aug 24 13:08:54.696unit : Aug 24 13:08:54.696 INFOfreemap_route_ipv4 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5222 | 2026-08-24T13:08:55.819Z | |
| 5223 | 2026-08-24T13:08:55.819Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5224 | 2026-08-24T13:08:55.819Z | 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 } }] |
| 5225 | 2026-08-24T13:08:55.819Z | Aug 24 13:08:54.696Aug 24 13:08:54.696 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 } }]reset freemap |
| 5226 | 2026-08-24T13:08:55.819Z | Aug 24 13:08:54.696, Aug 24 13:08:54.696unit : INFODEBG Aug 24 13:08:54.696freemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 5227 | 2026-08-24T13:08:55.824Z | 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 } }] |
| 5228 | 2026-08-24T13:08:55.824Z | |
| 5229 | 2026-08-24T13:08:55.824Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5230 | 2026-08-24T13:08:55.824Z | Aug 24 13:08:54.696 Aug 24 13:08:54.696Aug 24 13:08:54.696Aug 24 13:08:54.696 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5231 | 2026-08-24T13:08:55.824Z | 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 |
| 5232 | 2026-08-24T13:08:55.824Z | initted freemap. size: 64adding route 3fff:beef:34::/64 -> 2001:db8::55:ff, Aug 24 13:08:54.696 |
| 5233 | 2026-08-24T13:08:55.824Z | Aug 24 13:08:54.696 INFOunitINFO Aug 24 13:08:54.696adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5234 | 2026-08-24T13:08:55.824Z | DEBG adding route 3fff:beef:29::/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 } }] |
| 5235 | 2026-08-24T13:08:55.824Z | |
| 5236 | 2026-08-24T13:08:55.824Z | freemap_route_ipv6Aug 24 13:08:54.696Aug 24 13:08:54.696Aug 24 13:08:54.696 |
| 5237 | 2026-08-24T13:08:55.824Z | DEBG DEBG Aug 24 13:08:54.696replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5238 | 2026-08-24T13:08:55.824Z | INFO Aug 24 13:08:54.696adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5239 | 2026-08-24T13:08:55.824Z | |
| 5240 | 2026-08-24T13:08:55.824Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696 |
| 5241 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696 INFO Aug 24 13:08:54.696 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBGDEBG |
| 5242 | 2026-08-24T13:08:55.825Z | reset freemapreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5243 | 2026-08-24T13:08:55.825Z | |
| 5244 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696, unitAug 24 13:08:54.696 Aug 24 13:08:54.696Aug 24 13:08:54.696INFO: INFO DEBG freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5245 | 2026-08-24T13:08:55.825Z | INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5246 | 2026-08-24T13:08:55.825Z | |
| 5247 | 2026-08-24T13:08:55.825Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:36::/64 -> 2001:db8::55:ff |
| 5248 | 2026-08-24T13:08:55.825Z | |
| 5249 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696Aug 24 13:08:54.696 Aug 24 13:08:54.696DEBGDEBGAug 24 13:08:54.696 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.696 |
| 5250 | 2026-08-24T13:08:55.825Z | DEBGINFO DEBGAug 24 13:08:54.696replacing 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: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 } }] |
| 5251 | 2026-08-24T13:08:55.825Z | INFO |
| 5252 | 2026-08-24T13:08:55.825Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5253 | 2026-08-24T13:08:55.825Z | |
| 5254 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:08:54.696adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 24 13:08:54.696DEBG |
| 5255 | 2026-08-24T13:08:55.825Z | 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 } }] |
| 5256 | 2026-08-24T13:08:55.825Z | |
| 5257 | 2026-08-24T13:08:55.825Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 Aug 24 13:08:54.696DEBG 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 } }] |
| 5258 | 2026-08-24T13:08:55.825Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5259 | 2026-08-24T13:08:55.825Z | |
| 5260 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696 Aug 24 13:08:54.696DEBG Aug 24 13:08:54.696INFO Aug 24 13:08:54.696DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5261 | 2026-08-24T13:08:55.825Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.696 |
| 5262 | 2026-08-24T13:08:55.825Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5263 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696 |
| 5264 | 2026-08-24T13:08:55.825Z | INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5265 | 2026-08-24T13:08:55.825Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5266 | 2026-08-24T13:08:55.825Z | |
| 5267 | 2026-08-24T13:08:55.825Z | Aug 24 13:08:54.696 Aug 24 13:08:54.696Aug 24 13:08:54.696INFOAug 24 13:08:54.696 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 |
| 5268 | 2026-08-24T13:08:55.826Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }] |
| 5269 | 2026-08-24T13:08:55.826Z | |
| 5270 | 2026-08-24T13:08:55.826Z | Aug 24 13:08:54.696 |
| 5271 | 2026-08-24T13:08:55.826Z | INFO DEBG Aug 24 13:08:54.696replacing 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 } }] |
| 5272 | 2026-08-24T13:08:55.826Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 24 13:08:54.696replacing 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 } }] |
| 5273 | 2026-08-24T13:08:55.826Z | Aug 24 13:08:54.696INFO |
| 5274 | 2026-08-24T13:08:55.826Z | INFOAug 24 13:08:54.696 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5275 | 2026-08-24T13:08:55.826Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 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 } }] |
| 5276 | 2026-08-24T13:08:55.826Z | |
| 5277 | 2026-08-24T13:08:55.826Z | INFOAug 24 13:08:54.696 Aug 24 13:08:54.696 DEBGAug 24 13:08:54.696adding route 3fff:beef:34::/64 -> 2001:db8::55:ff 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 } }] |
| 5278 | 2026-08-24T13:08:55.826Z | DEBG |
| 5279 | 2026-08-24T13:08:55.826Z | DEBG Aug 24 13:08:54.696 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.696replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5280 | 2026-08-24T13:08:55.826Z | INFO |
| 5281 | 2026-08-24T13:08:55.826Z | INFOAug 24 13:08:54.696 Aug 24 13:08:54.696adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5282 | 2026-08-24T13:08:55.826Z | DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 } }] |
| 5283 | 2026-08-24T13:08:55.826Z | Aug 24 13:08:54.696 |
| 5284 | 2026-08-24T13:08:55.826Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 |
| 5285 | 2026-08-24T13:08:55.826Z | 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 |
| 5286 | 2026-08-24T13:08:55.826Z | Aug 24 13:08:54.696Aug 24 13:08:54.696adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:08:54.696 |
| 5287 | 2026-08-24T13:08:55.826Z | INFOAug 24 13:08:54.696 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5288 | 2026-08-24T13:08:55.826Z | |
| 5289 | 2026-08-24T13:08:55.826Z | DEBG |
| 5290 | 2026-08-24T13:08:55.826Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.696 Aug 24 13:08:54.696DEBG |
| 5291 | 2026-08-24T13:08:55.826Z | Aug 24 13:08:54.696DEBG Aug 24 13:08:54.696 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 } }]INFODEBG |
| 5292 | 2026-08-24T13:08:55.826Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5293 | 2026-08-24T13:08:55.826Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 |
| 5294 | 2026-08-24T13:08:55.826Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOAug 24 13:08:54.696replacing 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 } }] |
| 5295 | 2026-08-24T13:08:55.826Z | INFOAug 24 13:08:54.696 |
| 5296 | 2026-08-24T13:08:55.826Z | adding route 172.17.0.27/32 -> 10.0.0.255 DEBG |
| 5297 | 2026-08-24T13:08:55.827Z | test route::tests::identity_replace_is_noop ... ok |
| 5298 | 2026-08-24T13:08:55.827Z | 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 } }] |
| 5299 | 2026-08-24T13:08:55.827Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:08:54.696Aug 24 13:08:54.696 |
| 5300 | 2026-08-24T13:08:55.827Z | DEBGAug 24 13:08:54.696 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.696 |
| 5301 | 2026-08-24T13:08:55.827Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 5302 | 2026-08-24T13:08:55.827Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 24 13:08:54.696 |
| 5303 | 2026-08-24T13:08:55.827Z | INFO |
| 5304 | 2026-08-24T13:08:55.827Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:08:54.696 |
| 5305 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.696Aug 24 13:08:54.696 DEBGDEBG DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5306 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.696 |
| 5307 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.696DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.696 |
| 5308 | 2026-08-24T13:08:55.827Z | 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 } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5309 | 2026-08-24T13:08:55.827Z | |
| 5310 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.696 Aug 24 13:08:54.696INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5311 | 2026-08-24T13:08:55.827Z | INFO Aug 24 13:08:54.696adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5312 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.696INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGAug 24 13:08:54.696 |
| 5313 | 2026-08-24T13:08:55.827Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5314 | 2026-08-24T13:08:55.827Z | 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 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 } }] |
| 5315 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.696Aug 24 13:08:54.697 INFO adding route 172.17.0.30/32 -> 10.0.0.255 Aug 24 13:08:54.704 |
| 5316 | 2026-08-24T13:08:55.827Z | DEBG Aug 24 13:08:54.696created new freemap, DEBGunit :failed to allocate space for the new target list |
| 5317 | 2026-08-24T13:08:55.827Z | freemap_route_ipv4 |
| 5318 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.704 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 } }] |
| 5319 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.704 |
| 5320 | 2026-08-24T13:08:55.827Z | Aug 24 13:08:54.704 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 } }]Aug 24 13:08:54.704 |
| 5321 | 2026-08-24T13:08:55.827Z | INFO created new freemapadding route 172.17.0.31/32 -> 10.0.0.255, |
| 5322 | 2026-08-24T13:08:55.827Z | unit: freemap_route_ipv6Aug 24 13:08:54.704 |
| 5323 | 2026-08-24T13:08:55.827Z | DEBG Aug 24 13:08:54.704DEBGAug 24 13:08:54.704 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5324 | 2026-08-24T13:08:55.827Z | DEBG |
| 5325 | 2026-08-24T13:08:55.827Z | 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 } }]initted freemap. size: 64Aug 24 13:08:54.704 |
| 5326 | 2026-08-24T13:08:55.828Z | WARN, unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):Aug 24 13:08:54.704Aug 24 13:08:54.704 |
| 5327 | 2026-08-24T13:08:55.832Z | INFOINFO freemap_route_ipv4 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5328 | 2026-08-24T13:08:55.832Z | |
| 5329 | 2026-08-24T13:08:55.832Z | |
| 5330 | 2026-08-24T13:08:55.832Z | Aug 24 13:08:54.704Aug 24 13:08:54.704 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5331 | 2026-08-24T13:08:55.833Z | |
| 5332 | 2026-08-24T13:08:55.833Z | Aug 24 13:08:54.704 DEBGAug 24 13:08:54.704Aug 24 13:08:54.704 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemap |
| 5333 | 2026-08-24T13:08:55.833Z | , |
| 5334 | 2026-08-24T13:08:55.833Z | unit: Aug 24 13:08:54.704freemap_route_ipv4Aug 24 13:08:54.704 |
| 5335 | 2026-08-24T13:08:55.833Z | 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 } }] |
| 5336 | 2026-08-24T13:08:55.833Z | 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 } }] |
| 5337 | 2026-08-24T13:08:55.833Z | Aug 24 13:08:54.704 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5338 | 2026-08-24T13:08:55.833Z | Aug 24 13:08:54.704Aug 24 13:08:54.704 DEBGINFOAug 24 13:08:54.704 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5339 | 2026-08-24T13:08:55.833Z | DEBGinitted freemap. size: 64 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5340 | 2026-08-24T13:08:55.833Z | unit:Aug 24 13:08:54.704 freemap_route_ipv6 |
| 5341 | 2026-08-24T13:08:55.833Z | DEBG Aug 24 13:08:54.704 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 |
| 5342 | 2026-08-24T13:08:55.833Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:08:54.704 |
| 5343 | 2026-08-24T13:08:55.833Z | DEBG Aug 24 13:08:54.681reset freemap Aug 24 13:08:54.704, Aug 24 13:08:54.704INFOunit :DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }] |
| 5344 | 2026-08-24T13:08:55.833Z | |
| 5345 | 2026-08-24T13:08:55.833Z | |
| 5346 | 2026-08-24T13:08:55.833Z | Aug 24 13:08:54.704Aug 24 13:08:54.704 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.704adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5347 | 2026-08-24T13:08:55.833Z | |
| 5348 | 2026-08-24T13:08:55.833Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:08:54.704 |
| 5349 | 2026-08-24T13:08:55.833Z | Aug 24 13:08:54.704 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:08:54.704DEBG 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 } }] |
| 5350 | 2026-08-24T13:08:55.833Z | |
| 5351 | 2026-08-24T13:08:55.833Z | 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 } }] |
| 5352 | 2026-08-24T13:08:55.833Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:08:54.704 |
| 5353 | 2026-08-24T13:08:55.833Z | DEBGAug 24 13:08:54.704 INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5354 | 2026-08-24T13:08:55.833Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 24 13:08:54.704 |
| 5355 | 2026-08-24T13:08:55.833Z | INFO Aug 24 13:08:54.704 Aug 24 13:08:54.704DEBG INFOfailed to allocate space for the new target list |
| 5356 | 2026-08-24T13:08:55.833Z | adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5357 | 2026-08-24T13:08:55.833Z | |
| 5358 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.696Aug 24 13:08:54.704Aug 24 13:08:54.704 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5359 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5360 | 2026-08-24T13:08:55.834Z | DEBGAug 24 13:08:54.704Aug 24 13:08:54.704 DEBGINFODEBG created new freemapadding route 172.17.0.38/32 -> 10.0.0.255replacing 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 } }] |
| 5361 | 2026-08-24T13:08:55.834Z | , |
| 5362 | 2026-08-24T13:08:55.834Z | unit:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5363 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704 Aug 24 13:08:54.704freemap_route_ipv4 INFODEBG |
| 5364 | 2026-08-24T13:08:55.834Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 24 13:08:54.704 |
| 5365 | 2026-08-24T13:08:55.834Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5366 | 2026-08-24T13:08:55.834Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5367 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704Aug 24 13:08:54.704 Aug 24 13:08:54.704INFO DEBGDEBG adding route 172.17.0.39/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 } }] |
| 5368 | 2026-08-24T13:08:55.834Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.704 |
| 5369 | 2026-08-24T13:08:55.834Z | |
| 5370 | 2026-08-24T13:08:55.834Z | DEBGAug 24 13:08:54.704 Aug 24 13:08:54.704DEBG Aug 24 13:08:54.704INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5371 | 2026-08-24T13:08:55.834Z | INFO |
| 5372 | 2026-08-24T13:08:55.834Z | created new freemap adding route 3fff:beef:27::/64 -> 2001:db8::55:ff, |
| 5373 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704unitAug 24 13:08:54.704 :INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 24 13:08:54.704 |
| 5374 | 2026-08-24T13:08:55.834Z | freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 5375 | 2026-08-24T13:08:55.834Z | |
| 5376 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704replacing 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 } }] |
| 5377 | 2026-08-24T13:08:55.834Z | 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 } }]Aug 24 13:08:54.704 |
| 5378 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704 DEBGDEBGAug 24 13:08:54.704 Aug 24 13:08:54.704INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5379 | 2026-08-24T13:08:55.834Z | INFO initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5380 | 2026-08-24T13:08:55.834Z | , adding route 172.17.0.41/32 -> 10.0.0.255unit |
| 5381 | 2026-08-24T13:08:55.834Z | : freemap_route_ipv4 |
| 5382 | 2026-08-24T13:08:55.834Z | Aug 24 13:08:54.704 DEBG Aug 24 13:08:54.704replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5383 | 2026-08-24T13:08:55.834Z | DEBGAug 24 13:08:54.704 reset freemap , DEBGunit Aug 24 13:08:54.704replacing 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 } }]: |
| 5384 | 2026-08-24T13:08:55.834Z | INFOfreemap_route_ipv4 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5385 | 2026-08-24T13:08:55.834Z | |
| 5386 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.704 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 24 13:08:54.704 |
| 5387 | 2026-08-24T13:08:55.835Z | 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 } }] |
| 5388 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.704 Aug 24 13:08:54.704DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.704 |
| 5389 | 2026-08-24T13:08:55.835Z | initted freemap. size: 64INFO, unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff: |
| 5390 | 2026-08-24T13:08:55.835Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5391 | 2026-08-24T13:08:55.835Z | freemap_route_ipv6Aug 24 13:08:54.704 |
| 5392 | 2026-08-24T13:08:55.835Z | INFO Aug 24 13:08:54.704adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5393 | 2026-08-24T13:08:55.835Z | DEBG Aug 24 13:08:54.704replacing 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 } }] |
| 5394 | 2026-08-24T13:08:55.835Z | DEBG Aug 24 13:08:54.704reset freemap , DEBGunit :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 } }] |
| 5395 | 2026-08-24T13:08:55.835Z | freemap_route_ipv6 |
| 5396 | 2026-08-24T13:08:55.835Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5397 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.704Aug 24 13:08:54.704 INFOINFO Aug 24 13:08:54.704adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5398 | 2026-08-24T13:08:55.835Z | |
| 5399 | 2026-08-24T13:08:55.835Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5400 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.704 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 } }] |
| 5401 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.704 DEBGAug 24 13:08:54.704 Aug 24 13:08:54.704DEBG 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 } }] |
| 5402 | 2026-08-24T13:08:55.835Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5403 | 2026-08-24T13:08:55.835Z | |
| 5404 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.704Aug 24 13:08:54.704 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5405 | 2026-08-24T13:08:55.835Z | 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 } }] |
| 5406 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.705 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:08:54.705 |
| 5407 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.705DEBG 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 } }] |
| 5408 | 2026-08-24T13:08:55.835Z | INFOAug 24 13:08:54.705 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5409 | 2026-08-24T13:08:55.835Z | DEBG Aug 24 13:08:54.705replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5410 | 2026-08-24T13:08:55.835Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5411 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.705Aug 24 13:08:54.705 Aug 24 13:08:54.705DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5412 | 2026-08-24T13:08:55.835Z | 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 } }] |
| 5413 | 2026-08-24T13:08:55.835Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5414 | 2026-08-24T13:08:55.835Z | Aug 24 13:08:54.705 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5415 | 2026-08-24T13:08:55.836Z | Aug 24 13:08:54.705 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:08:54.705 |
| 5416 | 2026-08-24T13:08:55.836Z | Aug 24 13:08:54.705Aug 24 13:08:54.712Aug 24 13:08:54.705Aug 24 13:08:54.705 DEBGDEBG created new freemap, unit :DEBG freemap_route_ipv4Aug 24 13:08:54.696 INFOcreated new freemap |
| 5417 | 2026-08-24T13:08:55.836Z | , unitadding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 5418 | 2026-08-24T13:08:55.836Z | freemap_route_ipv4DEBG |
| 5419 | 2026-08-24T13:08:55.836Z | Aug 24 13:08:54.712 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 |
| 5420 | 2026-08-24T13:08:55.836Z | created new freemapAug 24 13:08:54.712, 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 |
| 5421 | 2026-08-24T13:08:55.836Z | |
| 5422 | 2026-08-24T13:08:55.836Z | Aug 24 13:08:54.712 DEBG Aug 24 13:08:54.712Aug 24 13:08:54.712DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5423 | 2026-08-24T13:08:55.836Z | initted freemap. size: 64created new freemap, unit, :created new freemapAug 24 13:08:54.712 , INFO freemap_route_ipv4unit |
| 5424 | 2026-08-24T13:08:55.836Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff:unit: |
| 5425 | 2026-08-24T13:08:55.836Z | Aug 24 13:08:54.712freemap_route_ipv4 |
| 5426 | 2026-08-24T13:08:55.836Z | DEBGDEBGAug 24 13:08:54.712 freemap_route_ipv6 |
| 5427 | 2026-08-24T13:08:55.841Z | INFO reset freemap, unitadding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:08:54.712 |
| 5428 | 2026-08-24T13:08:55.841Z | Aug 24 13:08:54.712 Aug 24 13:08:54.712DEBG :DEBG DEBG freemap_route_ipv4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5429 | 2026-08-24T13:08:55.841Z | initted freemap. size: 64, |
| 5430 | 2026-08-24T13:08:55.841Z | unitcreated new freemap:, Aug 24 13:08:54.713unit : replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 DEBGAug 24 13:08:54.713 |
| 5431 | 2026-08-24T13:08:55.841Z | freemap_route_ipv6initted freemap. size: 64 |
| 5432 | 2026-08-24T13:08:55.841Z | |
| 5433 | 2026-08-24T13:08:55.841Z | Aug 24 13:08:54.713, unitAug 24 13:08:54.713 DEBG Aug 24 13:08:54.713WARN Aug 24 13:08:54.713DEBG: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 } }] DEBGfreemap_route_ipv6 |
| 5434 | 2026-08-24T13:08:55.841Z | INFOinitted freemap. size: 64, |
| 5435 | 2026-08-24T13:08:55.841Z | unit Aug 24 13:08:54.713 :DEBG reset freemap Aug 24 13:08:54.713, reset freemap unit, INFOfreemap_route_ipv4unit: |
| 5436 | 2026-08-24T13:08:55.841Z | : freemap_route_ipv4adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5437 | 2026-08-24T13:08:55.841Z | |
| 5438 | 2026-08-24T13:08:55.841Z | freemap_route_ipv6 |
| 5439 | 2026-08-24T13:08:55.841Z | |
| 5440 | 2026-08-24T13:08:55.841Z | Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713 DEBGINFO Aug 24 13:08:54.713 initted freemap. size: 64DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG, DEBGunitshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5441 | 2026-08-24T13:08:55.841Z | 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 } }]: |
| 5442 | 2026-08-24T13:08:55.841Z | 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 } }]freemap_route_ipv6 |
| 5443 | 2026-08-24T13:08:55.841Z | |
| 5444 | 2026-08-24T13:08:55.841Z | |
| 5445 | 2026-08-24T13:08:55.841Z | Aug 24 13:08:54.713reset freemap Aug 24 13:08:54.713DEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 5446 | 2026-08-24T13:08:55.841Z | DEBG: Aug 24 13:08:54.713Aug 24 13:08:54.713 INFOreset freemapAug 24 13:08:54.713freemap_route_ipv4 , INFOINFOunit |
| 5447 | 2026-08-24T13:08:55.841Z | : adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5448 | 2026-08-24T13:08:55.841Z | freemap_route_ipv6 |
| 5449 | 2026-08-24T13:08:55.841Z | |
| 5450 | 2026-08-24T13:08:55.841Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:08:54.713 |
| 5451 | 2026-08-24T13:08:55.841Z | Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713DEBG DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5452 | 2026-08-24T13:08:55.842Z | INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 5453 | 2026-08-24T13:08:55.842Z | : |
| 5454 | 2026-08-24T13:08:55.842Z | Aug 24 13:08:54.713 Aug 24 13:08:54.713 Aug 24 13:08:54.713INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5455 | 2026-08-24T13:08:55.842Z | |
| 5456 | 2026-08-24T13:08:55.842Z | Aug 24 13:08:54.713Aug 24 13:08:54.713 DEBG reset freemap , DEBG unitINFO :Aug 24 13:08:54.705Aug 24 13:08:54.713 adding route 172.17.0.51/32 -> 10.0.0.255DEBGfreemap_route_ipv6 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 } }] |
| 5457 | 2026-08-24T13:08:55.842Z | 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 } }] |
| 5458 | 2026-08-24T13:08:55.842Z | , unit |
| 5459 | 2026-08-24T13:08:55.842Z | |
| 5460 | 2026-08-24T13:08:55.842Z | : freemap_route_ipv4Aug 24 13:08:54.713Aug 24 13:08:54.713Aug 24 13:08:54.713 Aug 24 13:08:54.705Aug 24 13:08:54.713 |
| 5461 | 2026-08-24T13:08:55.842Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5462 | 2026-08-24T13:08:55.842Z | |
| 5463 | 2026-08-24T13:08:55.842Z | DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:08:54.713 Aug 24 13:08:54.713Aug 24 13:08:54.713 |
| 5464 | 2026-08-24T13:08:55.842Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], 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 } }] |
| 5465 | 2026-08-24T13:08:55.842Z | unitAug 24 13:08:54.713: freemap_route_ipv6 |
| 5466 | 2026-08-24T13:08:55.842Z | |
| 5467 | 2026-08-24T13:08:55.842Z | |
| 5468 | 2026-08-24T13:08:55.842Z | DEBG Aug 24 13:08:54.713replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.713Aug 24 13:08:54.713DEBG |
| 5469 | 2026-08-24T13:08:55.842Z | 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 } }]Aug 24 13:08:54.713adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5470 | 2026-08-24T13:08:55.842Z | DEBGINFO |
| 5471 | 2026-08-24T13:08:55.842Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffinitted freemap. size: 64, Aug 24 13:08:54.713unit :WARN freemap_route_ipv4shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5472 | 2026-08-24T13:08:55.842Z | |
| 5473 | 2026-08-24T13:08:55.842Z | |
| 5474 | 2026-08-24T13:08:55.842Z | Aug 24 13:08:54.713Aug 24 13:08:54.713 INFODEBGAug 24 13:08:54.713Aug 24 13:08:54.713 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 5475 | 2026-08-24T13:08:55.842Z | adding route 172.17.0.52/32 -> 10.0.0.255reset freemap |
| 5476 | 2026-08-24T13:08:55.842Z | , 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 } }] |
| 5477 | 2026-08-24T13:08:55.842Z | unit:Aug 24 13:08:54.713 freemap_route_ipv4INFOAug 24 13:08:54.713 |
| 5478 | 2026-08-24T13:08:55.842Z | Aug 24 13:08:54.713 DEBG adding route 172.16.0.0/32 -> 10.0.0.3INFO Aug 24 13:08:54.713 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 } }] |
| 5479 | 2026-08-24T13:08:55.842Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5480 | 2026-08-24T13:08:55.843Z | DEBG |
| 5481 | 2026-08-24T13:08:55.843Z | initted freemap. size: 64, unitAug 24 13:08:54.713: Aug 24 13:08:54.713freemap_route_ipv6 |
| 5482 | 2026-08-24T13:08:55.843Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:08:54.713 |
| 5483 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713 |
| 5484 | 2026-08-24T13:08:55.843Z | DEBG INFOreset freemap , Aug 24 13:08:54.713unitAug 24 13:08:54.713 :INFO freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5485 | 2026-08-24T13:08:55.843Z | |
| 5486 | 2026-08-24T13:08:55.843Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.53/32 -> 10.0.0.255Aug 24 13:08:54.713 |
| 5487 | 2026-08-24T13:08:55.843Z | |
| 5488 | 2026-08-24T13:08:55.843Z | test route::tests::delete_targets_full ... ok |
| 5489 | 2026-08-24T13:08:55.843Z | INFOAug 24 13:08:54.713 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5490 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713 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 |
| 5491 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 5492 | 2026-08-24T13:08:55.843Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:08:54.713 |
| 5493 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713 DEBG INFO Aug 24 13:08:54.713replacing 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:32::/64 -> 2001:db8::55:ff |
| 5494 | 2026-08-24T13:08:55.843Z | INFO |
| 5495 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 5496 | 2026-08-24T13:08:55.843Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:08:54.713 |
| 5497 | 2026-08-24T13:08:55.843Z | INFOAug 24 13:08:54.713 Aug 24 13:08:54.713adding route 172.17.0.54/32 -> 10.0.0.255DEBGAug 24 13:08:54.713 DEBG |
| 5498 | 2026-08-24T13:08:55.843Z | 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 } }] |
| 5499 | 2026-08-24T13:08:55.843Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 5500 | 2026-08-24T13:08:55.843Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5501 | 2026-08-24T13:08:55.843Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5502 | 2026-08-24T13:08:55.843Z | |
| 5503 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713 DEBGAug 24 13:08:54.713Aug 24 13:08:54.713 Aug 24 13:08:54.713INFO INFOadding route 172.17.0.0/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 } }] |
| 5504 | 2026-08-24T13:08:55.843Z | |
| 5505 | 2026-08-24T13:08:55.843Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5506 | 2026-08-24T13:08:55.843Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5507 | 2026-08-24T13:08:55.843Z | Aug 24 13:08:54.713 |
| 5508 | 2026-08-24T13:08:55.844Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5509 | 2026-08-24T13:08:55.844Z | Aug 24 13:08:54.713DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5510 | 2026-08-24T13:08:55.844Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:08:54.713Aug 24 13:08:54.713 |
| 5511 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5512 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5513 | 2026-08-24T13:08:55.844Z | DEBG Aug 24 13:08:54.713 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 } }] INFODEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5514 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5515 | 2026-08-24T13:08:55.844Z | |
| 5516 | 2026-08-24T13:08:55.844Z | |
| 5517 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5518 | 2026-08-24T13:08:55.844Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5519 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5520 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5521 | 2026-08-24T13:08:55.844Z | Aug 24 13:08:54.713Aug 24 13:08:54.713 Aug 24 13:08:54.713DEBG INFO Aug 24 13:08:54.713replacing 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 |
| 5522 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5523 | 2026-08-24T13:08:55.844Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5524 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5525 | 2026-08-24T13:08:55.844Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 24 13:08:54.713DEBG |
| 5526 | 2026-08-24T13:08:55.844Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5527 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5528 | 2026-08-24T13:08:55.849Z | Aug 24 13:08:54.713Aug 24 13:08:54.713 DEBG INFODEBG Aug 24 13:08:54.713adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5529 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5530 | 2026-08-24T13:08:55.849Z | |
| 5531 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5532 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5533 | 2026-08-24T13:08:55.849Z | 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 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 } }] |
| 5534 | 2026-08-24T13:08:55.849Z | |
| 5535 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5536 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5537 | 2026-08-24T13:08:55.849Z | Aug 24 13:08:54.713 Aug 24 13:08:54.713 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 } }] |
| 5538 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5539 | 2026-08-24T13:08:55.849Z | DEBG Aug 24 13:08:54.713replacing 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 } }] |
| 5540 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5541 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5542 | 2026-08-24T13:08:55.849Z | Aug 24 13:08:54.713 INFOINFO Aug 24 13:08:54.713INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5543 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5544 | 2026-08-24T13:08:55.849Z | |
| 5545 | 2026-08-24T13:08:55.849Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5546 | 2026-08-24T13:08:55.849Z | adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 24 13:08:54.713 |
| 5547 | 2026-08-24T13:08:55.850Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5548 | 2026-08-24T13:08:55.850Z | |
| 5549 | 2026-08-24T13:08:55.850Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5550 | 2026-08-24T13:08:55.850Z | INFOAug 24 13:08:54.713Aug 24 13:08:54.713 adding route 172.17.0.56/32 -> 10.0.0.255Aug 24 13:08:54.713DEBG 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 } }] |
| 5551 | 2026-08-24T13:08:55.850Z | |
| 5552 | 2026-08-24T13:08:55.850Z | DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.713 DEBGAug 24 13:08:54.713 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 } }] |
| 5553 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.713created new freemap , INFOunit :adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5554 | 2026-08-24T13:08:55.850Z | freemap_route_ipv4 |
| 5555 | 2026-08-24T13:08:55.850Z | DEBG |
| 5556 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.721 DEBGAug 24 13:08:54.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }] |
| 5557 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.721INFO DEBG created new freemap |
| 5558 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.721 , Aug 24 13:08:54.721adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunitINFO: adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5559 | 2026-08-24T13:08:55.850Z | |
| 5560 | 2026-08-24T13:08:55.850Z | freemap_route_ipv6Aug 24 13:08:54.721 |
| 5561 | 2026-08-24T13:08:55.850Z | INFO INFO Aug 24 13:08:54.721adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5562 | 2026-08-24T13:08:55.850Z | |
| 5563 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGDEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]initted freemap. size: 64 |
| 5564 | 2026-08-24T13:08:55.850Z | |
| 5565 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.721, Aug 24 13:08:54.721unit:Aug 24 13:08:54.721 DEBGfreemap_route_ipv4Aug 24 13:08:54.721 INFOINFO |
| 5566 | 2026-08-24T13:08:55.850Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5567 | 2026-08-24T13:08:55.850Z | DEBGadding route 3fff:beef:37::/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: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 } }] |
| 5568 | 2026-08-24T13:08:55.850Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 |
| 5569 | 2026-08-24T13:08:55.850Z | DEBGDEBG reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 5570 | 2026-08-24T13:08:55.850Z | : |
| 5571 | 2026-08-24T13:08:55.850Z | freemap_route_ipv4Aug 24 13:08:54.721 |
| 5572 | 2026-08-24T13:08:55.850Z | DEBGAug 24 13:08:54.721 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721INFO Aug 24 13:08:54.721Aug 24 13:08:54.721adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5573 | 2026-08-24T13:08:55.850Z | DEBG |
| 5574 | 2026-08-24T13:08:55.850Z | DEBG Aug 24 13:08:54.721initted freemap. size: 64 Aug 24 13:08:54.721, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unitDEBG: |
| 5575 | 2026-08-24T13:08:55.851Z | 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_ipv6 |
| 5576 | 2026-08-24T13:08:55.851Z | |
| 5577 | 2026-08-24T13:08:55.851Z | INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5578 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721 |
| 5579 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5580 | 2026-08-24T13:08:55.851Z | reset freemapAug 24 13:08:54.721, unitAug 24 13:08:54.721DEBG: DEBG freemap_route_ipv6 |
| 5581 | 2026-08-24T13:08:55.851Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721replacing 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 } }] |
| 5582 | 2026-08-24T13:08:55.851Z | |
| 5583 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721DEBG 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 |
| 5584 | 2026-08-24T13:08:55.851Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:08:54.721 |
| 5585 | 2026-08-24T13:08:55.851Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5586 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721 INFOAug 24 13:08:54.721 Aug 24 13:08:54.721INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 5587 | 2026-08-24T13:08:55.851Z | |
| 5588 | 2026-08-24T13:08:55.851Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:ff |
| 5589 | 2026-08-24T13:08:55.851Z | |
| 5590 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5591 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 |
| 5592 | 2026-08-24T13:08:55.851Z | DEBG 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 } }] |
| 5593 | 2026-08-24T13:08:55.851Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5594 | 2026-08-24T13:08:55.851Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 INFOINFO Aug 24 13:08:54.721adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:08:54.721 |
| 5595 | 2026-08-24T13:08:55.851Z | 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 } }]INFO |
| 5596 | 2026-08-24T13:08:55.851Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5597 | 2026-08-24T13:08:55.851Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 24 13:08:54.721 |
| 5598 | 2026-08-24T13:08:55.851Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5599 | 2026-08-24T13:08:55.851Z | DEBGAug 24 13:08:54.721 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 } }] |
| 5600 | 2026-08-24T13:08:55.851Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5601 | 2026-08-24T13:08:55.851Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:08:54.721 |
| 5602 | 2026-08-24T13:08:55.851Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5603 | 2026-08-24T13:08:55.852Z | DEBGAug 24 13:08:54.721 |
| 5604 | 2026-08-24T13:08:55.852Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5605 | 2026-08-24T13:08:55.852Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5606 | 2026-08-24T13:08:55.852Z | INFOAug 24 13:08:54.721replacing 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 } }] |
| 5607 | 2026-08-24T13:08:55.852Z | DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5608 | 2026-08-24T13:08:55.852Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5609 | 2026-08-24T13:08:55.852Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 INFODEBG 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:beef:3b::/64 -> 2001:db8::55:ff |
| 5610 | 2026-08-24T13:08:55.852Z | Aug 24 13:08:54.721 |
| 5611 | 2026-08-24T13:08:55.852Z | Aug 24 13:08:54.721 DEBGINFO Aug 24 13:08:54.721 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5612 | 2026-08-24T13:08:55.852Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:08:54.721 |
| 5613 | 2026-08-24T13:08:55.852Z | 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 } }] Aug 24 13:08:54.721replacing 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 } }] |
| 5614 | 2026-08-24T13:08:55.852Z | DEBG |
| 5615 | 2026-08-24T13:08:55.852Z | Aug 24 13:08:54.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5616 | 2026-08-24T13:08:55.852Z | 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 } }]Aug 24 13:08:54.721Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGINFO |
| 5617 | 2026-08-24T13:08:55.852Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5618 | 2026-08-24T13:08:55.852Z | INFOAug 24 13:08:54.721 |
| 5619 | 2026-08-24T13:08:55.852Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 5620 | 2026-08-24T13:08:55.852Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5621 | 2026-08-24T13:08:55.852Z | Aug 24 13:08:54.721 Aug 24 13:08:54.721DEBG Aug 24 13:08:54.721DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5622 | 2026-08-24T13:08:55.852Z | DEBG |
| 5623 | 2026-08-24T13:08:55.852Z | 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 } }] |
| 5624 | 2026-08-24T13:08:55.852Z | Aug 24 13:08:54.721Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGAug 24 13:08:54.721INFO failed to allocate space for the new target listadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5625 | 2026-08-24T13:08:55.852Z | DEBG |
| 5626 | 2026-08-24T13:08:55.852Z | 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 } }] |
| 5627 | 2026-08-24T13:08:55.857Z | Aug 24 13:08:54.721INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 24 13:08:54.721replacing 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 } }] |
| 5628 | 2026-08-24T13:08:55.857Z | |
| 5629 | 2026-08-24T13:08:55.857Z | DEBG Aug 24 13:08:54.721Aug 24 13:08:54.721 INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:08:54.721 |
| 5630 | 2026-08-24T13:08:55.857Z | |
| 5631 | 2026-08-24T13:08:55.857Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5632 | 2026-08-24T13:08:55.857Z | DEBG Aug 24 13:08:54.721replacing 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 } }] |
| 5633 | 2026-08-24T13:08:55.857Z | 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 } }]Aug 24 13:08:54.721Aug 24 13:08:54.721 DEBGINFO |
| 5634 | 2026-08-24T13:08:55.857Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5635 | 2026-08-24T13:08:55.857Z | |
| 5636 | 2026-08-24T13:08:55.857Z | Aug 24 13:08:54.721 INFOAug 24 13:08:54.721 Aug 24 13:08:54.721adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5637 | 2026-08-24T13:08:55.857Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 5638 | 2026-08-24T13:08:55.857Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721 |
| 5639 | 2026-08-24T13:08:55.857Z | DEBGAug 24 13:08:54.721Aug 24 13:08:54.721 Aug 24 13:08:54.714replacing 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 } }] |
| 5640 | 2026-08-24T13:08:55.857Z | 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 } }]DEBGINFO |
| 5641 | 2026-08-24T13:08:55.857Z | Aug 24 13:08:54.721 INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:08:54.721 |
| 5642 | 2026-08-24T13:08:55.857Z | created new freemap |
| 5643 | 2026-08-24T13:08:55.858Z | INFO, adding route 172.17.0.59/32 -> 10.0.0.255unit |
| 5644 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721 Aug 24 13:08:54.721DEBG: Aug 24 13:08:54.721replacing 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 } }] |
| 5645 | 2026-08-24T13:08:55.858Z | DEBGDEBG freemap_route_ipv4replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:08:54.721 |
| 5646 | 2026-08-24T13:08:55.858Z | INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5647 | 2026-08-24T13:08:55.858Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5648 | 2026-08-24T13:08:55.858Z | |
| 5649 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721Aug 24 13:08:54.721Aug 24 13:08:54.721 Aug 24 13:08:54.721 DEBGINFODEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5650 | 2026-08-24T13:08:55.858Z | adding route 172.17.0.60/32 -> 10.0.0.255created new freemap , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffunit |
| 5651 | 2026-08-24T13:08:55.858Z | |
| 5652 | 2026-08-24T13:08:55.858Z | :Aug 24 13:08:54.721 freemap_route_ipv6INFOAug 24 13:08:54.721 |
| 5653 | 2026-08-24T13:08:55.858Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:08:54.721 |
| 5654 | 2026-08-24T13:08:55.858Z | DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:08:54.721replacing 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 } }] |
| 5655 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721 |
| 5656 | 2026-08-24T13:08:55.858Z | DEBG DEBGinitted freemap. size: 64 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 } }], |
| 5657 | 2026-08-24T13:08:55.858Z | unitAug 24 13:08:54.721: Aug 24 13:08:54.721INFOfreemap_route_ipv4Aug 24 13:08:54.721 INFODEBG |
| 5658 | 2026-08-24T13:08:55.858Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5659 | 2026-08-24T13:08:55.858Z | failed to allocate space for the new target list adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5660 | 2026-08-24T13:08:55.858Z | |
| 5661 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721 Aug 24 13:08:54.721DEBG DEBGreset freemap Aug 24 13:08:54.721replacing 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 } }], |
| 5662 | 2026-08-24T13:08:55.858Z | DEBGunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:08:54.721: |
| 5663 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721 DEBGINFO freemap_route_ipv4adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5664 | 2026-08-24T13:08:55.858Z | |
| 5665 | 2026-08-24T13:08:55.858Z | 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 } }] |
| 5666 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721Aug 24 13:08:54.721 Aug 24 13:08:54.721DEBG 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 } }]initted freemap. size: 64 |
| 5667 | 2026-08-24T13:08:55.858Z | , INFOunit adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 24 13:08:54.722 |
| 5668 | 2026-08-24T13:08:55.858Z | DEBG created new freemap, Aug 24 13:08:54.729unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 5669 | 2026-08-24T13:08:55.858Z | |
| 5670 | 2026-08-24T13:08:55.858Z | Aug 24 13:08:54.721Aug 24 13:08:54.729 Aug 24 13:08:54.729DEBGDEBG DEBGfailed to allocate space for the new target list |
| 5671 | 2026-08-24T13:08:55.859Z | created new freemap, unit:created new freemap , Aug 24 13:08:54.729freemap_route_ipv6 |
| 5672 | 2026-08-24T13:08:55.859Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit |
| 5673 | 2026-08-24T13:08:55.859Z | :Aug 24 13:08:54.729 freemap_route_ipv4DEBG |
| 5674 | 2026-08-24T13:08:55.859Z | initted freemap. size: 64Aug 24 13:08:54.729 DEBG, failed to allocate space for the new target list |
| 5675 | 2026-08-24T13:08:55.859Z | Aug 24 13:08:54.721Aug 24 13:08:54.729unit INFO: 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 } }]freemap_route_ipv4 |
| 5676 | 2026-08-24T13:08:55.859Z | freemap_route_ipv6 created new freemap |
| 5677 | 2026-08-24T13:08:55.859Z | |
| 5678 | 2026-08-24T13:08:55.859Z | adding route 172.17.0.22/32 -> 10.0.0.255, Aug 24 13:08:54.729unitAug 24 13:08:54.729 : INFO DEBGfreemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5679 | 2026-08-24T13:08:55.859Z | |
| 5680 | 2026-08-24T13:08:55.859Z | Aug 24 13:08:54.729reset freemap, unit |
| 5681 | 2026-08-24T13:08:55.859Z | : Aug 24 13:08:54.729 freemap_route_ipv4Aug 24 13:08:54.729DEBG |
| 5682 | 2026-08-24T13:08:55.859Z | DEBGreset freemapDEBG initted freemap. size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.729 |
| 5683 | 2026-08-24T13:08:55.859Z | , , unitunit ::DEBGAug 24 13:08:54.729 freemap_route_ipv4 |
| 5684 | 2026-08-24T13:08:55.859Z | INFOinitted freemap. size: 64 , adding route 172.17.0.5/32 -> 10.0.0.255unit |
| 5685 | 2026-08-24T13:08:55.859Z | freemap_route_ipv6:Aug 24 13:08:54.729 |
| 5686 | 2026-08-24T13:08:55.859Z | Aug 24 13:08:54.729Aug 24 13:08:54.729DEBG DEBGreset 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 } }] |
| 5687 | 2026-08-24T13:08:55.859Z | freemap_route_ipv6unit: |
| 5688 | 2026-08-24T13:08:55.859Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5689 | 2026-08-24T13:08:55.859Z | DEBG Aug 24 13:08:54.729replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.729 |
| 5690 | 2026-08-24T13:08:55.859Z | INFOfreemap_route_ipv4 |
| 5691 | 2026-08-24T13:08:55.859Z | adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 24 13:08:54.729 |
| 5692 | 2026-08-24T13:08:55.859Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:08:54.729reset freemap, Aug 24 13:08:54.729 |
| 5693 | 2026-08-24T13:08:55.859Z | DEBG Aug 24 13:08:54.729 unit initted freemap. size: 64:INFODEBG , 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_ipv6unit : |
| 5694 | 2026-08-24T13:08:55.859Z | |
| 5695 | 2026-08-24T13:08:55.859Z | freemap_route_ipv6 |
| 5696 | 2026-08-24T13:08:55.859Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5697 | 2026-08-24T13:08:55.859Z | Aug 24 13:08:54.729Aug 24 13:08:54.729Aug 24 13:08:54.729 Aug 24 13:08:54.729DEBGINFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5698 | 2026-08-24T13:08:55.859Z | |
| 5699 | 2026-08-24T13:08:55.859Z | 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 } }]Aug 24 13:08:54.729 |
| 5700 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729Aug 24 13:08:54.729reset freemap , DEBG unit Aug 24 13:08:54.729 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5701 | 2026-08-24T13:08:55.860Z | :INFO freemap_route_ipv6replacing 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 } }] |
| 5702 | 2026-08-24T13:08:55.860Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5703 | 2026-08-24T13:08:55.860Z | |
| 5704 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729 INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 24 13:08:54.729 Aug 24 13:08:54.729INFO |
| 5705 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 5706 | 2026-08-24T13:08:55.860Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:08:54.729 |
| 5707 | 2026-08-24T13:08:55.860Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:08:54.729 |
| 5708 | 2026-08-24T13:08:55.860Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5709 | 2026-08-24T13:08:55.860Z | 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 } }] |
| 5710 | 2026-08-24T13:08:55.860Z | 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 } }] |
| 5711 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729 Aug 24 13:08:54.729Aug 24 13:08:54.729 Aug 24 13:08:54.729DEBGAug 24 13:08:54.729 INFO INFO INFOINFOadding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5712 | 2026-08-24T13:08:55.860Z | |
| 5713 | 2026-08-24T13:08:55.860Z | |
| 5714 | 2026-08-24T13:08:55.860Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5715 | 2026-08-24T13:08:55.860Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 24 13:08:54.729 |
| 5716 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729Aug 24 13:08:54.729 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5717 | 2026-08-24T13:08:55.860Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.729 |
| 5718 | 2026-08-24T13:08:55.860Z | DEBG |
| 5719 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729 DEBGAug 24 13:08:54.729replacing 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 |
| 5720 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOAug 24 13:08:54.729 |
| 5721 | 2026-08-24T13:08:55.860Z | |
| 5722 | 2026-08-24T13:08:55.860Z | INFOadding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:08:54.729 |
| 5723 | 2026-08-24T13:08:55.860Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5724 | 2026-08-24T13:08:55.860Z | Aug 24 13:08:54.729Aug 24 13:08:54.729 DEBG INFOAug 24 13:08:54.729 Aug 24 13:08:54.729 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:08:54.730 |
| 5725 | 2026-08-24T13:08:55.860Z | |
| 5726 | 2026-08-24T13:08:55.860Z | DEBG created new freemapAug 24 13:08:54.722INFO, Aug 24 13:08:54.738unit DEBGAug 24 13:08:54.738 DEBGcreated new freemap INFO, unit :adding route 172.17.0.0/32 -> 10.0.0.255: |
| 5727 | 2026-08-24T13:08:55.866Z | freemap_route_ipv4 |
| 5728 | 2026-08-24T13:08:55.866Z | freemap_route_ipv4 Aug 24 13:08:54.738adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5729 | 2026-08-24T13:08:55.866Z | |
| 5730 | 2026-08-24T13:08:55.866Z | 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 } }]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 } }] |
| 5731 | 2026-08-24T13:08:55.866Z | Aug 24 13:08:54.738 |
| 5732 | 2026-08-24T13:08:55.866Z | DEBG Aug 24 13:08:54.738created new freemapAug 24 13:08:54.738, Aug 24 13:08:54.738DEBGunit :INFO freemap_route_ipv6created new freemap |
| 5733 | 2026-08-24T13:08:55.866Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 24 13:08:54.738DEBG , unitINFOAug 24 13:08:54.738 :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 } }] |
| 5734 | 2026-08-24T13:08:55.866Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 5735 | 2026-08-24T13:08:55.866Z | initted freemap. size: 64 freemap_route_ipv6 |
| 5736 | 2026-08-24T13:08:55.866Z | , Aug 24 13:08:54.738unit: |
| 5737 | 2026-08-24T13:08:55.866Z | DEBGfreemap_route_ipv4Aug 24 13:08:54.738 |
| 5738 | 2026-08-24T13:08:55.866Z | Aug 24 13:08:54.738DEBG Aug 24 13:08:54.738replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.738 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 5739 | 2026-08-24T13:08:55.866Z | INFO |
| 5740 | 2026-08-24T13:08:55.866Z | reset freemap, , unitadding route 172.17.0.26/32 -> 10.0.0.255: |
| 5741 | 2026-08-24T13:08:55.866Z | Aug 24 13:08:54.738freemap_route_ipv4unit |
| 5742 | 2026-08-24T13:08:55.866Z | :Aug 24 13:08:54.738 freemap_route_ipv4 |
| 5743 | 2026-08-24T13:08:55.866Z | INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:08:54.738Aug 24 13:08:54.738adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5744 | 2026-08-24T13:08:55.866Z | DEBG |
| 5745 | 2026-08-24T13:08:55.866Z | initted freemap. size: 64 , unitDEBG:Aug 24 13:08:54.738 Aug 24 13:08:54.738freemap_route_ipv6 |
| 5746 | 2026-08-24T13:08:55.866Z | 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 } }]Aug 24 13:08:54.738 Aug 24 13:08:54.738DEBG |
| 5747 | 2026-08-24T13:08:55.866Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5748 | 2026-08-24T13:08:55.866Z | 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 } }] |
| 5749 | 2026-08-24T13:08:55.866Z | reset freemap, unitDEBG:Aug 24 13:08:54.738Aug 24 13:08:54.738Aug 24 13:08:54.738 freemap_route_ipv6 INFO |
| 5750 | 2026-08-24T13:08:55.866Z | INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255reset freemap |
| 5751 | 2026-08-24T13:08:55.867Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:08:54.738 adding route 172.17.0.13/32 -> 10.0.0.255, INFO |
| 5752 | 2026-08-24T13:08:55.867Z | unitadding route 172.16.0.0/32 -> 10.0.0.1: |
| 5753 | 2026-08-24T13:08:55.867Z | |
| 5754 | 2026-08-24T13:08:55.867Z | freemap_route_ipv4 |
| 5755 | 2026-08-24T13:08:55.867Z | Aug 24 13:08:54.738Aug 24 13:08:54.738Aug 24 13:08:54.738 Aug 24 13:08:54.738Aug 24 13:08:54.738 DEBGDEBG DEBGinitted freemap. size: 64 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], |
| 5756 | 2026-08-24T13:08:55.867Z | DEBGunit: |
| 5757 | 2026-08-24T13:08:55.867Z | DEBGfreemap_route_ipv6Aug 24 13:08:54.738 |
| 5758 | 2026-08-24T13:08:55.867Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5759 | 2026-08-24T13:08:55.867Z | |
| 5760 | 2026-08-24T13:08:55.867Z | |
| 5761 | 2026-08-24T13:08:55.867Z | Aug 24 13:08:54.738 INFO Aug 24 13:08:54.738 Aug 24 13:08:54.738DEBG adding route 172.17.0.4/32 -> 10.0.0.255reset freemapDEBGAug 24 13:08:54.738 , |
| 5762 | 2026-08-24T13:08:55.867Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 24 13:08:54.738 |
| 5763 | 2026-08-24T13:08:55.867Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5764 | 2026-08-24T13:08:55.867Z | unit:Aug 24 13:08:54.738 freemap_route_ipv6Aug 24 13:08:54.738DEBG |
| 5765 | 2026-08-24T13:08:55.867Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5766 | 2026-08-24T13:08:55.867Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738 |
| 5767 | 2026-08-24T13:08:55.867Z | Aug 24 13:08:54.738 Aug 24 13:08:54.738INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 24 13:08:54.738 |
| 5768 | 2026-08-24T13:08:55.867Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.28/32 -> 10.0.0.255DEBG |
| 5769 | 2026-08-24T13:08:55.867Z | |
| 5770 | 2026-08-24T13:08:55.867Z | INFOAug 24 13:08:54.738 adding route 172.17.0.5/32 -> 10.0.0.255Aug 24 13:08:54.738DEBGreplacing 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 } }] |
| 5771 | 2026-08-24T13:08:55.867Z | |
| 5772 | 2026-08-24T13:08:55.867Z | INFOAug 24 13:08:54.738replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 5773 | 2026-08-24T13:08:55.867Z | 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 } }] |
| 5774 | 2026-08-24T13:08:55.867Z | Aug 24 13:08:54.738 |
| 5775 | 2026-08-24T13:08:55.867Z | Aug 24 13:08:54.738DEBG 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 } }]Aug 24 13:08:54.738Aug 24 13:08:54.738 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5776 | 2026-08-24T13:08:55.867Z | |
| 5777 | 2026-08-24T13:08:55.867Z | Aug 24 13:08:54.738 INFO INFOAug 24 13:08:54.738 Aug 24 13:08:54.738 adding route 172.17.0.0/32 -> 10.0.0.255 INFODEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5778 | 2026-08-24T13:08:55.867Z | |
| 5779 | 2026-08-24T13:08:55.867Z | |
| 5780 | 2026-08-24T13:08:55.868Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5781 | 2026-08-24T13:08:55.868Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5782 | 2026-08-24T13:08:55.868Z | Aug 24 13:08:54.738Aug 24 13:08:54.738 DEBGDEBGAug 24 13:08:54.738 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 |
| 5783 | 2026-08-24T13:08:55.868Z | 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 } }] |
| 5784 | 2026-08-24T13:08:55.868Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5785 | 2026-08-24T13:08:55.868Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738Aug 24 13:08:54.738 Aug 24 13:08:54.738 INFO |
| 5786 | 2026-08-24T13:08:55.868Z | test route::tests::same_size_non_subset_replace ... ok |
| 5787 | 2026-08-24T13:08:55.868Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255Aug 24 13:08:54.738 |
| 5788 | 2026-08-24T13:08:55.868Z | DEBG |
| 5789 | 2026-08-24T13:08:55.868Z | Aug 24 13:08:54.738 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 } }]INFOAug 24 13:08:54.738 |
| 5790 | 2026-08-24T13:08:55.868Z | DEBGDEBGAug 24 13:08:54.738adding route 172.17.0.16/32 -> 10.0.0.255 DEBG |
| 5791 | 2026-08-24T13:08:55.868Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5792 | 2026-08-24T13:08:55.868Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738replacing 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 } }] |
| 5793 | 2026-08-24T13:08:55.868Z | |
| 5794 | 2026-08-24T13:08:55.868Z | Aug 24 13:08:54.738 DEBGINFO Aug 24 13:08:54.738adding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5795 | 2026-08-24T13:08:55.868Z | Aug 24 13:08:54.738 |
| 5796 | 2026-08-24T13:08:55.868Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5797 | 2026-08-24T13:08:55.868Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 24 13:08:54.738 |
| 5798 | 2026-08-24T13:08:55.868Z | INFOAug 24 13:08:54.738 Aug 24 13:08:54.738Aug 24 13:08:54.738 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 5799 | 2026-08-24T13:08:55.868Z | DEBG 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 } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738 |
| 5800 | 2026-08-24T13:08:55.868Z | |
| 5801 | 2026-08-24T13:08:55.868Z | 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 |
| 5802 | 2026-08-24T13:08:55.868Z | Aug 24 13:08:54.738replacing 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 } }] |
| 5803 | 2026-08-24T13:08:55.868Z | INFO Aug 24 13:08:54.738 Aug 24 13:08:54.738adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 24 13:08:54.738 |
| 5804 | 2026-08-24T13:08:55.868Z | INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 Aug 24 13:08:54.738adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5805 | 2026-08-24T13:08:55.868Z | |
| 5806 | 2026-08-24T13:08:55.868Z | |
| 5807 | 2026-08-24T13:08:55.868Z | 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 } }]Aug 24 13:08:54.738 |
| 5808 | 2026-08-24T13:08:55.869Z | Aug 24 13:08:54.738DEBGAug 24 13:08:54.738 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 } }]DEBGAug 24 13:08:54.738 |
| 5809 | 2026-08-24T13:08:55.869Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 Aug 24 13:08:54.738DEBG |
| 5810 | 2026-08-24T13:08:55.869Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5811 | 2026-08-24T13:08:55.869Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738 |
| 5812 | 2026-08-24T13:08:55.869Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5813 | 2026-08-24T13:08:55.869Z | DEBGAug 24 13:08:54.738 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 |
| 5814 | 2026-08-24T13:08:55.869Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:08:54.738 |
| 5815 | 2026-08-24T13:08:55.869Z | DEBG Aug 24 13:08:54.738 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738 |
| 5816 | 2026-08-24T13:08:55.869Z | INFODEBGAug 24 13:08:54.738 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5817 | 2026-08-24T13:08:55.869Z | Aug 24 13:08:54.738INFO |
| 5818 | 2026-08-24T13:08:55.869Z | adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 5819 | 2026-08-24T13:08:55.869Z | Aug 24 13:08:54.738adding route 172.17.0.5/32 -> 10.0.0.255 Aug 24 13:08:54.738INFOAug 24 13:08:54.738 |
| 5820 | 2026-08-24T13:08:55.869Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5821 | 2026-08-24T13:08:55.869Z | 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 } }] |
| 5822 | 2026-08-24T13:08:55.869Z | DEBGAug 24 13:08:54.738Aug 24 13:08:54.738 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 } }]DEBGAug 24 13:08:54.738 |
| 5823 | 2026-08-24T13:08:55.869Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5824 | 2026-08-24T13:08:55.869Z | |
| 5825 | 2026-08-24T13:08:55.869Z | INFOAug 24 13:08:54.738 Aug 24 13:08:54.738INFOadding route 172.17.0.12/32 -> 10.0.0.255 Aug 24 13:08:54.738 |
| 5826 | 2026-08-24T13:08:55.869Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5827 | 2026-08-24T13:08:55.874Z | |
| 5828 | 2026-08-24T13:08:55.874Z | Aug 24 13:08:54.738 DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5829 | 2026-08-24T13:08:55.874Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.738 |
| 5830 | 2026-08-24T13:08:55.874Z | Aug 24 13:08:54.738 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 } }] Aug 24 13:08:54.739replacing 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 } }] |
| 5831 | 2026-08-24T13:08:55.874Z | |
| 5832 | 2026-08-24T13:08:55.874Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5833 | 2026-08-24T13:08:55.874Z | Aug 24 13:08:54.739 Aug 24 13:08:54.739INFOAug 24 13:08:54.739Aug 24 13:08:54.739 DEBGDEBG INFOadding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5834 | 2026-08-24T13:08:55.874Z | |
| 5835 | 2026-08-24T13:08:55.875Z | 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 } }] |
| 5836 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.739 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5837 | 2026-08-24T13:08:55.875Z | |
| 5838 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5839 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746Aug 24 13:08:54.746 DEBGDEBGAug 24 13:08:54.746 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.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 } }] |
| 5840 | 2026-08-24T13:08:55.875Z | |
| 5841 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746 DEBG Aug 24 13:08:54.746INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5842 | 2026-08-24T13:08:55.875Z | |
| 5843 | 2026-08-24T13:08:55.875Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5844 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746 Aug 24 13:08:54.746DEBG 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 } }] |
| 5845 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5846 | 2026-08-24T13:08:55.875Z | |
| 5847 | 2026-08-24T13:08:55.875Z | 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 } }] |
| 5848 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746Aug 24 13:08:54.746 Aug 24 13:08:54.746INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 24 13:08:54.746DEBG |
| 5849 | 2026-08-24T13:08:55.875Z | DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5850 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746 |
| 5851 | 2026-08-24T13:08:55.875Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5852 | 2026-08-24T13:08:55.875Z | 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 } }]Aug 24 13:08:54.746 |
| 5853 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.746Aug 24 13:08:54.746 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255INFOAug 24 13:08:54.747 |
| 5854 | 2026-08-24T13:08:55.875Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5855 | 2026-08-24T13:08:55.875Z | |
| 5856 | 2026-08-24T13:08:55.875Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5857 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 DEBGAug 24 13:08:54.747INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 24 13:08:54.747replacing 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.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 } }] |
| 5858 | 2026-08-24T13:08:55.875Z | |
| 5859 | 2026-08-24T13:08:55.875Z | |
| 5860 | 2026-08-24T13:08:55.875Z | 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 } }]Aug 24 13:08:54.747Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5861 | 2026-08-24T13:08:55.875Z | |
| 5862 | 2026-08-24T13:08:55.875Z | Aug 24 13:08:54.747 |
| 5863 | 2026-08-24T13:08:55.875Z | INFO Aug 24 13:08:54.747adding route 172.17.0.37/32 -> 10.0.0.255Aug 24 13:08:54.747 |
| 5864 | 2026-08-24T13:08:55.876Z | DEBG INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.747 |
| 5865 | 2026-08-24T13:08:55.876Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:08:54.747replacing 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 } }] |
| 5866 | 2026-08-24T13:08:55.876Z | |
| 5867 | 2026-08-24T13:08:55.876Z | INFO |
| 5868 | 2026-08-24T13:08:55.876Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:08:54.747 |
| 5869 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747DEBG |
| 5870 | 2026-08-24T13:08:55.876Z | INFO Aug 24 13:08:54.747adding route 172.17.0.38/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 } }]Aug 24 13:08:54.747 |
| 5871 | 2026-08-24T13:08:55.876Z | DEBG |
| 5872 | 2026-08-24T13:08:55.876Z | INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:08:54.747 |
| 5873 | 2026-08-24T13:08:55.876Z | |
| 5874 | 2026-08-24T13:08:55.876Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5875 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747INFO DEBG DEBG adding route 172.17.0.13/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 } }]Aug 24 13:08:54.747 |
| 5876 | 2026-08-24T13:08:55.876Z | 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 |
| 5877 | 2026-08-24T13:08:55.876Z | |
| 5878 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747 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 |
| 5879 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 |
| 5880 | 2026-08-24T13:08:55.876Z | INFO INFOAug 24 13:08:54.747 adding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:08:54.747INFO |
| 5881 | 2026-08-24T13:08:55.876Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5882 | 2026-08-24T13:08:55.876Z | |
| 5883 | 2026-08-24T13:08:55.876Z | INFO Aug 24 13:08:54.747adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5884 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747DEBG 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 } }] |
| 5885 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747replacing 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 |
| 5886 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 DEBGINFO |
| 5887 | 2026-08-24T13:08:55.876Z | adding route 172.17.0.21/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 } }] |
| 5888 | 2026-08-24T13:08:55.876Z | |
| 5889 | 2026-08-24T13:08:55.876Z | Aug 24 13:08:54.747 Aug 24 13:08:54.747INFO Aug 24 13:08:54.747Aug 24 13:08:54.747 INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5890 | 2026-08-24T13:08:55.877Z | 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.15/32 -> 10.0.0.255 |
| 5891 | 2026-08-24T13:08:55.877Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5892 | 2026-08-24T13:08:55.877Z | |
| 5893 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747Aug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747 DEBGINFO DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5894 | 2026-08-24T13:08:55.877Z | 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 } }] |
| 5895 | 2026-08-24T13:08:55.877Z | |
| 5896 | 2026-08-24T13:08:55.877Z | 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 } }]Aug 24 13:08:54.747Aug 24 13:08:54.747 |
| 5897 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 5898 | 2026-08-24T13:08:55.877Z | |
| 5899 | 2026-08-24T13:08:55.877Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:08:54.747 |
| 5900 | 2026-08-24T13:08:55.877Z | INFOAug 24 13:08:54.747Aug 24 13:08:54.747 DEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 5901 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5902 | 2026-08-24T13:08:55.877Z | DEBG |
| 5903 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747replacing 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 } }] |
| 5904 | 2026-08-24T13:08:55.877Z | DEBGAug 24 13:08:54.747 Aug 24 13:08:54.747INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255replacing 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 } }] |
| 5905 | 2026-08-24T13:08:55.877Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 |
| 5906 | 2026-08-24T13:08:55.877Z | |
| 5907 | 2026-08-24T13:08:55.877Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5908 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 INFODEBGAug 24 13:08:54.747 adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5909 | 2026-08-24T13:08:55.877Z | |
| 5910 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747 INFODEBGAug 24 13:08:54.747 Aug 24 13:08:54.747DEBG adding route 172.17.0.42/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 } }]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 } }] |
| 5911 | 2026-08-24T13:08:55.877Z | INFO |
| 5912 | 2026-08-24T13:08:55.877Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5913 | 2026-08-24T13:08:55.877Z | |
| 5914 | 2026-08-24T13:08:55.877Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 INFOAug 24 13:08:54.747 DEBGAug 24 13:08:54.747adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5915 | 2026-08-24T13:08:55.877Z | DEBG INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5916 | 2026-08-24T13:08:55.877Z | 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.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 |
| 5917 | 2026-08-24T13:08:55.877Z | DEBG |
| 5918 | 2026-08-24T13:08:55.878Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 |
| 5919 | 2026-08-24T13:08:55.878Z | DEBGAug 24 13:08:54.747Aug 24 13:08:54.747 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 } }]Aug 24 13:08:54.747 |
| 5920 | 2026-08-24T13:08:55.878Z | adding route 172.17.0.19/32 -> 10.0.0.255 INFO adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 5921 | 2026-08-24T13:08:55.878Z | |
| 5922 | 2026-08-24T13:08:55.878Z | Aug 24 13:08:54.747 adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5923 | 2026-08-24T13:08:55.878Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 DEBGINFO 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 } }] |
| 5924 | 2026-08-24T13:08:55.878Z | Aug 24 13:08:54.747replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5925 | 2026-08-24T13:08:55.878Z | |
| 5926 | 2026-08-24T13:08:55.878Z | 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 } }]Aug 24 13:08:54.747 |
| 5927 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747INFOAug 24 13:08:54.747 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5928 | 2026-08-24T13:08:55.883Z | |
| 5929 | 2026-08-24T13:08:55.883Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5930 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747INFOAug 24 13:08:54.747 INFODEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5931 | 2026-08-24T13:08:55.883Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5932 | 2026-08-24T13:08:55.883Z | |
| 5933 | 2026-08-24T13:08:55.883Z | 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 } }] |
| 5934 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747 Aug 24 13:08:54.747Aug 24 13:08:54.747DEBG Aug 24 13:08:54.747 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5935 | 2026-08-24T13:08:55.883Z | |
| 5936 | 2026-08-24T13:08:55.883Z | |
| 5937 | 2026-08-24T13:08:55.883Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 24 13:08:54.747 |
| 5938 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747 INFODEBGAug 24 13:08:54.747Aug 24 13:08:54.747 adding route 172.17.0.33/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5939 | 2026-08-24T13:08:55.883Z | |
| 5940 | 2026-08-24T13:08:55.883Z | 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 } }] |
| 5941 | 2026-08-24T13:08:55.883Z | INFO Aug 24 13:08:54.747adding route 172.17.0.45/32 -> 10.0.0.255 Aug 24 13:08:54.747 |
| 5942 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747INFO DEBGINFOadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5943 | 2026-08-24T13:08:55.883Z | 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 } }] |
| 5944 | 2026-08-24T13:08:55.883Z | |
| 5945 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747 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 } }] |
| 5946 | 2026-08-24T13:08:55.883Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747INFOAug 24 13:08:54.747 DEBGadding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 5947 | 2026-08-24T13:08:55.884Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5948 | 2026-08-24T13:08:55.884Z | |
| 5949 | 2026-08-24T13:08:55.884Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.747 |
| 5950 | 2026-08-24T13:08:55.884Z | DEBG Aug 24 13:08:54.747replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.747 |
| 5951 | 2026-08-24T13:08:55.884Z | INFOAug 24 13:08:54.747 DEBG adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 5952 | 2026-08-24T13:08:55.884Z | adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5953 | 2026-08-24T13:08:55.884Z | |
| 5954 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.747Aug 24 13:08:54.747 Aug 24 13:08:54.747Aug 24 13:08:54.747 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG 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 } }] |
| 5955 | 2026-08-24T13:08:55.884Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5956 | 2026-08-24T13:08:55.884Z | DEBG Aug 24 13:08:54.754replacing 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 } }] |
| 5957 | 2026-08-24T13:08:55.884Z | DEBG Aug 24 13:08:54.754replacing 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 } }] |
| 5958 | 2026-08-24T13:08:55.884Z | INFO Aug 24 13:08:54.754adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5959 | 2026-08-24T13:08:55.884Z | INFO Aug 24 13:08:54.754 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5960 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.754 adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 5961 | 2026-08-24T13:08:55.884Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.739 |
| 5962 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.754DEBG DEBGAug 24 13:08:54.754 Aug 24 13:08:54.754 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 } }] created new freemap |
| 5963 | 2026-08-24T13:08:55.884Z | INFODEBG , adding route 172.17.0.32/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 } }] |
| 5964 | 2026-08-24T13:08:55.884Z | |
| 5965 | 2026-08-24T13:08:55.884Z | unit:Aug 24 13:08:54.754 INFOAug 24 13:08:54.754 adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4DEBG |
| 5966 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.754 |
| 5967 | 2026-08-24T13:08:55.884Z | 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 } }] |
| 5968 | 2026-08-24T13:08:55.884Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 24 13:08:54.754 |
| 5969 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.754INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5970 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.755replacing 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 } }] |
| 5971 | 2026-08-24T13:08:55.884Z | |
| 5972 | 2026-08-24T13:08:55.884Z | Aug 24 13:08:54.755 DEBGDEBG Aug 24 13:08:54.755 created new freemapreplacing 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 } }] |
| 5973 | 2026-08-24T13:08:55.884Z | , DEBGAug 24 13:08:54.755Aug 24 13:08:54.755unit INFO :Aug 24 13:08:54.755 DEBGINFO freemap_route_ipv6replacing 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.50/32 -> 10.0.0.255 |
| 5974 | 2026-08-24T13:08:55.884Z | |
| 5975 | 2026-08-24T13:08:55.885Z | adding route 172.17.0.34/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 } }] |
| 5976 | 2026-08-24T13:08:55.885Z | |
| 5977 | 2026-08-24T13:08:55.885Z | |
| 5978 | 2026-08-24T13:08:55.885Z | Aug 24 13:08:54.755Aug 24 13:08:54.755 DEBG Aug 24 13:08:54.755Aug 24 13:08:54.755replacing 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 } }] DEBGAug 24 13:08:54.755 INFO |
| 5979 | 2026-08-24T13:08:55.885Z | INFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5980 | 2026-08-24T13:08:55.885Z | |
| 5981 | 2026-08-24T13:08:55.885Z | Aug 24 13:08:54.755, |
| 5982 | 2026-08-24T13:08:55.885Z | Aug 24 13:08:54.755unit :Aug 24 13:08:54.755 INFOfreemap_route_ipv4INFO |
| 5983 | 2026-08-24T13:08:55.885Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 24 13:08:54.755 |
| 5984 | 2026-08-24T13:08:55.885Z | adding route 172.17.0.35/32 -> 10.0.0.255DEBG DEBG |
| 5985 | 2026-08-24T13:08:55.885Z | 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 } }]Aug 24 13:08:54.755 |
| 5986 | 2026-08-24T13:08:55.885Z | DEBG Aug 24 13:08:54.755Aug 24 13:08:54.755Aug 24 13:08:54.755replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap |
| 5987 | 2026-08-24T13:08:55.885Z | , unit :DEBGINFODEBG Aug 24 13:08:54.755 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 } }] INFOfreemap_route_ipv4replacing 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.37/32 -> 10.0.0.255 |
| 5988 | 2026-08-24T13:08:55.885Z | |
| 5989 | 2026-08-24T13:08:55.885Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5990 | 2026-08-24T13:08:55.885Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5991 | 2026-08-24T13:08:55.885Z | |
| 5992 | 2026-08-24T13:08:55.885Z | |
| 5993 | 2026-08-24T13:08:55.885Z | test route::tests::delete_target_full ... ok |
| 5994 | 2026-08-24T13:08:55.885Z | Aug 24 13:08:54.755 INFOAug 24 13:08:54.755Aug 24 13:08:54.755 Aug 24 13:08:54.755 DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 5995 | 2026-08-24T13:08:55.885Z | 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 } }]Aug 24 13:08:54.755 |
| 5996 | 2026-08-24T13:08:55.885Z | 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 } }] |
| 5997 | 2026-08-24T13:08:55.885Z | Aug 24 13:08:54.755DEBGAug 24 13:08:54.755INFO INFOAug 24 13:08:54.755 adding route 172.17.0.52/32 -> 10.0.0.255 DEBGinitted freemap. size: 64adding route 172.17.0.38/32 -> 10.0.0.255, |
| 5998 | 2026-08-24T13:08:55.885Z | 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 } }] |
| 5999 | 2026-08-24T13:08:55.885Z | |
| 6000 | 2026-08-24T13:08:55.885Z | unit: INFOfreemap_route_ipv6 Aug 24 13:08:54.755Aug 24 13:08:54.755 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBG |
| 6001 | 2026-08-24T13:08:55.885Z | 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 } }] |
| 6002 | 2026-08-24T13:08:55.885Z | |
| 6003 | 2026-08-24T13:08:55.886Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.755 |
| 6004 | 2026-08-24T13:08:55.886Z | INFO Aug 24 13:08:54.755Aug 24 13:08:54.755 INFODEBGAug 24 13:08:54.755 Aug 24 13:08:54.755adding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 6005 | 2026-08-24T13:08:55.886Z | |
| 6006 | 2026-08-24T13:08:55.886Z | 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 Aug 24 13:08:54.755Aug 24 13:08:54.755 adding route 172.17.0.53/32 -> 10.0.0.255DEBGDEBG |
| 6007 | 2026-08-24T13:08:55.886Z | |
| 6008 | 2026-08-24T13:08:55.886Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6009 | 2026-08-24T13:08:55.886Z | |
| 6010 | 2026-08-24T13:08:55.886Z | reset freemapAug 24 13:08:54.755, unitINFOAug 24 13:08:54.755: Aug 24 13:08:54.755adding route 172.17.0.29/32 -> 10.0.0.255 INFODEBG |
| 6011 | 2026-08-24T13:08:55.886Z | Aug 24 13:08:54.755 adding route 172.17.0.40/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6012 | 2026-08-24T13:08:55.886Z | adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv6 |
| 6013 | 2026-08-24T13:08:55.886Z | |
| 6014 | 2026-08-24T13:08:55.886Z | Aug 24 13:08:54.755 |
| 6015 | 2026-08-24T13:08:55.886Z | Aug 24 13:08:54.755 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 } }]DEBGAug 24 13:08:54.755 |
| 6016 | 2026-08-24T13:08:55.886Z | 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 |
| 6017 | 2026-08-24T13:08:55.886Z | Aug 24 13:08:54.755replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.755 |
| 6018 | 2026-08-24T13:08:55.886Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:08:54.755 |
| 6019 | 2026-08-24T13:08:55.886Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6020 | 2026-08-24T13:08:55.886Z | INFOAug 24 13:08:54.763 Aug 24 13:08:54.763INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 24 13:08:54.763 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 } }] |
| 6021 | 2026-08-24T13:08:55.886Z | DEBG |
| 6022 | 2026-08-24T13:08:55.886Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 6023 | 2026-08-24T13:08:55.886Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763 |
| 6024 | 2026-08-24T13:08:55.886Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 24 13:08:54.763 |
| 6025 | 2026-08-24T13:08:55.886Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:08:54.763 |
| 6026 | 2026-08-24T13:08:55.886Z | DEBGAug 24 13:08:54.763 DEBGAug 24 13:08:54.763 Aug 24 13:08:54.763replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6027 | 2026-08-24T13:08:55.891Z | INFO |
| 6028 | 2026-08-24T13:08:55.891Z | DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 6029 | 2026-08-24T13:08:55.891Z | 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 } }] |
| 6030 | 2026-08-24T13:08:55.891Z | Aug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763DEBGINFO Aug 24 13:08:54.763 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 } }] |
| 6031 | 2026-08-24T13:08:55.891Z | INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 6032 | 2026-08-24T13:08:55.891Z | Aug 24 13:08:54.763 INFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 6033 | 2026-08-24T13:08:55.891Z | |
| 6034 | 2026-08-24T13:08:55.891Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 6035 | 2026-08-24T13:08:55.891Z | |
| 6036 | 2026-08-24T13:08:55.891Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 DEBG INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 24 13:08:54.763replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763 |
| 6037 | 2026-08-24T13:08:55.891Z | |
| 6038 | 2026-08-24T13:08:55.891Z | Aug 24 13:08:54.763 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 } }]DEBGDEBG |
| 6039 | 2026-08-24T13:08:55.891Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763 |
| 6040 | 2026-08-24T13:08:55.891Z | 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 } }] Aug 24 13:08:54.763 |
| 6041 | 2026-08-24T13:08:55.892Z | Aug 24 13:08:54.763DEBG Aug 24 13:08:54.763replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763 |
| 6042 | 2026-08-24T13:08:55.892Z | INFOINFOINFO Aug 24 13:08:54.763adding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 6043 | 2026-08-24T13:08:55.892Z | |
| 6044 | 2026-08-24T13:08:55.892Z | INFOadding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 6045 | 2026-08-24T13:08:55.892Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 6046 | 2026-08-24T13:08:55.892Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763DEBG |
| 6047 | 2026-08-24T13:08:55.892Z | DEBGAug 24 13:08:54.763replacing 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 } }] |
| 6048 | 2026-08-24T13:08:55.892Z | DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 6049 | 2026-08-24T13:08:55.892Z | |
| 6050 | 2026-08-24T13:08:55.892Z | Aug 24 13:08:54.763replacing 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 } }] |
| 6051 | 2026-08-24T13:08:55.892Z | INFO Aug 24 13:08:54.763adding route 172.17.0.44/32 -> 10.0.0.255 |
| 6052 | 2026-08-24T13:08:55.892Z | DEBGAug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763 INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6053 | 2026-08-24T13:08:55.892Z | |
| 6054 | 2026-08-24T13:08:55.892Z | INFO |
| 6055 | 2026-08-24T13:08:55.892Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 6056 | 2026-08-24T13:08:55.892Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:08:54.763Aug 24 13:08:54.763 |
| 6057 | 2026-08-24T13:08:55.892Z | DEBGAug 24 13:08:54.763 INFO Aug 24 13:08:54.763replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.763DEBG DEBG |
| 6058 | 2026-08-24T13:08:55.892Z | adding route 172.17.0.45/32 -> 10.0.0.255 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.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 } }]INFO |
| 6059 | 2026-08-24T13:08:55.892Z | |
| 6060 | 2026-08-24T13:08:55.892Z | |
| 6061 | 2026-08-24T13:08:55.892Z | Aug 24 13:08:54.763 adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 6062 | 2026-08-24T13:08:55.892Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763 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 } }]INFO |
| 6063 | 2026-08-24T13:08:55.892Z | INFO |
| 6064 | 2026-08-24T13:08:55.892Z | adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 6065 | 2026-08-24T13:08:55.892Z | |
| 6066 | 2026-08-24T13:08:55.892Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763 DEBGINFOAug 24 13:08:54.763 Aug 24 13:08:54.763 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 6067 | 2026-08-24T13:08:55.892Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 6068 | 2026-08-24T13:08:55.892Z | Aug 24 13:08:54.763replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6069 | 2026-08-24T13:08:55.893Z | 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 } }] |
| 6070 | 2026-08-24T13:08:55.893Z | |
| 6071 | 2026-08-24T13:08:55.893Z | Aug 24 13:08:54.763 INFO Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763adding route 172.17.0.44/32 -> 10.0.0.255 |
| 6072 | 2026-08-24T13:08:55.893Z | INFOINFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 6073 | 2026-08-24T13:08:55.893Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 6074 | 2026-08-24T13:08:55.893Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 24 13:08:54.763adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6075 | 2026-08-24T13:08:55.893Z | Aug 24 13:08:54.763 |
| 6076 | 2026-08-24T13:08:55.893Z | DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.763Aug 24 13:08:54.763replacing 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 } }] |
| 6077 | 2026-08-24T13:08:55.893Z | DEBG Aug 24 13:08:54.763DEBG 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 |
| 6078 | 2026-08-24T13:08:55.893Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 6079 | 2026-08-24T13:08:55.893Z | |
| 6080 | 2026-08-24T13:08:55.893Z | |
| 6081 | 2026-08-24T13:08:55.893Z | Aug 24 13:08:54.763 INFOAug 24 13:08:54.763 Aug 24 13:08:54.763adding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:08:54.763 |
| 6082 | 2026-08-24T13:08:55.893Z | INFOINFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 Aug 24 13:08:54.763 |
| 6083 | 2026-08-24T13:08:55.893Z | adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 6084 | 2026-08-24T13:08:55.893Z | 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.45/32 -> 10.0.0.255 |
| 6085 | 2026-08-24T13:08:55.893Z | test route::tests::delete_target_fragmented ... ok |
| 6086 | 2026-08-24T13:08:55.893Z | Aug 24 13:08:54.763 |
| 6087 | 2026-08-24T13:08:55.893Z | test route::tests::delete_targets_fragmented ... ok |
| 6088 | 2026-08-24T13:08:55.893Z | DEBGAug 24 13:08:54.763Aug 24 13:08:54.763 INFOAug 24 13:08:54.763replacing 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 } }] |
| 6089 | 2026-08-24T13:08:55.893Z | test route::tests::add_target_fails_full ... ok |
| 6090 | 2026-08-24T13:08:55.893Z | |
| 6091 | 2026-08-24T13:08:55.893Z | test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 6092 | 2026-08-24T13:08:55.893Z | |
| 6093 | 2026-08-24T13:08:55.893Z | adding route 172.17.0.49/32 -> 10.0.0.255 DEBGDEBG |
| 6094 | 2026-08-24T13:08:55.893Z | 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 } }] |
| 6095 | 2026-08-24T13:08:55.893Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763 |
| 6096 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763 INFOAug 24 13:08:54.763 DEBGAug 24 13:08:54.763adding route 172.17.0.38/32 -> 10.0.0.255 |
| 6097 | 2026-08-24T13:08:55.894Z | 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 |
| 6098 | 2026-08-24T13:08:55.894Z | INFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.62/32 -> 10.0.0.255 |
| 6099 | 2026-08-24T13:08:55.894Z | |
| 6100 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 INFODEBG Aug 24 13:08:54.763adding route 172.17.0.50/32 -> 10.0.0.255 |
| 6101 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763DEBG 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 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.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.763 |
| 6102 | 2026-08-24T13:08:55.894Z | |
| 6103 | 2026-08-24T13:08:55.894Z | |
| 6104 | 2026-08-24T13:08:55.894Z | 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 } }] |
| 6105 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763 Aug 24 13:08:54.763DEBGAug 24 13:08:54.763Aug 24 13:08:54.763 failed to allocate space for the new target list INFOINFOINFO |
| 6106 | 2026-08-24T13:08:55.894Z | adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 6107 | 2026-08-24T13:08:55.894Z | |
| 6108 | 2026-08-24T13:08:55.894Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 6109 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763 Aug 24 13:08:54.763 DEBGDEBGDEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 6110 | 2026-08-24T13:08:55.894Z | |
| 6111 | 2026-08-24T13:08:55.894Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6112 | 2026-08-24T13:08:55.894Z | 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 } }] |
| 6113 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 INFOINFOAug 24 13:08:54.763 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 6114 | 2026-08-24T13:08:55.894Z | INFOadding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255 |
| 6115 | 2026-08-24T13:08:55.894Z | |
| 6116 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763 DEBGAug 24 13:08:54.763Aug 24 13:08:54.763 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 6117 | 2026-08-24T13:08:55.894Z | |
| 6118 | 2026-08-24T13:08:55.894Z | |
| 6119 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 Aug 24 13:08:54.763INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 6120 | 2026-08-24T13:08:55.894Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 6121 | 2026-08-24T13:08:55.894Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 6122 | 2026-08-24T13:08:55.894Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 DEBGAug 24 13:08:54.763 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 } }] |
| 6123 | 2026-08-24T13:08:55.894Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6124 | 2026-08-24T13:08:55.894Z | |
| 6125 | 2026-08-24T13:08:55.895Z | Aug 24 13:08:54.763Aug 24 13:08:54.763 INFOAug 24 13:08:54.763 INFOINFOadding route 172.17.0.54/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 6126 | 2026-08-24T13:08:55.895Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 6127 | 2026-08-24T13:08:55.899Z | |
| 6128 | 2026-08-24T13:08:55.899Z | Aug 24 13:08:54.763Aug 24 13:08:54.763Aug 24 13:08:54.763 DEBG DEBGDEBGreplacing 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 } }] |
| 6129 | 2026-08-24T13:08:55.899Z | 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.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 } }] |
| 6130 | 2026-08-24T13:08:55.900Z | |
| 6131 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.763Aug 24 13:08:54.763Aug 24 13:08:54.763 INFOINFOINFO adding route 172.17.0.55/32 -> 10.0.0.255 adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 6132 | 2026-08-24T13:08:55.900Z | |
| 6133 | 2026-08-24T13:08:55.900Z | |
| 6134 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.763Aug 24 13:08:54.763Aug 24 13:08:54.763 DEBGDEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6135 | 2026-08-24T13:08:55.900Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6136 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 Aug 24 13:08:54.771INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 6137 | 2026-08-24T13:08:55.900Z | |
| 6138 | 2026-08-24T13:08:55.900Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 6139 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 Aug 24 13:08:54.771DEBG 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 } }] |
| 6140 | 2026-08-24T13:08:55.900Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771 |
| 6141 | 2026-08-24T13:08:55.900Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 24 13:08:54.771 |
| 6142 | 2026-08-24T13:08:55.900Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 6143 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 Aug 24 13:08:54.771DEBG 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 } }] |
| 6144 | 2026-08-24T13:08:55.900Z | 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 } }] |
| 6145 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771Aug 24 13:08:54.771Aug 24 13:08:54.771 INFO INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 6146 | 2026-08-24T13:08:55.900Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6147 | 2026-08-24T13:08:55.900Z | |
| 6148 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 DEBGAug 24 13:08:54.771 Aug 24 13:08:54.771replacing 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 |
| 6149 | 2026-08-24T13:08:55.900Z | DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6150 | 2026-08-24T13:08:55.900Z | |
| 6151 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.58/32 -> 10.0.0.255Aug 24 13:08:54.771 |
| 6152 | 2026-08-24T13:08:55.900Z | INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 6153 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 |
| 6154 | 2026-08-24T13:08:55.900Z | 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 } }]Aug 24 13:08:54.771 |
| 6155 | 2026-08-24T13:08:55.900Z | Aug 24 13:08:54.771 DEBGDEBG Aug 24 13:08:54.771replacing 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 } }] |
| 6156 | 2026-08-24T13:08:55.900Z | INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6157 | 2026-08-24T13:08:55.900Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6158 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 INFOAug 24 13:08:54.771 adding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:08:54.771 |
| 6159 | 2026-08-24T13:08:55.901Z | INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 6160 | 2026-08-24T13:08:55.901Z | 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 } }]Aug 24 13:08:54.771 |
| 6161 | 2026-08-24T13:08:55.901Z | DEBG Aug 24 13:08:54.771replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:08:54.771DEBG |
| 6162 | 2026-08-24T13:08:55.901Z | INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6163 | 2026-08-24T13:08:55.901Z | |
| 6164 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.49/32 -> 10.0.0.255 |
| 6165 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771DEBG 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 } }]INFOAug 24 13:08:54.771 |
| 6166 | 2026-08-24T13:08:55.901Z | adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 6167 | 2026-08-24T13:08:55.901Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:08:54.771 |
| 6168 | 2026-08-24T13:08:55.901Z | DEBGAug 24 13:08:54.771 failed to allocate space for the new target listDEBG |
| 6169 | 2026-08-24T13:08:55.901Z | 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 } }]Aug 24 13:08:54.771 |
| 6170 | 2026-08-24T13:08:55.901Z | INFOAug 24 13:08:54.771 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 6171 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO |
| 6172 | 2026-08-24T13:08:55.901Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6173 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 DEBG Aug 24 13:08:54.771replacing 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 } }] |
| 6174 | 2026-08-24T13:08:55.901Z | 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 } }] |
| 6175 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.51/32 -> 10.0.0.255 |
| 6176 | 2026-08-24T13:08:55.901Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6177 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 DEBG Aug 24 13:08:54.771replacing 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 } }] |
| 6178 | 2026-08-24T13:08:55.901Z | 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 } }] |
| 6179 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 INFO Aug 24 13:08:54.771adding route 172.17.0.52/32 -> 10.0.0.255 |
| 6180 | 2026-08-24T13:08:55.901Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6181 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 Aug 24 13:08:54.771DEBG 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 } }] |
| 6182 | 2026-08-24T13:08:55.901Z | 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 } }] |
| 6183 | 2026-08-24T13:08:55.901Z | Aug 24 13:08:54.771 Aug 24 13:08:54.771INFO INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6184 | 2026-08-24T13:08:55.901Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6185 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771Aug 24 13:08:54.771 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6186 | 2026-08-24T13:08:55.902Z | |
| 6187 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771Aug 24 13:08:54.771 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.54/32 -> 10.0.0.255 |
| 6188 | 2026-08-24T13:08:55.902Z | |
| 6189 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771Aug 24 13:08:54.771 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.2, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6190 | 2026-08-24T13:08:55.902Z | |
| 6191 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 6192 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6193 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6194 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6195 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6196 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6197 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6198 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6199 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6200 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6201 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6202 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6203 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 6204 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6205 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 6206 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6207 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 6208 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6209 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 DEBG failed to allocate space for the new target list |
| 6210 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 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 } }] |
| 6211 | 2026-08-24T13:08:55.902Z | Aug 24 13:08:54.771 DEBG failed to allocate space for the new target list |
| 6212 | 2026-08-24T13:08:55.902Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-325716cae2a3204c) |
| 6213 | 2026-08-24T13:08:55.902Z | |
| 6214 | 2026-08-24T13:08:55.903Z | running 0 tests |
| 6215 | 2026-08-24T13:08:55.903Z | |
| 6216 | 2026-08-24T13:08:55.903Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6217 | 2026-08-24T13:08:55.903Z | |
| 6218 | 2026-08-24T13:08:55.903Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c) |
| 6219 | 2026-08-24T13:08:55.903Z | |
| 6220 | 2026-08-24T13:08:55.903Z | running 0 tests |
| 6221 | 2026-08-24T13:08:55.903Z | |
| 6222 | 2026-08-24T13:08:55.903Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6223 | 2026-08-24T13:08:55.903Z | |
| 6224 | 2026-08-24T13:08:55.903Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-8e5ff8e1b2b25bf7) |
| 6225 | 2026-08-24T13:08:55.913Z | |
| 6226 | 2026-08-24T13:08:55.913Z | running 6 tests |
| 6227 | 2026-08-24T13:08:55.916Z | test tests::test_full_lot_id_neither_present ... ok |
| 6228 | 2026-08-24T13:08:55.916Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 6229 | 2026-08-24T13:08:55.916Z | test tests::test_full_lot_id_lot_only ... ok |
| 6230 | 2026-08-24T13:08:55.916Z | test tests::test_full_lot_id_both_present ... ok |
| 6231 | 2026-08-24T13:08:55.916Z | test tests::test_parse_client_port_id ... ok |
| 6232 | 2026-08-24T13:08:55.916Z | test tests::test_port_id_cmp ... ok |
| 6233 | 2026-08-24T13:08:55.916Z | |
| 6234 | 2026-08-24T13:08:55.916Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6235 | 2026-08-24T13:08:55.917Z | |
| 6236 | 2026-08-24T13:08:55.921Z | Running tests/test_all.rs (target/debug/deps/test_all-ce2b335441cbe6a6) |
| 6237 | 2026-08-24T13:08:55.924Z | |
| 6238 | 2026-08-24T13:08:55.924Z | running 0 tests |
| 6239 | 2026-08-24T13:08:55.924Z | |
| 6240 | 2026-08-24T13:08:55.924Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6241 | 2026-08-24T13:08:55.924Z | |
| 6242 | 2026-08-24T13:08:55.928Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12) |
| 6243 | 2026-08-24T13:08:55.928Z | |
| 6244 | 2026-08-24T13:08:55.928Z | running 0 tests |
| 6245 | 2026-08-24T13:08:55.928Z | |
| 6246 | 2026-08-24T13:08:55.928Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6247 | 2026-08-24T13:08:55.928Z | |
| 6248 | 2026-08-24T13:08:55.928Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c) |
| 6249 | 2026-08-24T13:08:55.950Z | |
| 6250 | 2026-08-24T13:08:55.950Z | running 15 tests |
| 6251 | 2026-08-24T13:08:55.954Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6252 | 2026-08-24T13:08:55.954Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6253 | 2026-08-24T13:08:55.954Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6254 | 2026-08-24T13:08:55.954Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6255 | 2026-08-24T13:08:55.954Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6256 | 2026-08-24T13:08:55.954Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6257 | 2026-08-24T13:08:55.954Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6258 | 2026-08-24T13:08:55.954Z | test v1::network::tests::test_equal ... ok |
| 6259 | 2026-08-24T13:08:55.954Z | test v1::network::tests::test_into ... ok |
| 6260 | 2026-08-24T13:08:55.954Z | test v1::network::tests::test_not_equal ... ok |
| 6261 | 2026-08-24T13:08:55.954Z | test v1::network::tests::test_eui64 ... ok |
| 6262 | 2026-08-24T13:08:55.954Z | test v1::network::tests::test_to_string ... ok |
| 6263 | 2026-08-24T13:08:55.954Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6264 | 2026-08-24T13:08:55.955Z | test v1::network::tests::test_parse ... ok |
| 6265 | 2026-08-24T13:08:55.958Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6266 | 2026-08-24T13:08:55.958Z | |
| 6267 | 2026-08-24T13:08:55.958Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6268 | 2026-08-24T13:08:55.958Z | |
| 6269 | 2026-08-24T13:08:55.958Z | Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d) |
| 6270 | 2026-08-24T13:08:55.980Z | |
| 6271 | 2026-08-24T13:08:55.980Z | running 12 tests |
| 6272 | 2026-08-24T13:08:55.983Z | test icmp::test_v6_checksum ... ok |
| 6273 | 2026-08-24T13:08:55.983Z | test ipv6::test_ipv6_parse ... ok |
| 6274 | 2026-08-24T13:08:55.984Z | test lldp::test_lldp_parse ... ok |
| 6275 | 2026-08-24T13:08:55.984Z | test icmp::test_v4_checksum ... ok |
| 6276 | 2026-08-24T13:08:55.984Z | test pbuf::test_byte ... ok |
| 6277 | 2026-08-24T13:08:55.984Z | test pbuf::test_nibble ... ok |
| 6278 | 2026-08-24T13:08:55.984Z | test pbuf::test_overflow ... ok |
| 6279 | 2026-08-24T13:08:55.984Z | test pbuf::test_short ... ok |
| 6280 | 2026-08-24T13:08:55.984Z | test pbuf::test_twelve ... ok |
| 6281 | 2026-08-24T13:08:55.984Z | test pbuf::test_word ... ok |
| 6282 | 2026-08-24T13:08:55.984Z | test tcp::test_checksum_syn_nodata ... ok |
| 6283 | 2026-08-24T13:08:55.984Z | test tcp::test_checksum_ack_data ... ok |
| 6284 | 2026-08-24T13:08:55.984Z | |
| 6285 | 2026-08-24T13:08:55.984Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6286 | 2026-08-24T13:08:55.984Z | |
| 6287 | 2026-08-24T13:08:55.988Z | Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce) |
| 6288 | 2026-08-24T13:08:55.991Z | |
| 6289 | 2026-08-24T13:08:55.991Z | running 0 tests |
| 6290 | 2026-08-24T13:08:55.991Z | |
| 6291 | 2026-08-24T13:08:55.991Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6292 | 2026-08-24T13:08:55.991Z | |
| 6293 | 2026-08-24T13:08:55.991Z | Running unittests src/main.rs (target/debug/deps/swadm-b9bbcd1df1d4b64c) |
| 6294 | 2026-08-24T13:08:56.016Z | |
| 6295 | 2026-08-24T13:08:56.016Z | running 5 tests |
| 6296 | 2026-08-24T13:08:56.019Z | test switchport::test::test_compute_lanes ... ok |
| 6297 | 2026-08-24T13:08:56.023Z | test switchport::test::port_id_ordering ... ok |
| 6298 | 2026-08-24T13:08:56.023Z | test link::test_filter ... ok |
| 6299 | 2026-08-24T13:08:56.023Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6300 | 2026-08-24T13:08:56.023Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 6301 | 2026-08-24T13:08:56.023Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 6302 | 2026-08-24T13:08:56.023Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 6303 | 2026-08-24T13:08:56.023Z | Tx Enabled: Yes Yes Yes Yes |
| 6304 | 2026-08-24T13:08:56.023Z | Tx Loss-of-lock: No No No No |
| 6305 | 2026-08-24T13:08:56.023Z | Tx Loss-of-signal: No No No No |
| 6306 | 2026-08-24T13:08:56.023Z | Tx CDR Enabled: No No No No |
| 6307 | 2026-08-24T13:08:56.023Z | Tx Adaptive EQ Fault: No No No No |
| 6308 | 2026-08-24T13:08:56.023Z | Tx Fault: Yes Yes Yes Yes |
| 6309 | 2026-08-24T13:08:56.023Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6310 | 2026-08-24T13:08:56.023Z | State: Activated Activated Activated Activated |
| 6311 | 2026-08-24T13:08:56.023Z | Rx Output Enabled: false false false false |
| 6312 | 2026-08-24T13:08:56.023Z | Rx Output Status: valid valid valid valid |
| 6313 | 2026-08-24T13:08:56.023Z | Rx Loss-of-lock: true true true true |
| 6314 | 2026-08-24T13:08:56.023Z | Rx Loss-of-signal: false false false false |
| 6315 | 2026-08-24T13:08:56.023Z | Rx Auto-squelch Disable: true true true true |
| 6316 | 2026-08-24T13:08:56.023Z | Tx Output Enabled: true true true true |
| 6317 | 2026-08-24T13:08:56.023Z | Tx Output Status: invalid invalid invalid invalid |
| 6318 | 2026-08-24T13:08:56.023Z | Tx Loss-of-lock: false false false false |
| 6319 | 2026-08-24T13:08:56.023Z | Tx Loss-of-signal: true true true true |
| 6320 | 2026-08-24T13:08:56.023Z | Tx Auto-squelch Disable: false false false false |
| 6321 | 2026-08-24T13:08:56.023Z | Tx Adaptive EQ Fail: true true true true |
| 6322 | 2026-08-24T13:08:56.023Z | Tx Failure: false false false false |
| 6323 | 2026-08-24T13:08:56.023Z | Tx Force Squelch: true true true true |
| 6324 | 2026-08-24T13:08:56.024Z | Tx Input Polarity: normal normal normal normal |
| 6325 | 2026-08-24T13:08:56.027Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6326 | 2026-08-24T13:08:56.027Z | test switchport::test::test_print_sff_datapath ... ok |
| 6327 | 2026-08-24T13:08:56.027Z | |
| 6328 | 2026-08-24T13:08:56.027Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6329 | 2026-08-24T13:08:56.027Z | |
| 6330 | 2026-08-24T13:08:56.027Z | Running tests/counters.rs (target/debug/deps/counters-9a3971d5e12c66dd) |
| 6331 | 2026-08-24T13:08:56.032Z | |
| 6332 | 2026-08-24T13:08:56.032Z | running 1 test |
| 6333 | 2026-08-24T13:08:56.032Z | test test_p4_counter_list ... ignored |
| 6334 | 2026-08-24T13:08:56.032Z | |
| 6335 | 2026-08-24T13:08:56.035Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6336 | 2026-08-24T13:08:56.035Z | |
| 6337 | 2026-08-24T13:08:56.035Z | Running tests/multicast.rs (target/debug/deps/multicast-019ec48069e8cdf7) |
| 6338 | 2026-08-24T13:08:56.058Z | |
| 6339 | 2026-08-24T13:08:56.058Z | running 1 test |
| 6340 | 2026-08-24T13:08:56.058Z | test test_multicast_list_and_get ... ignored |
| 6341 | 2026-08-24T13:08:56.058Z | |
| 6342 | 2026-08-24T13:08:56.062Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6343 | 2026-08-24T13:08:56.062Z | |
| 6344 | 2026-08-24T13:08:56.062Z | Running tests/port-link.rs (target/debug/deps/port_link-5e078dc1d2752621) |
| 6345 | 2026-08-24T13:08:56.066Z | |
| 6346 | 2026-08-24T13:08:56.066Z | running 5 tests |
| 6347 | 2026-08-24T13:08:56.069Z | test test_an ... ignored |
| 6348 | 2026-08-24T13:08:56.070Z | test test_enable ... ignored |
| 6349 | 2026-08-24T13:08:56.070Z | test test_ip_addresses ... ignored |
| 6350 | 2026-08-24T13:08:56.070Z | test test_kr ... ignored |
| 6351 | 2026-08-24T13:08:56.070Z | test test_mac ... ignored |
| 6352 | 2026-08-24T13:08:56.070Z | |
| 6353 | 2026-08-24T13:08:56.070Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6354 | 2026-08-24T13:08:56.070Z | |
| 6355 | 2026-08-24T13:08:56.070Z | Running unittests src/main.rs (target/debug/deps/tfportd-cd236ee7391c5be3) |
| 6356 | 2026-08-24T13:08:56.074Z | |
| 6357 | 2026-08-24T13:08:56.074Z | running 3 tests |
| 6358 | 2026-08-24T13:08:56.078Z | test linklocal::test_parse_ipadm ... ok |
| 6359 | 2026-08-24T13:08:56.078Z | test tfport::test_parse_tfport ... ok |
| 6360 | 2026-08-24T13:08:56.078Z | test config::tests::test_updates ... ok |
| 6361 | 2026-08-24T13:08:56.078Z | |
| 6362 | 2026-08-24T13:08:56.078Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6363 | 2026-08-24T13:08:56.078Z | |
| 6364 | 2026-08-24T13:08:56.078Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f) |
| 6365 | 2026-08-24T13:08:56.082Z | |
| 6366 | 2026-08-24T13:08:56.082Z | running 0 tests |
| 6367 | 2026-08-24T13:08:56.086Z | |
| 6368 | 2026-08-24T13:08:56.086Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6369 | 2026-08-24T13:08:56.086Z | |
| 6370 | 2026-08-24T13:08:56.086Z | Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8) |
| 6371 | 2026-08-24T13:08:56.098Z | |
| 6372 | 2026-08-24T13:08:56.098Z | running 0 tests |
| 6373 | 2026-08-24T13:08:56.098Z | |
| 6374 | 2026-08-24T13:08:56.101Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6375 | 2026-08-24T13:08:56.101Z | |
| 6376 | 2026-08-24T13:08:56.101Z | Doc-tests aal |
| 6377 | 2026-08-24T13:08:56.440Z | |
| 6378 | 2026-08-24T13:08:56.440Z | running 0 tests |
| 6379 | 2026-08-24T13:08:56.440Z | |
| 6380 | 2026-08-24T13:08:56.443Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6381 | 2026-08-24T13:08:56.443Z | |
| 6382 | 2026-08-24T13:08:56.465Z | Doc-tests aal_macros |
| 6383 | 2026-08-24T13:08:56.534Z | |
| 6384 | 2026-08-24T13:08:56.534Z | running 0 tests |
| 6385 | 2026-08-24T13:08:56.534Z | |
| 6386 | 2026-08-24T13:08:56.534Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6387 | 2026-08-24T13:08:56.534Z | |
| 6388 | 2026-08-24T13:08:56.542Z | Doc-tests common |
| 6389 | 2026-08-24T13:08:56.778Z | |
| 6390 | 2026-08-24T13:08:56.778Z | running 0 tests |
| 6391 | 2026-08-24T13:08:56.778Z | |
| 6392 | 2026-08-24T13:08:56.778Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6393 | 2026-08-24T13:08:56.778Z | |
| 6394 | 2026-08-24T13:08:56.805Z | Doc-tests dpd_api |
| 6395 | 2026-08-24T13:08:57.480Z | |
| 6396 | 2026-08-24T13:08:57.480Z | running 2 tests |
| 6397 | 2026-08-24T13:08:57.480Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6398 | 2026-08-24T13:08:57.480Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6399 | 2026-08-24T13:08:57.480Z | |
| 6400 | 2026-08-24T13:08:57.483Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6401 | 2026-08-24T13:08:57.484Z | |
| 6402 | 2026-08-24T13:08:57.484Z | all doctests ran in 0.39s; merged doctests compilation took 0.39s |
| 6403 | 2026-08-24T13:08:57.508Z | Doc-tests dpd_client |
| 6404 | 2026-08-24T13:08:58.995Z | |
| 6405 | 2026-08-24T13:08:58.995Z | running 0 tests |
| 6406 | 2026-08-24T13:08:58.995Z | |
| 6407 | 2026-08-24T13:08:58.995Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6408 | 2026-08-24T13:08:58.995Z | |
| 6409 | 2026-08-24T13:08:59.048Z | Doc-tests dpd_types |
| 6410 | 2026-08-24T13:08:59.221Z | |
| 6411 | 2026-08-24T13:08:59.221Z | running 0 tests |
| 6412 | 2026-08-24T13:08:59.221Z | |
| 6413 | 2026-08-24T13:08:59.221Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6414 | 2026-08-24T13:08:59.221Z | |
| 6415 | 2026-08-24T13:08:59.242Z | Doc-tests dpd_types_versions |
| 6416 | 2026-08-24T13:09:00.622Z | |
| 6417 | 2026-08-24T13:09:00.622Z | running 1 test |
| 6418 | 2026-08-24T13:09:00.622Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6419 | 2026-08-24T13:09:00.622Z | |
| 6420 | 2026-08-24T13:09:00.622Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6421 | 2026-08-24T13:09:00.622Z | |
| 6422 | 2026-08-24T13:09:00.626Z | all doctests ran in 0.35s; merged doctests compilation took 0.34s |
| 6423 | 2026-08-24T13:09:00.669Z | Doc-tests packet |
| 6424 | 2026-08-24T13:09:00.879Z | |
| 6425 | 2026-08-24T13:09:00.879Z | running 0 tests |
| 6426 | 2026-08-24T13:09:00.879Z | |
| 6427 | 2026-08-24T13:09:00.879Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6428 | 2026-08-24T13:09:00.879Z | |
| 6429 | 2026-08-24T13:09:00.901Z | Doc-tests pcap |
| 6430 | 2026-08-24T13:09:00.948Z | |
| 6431 | 2026-08-24T13:09:00.948Z | running 0 tests |
| 6432 | 2026-08-24T13:09:00.948Z | |
| 6433 | 2026-08-24T13:09:00.948Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6434 | 2026-08-24T13:09:00.948Z | |
| 6435 | 2026-08-24T13:09:01.014Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6436 | 2026-08-24T13:09:01.014Z | + RUST_BACKTRACE=full |
| 6437 | 2026-08-24T13:09:01.014Z | + cargo test --features softnpu --no-fail-fast |
| 6438 | 2026-08-24T13:09:02.070Z | Compiling typify-impl v0.4.3 |
| 6439 | 2026-08-24T13:09:02.211Z | Compiling goblin v0.10.1 |
| 6440 | 2026-08-24T13:09:02.228Z | Compiling log v0.4.29 |
| 6441 | 2026-08-24T13:09:02.249Z | Compiling const-oid v0.9.6 |
| 6442 | 2026-08-24T13:09:02.325Z | Compiling serde_with v3.22.0 |
| 6443 | 2026-08-24T13:09:02.351Z | Compiling der_derive v0.7.3 |
| 6444 | 2026-08-24T13:09:02.445Z | Compiling rustls v0.23.40 |
| 6445 | 2026-08-24T13:09:02.489Z | Compiling native-tls v0.2.14 |
| 6446 | 2026-08-24T13:09:02.821Z | Compiling tokio-native-tls v0.3.1 |
| 6447 | 2026-08-24T13:09:02.994Z | Compiling digest v0.10.7 |
| 6448 | 2026-08-24T13:09:03.011Z | Compiling hyper-tls v0.6.0 |
| 6449 | 2026-08-24T13:09:03.268Z | Compiling sha1 v0.10.6 |
| 6450 | 2026-08-24T13:09:03.363Z | Compiling rustls v0.22.4 |
| 6451 | 2026-08-24T13:09:06.916Z | Compiling dof v0.4.0 |
| 6452 | 2026-08-24T13:09:07.480Z | Compiling usdt-impl v0.6.0 |
| 6453 | 2026-08-24T13:09:07.833Z | Compiling tokio-rustls v0.26.4 |
| 6454 | 2026-08-24T13:09:08.081Z | Compiling hyper-rustls v0.27.7 |
| 6455 | 2026-08-24T13:09:08.236Z | Compiling usdt-attr-macro v0.6.0 |
| 6456 | 2026-08-24T13:09:08.451Z | Compiling usdt-macro v0.6.0 |
| 6457 | 2026-08-24T13:09:08.542Z | Compiling typify-macro v0.4.3 |
| 6458 | 2026-08-24T13:09:08.995Z | Compiling reqwest v0.12.23 |
| 6459 | 2026-08-24T13:09:09.297Z | Compiling tokio-rustls v0.25.0 |
| 6460 | 2026-08-24T13:09:09.683Z | Compiling usdt v0.6.0 |
| 6461 | 2026-08-24T13:09:09.993Z | Compiling dropshot v0.16.7 |
| 6462 | 2026-08-24T13:09:10.645Z | Compiling progenitor-client v0.10.0 |
| 6463 | 2026-08-24T13:09:10.678Z | Compiling typify v0.4.3 |
| 6464 | 2026-08-24T13:09:10.776Z | Compiling progenitor-impl v0.11.1 |
| 6465 | 2026-08-24T13:09:10.978Z | Compiling progenitor-client v0.11.1 |
| 6466 | 2026-08-24T13:09:14.497Z | Compiling progenitor-macro v0.11.1 |
| 6467 | 2026-08-24T13:09:14.595Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6468 | 2026-08-24T13:09:15.173Z | Compiling pem-rfc7468 v0.7.0 |
| 6469 | 2026-08-24T13:09:15.416Z | Compiling num-integer v0.1.46 |
| 6470 | 2026-08-24T13:09:15.530Z | Compiling flagset v0.4.7 |
| 6471 | 2026-08-24T13:09:15.743Z | Compiling der v0.7.10 |
| 6472 | 2026-08-24T13:09:16.342Z | Compiling dropshot v0.17.1 |
| 6473 | 2026-08-24T13:09:16.959Z | Compiling num-rational v0.4.2 |
| 6474 | 2026-08-24T13:09:17.055Z | Compiling num-iter v0.1.45 |
| 6475 | 2026-08-24T13:09:17.135Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6476 | 2026-08-24T13:09:17.194Z | Compiling num-complex v0.4.6 |
| 6477 | 2026-08-24T13:09:17.510Z | Compiling spki v0.7.3 |
| 6478 | 2026-08-24T13:09:17.611Z | Compiling num v0.4.3 |
| 6479 | 2026-08-24T13:09:17.649Z | Compiling progenitor-impl v0.10.0 |
| 6480 | 2026-08-24T13:09:17.749Z | Compiling pkcs8 v0.10.2 |
| 6481 | 2026-08-24T13:09:18.233Z | Compiling num-bigint v0.4.6 |
| 6482 | 2026-08-24T13:09:19.740Z | Compiling hmac v0.12.1 |
| 6483 | 2026-08-24T13:09:19.748Z | Compiling goblin v0.8.2 |
| 6484 | 2026-08-24T13:09:19.748Z | Compiling progenitor v0.11.1 |
| 6485 | 2026-08-24T13:09:19.853Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 6486 | 2026-08-24T13:09:20.442Z | Compiling ff v0.13.1 |
| 6487 | 2026-08-24T13:09:21.049Z | Compiling base16ct v0.2.0 |
| 6488 | 2026-08-24T13:09:21.261Z | Compiling progenitor-macro v0.10.0 |
| 6489 | 2026-08-24T13:09:21.278Z | Compiling dof v0.3.0 |
| 6490 | 2026-08-24T13:09:22.268Z | Compiling sec1 v0.7.3 |
| 6491 | 2026-08-24T13:09:22.699Z | Compiling group v0.13.0 |
| 6492 | 2026-08-24T13:09:22.915Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6493 | 2026-08-24T13:09:23.835Z | Compiling hkdf v0.12.4 |
| 6494 | 2026-08-24T13:09:23.888Z | Compiling usdt-impl v0.5.0 |
| 6495 | 2026-08-24T13:09:24.009Z | Compiling elliptic-curve v0.13.8 |
| 6496 | 2026-08-24T13:09:24.373Z | Compiling usdt v0.5.0 |
| 6497 | 2026-08-24T13:09:24.401Z | Compiling nix v0.31.3 |
| 6498 | 2026-08-24T13:09:24.419Z | Compiling curve25519-dalek v4.1.3 |
| 6499 | 2026-08-24T13:09:24.686Z | Compiling sha3 v0.10.8 |
| 6500 | 2026-08-24T13:09:24.818Z | Compiling typify-impl v0.6.2 |
| 6501 | 2026-08-24T13:09:25.015Z | Compiling blake2 v0.10.6 |
| 6502 | 2026-08-24T13:09:25.684Z | Compiling argon2 v0.5.3 |
| 6503 | 2026-08-24T13:09:25.873Z | Compiling vsss-rs v3.3.4 |
| 6504 | 2026-08-24T13:09:26.421Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6505 | 2026-08-24T13:09:26.780Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6506 | 2026-08-24T13:09:26.890Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 6507 | 2026-08-24T13:09:27.269Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 6508 | 2026-08-24T13:09:27.992Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6509 | 2026-08-24T13:09:28.516Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6510 | 2026-08-24T13:09:29.293Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6511 | 2026-08-24T13:09:29.864Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6512 | 2026-08-24T13:09:29.927Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6513 | 2026-08-24T13:09:31.356Z | Compiling typify-macro v0.6.2 |
| 6514 | 2026-08-24T13:09:31.375Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6515 | 2026-08-24T13:09:31.405Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6516 | 2026-08-24T13:09:31.661Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6517 | 2026-08-24T13:09:31.843Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6518 | 2026-08-24T13:09:32.019Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6519 | 2026-08-24T13:09:32.151Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6520 | 2026-08-24T13:09:32.305Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6521 | 2026-08-24T13:09:33.449Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6522 | 2026-08-24T13:09:33.667Z | Compiling bindgen v0.72.1 |
| 6523 | 2026-08-24T13:09:34.393Z | Compiling progenitor v0.10.0 |
| 6524 | 2026-08-24T13:09:34.569Z | Compiling typify v0.6.2 |
| 6525 | 2026-08-24T13:09:35.467Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6526 | 2026-08-24T13:09:35.758Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 6527 | 2026-08-24T13:09:35.978Z | Compiling progenitor-impl v0.14.0 |
| 6528 | 2026-08-24T13:09:36.699Z | Compiling sha2 v0.10.9 |
| 6529 | 2026-08-24T13:09:37.670Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6530 | 2026-08-24T13:09:37.808Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6531 | 2026-08-24T13:09:38.891Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6532 | 2026-08-24T13:09:38.943Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 6533 | 2026-08-24T13:09:39.265Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6534 | 2026-08-24T13:09:39.727Z | Compiling progenitor-macro v0.14.0 |
| 6535 | 2026-08-24T13:09:40.330Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6536 | 2026-08-24T13:09:41.086Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6537 | 2026-08-24T13:09:41.387Z | Compiling signature v2.2.0 |
| 6538 | 2026-08-24T13:09:41.573Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 6539 | 2026-08-24T13:09:41.610Z | Compiling utf-8 v0.7.6 |
| 6540 | 2026-08-24T13:09:41.856Z | Compiling tungstenite v0.21.0 |
| 6541 | 2026-08-24T13:09:41.940Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6542 | 2026-08-24T13:09:42.336Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6543 | 2026-08-24T13:09:42.660Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6544 | 2026-08-24T13:09:42.757Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6545 | 2026-08-24T13:09:42.850Z | Compiling tokio-dtrace v0.1.1 |
| 6546 | 2026-08-24T13:09:43.158Z | Compiling reqwest v0.13.2 |
| 6547 | 2026-08-24T13:09:44.953Z | Compiling bitstruct_derive v0.1.0 |
| 6548 | 2026-08-24T13:09:46.425Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6549 | 2026-08-24T13:09:46.893Z | Compiling progenitor-client v0.14.0 |
| 6550 | 2026-08-24T13:09:47.007Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6551 | 2026-08-24T13:09:47.479Z | Compiling oxide-tokio-rt v0.1.6 |
| 6552 | 2026-08-24T13:09:47.847Z | Compiling tokio-tungstenite v0.21.0 |
| 6553 | 2026-08-24T13:09:48.208Z | Compiling rfc6979 v0.4.0 |
| 6554 | 2026-08-24T13:09:48.367Z | Compiling base64 v0.21.7 |
| 6555 | 2026-08-24T13:09:48.524Z | Compiling tap v1.0.1 |
| 6556 | 2026-08-24T13:09:48.736Z | Compiling wyz v0.5.1 |
| 6557 | 2026-08-24T13:09:48.966Z | Compiling progenitor v0.14.0 |
| 6558 | 2026-08-24T13:09:49.053Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6559 | 2026-08-24T13:09:50.158Z | Compiling ecdsa v0.16.9 |
| 6560 | 2026-08-24T13:09:50.598Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6561 | 2026-08-24T13:09:50.867Z | Compiling ed25519 v2.2.3 |
| 6562 | 2026-08-24T13:09:51.170Z | Compiling salty v0.3.0 |
| 6563 | 2026-08-24T13:09:51.232Z | Compiling radium v0.7.0 |
| 6564 | 2026-08-24T13:09:51.358Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 6565 | 2026-08-24T13:09:51.444Z | Compiling primeorder v0.13.6 |
| 6566 | 2026-08-24T13:09:51.476Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6567 | 2026-08-24T13:09:51.556Z | Compiling env_filter v2.0.0 |
| 6568 | 2026-08-24T13:09:51.741Z | Compiling funty v2.0.0 |
| 6569 | 2026-08-24T13:09:51.904Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6570 | 2026-08-24T13:09:51.990Z | Compiling env_logger v0.11.11 |
| 6571 | 2026-08-24T13:09:52.391Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6572 | 2026-08-24T13:09:52.461Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 6573 | 2026-08-24T13:09:52.510Z | Compiling bitvec v1.0.1 |
| 6574 | 2026-08-24T13:09:53.044Z | Compiling p384 v0.13.1 |
| 6575 | 2026-08-24T13:09:53.555Z | Compiling ed25519-dalek v2.2.0 |
| 6576 | 2026-08-24T13:09:53.629Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6577 | 2026-08-24T13:09:53.681Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6578 | 2026-08-24T13:09:53.745Z | Compiling x509-cert v0.2.5 |
| 6579 | 2026-08-24T13:09:54.077Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6580 | 2026-08-24T13:09:54.121Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6581 | 2026-08-24T13:09:54.277Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6582 | 2026-08-24T13:09:54.302Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6583 | 2026-08-24T13:09:54.477Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 6584 | 2026-08-24T13:09:55.583Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6585 | 2026-08-24T13:09:55.939Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6586 | 2026-08-24T13:09:56.215Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6587 | 2026-08-24T13:09:56.367Z | Compiling typeid v1.0.3 |
| 6588 | 2026-08-24T13:09:56.503Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6589 | 2026-08-24T13:09:56.786Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6590 | 2026-08-24T13:09:56.861Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6591 | 2026-08-24T13:09:57.005Z | Compiling ascii v1.1.0 |
| 6592 | 2026-08-24T13:09:57.124Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6593 | 2026-08-24T13:09:57.244Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6594 | 2026-08-24T13:09:57.801Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6595 | 2026-08-24T13:09:58.277Z | Compiling qorb v0.4.1 |
| 6596 | 2026-08-24T13:09:59.695Z | Compiling erased-serde v0.4.8 |
| 6597 | 2026-08-24T13:10:00.226Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6598 | 2026-08-24T13:10:00.520Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 6599 | 2026-08-24T13:10:00.691Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 6600 | 2026-08-24T13:10:00.908Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6601 | 2026-08-24T13:10:01.228Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6602 | 2026-08-24T13:10:01.469Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6603 | 2026-08-24T13:10:03.102Z | Compiling bitstruct v0.1.1 |
| 6604 | 2026-08-24T13:10:03.186Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6605 | 2026-08-24T13:10:03.220Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 6606 | 2026-08-24T13:10:03.553Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6607 | 2026-08-24T13:10:04.596Z | Compiling itertools v0.13.0 |
| 6608 | 2026-08-24T13:10:04.623Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6609 | 2026-08-24T13:10:04.640Z | Compiling acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc) |
| 6610 | 2026-08-24T13:10:04.777Z | Compiling serde_arrays v0.1.0 |
| 6611 | 2026-08-24T13:10:04.924Z | Compiling pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6612 | 2026-08-24T13:10:05.005Z | Compiling libloading v0.7.4 |
| 6613 | 2026-08-24T13:10:05.254Z | Compiling bit_field v0.10.3 |
| 6614 | 2026-08-24T13:10:05.432Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6615 | 2026-08-24T13:10:05.863Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6616 | 2026-08-24T13:10:06.571Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6617 | 2026-08-24T13:10:07.507Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6618 | 2026-08-24T13:10:08.024Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6619 | 2026-08-24T13:10:08.153Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6620 | 2026-08-24T13:10:08.475Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6621 | 2026-08-24T13:10:08.548Z | Compiling globset v0.4.16 |
| 6622 | 2026-08-24T13:10:08.791Z | Compiling slog-dtrace v0.3.0 |
| 6623 | 2026-08-24T13:10:10.444Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6624 | 2026-08-24T13:10:10.716Z | Compiling tough v0.20.0 |
| 6625 | 2026-08-24T13:10:11.074Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6626 | 2026-08-24T13:10:11.321Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6627 | 2026-08-24T13:10:11.539Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6628 | 2026-08-24T13:10:13.939Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6629 | 2026-08-24T13:10:14.242Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6630 | 2026-08-24T13:10:14.926Z | Compiling git2 v0.19.0 |
| 6631 | 2026-08-24T13:10:18.374Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6632 | 2026-08-24T13:10:19.214Z | Compiling vergen v8.3.2 |
| 6633 | 2026-08-24T13:10:22.716Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 6634 | 2026-08-24T13:10:22.949Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6635 | 2026-08-24T13:10:24.244Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6636 | 2026-08-24T13:10:24.459Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6637 | 2026-08-24T13:10:24.785Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6638 | 2026-08-24T13:10:24.939Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6639 | 2026-08-24T13:10:27.568Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6640 | 2026-08-24T13:10:29.569Z | Compiling omicron-zone-package v0.12.2 |
| 6641 | 2026-08-24T13:10:30.558Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6642 | 2026-08-24T13:10:31.717Z | Compiling dropshot-api-manager v0.7.2 |
| 6643 | 2026-08-24T13:10:33.099Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 6644 | 2026-08-24T13:10:34.013Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6645 | 2026-08-24T13:10:36.468Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6646 | 2026-08-24T13:10:38.923Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6647 | 2026-08-24T13:10:38.975Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6648 | 2026-08-24T13:10:41.332Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6649 | 2026-08-24T13:10:41.622Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 6650 | 2026-08-24T13:10:47.048Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6651 | 2026-08-24T13:10:54.092Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 6652 | 2026-08-24T13:12:04.555Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 03s |
| 6653 | 2026-08-24T13:12:06.148Z | Running unittests src/lib.rs (target/debug/deps/aal-5a6e32cdbb3a89b4) |
| 6654 | 2026-08-24T13:12:06.164Z | |
| 6655 | 2026-08-24T13:12:06.164Z | running 0 tests |
| 6656 | 2026-08-24T13:12:06.164Z | |
| 6657 | 2026-08-24T13:12:06.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6658 | 2026-08-24T13:12:06.167Z | |
| 6659 | 2026-08-24T13:12:06.167Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 6660 | 2026-08-24T13:12:06.185Z | |
| 6661 | 2026-08-24T13:12:06.185Z | running 0 tests |
| 6662 | 2026-08-24T13:12:06.188Z | |
| 6663 | 2026-08-24T13:12:06.188Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6664 | 2026-08-24T13:12:06.188Z | |
| 6665 | 2026-08-24T13:12:06.188Z | Running unittests src/lib.rs (target/debug/deps/asic-aca0c4d24f0cfbaf) |
| 6666 | 2026-08-24T13:12:06.241Z | |
| 6667 | 2026-08-24T13:12:06.241Z | running 21 tests |
| 6668 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::operations_on_missing_group_rejected ... ok |
| 6669 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok |
| 6670 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::duplicate_group_rejected ... ok |
| 6671 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::domains_returns_created_group_ids ... ok |
| 6672 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::group_lifecycle ... ok |
| 6673 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::groups_are_independent ... ok |
| 6674 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::duplicate_port_rejected ... ok |
| 6675 | 2026-08-24T13:12:06.244Z | test softnpu::mcast::tests::port_bitmap_empty_group ... ok |
| 6676 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::port_bitmap_high_port ... ok |
| 6677 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::port_bitmap_populated ... ok |
| 6678 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok |
| 6679 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok |
| 6680 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::refresh_matches_external_slot ... ok |
| 6681 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::port_bitmap_reflects_removal ... ok |
| 6682 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok |
| 6683 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok |
| 6684 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok |
| 6685 | 2026-08-24T13:12:06.247Z | test softnpu::table::tests::parse_dump_malformed_rejected ... ok |
| 6686 | 2026-08-24T13:12:06.247Z | test softnpu::mcast::tests::set_max_nodes_validates ... ok |
| 6687 | 2026-08-24T13:12:06.247Z | test softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok |
| 6688 | 2026-08-24T13:12:06.247Z | test softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok |
| 6689 | 2026-08-24T13:12:06.247Z | |
| 6690 | 2026-08-24T13:12:06.247Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6691 | 2026-08-24T13:12:06.247Z | |
| 6692 | 2026-08-24T13:12:06.250Z | Running unittests src/lib.rs (target/debug/deps/common-733ce0e079fe5a0a) |
| 6693 | 2026-08-24T13:12:06.272Z | |
| 6694 | 2026-08-24T13:12:06.272Z | running 4 tests |
| 6695 | 2026-08-24T13:12:06.275Z | test nat::tests::test_vni ... ok |
| 6696 | 2026-08-24T13:12:06.275Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6697 | 2026-08-24T13:12:06.278Z | test test_purge ... ok |
| 6698 | 2026-08-24T13:12:06.301Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6699 | 2026-08-24T13:12:06.301Z | |
| 6700 | 2026-08-24T13:12:06.303Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 6701 | 2026-08-24T13:12:06.303Z | |
| 6702 | 2026-08-24T13:12:06.303Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d43859761558b33) |
| 6703 | 2026-08-24T13:12:06.326Z | |
| 6704 | 2026-08-24T13:12:06.326Z | running 1 test |
| 6705 | 2026-08-24T13:12:06.331Z | ------- |
| 6706 | 2026-08-24T13:12:06.334Z | Generating OpenAPI documents from API definitions ... |
| 6707 | 2026-08-24T13:12:06.517Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6708 | 2026-08-24T13:12:06.604Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6709 | 2026-08-24T13:12:07.626Z | ------- |
| 6710 | 2026-08-24T13:12:07.626Z | Checking 13 OpenAPI documents... |
| 6711 | 2026-08-24T13:12:07.626Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6712 | 2026-08-24T13:12:07.626Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6713 | 2026-08-24T13:12:07.626Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6714 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6715 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6716 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6717 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6718 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6719 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6720 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6721 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6722 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6723 | 2026-08-24T13:12:07.629Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6724 | 2026-08-24T13:12:07.629Z | Fresh dpd "latest" symlink |
| 6725 | 2026-08-24T13:12:07.630Z | ------- |
| 6726 | 2026-08-24T13:12:07.630Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6727 | 2026-08-24T13:12:07.701Z | test test::test_apis_up_to_date ... ok |
| 6728 | 2026-08-24T13:12:07.701Z | |
| 6729 | 2026-08-24T13:12:07.704Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s |
| 6730 | 2026-08-24T13:12:07.704Z | |
| 6731 | 2026-08-24T13:12:07.764Z | Running unittests src/main.rs (target/debug/deps/dpd-a5e47f691a9ebe41) |
| 6732 | 2026-08-24T13:12:07.770Z | |
| 6733 | 2026-08-24T13:12:07.770Z | running 61 tests |
| 6734 | 2026-08-24T13:12:07.773Z | test freemap::test_ordering ... ok |
| 6735 | 2026-08-24T13:12:07.773Z | test config::tests::test_updates ... ok |
| 6736 | 2026-08-24T13:12:07.773Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6737 | 2026-08-24T13:12:07.773Z | test freemap::test_split ... ok |
| 6738 | 2026-08-24T13:12:07.776Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6739 | 2026-08-24T13:12:07.776Z | Aug 24 13:12:06.688 DEBG created new freemap, unit: freemap_test |
| 6740 | 2026-08-24T13:12:07.776Z | Aug 24 13:12:06.688 Aug 24 13:12:06.688DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unitAug 24 13:12:06.688: DEBG freemap_testfreemap_testcreated new freemap |
| 6741 | 2026-08-24T13:12:07.776Z | |
| 6742 | 2026-08-24T13:12:07.776Z | , unit: freemap_testAug 24 13:12:06.688 |
| 6743 | 2026-08-24T13:12:07.776Z | DEBG Aug 24 13:12:06.688reset freemap , DEBGunit :Aug 24 13:12:06.688 freemap_testDEBGinitted freemap. size: 128 |
| 6744 | 2026-08-24T13:12:07.776Z | , initted freemap. size: 128unit, :unit :freemap_test |
| 6745 | 2026-08-24T13:12:07.776Z | freemap_test |
| 6746 | 2026-08-24T13:12:07.776Z | test macaddrs::tests::test_mac_offset ... ok |
| 6747 | 2026-08-24T13:12:07.776Z | Aug 24 13:12:06.688Aug 24 13:12:06.688 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 6748 | 2026-08-24T13:12:07.777Z | |
| 6749 | 2026-08-24T13:12:07.777Z | Aug 24 13:12:06.688 DEBG created new freemap, unit: freemap_test |
| 6750 | 2026-08-24T13:12:07.777Z | Aug 24 13:12:06.688 DEBG initted freemap. size: 128, unit: freemap_test |
| 6751 | 2026-08-24T13:12:07.777Z | Aug 24 13:12:06.688 DEBG reset freemap, unit: freemap_test |
| 6752 | 2026-08-24T13:12:07.777Z | test freemap::test_exhaustion ... ok |
| 6753 | 2026-08-24T13:12:07.777Z | Aug 24 13:12:06.688 DEBG created new freemap, unit: freemap_test |
| 6754 | 2026-08-24T13:12:07.777Z | Aug 24 13:12:06.688 DEBG initted freemap. size: 8, unit: freemap_test |
| 6755 | 2026-08-24T13:12:07.777Z | test freemap::test_reclaim ... ok |
| 6756 | 2026-08-24T13:12:07.777Z | test freemap::test_free ... ok |
| 6757 | 2026-08-24T13:12:07.777Z | Aug 24 13:12:06.688 DEBG reset freemap, unit: freemap_test |
| 6758 | 2026-08-24T13:12:07.777Z | test freemap::test_basic ... ok |
| 6759 | 2026-08-24T13:12:07.777Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6760 | 2026-08-24T13:12:07.777Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6761 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 6762 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 6763 | 2026-08-24T13:12:07.777Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6764 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 6765 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_canonicalize_sources ... ok |
| 6766 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 6767 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 6768 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 6769 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 6770 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_sources_contain_any ... ok |
| 6771 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 6772 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 6773 | 2026-08-24T13:12:07.777Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 6774 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 6775 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 6776 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 6777 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 6778 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 6779 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 6780 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 6781 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 6782 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 6783 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 6784 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 6785 | 2026-08-24T13:12:07.777Z | test mcast::validate::tests::test_validate_tag ... ok |
| 6786 | 2026-08-24T13:12:07.777Z | test port_map::tests::test_backplane_group ... ok |
| 6787 | 2026-08-24T13:12:07.777Z | test nat::test_mapping ... ok |
| 6788 | 2026-08-24T13:12:07.778Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 6789 | 2026-08-24T13:12:07.778Z | test mcast::tests::test_id_range_boundaries ... ok |
| 6790 | 2026-08-24T13:12:07.782Z | test port_map::tests::test_port_map ... ok |
| 6791 | 2026-08-24T13:12:07.782Z | test port_map::tests::dump_map ... ok |
| 6792 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG created new freemap, unit: freemap_test |
| 6793 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG initted freemap. size: 128, unit: freemap_test |
| 6794 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG reset freemap, unit: freemap_test |
| 6795 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6796 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6797 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6798 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6799 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6800 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6801 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6802 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 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 } }] |
| 6803 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6804 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 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 } }] |
| 6805 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6806 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 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 } }] |
| 6807 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6808 | 2026-08-24T13:12:07.782Z | Aug 24 13:12:06.691 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 } }] |
| 6809 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6811 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6812 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6813 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6814 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6815 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6816 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6817 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6818 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6819 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6820 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6821 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6822 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6823 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6824 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6825 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6826 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6827 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6828 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6829 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6830 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6831 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6832 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6833 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6834 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6835 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6836 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6837 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6838 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6839 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6840 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6841 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6842 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6843 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6844 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6845 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6846 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 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 } }] |
| 6847 | 2026-08-24T13:12:07.783Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6848 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6849 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6851 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6852 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6853 | 2026-08-24T13:12:07.784Z | test freemap::test_span ... ok |
| 6854 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6855 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6856 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6857 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6858 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6859 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6860 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6861 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6862 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6863 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6864 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6865 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6866 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6867 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6868 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6869 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6870 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6871 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6872 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6873 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6874 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6875 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6876 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6877 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.691 |
| 6878 | 2026-08-24T13:12:07.784Z | DEBG created new freemapAug 24 13:12:06.691 , INFOunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6879 | 2026-08-24T13:12:07.784Z | freemap_route_ipv4 |
| 6880 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 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 } }] |
| 6881 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 DEBG created new freemapAug 24 13:12:06.691, unitINFO: adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6882 | 2026-08-24T13:12:07.784Z | |
| 6883 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691Aug 24 13:12:06.691 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 6884 | 2026-08-24T13:12:07.784Z | , unit: Aug 24 13:12:06.691freemap_route_ipv4 |
| 6885 | 2026-08-24T13:12:07.784Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6886 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.691 DEBGAug 24 13:12:06.691 reset freemapDEBG, unit: freemap_route_ipv4 |
| 6887 | 2026-08-24T13:12:07.784Z | Aug 24 13:12:06.692 DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6888 | 2026-08-24T13:12:07.784Z | initted freemap. size: 64, unit: Aug 24 13:12:06.692freemap_route_ipv6 |
| 6889 | 2026-08-24T13:12:07.785Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6890 | 2026-08-24T13:12:07.788Z | Aug 24 13:12:06.692 Aug 24 13:12:06.692DEBG DEBGreset freemap , 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 } }]unit |
| 6891 | 2026-08-24T13:12:07.789Z | : freemap_route_ipv6 |
| 6892 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 INFO Aug 24 13:12:06.692adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6893 | 2026-08-24T13:12:07.789Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6894 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 DEBG Aug 24 13:12:06.692replacing 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 } }] |
| 6895 | 2026-08-24T13:12:07.789Z | 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 } }] |
| 6896 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6897 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:12:06.692 |
| 6898 | 2026-08-24T13:12:07.789Z | 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 } }] |
| 6899 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.692 |
| 6900 | 2026-08-24T13:12:07.789Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 24 13:12:06.692 |
| 6901 | 2026-08-24T13:12:07.789Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6902 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692Aug 24 13:12:06.692 |
| 6903 | 2026-08-24T13:12:07.789Z | 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 |
| 6904 | 2026-08-24T13:12:07.789Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6905 | 2026-08-24T13:12:07.789Z | created new freemapAug 24 13:12:06.692 , INFOunitAug 24 13:12:06.692 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO: |
| 6906 | 2026-08-24T13:12:07.789Z | freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6907 | 2026-08-24T13:12:07.789Z | |
| 6908 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 DEBG Aug 24 13:12:06.692replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692 |
| 6909 | 2026-08-24T13:12:07.789Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemap |
| 6910 | 2026-08-24T13:12:07.789Z | , unit: freemap_route_ipv6Aug 24 13:12:06.692 |
| 6911 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 24 13:12:06.692 |
| 6912 | 2026-08-24T13:12:07.789Z | DEBG Aug 24 13:12:06.692initted freemap. size: 64 , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 6913 | 2026-08-24T13:12:07.789Z | : DEBG freemap_route_ipv4replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6914 | 2026-08-24T13:12:07.789Z | |
| 6915 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692 DEBG Aug 24 13:12:06.692Aug 24 13:12:06.692 INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6916 | 2026-08-24T13:12:07.789Z | DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6917 | 2026-08-24T13:12:07.789Z | reset freemap, Aug 24 13:12:06.692unitAug 24 13:12:06.692: DEBGfreemap_route_ipv4 |
| 6918 | 2026-08-24T13:12:07.789Z | 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 } }] |
| 6919 | 2026-08-24T13:12:07.789Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6920 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBGINFO initted freemap. size: 64adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff, Aug 24 13:12:06.692 |
| 6921 | 2026-08-24T13:12:07.789Z | unit :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 } }]freemap_route_ipv6Aug 24 13:12:06.692 |
| 6922 | 2026-08-24T13:12:07.789Z | |
| 6923 | 2026-08-24T13:12:07.789Z | 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 } }] |
| 6924 | 2026-08-24T13:12:07.789Z | test api_server::tests::test_build_info ... ok |
| 6925 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 24 13:12:06.692reset freemap |
| 6926 | 2026-08-24T13:12:07.789Z | INFO , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit |
| 6927 | 2026-08-24T13:12:07.789Z | : freemap_route_ipv6 |
| 6928 | 2026-08-24T13:12:07.789Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692 DEBGDEBG 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 } }] |
| 6929 | 2026-08-24T13:12:07.790Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6930 | 2026-08-24T13:12:07.790Z | |
| 6931 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692Aug 24 13:12:06.692DEBG INFOcreated new freemapDEBG , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit : |
| 6932 | 2026-08-24T13:12:07.790Z | 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 } }] |
| 6933 | 2026-08-24T13:12:07.790Z | freemap_route_ipv4INFO |
| 6934 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 24 13:12:06.692 |
| 6935 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692 INFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:12:06.692created new freemap , |
| 6936 | 2026-08-24T13:12:07.790Z | unitreplacing 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: |
| 6937 | 2026-08-24T13:12:07.790Z | freemap_route_ipv6Aug 24 13:12:06.692replacing 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 } }] |
| 6938 | 2026-08-24T13:12:07.790Z | DEBG |
| 6939 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692 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 } }] |
| 6940 | 2026-08-24T13:12:07.790Z | INFO Aug 24 13:12:06.692adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6941 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692INFO Aug 24 13:12:06.692 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 6942 | 2026-08-24T13:12:07.790Z | INFO Aug 24 13:12:06.692adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 6943 | 2026-08-24T13:12:07.790Z | , unit :DEBG Aug 24 13:12:06.692Aug 24 13:12:06.692 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 |
| 6944 | 2026-08-24T13:12:07.790Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6945 | 2026-08-24T13:12:07.790Z | freemap_route_ipv4 |
| 6946 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692 |
| 6947 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6948 | 2026-08-24T13:12:07.790Z | reset freemapAug 24 13:12:06.692 INFOINFO Aug 24 13:12:06.692adding route 3fff:beef:5::/64 -> 2001:db8::55:ff , DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit |
| 6949 | 2026-08-24T13:12:07.790Z | |
| 6950 | 2026-08-24T13:12:07.790Z | 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 } }]: |
| 6951 | 2026-08-24T13:12:07.790Z | freemap_route_ipv4 |
| 6952 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692 DEBGINFODEBG Aug 24 13:12:06.692 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6953 | 2026-08-24T13:12:07.790Z | 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 } }] initted freemap. size: 64replacing 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 } }], |
| 6954 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692 unitDEBG |
| 6955 | 2026-08-24T13:12:07.790Z | :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692 Aug 24 13:12:06.692freemap_route_ipv6 INFOINFO |
| 6956 | 2026-08-24T13:12:07.790Z | |
| 6957 | 2026-08-24T13:12:07.790Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6958 | 2026-08-24T13:12:07.790Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 24 13:12:06.692Aug 24 13:12:06.692 |
| 6959 | 2026-08-24T13:12:07.790Z | DEBGINFOAug 24 13:12:06.692 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff reset freemapDEBG, |
| 6960 | 2026-08-24T13:12:07.790Z | unitAug 24 13:12:06.692 : Aug 24 13:12:06.692 DEBGDEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6961 | 2026-08-24T13:12:07.790Z | |
| 6962 | 2026-08-24T13:12:07.790Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6963 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692 |
| 6964 | 2026-08-24T13:12:07.790Z | INFOAug 24 13:12:06.692 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 24 13:12:06.692 INFO |
| 6965 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6966 | 2026-08-24T13:12:07.790Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6967 | 2026-08-24T13:12:07.790Z | Aug 24 13:12:06.692 Aug 24 13:12:06.692 DEBGDEBG Aug 24 13:12:06.692 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6968 | 2026-08-24T13:12:07.790Z | |
| 6969 | 2026-08-24T13:12:07.791Z | 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 } }] |
| 6970 | 2026-08-24T13:12:07.791Z | 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 } }] |
| 6971 | 2026-08-24T13:12:07.791Z | Aug 24 13:12:06.692 Aug 24 13:12:06.692Aug 24 13:12:06.692INFO Aug 24 13:12:06.692INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO |
| 6972 | 2026-08-24T13:12:07.791Z | DEBG 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 } }] |
| 6973 | 2026-08-24T13:12:07.791Z | |
| 6974 | 2026-08-24T13:12:07.791Z | |
| 6975 | 2026-08-24T13:12:07.791Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBGAug 24 13:12:06.692INFOAug 24 13:12:06.692 DEBGDEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692 |
| 6976 | 2026-08-24T13:12:07.791Z | DEBG |
| 6977 | 2026-08-24T13:12:07.791Z | created new freemap , unitAug 24 13:12:06.692: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.692freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6978 | 2026-08-24T13:12:07.791Z | |
| 6979 | 2026-08-24T13:12:07.791Z | Aug 24 13:12:06.692 DEBG created new freemapDEBG, unitreplacing 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 } }]: |
| 6980 | 2026-08-24T13:12:07.791Z | |
| 6981 | 2026-08-24T13:12:07.791Z | freemap_route_ipv6 |
| 6982 | 2026-08-24T13:12:07.791Z | INFO Aug 24 13:12:06.692 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6983 | 2026-08-24T13:12:07.791Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6984 | 2026-08-24T13:12:07.791Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBG reset freemap, unit: Aug 24 13:12:06.692freemap_route_ipv4 |
| 6985 | 2026-08-24T13:12:07.791Z | Aug 24 13:12:06.692Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBG initted freemap. size: 64INFO, unit: freemap_route_ipv6INFO |
| 6986 | 2026-08-24T13:12:07.791Z | 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 } }] |
| 6987 | 2026-08-24T13:12:07.791Z | Aug 24 13:12:06.692 Aug 24 13:12:06.692DEBG INFO reset freemap, unit: freemap_route_ipv6adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6988 | 2026-08-24T13:12:07.791Z | |
| 6989 | 2026-08-24T13:12:07.791Z | INFO Aug 24 13:12:06.692Aug 24 13:12:06.692 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6990 | 2026-08-24T13:12:07.795Z | |
| 6991 | 2026-08-24T13:12:07.795Z | 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 } }] |
| 6992 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6993 | 2026-08-24T13:12:07.795Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6994 | 2026-08-24T13:12:07.795Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692 |
| 6995 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6996 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6997 | 2026-08-24T13:12:07.795Z | 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 } }] |
| 6998 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBG |
| 6999 | 2026-08-24T13:12:07.795Z | 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 } }] |
| 7000 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7001 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692Aug 24 13:12:06.692Aug 24 13:12:06.692 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 7002 | 2026-08-24T13:12:07.795Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7003 | 2026-08-24T13:12:07.795Z | |
| 7004 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692 Aug 24 13:12:06.692DEBGAug 24 13:12:06.692 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 |
| 7005 | 2026-08-24T13:12:07.795Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 7006 | 2026-08-24T13:12:07.795Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7007 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692 INFO Aug 24 13:12:06.692adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 24 13:12:06.692 |
| 7008 | 2026-08-24T13:12:07.795Z | DEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7009 | 2026-08-24T13:12:07.795Z | Aug 24 13:12:06.692replacing 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 } }] |
| 7010 | 2026-08-24T13:12:07.795Z | 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 } }]Aug 24 13:12:06.692 |
| 7011 | 2026-08-24T13:12:07.795Z | INFOAug 24 13:12:06.692 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 7012 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7013 | 2026-08-24T13:12:07.796Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7014 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBGAug 24 13:12:06.692 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 } }]DEBG |
| 7015 | 2026-08-24T13:12:07.796Z | 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 } }] |
| 7016 | 2026-08-24T13:12:07.796Z | 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 } }] |
| 7017 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692 INFOAug 24 13:12:06.692Aug 24 13:12:06.692 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7018 | 2026-08-24T13:12:07.796Z | INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:12:06.692 |
| 7019 | 2026-08-24T13:12:07.796Z | |
| 7020 | 2026-08-24T13:12:07.796Z | 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 } }] |
| 7021 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 DEBGDEBGAug 24 13:12:06.692 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 7022 | 2026-08-24T13:12:07.796Z | INFO |
| 7023 | 2026-08-24T13:12:07.796Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7024 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7025 | 2026-08-24T13:12:07.796Z | |
| 7026 | 2026-08-24T13:12:07.796Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7027 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7028 | 2026-08-24T13:12:07.796Z | 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 } }]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 } }] |
| 7029 | 2026-08-24T13:12:07.796Z | |
| 7030 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.692Aug 24 13:12:06.692 |
| 7031 | 2026-08-24T13:12:07.796Z | INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7032 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7033 | 2026-08-24T13:12:07.796Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7034 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.692Aug 24 13:12:06.692 Aug 24 13:12:06.692DEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7035 | 2026-08-24T13:12:07.796Z | DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 7036 | 2026-08-24T13:12:07.796Z | |
| 7037 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7038 | 2026-08-24T13:12:07.796Z | |
| 7039 | 2026-08-24T13:12:07.796Z | |
| 7040 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG DEBGDEBGreplacing 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 } }] |
| 7041 | 2026-08-24T13:12:07.796Z | 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: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 } }] |
| 7042 | 2026-08-24T13:12:07.796Z | |
| 7043 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7044 | 2026-08-24T13:12:07.796Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 7045 | 2026-08-24T13:12:07.796Z | |
| 7046 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.693 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 } }]Aug 24 13:12:06.693Aug 24 13:12:06.693 |
| 7047 | 2026-08-24T13:12:07.796Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693 |
| 7048 | 2026-08-24T13:12:07.796Z | |
| 7049 | 2026-08-24T13:12:07.796Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7050 | 2026-08-24T13:12:07.796Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGINFO Aug 24 13:12:06.693failed to allocate space for the new target list adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 7051 | 2026-08-24T13:12:07.797Z | 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 } }] |
| 7052 | 2026-08-24T13:12:07.797Z | |
| 7053 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 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:f::/64 -> 2001:db8::55:ff |
| 7054 | 2026-08-24T13:12:07.797Z | |
| 7055 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693 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 } }] |
| 7056 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7057 | 2026-08-24T13:12:07.797Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7058 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGINFOAug 24 13:12:06.693 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 } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 7059 | 2026-08-24T13:12:07.797Z | |
| 7060 | 2026-08-24T13:12:07.797Z | 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 } }] |
| 7061 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 7062 | 2026-08-24T13:12:07.797Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7063 | 2026-08-24T13:12:07.797Z | |
| 7064 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7065 | 2026-08-24T13:12:07.797Z | INFO |
| 7066 | 2026-08-24T13:12:07.797Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 7067 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 7068 | 2026-08-24T13:12:07.797Z | |
| 7069 | 2026-08-24T13:12:07.797Z | 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 } }] |
| 7070 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBG 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: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 |
| 7071 | 2026-08-24T13:12:07.797Z | |
| 7072 | 2026-08-24T13:12:07.797Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 7073 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7074 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693 |
| 7075 | 2026-08-24T13:12:07.797Z | DEBGAug 24 13:12:06.693 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 24 13:12:06.693 |
| 7076 | 2026-08-24T13:12:07.797Z | DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7077 | 2026-08-24T13:12:07.797Z | |
| 7078 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 7079 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7080 | 2026-08-24T13:12:07.797Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 24 13:12:06.693 |
| 7081 | 2026-08-24T13:12:07.797Z | 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 } }] |
| 7082 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBG INFODEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7083 | 2026-08-24T13:12:07.797Z | 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:5::/64 -> 2001:db8::55:ff |
| 7084 | 2026-08-24T13:12:07.797Z | |
| 7085 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBG 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 } }]INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7086 | 2026-08-24T13:12:07.797Z | |
| 7087 | 2026-08-24T13:12:07.797Z | |
| 7088 | 2026-08-24T13:12:07.797Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7089 | 2026-08-24T13:12:07.797Z | INFO |
| 7090 | 2026-08-24T13:12:07.801Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 7091 | 2026-08-24T13:12:07.801Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 INFOAug 24 13:12:06.693INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 7092 | 2026-08-24T13:12:07.801Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7093 | 2026-08-24T13:12:07.801Z | 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 } }] |
| 7094 | 2026-08-24T13:12:07.801Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBGAug 24 13:12:06.693 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: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 |
| 7095 | 2026-08-24T13:12:07.801Z | |
| 7096 | 2026-08-24T13:12:07.801Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7097 | 2026-08-24T13:12:07.801Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFOINFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7098 | 2026-08-24T13:12:07.801Z | |
| 7099 | 2026-08-24T13:12:07.801Z | 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 } }] |
| 7100 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBGDEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7101 | 2026-08-24T13:12:07.802Z | adding route 3fff:beef:8::/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 } }] |
| 7102 | 2026-08-24T13:12:07.802Z | |
| 7103 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 7104 | 2026-08-24T13:12:07.802Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7105 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693 |
| 7106 | 2026-08-24T13:12:07.802Z | DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7107 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 INFODEBGAug 24 13:12:06.693 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 7108 | 2026-08-24T13:12:07.802Z | |
| 7109 | 2026-08-24T13:12:07.802Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7110 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7111 | 2026-08-24T13:12:07.802Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7112 | 2026-08-24T13:12:07.802Z | |
| 7113 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693INFO DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7114 | 2026-08-24T13:12:07.802Z | |
| 7115 | 2026-08-24T13:12:07.802Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 24 13:12:06.693Aug 24 13:12:06.693 |
| 7116 | 2026-08-24T13:12:07.802Z | INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7117 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7118 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693replacing 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 } }] |
| 7119 | 2026-08-24T13:12:07.802Z | 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 } }]Aug 24 13:12:06.693 |
| 7120 | 2026-08-24T13:12:07.802Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7121 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 INFOINFO Aug 24 13:12:06.693adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7122 | 2026-08-24T13:12:07.802Z | DEBG |
| 7123 | 2026-08-24T13:12:07.802Z | 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 } }] |
| 7124 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 24 13:12:06.693 |
| 7125 | 2026-08-24T13:12:07.802Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7126 | 2026-08-24T13:12:07.802Z | DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7127 | 2026-08-24T13:12:07.802Z | created new freemapAug 24 13:12:06.693, Aug 24 13:12:06.693 unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7128 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693DEBG 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 } }] |
| 7129 | 2026-08-24T13:12:07.802Z | INFOAug 24 13:12:06.693 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 7130 | 2026-08-24T13:12:07.802Z | |
| 7131 | 2026-08-24T13:12:07.802Z | 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 } }] |
| 7132 | 2026-08-24T13:12:07.802Z | Aug 24 13:12:06.693Aug 24 13:12:06.693Aug 24 13:12:06.693 INFODEBG DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemapAug 24 13:12:06.693 |
| 7133 | 2026-08-24T13:12:07.802Z | , INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit: |
| 7134 | 2026-08-24T13:12:07.802Z | |
| 7135 | 2026-08-24T13:12:07.802Z | freemap_route_ipv6Aug 24 13:12:06.693 |
| 7136 | 2026-08-24T13:12:07.802Z | DEBGAug 24 13:12:06.693 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 } }] |
| 7137 | 2026-08-24T13:12:07.802Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693 |
| 7138 | 2026-08-24T13:12:07.802Z | INFOAug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFOINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7139 | 2026-08-24T13:12:07.803Z | |
| 7140 | 2026-08-24T13:12:07.803Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 7141 | 2026-08-24T13:12:07.803Z | initted freemap. size: 64, Aug 24 13:12:06.693Aug 24 13:12:06.693unit :Aug 24 13:12:06.693DEBG freemap_route_ipv4DEBG |
| 7142 | 2026-08-24T13:12:07.803Z | 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 } }] 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 } }] |
| 7143 | 2026-08-24T13:12:07.803Z | |
| 7144 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693replacing 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 } }] |
| 7145 | 2026-08-24T13:12:07.803Z | DEBG reset freemap, Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693unitINFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7146 | 2026-08-24T13:12:07.803Z | INFO:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7147 | 2026-08-24T13:12:07.803Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7148 | 2026-08-24T13:12:07.803Z | test route::tests::grow_succeeds ... ok |
| 7149 | 2026-08-24T13:12:07.803Z | |
| 7150 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693 DEBGAug 24 13:12:06.693 Aug 24 13:12:06.693DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693 |
| 7151 | 2026-08-24T13:12:07.803Z | DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7152 | 2026-08-24T13:12:07.803Z | initted freemap. size: 64DEBG, unit :Aug 24 13:12:06.693 Aug 24 13:12:06.693 INFOINFO freemap_route_ipv6 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7153 | 2026-08-24T13:12:07.803Z | |
| 7154 | 2026-08-24T13:12:07.803Z | |
| 7155 | 2026-08-24T13:12:07.803Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7156 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBG 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 } }]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 } }] |
| 7157 | 2026-08-24T13:12:07.803Z | |
| 7158 | 2026-08-24T13:12:07.803Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreset freemap |
| 7159 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693, INFOunit Aug 24 13:12:06.693Aug 24 13:12:06.693adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7160 | 2026-08-24T13:12:07.803Z | :DEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 7161 | 2026-08-24T13:12:07.803Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693 |
| 7162 | 2026-08-24T13:12:07.803Z | 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 } }] |
| 7163 | 2026-08-24T13:12:07.803Z | |
| 7164 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693 DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693INFO |
| 7165 | 2026-08-24T13:12:07.803Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7166 | 2026-08-24T13:12:07.803Z | |
| 7167 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693INFO INFOAug 24 13:12:06.693 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7168 | 2026-08-24T13:12:07.803Z | |
| 7169 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693 DEBGDEBG Aug 24 13:12:06.693Aug 24 13:12:06.693 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 7170 | 2026-08-24T13:12:07.803Z | |
| 7171 | 2026-08-24T13:12:07.803Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7172 | 2026-08-24T13:12:07.803Z | |
| 7173 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693 Aug 24 13:12:06.693DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7174 | 2026-08-24T13:12:07.803Z | Aug 24 13:12:06.693 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7175 | 2026-08-24T13:12:07.803Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7176 | 2026-08-24T13:12:07.803Z | DEBG created new freemapAug 24 13:12:06.693, unitDEBG: Aug 24 13:12:06.693replacing 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 } }] |
| 7177 | 2026-08-24T13:12:07.803Z | freemap_route_ipv4DEBG |
| 7178 | 2026-08-24T13:12:07.803Z | 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 } }] |
| 7179 | 2026-08-24T13:12:07.804Z | Aug 24 13:12:06.693 Aug 24 13:12:06.693Aug 24 13:12:06.693INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7180 | 2026-08-24T13:12:07.804Z | DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemapAug 24 13:12:06.693 |
| 7181 | 2026-08-24T13:12:07.804Z | , 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 } }]Aug 24 13:12:06.693 |
| 7182 | 2026-08-24T13:12:07.804Z | DEBGfreemap_route_ipv6 |
| 7183 | 2026-08-24T13:12:07.804Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.693 |
| 7184 | 2026-08-24T13:12:07.804Z | INFO Aug 24 13:12:06.693adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7185 | 2026-08-24T13:12:07.804Z | DEBG initted freemap. size: 64Aug 24 13:12:06.693, Aug 24 13:12:06.693unit INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff: |
| 7186 | 2026-08-24T13:12:07.804Z | 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 } }] |
| 7187 | 2026-08-24T13:12:07.804Z | freemap_route_ipv4 |
| 7188 | 2026-08-24T13:12:07.804Z | Aug 24 13:12:06.693 DEBGAug 24 13:12:06.693 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 |
| 7189 | 2026-08-24T13:12:07.804Z | Aug 24 13:12:06.693 reset freemapINFO , adding route 3fff:beef:26::/64 -> 2001:db8::55:ffunit |
| 7190 | 2026-08-24T13:12:07.807Z | Aug 24 13:12:06.693 Aug 24 13:12:06.693INFO: Aug 24 13:12:06.693freemap_route_ipv4 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 7191 | 2026-08-24T13:12:07.808Z | |
| 7192 | 2026-08-24T13:12:07.808Z | 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 |
| 7193 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.693created new freemap Aug 24 13:12:06.693DEBG , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694DEBG INFOinitted freemap. size: 64 |
| 7194 | 2026-08-24T13:12:07.808Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunit, unit |
| 7195 | 2026-08-24T13:12:07.808Z | :Aug 24 13:12:06.694 :freemap_route_ipv6INFOAug 24 13:12:06.694 |
| 7196 | 2026-08-24T13:12:07.808Z | DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7197 | 2026-08-24T13:12:07.808Z | 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 } }] |
| 7198 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 freemap_route_ipv4 Aug 24 13:12:06.694 |
| 7199 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 INFO DEBGAug 24 13:12:06.694DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG 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 |
| 7200 | 2026-08-24T13:12:07.808Z | |
| 7201 | 2026-08-24T13:12:07.808Z | , unitcreated new freemap:, freemap_route_ipv6Aug 24 13:12:06.694unit |
| 7202 | 2026-08-24T13:12:07.808Z | DEBG Aug 24 13:12:06.694: Aug 24 13:12:06.694replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv6 |
| 7203 | 2026-08-24T13:12:07.808Z | INFO |
| 7204 | 2026-08-24T13:12:07.808Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7205 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694Aug 24 13:12:06.694 |
| 7206 | 2026-08-24T13:12:07.808Z | INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 24 13:12:06.694initted freemap. size: 64 |
| 7207 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 DEBGDEBG Aug 24 13:12:06.694, 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 } }]DEBGunit |
| 7208 | 2026-08-24T13:12:07.808Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]: |
| 7209 | 2026-08-24T13:12:07.808Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.694freemap_route_ipv4 |
| 7210 | 2026-08-24T13:12:07.808Z | INFO |
| 7211 | 2026-08-24T13:12:07.808Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:12:06.694 |
| 7212 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 INFO INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 24 13:12:06.694Aug 24 13:12:06.694 |
| 7213 | 2026-08-24T13:12:07.808Z | DEBG adding route 172.17.0.0/32 -> 10.0.0.255DEBGAug 24 13:12:06.694 |
| 7214 | 2026-08-24T13:12:07.808Z | 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 } }] |
| 7215 | 2026-08-24T13:12:07.808Z | DEBGreset freemap, unitreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 7216 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694freemap_route_ipv4 INFOAug 24 13:12:06.694 |
| 7217 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 INFODEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7218 | 2026-08-24T13:12:07.808Z | |
| 7219 | 2026-08-24T13:12:07.808Z | |
| 7220 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 DEBG initted freemap. size: 64Aug 24 13:12:06.694, Aug 24 13:12:06.694unit Aug 24 13:12:06.694INFODEBG : DEBGadding route 172.17.0.1/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 } }] freemap_route_ipv6replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7221 | 2026-08-24T13:12:07.808Z | |
| 7222 | 2026-08-24T13:12:07.808Z | |
| 7223 | 2026-08-24T13:12:07.808Z | |
| 7224 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694Aug 24 13:12:06.694 INFOINFO Aug 24 13:12:06.694adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7225 | 2026-08-24T13:12:07.808Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 24 13:12:06.694 |
| 7226 | 2026-08-24T13:12:07.808Z | DEBGAug 24 13:12:06.694DEBG 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 } }] reset freemapreplacing 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 } }] |
| 7227 | 2026-08-24T13:12:07.808Z | Aug 24 13:12:06.694 |
| 7228 | 2026-08-24T13:12:07.808Z | , DEBGunit :replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694 Aug 24 13:12:06.694 freemap_route_ipv6 |
| 7229 | 2026-08-24T13:12:07.808Z | INFO INFO |
| 7230 | 2026-08-24T13:12:07.809Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7231 | 2026-08-24T13:12:07.809Z | |
| 7232 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694 INFOAug 24 13:12:06.694 Aug 24 13:12:06.694adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7233 | 2026-08-24T13:12:07.809Z | INFODEBGAug 24 13:12:06.694 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7234 | 2026-08-24T13:12:07.809Z | 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 |
| 7235 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694replacing 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 } }] |
| 7236 | 2026-08-24T13:12:07.809Z | DEBGAug 24 13:12:06.694Aug 24 13:12:06.694 INFO Aug 24 13:12:06.694replacing 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:2e::/64 -> 2001:db8::55:ff |
| 7237 | 2026-08-24T13:12:07.809Z | |
| 7238 | 2026-08-24T13:12:07.809Z | INFODEBG Aug 24 13:12:06.694 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 7239 | 2026-08-24T13:12:07.809Z | |
| 7240 | 2026-08-24T13:12:07.809Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.694 |
| 7241 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694 INFO Aug 24 13:12:06.694Aug 24 13:12:06.694 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 7242 | 2026-08-24T13:12:07.809Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOAug 24 13:12:06.694 |
| 7243 | 2026-08-24T13:12:07.809Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7244 | 2026-08-24T13:12:07.809Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:12:06.694replacing 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 } }] |
| 7245 | 2026-08-24T13:12:07.809Z | DEBG |
| 7246 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694replacing 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 } }] |
| 7247 | 2026-08-24T13:12:07.809Z | INFO Aug 24 13:12:06.694Aug 24 13:12:06.694 Aug 24 13:12:06.694adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7248 | 2026-08-24T13:12:07.809Z | INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7249 | 2026-08-24T13:12:07.809Z | DEBG |
| 7250 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:12:06.694 |
| 7251 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694DEBG DEBG 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 } }] Aug 24 13:12:06.694replacing 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 } }] |
| 7252 | 2026-08-24T13:12:07.809Z | |
| 7253 | 2026-08-24T13:12:07.809Z | 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 |
| 7254 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694Aug 24 13:12:06.694 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 24 13:12:06.694 |
| 7255 | 2026-08-24T13:12:07.809Z | |
| 7256 | 2026-08-24T13:12:07.809Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 7257 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694 |
| 7258 | 2026-08-24T13:12:07.809Z | 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 } }]Aug 24 13:12:06.694 |
| 7259 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694 Aug 24 13:12:06.694 DEBGDEBG Aug 24 13:12:06.694 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 |
| 7260 | 2026-08-24T13:12:07.809Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7261 | 2026-08-24T13:12:07.809Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7262 | 2026-08-24T13:12:07.809Z | 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 } }] |
| 7263 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.694 INFOAug 24 13:12:06.694 Aug 24 13:12:06.694 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:12:06.694 INFODEBG |
| 7264 | 2026-08-24T13:12:07.809Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 7265 | 2026-08-24T13:12:07.809Z | INFOINFOAug 24 13:12:06.695 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7266 | 2026-08-24T13:12:07.809Z | DEBG |
| 7267 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.695replacing 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 |
| 7268 | 2026-08-24T13:12:07.809Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.695 |
| 7269 | 2026-08-24T13:12:07.809Z | Aug 24 13:12:06.695 DEBGAug 24 13:12:06.695 Aug 24 13:12:06.695replacing 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 |
| 7270 | 2026-08-24T13:12:07.810Z | INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 7271 | 2026-08-24T13:12:07.810Z | |
| 7272 | 2026-08-24T13:12:07.810Z | 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 } }] |
| 7273 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695 Aug 24 13:12:06.695Aug 24 13:12:06.695 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7274 | 2026-08-24T13:12:07.810Z | |
| 7275 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695 INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 24 13:12:06.695 |
| 7276 | 2026-08-24T13:12:07.810Z | adding route 172.17.0.7/32 -> 10.0.0.255 INFO |
| 7277 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 7278 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695INFO DEBGAug 24 13:12:06.695 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:20::/64 -> 2001:db8::55:ffAug 24 13:12:06.695 |
| 7279 | 2026-08-24T13:12:07.810Z | DEBG |
| 7280 | 2026-08-24T13:12:07.810Z | 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 } }] |
| 7281 | 2026-08-24T13:12:07.810Z | DEBGAug 24 13:12:06.695Aug 24 13:12:06.695 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 |
| 7282 | 2026-08-24T13:12:07.810Z | 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 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7283 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695 |
| 7284 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695 INFOINFO Aug 24 13:12:06.695adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 24 13:12:06.695 |
| 7285 | 2026-08-24T13:12:07.810Z | DEBG INFOadding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.695 |
| 7286 | 2026-08-24T13:12:07.810Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 24 13:12:06.695 |
| 7287 | 2026-08-24T13:12:07.810Z | DEBG |
| 7288 | 2026-08-24T13:12:07.810Z | 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 } }]DEBG |
| 7289 | 2026-08-24T13:12:07.810Z | Aug 24 13:12:06.695Aug 24 13:12:06.695 created new freemapAug 24 13:12:06.695, INFOunit Aug 24 13:12:06.695adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7290 | 2026-08-24T13:12:07.814Z | INFO: adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBGDEBG |
| 7291 | 2026-08-24T13:12:07.814Z | freemap_route_ipv4replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.695 |
| 7292 | 2026-08-24T13:12:07.814Z | 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 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 } }] |
| 7293 | 2026-08-24T13:12:07.814Z | |
| 7294 | 2026-08-24T13:12:07.814Z | |
| 7295 | 2026-08-24T13:12:07.814Z | Aug 24 13:12:06.695 INFOAug 24 13:12:06.695 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 24 13:12:06.695Aug 24 13:12:06.695 |
| 7296 | 2026-08-24T13:12:07.814Z | INFODEBG INFO Aug 24 13:12:06.695adding route 172.17.0.9/32 -> 10.0.0.255replacing 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 } }] |
| 7297 | 2026-08-24T13:12:07.814Z | |
| 7298 | 2026-08-24T13:12:07.814Z | DEBG Aug 24 13:12:06.695 Aug 24 13:12:06.695adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBGcreated new freemapAug 24 13:12:06.695 |
| 7299 | 2026-08-24T13:12:07.814Z | , INFODEBG Aug 24 13:12:06.695adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 7300 | 2026-08-24T13:12:07.814Z | 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 } }]: 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 |
| 7301 | 2026-08-24T13:12:07.814Z | |
| 7302 | 2026-08-24T13:12:07.814Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 7303 | 2026-08-24T13:12:07.814Z | |
| 7304 | 2026-08-24T13:12:07.814Z | Aug 24 13:12:06.695Aug 24 13:12:06.695 INFODEBGAug 24 13:12:06.695 Aug 24 13:12:06.695replacing 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:23::/64 -> 2001:db8::55:ff INFO |
| 7305 | 2026-08-24T13:12:07.814Z | INFO |
| 7306 | 2026-08-24T13:12:07.814Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 24 13:12:06.695Aug 24 13:12:06.695 INFO |
| 7307 | 2026-08-24T13:12:07.814Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7308 | 2026-08-24T13:12:07.814Z | Aug 24 13:12:06.695 |
| 7309 | 2026-08-24T13:12:07.814Z | Aug 24 13:12:06.695 DEBGinitted freemap. size: 64 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.695 |
| 7310 | 2026-08-24T13:12:07.814Z | 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 } }] DEBGAug 24 13:12:06.695 |
| 7311 | 2026-08-24T13:12:07.814Z | , 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 } }] |
| 7312 | 2026-08-24T13:12:07.814Z | DEBGunit :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.695 Aug 24 13:12:06.695Aug 24 13:12:06.695 freemap_route_ipv4INFO |
| 7313 | 2026-08-24T13:12:07.814Z | INFO |
| 7314 | 2026-08-24T13:12:07.814Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 7315 | 2026-08-24T13:12:07.814Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7316 | 2026-08-24T13:12:07.814Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7317 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.695 Aug 24 13:12:06.695DEBG Aug 24 13:12:06.695 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7318 | 2026-08-24T13:12:07.815Z | DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }] |
| 7319 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.695Aug 24 13:12:06.695 |
| 7320 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 7321 | 2026-08-24T13:12:07.815Z | |
| 7322 | 2026-08-24T13:12:07.815Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.696 |
| 7323 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 Aug 24 13:12:06.696 DEBGINFOINFO Aug 24 13:12:06.696adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7324 | 2026-08-24T13:12:07.815Z | 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 } }]INFO |
| 7325 | 2026-08-24T13:12:07.815Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:12:06.696 |
| 7326 | 2026-08-24T13:12:07.815Z | DEBG |
| 7327 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696replacing 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 } }] |
| 7328 | 2026-08-24T13:12:07.815Z | INFO Aug 24 13:12:06.696adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 |
| 7329 | 2026-08-24T13:12:07.815Z | DEBGAug 24 13:12:06.696 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.696INFO DEBGDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7330 | 2026-08-24T13:12:07.815Z | |
| 7331 | 2026-08-24T13:12:07.815Z | 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 } }] |
| 7332 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.696 Aug 24 13:12:06.696INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG |
| 7333 | 2026-08-24T13:12:07.815Z | adding route 3fff:beef:26::/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 } }] |
| 7334 | 2026-08-24T13:12:07.815Z | |
| 7335 | 2026-08-24T13:12:07.815Z | |
| 7336 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696Aug 24 13:12:06.696 Aug 24 13:12:06.696DEBG 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 |
| 7337 | 2026-08-24T13:12:07.815Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7338 | 2026-08-24T13:12:07.815Z | |
| 7339 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 INFOAug 24 13:12:06.696 Aug 24 13:12:06.696adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7340 | 2026-08-24T13:12:07.815Z | INFO Aug 24 13:12:06.696DEBG INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7341 | 2026-08-24T13:12:07.815Z | |
| 7342 | 2026-08-24T13:12:07.815Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 |
| 7343 | 2026-08-24T13:12:07.815Z | DEBG Aug 24 13:12:06.696Aug 24 13:12:06.696replacing 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 } }] |
| 7344 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 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 } }]INFODEBG |
| 7345 | 2026-08-24T13:12:07.815Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 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 } }] |
| 7346 | 2026-08-24T13:12:07.815Z | INFOAug 24 13:12:06.696 |
| 7347 | 2026-08-24T13:12:07.815Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 |
| 7348 | 2026-08-24T13:12:07.815Z | DEBGAug 24 13:12:06.696 |
| 7349 | 2026-08-24T13:12:07.815Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.696INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7350 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 |
| 7351 | 2026-08-24T13:12:07.815Z | DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7352 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 |
| 7353 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7354 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.696INFO |
| 7355 | 2026-08-24T13:12:07.815Z | Aug 24 13:12:06.696 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 24 13:12:06.696 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 } }] |
| 7356 | 2026-08-24T13:12:07.815Z | |
| 7357 | 2026-08-24T13:12:07.816Z | INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7358 | 2026-08-24T13:12:07.816Z | |
| 7359 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.696 Aug 24 13:12:06.696Aug 24 13:12:06.696 DEBGAug 24 13:12:06.695 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 } }] |
| 7360 | 2026-08-24T13:12:07.816Z | 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 } }] |
| 7361 | 2026-08-24T13:12:07.816Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7362 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.696 DEBGAug 24 13:12:06.696 Aug 24 13:12:06.696DEBGAug 24 13:12:06.696 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO created new freemapDEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7363 | 2026-08-24T13:12:07.816Z | |
| 7364 | 2026-08-24T13:12:07.816Z | , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffunit |
| 7365 | 2026-08-24T13:12:07.816Z | : freemap_route_ipv4 |
| 7366 | 2026-08-24T13:12:07.816Z | |
| 7367 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.696 Aug 24 13:12:06.696Aug 24 13:12:06.696INFOAug 24 13:12:06.696 DEBG DEBG adding route 172.17.0.16/32 -> 10.0.0.255 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 } }] |
| 7368 | 2026-08-24T13:12:07.816Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7369 | 2026-08-24T13:12:07.816Z | |
| 7370 | 2026-08-24T13:12:07.816Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.696Aug 24 13:12:06.696 |
| 7371 | 2026-08-24T13:12:07.816Z | DEBGDEBGAug 24 13:12:06.696 Aug 24 13:12:06.696created new freemap , Aug 24 13:12:06.696 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 INFODEBG |
| 7372 | 2026-08-24T13:12:07.816Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff unit |
| 7373 | 2026-08-24T13:12:07.816Z | : |
| 7374 | 2026-08-24T13:12:07.816Z | 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 } }] |
| 7375 | 2026-08-24T13:12:07.816Z | freemap_route_ipv6 |
| 7376 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.696Aug 24 13:12:06.696 DEBGDEBG Aug 24 13:12:06.696Aug 24 13:12:06.696Aug 24 13:12:06.696replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7377 | 2026-08-24T13:12:07.816Z | |
| 7378 | 2026-08-24T13:12:07.816Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7379 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.702Aug 24 13:12:06.702 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7380 | 2026-08-24T13:12:07.816Z | |
| 7381 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.702 DEBGAug 24 13:12:06.702 |
| 7382 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.702DEBG INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7383 | 2026-08-24T13:12:07.816Z | 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 } }] |
| 7384 | 2026-08-24T13:12:07.816Z | |
| 7385 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.702Aug 24 13:12:06.702 DEBGINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7386 | 2026-08-24T13:12:07.816Z | |
| 7387 | 2026-08-24T13:12:07.816Z | Aug 24 13:12:06.702Aug 24 13:12:06.702 INFOINFO Aug 24 13:12:06.702Aug 24 13:12:06.702adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7388 | 2026-08-24T13:12:07.816Z | DEBG INFOadding route 3fff:beef:33::/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 } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7389 | 2026-08-24T13:12:07.816Z | |
| 7390 | 2026-08-24T13:12:07.820Z | |
| 7391 | 2026-08-24T13:12:07.820Z | Aug 24 13:12:06.702 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.702 |
| 7392 | 2026-08-24T13:12:07.820Z | Aug 24 13:12:06.702Aug 24 13:12:06.702 INFODEBG Aug 24 13:12:06.702DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7393 | 2026-08-24T13:12:07.820Z | INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7394 | 2026-08-24T13:12:07.820Z | |
| 7395 | 2026-08-24T13:12:07.820Z | |
| 7396 | 2026-08-24T13:12:07.820Z | Aug 24 13:12:06.702 DEBG Aug 24 13:12:06.702Aug 24 13:12:06.702replacing 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 } }] |
| 7397 | 2026-08-24T13:12:07.820Z | Aug 24 13:12:06.702 INFODEBG adding route 3fff:beef:37::/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 } }]INFOAug 24 13:12:06.702 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 7398 | 2026-08-24T13:12:07.820Z | |
| 7399 | 2026-08-24T13:12:07.820Z | DEBG initted freemap. size: 64 |
| 7400 | 2026-08-24T13:12:07.820Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff, |
| 7401 | 2026-08-24T13:12:07.820Z | unitAug 24 13:12:06.702Aug 24 13:12:06.702 Aug 24 13:12:06.702INFODEBG: DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 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 } }] |
| 7402 | 2026-08-24T13:12:07.820Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7403 | 2026-08-24T13:12:07.820Z | |
| 7404 | 2026-08-24T13:12:07.820Z | |
| 7405 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.702 Aug 24 13:12:06.702Aug 24 13:12:06.702 DEBGDEBG Aug 24 13:12:06.702 Aug 24 13:12:06.702INFOreplacing 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: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:35::/64 -> 2001:db8::55:ff DEBGINFO |
| 7406 | 2026-08-24T13:12:07.821Z | |
| 7407 | 2026-08-24T13:12:07.821Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7408 | 2026-08-24T13:12:07.821Z | |
| 7409 | 2026-08-24T13:12:07.821Z | reset freemap, unitAug 24 13:12:06.702 Aug 24 13:12:06.702Aug 24 13:12:06.702 Aug 24 13:12:06.702DEBG : INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 7410 | 2026-08-24T13:12:07.821Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7411 | 2026-08-24T13:12:07.821Z | 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 } }] |
| 7412 | 2026-08-24T13:12:07.821Z | |
| 7413 | 2026-08-24T13:12:07.821Z | freemap_route_ipv4Aug 24 13:12:06.702 |
| 7414 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.702DEBGAug 24 13:12:06.702 Aug 24 13:12:06.702 INFO INFODEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 24 13:12:06.702 |
| 7415 | 2026-08-24T13:12:07.821Z | 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:39::/64 -> 2001:db8::55:ffDEBG |
| 7416 | 2026-08-24T13:12:07.821Z | |
| 7417 | 2026-08-24T13:12:07.821Z | 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 } }] |
| 7418 | 2026-08-24T13:12:07.821Z | initted freemap. size: 64, Aug 24 13:12:06.702unit Aug 24 13:12:06.702DEBGAug 24 13:12:06.702: Aug 24 13:12:06.702freemap_route_ipv6INFO |
| 7419 | 2026-08-24T13:12:07.821Z | 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 } }]INFODEBG |
| 7420 | 2026-08-24T13:12:07.821Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7421 | 2026-08-24T13:12:07.821Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 24 13:12:06.702 |
| 7422 | 2026-08-24T13:12:07.821Z | DEBG reset freemap , Aug 24 13:12:06.702unit Aug 24 13:12:06.702replacing 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:Aug 24 13:12:06.702 INFO 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:3a::/64 -> 2001:db8::55:ffDEBG |
| 7423 | 2026-08-24T13:12:07.821Z | 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 } }] |
| 7424 | 2026-08-24T13:12:07.821Z | |
| 7425 | 2026-08-24T13:12:07.821Z | |
| 7426 | 2026-08-24T13:12:07.821Z | freemap_route_ipv6 |
| 7427 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.702Aug 24 13:12:06.702 DEBG Aug 24 13:12:06.702Aug 24 13:12:06.702replacing 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 |
| 7428 | 2026-08-24T13:12:07.821Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.702 |
| 7429 | 2026-08-24T13:12:07.821Z | INFOAug 24 13:12:06.702 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7430 | 2026-08-24T13:12:07.821Z | |
| 7431 | 2026-08-24T13:12:07.821Z | |
| 7432 | 2026-08-24T13:12:07.821Z | INFOAug 24 13:12:06.702 DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 24 13:12:06.702replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 24 13:12:06.702DEBG |
| 7433 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.702 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 } }] |
| 7434 | 2026-08-24T13:12:07.821Z | 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 } }]Aug 24 13:12:06.702 |
| 7435 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.702 |
| 7436 | 2026-08-24T13:12:07.821Z | 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 } }] 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 } }] |
| 7437 | 2026-08-24T13:12:07.821Z | |
| 7438 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.703Aug 24 13:12:06.703 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:12:06.703 |
| 7439 | 2026-08-24T13:12:07.821Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7440 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.703 |
| 7441 | 2026-08-24T13:12:07.821Z | DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7442 | 2026-08-24T13:12:07.821Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.703 DEBGAug 24 13:12:06.703 |
| 7443 | 2026-08-24T13:12:07.821Z | 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 } }]DEBGAug 24 13:12:06.703 |
| 7444 | 2026-08-24T13:12:07.821Z | Aug 24 13:12:06.703INFO 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 } }]DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7445 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703Aug 24 13:12:06.703 |
| 7446 | 2026-08-24T13:12:07.822Z | 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 } }]Aug 24 13:12:06.703 |
| 7447 | 2026-08-24T13:12:07.822Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:12:06.703 INFODEBG DEBGfailed to allocate space for the new target list |
| 7448 | 2026-08-24T13:12:07.822Z | 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:16::/64 -> 2001:db8::55:ff |
| 7449 | 2026-08-24T13:12:07.822Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 7450 | 2026-08-24T13:12:07.822Z | |
| 7451 | 2026-08-24T13:12:07.822Z | |
| 7452 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703Aug 24 13:12:06.703 Aug 24 13:12:06.703 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.703 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 } }] |
| 7453 | 2026-08-24T13:12:07.822Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7454 | 2026-08-24T13:12:07.822Z | |
| 7455 | 2026-08-24T13:12:07.822Z | DEBG Aug 24 13:12:06.703replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.703 |
| 7456 | 2026-08-24T13:12:07.822Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7457 | 2026-08-24T13:12:07.822Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 24 13:12:06.703 |
| 7458 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703Aug 24 13:12:06.703 INFODEBGDEBG Aug 24 13:12:06.703replacing 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 } }] |
| 7459 | 2026-08-24T13:12:07.822Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7460 | 2026-08-24T13:12:07.822Z | DEBG |
| 7461 | 2026-08-24T13:12:07.822Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.703 INFO |
| 7462 | 2026-08-24T13:12:07.822Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 24 13:12:06.703 |
| 7463 | 2026-08-24T13:12:07.822Z | INFOAug 24 13:12:06.703 Aug 24 13:12:06.703adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 24 13:12:06.703 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7464 | 2026-08-24T13:12:07.822Z | |
| 7465 | 2026-08-24T13:12:07.822Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7466 | 2026-08-24T13:12:07.822Z | |
| 7467 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703Aug 24 13:12:06.703 DEBGAug 24 13:12:06.703 Aug 24 13:12:06.703 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 |
| 7468 | 2026-08-24T13:12:07.822Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 7469 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 7470 | 2026-08-24T13:12:07.822Z | |
| 7471 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7472 | 2026-08-24T13:12:07.822Z | |
| 7473 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703 INFOAug 24 13:12:06.703Aug 24 13:12:06.703 Aug 24 13:12:06.703adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7474 | 2026-08-24T13:12:07.822Z | WARNINFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7475 | 2026-08-24T13:12:07.822Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7476 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703replacing 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 } }] |
| 7477 | 2026-08-24T13:12:07.822Z | DEBG Aug 24 13:12:06.703replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.703Aug 24 13:12:06.703 |
| 7478 | 2026-08-24T13:12:07.822Z | DEBG INFO 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 } }] |
| 7479 | 2026-08-24T13:12:07.822Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:12:06.703replacing 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 } }] |
| 7480 | 2026-08-24T13:12:07.822Z | INFOAug 24 13:12:06.703 |
| 7481 | 2026-08-24T13:12:07.822Z | Aug 24 13:12:06.703adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG |
| 7482 | 2026-08-24T13:12:07.822Z | DEBG failed to allocate space for the new target listAug 24 13:12:06.703 |
| 7483 | 2026-08-24T13:12:07.822Z | 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 } }]created new freemap |
| 7484 | 2026-08-24T13:12:07.823Z | Aug 24 13:12:06.709, Aug 24 13:12:06.694 unitDEBG: Aug 24 13:12:06.709Aug 24 13:12:06.709 INFO freemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7485 | 2026-08-24T13:12:07.823Z | |
| 7486 | 2026-08-24T13:12:07.823Z | 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 } }] |
| 7487 | 2026-08-24T13:12:07.823Z | Aug 24 13:12:06.709 DEBG ERROAug 24 13:12:06.709replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.709 |
| 7488 | 2026-08-24T13:12:07.823Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFODEBG INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:12:06.709 |
| 7489 | 2026-08-24T13:12:07.823Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:12:06.709 |
| 7490 | 2026-08-24T13:12:07.826Z | DEBG INFO |
| 7491 | 2026-08-24T13:12:07.826Z | Aug 24 13:12:06.709 created new freemap , ERROadding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:12:06.709 |
| 7492 | 2026-08-24T13:12:07.826Z | unit adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG: replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6shrink-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 |
| 7493 | 2026-08-24T13:12:07.826Z | |
| 7494 | 2026-08-24T13:12:07.826Z | |
| 7495 | 2026-08-24T13:12:07.826Z | |
| 7496 | 2026-08-24T13:12:07.826Z | Aug 24 13:12:06.709Aug 24 13:12:06.709 Aug 24 13:12:06.709DEBGAug 24 13:12:06.709INFO DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7497 | 2026-08-24T13:12:07.827Z | initted freemap. size: 64 |
| 7498 | 2026-08-24T13:12:07.827Z | , unit :DEBG Aug 24 13:12:06.709freemap_route_ipv4 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 |
| 7499 | 2026-08-24T13:12:07.827Z | |
| 7500 | 2026-08-24T13:12:07.827Z | 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 } }] |
| 7501 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709Aug 24 13:12:06.709 Aug 24 13:12:06.709Aug 24 13:12:06.709 DEBGINFOINFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff reset freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff, |
| 7502 | 2026-08-24T13:12:07.827Z | unit |
| 7503 | 2026-08-24T13:12:07.827Z | : adding route 172.17.0.19/32 -> 10.0.0.255 freemap_route_ipv4 |
| 7504 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 |
| 7505 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7506 | 2026-08-24T13:12:07.827Z | |
| 7507 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 DEBG Aug 24 13:12:06.709replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.709DEBG |
| 7508 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 initted freemap. size: 64INFO , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit |
| 7509 | 2026-08-24T13:12:07.827Z | :INFO Aug 24 13:12:06.709 freemap_route_ipv6INFO |
| 7510 | 2026-08-24T13:12:07.827Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 24 13:12:06.709 |
| 7511 | 2026-08-24T13:12:07.827Z | |
| 7512 | 2026-08-24T13:12:07.827Z | DEBGAug 24 13:12:06.709 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 } }]reset freemap |
| 7513 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709, Aug 24 13:12:06.709DEBGunit replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7514 | 2026-08-24T13:12:07.827Z | :replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.709 |
| 7515 | 2026-08-24T13:12:07.827Z | freemap_route_ipv6INFO |
| 7516 | 2026-08-24T13:12:07.827Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 24 13:12:06.709 |
| 7517 | 2026-08-24T13:12:07.827Z | INFOAug 24 13:12:06.709Aug 24 13:12:06.709 INFOAug 24 13:12:06.709 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7518 | 2026-08-24T13:12:07.827Z | |
| 7519 | 2026-08-24T13:12:07.827Z | 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 } }] |
| 7520 | 2026-08-24T13:12:07.827Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7521 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 Aug 24 13:12:06.709DEBG Aug 24 13:12:06.709Aug 24 13:12:06.709replacing 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 } }] DEBGINFO |
| 7522 | 2026-08-24T13:12:07.827Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 7523 | 2026-08-24T13:12:07.827Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 7524 | 2026-08-24T13:12:07.827Z | |
| 7525 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709Aug 24 13:12:06.709 DEBGINFO Aug 24 13:12:06.709replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.709 |
| 7526 | 2026-08-24T13:12:07.827Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7527 | 2026-08-24T13:12:07.827Z | INFO INFOAug 24 13:12:06.709 adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7528 | 2026-08-24T13:12:07.827Z | |
| 7529 | 2026-08-24T13:12:07.827Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7530 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 DEBGAug 24 13:12:06.709 Aug 24 13:12:06.709replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.709 |
| 7531 | 2026-08-24T13:12:07.827Z | 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 } }] |
| 7532 | 2026-08-24T13:12:07.827Z | 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 |
| 7533 | 2026-08-24T13:12:07.827Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709 |
| 7534 | 2026-08-24T13:12:07.827Z | Aug 24 13:12:06.709 INFOINFO Aug 24 13:12:06.709 Aug 24 13:12:06.709adding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7535 | 2026-08-24T13:12:07.827Z | INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7536 | 2026-08-24T13:12:07.827Z | |
| 7537 | 2026-08-24T13:12:07.828Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7538 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:12:06.709 |
| 7539 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709Aug 24 13:12:06.709 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 24 13:12:06.709replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7540 | 2026-08-24T13:12:07.828Z | |
| 7541 | 2026-08-24T13:12:07.828Z | 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 } }] |
| 7542 | 2026-08-24T13:12:07.828Z | failed to allocate space for the new target listAug 24 13:12:06.709Aug 24 13:12:06.709 |
| 7543 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709 INFO INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4Aug 24 13:12:06.709 |
| 7544 | 2026-08-24T13:12:07.828Z | |
| 7545 | 2026-08-24T13:12:07.828Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7546 | 2026-08-24T13:12:07.828Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:12:06.709Aug 24 13:12:06.709 |
| 7547 | 2026-08-24T13:12:07.828Z | DEBGAug 24 13:12:06.709DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 7548 | 2026-08-24T13:12:07.828Z | |
| 7549 | 2026-08-24T13:12:07.828Z | 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 } }] |
| 7550 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7551 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709Aug 24 13:12:06.709created new freemap , INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255unit |
| 7552 | 2026-08-24T13:12:07.828Z | |
| 7553 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709 : DEBGfreemap_route_ipv4Aug 24 13:12:06.709 Aug 24 13:12:06.709 |
| 7554 | 2026-08-24T13:12:07.828Z | 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 |
| 7555 | 2026-08-24T13:12:07.828Z | 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 } }] |
| 7556 | 2026-08-24T13:12:07.828Z | 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 } }]Aug 24 13:12:06.709Aug 24 13:12:06.709 |
| 7557 | 2026-08-24T13:12:07.828Z | INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7558 | 2026-08-24T13:12:07.828Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7559 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709 INFOAug 24 13:12:06.709 Aug 24 13:12:06.709DEBG adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 7560 | 2026-08-24T13:12:07.828Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709 |
| 7561 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709 |
| 7562 | 2026-08-24T13:12:07.828Z | DEBG created new freemapDEBG, Aug 24 13:12:06.709unit Aug 24 13:12:06.709replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6 |
| 7563 | 2026-08-24T13:12:07.828Z | |
| 7564 | 2026-08-24T13:12:07.828Z | INFO |
| 7565 | 2026-08-24T13:12:07.828Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 24 13:12:06.709 |
| 7566 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7567 | 2026-08-24T13:12:07.828Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709Aug 24 13:12:06.709 |
| 7568 | 2026-08-24T13:12:07.828Z | DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 7569 | 2026-08-24T13:12:07.828Z | , Aug 24 13:12:06.709 INFOunit :adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7570 | 2026-08-24T13:12:07.828Z | Aug 24 13:12:06.709freemap_route_ipv4 |
| 7571 | 2026-08-24T13:12:07.828Z | INFO Aug 24 13:12:06.709adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7572 | 2026-08-24T13:12:07.828Z | DEBGAug 24 13:12:06.709 DEBGAug 24 13:12:06.709 Aug 24 13:12:06.709DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7573 | 2026-08-24T13:12:07.828Z | reset freemap |
| 7574 | 2026-08-24T13:12:07.828Z | , DEBGunitAug 24 13:12:06.709 : 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 |
| 7575 | 2026-08-24T13:12:07.828Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7576 | 2026-08-24T13:12:07.829Z | Aug 24 13:12:06.709freemap_route_ipv4 |
| 7577 | 2026-08-24T13:12:07.829Z | Aug 24 13:12:06.709 INFOAug 24 13:12:06.709INFO Aug 24 13:12:06.709adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7578 | 2026-08-24T13:12:07.829Z | DEBGDEBG initted freemap. size: 64adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7579 | 2026-08-24T13:12:07.829Z | unit |
| 7580 | 2026-08-24T13:12:07.829Z | :Aug 24 13:12:06.709 freemap_route_ipv6DEBG |
| 7581 | 2026-08-24T13:12:07.829Z | 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 } }]Aug 24 13:12:06.709 |
| 7582 | 2026-08-24T13:12:07.829Z | DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709 |
| 7583 | 2026-08-24T13:12:07.829Z | Aug 24 13:12:06.709 Aug 24 13:12:06.709 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255reset freemapINFOAug 24 13:12:06.709, unitINFO : adding route 172.17.0.29/32 -> 10.0.0.255freemap_route_ipv6 |
| 7584 | 2026-08-24T13:12:07.829Z | |
| 7585 | 2026-08-24T13:12:07.829Z | |
| 7586 | 2026-08-24T13:12:07.829Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7587 | 2026-08-24T13:12:07.829Z | Aug 24 13:12:06.709 DEBGAug 24 13:12:06.709Aug 24 13:12:06.709 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7588 | 2026-08-24T13:12:07.829Z | |
| 7589 | 2026-08-24T13:12:07.829Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.709 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:12:06.709 |
| 7590 | 2026-08-24T13:12:07.833Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7591 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.709Aug 24 13:12:06.709 Aug 24 13:12:06.709 DEBG |
| 7592 | 2026-08-24T13:12:07.833Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG 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 } }] |
| 7593 | 2026-08-24T13:12:07.833Z | |
| 7594 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.695Aug 24 13:12:06.709 DEBGINFOAug 24 13:12:06.709Aug 24 13:12:06.709 reset freemapINFOadding route 172.17.0.6/32 -> 10.0.0.255DEBG , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit |
| 7595 | 2026-08-24T13:12:07.833Z | : |
| 7596 | 2026-08-24T13:12:07.833Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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_ipv4 |
| 7597 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.710 Aug 24 13:12:06.709DEBG Aug 24 13:12:06.715DEBGAug 24 13:12:06.709 created new freemap 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 } }] |
| 7598 | 2026-08-24T13:12:07.833Z | DEBG, unit created new freemapinitted freemap. size: 64:, unit:, freemap_route_ipv4freemap_route_ipv4 |
| 7599 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715 |
| 7600 | 2026-08-24T13:12:07.833Z | 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 } }]unit |
| 7601 | 2026-08-24T13:12:07.833Z | :Aug 24 13:12:06.715 freemap_route_ipv6 DEBG |
| 7602 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715Aug 24 13:12:06.710 Aug 24 13:12:06.715 DEBGadding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 7603 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715created new freemap Aug 24 13:12:06.715 created new freemap, DEBGunitDEBG Aug 24 13:12:06.715created new freemapDEBG:adding route 172.17.0.31/32 -> 10.0.0.255, |
| 7604 | 2026-08-24T13:12:07.833Z | , reset freemap unit, unit:replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7605 | 2026-08-24T13:12:07.833Z | :unitfreemap_route_ipv4freemap_route_ipv6 |
| 7606 | 2026-08-24T13:12:07.833Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.715Aug 24 13:12:06.715 |
| 7607 | 2026-08-24T13:12:07.833Z | |
| 7608 | 2026-08-24T13:12:07.833Z | : freemap_route_ipv6freemap_route_ipv6 |
| 7609 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715 |
| 7610 | 2026-08-24T13:12:07.833Z | DEBGAug 24 13:12:06.715Aug 24 13:12:06.715 DEBGAug 24 13:12:06.715 INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGinitted freemap. size: 64 INFOcreated new freemap |
| 7611 | 2026-08-24T13:12:07.833Z | , , unitadding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.715 |
| 7612 | 2026-08-24T13:12:07.833Z | unit:: DEBGfreemap_route_ipv6 |
| 7613 | 2026-08-24T13:12:07.833Z | |
| 7614 | 2026-08-24T13:12:07.833Z | freemap_route_ipv4Aug 24 13:12:06.715 initted freemap. size: 64 |
| 7615 | 2026-08-24T13:12:07.833Z | DEBG, Aug 24 13:12:06.715Aug 24 13:12:06.715 DEBG Aug 24 13:12:06.715 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 } }]unitDEBGinitted freemap. size: 64 |
| 7616 | 2026-08-24T13:12:07.833Z | , INFOAug 24 13:12:06.715 unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG: |
| 7617 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715reset freemapfreemap_route_ipv4 |
| 7618 | 2026-08-24T13:12:07.833Z | , INFOAug 24 13:12:06.715 adding route 172.17.0.9/32 -> 10.0.0.255Aug 24 13:12:06.715INFOunit adding route 172.17.0.32/32 -> 10.0.0.255DEBG:freemap_route_ipv4 |
| 7619 | 2026-08-24T13:12:07.833Z | reset freemap , freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7620 | 2026-08-24T13:12:07.833Z | |
| 7621 | 2026-08-24T13:12:07.833Z | unit: |
| 7622 | 2026-08-24T13:12:07.833Z | |
| 7623 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715freemap_route_ipv4 |
| 7624 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715 DEBGAug 24 13:12:06.715Aug 24 13:12:06.715 Aug 24 13:12:06.715replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7625 | 2026-08-24T13:12:07.833Z | Aug 24 13:12:06.715DEBGDEBG DEBG initted freemap. size: 64 initted freemap. size: 64DEBG, DEBG, unit :unit replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 freemap |
| 7626 | 2026-08-24T13:12:07.834Z | |
| 7627 | 2026-08-24T13:12:07.834Z | freemap_route_ipv6freemap_route_ipv6 |
| 7628 | 2026-08-24T13:12:07.834Z | |
| 7629 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.715 INFO Aug 24 13:12:06.715Aug 24 13:12:06.715, Aug 24 13:12:06.715 Aug 24 13:12:06.715 unitINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 :INFO freemap_route_ipv4 |
| 7630 | 2026-08-24T13:12:07.834Z | |
| 7631 | 2026-08-24T13:12:07.834Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 7632 | 2026-08-24T13:12:07.834Z | adding route 172.17.0.10/32 -> 10.0.0.255reset freemapDEBG, unitreset freemap, |
| 7633 | 2026-08-24T13:12:07.834Z | :unit: Aug 24 13:12:06.715 freemap_route_ipv6Aug 24 13:12:06.715freemap_route_ipv6 Aug 24 13:12:06.715Aug 24 13:12:06.715 DEBGDEBG |
| 7634 | 2026-08-24T13:12:07.834Z | |
| 7635 | 2026-08-24T13:12:07.834Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.715replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.715 |
| 7636 | 2026-08-24T13:12:07.834Z | DEBG INFOreplacing 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 } }] |
| 7637 | 2026-08-24T13:12:07.834Z | DEBGINFO |
| 7638 | 2026-08-24T13:12:07.834Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7639 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.715Aug 24 13:12:06.715 |
| 7640 | 2026-08-24T13:12:07.834Z | INFO initted freemap. size: 64 Aug 24 13:12:06.715, Aug 24 13:12:06.715 Aug 24 13:12:06.715INFO DEBGDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7641 | 2026-08-24T13:12:07.834Z | |
| 7642 | 2026-08-24T13:12:07.834Z | |
| 7643 | 2026-08-24T13:12:07.834Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255: |
| 7644 | 2026-08-24T13:12:07.834Z | |
| 7645 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.715 Aug 24 13:12:06.715 INFO freemap_route_ipv6Aug 24 13:12:06.715 |
| 7646 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.715 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7647 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.715 |
| 7648 | 2026-08-24T13:12:07.834Z | DEBGAug 24 13:12:06.715DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.715 |
| 7649 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.716replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7650 | 2026-08-24T13:12:07.834Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7651 | 2026-08-24T13:12:07.834Z | DEBG |
| 7652 | 2026-08-24T13:12:07.834Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7653 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.716INFO Aug 24 13:12:06.716 |
| 7654 | 2026-08-24T13:12:07.834Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOINFO |
| 7655 | 2026-08-24T13:12:07.834Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:12:06.716 |
| 7656 | 2026-08-24T13:12:07.834Z | |
| 7657 | 2026-08-24T13:12:07.834Z | INFO Aug 24 13:12:06.716Aug 24 13:12:06.716Aug 24 13:12:06.716adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGDEBG |
| 7658 | 2026-08-24T13:12:07.834Z | 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 } }] |
| 7659 | 2026-08-24T13:12:07.834Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7660 | 2026-08-24T13:12:07.834Z | |
| 7661 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.716Aug 24 13:12:06.716 Aug 24 13:12:06.716INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255INFOAug 24 13:12:06.716adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7662 | 2026-08-24T13:12:07.834Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7663 | 2026-08-24T13:12:07.834Z | |
| 7664 | 2026-08-24T13:12:07.834Z | Aug 24 13:12:06.716 |
| 7665 | 2026-08-24T13:12:07.835Z | DEBG Aug 24 13:12:06.716Aug 24 13:12:06.716 DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7666 | 2026-08-24T13:12:07.835Z | Aug 24 13:12:06.716 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 |
| 7667 | 2026-08-24T13:12:07.835Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:12:06.716 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 } }] |
| 7668 | 2026-08-24T13:12:07.835Z | |
| 7669 | 2026-08-24T13:12:07.835Z | Aug 24 13:12:06.716INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7670 | 2026-08-24T13:12:07.835Z | INFOAug 24 13:12:06.716Aug 24 13:12:06.716 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 7671 | 2026-08-24T13:12:07.835Z | adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:12:06.716 |
| 7672 | 2026-08-24T13:12:07.835Z | |
| 7673 | 2026-08-24T13:12:07.835Z | DEBGAug 24 13:12:06.716Aug 24 13:12:06.716 DEBG DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:12:06.716 |
| 7674 | 2026-08-24T13:12:07.835Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7675 | 2026-08-24T13:12:07.835Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7676 | 2026-08-24T13:12:07.835Z | |
| 7677 | 2026-08-24T13:12:07.835Z | Aug 24 13:12:06.716 Aug 24 13:12:06.716 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:12:06.716 |
| 7678 | 2026-08-24T13:12:07.835Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBGAug 24 13:12:06.716 |
| 7679 | 2026-08-24T13:12:07.835Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.716 Aug 24 13:12:06.716 |
| 7680 | 2026-08-24T13:12:07.835Z | DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7681 | 2026-08-24T13:12:07.835Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7682 | 2026-08-24T13:12:07.835Z | DEBGDEBGAug 24 13:12:06.716 Aug 24 13:12:06.716 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 } }]reset freemapDEBG, unitreplacing 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 } }] |
| 7683 | 2026-08-24T13:12:07.835Z | : |
| 7684 | 2026-08-24T13:12:07.835Z | INFO freemap_route_ipv6 |
| 7685 | 2026-08-24T13:12:07.835Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7686 | 2026-08-24T13:12:07.835Z | Aug 24 13:12:06.716Aug 24 13:12:06.716 INFOINFO Aug 24 13:12:06.716adding route 172.17.0.16/32 -> 10.0.0.255Aug 24 13:12:06.716 |
| 7687 | 2026-08-24T13:12:07.835Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBGINFO |
| 7688 | 2026-08-24T13:12:07.835Z | adding route 172.16.0.0/32 -> 10.0.0.1 Aug 24 13:12:06.716 |
| 7689 | 2026-08-24T13:12:07.835Z | 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 } }] |
| 7690 | 2026-08-24T13:12:07.839Z | Aug 24 13:12:06.716Aug 24 13:12:06.716 DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 24 13:12:06.716replacing 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 } }] |
| 7691 | 2026-08-24T13:12:07.839Z | |
| 7692 | 2026-08-24T13:12:07.839Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7693 | 2026-08-24T13:12:07.839Z | |
| 7694 | 2026-08-24T13:12:07.839Z | Aug 24 13:12:06.716Aug 24 13:12:06.716 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 24 13:12:06.716 |
| 7695 | 2026-08-24T13:12:07.839Z | INFO Aug 24 13:12:06.716 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7696 | 2026-08-24T13:12:07.839Z | |
| 7697 | 2026-08-24T13:12:07.839Z | Aug 24 13:12:06.716 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.716replacing 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 } }] |
| 7698 | 2026-08-24T13:12:07.839Z | Aug 24 13:12:06.716 |
| 7699 | 2026-08-24T13:12:07.839Z | DEBGDEBG Aug 24 13:12:06.716replacing 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.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 } }] |
| 7700 | 2026-08-24T13:12:07.839Z | |
| 7701 | 2026-08-24T13:12:07.839Z | Aug 24 13:12:06.716INFO INFOAug 24 13:12:06.716adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 24 13:12:06.716 |
| 7702 | 2026-08-24T13:12:07.839Z | INFOINFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7703 | 2026-08-24T13:12:07.839Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7704 | 2026-08-24T13:12:07.839Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:12:06.716 |
| 7705 | 2026-08-24T13:12:07.839Z | Aug 24 13:12:06.716DEBG Aug 24 13:12:06.716DEBG DEBGAug 24 13:12:06.716 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 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 } }] |
| 7706 | 2026-08-24T13:12:07.839Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7707 | 2026-08-24T13:12:07.839Z | |
| 7708 | 2026-08-24T13:12:07.840Z | |
| 7709 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721DEBGAug 24 13:12:06.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7710 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721INFO INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7711 | 2026-08-24T13:12:07.840Z | |
| 7712 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7713 | 2026-08-24T13:12:07.840Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7714 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721 DEBGAug 24 13:12:06.721 Aug 24 13:12:06.721 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 7715 | 2026-08-24T13:12:07.840Z | 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 } }] DEBGDEBGDEBG |
| 7716 | 2026-08-24T13:12:07.840Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.721 |
| 7717 | 2026-08-24T13:12:07.840Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:12:06.721adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:12:06.721 |
| 7718 | 2026-08-24T13:12:07.840Z | INFO |
| 7719 | 2026-08-24T13:12:07.840Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:12:06.721 |
| 7720 | 2026-08-24T13:12:07.840Z | adding route 172.17.0.20/32 -> 10.0.0.255 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 } }] |
| 7721 | 2026-08-24T13:12:07.840Z | |
| 7722 | 2026-08-24T13:12:07.840Z | INFOAug 24 13:12:06.721Aug 24 13:12:06.721 INFO INFOAug 24 13:12:06.721adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7723 | 2026-08-24T13:12:07.840Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 24 13:12:06.721 |
| 7724 | 2026-08-24T13:12:07.840Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7725 | 2026-08-24T13:12:07.840Z | INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7726 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721 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 } }] |
| 7727 | 2026-08-24T13:12:07.840Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.721Aug 24 13:12:06.721 DEBG Aug 24 13:12:06.721 |
| 7728 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721DEBG 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 } }] INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7729 | 2026-08-24T13:12:07.840Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7730 | 2026-08-24T13:12:07.840Z | |
| 7731 | 2026-08-24T13:12:07.840Z | DEBGAug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721 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 |
| 7732 | 2026-08-24T13:12:07.840Z | INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255 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 } }] |
| 7733 | 2026-08-24T13:12:07.840Z | |
| 7734 | 2026-08-24T13:12:07.840Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7735 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721Aug 24 13:12:06.721 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7736 | 2026-08-24T13:12:07.840Z | INFOWARN 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.1/32 -> 10.0.0.255 |
| 7737 | 2026-08-24T13:12:07.840Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7738 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721 |
| 7739 | 2026-08-24T13:12:07.840Z | INFO Aug 24 13:12:06.721DEBG adding route 172.17.0.44/32 -> 10.0.0.255 DEBG |
| 7740 | 2026-08-24T13:12:07.840Z | 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 } }] |
| 7741 | 2026-08-24T13:12:07.840Z | 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 } }] |
| 7742 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721 INFOAug 24 13:12:06.721 adding route 172.17.0.3/32 -> 10.0.0.255Aug 24 13:12:06.721INFO |
| 7743 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721 INFODEBGAug 24 13:12:06.721adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7744 | 2026-08-24T13:12:07.840Z | 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 |
| 7745 | 2026-08-24T13:12:07.840Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7746 | 2026-08-24T13:12:07.840Z | Aug 24 13:12:06.721 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 } }] |
| 7747 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.721Aug 24 13:12:06.721 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 } }] |
| 7748 | 2026-08-24T13:12:07.841Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7749 | 2026-08-24T13:12:07.841Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7750 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.721Aug 24 13:12:06.721replacing 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 } }] INFOINFO |
| 7751 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.722adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7752 | 2026-08-24T13:12:07.841Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7753 | 2026-08-24T13:12:07.841Z | DEBGAug 24 13:12:06.722 Aug 24 13:12:06.722INFO Aug 24 13:12:06.722 DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 24 13:12:06.722replacing 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 } }] |
| 7754 | 2026-08-24T13:12:07.841Z | INFO Aug 24 13:12:06.716replacing 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 } }] DEBGAug 24 13:12:06.728 |
| 7755 | 2026-08-24T13:12:07.841Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7756 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 INFOadding route 172.17.0.25/32 -> 10.0.0.255Aug 24 13:12:06.728 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 } }] |
| 7757 | 2026-08-24T13:12:07.841Z | |
| 7758 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 adding route 172.17.0.5/32 -> 10.0.0.255Aug 24 13:12:06.728INFO |
| 7759 | 2026-08-24T13:12:07.841Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 7760 | 2026-08-24T13:12:07.841Z | 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 } }] |
| 7761 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 |
| 7762 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 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 } }] |
| 7763 | 2026-08-24T13:12:07.841Z | DEBGAug 24 13:12:06.728Aug 24 13:12:06.728 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:12:06.728replacing 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 } }] |
| 7764 | 2026-08-24T13:12:07.841Z | |
| 7765 | 2026-08-24T13:12:07.841Z | INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7766 | 2026-08-24T13:12:07.841Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7767 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728Aug 24 13:12:06.728 DEBGINFOAug 24 13:12:06.728Aug 24 13:12:06.728 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 7768 | 2026-08-24T13:12:07.841Z | 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 } }] 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 } }] |
| 7769 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 |
| 7770 | 2026-08-24T13:12:07.841Z | 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 } }] |
| 7771 | 2026-08-24T13:12:07.841Z | 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 } }] |
| 7772 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 Aug 24 13:12:06.728INFOAug 24 13:12:06.728 INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 Aug 24 13:12:06.728 |
| 7773 | 2026-08-24T13:12:07.841Z | adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7774 | 2026-08-24T13:12:07.841Z | |
| 7775 | 2026-08-24T13:12:07.841Z | INFOAug 24 13:12:06.728 Aug 24 13:12:06.728adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 24 13:12:06.728 |
| 7776 | 2026-08-24T13:12:07.841Z | DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7777 | 2026-08-24T13:12:07.841Z | 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 } }] |
| 7778 | 2026-08-24T13:12:07.841Z | Aug 24 13:12:06.728 DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7779 | 2026-08-24T13:12:07.841Z | 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 } }]Aug 24 13:12:06.728 |
| 7780 | 2026-08-24T13:12:07.841Z | INFOAug 24 13:12:06.728 Aug 24 13:12:06.728Aug 24 13:12:06.728adding route 172.17.0.8/32 -> 10.0.0.255 INFO |
| 7781 | 2026-08-24T13:12:07.841Z | INFOINFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7782 | 2026-08-24T13:12:07.841Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:12:06.728adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7783 | 2026-08-24T13:12:07.841Z | |
| 7784 | 2026-08-24T13:12:07.841Z | 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 } }]Aug 24 13:12:06.728 |
| 7785 | 2026-08-24T13:12:07.841Z | DEBGAug 24 13:12:06.728Aug 24 13:12:06.722Aug 24 13:12:06.728 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG Aug 24 13:12:06.728 created new freemap |
| 7786 | 2026-08-24T13:12:07.841Z | INFODEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7787 | 2026-08-24T13:12:07.841Z | |
| 7788 | 2026-08-24T13:12:07.842Z | , unitAug 24 13:12:06.728adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7789 | 2026-08-24T13:12:07.842Z | Aug 24 13:12:06.728INFO : INFOAug 24 13:12:06.728adding route 172.17.0.49/32 -> 10.0.0.255 Aug 24 13:12:06.728adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7790 | 2026-08-24T13:12:07.846Z | |
| 7791 | 2026-08-24T13:12:07.846Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7792 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728replacing 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 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 } }] |
| 7793 | 2026-08-24T13:12:07.846Z | |
| 7794 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728freemap_route_ipv4Aug 24 13:12:06.728 |
| 7795 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728DEBG 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 } }]DEBGINFO Aug 24 13:12:06.728 |
| 7796 | 2026-08-24T13:12:07.846Z | adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 7797 | 2026-08-24T13:12:07.846Z | 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:39::/64 -> 2001:db8::55:ff |
| 7798 | 2026-08-24T13:12:07.846Z | |
| 7799 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728 DEBGAug 24 13:12:06.728DEBGAug 24 13:12:06.728DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7800 | 2026-08-24T13:12:07.846Z | |
| 7801 | 2026-08-24T13:12:07.846Z | adding route 172.17.0.50/32 -> 10.0.0.255 created new freemapINFO Aug 24 13:12:06.728adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7802 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728INFO |
| 7803 | 2026-08-24T13:12:07.846Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 7804 | 2026-08-24T13:12:07.846Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 24 13:12:06.728 , |
| 7805 | 2026-08-24T13:12:07.846Z | unitDEBG:Aug 24 13:12:06.728 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 } }]DEBGAug 24 13:12:06.728 |
| 7806 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728 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 |
| 7807 | 2026-08-24T13:12:07.846Z | DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7808 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728 |
| 7809 | 2026-08-24T13:12:07.846Z | |
| 7810 | 2026-08-24T13:12:07.846Z | INFO Aug 24 13:12:06.728adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7811 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728INFO INFO Aug 24 13:12:06.728adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7812 | 2026-08-24T13:12:07.846Z | |
| 7813 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728Aug 24 13:12:06.728 |
| 7814 | 2026-08-24T13:12:07.846Z | 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 } }]adding route 172.17.0.51/32 -> 10.0.0.255Aug 24 13:12:06.728 |
| 7815 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728 |
| 7816 | 2026-08-24T13:12:07.846Z | DEBGDEBG 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 172.17.0.32/32 -> 10.0.0.255initted freemap. size: 64Aug 24 13:12:06.728 |
| 7817 | 2026-08-24T13:12:07.846Z | |
| 7818 | 2026-08-24T13:12:07.846Z | DEBGAug 24 13:12:06.728 , INFOunit 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.13/32 -> 10.0.0.255 |
| 7819 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728 Aug 24 13:12:06.728INFOfreemap_route_ipv4 |
| 7820 | 2026-08-24T13:12:07.846Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7821 | 2026-08-24T13:12:07.846Z | |
| 7822 | 2026-08-24T13:12:07.846Z | DEBGAug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728DEBGreplacing 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 } }] |
| 7823 | 2026-08-24T13:12:07.846Z | INFO DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728 |
| 7824 | 2026-08-24T13:12:07.846Z | 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 } }] |
| 7825 | 2026-08-24T13:12:07.846Z | Aug 24 13:12:06.728 Aug 24 13:12:06.728DEBGINFO INFO reset freemapAug 24 13:12:06.728adding route 172.17.0.52/32 -> 10.0.0.255, adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 7826 | 2026-08-24T13:12:07.846Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7827 | 2026-08-24T13:12:07.846Z | failed to allocate space for the new target list |
| 7828 | 2026-08-24T13:12:07.847Z | |
| 7829 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728unit Aug 24 13:12:06.728Aug 24 13:12:06.728DEBG Aug 24 13:12:06.728DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7830 | 2026-08-24T13:12:07.847Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG: |
| 7831 | 2026-08-24T13:12:07.847Z | 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 } }]freemap_route_ipv4 |
| 7832 | 2026-08-24T13:12:07.847Z | |
| 7833 | 2026-08-24T13:12:07.847Z | 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 } }] |
| 7834 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728 INFO Aug 24 13:12:06.728adding route 172.17.0.15/32 -> 10.0.0.255 Aug 24 13:12:06.728DEBG |
| 7835 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728 initted freemap. size: 64 , INFO Aug 24 13:12:06.728Aug 24 13:12:06.728INFOunit DEBGadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7836 | 2026-08-24T13:12:07.847Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7837 | 2026-08-24T13:12:07.847Z | |
| 7838 | 2026-08-24T13:12:07.847Z | |
| 7839 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728 WARN DEBG INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 7840 | 2026-08-24T13:12:07.847Z | |
| 7841 | 2026-08-24T13:12:07.847Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 24 13:12:06.728 |
| 7842 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728DEBGAug 24 13:12:06.728 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 7843 | 2026-08-24T13:12:07.847Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7844 | 2026-08-24T13:12:07.847Z | DEBG |
| 7845 | 2026-08-24T13:12:07.847Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728Aug 24 13:12:06.728 |
| 7846 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728INFO DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7847 | 2026-08-24T13:12:07.847Z | |
| 7848 | 2026-08-24T13:12:07.847Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728 |
| 7849 | 2026-08-24T13:12:07.847Z | INFOAug 24 13:12:06.728 Aug 24 13:12:06.728adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7850 | 2026-08-24T13:12:07.847Z | 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.4/32 -> 10.0.0.255 |
| 7851 | 2026-08-24T13:12:07.847Z | |
| 7852 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728 INFODEBG INFODEBGreplacing 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.36/32 -> 10.0.0.255 |
| 7853 | 2026-08-24T13:12:07.847Z | test route::tests::add_target_fails_full ... ok |
| 7854 | 2026-08-24T13:12:07.847Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7855 | 2026-08-24T13:12:07.847Z | |
| 7856 | 2026-08-24T13:12:07.847Z | |
| 7857 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728Aug 24 13:12:06.728 INFOAug 24 13:12:06.728Aug 24 13:12:06.728 INFO DEBG DEBG adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.5/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 } }]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 } }] |
| 7858 | 2026-08-24T13:12:07.847Z | |
| 7859 | 2026-08-24T13:12:07.847Z | |
| 7860 | 2026-08-24T13:12:07.847Z | |
| 7861 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728Aug 24 13:12:06.728 INFODEBGDEBGINFO 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.37/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7862 | 2026-08-24T13:12:07.847Z | |
| 7863 | 2026-08-24T13:12:07.847Z | 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 } }] |
| 7864 | 2026-08-24T13:12:07.847Z | |
| 7865 | 2026-08-24T13:12:07.847Z | Aug 24 13:12:06.728Aug 24 13:12:06.728 Aug 24 13:12:06.728DEBG Aug 24 13:12:06.728 INFO INFO 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.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.6/32 -> 10.0.0.255 |
| 7866 | 2026-08-24T13:12:07.847Z | |
| 7867 | 2026-08-24T13:12:07.847Z | |
| 7868 | 2026-08-24T13:12:07.848Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:12:06.728 |
| 7869 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.728 DEBG INFOAug 24 13:12:06.728 INFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.728 DEBGAug 24 13:12:06.729 |
| 7870 | 2026-08-24T13:12:07.848Z | DEBGadding route 172.17.0.57/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 } }] |
| 7871 | 2026-08-24T13:12:07.848Z | |
| 7872 | 2026-08-24T13:12:07.848Z | created new freemapAug 24 13:12:06.734, unitINFOAug 24 13:12:06.734: adding route 172.17.0.7/32 -> 10.0.0.255 freemap_route_ipv4 |
| 7873 | 2026-08-24T13:12:07.848Z | |
| 7874 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.734INFO adding route 172.17.0.20/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7875 | 2026-08-24T13:12:07.848Z | |
| 7876 | 2026-08-24T13:12:07.848Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 7877 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.734replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.734INFO |
| 7878 | 2026-08-24T13:12:07.848Z | DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7879 | 2026-08-24T13:12:07.848Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7880 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.734DEBG Aug 24 13:12:06.734replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7881 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.734 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 7882 | 2026-08-24T13:12:07.848Z | DEBGadding route 172.17.0.21/32 -> 10.0.0.255Aug 24 13:12:06.734 |
| 7883 | 2026-08-24T13:12:07.848Z | INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7884 | 2026-08-24T13:12:07.848Z | adding route 172.17.0.39/32 -> 10.0.0.255 DEBG |
| 7885 | 2026-08-24T13:12:07.848Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7886 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.734DEBGAug 24 13:12:06.734 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 } }]INFODEBGAug 24 13:12:06.734 |
| 7887 | 2026-08-24T13:12:07.848Z | 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 172.17.0.59/32 -> 10.0.0.255 |
| 7888 | 2026-08-24T13:12:07.848Z | |
| 7889 | 2026-08-24T13:12:07.848Z | Aug 24 13:12:06.734 adding route 172.17.0.9/32 -> 10.0.0.255 INFO |
| 7890 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7891 | 2026-08-24T13:12:07.852Z | INFO Aug 24 13:12:06.734adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7892 | 2026-08-24T13:12:07.852Z | DEBGAug 24 13:12:06.734 Aug 24 13:12:06.734 DEBG Aug 24 13:12:06.734replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7893 | 2026-08-24T13:12:07.852Z | |
| 7894 | 2026-08-24T13:12:07.852Z | DEBG DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7895 | 2026-08-24T13:12:07.852Z | |
| 7896 | 2026-08-24T13:12:07.852Z | INFOAug 24 13:12:06.734 Aug 24 13:12:06.734Aug 24 13:12:06.734 adding route 172.17.0.60/32 -> 10.0.0.255 INFOINFOINFO |
| 7897 | 2026-08-24T13:12:07.852Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7898 | 2026-08-24T13:12:07.852Z | |
| 7899 | 2026-08-24T13:12:07.852Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:12:06.734 |
| 7900 | 2026-08-24T13:12:07.852Z | DEBGAug 24 13:12:06.734 DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 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 } }] |
| 7901 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 |
| 7902 | 2026-08-24T13:12:07.852Z | DEBG 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 } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7903 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 |
| 7904 | 2026-08-24T13:12:07.852Z | INFO INFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7905 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 |
| 7906 | 2026-08-24T13:12:07.852Z | INFO Aug 24 13:12:06.734 adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7907 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7908 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 Aug 24 13:12:06.734 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 } }] |
| 7909 | 2026-08-24T13:12:07.852Z | DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 7910 | 2026-08-24T13:12:07.852Z | |
| 7911 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734Aug 24 13:12:06.734 INFODEBGAug 24 13:12:06.729 Aug 24 13:12:06.734 Aug 24 13:12:06.734 INFOINFOadding route 172.17.0.62/32 -> 10.0.0.255 DEBG |
| 7912 | 2026-08-24T13:12:07.852Z | adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7913 | 2026-08-24T13:12:07.852Z | |
| 7914 | 2026-08-24T13:12:07.852Z | 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 } }] |
| 7915 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734created new freemap Aug 24 13:12:06.734DEBG, unitAug 24 13:12:06.734: replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7916 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4DEBG |
| 7917 | 2026-08-24T13:12:07.852Z | |
| 7918 | 2026-08-24T13:12:07.852Z | Aug 24 13:12:06.734 INFOINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7919 | 2026-08-24T13:12:07.852Z | |
| 7920 | 2026-08-24T13:12:07.853Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7921 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734 Aug 24 13:12:06.734DEBG Aug 24 13:12:06.734INFO Aug 24 13:12:06.734 DEBG INFOadding route 172.17.0.13/32 -> 10.0.0.255 created new freemap |
| 7922 | 2026-08-24T13:12:07.853Z | 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 } }], |
| 7923 | 2026-08-24T13:12:07.853Z | adding route 172.17.0.63/32 -> 10.0.0.255unit: |
| 7924 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734Aug 24 13:12:06.734 freemap_route_ipv6INFOAug 24 13:12:06.734 |
| 7925 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734DEBGadding route 172.17.0.45/32 -> 10.0.0.255DEBG 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 } }] |
| 7926 | 2026-08-24T13:12:07.853Z | |
| 7927 | 2026-08-24T13:12:07.853Z | DEBGAug 24 13:12:06.734 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 } }] |
| 7928 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734initted freemap. size: 64replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.734DEBG |
| 7929 | 2026-08-24T13:12:07.853Z | 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 } }], INFO |
| 7930 | 2026-08-24T13:12:07.853Z | unit: freemap_route_ipv4Aug 24 13:12:06.734adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7931 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734 Aug 24 13:12:06.734INFO |
| 7932 | 2026-08-24T13:12:07.853Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 24 13:12:06.734 |
| 7933 | 2026-08-24T13:12:07.853Z | DEBG failed to allocate space for the new target listINFO |
| 7934 | 2026-08-24T13:12:07.853Z | DEBG Aug 24 13:12:06.734 Aug 24 13:12:06.734 DEBGDEBG reset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734, 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.14/32 -> 10.0.0.255 |
| 7935 | 2026-08-24T13:12:07.853Z | |
| 7936 | 2026-08-24T13:12:07.853Z | unit: DEBGfreemap_route_ipv4 |
| 7937 | 2026-08-24T13:12:07.853Z | |
| 7938 | 2026-08-24T13:12:07.853Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7939 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734 INFOAug 24 13:12:06.734Aug 24 13:12:06.734 DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7940 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734INFOAug 24 13:12:06.734initted freemap. size: 64 , unit adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7941 | 2026-08-24T13:12:07.853Z | DEBG failed to allocate space for the new target listDEBG |
| 7942 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734 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:Aug 24 13:12:06.734 |
| 7943 | 2026-08-24T13:12:07.853Z | 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 } }] |
| 7944 | 2026-08-24T13:12:07.853Z | 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 } }] |
| 7945 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734Aug 24 13:12:06.734 Aug 24 13:12:06.734freemap_route_ipv6INFO |
| 7946 | 2026-08-24T13:12:07.853Z | INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7947 | 2026-08-24T13:12:07.853Z | |
| 7948 | 2026-08-24T13:12:07.853Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:12:06.734 |
| 7949 | 2026-08-24T13:12:07.853Z | DEBGAug 24 13:12:06.734Aug 24 13:12:06.734 reset freemapDEBG , replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7950 | 2026-08-24T13:12:07.853Z | test route::tests::delete_target_fragmented ... ok |
| 7951 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7952 | 2026-08-24T13:12:07.853Z | test route::tests::same_size_non_subset_replace ... ok |
| 7953 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7954 | 2026-08-24T13:12:07.853Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 7955 | 2026-08-24T13:12:07.853Z | : INFO adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6 |
| 7956 | 2026-08-24T13:12:07.853Z | |
| 7957 | 2026-08-24T13:12:07.853Z | Aug 24 13:12:06.734 Aug 24 13:12:06.734Aug 24 13:12:06.734INFO DEBGAug 24 13:12:06.734 adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7958 | 2026-08-24T13:12:07.853Z | |
| 7959 | 2026-08-24T13:12:07.854Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7960 | 2026-08-24T13:12:07.854Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7961 | 2026-08-24T13:12:07.854Z | Aug 24 13:12:06.734Aug 24 13:12:06.734 DEBG 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 } }]Aug 24 13:12:06.734adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7962 | 2026-08-24T13:12:07.854Z | DEBG Aug 24 13:12:06.734 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 } }] |
| 7963 | 2026-08-24T13:12:07.854Z | DEBGAug 24 13:12:06.734 |
| 7964 | 2026-08-24T13:12:07.854Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7965 | 2026-08-24T13:12:07.854Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734Aug 24 13:12:06.734 INFOINFO Aug 24 13:12:06.734 |
| 7966 | 2026-08-24T13:12:07.854Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7967 | 2026-08-24T13:12:07.854Z | |
| 7968 | 2026-08-24T13:12:07.854Z | |
| 7969 | 2026-08-24T13:12:07.854Z | Aug 24 13:12:06.734 Aug 24 13:12:06.734 Aug 24 13:12:06.734DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.51/32 -> 10.0.0.255 |
| 7970 | 2026-08-24T13:12:07.854Z | |
| 7971 | 2026-08-24T13:12:07.854Z | DEBGAug 24 13:12:06.734 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734Aug 24 13:12:06.734 |
| 7972 | 2026-08-24T13:12:07.854Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7973 | 2026-08-24T13:12:07.854Z | Aug 24 13:12:06.734 |
| 7974 | 2026-08-24T13:12:07.854Z | 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 } }] |
| 7975 | 2026-08-24T13:12:07.854Z | INFOAug 24 13:12:06.734 adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 7976 | 2026-08-24T13:12:07.854Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 24 13:12:06.734 |
| 7977 | 2026-08-24T13:12:07.854Z | INFO Aug 24 13:12:06.734adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7978 | 2026-08-24T13:12:07.854Z | DEBG Aug 24 13:12:06.734replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.734 |
| 7979 | 2026-08-24T13:12:07.854Z | Aug 24 13:12:06.734DEBG 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.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 } }] |
| 7980 | 2026-08-24T13:12:07.854Z | |
| 7981 | 2026-08-24T13:12:07.854Z | created new freemapAug 24 13:12:06.735 INFOAug 24 13:12:06.735 adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 7982 | 2026-08-24T13:12:07.854Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 24 13:12:06.735 |
| 7983 | 2026-08-24T13:12:07.854Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7984 | 2026-08-24T13:12:07.854Z | Aug 24 13:12:06.735Aug 24 13:12:06.735 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7985 | 2026-08-24T13:12:07.854Z | |
| 7986 | 2026-08-24T13:12:07.854Z | : freemap_route_ipv6 |
| 7987 | 2026-08-24T13:12:07.854Z | Aug 24 13:12:06.735 Aug 24 13:12:06.735Aug 24 13:12:06.735Aug 24 13:12:06.735 :DEBG INFOINFO DEBG freemap_route_ipv6replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7988 | 2026-08-24T13:12:07.854Z | |
| 7989 | 2026-08-24T13:12:07.854Z | |
| 7990 | 2026-08-24T13:12:07.858Z | initted freemap. size: 64adding route 172.17.0.20/32 -> 10.0.0.255, |
| 7991 | 2026-08-24T13:12:07.858Z | unitAug 24 13:12:06.735: INFOAug 24 13:12:06.735 DEBGadding route 172.17.0.54/32 -> 10.0.0.255 freemap_route_ipv4Aug 24 13:12:06.735 |
| 7992 | 2026-08-24T13:12:07.858Z | |
| 7993 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.735reset freemap , DEBGunit: freemap_route_ipv6replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7994 | 2026-08-24T13:12:07.858Z | |
| 7995 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.735 DEBG Aug 24 13:12:06.740reset freemap Aug 24 13:12:06.735INFO , DEBGunit created new freemap: freemap_route_ipv4Aug 24 13:12:06.740 |
| 7996 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.735 INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7997 | 2026-08-24T13:12:07.858Z | 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 } }] |
| 7998 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.740 DEBGDEBG, Aug 24 13:12:06.740 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 } }] |
| 7999 | 2026-08-24T13:12:07.858Z | DEBGAug 24 13:12:06.740unit INFOinitted freemap. size: 64: 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 } }] , freemap_route_ipv4unit |
| 8000 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.740 |
| 8001 | 2026-08-24T13:12:07.858Z | : INFOfreemap_route_ipv6 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8002 | 2026-08-24T13:12:07.858Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 8003 | 2026-08-24T13:12:07.858Z | |
| 8004 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.740Aug 24 13:12:06.740 INFOAug 24 13:12:06.740 DEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 8005 | 2026-08-24T13:12:07.858Z | DEBGAug 24 13:12:06.740created new freemap Aug 24 13:12:06.740, reset freemap , unitunit:DEBG: freemap_route_ipv6DEBG |
| 8006 | 2026-08-24T13:12:07.858Z | Aug 24 13:12:06.740 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 8007 | 2026-08-24T13:12:07.859Z | |
| 8008 | 2026-08-24T13:12:07.859Z | |
| 8009 | 2026-08-24T13:12:07.859Z | DEBGAug 24 13:12:06.740 Aug 24 13:12:06.740 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 Aug 24 13:12:06.740Aug 24 13:12:06.740adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 8010 | 2026-08-24T13:12:07.859Z | adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 8011 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.740adding route 172.17.0.35/32 -> 10.0.0.255 DEBG |
| 8012 | 2026-08-24T13:12:07.859Z | |
| 8013 | 2026-08-24T13:12:07.859Z | DEBG initted freemap. size: 64, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:12:06.740unit :DEBGAug 24 13:12:06.740 |
| 8014 | 2026-08-24T13:12:07.859Z | INFO Aug 24 13:12:06.740 freemap_route_ipv4replacing 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.23/32 -> 10.0.0.255Aug 24 13:12:06.740 |
| 8015 | 2026-08-24T13:12:07.859Z | DEBG INFO |
| 8016 | 2026-08-24T13:12:07.859Z | |
| 8017 | 2026-08-24T13:12:07.859Z | 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 } }]Aug 24 13:12:06.740 |
| 8018 | 2026-08-24T13:12:07.859Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8019 | 2026-08-24T13:12:07.859Z | INFOAug 24 13:12:06.740 Aug 24 13:12:06.740Aug 24 13:12:06.740Aug 24 13:12:06.740 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255reset freemapDEBG |
| 8020 | 2026-08-24T13:12:07.859Z | |
| 8021 | 2026-08-24T13:12:07.859Z | , unitadding route 172.17.0.36/32 -> 10.0.0.255:replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.740 |
| 8022 | 2026-08-24T13:12:07.859Z | freemap_route_ipv4 |
| 8023 | 2026-08-24T13:12:07.859Z | |
| 8024 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.740 INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 8025 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.740 Aug 24 13:12:06.740Aug 24 13:12:06.740 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8026 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.740 DEBGDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8027 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.740adding route 172.17.0.24/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 } }] |
| 8028 | 2026-08-24T13:12:07.859Z | |
| 8029 | 2026-08-24T13:12:07.859Z | initted freemap. size: 64INFOAug 24 13:12:06.740Aug 24 13:12:06.740 DEBG, unitreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 8030 | 2026-08-24T13:12:07.859Z | |
| 8031 | 2026-08-24T13:12:07.859Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:12:06.740 |
| 8032 | 2026-08-24T13:12:07.859Z | :INFO Aug 24 13:12:06.740Aug 24 13:12:06.740Aug 24 13:12:06.740 freemap_route_ipv6 INFO |
| 8033 | 2026-08-24T13:12:07.859Z | DEBGadding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 8034 | 2026-08-24T13:12:07.859Z | DEBG |
| 8035 | 2026-08-24T13:12:07.859Z | 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 } }] |
| 8036 | 2026-08-24T13:12:07.859Z | 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 } }] |
| 8037 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.740 Aug 24 13:12:06.740Aug 24 13:12:06.740Aug 24 13:12:06.740 DEBG reset freemapINFODEBGDEBG adding route 172.17.0.59/32 -> 10.0.0.255, Aug 24 13:12:06.740replacing 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 } }] |
| 8038 | 2026-08-24T13:12:07.859Z | INFO unitadding route 172.17.0.0/32 -> 10.0.0.255 |
| 8039 | 2026-08-24T13:12:07.859Z | : freemap_route_ipv6 |
| 8040 | 2026-08-24T13:12:07.859Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.741 |
| 8041 | 2026-08-24T13:12:07.859Z | |
| 8042 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.741 DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:12:06.741 |
| 8043 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.741 |
| 8044 | 2026-08-24T13:12:07.859Z | Aug 24 13:12:06.741 INFO DEBGAug 24 13:12:06.741 Aug 24 13:12:06.741INFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8045 | 2026-08-24T13:12:07.859Z | INFO |
| 8046 | 2026-08-24T13:12:07.859Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 8047 | 2026-08-24T13:12:07.860Z | |
| 8048 | 2026-08-24T13:12:07.860Z | |
| 8049 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741Aug 24 13:12:06.741 Aug 24 13:12:06.741INFO Aug 24 13:12:06.741adding route 172.17.0.60/32 -> 10.0.0.255 INFODEBGDEBG |
| 8050 | 2026-08-24T13:12:07.860Z | test route::tests::identity_replace_is_noop ... ok |
| 8051 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 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.27/32 -> 10.0.0.255 |
| 8052 | 2026-08-24T13:12:07.860Z | |
| 8053 | 2026-08-24T13:12:07.860Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8054 | 2026-08-24T13:12:07.860Z | DEBG Aug 24 13:12:06.741Aug 24 13:12:06.741Aug 24 13:12:06.741replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.741 DEBGINFO INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 8055 | 2026-08-24T13:12:07.860Z | 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 } }] |
| 8056 | 2026-08-24T13:12:07.860Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8057 | 2026-08-24T13:12:07.860Z | |
| 8058 | 2026-08-24T13:12:07.860Z | |
| 8059 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 DEBGAug 24 13:12:06.741Aug 24 13:12:06.741 Aug 24 13:12:06.741Aug 24 13:12:06.741replacing 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 } }]INFOINFO |
| 8060 | 2026-08-24T13:12:07.860Z | DEBG failed to allocate space for the new target listadding route 172.17.0.28/32 -> 10.0.0.255 DEBGAug 24 13:12:06.741adding route 172.17.0.39/32 -> 10.0.0.255 |
| 8061 | 2026-08-24T13:12:07.860Z | |
| 8062 | 2026-08-24T13:12:07.860Z | |
| 8063 | 2026-08-24T13:12:07.860Z | 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 172.17.0.3/32 -> 10.0.0.255Aug 24 13:12:06.741 |
| 8064 | 2026-08-24T13:12:07.860Z | |
| 8065 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 DEBGDEBG Aug 24 13:12:06.741replacing 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.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 } }] |
| 8066 | 2026-08-24T13:12:07.860Z | |
| 8067 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 Aug 24 13:12:06.741DEBGAug 24 13:12:06.741DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.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 } }] |
| 8068 | 2026-08-24T13:12:07.860Z | |
| 8069 | 2026-08-24T13:12:07.860Z | DEBGINFO Aug 24 13:12:06.741adding route 172.17.0.40/32 -> 10.0.0.255 Aug 24 13:12:06.741 |
| 8070 | 2026-08-24T13:12:07.860Z | INFOINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8071 | 2026-08-24T13:12:07.860Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8072 | 2026-08-24T13:12:07.860Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8073 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 DEBG Aug 24 13:12:06.741 Aug 24 13:12:06.741DEBG 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 } }] |
| 8074 | 2026-08-24T13:12:07.860Z | 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 } }] |
| 8075 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 Aug 24 13:12:06.741INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8076 | 2026-08-24T13:12:07.860Z | adding route 172.17.0.30/32 -> 10.0.0.255created new freemap |
| 8077 | 2026-08-24T13:12:07.860Z | , unit: Aug 24 13:12:06.741freemap_route_ipv4 DEBGAug 24 13:12:06.741 |
| 8078 | 2026-08-24T13:12:07.860Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8079 | 2026-08-24T13:12:07.860Z | 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 } }] |
| 8080 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 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 } }]DEBGAug 24 13:12:06.741 |
| 8081 | 2026-08-24T13:12:07.860Z | INFOcreated new freemapAug 24 13:12:06.741, unitadding route 172.17.0.6/32 -> 10.0.0.255 Aug 24 13:12:06.741 |
| 8082 | 2026-08-24T13:12:07.860Z | INFO: INFO freemap_route_ipv6 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 8083 | 2026-08-24T13:12:07.860Z | |
| 8084 | 2026-08-24T13:12:07.860Z | |
| 8085 | 2026-08-24T13:12:07.860Z | Aug 24 13:12:06.741 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.741 |
| 8086 | 2026-08-24T13:12:07.860Z | DEBGAug 24 13:12:06.741Aug 24 13:12:06.741 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 } }] |
| 8087 | 2026-08-24T13:12:07.861Z | Aug 24 13:12:06.741initted freemap. size: 64 DEBG, INFOunitreplacing 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 } }]: |
| 8088 | 2026-08-24T13:12:07.861Z | adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv4 |
| 8089 | 2026-08-24T13:12:07.861Z | |
| 8090 | 2026-08-24T13:12:07.864Z | Aug 24 13:12:06.741Aug 24 13:12:06.741Aug 24 13:12:06.741 INFODEBGDEBG Aug 24 13:12:06.741 reset freemap adding route 172.17.0.42/32 -> 10.0.0.255INFO, 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 } }]unit |
| 8091 | 2026-08-24T13:12:07.865Z | : |
| 8092 | 2026-08-24T13:12:07.865Z | freemap_route_ipv4 |
| 8093 | 2026-08-24T13:12:07.865Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 24 13:12:06.741 |
| 8094 | 2026-08-24T13:12:07.865Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8095 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.741 Aug 24 13:12:06.741DEBG DEBGinitted freemap. size: 64 Aug 24 13:12:06.741, 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 } }]unitAug 24 13:12:06.741 |
| 8096 | 2026-08-24T13:12:07.865Z | :DEBGDEBG Aug 24 13:12:06.741replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 8097 | 2026-08-24T13:12:07.865Z | |
| 8098 | 2026-08-24T13:12:07.865Z | adding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv6 |
| 8099 | 2026-08-24T13:12:07.865Z | |
| 8100 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.741Aug 24 13:12:06.741 INFOAug 24 13:12:06.741 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 8101 | 2026-08-24T13:12:07.865Z | |
| 8102 | 2026-08-24T13:12:07.865Z | |
| 8103 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.741 DEBGAug 24 13:12:06.741 Aug 24 13:12:06.741reset freemapAug 24 13:12:06.741 , DEBG unit INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8104 | 2026-08-24T13:12:07.865Z | adding route 172.17.0.44/32 -> 10.0.0.255: |
| 8105 | 2026-08-24T13:12:07.865Z | 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 } }] freemap_route_ipv6 |
| 8106 | 2026-08-24T13:12:07.865Z | |
| 8107 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.741 Aug 24 13:12:06.741INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 24 13:12:06.741 |
| 8108 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.741replacing 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 } }] |
| 8109 | 2026-08-24T13:12:07.865Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 8110 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746Aug 24 13:12:06.746 INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8111 | 2026-08-24T13:12:07.865Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8112 | 2026-08-24T13:12:07.865Z | |
| 8113 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746Aug 24 13:12:06.746 Aug 24 13:12:06.746 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 } }]INFO |
| 8114 | 2026-08-24T13:12:07.865Z | adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 8115 | 2026-08-24T13:12:07.865Z | |
| 8116 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746 INFOAug 24 13:12:06.735 Aug 24 13:12:06.746adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:12:06.746 |
| 8117 | 2026-08-24T13:12:07.865Z | DEBG DEBGDEBG created new freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 24 13:12:06.746 |
| 8118 | 2026-08-24T13:12:07.865Z | DEBGunit replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8119 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746: |
| 8120 | 2026-08-24T13:12:07.865Z | INFO freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:12:06.746 |
| 8121 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746 |
| 8122 | 2026-08-24T13:12:07.865Z | INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8123 | 2026-08-24T13:12:07.865Z | |
| 8124 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746 DEBGAug 24 13:12:06.746 Aug 24 13:12:06.746DEBGreplacing 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 } }] |
| 8125 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746 created new freemap , DEBGunit Aug 24 13:12:06.746: DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8126 | 2026-08-24T13:12:07.865Z | freemap_route_ipv6replacing 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 } }] |
| 8127 | 2026-08-24T13:12:07.865Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 8128 | 2026-08-24T13:12:07.865Z | |
| 8129 | 2026-08-24T13:12:07.865Z | Aug 24 13:12:06.746 Aug 24 13:12:06.746Aug 24 13:12:06.746INFO Aug 24 13:12:06.746adding route 172.16.0.0/32 -> 10.0.0.4DEBG INFO |
| 8130 | 2026-08-24T13:12:07.866Z | 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 } }]initted freemap. size: 64 |
| 8131 | 2026-08-24T13:12:07.866Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 24 13:12:06.746 , |
| 8132 | 2026-08-24T13:12:07.866Z | unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 24 13:12:06.746 |
| 8133 | 2026-08-24T13:12:07.866Z | freemap_route_ipv4 INFOAug 24 13:12:06.747 |
| 8134 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747DEBG adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8135 | 2026-08-24T13:12:07.866Z | 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 } }]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 } }] |
| 8136 | 2026-08-24T13:12:07.866Z | |
| 8137 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747Aug 24 13:12:06.747 DEBG DEBGreset freemap , 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 } }]Aug 24 13:12:06.747unit |
| 8138 | 2026-08-24T13:12:07.866Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255: |
| 8139 | 2026-08-24T13:12:07.866Z | freemap_route_ipv4Aug 24 13:12:06.747 |
| 8140 | 2026-08-24T13:12:07.866Z | INFO Aug 24 13:12:06.741adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:12:06.747 |
| 8141 | 2026-08-24T13:12:07.866Z | DEBG Aug 24 13:12:06.747DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.747 |
| 8142 | 2026-08-24T13:12:07.866Z | DEBGinitted freemap. size: 64 , created new freemapunitreplacing 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 } }]: |
| 8143 | 2026-08-24T13:12:07.866Z | , freemap_route_ipv6 |
| 8144 | 2026-08-24T13:12:07.866Z | unitAug 24 13:12:06.747: Aug 24 13:12:06.747INFO freemap_route_ipv4 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 8145 | 2026-08-24T13:12:07.866Z | |
| 8146 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747adding route 172.17.0.16/32 -> 10.0.0.255 DEBG |
| 8147 | 2026-08-24T13:12:07.866Z | reset freemapAug 24 13:12:06.747, unitAug 24 13:12:06.747 : DEBGAug 24 13:12:06.747 created new freemap DEBG, unitfreemap_route_ipv6replacing 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 } }] |
| 8148 | 2026-08-24T13:12:07.866Z | |
| 8149 | 2026-08-24T13:12:07.866Z | : freemap_route_ipv6 |
| 8150 | 2026-08-24T13:12:07.866Z | DEBGAug 24 13:12:06.747 Aug 24 13:12:06.747Aug 24 13:12:06.747replacing 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 } }] |
| 8151 | 2026-08-24T13:12:07.866Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8152 | 2026-08-24T13:12:07.866Z | DEBGINFOINFO initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unitadding route 172.17.0.17/32 -> 10.0.0.255: |
| 8153 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747 |
| 8154 | 2026-08-24T13:12:07.866Z | INFOfreemap_route_ipv4 |
| 8155 | 2026-08-24T13:12:07.866Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 8156 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747 Aug 24 13:12:06.747DEBGAug 24 13:12:06.747Aug 24 13:12:06.747 DEBG 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 } }]reset freemap , |
| 8157 | 2026-08-24T13:12:07.866Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 8158 | 2026-08-24T13:12:07.866Z | |
| 8159 | 2026-08-24T13:12:07.866Z | : Aug 24 13:12:06.747freemap_route_ipv4 |
| 8160 | 2026-08-24T13:12:07.866Z | INFOAug 24 13:12:06.747 Aug 24 13:12:06.747 adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 8161 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747 INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 8162 | 2026-08-24T13:12:07.866Z | adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64 |
| 8163 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.747, Aug 24 13:12:06.747 unitDEBGDEBG :replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.747 freemap_route_ipv6DEBG |
| 8164 | 2026-08-24T13:12:07.866Z | 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 } }] |
| 8165 | 2026-08-24T13:12:07.866Z | |
| 8166 | 2026-08-24T13:12:07.866Z | |
| 8167 | 2026-08-24T13:12:07.866Z | Aug 24 13:12:06.741Aug 24 13:12:06.753 Aug 24 13:12:06.753Aug 24 13:12:06.753INFOINFOAug 24 13:12:06.753 adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3INFOINFO |
| 8168 | 2026-08-24T13:12:07.866Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 8169 | 2026-08-24T13:12:07.866Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 8170 | 2026-08-24T13:12:07.867Z | DEBG reset freemap, |
| 8171 | 2026-08-24T13:12:07.867Z | unit:Aug 24 13:12:06.753 freemap_route_ipv6DEBG |
| 8172 | 2026-08-24T13:12:07.867Z | Aug 24 13:12:06.753replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 8173 | 2026-08-24T13:12:07.867Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8174 | 2026-08-24T13:12:07.867Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.753 |
| 8175 | 2026-08-24T13:12:07.867Z | INFOAug 24 13:12:06.753 Aug 24 13:12:06.753Aug 24 13:12:06.753adding route 172.17.0.46/32 -> 10.0.0.255 |
| 8176 | 2026-08-24T13:12:07.867Z | INFODEBGDEBG adding route 172.17.0.20/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8177 | 2026-08-24T13:12:07.867Z | |
| 8178 | 2026-08-24T13:12:07.867Z | DEBG |
| 8179 | 2026-08-24T13:12:07.867Z | 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 } }] |
| 8180 | 2026-08-24T13:12:07.867Z | Aug 24 13:12:06.753Aug 24 13:12:06.753 Aug 24 13:12:06.753INFO Aug 24 13:12:06.753 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 8181 | 2026-08-24T13:12:07.867Z | INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8182 | 2026-08-24T13:12:07.867Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8183 | 2026-08-24T13:12:07.867Z | Aug 24 13:12:06.753 |
| 8184 | 2026-08-24T13:12:07.867Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.753Aug 24 13:12:06.753 |
| 8185 | 2026-08-24T13:12:07.867Z | Aug 24 13:12:06.753 DEBG 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 } }]Aug 24 13:12:06.753replacing 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 } }] |
| 8186 | 2026-08-24T13:12:07.867Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 8187 | 2026-08-24T13:12:07.867Z | |
| 8188 | 2026-08-24T13:12:07.867Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8189 | 2026-08-24T13:12:07.867Z | Aug 24 13:12:06.753 Aug 24 13:12:06.753INFOAug 24 13:12:06.753 INFOadding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 8190 | 2026-08-24T13:12:07.871Z | 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 3fff:dead::/64 -> 2001:db8::55:3 |
| 8191 | 2026-08-24T13:12:07.871Z | |
| 8192 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:12:06.753 |
| 8193 | 2026-08-24T13:12:07.871Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.753 |
| 8194 | 2026-08-24T13:12:07.871Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8195 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8196 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753 |
| 8197 | 2026-08-24T13:12:07.871Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 8198 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753Aug 24 13:12:06.753 adding route 172.17.0.22/32 -> 10.0.0.255 Aug 24 13:12:06.753INFOAug 24 13:12:06.753INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 8199 | 2026-08-24T13:12:07.871Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8200 | 2026-08-24T13:12:07.871Z | INFO |
| 8201 | 2026-08-24T13:12:07.871Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8202 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8203 | 2026-08-24T13:12:07.871Z | DEBG Aug 24 13:12:06.753 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8204 | 2026-08-24T13:12:07.871Z | DEBG |
| 8205 | 2026-08-24T13:12:07.871Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8206 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753 |
| 8207 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753DEBG INFO adding route 172.17.0.23/32 -> 10.0.0.255INFOAug 24 13:12:06.753replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 24 13:12:06.753DEBG |
| 8208 | 2026-08-24T13:12:07.871Z | adding route 172.17.0.44/32 -> 10.0.0.255 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 } }] |
| 8209 | 2026-08-24T13:12:07.871Z | |
| 8210 | 2026-08-24T13:12:07.871Z | |
| 8211 | 2026-08-24T13:12:07.871Z | DEBGAug 24 13:12:06.753 replacing targets for 3fff:dead::/64 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 } }]INFOAug 24 13:12:06.753 |
| 8212 | 2026-08-24T13:12:07.871Z | Aug 24 13:12:06.753DEBG 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 3fff:dead::/64 -> 2001:db8::55:3 |
| 8213 | 2026-08-24T13:12:07.872Z | INFO |
| 8214 | 2026-08-24T13:12:07.872Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 24 13:12:06.753 DEBG |
| 8215 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:12:06.753INFO |
| 8216 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 DEBGDEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8217 | 2026-08-24T13:12:07.872Z | |
| 8218 | 2026-08-24T13:12:07.872Z | 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 } }] |
| 8219 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 INFO Aug 24 13:12:06.753Aug 24 13:12:06.753Aug 24 13:12:06.753 adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 8220 | 2026-08-24T13:12:07.872Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8221 | 2026-08-24T13:12:07.872Z | INFODEBG Aug 24 13:12:06.753 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8222 | 2026-08-24T13:12:07.872Z | |
| 8223 | 2026-08-24T13:12:07.872Z | DEBGAug 24 13:12:06.753 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8224 | 2026-08-24T13:12:07.872Z | |
| 8225 | 2026-08-24T13:12:07.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8226 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 Aug 24 13:12:06.753INFOINFO Aug 24 13:12:06.753INFOadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 8227 | 2026-08-24T13:12:07.872Z | adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 8228 | 2026-08-24T13:12:07.872Z | replacing targets for 3fff:dead::/64 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 } }] |
| 8229 | 2026-08-24T13:12:07.872Z | |
| 8230 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 DEBGAug 24 13:12:06.753 Aug 24 13:12:06.753replacing 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 |
| 8231 | 2026-08-24T13:12:07.872Z | WARN Aug 24 13:12:06.753shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 8232 | 2026-08-24T13:12:07.872Z | |
| 8233 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753DEBG 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 } }] |
| 8234 | 2026-08-24T13:12:07.872Z | INFO Aug 24 13:12:06.753adding route 172.17.0.54/32 -> 10.0.0.255 Aug 24 13:12:06.753INFO |
| 8235 | 2026-08-24T13:12:07.872Z | INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 8236 | 2026-08-24T13:12:07.872Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 8237 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 DEBGAug 24 13:12:06.753 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753DEBG |
| 8238 | 2026-08-24T13:12:07.872Z | DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8239 | 2026-08-24T13:12:07.872Z | |
| 8240 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:12:06.753 |
| 8241 | 2026-08-24T13:12:07.872Z | INFOAug 24 13:12:06.753 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 8242 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 8243 | 2026-08-24T13:12:07.872Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.753 |
| 8244 | 2026-08-24T13:12:07.872Z | 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 } }] |
| 8245 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753Aug 24 13:12:06.753 DEBGINFO Aug 24 13:12:06.753 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 8246 | 2026-08-24T13:12:07.872Z | |
| 8247 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 8248 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753adding route 172.17.0.49/32 -> 10.0.0.255Aug 24 13:12:06.753 |
| 8249 | 2026-08-24T13:12:07.872Z | 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 } }] |
| 8250 | 2026-08-24T13:12:07.872Z | test route::tests::delete_targets_fragmented ... ok |
| 8251 | 2026-08-24T13:12:07.872Z | 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 } }] |
| 8252 | 2026-08-24T13:12:07.872Z | Aug 24 13:12:06.753 DEBGAug 24 13:12:06.753 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 |
| 8253 | 2026-08-24T13:12:07.873Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 24 13:12:06.753 |
| 8254 | 2026-08-24T13:12:07.873Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 8255 | 2026-08-24T13:12:07.873Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8256 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.753 Aug 24 13:12:06.753INFOAug 24 13:12:06.753 adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8257 | 2026-08-24T13:12:07.873Z | DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8258 | 2026-08-24T13:12:07.873Z | |
| 8259 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.753 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 } }] |
| 8260 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.753 Aug 24 13:12:06.753INFO INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255Aug 24 13:12:06.753 |
| 8261 | 2026-08-24T13:12:07.873Z | test route::tests::delete_target_full ... ok |
| 8262 | 2026-08-24T13:12:07.873Z | |
| 8263 | 2026-08-24T13:12:07.873Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 8264 | 2026-08-24T13:12:07.873Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8265 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.753 Aug 24 13:12:06.753DEBGAug 24 13:12:06.753 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 } }] |
| 8266 | 2026-08-24T13:12:07.873Z | 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 } }] |
| 8267 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.754Aug 24 13:12:06.759 Aug 24 13:12:06.759DEBG INFOINFO created new freemap, unit:adding route 172.17.0.31/32 -> 10.0.0.255 |
| 8268 | 2026-08-24T13:12:07.873Z | freemap_route_ipv4 |
| 8269 | 2026-08-24T13:12:07.873Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8270 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.759DEBGAug 24 13:12:06.759 DEBGDEBG Aug 24 13:12:06.759created new freemap , 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 } }]unit |
| 8271 | 2026-08-24T13:12:07.873Z | 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 |
| 8272 | 2026-08-24T13:12:07.873Z | 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 } }]: |
| 8273 | 2026-08-24T13:12:07.873Z | freemap_route_ipv6 |
| 8274 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.759Aug 24 13:12:06.759Aug 24 13:12:06.759 INFODEBGAug 24 13:12:06.759 adding route 172.17.0.60/32 -> 10.0.0.255 INFO |
| 8275 | 2026-08-24T13:12:07.873Z | initted freemap. size: 64 adding route 172.17.0.52/32 -> 10.0.0.255, |
| 8276 | 2026-08-24T13:12:07.873Z | unitAug 24 13:12:06.759INFO : adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 8277 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.759replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 8278 | 2026-08-24T13:12:07.873Z | |
| 8279 | 2026-08-24T13:12:07.873Z | 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 } }]Aug 24 13:12:06.759 |
| 8280 | 2026-08-24T13:12:07.873Z | DEBG Aug 24 13:12:06.759Aug 24 13:12:06.759 failed to allocate space for the new target listDEBG |
| 8281 | 2026-08-24T13:12:07.873Z | Aug 24 13:12:06.759 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 } }] |
| 8282 | 2026-08-24T13:12:07.873Z | INFOAug 24 13:12:06.759 reset freemap , DEBGadding route 172.17.0.53/32 -> 10.0.0.255unit: |
| 8283 | 2026-08-24T13:12:07.873Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 24 13:12:06.759 |
| 8284 | 2026-08-24T13:12:07.873Z | freemap_route_ipv4 |
| 8285 | 2026-08-24T13:12:07.873Z | INFOAug 24 13:12:06.759 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 8286 | 2026-08-24T13:12:07.873Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.759 |
| 8287 | 2026-08-24T13:12:07.873Z | DEBG initted freemap. size: 64, Aug 24 13:12:06.759unit Aug 24 13:12:06.759DEBG: freemap_route_ipv6INFO |
| 8288 | 2026-08-24T13:12:07.873Z | 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 } }] |
| 8289 | 2026-08-24T13:12:07.873Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8290 | 2026-08-24T13:12:07.877Z | Aug 24 13:12:06.759Aug 24 13:12:06.759Aug 24 13:12:06.759 DEBG DEBG reset freemapreplacing 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 |
| 8291 | 2026-08-24T13:12:07.877Z | unit :adding route 172.17.0.34/32 -> 10.0.0.255 freemap_route_ipv6 |
| 8292 | 2026-08-24T13:12:07.877Z | |
| 8293 | 2026-08-24T13:12:07.877Z | Aug 24 13:12:06.759 INFO Aug 24 13:12:06.759adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:12:06.759 |
| 8294 | 2026-08-24T13:12:07.877Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 8295 | 2026-08-24T13:12:07.877Z | |
| 8296 | 2026-08-24T13:12:07.877Z | Aug 24 13:12:06.759 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 } }] |
| 8297 | 2026-08-24T13:12:07.877Z | Aug 24 13:12:06.759Aug 24 13:12:06.759 INFODEBG Aug 24 13:12:06.759adding route 172.17.0.35/32 -> 10.0.0.255 |
| 8298 | 2026-08-24T13:12:07.877Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8299 | 2026-08-24T13:12:07.877Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8300 | 2026-08-24T13:12:07.877Z | Aug 24 13:12:06.759 DEBG Aug 24 13:12:06.759Aug 24 13:12:06.759 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 } }] INFODEBG |
| 8301 | 2026-08-24T13:12:07.878Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 8302 | 2026-08-24T13:12:07.878Z | |
| 8303 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759Aug 24 13:12:06.759 Aug 24 13:12:06.759INFODEBG 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 } }] |
| 8304 | 2026-08-24T13:12:07.878Z | adding route 172.17.0.36/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8305 | 2026-08-24T13:12:07.878Z | |
| 8306 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759 Aug 24 13:12:06.759DEBGAug 24 13:12:06.759 INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8307 | 2026-08-24T13:12:07.878Z | |
| 8308 | 2026-08-24T13:12:07.878Z | 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 } }] |
| 8309 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759 INFOAug 24 13:12:06.759 Aug 24 13:12:06.759adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8310 | 2026-08-24T13:12:07.878Z | 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 } }] |
| 8311 | 2026-08-24T13:12:07.878Z | INFOAug 24 13:12:06.759 adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 24 13:12:06.759 |
| 8312 | 2026-08-24T13:12:07.878Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8313 | 2026-08-24T13:12:07.878Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8314 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759 DEBG Aug 24 13:12:06.754replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.759 |
| 8315 | 2026-08-24T13:12:07.878Z | INFOAug 24 13:12:06.759 DEBGDEBGadding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:12:06.759 |
| 8316 | 2026-08-24T13:12:07.878Z | created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }] , |
| 8317 | 2026-08-24T13:12:07.878Z | INFOunit: adding route 172.17.0.38/32 -> 10.0.0.255 |
| 8318 | 2026-08-24T13:12:07.878Z | freemap_route_ipv4Aug 24 13:12:06.759 |
| 8319 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759 DEBGAug 24 13:12:06.759 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, 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 } }] |
| 8320 | 2026-08-24T13:12:07.878Z | |
| 8321 | 2026-08-24T13:12:07.878Z | |
| 8322 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759 DEBG created new freemap, Aug 24 13:12:06.759Aug 24 13:12:06.759 INFOunit INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 8323 | 2026-08-24T13:12:07.878Z | :adding route 172.17.0.39/32 -> 10.0.0.255 |
| 8324 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.759 Aug 24 13:12:06.759DEBG 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 } }]freemap_route_ipv6 |
| 8325 | 2026-08-24T13:12:07.878Z | |
| 8326 | 2026-08-24T13:12:07.878Z | 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 } }] |
| 8327 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.760Aug 24 13:12:06.760 Aug 24 13:12:06.760INFO INFODEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 8328 | 2026-08-24T13:12:07.878Z | adding route 172.17.0.40/32 -> 10.0.0.255 initted freemap. size: 64 |
| 8329 | 2026-08-24T13:12:07.878Z | , unit: freemap_route_ipv4Aug 24 13:12:06.760 |
| 8330 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.760 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 } }]Aug 24 13:12:06.760 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8331 | 2026-08-24T13:12:07.878Z | |
| 8332 | 2026-08-24T13:12:07.878Z | reset freemap, unit: freemap_route_ipv4Aug 24 13:12:06.760 |
| 8333 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.760INFO INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 8334 | 2026-08-24T13:12:07.878Z | |
| 8335 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.760 DEBG Aug 24 13:12:06.760initted freemap. size: 64Aug 24 13:12:06.760 , DEBGDEBG unit :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 } }] |
| 8336 | 2026-08-24T13:12:07.878Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 8337 | 2026-08-24T13:12:07.878Z | |
| 8338 | 2026-08-24T13:12:07.878Z | Aug 24 13:12:06.760Aug 24 13:12:06.760 Aug 24 13:12:06.760 DEBGDEBGINFO failed to allocate space for the new target listreset freemap |
| 8339 | 2026-08-24T13:12:07.878Z | adding route 172.17.0.42/32 -> 10.0.0.255, |
| 8340 | 2026-08-24T13:12:07.878Z | unit: Aug 24 13:12:06.760freemap_route_ipv6 |
| 8341 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8342 | 2026-08-24T13:12:07.879Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:12:06.760 |
| 8343 | 2026-08-24T13:12:07.879Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8344 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:12:06.760 |
| 8345 | 2026-08-24T13:12:07.879Z | 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 } }] |
| 8346 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 DEBG Aug 24 13:12:06.760replacing 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 } }] |
| 8347 | 2026-08-24T13:12:07.879Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8348 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO Aug 24 13:12:06.760adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8349 | 2026-08-24T13:12:07.879Z | 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 } }] |
| 8350 | 2026-08-24T13:12:07.879Z | test route::tests::delete_targets_full ... ok |
| 8351 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 DEBG Aug 24 13:12:06.760 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8352 | 2026-08-24T13:12:07.879Z | 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 } }] |
| 8353 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8354 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 Aug 24 13:12:06.760INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 8355 | 2026-08-24T13:12:07.879Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8356 | 2026-08-24T13:12:07.879Z | |
| 8357 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 Aug 24 13:12:06.760DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8358 | 2026-08-24T13:12:07.879Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 8359 | 2026-08-24T13:12:07.879Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8360 | 2026-08-24T13:12:07.879Z | |
| 8361 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 Aug 24 13:12:06.760INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 8362 | 2026-08-24T13:12:07.879Z | replacing targets for 172.16.0.0/32 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 } }] |
| 8363 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8364 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8365 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8366 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8367 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8368 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8369 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8370 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8371 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8372 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8373 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8374 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8375 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8376 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8377 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.760 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 } }] |
| 8378 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8379 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.766 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 } }] |
| 8380 | 2026-08-24T13:12:07.879Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8381 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 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 } }] |
| 8382 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8383 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 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 } }] |
| 8384 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8385 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 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 } }] |
| 8386 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8387 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 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 } }] |
| 8388 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8389 | 2026-08-24T13:12:07.880Z | Aug 24 13:12:06.766 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 } }] |
| 8390 | 2026-08-24T13:12:07.883Z | Aug 24 13:12:06.766 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8391 | 2026-08-24T13:12:07.883Z | Aug 24 13:12:06.766 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 } }] |
| 8392 | 2026-08-24T13:12:07.883Z | Aug 24 13:12:06.766 DEBG failed to allocate space for the new target list |
| 8393 | 2026-08-24T13:12:07.883Z | Aug 24 13:12:06.766 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 } }] |
| 8394 | 2026-08-24T13:12:07.883Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b33a6c7353650928) |
| 8395 | 2026-08-24T13:12:07.883Z | |
| 8396 | 2026-08-24T13:12:07.883Z | running 0 tests |
| 8397 | 2026-08-24T13:12:07.883Z | |
| 8398 | 2026-08-24T13:12:07.883Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8399 | 2026-08-24T13:12:07.883Z | |
| 8400 | 2026-08-24T13:12:07.883Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-1b936deade55f1a7) |
| 8401 | 2026-08-24T13:12:07.883Z | |
| 8402 | 2026-08-24T13:12:07.883Z | running 0 tests |
| 8403 | 2026-08-24T13:12:07.883Z | |
| 8404 | 2026-08-24T13:12:07.883Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8405 | 2026-08-24T13:12:07.883Z | |
| 8406 | 2026-08-24T13:12:07.883Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-c58e3c606bcd92fd) |
| 8407 | 2026-08-24T13:12:07.892Z | |
| 8408 | 2026-08-24T13:12:07.892Z | running 6 tests |
| 8409 | 2026-08-24T13:12:07.896Z | test tests::test_full_lot_id_neither_present ... ok |
| 8410 | 2026-08-24T13:12:07.896Z | test tests::test_full_lot_id_lot_only ... ok |
| 8411 | 2026-08-24T13:12:07.896Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 8412 | 2026-08-24T13:12:07.896Z | test tests::test_full_lot_id_both_present ... ok |
| 8413 | 2026-08-24T13:12:07.899Z | test tests::test_parse_client_port_id ... ok |
| 8414 | 2026-08-24T13:12:07.899Z | test tests::test_port_id_cmp ... ok |
| 8415 | 2026-08-24T13:12:07.899Z | |
| 8416 | 2026-08-24T13:12:07.899Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8417 | 2026-08-24T13:12:07.899Z | |
| 8418 | 2026-08-24T13:12:07.899Z | Running tests/test_all.rs (target/debug/deps/test_all-23ad4ccb303d7285) |
| 8419 | 2026-08-24T13:12:07.903Z | |
| 8420 | 2026-08-24T13:12:07.903Z | running 0 tests |
| 8421 | 2026-08-24T13:12:07.905Z | |
| 8422 | 2026-08-24T13:12:07.905Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8423 | 2026-08-24T13:12:07.905Z | |
| 8424 | 2026-08-24T13:12:07.905Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a7715dfacdf50582) |
| 8425 | 2026-08-24T13:12:07.908Z | |
| 8426 | 2026-08-24T13:12:07.908Z | running 0 tests |
| 8427 | 2026-08-24T13:12:07.911Z | |
| 8428 | 2026-08-24T13:12:07.911Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8429 | 2026-08-24T13:12:07.911Z | |
| 8430 | 2026-08-24T13:12:07.911Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3d324a83bdecafd6) |
| 8431 | 2026-08-24T13:12:07.933Z | |
| 8432 | 2026-08-24T13:12:07.933Z | running 15 tests |
| 8433 | 2026-08-24T13:12:07.935Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 8434 | 2026-08-24T13:12:07.935Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 8435 | 2026-08-24T13:12:07.935Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 8436 | 2026-08-24T13:12:07.935Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 8437 | 2026-08-24T13:12:07.935Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 8438 | 2026-08-24T13:12:07.935Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 8439 | 2026-08-24T13:12:07.935Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 8440 | 2026-08-24T13:12:07.935Z | test v1::network::tests::test_equal ... ok |
| 8441 | 2026-08-24T13:12:07.935Z | test v1::network::tests::test_eui64 ... ok |
| 8442 | 2026-08-24T13:12:07.935Z | test v1::network::tests::test_into ... ok |
| 8443 | 2026-08-24T13:12:07.935Z | test v1::network::tests::test_not_equal ... ok |
| 8444 | 2026-08-24T13:12:07.938Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 8445 | 2026-08-24T13:12:07.938Z | test v1::network::tests::test_parse ... ok |
| 8446 | 2026-08-24T13:12:07.938Z | test v1::network::tests::test_to_string ... ok |
| 8447 | 2026-08-24T13:12:07.938Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 8448 | 2026-08-24T13:12:07.939Z | |
| 8449 | 2026-08-24T13:12:07.941Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8450 | 2026-08-24T13:12:07.941Z | |
| 8451 | 2026-08-24T13:12:07.941Z | Running unittests src/lib.rs (target/debug/deps/packet-e9947bbf48cd2090) |
| 8452 | 2026-08-24T13:12:07.964Z | |
| 8453 | 2026-08-24T13:12:07.964Z | running 12 tests |
| 8454 | 2026-08-24T13:12:07.966Z | test icmp::test_v6_checksum ... ok |
| 8455 | 2026-08-24T13:12:07.967Z | test icmp::test_v4_checksum ... ok |
| 8456 | 2026-08-24T13:12:07.967Z | test ipv6::test_ipv6_parse ... ok |
| 8457 | 2026-08-24T13:12:07.967Z | test pbuf::test_byte ... ok |
| 8458 | 2026-08-24T13:12:07.967Z | test pbuf::test_nibble ... ok |
| 8459 | 2026-08-24T13:12:07.967Z | test pbuf::test_overflow ... ok |
| 8460 | 2026-08-24T13:12:07.967Z | test lldp::test_lldp_parse ... ok |
| 8461 | 2026-08-24T13:12:07.967Z | test pbuf::test_short ... ok |
| 8462 | 2026-08-24T13:12:07.967Z | test pbuf::test_twelve ... ok |
| 8463 | 2026-08-24T13:12:07.967Z | test pbuf::test_word ... ok |
| 8464 | 2026-08-24T13:12:07.967Z | test tcp::test_checksum_ack_data ... ok |
| 8465 | 2026-08-24T13:12:07.967Z | test tcp::test_checksum_syn_nodata ... ok |
| 8466 | 2026-08-24T13:12:07.967Z | |
| 8467 | 2026-08-24T13:12:07.967Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8468 | 2026-08-24T13:12:07.967Z | |
| 8469 | 2026-08-24T13:12:07.970Z | Running unittests src/lib.rs (target/debug/deps/pcap-40b532ff69700b19) |
| 8470 | 2026-08-24T13:12:07.972Z | |
| 8471 | 2026-08-24T13:12:07.972Z | running 0 tests |
| 8472 | 2026-08-24T13:12:07.972Z | |
| 8473 | 2026-08-24T13:12:07.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8474 | 2026-08-24T13:12:07.972Z | |
| 8475 | 2026-08-24T13:12:07.972Z | Running unittests src/main.rs (target/debug/deps/swadm-4f5f2a7ff2b0f11e) |
| 8476 | 2026-08-24T13:12:07.999Z | |
| 8477 | 2026-08-24T13:12:07.999Z | running 5 tests |
| 8478 | 2026-08-24T13:12:08.003Z | test switchport::test::test_compute_lanes ... ok |
| 8479 | 2026-08-24T13:12:08.006Z | test link::test_filter ... ok |
| 8480 | 2026-08-24T13:12:08.006Z | test switchport::test::port_id_ordering ... ok |
| 8481 | 2026-08-24T13:12:08.008Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8482 | 2026-08-24T13:12:08.008Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8483 | 2026-08-24T13:12:08.008Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8484 | 2026-08-24T13:12:08.008Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8485 | 2026-08-24T13:12:08.008Z | Tx Enabled: Yes Yes Yes Yes |
| 8486 | 2026-08-24T13:12:08.008Z | Tx Loss-of-lock: No No No No |
| 8487 | 2026-08-24T13:12:08.008Z | Tx Loss-of-signal: No No No No |
| 8488 | 2026-08-24T13:12:08.008Z | Tx CDR Enabled: No No No No |
| 8489 | 2026-08-24T13:12:08.008Z | Tx Adaptive EQ Fault: No No No No |
| 8490 | 2026-08-24T13:12:08.009Z | Tx Fault: Yes Yes Yes Yes |
| 8491 | 2026-08-24T13:12:08.009Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8492 | 2026-08-24T13:12:08.009Z | State: Activated Activated Activated Activated |
| 8493 | 2026-08-24T13:12:08.009Z | Rx Output Enabled: false false false false |
| 8494 | 2026-08-24T13:12:08.009Z | Rx Output Status: valid valid valid valid |
| 8495 | 2026-08-24T13:12:08.009Z | Rx Loss-of-lock: true true true true |
| 8496 | 2026-08-24T13:12:08.009Z | Rx Loss-of-signal: false false false false |
| 8497 | 2026-08-24T13:12:08.009Z | Rx Auto-squelch Disable: true true true true |
| 8498 | 2026-08-24T13:12:08.009Z | Tx Output Enabled: true true true true |
| 8499 | 2026-08-24T13:12:08.009Z | Tx Output Status: invalid invalid invalid invalid |
| 8500 | 2026-08-24T13:12:08.009Z | Tx Loss-of-lock: false false false false |
| 8501 | 2026-08-24T13:12:08.009Z | Tx Loss-of-signal: true true true true |
| 8502 | 2026-08-24T13:12:08.009Z | Tx Auto-squelch Disable: false false false false |
| 8503 | 2026-08-24T13:12:08.009Z | Tx Adaptive EQ Fail: true true true true |
| 8504 | 2026-08-24T13:12:08.009Z | Tx Failure: false false false false |
| 8505 | 2026-08-24T13:12:08.009Z | Tx Force Squelch: true true true true |
| 8506 | 2026-08-24T13:12:08.009Z | Tx Input Polarity: normal normal normal normal |
| 8507 | 2026-08-24T13:12:08.009Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8508 | 2026-08-24T13:12:08.009Z | test switchport::test::test_print_sff_datapath ... ok |
| 8509 | 2026-08-24T13:12:08.009Z | |
| 8510 | 2026-08-24T13:12:08.009Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8511 | 2026-08-24T13:12:08.009Z | |
| 8512 | 2026-08-24T13:12:08.012Z | Running tests/counters.rs (target/debug/deps/counters-84257b5bc3c48cfc) |
| 8513 | 2026-08-24T13:12:08.016Z | |
| 8514 | 2026-08-24T13:12:08.016Z | running 1 test |
| 8515 | 2026-08-24T13:12:08.016Z | test test_p4_counter_list ... ignored |
| 8516 | 2026-08-24T13:12:08.019Z | |
| 8517 | 2026-08-24T13:12:08.019Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8518 | 2026-08-24T13:12:08.019Z | |
| 8519 | 2026-08-24T13:12:08.019Z | Running tests/multicast.rs (target/debug/deps/multicast-3d193d34c46c10a2) |
| 8520 | 2026-08-24T13:12:08.042Z | |
| 8521 | 2026-08-24T13:12:08.042Z | running 1 test |
| 8522 | 2026-08-24T13:12:08.045Z | test test_multicast_list_and_get ... ignored |
| 8523 | 2026-08-24T13:12:08.045Z | |
| 8524 | 2026-08-24T13:12:08.045Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8525 | 2026-08-24T13:12:08.045Z | |
| 8526 | 2026-08-24T13:12:08.045Z | Running tests/port-link.rs (target/debug/deps/port_link-bbfc89aca0e9d19e) |
| 8527 | 2026-08-24T13:12:08.050Z | |
| 8528 | 2026-08-24T13:12:08.050Z | running 5 tests |
| 8529 | 2026-08-24T13:12:08.053Z | test test_an ... ignored |
| 8530 | 2026-08-24T13:12:08.053Z | test test_enable ... ignored |
| 8531 | 2026-08-24T13:12:08.053Z | test test_ip_addresses ... ignored |
| 8532 | 2026-08-24T13:12:08.053Z | test test_kr ... ignored |
| 8533 | 2026-08-24T13:12:08.053Z | test test_mac ... ignored |
| 8534 | 2026-08-24T13:12:08.053Z | |
| 8535 | 2026-08-24T13:12:08.053Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8536 | 2026-08-24T13:12:08.053Z | |
| 8537 | 2026-08-24T13:12:08.053Z | Running unittests src/main.rs (target/debug/deps/tfportd-e242e206d8f08df9) |
| 8538 | 2026-08-24T13:12:08.082Z | |
| 8539 | 2026-08-24T13:12:08.082Z | running 3 tests |
| 8540 | 2026-08-24T13:12:08.086Z | test config::tests::test_updates ... ok |
| 8541 | 2026-08-24T13:12:08.086Z | test linklocal::test_parse_ipadm ... ok |
| 8542 | 2026-08-24T13:12:08.089Z | test tfport::test_parse_tfport ... ok |
| 8543 | 2026-08-24T13:12:08.089Z | |
| 8544 | 2026-08-24T13:12:08.089Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8545 | 2026-08-24T13:12:08.089Z | |
| 8546 | 2026-08-24T13:12:08.091Z | Running unittests src/main.rs (target/debug/deps/uplinkd-4ab98f17839c773b) |
| 8547 | 2026-08-24T13:12:08.095Z | |
| 8548 | 2026-08-24T13:12:08.095Z | running 0 tests |
| 8549 | 2026-08-24T13:12:08.097Z | |
| 8550 | 2026-08-24T13:12:08.097Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8551 | 2026-08-24T13:12:08.097Z | |
| 8552 | 2026-08-24T13:12:08.098Z | Running unittests src/main.rs (target/debug/deps/xtask-e18dbfe8377dfc73) |
| 8553 | 2026-08-24T13:12:08.112Z | |
| 8554 | 2026-08-24T13:12:08.112Z | running 0 tests |
| 8555 | 2026-08-24T13:12:08.114Z | |
| 8556 | 2026-08-24T13:12:08.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8557 | 2026-08-24T13:12:08.114Z | |
| 8558 | 2026-08-24T13:12:08.115Z | Doc-tests aal |
| 8559 | 2026-08-24T13:12:10.552Z | |
| 8560 | 2026-08-24T13:12:10.552Z | running 0 tests |
| 8561 | 2026-08-24T13:12:10.552Z | |
| 8562 | 2026-08-24T13:12:10.555Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8563 | 2026-08-24T13:12:10.555Z | |
| 8564 | 2026-08-24T13:12:10.575Z | Doc-tests aal_macros |
| 8565 | 2026-08-24T13:12:10.669Z | |
| 8566 | 2026-08-24T13:12:10.669Z | running 0 tests |
| 8567 | 2026-08-24T13:12:10.669Z | |
| 8568 | 2026-08-24T13:12:10.669Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8569 | 2026-08-24T13:12:10.669Z | |
| 8570 | 2026-08-24T13:12:10.679Z | Doc-tests common |
| 8571 | 2026-08-24T13:12:10.956Z | |
| 8572 | 2026-08-24T13:12:10.956Z | running 0 tests |
| 8573 | 2026-08-24T13:12:10.956Z | |
| 8574 | 2026-08-24T13:12:10.956Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8575 | 2026-08-24T13:12:10.956Z | |
| 8576 | 2026-08-24T13:12:10.978Z | Doc-tests dpd_api |
| 8577 | 2026-08-24T13:12:11.735Z | |
| 8578 | 2026-08-24T13:12:11.735Z | running 2 tests |
| 8579 | 2026-08-24T13:12:11.736Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8580 | 2026-08-24T13:12:11.736Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8581 | 2026-08-24T13:12:11.736Z | |
| 8582 | 2026-08-24T13:12:11.736Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8583 | 2026-08-24T13:12:11.736Z | |
| 8584 | 2026-08-24T13:12:11.739Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 8585 | 2026-08-24T13:12:11.761Z | Doc-tests dpd_client |
| 8586 | 2026-08-24T13:12:13.291Z | |
| 8587 | 2026-08-24T13:12:13.291Z | running 0 tests |
| 8588 | 2026-08-24T13:12:13.292Z | |
| 8589 | 2026-08-24T13:12:13.292Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8590 | 2026-08-24T13:12:13.292Z | |
| 8591 | 2026-08-24T13:12:13.342Z | Doc-tests dpd_types |
| 8592 | 2026-08-24T13:12:13.528Z | |
| 8593 | 2026-08-24T13:12:13.528Z | running 0 tests |
| 8594 | 2026-08-24T13:12:13.528Z | |
| 8595 | 2026-08-24T13:12:13.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8596 | 2026-08-24T13:12:13.528Z | |
| 8597 | 2026-08-24T13:12:13.547Z | Doc-tests dpd_types_versions |
| 8598 | 2026-08-24T13:12:14.934Z | |
| 8599 | 2026-08-24T13:12:14.934Z | running 1 test |
| 8600 | 2026-08-24T13:12:14.934Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8601 | 2026-08-24T13:12:14.934Z | |
| 8602 | 2026-08-24T13:12:14.934Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8603 | 2026-08-24T13:12:14.934Z | |
| 8604 | 2026-08-24T13:12:14.937Z | all doctests ran in 0.35s; merged doctests compilation took 0.34s |
| 8605 | 2026-08-24T13:12:14.981Z | Doc-tests packet |
| 8606 | 2026-08-24T13:12:15.202Z | |
| 8607 | 2026-08-24T13:12:15.202Z | running 0 tests |
| 8608 | 2026-08-24T13:12:15.202Z | |
| 8609 | 2026-08-24T13:12:15.202Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8610 | 2026-08-24T13:12:15.202Z | |
| 8611 | 2026-08-24T13:12:15.224Z | Doc-tests pcap |
| 8612 | 2026-08-24T13:12:15.273Z | |
| 8613 | 2026-08-24T13:12:15.273Z | running 0 tests |
| 8614 | 2026-08-24T13:12:15.273Z | |
| 8615 | 2026-08-24T13:12:15.273Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8616 | 2026-08-24T13:12:15.273Z | |
| 8617 | 2026-08-24T13:12:15.401Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8618 | 2026-08-24T13:12:15.404Z | + RUST_BACKTRACE=full |
| 8619 | 2026-08-24T13:12:15.404Z | + cargo test --features chaos --no-fail-fast |
| 8620 | 2026-08-24T13:12:18.506Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8621 | 2026-08-24T13:12:18.623Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8622 | 2026-08-24T13:12:18.649Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 8623 | 2026-08-24T13:12:18.677Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8624 | 2026-08-24T13:12:27.967Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8625 | 2026-08-24T13:12:27.969Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8626 | 2026-08-24T13:13:26.149Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 8627 | 2026-08-24T13:13:26.505Z | Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da) |
| 8628 | 2026-08-24T13:13:26.518Z | |
| 8629 | 2026-08-24T13:13:26.518Z | running 0 tests |
| 8630 | 2026-08-24T13:13:26.518Z | |
| 8631 | 2026-08-24T13:13:26.520Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8632 | 2026-08-24T13:13:26.520Z | |
| 8633 | 2026-08-24T13:13:26.520Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 8634 | 2026-08-24T13:13:26.534Z | |
| 8635 | 2026-08-24T13:13:26.534Z | running 0 tests |
| 8636 | 2026-08-24T13:13:26.534Z | |
| 8637 | 2026-08-24T13:13:26.536Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8638 | 2026-08-24T13:13:26.536Z | |
| 8639 | 2026-08-24T13:13:26.536Z | Running unittests src/lib.rs (target/debug/deps/asic-d501d83017dcce1c) |
| 8640 | 2026-08-24T13:13:26.540Z | |
| 8641 | 2026-08-24T13:13:26.540Z | running 0 tests |
| 8642 | 2026-08-24T13:13:26.540Z | |
| 8643 | 2026-08-24T13:13:26.542Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8644 | 2026-08-24T13:13:26.542Z | |
| 8645 | 2026-08-24T13:13:26.542Z | Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d) |
| 8646 | 2026-08-24T13:13:26.708Z | |
| 8647 | 2026-08-24T13:13:26.708Z | running 4 tests |
| 8648 | 2026-08-24T13:13:26.725Z | test nat::tests::test_vni ... ok |
| 8649 | 2026-08-24T13:13:26.727Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8650 | 2026-08-24T13:13:26.746Z | test test_purge ... ok |
| 8651 | 2026-08-24T13:13:26.763Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8652 | 2026-08-24T13:13:26.763Z | |
| 8653 | 2026-08-24T13:13:26.766Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s |
| 8654 | 2026-08-24T13:13:26.766Z | |
| 8655 | 2026-08-24T13:13:26.768Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91) |
| 8656 | 2026-08-24T13:13:26.949Z | |
| 8657 | 2026-08-24T13:13:26.949Z | running 1 test |
| 8658 | 2026-08-24T13:13:26.995Z | ------- |
| 8659 | 2026-08-24T13:13:27.000Z | Generating OpenAPI documents from API definitions ... |
| 8660 | 2026-08-24T13:13:27.313Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8661 | 2026-08-24T13:13:27.410Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8662 | 2026-08-24T13:13:28.528Z | ------- |
| 8663 | 2026-08-24T13:13:28.528Z | Checking 13 OpenAPI documents... |
| 8664 | 2026-08-24T13:13:28.528Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8665 | 2026-08-24T13:13:28.528Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8666 | 2026-08-24T13:13:28.528Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8667 | 2026-08-24T13:13:28.528Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8668 | 2026-08-24T13:13:28.528Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8669 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8670 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8671 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8672 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8673 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8674 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8675 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8676 | 2026-08-24T13:13:28.532Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8677 | 2026-08-24T13:13:28.532Z | Fresh dpd "latest" symlink |
| 8678 | 2026-08-24T13:13:28.532Z | ------- |
| 8679 | 2026-08-24T13:13:28.532Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8680 | 2026-08-24T13:13:28.577Z | test test::test_apis_up_to_date ... ok |
| 8681 | 2026-08-24T13:13:28.577Z | |
| 8682 | 2026-08-24T13:13:28.580Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.63s |
| 8683 | 2026-08-24T13:13:28.580Z | |
| 8684 | 2026-08-24T13:13:28.643Z | Running unittests src/main.rs (target/debug/deps/dpd-54b4087a28ff836d) |
| 8685 | 2026-08-24T13:13:28.652Z | |
| 8686 | 2026-08-24T13:13:28.652Z | running 61 tests |
| 8687 | 2026-08-24T13:13:28.655Z | test freemap::test_ordering ... ok |
| 8688 | 2026-08-24T13:13:28.656Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8689 | 2026-08-24T13:13:28.659Z | test freemap::test_basic ... ok |
| 8690 | 2026-08-24T13:13:28.659Z | test freemap::test_exhaustion ... ok |
| 8691 | 2026-08-24T13:13:28.659Z | test freemap::test_free ... ok |
| 8692 | 2026-08-24T13:13:28.659Z | test freemap::test_reclaim ... ok |
| 8693 | 2026-08-24T13:13:28.659Z | test freemap::test_split ... ok |
| 8694 | 2026-08-24T13:13:28.659Z | test macaddrs::tests::test_mac_offset ... ok |
| 8695 | 2026-08-24T13:13:28.659Z | Aug 24 13:13:27.570Aug 24 13:13:27.570 Aug 24 13:13:27.570 Aug 24 13:13:27.570 DEBGDEBG DEBGDEBG created new freemapcreated new freemapcreated new freemapcreated new freemap, , , , unitunitunit::: unit : freemap_testfreemap_test freemap_testfreemap_test |
| 8696 | 2026-08-24T13:13:28.659Z | |
| 8697 | 2026-08-24T13:13:28.659Z | |
| 8698 | 2026-08-24T13:13:28.659Z | |
| 8699 | 2026-08-24T13:13:28.659Z | Aug 24 13:13:27.570Aug 24 13:13:27.570Aug 24 13:13:27.570 DEBGDEBG initted freemap. size: 128initted freemap. size: 128Aug 24 13:13:27.570, DEBGunit , DEBG unit initted freemap. size: 128:, :unit : initted freemap. size: 128freemap_test freemap_testfreemap_test |
| 8700 | 2026-08-24T13:13:28.659Z | |
| 8701 | 2026-08-24T13:13:28.659Z | |
| 8702 | 2026-08-24T13:13:28.659Z | , unit:Aug 24 13:13:27.570 Aug 24 13:13:27.570Aug 24 13:13:27.570 DEBGDEBG reset freemapDEBGreset freemap freemap_test, reset freemap, , unitunit:: |
| 8703 | 2026-08-24T13:13:28.659Z | unit freemap_testfreemap_test |
| 8704 | 2026-08-24T13:13:28.659Z | |
| 8705 | 2026-08-24T13:13:28.659Z | : Aug 24 13:13:27.570freemap_test |
| 8706 | 2026-08-24T13:13:28.659Z | DEBG reset freemap, unit: freemap_test |
| 8707 | 2026-08-24T13:13:28.659Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8708 | 2026-08-24T13:13:28.659Z | test mcast::tests::test_canonicalize_sources ... ok |
| 8709 | 2026-08-24T13:13:28.659Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8710 | 2026-08-24T13:13:28.659Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8711 | 2026-08-24T13:13:28.659Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 8712 | 2026-08-24T13:13:28.659Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 8713 | 2026-08-24T13:13:28.659Z | test config::tests::test_updates ... ok |
| 8714 | 2026-08-24T13:13:28.659Z | Aug 24 13:13:27.571 DEBG created new freemap, unit: freemap_test |
| 8715 | 2026-08-24T13:13:28.660Z | Aug 24 13:13:27.571 DEBG initted freemap. size: 8, unit: freemap_test |
| 8716 | 2026-08-24T13:13:28.660Z | Aug 24 13:13:27.571 DEBG reset freemap, unit: freemap_test |
| 8717 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 8718 | 2026-08-24T13:13:28.660Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8719 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 8720 | 2026-08-24T13:13:28.660Z | test api_server::tests::test_build_info ... ok |
| 8721 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 8722 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 8723 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 8724 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_sources_contain_any ... ok |
| 8725 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 8726 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 8727 | 2026-08-24T13:13:28.660Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 8728 | 2026-08-24T13:13:28.660Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 8729 | 2026-08-24T13:13:28.666Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 8730 | 2026-08-24T13:13:28.666Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 8731 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 8732 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 8733 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 8734 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 8735 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 8736 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 8737 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 8738 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 8739 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_validate_tag ... ok |
| 8740 | 2026-08-24T13:13:28.667Z | test nat::test_mapping ... ok |
| 8741 | 2026-08-24T13:13:28.667Z | test port_map::tests::test_backplane_group ... ok |
| 8742 | 2026-08-24T13:13:28.667Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 8743 | 2026-08-24T13:13:28.667Z | test port_map::tests::test_port_map ... ok |
| 8744 | 2026-08-24T13:13:28.667Z | test mcast::tests::test_id_range_boundaries ... ok |
| 8745 | 2026-08-24T13:13:28.667Z | test port_map::tests::dump_map ... ok |
| 8746 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.573 DEBG created new freemap, unit: freemap_test |
| 8747 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.573 DEBG initted freemap. size: 128, unit: freemap_test |
| 8748 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.573 DEBG reset freemap, unit: freemap_test |
| 8749 | 2026-08-24T13:13:28.667Z | test freemap::test_span ... ok |
| 8750 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.573 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8751 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8752 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8753 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8754 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8755 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8756 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8757 | 2026-08-24T13:13:28.667Z | Aug 24 13:13:27.574 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 } }] |
| 8758 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8759 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8760 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8761 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8762 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8763 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8764 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8765 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8766 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8767 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8768 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8769 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8770 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8771 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8772 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8773 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8774 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8775 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8776 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8777 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8778 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8779 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8780 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8781 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8782 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8783 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8784 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8785 | 2026-08-24T13:13:28.668Z | Aug 24 13:13:27.574 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 } }] |
| 8786 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8787 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBG DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8788 | 2026-08-24T13:13:28.669Z | created new freemap, Aug 24 13:13:27.574unit :INFO freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8789 | 2026-08-24T13:13:28.669Z | |
| 8790 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBG 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 } }] |
| 8791 | 2026-08-24T13:13:28.669Z | created new freemap, unit:Aug 24 13:13:27.574 freemap_route_ipv6INFO |
| 8792 | 2026-08-24T13:13:28.669Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8793 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 8794 | 2026-08-24T13:13:28.669Z | : freemap_route_ipv4 |
| 8795 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574 INFO Aug 24 13:13:27.574adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8796 | 2026-08-24T13:13:28.669Z | DEBG reset freemap, unitAug 24 13:13:27.574: DEBGfreemap_route_ipv4 |
| 8797 | 2026-08-24T13:13:28.669Z | 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 } }] |
| 8798 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO initted freemap. size: 64adding route 3fff:beef:f::/64 -> 2001:db8::55:ff, |
| 8799 | 2026-08-24T13:13:28.669Z | unit: freemap_route_ipv6 |
| 8800 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574 DEBG Aug 24 13:13:27.574replacing 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 } }] |
| 8801 | 2026-08-24T13:13:28.669Z | DEBG reset freemap, unit:Aug 24 13:13:27.574 freemap_route_ipv6INFO |
| 8802 | 2026-08-24T13:13:28.669Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8803 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8804 | 2026-08-24T13:13:28.669Z | |
| 8805 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 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:11::/64 -> 2001:db8::55:ff |
| 8806 | 2026-08-24T13:13:28.669Z | |
| 8807 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8808 | 2026-08-24T13:13:28.669Z | |
| 8809 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 8810 | 2026-08-24T13:13:28.669Z | |
| 8811 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 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:1::/64 -> 2001:db8::55:ff |
| 8812 | 2026-08-24T13:13:28.669Z | |
| 8813 | 2026-08-24T13:13:28.669Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 8814 | 2026-08-24T13:13:28.670Z | |
| 8815 | 2026-08-24T13:13:28.670Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8816 | 2026-08-24T13:13:28.670Z | |
| 8817 | 2026-08-24T13:13:28.670Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 8818 | 2026-08-24T13:13:28.670Z | |
| 8819 | 2026-08-24T13:13:28.670Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 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:3::/64 -> 2001:db8::55:ff |
| 8820 | 2026-08-24T13:13:28.670Z | |
| 8821 | 2026-08-24T13:13:28.670Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 8822 | 2026-08-24T13:13:28.670Z | |
| 8823 | 2026-08-24T13:13:28.670Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8824 | 2026-08-24T13:13:28.670Z | |
| 8825 | 2026-08-24T13:13:28.670Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBGINFO 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 } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8826 | 2026-08-24T13:13:28.670Z | |
| 8827 | 2026-08-24T13:13:28.670Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8828 | 2026-08-24T13:13:28.670Z | created new freemap, Aug 24 13:13:27.574unit Aug 24 13:13:27.574: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 } }]INFO |
| 8829 | 2026-08-24T13:13:28.674Z | freemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8830 | 2026-08-24T13:13:28.674Z | |
| 8831 | 2026-08-24T13:13:28.674Z | Aug 24 13:13:27.574 Aug 24 13:13:27.574INFO Aug 24 13:13:27.574DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 8832 | 2026-08-24T13:13:28.674Z | created new freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8833 | 2026-08-24T13:13:28.674Z | unit: freemap_route_ipv6Aug 24 13:13:27.574 |
| 8834 | 2026-08-24T13:13:28.674Z | Aug 24 13:13:27.574DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.574 |
| 8835 | 2026-08-24T13:13:28.674Z | DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8836 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574initted freemap. size: 64 , INFOunit :adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8837 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574freemap_route_ipv4 DEBG |
| 8838 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574replacing 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 } }] |
| 8839 | 2026-08-24T13:13:28.675Z | 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 } }]Aug 24 13:13:27.574 |
| 8840 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 DEBGINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap |
| 8841 | 2026-08-24T13:13:28.675Z | , unitAug 24 13:13:27.574: Aug 24 13:13:27.574 freemap_route_ipv4INFO |
| 8842 | 2026-08-24T13:13:28.675Z | DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8843 | 2026-08-24T13:13:28.675Z | 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 } }] |
| 8844 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574 DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8845 | 2026-08-24T13:13:28.675Z | : freemap_route_ipv6 |
| 8846 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreset freemap |
| 8847 | 2026-08-24T13:13:28.675Z | , unit: freemap_route_ipv6Aug 24 13:13:27.574 |
| 8848 | 2026-08-24T13:13:28.675Z | 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 } }] |
| 8849 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8850 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8851 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.574 |
| 8852 | 2026-08-24T13:13:28.675Z | DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8853 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8854 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8855 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.574 |
| 8856 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 8857 | 2026-08-24T13:13:28.675Z | , unitAug 24 13:13:27.574:Aug 24 13:13:27.574 freemap_route_ipv4INFOINFO |
| 8858 | 2026-08-24T13:13:28.675Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8859 | 2026-08-24T13:13:28.675Z | |
| 8860 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBG 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 } }]created new 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 } }], |
| 8861 | 2026-08-24T13:13:28.675Z | |
| 8862 | 2026-08-24T13:13:28.675Z | unit: freemap_route_ipv6Aug 24 13:13:27.574 |
| 8863 | 2026-08-24T13:13:28.675Z | Aug 24 13:13:27.574 INFOINFOAug 24 13:13:27.574 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8864 | 2026-08-24T13:13:28.676Z | |
| 8865 | 2026-08-24T13:13:28.676Z | DEBG initted freemap. size: 64, unit: Aug 24 13:13:27.574Aug 24 13:13:27.574freemap_route_ipv4 |
| 8866 | 2026-08-24T13:13:28.676Z | 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: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 } }] |
| 8867 | 2026-08-24T13:13:28.676Z | |
| 8868 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 8869 | 2026-08-24T13:13:28.676Z | reset freemap , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit |
| 8870 | 2026-08-24T13:13:28.676Z | :Aug 24 13:13:27.574 freemap_route_ipv4DEBG |
| 8871 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8872 | 2026-08-24T13:13:28.676Z | 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 } }] |
| 8873 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574 INFO initted freemap. size: 64 , DEBGunit :adding route 3fff:beef:3::/64 -> 2001:db8::55:ff created new freemapAug 24 13:13:27.574freemap_route_ipv6 , INFO |
| 8874 | 2026-08-24T13:13:28.676Z | unit :adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8875 | 2026-08-24T13:13:28.676Z | |
| 8876 | 2026-08-24T13:13:28.676Z | freemap_route_ipv4 |
| 8877 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574DEBGDEBG Aug 24 13:13:27.574reset freemapreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBG |
| 8878 | 2026-08-24T13:13:28.676Z | unit : replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8879 | 2026-08-24T13:13:28.676Z | |
| 8880 | 2026-08-24T13:13:28.676Z | DEBGAug 24 13:13:27.574 created new freemapINFOAug 24 13:13:27.574 Aug 24 13:13:27.574 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff, |
| 8881 | 2026-08-24T13:13:28.676Z | unitINFOINFO : adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8882 | 2026-08-24T13:13:28.676Z | freemap_route_ipv6Aug 24 13:13:27.574adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8883 | 2026-08-24T13:13:28.676Z | DEBG |
| 8884 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574replacing 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 } }] |
| 8885 | 2026-08-24T13:13:28.676Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.574 |
| 8886 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574DEBG INFOAug 24 13:13:27.574 initted freemap. size: 64Aug 24 13:13:27.574adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 8887 | 2026-08-24T13:13:28.676Z | INFO, adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 8888 | 2026-08-24T13:13:28.676Z | : Aug 24 13:13:27.574 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 } }]freemap_route_ipv4 |
| 8889 | 2026-08-24T13:13:28.676Z | DEBG |
| 8890 | 2026-08-24T13:13:28.676Z | 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 } }] |
| 8891 | 2026-08-24T13:13:28.676Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGAug 24 13:13:27.574 Aug 24 13:13:27.574DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFOreset freemapadding route 3fff:beef:23::/64 -> 2001:db8::55:ff, |
| 8892 | 2026-08-24T13:13:28.677Z | unit: |
| 8893 | 2026-08-24T13:13:28.677Z | freemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8894 | 2026-08-24T13:13:28.677Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 |
| 8895 | 2026-08-24T13:13:28.677Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8896 | 2026-08-24T13:13:28.677Z | |
| 8897 | 2026-08-24T13:13:28.677Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGDEBGAug 24 13:13:27.574 Aug 24 13:13:27.574 initted freemap. size: 64 , 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 } }] INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8898 | 2026-08-24T13:13:28.677Z | |
| 8899 | 2026-08-24T13:13:28.677Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8900 | 2026-08-24T13:13:28.677Z | unit: freemap_route_ipv6Aug 24 13:13:27.574Aug 24 13:13:27.574 |
| 8901 | 2026-08-24T13:13:28.677Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 8902 | 2026-08-24T13:13:28.677Z | Aug 24 13:13:27.574 |
| 8903 | 2026-08-24T13:13:28.677Z | INFOAug 24 13:13:27.574 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGAug 24 13:13:27.574Aug 24 13:13:27.574 |
| 8904 | 2026-08-24T13:13:28.677Z | 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 } }]reset freemap |
| 8905 | 2026-08-24T13:13:28.677Z | INFOAug 24 13:13:27.574, unit :DEBGAug 24 13:13:27.574 INFOfreemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8906 | 2026-08-24T13:13:28.677Z | adding route 3fff:beef::/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 } }] |
| 8907 | 2026-08-24T13:13:28.677Z | |
| 8908 | 2026-08-24T13:13:28.677Z | |
| 8909 | 2026-08-24T13:13:28.677Z | Aug 24 13:13:27.574Aug 24 13:13:27.574 Aug 24 13:13:27.574Aug 24 13:13:27.574 DEBGINFO DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8910 | 2026-08-24T13:13:28.677Z | 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:7::/64 -> 2001:db8::55:ff |
| 8911 | 2026-08-24T13:13:28.677Z | |
| 8912 | 2026-08-24T13:13:28.677Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.575Aug 24 13:13:27.575 |
| 8913 | 2026-08-24T13:13:28.677Z | INFO INFO Aug 24 13:13:27.575adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 |
| 8914 | 2026-08-24T13:13:28.677Z | 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 8915 | 2026-08-24T13:13:28.677Z | |
| 8916 | 2026-08-24T13:13:28.677Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.575 |
| 8917 | 2026-08-24T13:13:28.677Z | DEBG Aug 24 13:13:27.575replacing 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 } }] |
| 8918 | 2026-08-24T13:13:28.677Z | INFO Aug 24 13:13:27.575Aug 24 13:13:27.575adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8919 | 2026-08-24T13:13:28.677Z | |
| 8920 | 2026-08-24T13:13:28.678Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8921 | 2026-08-24T13:13:28.678Z | DEBG Aug 24 13:13:27.575replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 |
| 8922 | 2026-08-24T13:13:28.678Z | Aug 24 13:13:27.575 DEBG DEBGDEBGAug 24 13:13:27.575replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8923 | 2026-08-24T13:13:28.678Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8924 | 2026-08-24T13:13:28.678Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8925 | 2026-08-24T13:13:28.678Z | 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 } }] |
| 8926 | 2026-08-24T13:13:28.678Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFODEBG Aug 24 13:13:27.575adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8927 | 2026-08-24T13:13:28.678Z | INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8928 | 2026-08-24T13:13:28.678Z | |
| 8929 | 2026-08-24T13:13:28.682Z | INFO Aug 24 13:13:27.575adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 24 13:13:27.575DEBG |
| 8930 | 2026-08-24T13:13:28.682Z | Aug 24 13:13:27.575replacing 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 |
| 8931 | 2026-08-24T13:13:28.682Z | 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 } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8932 | 2026-08-24T13:13:28.682Z | |
| 8933 | 2026-08-24T13:13:28.682Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOAug 24 13:13:27.575 Aug 24 13:13:27.575adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8934 | 2026-08-24T13:13:28.682Z | DEBG 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 } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8935 | 2026-08-24T13:13:28.682Z | |
| 8936 | 2026-08-24T13:13:28.682Z | Aug 24 13:13:27.575 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 |
| 8937 | 2026-08-24T13:13:28.682Z | Aug 24 13:13:27.575replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 |
| 8938 | 2026-08-24T13:13:28.682Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8939 | 2026-08-24T13:13:28.682Z | Aug 24 13:13:27.575adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8940 | 2026-08-24T13:13:28.682Z | INFOAug 24 13:13:27.575 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 |
| 8941 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575 DEBGDEBG adding route 3fff:beef:a::/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 } }] |
| 8942 | 2026-08-24T13:13:28.683Z | |
| 8943 | 2026-08-24T13:13:28.683Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 24 13:13:27.575 |
| 8944 | 2026-08-24T13:13:28.683Z | DEBGAug 24 13:13:27.575 Aug 24 13:13:27.575replacing 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 } }] |
| 8945 | 2026-08-24T13:13:28.683Z | DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 8946 | 2026-08-24T13:13:28.683Z | |
| 8947 | 2026-08-24T13:13:28.683Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8948 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8949 | 2026-08-24T13:13:28.683Z | |
| 8950 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFO Aug 24 13:13:27.575INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8951 | 2026-08-24T13:13:28.683Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8952 | 2026-08-24T13:13:28.683Z | |
| 8953 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBG DEBGDEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8954 | 2026-08-24T13:13:28.683Z | 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: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 } }] |
| 8955 | 2026-08-24T13:13:28.683Z | |
| 8956 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFO INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8957 | 2026-08-24T13:13:28.683Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8958 | 2026-08-24T13:13:28.683Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8959 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBG DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8960 | 2026-08-24T13:13:28.683Z | 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 } }] |
| 8961 | 2026-08-24T13:13:28.683Z | |
| 8962 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 8963 | 2026-08-24T13:13:28.683Z | |
| 8964 | 2026-08-24T13:13:28.683Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8965 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGAug 24 13:13:27.575 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 } }]DEBG |
| 8966 | 2026-08-24T13:13:28.683Z | 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 } }] |
| 8967 | 2026-08-24T13:13:28.683Z | 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 } }] |
| 8968 | 2026-08-24T13:13:28.683Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFO INFOAug 24 13:13:27.575 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8969 | 2026-08-24T13:13:28.684Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 8970 | 2026-08-24T13:13:28.684Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8971 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG 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 } }]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 } }] |
| 8972 | 2026-08-24T13:13:28.684Z | |
| 8973 | 2026-08-24T13:13:28.684Z | 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 } }] |
| 8974 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFOAug 24 13:13:27.575 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 8975 | 2026-08-24T13:13:28.684Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8976 | 2026-08-24T13:13:28.684Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8977 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGDEBGAug 24 13:13:27.575 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: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 } }] |
| 8978 | 2026-08-24T13:13:28.684Z | |
| 8979 | 2026-08-24T13:13:28.684Z | 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 } }] |
| 8980 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOINFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8981 | 2026-08-24T13:13:28.684Z | |
| 8982 | 2026-08-24T13:13:28.684Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8983 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG DEBG 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 } }] |
| 8984 | 2026-08-24T13:13:28.684Z | 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: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 } }] |
| 8985 | 2026-08-24T13:13:28.684Z | |
| 8986 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFO Aug 24 13:13:27.575 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOINFO |
| 8987 | 2026-08-24T13:13:28.684Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8988 | 2026-08-24T13:13:28.684Z | |
| 8989 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBGAug 24 13:13:27.575 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 } }] |
| 8990 | 2026-08-24T13:13:28.684Z | 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:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 |
| 8991 | 2026-08-24T13:13:28.684Z | |
| 8992 | 2026-08-24T13:13:28.684Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 |
| 8993 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 |
| 8994 | 2026-08-24T13:13:28.684Z | |
| 8995 | 2026-08-24T13:13:28.684Z | DEBGAug 24 13:13:27.575 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 |
| 8996 | 2026-08-24T13:13:28.684Z | Aug 24 13:13:27.575replacing 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 } }] |
| 8997 | 2026-08-24T13:13:28.685Z | DEBGAug 24 13:13:27.575 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 |
| 8998 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8999 | 2026-08-24T13:13:28.685Z | INFOAug 24 13:13:27.575 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9000 | 2026-08-24T13:13:28.685Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9001 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575 DEBGAug 24 13:13:27.575Aug 24 13:13:27.575 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 } }]DEBG |
| 9002 | 2026-08-24T13:13:28.685Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575replacing 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 } }] |
| 9003 | 2026-08-24T13:13:28.685Z | |
| 9004 | 2026-08-24T13:13:28.685Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9005 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFO Aug 24 13:13:27.575adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9006 | 2026-08-24T13:13:28.685Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9007 | 2026-08-24T13:13:28.685Z | 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 } }] |
| 9008 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG 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 } }]INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9009 | 2026-08-24T13:13:28.685Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 9010 | 2026-08-24T13:13:28.685Z | |
| 9011 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGINFO INFOadding route 3fff:beef:15::/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 } }] |
| 9012 | 2026-08-24T13:13:28.685Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9013 | 2026-08-24T13:13:28.685Z | |
| 9014 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOAug 24 13:13:27.575 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 9015 | 2026-08-24T13:13:28.685Z | 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 } }] |
| 9016 | 2026-08-24T13:13:28.685Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 |
| 9017 | 2026-08-24T13:13:28.685Z | 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 } }] |
| 9018 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFO Aug 24 13:13:27.575 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9019 | 2026-08-24T13:13:28.685Z | |
| 9020 | 2026-08-24T13:13:28.685Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9021 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575replacing 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 } }] |
| 9022 | 2026-08-24T13:13:28.685Z | DEBG |
| 9023 | 2026-08-24T13:13:28.685Z | 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 } }] |
| 9024 | 2026-08-24T13:13:28.685Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 INFOINFO Aug 24 13:13:27.575adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFO |
| 9025 | 2026-08-24T13:13:28.685Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9026 | 2026-08-24T13:13:28.686Z | |
| 9027 | 2026-08-24T13:13:28.686Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9028 | 2026-08-24T13:13:28.686Z | |
| 9029 | 2026-08-24T13:13:28.690Z | |
| 9030 | 2026-08-24T13:13:28.690Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOINFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9031 | 2026-08-24T13:13:28.690Z | |
| 9032 | 2026-08-24T13:13:28.690Z | |
| 9033 | 2026-08-24T13:13:28.690Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG 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 } }]DEBGDEBG |
| 9034 | 2026-08-24T13:13:28.690Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9035 | 2026-08-24T13:13:28.690Z | |
| 9036 | 2026-08-24T13:13:28.690Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFOAug 24 13:13:27.575 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9037 | 2026-08-24T13:13:28.690Z | INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9038 | 2026-08-24T13:13:28.690Z | |
| 9039 | 2026-08-24T13:13:28.690Z | Aug 24 13:13:27.575 DEBG Aug 24 13:13:27.575replacing 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 } }] |
| 9040 | 2026-08-24T13:13:28.690Z | DEBGAug 24 13:13:27.575 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 } }]DEBG |
| 9041 | 2026-08-24T13:13:28.690Z | Aug 24 13:13:27.575 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 } }] |
| 9042 | 2026-08-24T13:13:28.690Z | INFO Aug 24 13:13:27.575adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9043 | 2026-08-24T13:13:28.690Z | INFO Aug 24 13:13:27.575adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9044 | 2026-08-24T13:13:28.690Z | INFOAug 24 13:13:27.575 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 9045 | 2026-08-24T13:13:28.690Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 |
| 9046 | 2026-08-24T13:13:28.691Z | DEBGAug 24 13:13:27.575 Aug 24 13:13:27.575replacing 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 } }] DEBGINFO |
| 9047 | 2026-08-24T13:13:28.691Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9048 | 2026-08-24T13:13:28.691Z | |
| 9049 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575Aug 24 13:13:27.575INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFODEBG |
| 9050 | 2026-08-24T13:13:28.691Z | adding route 3fff:beef:3b::/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 } }] |
| 9051 | 2026-08-24T13:13:28.691Z | |
| 9052 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575 DEBGINFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 9053 | 2026-08-24T13:13:28.691Z | 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 } }] |
| 9054 | 2026-08-24T13:13:28.691Z | |
| 9055 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBG INFOINFOreplacing 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 } }] |
| 9056 | 2026-08-24T13:13:28.691Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9057 | 2026-08-24T13:13:28.691Z | |
| 9058 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 |
| 9059 | 2026-08-24T13:13:28.691Z | DEBGAug 24 13:13:27.575 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 |
| 9060 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575 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 } }] |
| 9061 | 2026-08-24T13:13:28.691Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.575 |
| 9062 | 2026-08-24T13:13:28.691Z | DEBG Aug 24 13:13:27.575failed to allocate space for the new target list |
| 9063 | 2026-08-24T13:13:28.691Z | INFO Aug 24 13:13:27.575adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 9064 | 2026-08-24T13:13:28.691Z | INFOAug 24 13:13:27.575 Aug 24 13:13:27.575adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9065 | 2026-08-24T13:13:28.691Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9066 | 2026-08-24T13:13:28.691Z | |
| 9067 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575 DEBG Aug 24 13:13:27.575replacing 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 } }] |
| 9068 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.574INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 24 13:13:27.575 |
| 9069 | 2026-08-24T13:13:28.691Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 9070 | 2026-08-24T13:13:28.691Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9071 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBGAug 24 13:13:27.575 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 } }] |
| 9072 | 2026-08-24T13:13:28.691Z | 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 |
| 9073 | 2026-08-24T13:13:28.691Z | 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 } }] |
| 9074 | 2026-08-24T13:13:28.691Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575INFO Aug 24 13:13:27.575adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 9075 | 2026-08-24T13:13:28.692Z | INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9076 | 2026-08-24T13:13:28.692Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 9077 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575 Aug 24 13:13:27.575DEBGAug 24 13:13:27.575 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 |
| 9078 | 2026-08-24T13:13:28.692Z | DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9079 | 2026-08-24T13:13:28.692Z | |
| 9080 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:13:27.575Aug 24 13:13:27.575 |
| 9081 | 2026-08-24T13:13:28.692Z | INFO Aug 24 13:13:27.575adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFODEBG |
| 9082 | 2026-08-24T13:13:28.692Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9083 | 2026-08-24T13:13:28.692Z | |
| 9084 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 INFODEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9085 | 2026-08-24T13:13:28.692Z | 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 } }] |
| 9086 | 2026-08-24T13:13:28.692Z | test route::tests::identity_replace_is_noop ... ok |
| 9087 | 2026-08-24T13:13:28.692Z | |
| 9088 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575 INFOAug 24 13:13:27.575Aug 24 13:13:27.575 DEBG adding route 3fff:beef:b::/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 } }] |
| 9089 | 2026-08-24T13:13:28.692Z | |
| 9090 | 2026-08-24T13:13:28.692Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9091 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 INFOAug 24 13:13:27.575 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9092 | 2026-08-24T13:13:28.692Z | |
| 9093 | 2026-08-24T13:13:28.692Z | 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 } }] |
| 9094 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBGINFO Aug 24 13:13:27.575 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9095 | 2026-08-24T13:13:28.692Z | INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 9096 | 2026-08-24T13:13:28.692Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9097 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575 INFOAug 24 13:13:27.575 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 9098 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575replacing 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 } }] |
| 9099 | 2026-08-24T13:13:28.692Z | DEBG Aug 24 13:13:27.575replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.575DEBG |
| 9100 | 2026-08-24T13:13:28.692Z | 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 } }] |
| 9101 | 2026-08-24T13:13:28.692Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 9102 | 2026-08-24T13:13:28.692Z | Aug 24 13:13:27.575 INFOAug 24 13:13:27.575 Aug 24 13:13:27.575adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFODEBG |
| 9103 | 2026-08-24T13:13:28.693Z | adding route 3fff:beef:22::/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 } }] |
| 9104 | 2026-08-24T13:13:28.693Z | |
| 9105 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.575Aug 24 13:13:27.575Aug 24 13:13:27.575 DEBG DEBG 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 } }] |
| 9106 | 2026-08-24T13:13:28.693Z | 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:e::/64 -> 2001:db8::55:ff |
| 9107 | 2026-08-24T13:13:28.693Z | |
| 9108 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.576 INFOAug 24 13:13:27.576Aug 24 13:13:27.576 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 9109 | 2026-08-24T13:13:28.693Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9110 | 2026-08-24T13:13:28.693Z | 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 } }] |
| 9111 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.576 DEBGAug 24 13:13:27.576 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 |
| 9112 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.575replacing 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 } }] |
| 9113 | 2026-08-24T13:13:28.693Z | DEBGAug 24 13:13:27.576 created new freemapAug 24 13:13:27.576INFOAug 24 13:13:27.576 INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 9114 | 2026-08-24T13:13:28.693Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9115 | 2026-08-24T13:13:28.693Z | |
| 9116 | 2026-08-24T13:13:28.693Z | , unit:Aug 24 13:13:27.576 freemap_route_ipv4DEBGAug 24 13:13:27.576 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 } }] |
| 9117 | 2026-08-24T13:13:28.693Z | DEBG |
| 9118 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.576 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 |
| 9119 | 2026-08-24T13:13:28.693Z | 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 } }] |
| 9120 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.576Aug 24 13:13:27.576Aug 24 13:13:27.576 INFOINFOAug 24 13:13:27.576 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9121 | 2026-08-24T13:13:28.693Z | DEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffcreated new freemap |
| 9122 | 2026-08-24T13:13:28.693Z | , |
| 9123 | 2026-08-24T13:13:28.693Z | unit: Aug 24 13:13:27.576Aug 24 13:13:27.576 Aug 24 13:13:27.576freemap_route_ipv6DEBG |
| 9124 | 2026-08-24T13:13:28.693Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9125 | 2026-08-24T13:13:28.693Z | 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 } }] |
| 9126 | 2026-08-24T13:13:28.693Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBG DEBGinitted freemap. size: 64Aug 24 13:13:27.576 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 } }], INFOunit |
| 9127 | 2026-08-24T13:13:28.693Z | :adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9128 | 2026-08-24T13:13:28.693Z | freemap_route_ipv4INFO |
| 9129 | 2026-08-24T13:13:28.698Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 24 13:13:27.576 |
| 9130 | 2026-08-24T13:13:28.698Z | Aug 24 13:13:27.576Aug 24 13:13:27.576DEBG DEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreset freemap |
| 9131 | 2026-08-24T13:13:28.698Z | , unitAug 24 13:13:27.576: DEBG Aug 24 13:13:27.576replacing 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 } }]freemap_route_ipv4 |
| 9132 | 2026-08-24T13:13:28.698Z | |
| 9133 | 2026-08-24T13:13:28.698Z | INFOAug 24 13:13:27.576 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 9134 | 2026-08-24T13:13:28.698Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 9135 | 2026-08-24T13:13:28.698Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9136 | 2026-08-24T13:13:28.698Z | unitAug 24 13:13:27.576: DEBGAug 24 13:13:27.576 freemap_route_ipv6INFOreplacing 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 } }] |
| 9137 | 2026-08-24T13:13:28.698Z | |
| 9138 | 2026-08-24T13:13:28.698Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9139 | 2026-08-24T13:13:28.698Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.576 |
| 9140 | 2026-08-24T13:13:28.698Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 9141 | 2026-08-24T13:13:28.698Z | reset freemap, unit:Aug 24 13:13:27.576 freemap_route_ipv6INFO |
| 9142 | 2026-08-24T13:13:28.698Z | Aug 24 13:13:27.576adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9143 | 2026-08-24T13:13:28.698Z | DEBGAug 24 13:13:27.576 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 |
| 9144 | 2026-08-24T13:13:28.698Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:13:27.576 |
| 9145 | 2026-08-24T13:13:28.699Z | DEBGAug 24 13:13:27.576 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 |
| 9146 | 2026-08-24T13:13:28.699Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9147 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBGINFO Aug 24 13:13:27.576replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:15::/64 -> 2001:db8::55:ff |
| 9148 | 2026-08-24T13:13:28.699Z | |
| 9149 | 2026-08-24T13:13:28.699Z | 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 } }] |
| 9150 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576 Aug 24 13:13:27.576INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:13:27.576 |
| 9151 | 2026-08-24T13:13:28.699Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 9152 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576replacing 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 } }] |
| 9153 | 2026-08-24T13:13:28.699Z | 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 } }] |
| 9154 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 24 13:13:27.576 |
| 9155 | 2026-08-24T13:13:28.699Z | 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 } }] |
| 9156 | 2026-08-24T13:13:28.699Z | INFO Aug 24 13:13:27.576adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9157 | 2026-08-24T13:13:28.699Z | 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 } }] |
| 9158 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 Aug 24 13:13:27.576INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9159 | 2026-08-24T13:13:28.699Z | |
| 9160 | 2026-08-24T13:13:28.699Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9161 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576 INFOAug 24 13:13:27.576 Aug 24 13:13:27.576 DEBGadding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9162 | 2026-08-24T13:13:28.699Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9163 | 2026-08-24T13:13:28.699Z | |
| 9164 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 INFODEBGAug 24 13:13:27.576 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9165 | 2026-08-24T13:13:28.699Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9166 | 2026-08-24T13:13:28.699Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9167 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576 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 } }]Aug 24 13:13:27.576 |
| 9168 | 2026-08-24T13:13:28.699Z | DEBGAug 24 13:13:27.576 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 |
| 9169 | 2026-08-24T13:13:28.699Z | 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 } }] |
| 9170 | 2026-08-24T13:13:28.699Z | Aug 24 13:13:27.576 INFO Aug 24 13:13:27.576adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9171 | 2026-08-24T13:13:28.699Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 9172 | 2026-08-24T13:13:28.699Z | |
| 9173 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.576 |
| 9174 | 2026-08-24T13:13:28.700Z | |
| 9175 | 2026-08-24T13:13:28.700Z | 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 } }] |
| 9176 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9177 | 2026-08-24T13:13:28.700Z | |
| 9178 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576Aug 24 13:13:27.576Aug 24 13:13:27.576 DEBGINFODEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 9179 | 2026-08-24T13:13:28.700Z | |
| 9180 | 2026-08-24T13:13:28.700Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9181 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576Aug 24 13:13:27.576 Aug 24 13:13:27.576 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9182 | 2026-08-24T13:13:28.700Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:13:27.576 DEBG |
| 9183 | 2026-08-24T13:13:28.700Z | 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 } }] |
| 9184 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9185 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576 DEBGAug 24 13:13:27.576 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 |
| 9186 | 2026-08-24T13:13:28.700Z | 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 } }] |
| 9187 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576 INFO Aug 24 13:13:27.576adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9188 | 2026-08-24T13:13:28.700Z | INFO Aug 24 13:13:27.576adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 24 13:13:27.576 |
| 9189 | 2026-08-24T13:13:28.700Z | DEBGDEBG created new freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9190 | 2026-08-24T13:13:28.700Z | unit:Aug 24 13:13:27.576 freemap_route_ipv4DEBGAug 24 13:13:27.576 |
| 9191 | 2026-08-24T13:13:28.700Z | INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9192 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.576adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9193 | 2026-08-24T13:13:28.700Z | DEBG created new freemap, Aug 24 13:13:27.576unit Aug 24 13:13:27.576INFO: adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv6 |
| 9194 | 2026-08-24T13:13:28.700Z | |
| 9195 | 2026-08-24T13:13:28.700Z | 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 } }] |
| 9196 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.577Aug 24 13:13:27.577Aug 24 13:13:27.580 DEBGAug 24 13:13:27.576 DEBGcreated new freemap created new freemap, unit, :unit :freemap_route_ipv4 |
| 9197 | 2026-08-24T13:13:28.700Z | INFODEBG created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff, |
| 9198 | 2026-08-24T13:13:28.700Z | unit : freemap_route_ipv4 |
| 9199 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.580 DEBG Aug 24 13:13:27.580replacing 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 } }]freemap_route_ipv4 |
| 9200 | 2026-08-24T13:13:28.700Z | Aug 24 13:13:27.580DEBG |
| 9201 | 2026-08-24T13:13:28.701Z | created new freemap , 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 } }]DEBG |
| 9202 | 2026-08-24T13:13:28.701Z | created new freemapAug 24 13:13:27.580Aug 24 13:13:27.576 , DEBGunit : Aug 24 13:13:27.576created new freemapAug 24 13:13:27.580freemap_route_ipv6 DEBGINFO, unit unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff: |
| 9203 | 2026-08-24T13:13:28.701Z | :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 |
| 9204 | 2026-08-24T13:13:28.701Z | |
| 9205 | 2026-08-24T13:13:28.701Z | freemap_route_ipv6Aug 24 13:13:27.580 |
| 9206 | 2026-08-24T13:13:28.701Z | DEBG freemap_route_ipv6 Aug 24 13:13:27.580replacing 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 } }] |
| 9207 | 2026-08-24T13:13:28.701Z | INFOAug 24 13:13:27.580 initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 24 13:13:27.580 |
| 9208 | 2026-08-24T13:13:28.701Z | |
| 9209 | 2026-08-24T13:13:28.701Z | DEBG , DEBGunitAug 24 13:13:27.580Aug 24 13:13:27.580initted freemap. size: 64 , DEBGinitted freemap. size: 64unitINFO :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 } }]: |
| 9210 | 2026-08-24T13:13:28.701Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff , unit: |
| 9211 | 2026-08-24T13:13:28.701Z | freemap_route_ipv4freemap_route_ipv4 Aug 24 13:13:27.580 |
| 9212 | 2026-08-24T13:13:28.701Z | |
| 9213 | 2026-08-24T13:13:28.701Z | INFOfreemap_route_ipv4 |
| 9214 | 2026-08-24T13:13:28.701Z | Aug 24 13:13:27.580adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9215 | 2026-08-24T13:13:28.701Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.580 |
| 9216 | 2026-08-24T13:13:28.701Z | DEBGAug 24 13:13:27.580 reset freemapDEBGAug 24 13:13:27.580Aug 24 13:13:27.580, unitAug 24 13:13:27.580INFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9217 | 2026-08-24T13:13:28.701Z | : adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4reset freemap |
| 9218 | 2026-08-24T13:13:28.701Z | |
| 9219 | 2026-08-24T13:13:28.701Z | Aug 24 13:13:27.580 INFO, adding route 3fff:beef:20::/64 -> 2001:db8::55:ff unitDEBGAug 24 13:13:27.580: |
| 9220 | 2026-08-24T13:13:28.701Z | Aug 24 13:13:27.580 DEBGDEBGreset freemap initted freemap. size: 64 , replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9221 | 2026-08-24T13:13:28.701Z | unit: unitfreemap_route_ipv4Aug 24 13:13:27.580: INFOfreemap_route_ipv6 |
| 9222 | 2026-08-24T13:13:28.701Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 24 13:13:27.580 |
| 9223 | 2026-08-24T13:13:28.701Z | freemap_route_ipv4 |
| 9224 | 2026-08-24T13:13:28.701Z | Aug 24 13:13:27.580 |
| 9225 | 2026-08-24T13:13:28.701Z | DEBG DEBGreset freemapAug 24 13:13:27.580, 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 } }]unit |
| 9226 | 2026-08-24T13:13:28.701Z | :Aug 24 13:13:27.580 freemap_route_ipv6DEBGAug 24 13:13:27.580 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 } }] |
| 9227 | 2026-08-24T13:13:28.701Z | |
| 9228 | 2026-08-24T13:13:28.701Z | DEBG Aug 24 13:13:27.580 INFOinitted freemap. size: 64 initted freemap. size: 64Aug 24 13:13:27.580Aug 24 13:13:27.580adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO |
| 9229 | 2026-08-24T13:13:28.706Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9230 | 2026-08-24T13:13:28.706Z | |
| 9231 | 2026-08-24T13:13:28.706Z | Aug 24 13:13:27.580, unit :, Aug 24 13:13:27.580Aug 24 13:13:27.580DEBG DEBGunitDEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 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 } }] |
| 9232 | 2026-08-24T13:13:28.706Z | |
| 9233 | 2026-08-24T13:13:28.706Z | : |
| 9234 | 2026-08-24T13:13:28.706Z | 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 } }] |
| 9235 | 2026-08-24T13:13:28.706Z | freemap_route_ipv6 |
| 9236 | 2026-08-24T13:13:28.706Z | Aug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580INFO DEBG INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFOAug 24 13:13:27.580adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9237 | 2026-08-24T13:13:28.706Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 reset freemap |
| 9238 | 2026-08-24T13:13:28.706Z | , |
| 9239 | 2026-08-24T13:13:28.706Z | DEBG initted freemap. size: 64unitAug 24 13:13:27.580, Aug 24 13:13:27.580Aug 24 13:13:27.580unit Aug 24 13:13:27.580: DEBG :freemap_route_ipv6DEBG 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 |
| 9240 | 2026-08-24T13:13:28.706Z | 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 } }] |
| 9241 | 2026-08-24T13:13:28.706Z | |
| 9242 | 2026-08-24T13:13:28.706Z | |
| 9243 | 2026-08-24T13:13:28.706Z | DEBG reset freemapDEBGAug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9244 | 2026-08-24T13:13:28.707Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 9245 | 2026-08-24T13:13:28.707Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 9246 | 2026-08-24T13:13:28.707Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.580reset freemap DEBG |
| 9247 | 2026-08-24T13:13:28.707Z | Aug 24 13:13:27.580, unit:, Aug 24 13:13:27.580replacing 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 } }] |
| 9248 | 2026-08-24T13:13:28.707Z | DEBGAug 24 13:13:27.580 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9249 | 2026-08-24T13:13:28.707Z | INFOAug 24 13:13:27.580 unitINFOadding route 3fff:beef:23::/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 } }] |
| 9250 | 2026-08-24T13:13:28.707Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9251 | 2026-08-24T13:13:28.707Z | |
| 9252 | 2026-08-24T13:13:28.707Z | freemap_route_ipv6: |
| 9253 | 2026-08-24T13:13:28.707Z | freemap_route_ipv4Aug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580DEBG |
| 9254 | 2026-08-24T13:13:28.707Z | INFODEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9255 | 2026-08-24T13:13:28.707Z | |
| 9256 | 2026-08-24T13:13:28.707Z | |
| 9257 | 2026-08-24T13:13:28.707Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9258 | 2026-08-24T13:13:28.707Z | Aug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9259 | 2026-08-24T13:13:28.707Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9260 | 2026-08-24T13:13:28.707Z | |
| 9261 | 2026-08-24T13:13:28.707Z | Aug 24 13:13:27.580Aug 24 13:13:27.580 DEBGDEBG Aug 24 13:13:27.580Aug 24 13:13:27.580 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.580DEBG initted freemap. size: 64replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.580 |
| 9262 | 2026-08-24T13:13:28.707Z | , INFODEBG |
| 9263 | 2026-08-24T13:13:28.707Z | unitAug 24 13:13:27.580replacing 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::/64 -> 2001:db8::55:ffINFO: |
| 9264 | 2026-08-24T13:13:28.707Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9265 | 2026-08-24T13:13:28.707Z | |
| 9266 | 2026-08-24T13:13:28.707Z | freemap_route_ipv6 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.580Aug 24 13:13:27.580 |
| 9267 | 2026-08-24T13:13:28.707Z | DEBGAug 24 13:13:27.580 Aug 24 13:13:27.580 INFO DEBGAug 24 13:13:27.580 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9268 | 2026-08-24T13:13:28.707Z | DEBG reset freemap, 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 } }] |
| 9269 | 2026-08-24T13:13:28.707Z | unit |
| 9270 | 2026-08-24T13:13:28.707Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:13:27.580 |
| 9271 | 2026-08-24T13:13:28.707Z | : freemap_route_ipv6Aug 24 13:13:27.580DEBG |
| 9272 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 24 13:13:27.580 |
| 9273 | 2026-08-24T13:13:28.708Z | DEBGINFO Aug 24 13:13:27.580 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOAug 24 13:13:27.580 |
| 9274 | 2026-08-24T13:13:28.708Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9275 | 2026-08-24T13:13:28.708Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 9276 | 2026-08-24T13:13:28.708Z | |
| 9277 | 2026-08-24T13:13:28.708Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9278 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580Aug 24 13:13:27.580 Aug 24 13:13:27.580DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9279 | 2026-08-24T13:13:28.708Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9280 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580 |
| 9281 | 2026-08-24T13:13:28.708Z | INFO Aug 24 13:13:27.580 Aug 24 13:13:27.580INFO Aug 24 13:13:27.580adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9282 | 2026-08-24T13:13:28.708Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9283 | 2026-08-24T13:13:28.708Z | |
| 9284 | 2026-08-24T13:13:28.708Z | |
| 9285 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 9286 | 2026-08-24T13:13:28.708Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9287 | 2026-08-24T13:13:28.708Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.580 |
| 9288 | 2026-08-24T13:13:28.708Z | DEBG Aug 24 13:13:27.580replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 24 13:13:27.580DEBG |
| 9289 | 2026-08-24T13:13:28.708Z | INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 9290 | 2026-08-24T13:13:28.708Z | |
| 9291 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580Aug 24 13:13:27.580 |
| 9292 | 2026-08-24T13:13:28.708Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 9293 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580INFO DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9294 | 2026-08-24T13:13:28.708Z | test route::tests::grow_succeeds ... ok |
| 9295 | 2026-08-24T13:13:28.708Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9296 | 2026-08-24T13:13:28.708Z | |
| 9297 | 2026-08-24T13:13:28.708Z | Aug 24 13:13:27.580Aug 24 13:13:27.580Aug 24 13:13:27.580 INFODEBG DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 24 13:13:27.580replacing 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 } }] |
| 9298 | 2026-08-24T13:13:28.708Z | |
| 9299 | 2026-08-24T13:13:28.708Z | WARNreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.580 Aug 24 13:13:27.580 |
| 9300 | 2026-08-24T13:13:28.708Z | DEBGINFO adding route 3fff:beef:37::/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 } }] |
| 9301 | 2026-08-24T13:13:28.709Z | |
| 9302 | 2026-08-24T13:13:28.709Z | Aug 24 13:13:27.580shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9303 | 2026-08-24T13:13:28.709Z | INFOAug 24 13:13:27.580 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:13:27.580DEBG |
| 9304 | 2026-08-24T13:13:28.709Z | 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 } }] adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 24 13:13:27.581 DEBG |
| 9305 | 2026-08-24T13:13:28.709Z | |
| 9306 | 2026-08-24T13:13:28.709Z | created new freemapAug 24 13:13:27.587, unitAug 24 13:13:27.587DEBG INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9307 | 2026-08-24T13:13:28.709Z | :Aug 24 13:13:27.587Aug 24 13:13:27.587 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 9308 | 2026-08-24T13:13:28.709Z | freemap_route_ipv4 |
| 9309 | 2026-08-24T13:13:28.709Z | |
| 9310 | 2026-08-24T13:13:28.709Z | Aug 24 13:13:27.587replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9311 | 2026-08-24T13:13:28.709Z | Aug 24 13:13:27.587INFOAug 24 13:13:27.587 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 24 13:13:27.587INFO |
| 9312 | 2026-08-24T13:13:28.709Z | DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9313 | 2026-08-24T13:13:28.709Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOcreated new freemap , |
| 9314 | 2026-08-24T13:13:28.709Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 24 13:13:27.587Aug 24 13:13:27.587 DEBG unitINFOreplacing 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 } }]: |
| 9315 | 2026-08-24T13:13:28.709Z | freemap_route_ipv6 |
| 9316 | 2026-08-24T13:13:28.709Z | |
| 9317 | 2026-08-24T13:13:28.709Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9318 | 2026-08-24T13:13:28.709Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 INFODEBGAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG initted freemap. size: 64DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, DEBG |
| 9319 | 2026-08-24T13:13:28.709Z | 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 } }]unit |
| 9320 | 2026-08-24T13:13:28.709Z | : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv4 |
| 9321 | 2026-08-24T13:13:28.709Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 |
| 9322 | 2026-08-24T13:13:28.709Z | 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 DEBG Aug 24 13:13:27.588 |
| 9323 | 2026-08-24T13:13:28.709Z | DEBGDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.588 |
| 9324 | 2026-08-24T13:13:28.709Z | |
| 9325 | 2026-08-24T13:13:28.709Z | reset freemapDEBG, Aug 24 13:13:27.588replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9326 | 2026-08-24T13:13:28.709Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9327 | 2026-08-24T13:13:28.709Z | Aug 24 13:13:27.588:Aug 24 13:13:27.588 |
| 9328 | 2026-08-24T13:13:28.709Z | WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4 |
| 9329 | 2026-08-24T13:13:28.714Z | |
| 9330 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588 INFO DEBGAug 24 13:13:27.588Aug 24 13:13:27.588 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 } }]ERROadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 24 13:13:27.588replacing 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 } }] |
| 9331 | 2026-08-24T13:13:28.714Z | |
| 9332 | 2026-08-24T13:13:28.714Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9333 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG INFOinitted freemap. size: 64 |
| 9334 | 2026-08-24T13:13:28.714Z | , Aug 24 13:13:27.588adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit Aug 24 13:13:27.588 |
| 9335 | 2026-08-24T13:13:28.714Z | : ERROfreemap_route_ipv6 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 9336 | 2026-08-24T13:13:28.714Z | |
| 9337 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 INFO DEBG DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 9338 | 2026-08-24T13:13:28.714Z | |
| 9339 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 9340 | 2026-08-24T13:13:28.714Z | |
| 9341 | 2026-08-24T13:13:28.714Z | reset freemapAug 24 13:13:27.588Aug 24 13:13:27.588 , INFOunit DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff Aug 24 13:13:27.588replacing 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 } }] |
| 9342 | 2026-08-24T13:13:28.714Z | : |
| 9343 | 2026-08-24T13:13:28.714Z | INFOfreemap_route_ipv6 |
| 9344 | 2026-08-24T13:13:28.714Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9345 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBGAug 24 13:13:27.588 Aug 24 13:13:27.588Aug 24 13:13:27.588replacing 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 } }] |
| 9346 | 2026-08-24T13:13:28.714Z | INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO |
| 9347 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588adding route 172.16.0.0/32 -> 10.0.0.1 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 } }] |
| 9348 | 2026-08-24T13:13:28.714Z | |
| 9349 | 2026-08-24T13:13:28.714Z | INFOAug 24 13:13:27.588DEBG Aug 24 13:13:27.588 DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 9350 | 2026-08-24T13:13:28.714Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.588 |
| 9351 | 2026-08-24T13:13:28.714Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9352 | 2026-08-24T13:13:28.714Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 24 13:13:27.588Aug 24 13:13:27.588 |
| 9353 | 2026-08-24T13:13:28.714Z | Aug 24 13:13:27.588 INFODEBG DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 9354 | 2026-08-24T13:13:28.715Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9355 | 2026-08-24T13:13:28.715Z | |
| 9356 | 2026-08-24T13:13:28.715Z | 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 } }] |
| 9357 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588 DEBGAug 24 13:13:27.588 INFODEBGreplacing 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 |
| 9358 | 2026-08-24T13:13:28.715Z | failed to allocate space for the new target list |
| 9359 | 2026-08-24T13:13:28.715Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.588adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9360 | 2026-08-24T13:13:28.715Z | |
| 9361 | 2026-08-24T13:13:28.715Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 24 13:13:27.588 |
| 9362 | 2026-08-24T13:13:28.715Z | DEBG Aug 24 13:13:27.588replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9363 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 9364 | 2026-08-24T13:13:28.715Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9365 | 2026-08-24T13:13:28.715Z | 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 } }] |
| 9366 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588 INFOAug 24 13:13:27.588Aug 24 13:13:27.588 DEBGINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9367 | 2026-08-24T13:13:28.715Z | |
| 9368 | 2026-08-24T13:13:28.715Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9369 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBGINFO 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 |
| 9370 | 2026-08-24T13:13:28.715Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9371 | 2026-08-24T13:13:28.715Z | |
| 9372 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588 INFOAug 24 13:13:27.588 Aug 24 13:13:27.588 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:29::/64 -> 2001:db8::55:ff |
| 9373 | 2026-08-24T13:13:28.715Z | |
| 9374 | 2026-08-24T13:13:28.715Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 24 13:13:27.588Aug 24 13:13:27.588 |
| 9375 | 2026-08-24T13:13:28.715Z | DEBGINFO adding route 3fff:beef:3a::/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 } }] |
| 9376 | 2026-08-24T13:13:28.715Z | |
| 9377 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588 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 } }] |
| 9378 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 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:2a::/64 -> 2001:db8::55:ff |
| 9379 | 2026-08-24T13:13:28.715Z | |
| 9380 | 2026-08-24T13:13:28.715Z | Aug 24 13:13:27.588 INFOAug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.576 INFODEBG DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9381 | 2026-08-24T13:13:28.715Z | |
| 9382 | 2026-08-24T13:13:28.715Z | created new freemap , 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 } }]unit |
| 9383 | 2026-08-24T13:13:28.716Z | :Aug 24 13:13:27.588 freemap_route_ipv4DEBGAug 24 13:13:27.588 |
| 9384 | 2026-08-24T13:13:28.716Z | DEBG Aug 24 13:13:27.588 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9385 | 2026-08-24T13:13:28.716Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9386 | 2026-08-24T13:13:28.716Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9387 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588 |
| 9388 | 2026-08-24T13:13:28.716Z | DEBGAug 24 13:13:27.588 created new freemapAug 24 13:13:27.588, INFOAug 24 13:13:27.588 unitadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 9389 | 2026-08-24T13:13:28.716Z | : adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9390 | 2026-08-24T13:13:28.716Z | freemap_route_ipv6 |
| 9391 | 2026-08-24T13:13:28.716Z | DEBGAug 24 13:13:27.588 Aug 24 13:13:27.588 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 } }]DEBGDEBG Aug 24 13:13:27.588 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 9392 | 2026-08-24T13:13:28.716Z | |
| 9393 | 2026-08-24T13:13:28.716Z | initted freemap. size: 64 |
| 9394 | 2026-08-24T13:13:28.716Z | , unitAug 24 13:13:27.588: Aug 24 13:13:27.588freemap_route_ipv4INFO |
| 9395 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGINFO |
| 9396 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff failed to allocate space for the new target listDEBG |
| 9397 | 2026-08-24T13:13:28.716Z | |
| 9398 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588reset freemap DEBG, unitreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG |
| 9399 | 2026-08-24T13:13:28.716Z | freemap_route_ipv4DEBG |
| 9400 | 2026-08-24T13:13:28.716Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 9401 | 2026-08-24T13:13:28.716Z | |
| 9402 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588 Aug 24 13:13:27.588Aug 24 13:13:27.588 DEBGINFOINFO initted freemap. size: 64 , adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 9403 | 2026-08-24T13:13:28.716Z | unit |
| 9404 | 2026-08-24T13:13:28.716Z | : freemap_route_ipv6 |
| 9405 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 Aug 24 13:13:27.588DEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9406 | 2026-08-24T13:13:28.716Z | 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 } }]reset freemap |
| 9407 | 2026-08-24T13:13:28.716Z | , unit: Aug 24 13:13:27.588freemap_route_ipv6 |
| 9408 | 2026-08-24T13:13:28.716Z | Aug 24 13:13:27.588INFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 24 13:13:27.588 |
| 9409 | 2026-08-24T13:13:28.716Z | |
| 9410 | 2026-08-24T13:13:28.716Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9411 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.588Aug 24 13:13:27.588 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.588replacing 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 } }] |
| 9412 | 2026-08-24T13:13:28.717Z | 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 } }] |
| 9413 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.588 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9414 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.588 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9415 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.588 |
| 9416 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.588 Aug 24 13:13:27.595DEBG INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffcreated new freemapAug 24 13:13:27.588, Aug 24 13:13:27.589unit |
| 9417 | 2026-08-24T13:13:28.717Z | DEBGDEBG: created new freemap created new freemapfreemap_route_ipv4DEBG, |
| 9418 | 2026-08-24T13:13:28.717Z | unit, :Aug 24 13:13:27.595 DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4unitreplacing 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 } }] |
| 9419 | 2026-08-24T13:13:28.717Z | |
| 9420 | 2026-08-24T13:13:28.717Z | : |
| 9421 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.595freemap_route_ipv4 Aug 24 13:13:27.595 |
| 9422 | 2026-08-24T13:13:28.717Z | DEBG INFOcreated new freemap adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 24 13:13:27.595, |
| 9423 | 2026-08-24T13:13:28.717Z | Aug 24 13:13:27.595unit: freemap_route_ipv6 |
| 9424 | 2026-08-24T13:13:28.717Z | DEBG created new freemapINFO, Aug 24 13:13:27.595Aug 24 13:13:27.595adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 24 13:13:27.595 |
| 9425 | 2026-08-24T13:13:28.717Z | DEBG DEBGunit initted freemap. size: 64Aug 24 13:13:27.595, DEBGcreated new freemap , :DEBG unit freemap_route_ipv6replacing 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 } }]: |
| 9426 | 2026-08-24T13:13:28.717Z | |
| 9427 | 2026-08-24T13:13:28.717Z | freemap_route_ipv4unit: |
| 9428 | 2026-08-24T13:13:28.717Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.595Aug 24 13:13:27.595freemap_route_ipv6 |
| 9429 | 2026-08-24T13:13:28.722Z | Aug 24 13:13:27.595 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 9430 | 2026-08-24T13:13:28.722Z | Aug 24 13:13:27.595 |
| 9431 | 2026-08-24T13:13:28.722Z | reset freemap , initted freemap. size: 64unitDEBG: Aug 24 13:13:27.595freemap_route_ipv4Aug 24 13:13:27.595 |
| 9432 | 2026-08-24T13:13:28.722Z | DEBGinitted freemap. size: 64, , INFO unit :Aug 24 13:13:27.595replacing 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:15::/64 -> 2001:db8::55:ff |
| 9433 | 2026-08-24T13:13:28.722Z | |
| 9434 | 2026-08-24T13:13:28.722Z | unitfreemap_route_ipv4 |
| 9435 | 2026-08-24T13:13:28.722Z | DEBG: Aug 24 13:13:27.595 Aug 24 13:13:27.595initted freemap. size: 64 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9436 | 2026-08-24T13:13:28.722Z | freemap_route_ipv4unit Aug 24 13:13:27.595adding route 3fff:beef:32::/64 -> 2001:db8::55:ff: |
| 9437 | 2026-08-24T13:13:28.722Z | |
| 9438 | 2026-08-24T13:13:28.722Z | freemap_route_ipv6DEBG |
| 9439 | 2026-08-24T13:13:28.722Z | reset freemapAug 24 13:13:27.595Aug 24 13:13:27.595 Aug 24 13:13:27.595DEBGAug 24 13:13:27.595 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 } }]DEBGINFO, DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffreset freemap |
| 9440 | 2026-08-24T13:13:28.722Z | reset freemap, |
| 9441 | 2026-08-24T13:13:28.722Z | unit:, unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 9442 | 2026-08-24T13:13:28.722Z | |
| 9443 | 2026-08-24T13:13:28.722Z | Aug 24 13:13:27.595Aug 24 13:13:27.595freemap_route_ipv4 |
| 9444 | 2026-08-24T13:13:28.722Z | Aug 24 13:13:27.595INFOAug 24 13:13:27.595 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9445 | 2026-08-24T13:13:28.722Z | 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 } }]initted freemap. size: 64adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9446 | 2026-08-24T13:13:28.722Z | |
| 9447 | 2026-08-24T13:13:28.722Z | , unit:Aug 24 13:13:27.595 Aug 24 13:13:27.595Aug 24 13:13:27.595 DEBGDEBGfreemap_route_ipv6 |
| 9448 | 2026-08-24T13:13:28.722Z | Aug 24 13:13:27.595replacing 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 INFO |
| 9449 | 2026-08-24T13:13:28.722Z | 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 } }], |
| 9450 | 2026-08-24T13:13:28.722Z | unit:Aug 24 13:13:27.596Aug 24 13:13:27.596 DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFOreset freemap Aug 24 13:13:27.596, adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9451 | 2026-08-24T13:13:28.722Z | INFOunit: |
| 9452 | 2026-08-24T13:13:28.722Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 24 13:13:27.596 |
| 9453 | 2026-08-24T13:13:28.722Z | DEBG Aug 24 13:13:27.596replacing 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 } }] freemap_route_ipv6freemap_route_ipv6 |
| 9454 | 2026-08-24T13:13:28.722Z | DEBG Aug 24 13:13:27.596replacing 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 } }] |
| 9455 | 2026-08-24T13:13:28.723Z | DEBG |
| 9456 | 2026-08-24T13:13:28.723Z | |
| 9457 | 2026-08-24T13:13:28.723Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.596 |
| 9458 | 2026-08-24T13:13:28.723Z | INFOAug 24 13:13:27.596 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 9459 | 2026-08-24T13:13:28.723Z | Aug 24 13:13:27.596 Aug 24 13:13:27.596 DEBG Aug 24 13:13:27.596 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:35::/64 -> 2001:db8::55:ffAug 24 13:13:27.596 |
| 9460 | 2026-08-24T13:13:28.723Z | |
| 9461 | 2026-08-24T13:13:28.723Z | DEBGDEBG reset freemap , replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.596 |
| 9462 | 2026-08-24T13:13:28.723Z | unitDEBGINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 9463 | 2026-08-24T13:13:28.723Z | |
| 9464 | 2026-08-24T13:13:28.723Z | Aug 24 13:13:27.596 freemap_route_ipv6 |
| 9465 | 2026-08-24T13:13:28.723Z | INFO Aug 24 13:13:27.596Aug 24 13:13:27.596adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 9466 | 2026-08-24T13:13:28.723Z | INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9467 | 2026-08-24T13:13:28.723Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.596Aug 24 13:13:27.596 |
| 9468 | 2026-08-24T13:13:28.723Z | INFODEBG Aug 24 13:13:27.596adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9469 | 2026-08-24T13:13:28.723Z | 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 } }]Aug 24 13:13:27.596replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9470 | 2026-08-24T13:13:28.723Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9471 | 2026-08-24T13:13:28.723Z | |
| 9472 | 2026-08-24T13:13:28.723Z | Aug 24 13:13:27.596Aug 24 13:13:27.596 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9473 | 2026-08-24T13:13:28.723Z | Aug 24 13:13:27.596adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFO |
| 9474 | 2026-08-24T13:13:28.723Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 24 13:13:27.596 |
| 9475 | 2026-08-24T13:13:28.723Z | DEBG Aug 24 13:13:27.596replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9476 | 2026-08-24T13:13:28.723Z | INFOAug 24 13:13:27.596 Aug 24 13:13:27.596DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 24 13:13:27.596 |
| 9477 | 2026-08-24T13:13:28.723Z | 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: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 } }] |
| 9478 | 2026-08-24T13:13:28.723Z | INFO |
| 9479 | 2026-08-24T13:13:28.723Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 24 13:13:27.596 |
| 9480 | 2026-08-24T13:13:28.723Z | DEBGAug 24 13:13:27.596 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 9481 | 2026-08-24T13:13:28.723Z | Aug 24 13:13:27.596adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9482 | 2026-08-24T13:13:28.724Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 24 13:13:27.596Aug 24 13:13:27.596 |
| 9483 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596DEBG DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.1 |
| 9484 | 2026-08-24T13:13:28.724Z | 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 } }] |
| 9485 | 2026-08-24T13:13:28.724Z | |
| 9486 | 2026-08-24T13:13:28.724Z | test route::tests::same_size_non_subset_replace ... ok |
| 9487 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596Aug 24 13:13:27.596 Aug 24 13:13:27.596DEBG 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 } }] Aug 24 13:13:27.596Aug 24 13:13:27.596 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 9488 | 2026-08-24T13:13:28.724Z | 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:13:27.596 |
| 9489 | 2026-08-24T13:13:28.724Z | |
| 9490 | 2026-08-24T13:13:28.724Z | |
| 9491 | 2026-08-24T13:13:28.724Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9492 | 2026-08-24T13:13:28.724Z | DEBG Aug 24 13:13:27.596replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.596INFOAug 24 13:13:27.596 adding route 172.16.0.0/32 -> 10.0.0.3Aug 24 13:13:27.596 |
| 9493 | 2026-08-24T13:13:28.724Z | |
| 9494 | 2026-08-24T13:13:28.724Z | INFO DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 24 13:13:27.596 |
| 9495 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 9496 | 2026-08-24T13:13:28.724Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9497 | 2026-08-24T13:13:28.724Z | |
| 9498 | 2026-08-24T13:13:28.724Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:13:27.596 |
| 9499 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596 DEBGAug 24 13:13:27.596 Aug 24 13:13:27.596DEBG Aug 24 13:13:27.596DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9500 | 2026-08-24T13:13:28.724Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9501 | 2026-08-24T13:13:28.724Z | |
| 9502 | 2026-08-24T13:13:28.724Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9503 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 24 13:13:27.596Aug 24 13:13:27.596 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 } }]WARNINFO |
| 9504 | 2026-08-24T13:13:28.724Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9505 | 2026-08-24T13:13:28.724Z | |
| 9506 | 2026-08-24T13:13:28.724Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 24 13:13:27.596 |
| 9507 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596 INFO INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 24 13:13:27.596 |
| 9508 | 2026-08-24T13:13:28.724Z | adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9509 | 2026-08-24T13:13:28.724Z | Aug 24 13:13:27.596 Aug 24 13:13:27.596 INFODEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.596 |
| 9510 | 2026-08-24T13:13:28.725Z | 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 |
| 9511 | 2026-08-24T13:13:28.725Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:13:27.596 |
| 9512 | 2026-08-24T13:13:28.725Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9513 | 2026-08-24T13:13:28.725Z | Aug 24 13:13:27.596adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9514 | 2026-08-24T13:13:28.725Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 24 13:13:27.596Aug 24 13:13:27.596 |
| 9515 | 2026-08-24T13:13:28.725Z | Aug 24 13:13:27.596 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 24 13:13:27.596replacing 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 } }] |
| 9516 | 2026-08-24T13:13:28.725Z | |
| 9517 | 2026-08-24T13:13:28.725Z | 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 } }] |
| 9518 | 2026-08-24T13:13:28.725Z | Aug 24 13:13:27.596Aug 24 13:13:27.596 DEBG Aug 24 13:13:27.597replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.596 DEBG created new freemap |
| 9519 | 2026-08-24T13:13:28.725Z | DEBG, unitcreated new freemap:, Aug 24 13:13:27.603 freemap_route_ipv4INFO |
| 9520 | 2026-08-24T13:13:28.725Z | unitadding route 172.17.0.2/32 -> 10.0.0.255: |
| 9521 | 2026-08-24T13:13:28.725Z | freemap_route_ipv4Aug 24 13:13:27.603Aug 24 13:13:27.603 |
| 9522 | 2026-08-24T13:13:28.725Z | DEBG created new freemap , DEBGAug 24 13:13:27.603 unit 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 } }] |
| 9523 | 2026-08-24T13:13:28.725Z | DEBG: created new freemapfreemap_route_ipv6, |
| 9524 | 2026-08-24T13:13:28.725Z | unit:Aug 24 13:13:27.603 freemap_route_ipv6INFO |
| 9525 | 2026-08-24T13:13:28.725Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9526 | 2026-08-24T13:13:28.725Z | Aug 24 13:13:27.596Aug 24 13:13:27.603 DEBG initted freemap. size: 64INFO, unitINFOAug 24 13:13:27.603 :Aug 24 13:13:27.603 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG |
| 9527 | 2026-08-24T13:13:28.725Z | adding route 172.17.0.1/32 -> 10.0.0.255 freemap_route_ipv4DEBG |
| 9528 | 2026-08-24T13:13:28.725Z | |
| 9529 | 2026-08-24T13:13:28.729Z | initted freemap. size: 64 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 } }], |
| 9530 | 2026-08-24T13:13:28.729Z | unitAug 24 13:13:27.603:Aug 24 13:13:27.603 DEBGAug 24 13:13:27.603freemap_route_ipv4 |
| 9531 | 2026-08-24T13:13:28.730Z | reset freemapINFODEBG, replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.603unit :adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 9532 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603 |
| 9533 | 2026-08-24T13:13:28.730Z | DEBG Aug 24 13:13:27.603freemap_route_ipv4 |
| 9534 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603DEBGreplacing 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 } }] INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9535 | 2026-08-24T13:13:28.730Z | |
| 9536 | 2026-08-24T13:13:28.730Z | adding route 172.17.0.2/32 -> 10.0.0.255reset freemapAug 24 13:13:27.603 |
| 9537 | 2026-08-24T13:13:28.730Z | DEBG, unitAug 24 13:13:27.603 Aug 24 13:13:27.603INFO :INFOAug 24 13:13:27.603 initted freemap. size: 64 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff, adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 9538 | 2026-08-24T13:13:28.730Z | unit: |
| 9539 | 2026-08-24T13:13:28.730Z | freemap_route_ipv6 |
| 9540 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603freemap_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 } }] |
| 9541 | 2026-08-24T13:13:28.730Z | |
| 9542 | 2026-08-24T13:13:28.730Z | DEBG Aug 24 13:13:27.603replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 24 13:13:27.603 |
| 9543 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603 DEBG DEBGreset freemapAug 24 13:13:27.603, 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 } }]: |
| 9544 | 2026-08-24T13:13:28.730Z | DEBGfreemap_route_ipv6 |
| 9545 | 2026-08-24T13:13:28.730Z | initted freemap. size: 64Aug 24 13:13:27.603Aug 24 13:13:27.603 INFO, Aug 24 13:13:27.603INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 9546 | 2026-08-24T13:13:28.730Z | unitINFO adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 9547 | 2026-08-24T13:13:28.730Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9548 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603freemap_route_ipv6 |
| 9549 | 2026-08-24T13:13:28.730Z | DEBGAug 24 13:13:27.603 Aug 24 13:13:27.603DEBG 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 } }]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 } }] |
| 9550 | 2026-08-24T13:13:28.730Z | |
| 9551 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603INFOAug 24 13:13:27.603Aug 24 13:13:27.603 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9552 | 2026-08-24T13:13:28.730Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 24 13:13:27.588 |
| 9553 | 2026-08-24T13:13:28.730Z | failed to allocate space for the new target list |
| 9554 | 2026-08-24T13:13:28.730Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9555 | 2026-08-24T13:13:28.730Z | Aug 24 13:13:27.603Aug 24 13:13:27.603 DEBG INFODEBG DEBGadding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapAug 24 13:13:27.603 |
| 9556 | 2026-08-24T13:13:28.730Z | |
| 9557 | 2026-08-24T13:13:28.730Z | , Aug 24 13:13:27.603created new freemapDEBGunitAug 24 13:13:27.603: INFO 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 } }], DEBGAug 24 13:13:27.603 adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9558 | 2026-08-24T13:13:28.731Z | |
| 9559 | 2026-08-24T13:13:28.731Z | |
| 9560 | 2026-08-24T13:13:28.731Z | |
| 9561 | 2026-08-24T13:13:28.731Z | 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 } }]unitAug 24 13:13:27.603Aug 24 13:13:27.603 : |
| 9562 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603DEBG Aug 24 13:13:27.603DEBG freemap_route_ipv4 Aug 24 13:13:27.603replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9563 | 2026-08-24T13:13:28.731Z | INFO |
| 9564 | 2026-08-24T13:13:28.731Z | INFOfailed to allocate space for the new target list |
| 9565 | 2026-08-24T13:13:28.731Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9566 | 2026-08-24T13:13:28.731Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO Aug 24 13:13:27.603 |
| 9567 | 2026-08-24T13:13:28.731Z | adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 9568 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 9569 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9570 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603 DEBGAug 24 13:13:27.603 |
| 9571 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603 Aug 24 13:13:27.603 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9572 | 2026-08-24T13:13:28.731Z | DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9573 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603 |
| 9574 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603DEBG 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9575 | 2026-08-24T13:13:28.731Z | DEBGAug 24 13:13:27.603 |
| 9576 | 2026-08-24T13:13:28.731Z | DEBG Aug 24 13:13:27.603replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.603INFO |
| 9577 | 2026-08-24T13:13:28.731Z | adding route 172.17.0.5/32 -> 10.0.0.255created new freemapDEBG, unit: |
| 9578 | 2026-08-24T13:13:28.731Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9579 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603freemap_route_ipv6 INFO |
| 9580 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:13:27.603 |
| 9581 | 2026-08-24T13:13:28.731Z | DEBGDEBGAug 24 13:13:27.603 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.603DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 9582 | 2026-08-24T13:13:28.731Z | initted freemap. size: 64, DEBGunit |
| 9583 | 2026-08-24T13:13:28.731Z | :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 } }] |
| 9584 | 2026-08-24T13:13:28.731Z | freemap_route_ipv4 |
| 9585 | 2026-08-24T13:13:28.731Z | Aug 24 13:13:27.603 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9586 | 2026-08-24T13:13:28.732Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9587 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.603 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 } }] |
| 9588 | 2026-08-24T13:13:28.732Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 9589 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.604Aug 24 13:13:27.604 DEBGINFO reset freemapadding route 172.17.0.7/32 -> 10.0.0.255, |
| 9590 | 2026-08-24T13:13:28.732Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9591 | 2026-08-24T13:13:28.732Z | unit: freemap_route_ipv4 |
| 9592 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.588Aug 24 13:13:27.604 Aug 24 13:13:27.604 Aug 24 13:13:27.604 DEBGINFO DEBGcreated new freemap 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 } }]unitinitted freemap. size: 64 |
| 9593 | 2026-08-24T13:13:28.732Z | , :adding route 172.17.0.11/32 -> 10.0.0.255unit |
| 9594 | 2026-08-24T13:13:28.732Z | freemap_route_ipv4: |
| 9595 | 2026-08-24T13:13:28.732Z | freemap_route_ipv6Aug 24 13:13:27.604Aug 24 13:13:27.604 |
| 9596 | 2026-08-24T13:13:28.732Z | DEBGINFO Aug 24 13:13:27.604replacing 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 } }] |
| 9597 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.604 DEBG adding route 172.17.0.8/32 -> 10.0.0.255 Aug 24 13:13:27.604created new freemap DEBGINFO, |
| 9598 | 2026-08-24T13:13:28.732Z | unitadding route 172.17.0.12/32 -> 10.0.0.255: reset freemap |
| 9599 | 2026-08-24T13:13:28.732Z | , freemap_route_ipv6unit |
| 9600 | 2026-08-24T13:13:28.732Z | :Aug 24 13:13:27.604 Aug 24 13:13:27.604 freemap_route_ipv6DEBG 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 } }] |
| 9601 | 2026-08-24T13:13:28.732Z | |
| 9602 | 2026-08-24T13:13:28.732Z | DEBG Aug 24 13:13:27.604replacing 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 } }] |
| 9603 | 2026-08-24T13:13:28.732Z | DEBGAug 24 13:13:27.604 initted freemap. size: 64 , INFOunitAug 24 13:13:27.604Aug 24 13:13:27.604 : adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv4 INFO |
| 9604 | 2026-08-24T13:13:28.732Z | |
| 9605 | 2026-08-24T13:13:28.732Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9606 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.604Aug 24 13:13:27.604 |
| 9607 | 2026-08-24T13:13:28.732Z | DEBG DEBG reset freemapreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 24 13:13:27.604unit |
| 9608 | 2026-08-24T13:13:28.732Z | :DEBGAug 24 13:13:27.604 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBGfreemap_route_ipv4 |
| 9609 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.604 INFOAug 24 13:13:27.604 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 9610 | 2026-08-24T13:13:28.732Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9611 | 2026-08-24T13:13:28.732Z | DEBG |
| 9612 | 2026-08-24T13:13:28.732Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.604 |
| 9613 | 2026-08-24T13:13:28.732Z | Aug 24 13:13:27.604DEBGAug 24 13:13:27.604 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 } }] |
| 9614 | 2026-08-24T13:13:28.732Z | DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9615 | 2026-08-24T13:13:28.733Z | Aug 24 13:13:27.604initted freemap. size: 64Aug 24 13:13:27.604, unitINFO:Aug 24 13:13:27.604 INFOfreemap_route_ipv6INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9616 | 2026-08-24T13:13:28.733Z | |
| 9617 | 2026-08-24T13:13:28.733Z | |
| 9618 | 2026-08-24T13:13:28.733Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 24 13:13:27.604 Aug 24 13:13:27.604DEBG DEBGAug 24 13:13:27.604 |
| 9619 | 2026-08-24T13:13:28.733Z | 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 } }]reset freemap |
| 9620 | 2026-08-24T13:13:28.733Z | , unitDEBG:Aug 24 13:13:27.604Aug 24 13:13:27.604 DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9621 | 2026-08-24T13:13:28.733Z | |
| 9622 | 2026-08-24T13:13:28.733Z | freemap_route_ipv6 |
| 9623 | 2026-08-24T13:13:28.733Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9624 | 2026-08-24T13:13:28.733Z | Aug 24 13:13:27.604 Aug 24 13:13:27.604INFO Aug 24 13:13:27.604INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 9625 | 2026-08-24T13:13:28.733Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.604 |
| 9626 | 2026-08-24T13:13:28.733Z | |
| 9627 | 2026-08-24T13:13:28.733Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9628 | 2026-08-24T13:13:28.733Z | Aug 24 13:13:27.604 Aug 24 13:13:27.604 Aug 24 13:13:27.604INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9629 | 2026-08-24T13:13:28.737Z | DEBG |
| 9630 | 2026-08-24T13:13:28.737Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.604 |
| 9631 | 2026-08-24T13:13:28.737Z | DEBGAug 24 13:13:27.604 Aug 24 13:13:27.604 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9632 | 2026-08-24T13:13:28.737Z | 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 } }] |
| 9633 | 2026-08-24T13:13:28.737Z | |
| 9634 | 2026-08-24T13:13:28.737Z | Aug 24 13:13:27.604 DEBGAug 24 13:13:27.604 Aug 24 13:13:27.604DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.604INFO |
| 9635 | 2026-08-24T13:13:28.737Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 } }] |
| 9636 | 2026-08-24T13:13:28.737Z | Aug 24 13:13:27.604Aug 24 13:13:27.604Aug 24 13:13:27.611 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 created new freemap, unit |
| 9637 | 2026-08-24T13:13:28.737Z | : |
| 9638 | 2026-08-24T13:13:28.738Z | freemap_route_ipv4 |
| 9639 | 2026-08-24T13:13:28.738Z | Aug 24 13:13:27.604 Aug 24 13:13:27.611replacing 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 } }] |
| 9640 | 2026-08-24T13:13:28.738Z | Aug 24 13:13:27.611DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 24 13:13:27.611DEBG |
| 9641 | 2026-08-24T13:13:28.738Z | DEBG created new freemapDEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9642 | 2026-08-24T13:13:28.738Z | Aug 24 13:13:27.611created new freemapAug 24 13:13:27.611, , unitINFO:Aug 24 13:13:27.611unit :freemap_route_ipv6INFO |
| 9643 | 2026-08-24T13:13:28.738Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9644 | 2026-08-24T13:13:28.738Z | |
| 9645 | 2026-08-24T13:13:28.738Z | freemap_route_ipv4 Aug 24 13:13:27.611 |
| 9646 | 2026-08-24T13:13:28.738Z | INFO Aug 24 13:13:27.611Aug 24 13:13:27.611 DEBG DEBGAug 24 13:13:27.611DEBGinitted freemap. size: 64 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 } }] , |
| 9647 | 2026-08-24T13:13:28.738Z | DEBG adding route 172.17.0.10/32 -> 10.0.0.255unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 9648 | 2026-08-24T13:13:28.738Z | created new freemapfreemap_route_ipv4, |
| 9649 | 2026-08-24T13:13:28.738Z | unit: Aug 24 13:13:27.611freemap_route_ipv6 Aug 24 13:13:27.611 |
| 9650 | 2026-08-24T13:13:28.738Z | |
| 9651 | 2026-08-24T13:13:28.738Z | Aug 24 13:13:27.611INFO DEBGAug 24 13:13:27.611adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9652 | 2026-08-24T13:13:28.738Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], |
| 9653 | 2026-08-24T13:13:28.738Z | unitAug 24 13:13:27.611DEBG:Aug 24 13:13:27.611 freemap_route_ipv4initted freemap. size: 64Aug 24 13:13:27.611, |
| 9654 | 2026-08-24T13:13:28.738Z | WARN DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) unitAug 24 13:13:27.611 |
| 9655 | 2026-08-24T13:13:28.738Z | :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 } }] |
| 9656 | 2026-08-24T13:13:28.738Z | initted freemap. size: 64freemap_route_ipv4DEBG, |
| 9657 | 2026-08-24T13:13:28.738Z | 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 } }]freemap_route_ipv6 |
| 9658 | 2026-08-24T13:13:28.738Z | |
| 9659 | 2026-08-24T13:13:28.738Z | Aug 24 13:13:27.611Aug 24 13:13:27.611 DEBG reset freemapINFO, unitadding route 172.17.0.11/32 -> 10.0.0.255Aug 24 13:13:27.611Aug 24 13:13:27.611 |
| 9660 | 2026-08-24T13:13:28.738Z | :INFO adding route 172.17.0.21/32 -> 10.0.0.255freemap_route_ipv4 |
| 9661 | 2026-08-24T13:13:28.738Z | DEBG |
| 9662 | 2026-08-24T13:13:28.738Z | reset freemapAug 24 13:13:27.611, Aug 24 13:13:27.611unit DEBGDEBG: initted freemap. size: 64replacing 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 } }]freemap_route_ipv6 |
| 9663 | 2026-08-24T13:13:28.738Z | |
| 9664 | 2026-08-24T13:13:28.738Z | Aug 24 13:13:27.611 , DEBGunit :Aug 24 13:13:27.611 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 } }] |
| 9665 | 2026-08-24T13:13:28.739Z | freemap_route_ipv6INFO |
| 9666 | 2026-08-24T13:13:28.739Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 24 13:13:27.611 |
| 9667 | 2026-08-24T13:13:28.739Z | Aug 24 13:13:27.611INFO INFOAug 24 13:13:27.611 adding route 172.17.0.12/32 -> 10.0.0.255DEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap |
| 9668 | 2026-08-24T13:13:28.739Z | , |
| 9669 | 2026-08-24T13:13:28.739Z | Aug 24 13:13:27.611unit :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 } }]freemap_route_ipv6Aug 24 13:13:27.611 |
| 9670 | 2026-08-24T13:13:28.739Z | |
| 9671 | 2026-08-24T13:13:28.739Z | DEBG Aug 24 13:13:27.611replacing 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 } }] |
| 9672 | 2026-08-24T13:13:28.739Z | DEBGAug 24 13:13:27.611 INFOAug 24 13:13:27.611replacing 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.16.0.0/32 -> 10.0.0.2INFO |
| 9673 | 2026-08-24T13:13:28.739Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 24 13:13:27.611 |
| 9674 | 2026-08-24T13:13:28.739Z | INFOAug 24 13:13:27.611 |
| 9675 | 2026-08-24T13:13:28.739Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:13:27.611 |
| 9676 | 2026-08-24T13:13:28.739Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9677 | 2026-08-24T13:13:28.739Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 24 13:13:27.611 |
| 9678 | 2026-08-24T13:13:28.739Z | Aug 24 13:13:27.611 Aug 24 13:13:27.611DEBG INFOAug 24 13:13:27.611 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 |
| 9679 | 2026-08-24T13:13:28.739Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9680 | 2026-08-24T13:13:28.739Z | |
| 9681 | 2026-08-24T13:13:28.739Z | INFOAug 24 13:13:27.611 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 24 13:13:27.611 |
| 9682 | 2026-08-24T13:13:28.739Z | Aug 24 13:13:27.611replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9683 | 2026-08-24T13:13:28.739Z | INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9684 | 2026-08-24T13:13:28.739Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 24 13:13:27.611Aug 24 13:13:27.611 |
| 9685 | 2026-08-24T13:13:28.739Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 9686 | 2026-08-24T13:13:28.739Z | |
| 9687 | 2026-08-24T13:13:28.739Z | Aug 24 13:13:27.611Aug 24 13:13:27.611 DEBGAug 24 13:13:27.611Aug 24 13:13:27.611 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 } }] DEBGINFO |
| 9688 | 2026-08-24T13:13:28.739Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9689 | 2026-08-24T13:13:28.739Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9690 | 2026-08-24T13:13:28.739Z | |
| 9691 | 2026-08-24T13:13:28.739Z | Aug 24 13:13:27.611Aug 24 13:13:27.611Aug 24 13:13:27.611 INFODEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9692 | 2026-08-24T13:13:28.739Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.25/32 -> 10.0.0.255 |
| 9693 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611 |
| 9694 | 2026-08-24T13:13:28.740Z | |
| 9695 | 2026-08-24T13:13:28.740Z | DEBGAug 24 13:13:27.611 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 } }] Aug 24 13:13:27.611 |
| 9696 | 2026-08-24T13:13:28.740Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 9697 | 2026-08-24T13:13:28.740Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.611Aug 24 13:13:27.611 |
| 9698 | 2026-08-24T13:13:28.740Z | INFOINFOAug 24 13:13:27.611 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9699 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9700 | 2026-08-24T13:13:28.740Z | INFO |
| 9701 | 2026-08-24T13:13:28.740Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:13:27.611 |
| 9702 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.611 |
| 9703 | 2026-08-24T13:13:28.740Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 9704 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611replacing 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 } }] |
| 9705 | 2026-08-24T13:13:28.740Z | DEBG Aug 24 13:13:27.611replacing 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 } }] |
| 9706 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 24 13:13:27.611adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9707 | 2026-08-24T13:13:28.740Z | |
| 9708 | 2026-08-24T13:13:28.740Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9709 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611 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 } }] |
| 9710 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611 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 } }] |
| 9711 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 24 13:13:27.611 |
| 9712 | 2026-08-24T13:13:28.740Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 24 13:13:27.611 |
| 9713 | 2026-08-24T13:13:28.740Z | DEBGAug 24 13:13:27.611 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 |
| 9714 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611replacing 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 } }] |
| 9715 | 2026-08-24T13:13:28.740Z | DEBG Aug 24 13:13:27.611replacing 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 } }] |
| 9716 | 2026-08-24T13:13:28.740Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9717 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.604Aug 24 13:13:27.611Aug 24 13:13:27.611 Aug 24 13:13:27.611 INFOINFOINFODEBG adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9718 | 2026-08-24T13:13:28.740Z | |
| 9719 | 2026-08-24T13:13:28.740Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9720 | 2026-08-24T13:13:28.740Z | |
| 9721 | 2026-08-24T13:13:28.740Z | Aug 24 13:13:27.611 Aug 24 13:13:27.611DEBG Aug 24 13:13:27.611DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 9722 | 2026-08-24T13:13:28.741Z | |
| 9723 | 2026-08-24T13:13:28.741Z | 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 } }] |
| 9724 | 2026-08-24T13:13:28.741Z | Aug 24 13:13:27.611Aug 24 13:13:27.611Aug 24 13:13:27.611 Aug 24 13:13:27.611INFO INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 9725 | 2026-08-24T13:13:28.741Z | adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9726 | 2026-08-24T13:13:28.741Z | |
| 9727 | 2026-08-24T13:13:28.741Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9728 | 2026-08-24T13:13:28.741Z | Aug 24 13:13:27.611 Aug 24 13:13:27.611Aug 24 13:13:27.611DEBG DEBG DEBGAug 24 13:13:27.611replacing 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.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 } }] |
| 9729 | 2026-08-24T13:13:28.745Z | |
| 9730 | 2026-08-24T13:13:28.745Z | 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 } }] |
| 9731 | 2026-08-24T13:13:28.745Z | 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 } }] |
| 9732 | 2026-08-24T13:13:28.745Z | Aug 24 13:13:27.611 Aug 24 13:13:27.611INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9733 | 2026-08-24T13:13:28.745Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 24 13:13:27.611 |
| 9734 | 2026-08-24T13:13:28.745Z | Aug 24 13:13:27.611INFO Aug 24 13:13:27.611adding route 172.17.0.20/32 -> 10.0.0.255INFO Aug 24 13:13:27.611 |
| 9735 | 2026-08-24T13:13:28.745Z | 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 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 } }] |
| 9736 | 2026-08-24T13:13:28.745Z | |
| 9737 | 2026-08-24T13:13:28.745Z | Aug 24 13:13:27.611adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9738 | 2026-08-24T13:13:28.745Z | DEBGAug 24 13:13:27.611Aug 24 13:13:27.611 INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9739 | 2026-08-24T13:13:28.745Z | Aug 24 13:13:27.612Aug 24 13:13:27.619 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255created new freemap |
| 9740 | 2026-08-24T13:13:28.745Z | , unit : adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv4 |
| 9741 | 2026-08-24T13:13:28.745Z | |
| 9742 | 2026-08-24T13:13:28.745Z | INFOAug 24 13:13:27.619 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 9743 | 2026-08-24T13:13:28.745Z | Aug 24 13:13:27.619 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.619DEBG |
| 9744 | 2026-08-24T13:13:28.745Z | Aug 24 13:13:27.619created new freemap , DEBGAug 24 13:13:27.619unit :INFODEBG freemap_route_ipv6 |
| 9745 | 2026-08-24T13:13:28.746Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9746 | 2026-08-24T13:13:28.746Z | |
| 9747 | 2026-08-24T13:13:28.746Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9748 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619Aug 24 13:13:27.619 INFOcreated new freemap Aug 24 13:13:27.619Aug 24 13:13:27.619, adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBG |
| 9749 | 2026-08-24T13:13:28.746Z | 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 } }]DEBGINFO |
| 9750 | 2026-08-24T13:13:28.746Z | unit :replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 freemap_route_ipv4 |
| 9751 | 2026-08-24T13:13:28.746Z | |
| 9752 | 2026-08-24T13:13:28.746Z | |
| 9753 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619 DEBGAug 24 13:13:27.619 Aug 24 13:13:27.619 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 24 13:13:27.619 |
| 9754 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619Aug 24 13:13:27.619 DEBG DEBGINFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255Aug 24 13:13:27.619, initted freemap. size: 64 unitINFO:INFO |
| 9755 | 2026-08-24T13:13:28.746Z | , adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255freemap_route_ipv6 |
| 9756 | 2026-08-24T13:13:28.746Z | unit |
| 9757 | 2026-08-24T13:13:28.746Z | : |
| 9758 | 2026-08-24T13:13:28.746Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 9759 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619Aug 24 13:13:27.619Aug 24 13:13:27.619 |
| 9760 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619Aug 24 13:13:27.619 DEBG DEBG 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 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 } }] |
| 9761 | 2026-08-24T13:13:28.746Z | |
| 9762 | 2026-08-24T13:13:28.746Z | initted freemap. size: 64 , unitAug 24 13:13:27.619DEBG reset freemap INFOAug 24 13:13:27.619: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 } }] |
| 9763 | 2026-08-24T13:13:28.746Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9764 | 2026-08-24T13:13:28.746Z | , freemap_route_ipv4 Aug 24 13:13:27.619 |
| 9765 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619 INFOAug 24 13:13:27.619 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9766 | 2026-08-24T13:13:28.746Z | INFODEBG Aug 24 13:13:27.619INFO Aug 24 13:13:27.619replacing 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 } }]DEBGadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9767 | 2026-08-24T13:13:28.746Z | |
| 9768 | 2026-08-24T13:13:28.746Z | reset freemap DEBG, unit : |
| 9769 | 2026-08-24T13:13:28.746Z | Aug 24 13:13:27.619freemap_route_ipv4Aug 24 13:13:27.619 |
| 9770 | 2026-08-24T13:13:28.746Z | 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 } }] 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 |
| 9771 | 2026-08-24T13:13:28.747Z | |
| 9772 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 9773 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619Aug 24 13:13:27.619, INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255unit |
| 9774 | 2026-08-24T13:13:28.747Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 24 13:13:27.619 |
| 9775 | 2026-08-24T13:13:28.747Z | :DEBG Aug 24 13:13:27.619replacing 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 } }] |
| 9776 | 2026-08-24T13:13:28.747Z | DEBGAug 24 13:13:27.619Aug 24 13:13:27.619 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 } }]DEBG |
| 9777 | 2026-08-24T13:13:28.747Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.619 |
| 9778 | 2026-08-24T13:13:28.747Z | 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 } }] INFO |
| 9779 | 2026-08-24T13:13:28.747Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 24 13:13:27.619 |
| 9780 | 2026-08-24T13:13:28.747Z | freemap_route_ipv6INFOAug 24 13:13:27.619 |
| 9781 | 2026-08-24T13:13:28.747Z | adding route 172.17.0.34/32 -> 10.0.0.255INFOAug 24 13:13:27.619 adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9782 | 2026-08-24T13:13:28.747Z | |
| 9783 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619DEBG Aug 24 13:13:27.619 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 9784 | 2026-08-24T13:13:28.747Z | , |
| 9785 | 2026-08-24T13:13:28.747Z | unit:Aug 24 13:13:27.619 freemap_route_ipv6DEBG |
| 9786 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619 Aug 24 13:13:27.619 DEBGreplacing 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 } }] |
| 9787 | 2026-08-24T13:13:28.747Z | 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 } }]Aug 24 13:13:27.619 |
| 9788 | 2026-08-24T13:13:28.747Z | DEBGINFOAug 24 13:13:27.619 Aug 24 13:13:27.619adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9789 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619INFOreplacing 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 } }] INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255Aug 24 13:13:27.619 |
| 9790 | 2026-08-24T13:13:28.747Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9791 | 2026-08-24T13:13:28.747Z | |
| 9792 | 2026-08-24T13:13:28.747Z | DEBG |
| 9793 | 2026-08-24T13:13:28.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 } }]Aug 24 13:13:27.619 |
| 9794 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619DEBG DEBGAug 24 13:13:27.619 Aug 24 13:13:27.619replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9795 | 2026-08-24T13:13:28.747Z | |
| 9796 | 2026-08-24T13:13:28.747Z | INFOAug 24 13:13:27.619 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9797 | 2026-08-24T13:13:28.747Z | Aug 24 13:13:27.619 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 } }]INFO |
| 9798 | 2026-08-24T13:13:28.747Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 24 13:13:27.619 |
| 9799 | 2026-08-24T13:13:28.748Z | adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 9800 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.619 Aug 24 13:13:27.619adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:13:27.619 |
| 9801 | 2026-08-24T13:13:28.748Z | INFODEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff: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 } }] |
| 9802 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.619 |
| 9803 | 2026-08-24T13:13:28.748Z | 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 } }] |
| 9804 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.619Aug 24 13:13:27.627 Aug 24 13:13:27.627Aug 24 13:13:27.627INFO INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 9805 | 2026-08-24T13:13:28.748Z | |
| 9806 | 2026-08-24T13:13:28.748Z | adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9807 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627 |
| 9808 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627 DEBG DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9809 | 2026-08-24T13:13:28.748Z | 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 } }] |
| 9810 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627Aug 24 13:13:27.627Aug 24 13:13:27.627 INFOINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9811 | 2026-08-24T13:13:28.748Z | |
| 9812 | 2026-08-24T13:13:28.748Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 24 13:13:27.627 |
| 9813 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627DEBG 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 } }] |
| 9814 | 2026-08-24T13:13:28.748Z | 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 } }] |
| 9815 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627Aug 24 13:13:27.627 DEBGINFOAug 24 13:13:27.627 adding route 172.17.0.31/32 -> 10.0.0.255 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 } }]Aug 24 13:13:27.627 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 |
| 9816 | 2026-08-24T13:13:28.748Z | |
| 9817 | 2026-08-24T13:13:28.748Z | |
| 9818 | 2026-08-24T13:13:28.748Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9819 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627 Aug 24 13:13:27.627INFO Aug 24 13:13:27.627DEBG DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 9820 | 2026-08-24T13:13:28.748Z | unitreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 9821 | 2026-08-24T13:13:28.748Z | |
| 9822 | 2026-08-24T13:13:28.748Z | freemap_route_ipv4 |
| 9823 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627 INFOAug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627 INFOAug 24 13:13:27.627 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 9824 | 2026-08-24T13:13:28.748Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 DEBGadding route 172.17.0.32/32 -> 10.0.0.255initted freemap. size: 64 |
| 9825 | 2026-08-24T13:13:28.748Z | Aug 24 13:13:27.627, 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.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 } }] |
| 9826 | 2026-08-24T13:13:28.748Z | |
| 9827 | 2026-08-24T13:13:28.749Z | Aug 24 13:13:27.627 |
| 9828 | 2026-08-24T13:13:28.749Z | unit: DEBGfreemap_route_ipv6 Aug 24 13:13:27.627replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.627INFOAug 24 13:13:27.627 INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9829 | 2026-08-24T13:13:28.753Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9830 | 2026-08-24T13:13:28.753Z | |
| 9831 | 2026-08-24T13:13:28.753Z | |
| 9832 | 2026-08-24T13:13:28.753Z | 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 } }] |
| 9833 | 2026-08-24T13:13:28.753Z | Aug 24 13:13:27.627Aug 24 13:13:27.627Aug 24 13:13:27.627 DEBGDEBG 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 } }] |
| 9834 | 2026-08-24T13:13:28.753Z | Aug 24 13:13:27.627adding route 172.17.0.33/32 -> 10.0.0.255 Aug 24 13:13:27.627 |
| 9835 | 2026-08-24T13:13:28.753Z | 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 |
| 9836 | 2026-08-24T13:13:28.753Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 24 13:13:27.627 |
| 9837 | 2026-08-24T13:13:28.753Z | DEBGINFOAug 24 13:13:27.627 reset freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 9838 | 2026-08-24T13:13:28.753Z | Aug 24 13:13:27.627 unit Aug 24 13:13:27.627DEBGAug 24 13:13:27.627DEBG INFODEBG adding route 172.17.0.4/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 } }]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 } }] |
| 9839 | 2026-08-24T13:13:28.753Z | |
| 9840 | 2026-08-24T13:13:28.753Z | 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 } }] |
| 9841 | 2026-08-24T13:13:28.753Z | |
| 9842 | 2026-08-24T13:13:28.753Z | :Aug 24 13:13:27.627Aug 24 13:13:27.627 INFODEBG Aug 24 13:13:27.627 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 9843 | 2026-08-24T13:13:28.753Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:13:27.627 |
| 9844 | 2026-08-24T13:13:28.753Z | INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6 |
| 9845 | 2026-08-24T13:13:28.753Z | Aug 24 13:13:27.627 |
| 9846 | 2026-08-24T13:13:28.753Z | Aug 24 13:13:27.627 DEBGDEBG |
| 9847 | 2026-08-24T13:13:28.753Z | 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 } }] |
| 9848 | 2026-08-24T13:13:28.754Z | 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 } }]Aug 24 13:13:27.627 |
| 9849 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627DEBG Aug 24 13:13:27.627Aug 24 13:13:27.627Aug 24 13:13:27.627INFO INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9850 | 2026-08-24T13:13:28.754Z | |
| 9851 | 2026-08-24T13:13:28.754Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 Aug 24 13:13:27.627 |
| 9852 | 2026-08-24T13:13:28.754Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627 |
| 9853 | 2026-08-24T13:13:28.754Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9854 | 2026-08-24T13:13:28.754Z | 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 } }] |
| 9855 | 2026-08-24T13:13:28.754Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627Aug 24 13:13:27.627 |
| 9856 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627 DEBGINFOINFO Aug 24 13:13:27.627 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627adding route 172.17.0.14/32 -> 10.0.0.255 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9857 | 2026-08-24T13:13:28.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 } }] |
| 9858 | 2026-08-24T13:13:28.754Z | |
| 9859 | 2026-08-24T13:13:28.754Z | |
| 9860 | 2026-08-24T13:13:28.754Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9861 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627Aug 24 13:13:27.627INFOINFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9862 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627replacing 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 } }] |
| 9863 | 2026-08-24T13:13:28.754Z | 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 } }] DEBGAug 24 13:13:27.627 |
| 9864 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 9865 | 2026-08-24T13:13:28.754Z | 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 |
| 9866 | 2026-08-24T13:13:28.754Z | 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 } }]Aug 24 13:13:27.627 |
| 9867 | 2026-08-24T13:13:28.754Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9868 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627INFOAug 24 13:13:27.627 Aug 24 13:13:27.627 INFOAug 24 13:13:27.627INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9869 | 2026-08-24T13:13:28.754Z | DEBG |
| 9870 | 2026-08-24T13:13:28.754Z | DEBG |
| 9871 | 2026-08-24T13:13:28.754Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9872 | 2026-08-24T13:13:28.754Z | |
| 9873 | 2026-08-24T13:13:28.754Z | Aug 24 13:13:27.627Aug 24 13:13:27.627 DEBG Aug 24 13:13:27.627Aug 24 13:13:27.627replacing 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 } }] |
| 9874 | 2026-08-24T13:13:28.754Z | INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9875 | 2026-08-24T13:13:28.755Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 9876 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627 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 } }] |
| 9877 | 2026-08-24T13:13:28.755Z | DEBG Aug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627INFO DEBGINFO 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.38/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 } }]Aug 24 13:13:27.627 |
| 9878 | 2026-08-24T13:13:28.755Z | |
| 9879 | 2026-08-24T13:13:28.755Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9880 | 2026-08-24T13:13:28.755Z | |
| 9881 | 2026-08-24T13:13:28.755Z | DEBGAug 24 13:13:27.627 Aug 24 13:13:27.627replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 24 13:13:27.627 |
| 9882 | 2026-08-24T13:13:28.755Z | INFO DEBGAug 24 13:13:27.627adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9883 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 9884 | 2026-08-24T13:13:28.755Z | adding route 172.17.0.16/32 -> 10.0.0.255 Aug 24 13:13:27.627 DEBG |
| 9885 | 2026-08-24T13:13:28.755Z | 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 } }] |
| 9886 | 2026-08-24T13:13:28.755Z | 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 } }] |
| 9887 | 2026-08-24T13:13:28.755Z | |
| 9888 | 2026-08-24T13:13:28.755Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9889 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627Aug 24 13:13:27.627 Aug 24 13:13:27.627 Aug 24 13:13:27.627adding route 172.17.0.36/32 -> 10.0.0.255 DEBGINFO |
| 9890 | 2026-08-24T13:13:28.755Z | INFOadding route 172.17.0.39/32 -> 10.0.0.255 DEBGAug 24 13:13:27.627 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9891 | 2026-08-24T13:13:28.755Z | |
| 9892 | 2026-08-24T13:13:28.755Z | |
| 9893 | 2026-08-24T13:13:28.755Z | INFOAug 24 13:13:27.627 Aug 24 13:13:27.627Aug 24 13:13:27.627 DEBGadding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 24 13:13:27.627 |
| 9894 | 2026-08-24T13:13:28.755Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9895 | 2026-08-24T13:13:28.755Z | DEBG |
| 9896 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9897 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9898 | 2026-08-24T13:13:28.755Z | DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627 failed to allocate space for the new target listINFOAug 24 13:13:27.627 Aug 24 13:13:27.627adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9899 | 2026-08-24T13:13:28.755Z | DEBG |
| 9900 | 2026-08-24T13:13:28.755Z | INFO |
| 9901 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627adding route 172.17.0.40/32 -> 10.0.0.255 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 } }] |
| 9902 | 2026-08-24T13:13:28.755Z | Aug 24 13:13:27.627DEBG 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 } }] |
| 9903 | 2026-08-24T13:13:28.755Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9904 | 2026-08-24T13:13:28.756Z | |
| 9905 | 2026-08-24T13:13:28.756Z | Aug 24 13:13:27.627 DEBGAug 24 13:13:27.627 Aug 24 13:13:27.627replacing 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 } }] |
| 9906 | 2026-08-24T13:13:28.756Z | INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627 |
| 9907 | 2026-08-24T13:13:28.756Z | |
| 9908 | 2026-08-24T13:13:28.756Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9909 | 2026-08-24T13:13:28.756Z | Aug 24 13:13:27.627 Aug 24 13:13:27.627DEBG 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 } }] |
| 9910 | 2026-08-24T13:13:28.756Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.627 |
| 9911 | 2026-08-24T13:13:28.756Z | DEBGAug 24 13:13:27.627 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 } }]INFO Aug 24 13:13:27.627adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9912 | 2026-08-24T13:13:28.756Z | INFO |
| 9913 | 2026-08-24T13:13:28.756Z | Aug 24 13:13:27.627 adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 9914 | 2026-08-24T13:13:28.756Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 24 13:13:27.627 |
| 9915 | 2026-08-24T13:13:28.756Z | DEBGAug 24 13:13:27.627 Aug 24 13:13:27.627DEBGreplacing 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 } }] |
| 9916 | 2026-08-24T13:13:28.756Z | Aug 24 13:13:27.627replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9917 | 2026-08-24T13:13:28.756Z | DEBGAug 24 13:13:27.628 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635 |
| 9918 | 2026-08-24T13:13:28.756Z | DEBG Aug 24 13:13:27.635replacing 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 |
| 9919 | 2026-08-24T13:13:28.756Z | adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9920 | 2026-08-24T13:13:28.756Z | created new freemap, Aug 24 13:13:27.635unit :INFOAug 24 13:13:27.635 adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 9921 | 2026-08-24T13:13:28.756Z | freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9922 | 2026-08-24T13:13:28.756Z | DEBG |
| 9923 | 2026-08-24T13:13:28.756Z | 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 } }] |
| 9924 | 2026-08-24T13:13:28.756Z | Aug 24 13:13:27.635Aug 24 13:13:27.635 DEBGDEBG Aug 24 13:13:27.635replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9925 | 2026-08-24T13:13:28.756Z | |
| 9926 | 2026-08-24T13:13:28.756Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 24 13:13:27.635adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9927 | 2026-08-24T13:13:28.756Z | INFOAug 24 13:13:27.635Aug 24 13:13:27.635 |
| 9928 | 2026-08-24T13:13:28.756Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9929 | 2026-08-24T13:13:28.761Z | DEBG created new freemapINFO, Aug 24 13:13:27.635adding route 172.17.0.13/32 -> 10.0.0.255Aug 24 13:13:27.635unit |
| 9930 | 2026-08-24T13:13:28.761Z | Aug 24 13:13:27.635 : DEBGfreemap_route_ipv6DEBG replacing targets for 172.16.0.0/32 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 } }] 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 } }] |
| 9931 | 2026-08-24T13:13:28.761Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635 |
| 9932 | 2026-08-24T13:13:28.761Z | |
| 9933 | 2026-08-24T13:13:28.761Z | |
| 9934 | 2026-08-24T13:13:28.761Z | DEBG Aug 24 13:13:27.635replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.635 |
| 9935 | 2026-08-24T13:13:28.761Z | INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9936 | 2026-08-24T13:13:28.761Z | Aug 24 13:13:27.635adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9937 | 2026-08-24T13:13:28.761Z | DEBG Aug 24 13:13:27.635Aug 24 13:13:27.635 initted freemap. size: 64 , DEBGAug 24 13:13:27.635 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 } }]INFO |
| 9938 | 2026-08-24T13:13:28.761Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBGunit :replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635 |
| 9939 | 2026-08-24T13:13:28.761Z | INFOfreemap_route_ipv4 |
| 9940 | 2026-08-24T13:13:28.761Z | |
| 9941 | 2026-08-24T13:13:28.761Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9942 | 2026-08-24T13:13:28.761Z | Aug 24 13:13:27.635INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9943 | 2026-08-24T13:13:28.761Z | Aug 24 13:13:27.635DEBG 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 } }]Aug 24 13:13:27.635DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9944 | 2026-08-24T13:13:28.761Z | |
| 9945 | 2026-08-24T13:13:28.761Z | 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 } }] |
| 9946 | 2026-08-24T13:13:28.761Z | reset freemap, Aug 24 13:13:27.635unit :INFOAug 24 13:13:27.635 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 9947 | 2026-08-24T13:13:28.761Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9948 | 2026-08-24T13:13:28.761Z | INFOfreemap_route_ipv4 |
| 9949 | 2026-08-24T13:13:28.761Z | Aug 24 13:13:27.635adding route 172.17.0.15/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9950 | 2026-08-24T13:13:28.762Z | DEBGDEBG Aug 24 13:13:27.635replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9951 | 2026-08-24T13:13:28.762Z | |
| 9952 | 2026-08-24T13:13:28.762Z | DEBG initted freemap. size: 64Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 9953 | 2026-08-24T13:13:28.762Z | adding route 172.17.0.44/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 } }] |
| 9954 | 2026-08-24T13:13:28.762Z | , |
| 9955 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635 unitDEBG: Aug 24 13:13:27.635 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 } }]DEBGAug 24 13:13:27.635 |
| 9956 | 2026-08-24T13:13:28.762Z | freemap_route_ipv6 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 } }] |
| 9957 | 2026-08-24T13:13:28.762Z | |
| 9958 | 2026-08-24T13:13:28.762Z | INFOAug 24 13:13:27.635 adding route 172.17.0.16/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9959 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635INFO INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9960 | 2026-08-24T13:13:28.762Z | |
| 9961 | 2026-08-24T13:13:28.762Z | DEBGreset freemap , 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 } }]unitAug 24 13:13:27.635 |
| 9962 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635 :DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.635 |
| 9963 | 2026-08-24T13:13:28.762Z | 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 |
| 9964 | 2026-08-24T13:13:28.762Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9965 | 2026-08-24T13:13:28.762Z | freemap_route_ipv6Aug 24 13:13:27.635 |
| 9966 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635INFO Aug 24 13:13:27.635 INFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9967 | 2026-08-24T13:13:28.762Z | |
| 9968 | 2026-08-24T13:13:28.762Z | DEBG Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635 DEBGDEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9969 | 2026-08-24T13:13:28.762Z | INFO |
| 9970 | 2026-08-24T13:13:28.762Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9971 | 2026-08-24T13:13:28.762Z | |
| 9972 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635 INFO Aug 24 13:13:27.635adding route 172.17.0.51/32 -> 10.0.0.255 Aug 24 13:13:27.635 |
| 9973 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635 INFOINFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 9974 | 2026-08-24T13:13:28.762Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9975 | 2026-08-24T13:13:28.762Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 9976 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635replacing 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 } }] |
| 9977 | 2026-08-24T13:13:28.762Z | Aug 24 13:13:27.635 Aug 24 13:13:27.635DEBGDEBG Aug 24 13:13:27.635replacing 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 |
| 9978 | 2026-08-24T13:13:28.763Z | 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.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9979 | 2026-08-24T13:13:28.763Z | |
| 9980 | 2026-08-24T13:13:28.763Z | |
| 9981 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 24 13:13:27.635Aug 24 13:13:27.635 |
| 9982 | 2026-08-24T13:13:28.763Z | DEBG Aug 24 13:13:27.635replacing 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 } }] |
| 9983 | 2026-08-24T13:13:28.763Z | INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 24 13:13:27.635Aug 24 13:13:27.635 INFODEBG |
| 9984 | 2026-08-24T13:13:28.763Z | adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9985 | 2026-08-24T13:13:28.763Z | |
| 9986 | 2026-08-24T13:13:28.763Z | |
| 9987 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635INFO DEBG INFOadding route 172.17.0.49/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 } }] |
| 9988 | 2026-08-24T13:13:28.763Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9989 | 2026-08-24T13:13:28.763Z | DEBG |
| 9990 | 2026-08-24T13:13:28.763Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635 |
| 9991 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9992 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 |
| 9993 | 2026-08-24T13:13:28.763Z | test route::tests::delete_targets_fragmented ... ok |
| 9994 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 DEBGINFO Aug 24 13:13:27.635Aug 24 13:13:27.635 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 } }] replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9995 | 2026-08-24T13:13:28.763Z | |
| 9996 | 2026-08-24T13:13:28.763Z | |
| 9997 | 2026-08-24T13:13:28.763Z | |
| 9998 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 INFO Aug 24 13:13:27.635adding route 172.17.0.55/32 -> 10.0.0.255 Aug 24 13:13:27.635DEBG |
| 9999 | 2026-08-24T13:13:28.763Z | 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 |
| 10000 | 2026-08-24T13:13:28.763Z | test route::tests::delete_target_fragmented ... ok |
| 10001 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 adding route 172.16.0.0/32 -> 10.0.0.2Aug 24 13:13:27.635 |
| 10002 | 2026-08-24T13:13:28.763Z | DEBGDEBGAug 24 13:13:27.635 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 10003 | 2026-08-24T13:13:28.763Z | adding route 172.17.0.51/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 } }] |
| 10004 | 2026-08-24T13:13:28.763Z | |
| 10005 | 2026-08-24T13:13:28.763Z | Aug 24 13:13:27.635 INFO Aug 24 13:13:27.635adding route 172.17.0.56/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 10006 | 2026-08-24T13:13:28.763Z | INFODEBG adding route 172.17.0.21/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 } }]Aug 24 13:13:27.635 |
| 10007 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635 |
| 10008 | 2026-08-24T13:13:28.764Z | 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 } }] |
| 10009 | 2026-08-24T13:13:28.764Z | 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 } }]Aug 24 13:13:27.635Aug 24 13:13:27.635 |
| 10010 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 10011 | 2026-08-24T13:13:28.764Z | adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 10012 | 2026-08-24T13:13:28.764Z | 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 } }] |
| 10013 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635Aug 24 13:13:27.635DEBG 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 } }] |
| 10014 | 2026-08-24T13:13:28.764Z | 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 } }] |
| 10015 | 2026-08-24T13:13:28.764Z | INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 24 13:13:27.635 |
| 10016 | 2026-08-24T13:13:28.764Z | adding route 172.17.0.0/32 -> 10.0.0.255 Aug 24 13:13:27.635INFO |
| 10017 | 2026-08-24T13:13:28.764Z | adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 10018 | 2026-08-24T13:13:28.764Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10019 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635Aug 24 13:13:27.635 Aug 24 13:13:27.635DEBG DEBGAug 24 13:13:27.635replacing 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 } }] |
| 10020 | 2026-08-24T13:13:28.764Z | 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 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 |
| 10021 | 2026-08-24T13:13:28.764Z | |
| 10022 | 2026-08-24T13:13:28.764Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.635 |
| 10023 | 2026-08-24T13:13:28.764Z | INFOAug 24 13:13:27.635 adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 10024 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 10025 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635adding route 172.17.0.23/32 -> 10.0.0.255 |
| 10026 | 2026-08-24T13:13:28.764Z | DEBGAug 24 13:13:27.635 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 } }]DEBG |
| 10027 | 2026-08-24T13:13:28.764Z | 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 } }] |
| 10028 | 2026-08-24T13:13:28.764Z | Aug 24 13:13:27.635 INFOAug 24 13:13:27.635Aug 24 13:13:27.635 DEBGAug 24 13:13:27.635 INFOadding route 172.17.0.1/32 -> 10.0.0.255 INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 10029 | 2026-08-24T13:13:28.768Z | adding route 172.17.0.60/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 } }] |
| 10030 | 2026-08-24T13:13:28.769Z | |
| 10031 | 2026-08-24T13:13:28.769Z | |
| 10032 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 10033 | 2026-08-24T13:13:28.769Z | |
| 10034 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG |
| 10035 | 2026-08-24T13:13:28.769Z | adding route 172.17.0.56/32 -> 10.0.0.255failed to allocate space for the new target list |
| 10036 | 2026-08-24T13:13:28.769Z | |
| 10037 | 2026-08-24T13:13:28.769Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 10038 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 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 } }]Aug 24 13:13:27.643 |
| 10039 | 2026-08-24T13:13:28.769Z | DEBG DEBGAug 24 13:13:27.643 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 10040 | 2026-08-24T13:13:28.769Z | |
| 10041 | 2026-08-24T13:13:28.769Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 10042 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643Aug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG 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 } }]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 } }] |
| 10043 | 2026-08-24T13:13:28.769Z | |
| 10044 | 2026-08-24T13:13:28.769Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 10045 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 INFOINFO Aug 24 13:13:27.643adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 10046 | 2026-08-24T13:13:28.769Z | |
| 10047 | 2026-08-24T13:13:28.769Z | 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 } }] |
| 10048 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643 DEBGAug 24 13:13:27.643 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 |
| 10049 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 10050 | 2026-08-24T13:13:28.769Z | Aug 24 13:13:27.643 adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 10051 | 2026-08-24T13:13:28.769Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 24 13:13:27.643 |
| 10052 | 2026-08-24T13:13:28.769Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 24 13:13:27.643Aug 24 13:13:27.643 |
| 10053 | 2026-08-24T13:13:28.769Z | DEBG 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 } }] |
| 10054 | 2026-08-24T13:13:28.769Z | 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 } }]Aug 24 13:13:27.643 |
| 10055 | 2026-08-24T13:13:28.769Z | 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 } }]Aug 24 13:13:27.643 |
| 10056 | 2026-08-24T13:13:28.770Z | INFOAug 24 13:13:27.643 adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 10057 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643adding route 172.17.0.27/32 -> 10.0.0.255 |
| 10058 | 2026-08-24T13:13:28.770Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 24 13:13:27.643 |
| 10059 | 2026-08-24T13:13:28.770Z | 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 } }] |
| 10060 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 DEBG Aug 24 13:13:27.643replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643 |
| 10061 | 2026-08-24T13:13:28.770Z | DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 10062 | 2026-08-24T13:13:28.770Z | |
| 10063 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG DEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 10064 | 2026-08-24T13:13:28.770Z | |
| 10065 | 2026-08-24T13:13:28.770Z | |
| 10066 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 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.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 } }] |
| 10067 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 |
| 10068 | 2026-08-24T13:13:28.770Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 10069 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 10070 | 2026-08-24T13:13:28.770Z | 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 } }] |
| 10071 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 10072 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 DEBG Aug 24 13:13:27.643replacing 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 } }] |
| 10073 | 2026-08-24T13:13:28.770Z | 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 } }] |
| 10074 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 10075 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643 |
| 10076 | 2026-08-24T13:13:28.770Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 10077 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 DEBGDEBG Aug 24 13:13:27.643 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 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 } }] |
| 10078 | 2026-08-24T13:13:28.770Z | |
| 10079 | 2026-08-24T13:13:28.770Z | 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 } }] |
| 10080 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255Aug 24 13:13:27.643 |
| 10081 | 2026-08-24T13:13:28.770Z | |
| 10082 | 2026-08-24T13:13:28.770Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 10083 | 2026-08-24T13:13:28.770Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 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.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 } }] |
| 10084 | 2026-08-24T13:13:28.771Z | |
| 10085 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643 |
| 10086 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 10087 | 2026-08-24T13:13:28.771Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 24 13:13:27.643 |
| 10088 | 2026-08-24T13:13:28.771Z | INFOAug 24 13:13:27.643 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 10089 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 10090 | 2026-08-24T13:13:28.771Z | 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 } }] |
| 10091 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBG INFOAug 24 13:13:27.643 adding route 172.17.0.4/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 } }] |
| 10092 | 2026-08-24T13:13:28.771Z | INFO |
| 10093 | 2026-08-24T13:13:28.771Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 10094 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBGINFO 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 |
| 10095 | 2026-08-24T13:13:28.771Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 10096 | 2026-08-24T13:13:28.771Z | 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 } }] |
| 10097 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 10098 | 2026-08-24T13:13:28.771Z | |
| 10099 | 2026-08-24T13:13:28.771Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 10100 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBG 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 |
| 10101 | 2026-08-24T13:13:28.771Z | DEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10102 | 2026-08-24T13:13:28.771Z | |
| 10103 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 10104 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:13:27.643replacing 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 } }] |
| 10105 | 2026-08-24T13:13:28.771Z | |
| 10106 | 2026-08-24T13:13:28.771Z | DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643 |
| 10107 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 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.32/32 -> 10.0.0.255 |
| 10108 | 2026-08-24T13:13:28.771Z | |
| 10109 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 INFO Aug 24 13:13:27.643Aug 24 13:13:27.643 adding route 172.17.0.7/32 -> 10.0.0.255INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255 |
| 10110 | 2026-08-24T13:13:28.771Z | 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 } }] |
| 10111 | 2026-08-24T13:13:28.771Z | |
| 10112 | 2026-08-24T13:13:28.771Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBGAug 24 13:13:27.643 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 } }] |
| 10113 | 2026-08-24T13:13:28.772Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 10114 | 2026-08-24T13:13:28.772Z | 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 } }] |
| 10115 | 2026-08-24T13:13:28.772Z | Aug 24 13:13:27.643Aug 24 13:13:27.643Aug 24 13:13:27.643 INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 10116 | 2026-08-24T13:13:28.772Z | 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.37/32 -> 10.0.0.255 |
| 10117 | 2026-08-24T13:13:28.772Z | |
| 10118 | 2026-08-24T13:13:28.772Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643DEBG Aug 24 13:13:27.643replacing 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 |
| 10119 | 2026-08-24T13:13:28.772Z | DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10120 | 2026-08-24T13:13:28.772Z | |
| 10121 | 2026-08-24T13:13:28.772Z | Aug 24 13:13:27.643 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 24 13:13:27.643Aug 24 13:13:27.643 |
| 10122 | 2026-08-24T13:13:28.772Z | DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10123 | 2026-08-24T13:13:28.772Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 24 13:13:27.643 |
| 10124 | 2026-08-24T13:13:28.772Z | DEBG Aug 24 13:13:27.643replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.643INFO |
| 10125 | 2026-08-24T13:13:28.772Z | DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 10126 | 2026-08-24T13:13:28.772Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643 |
| 10127 | 2026-08-24T13:13:28.772Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 10128 | 2026-08-24T13:13:28.772Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 DEBGINFO Aug 24 13:13:27.643replacing 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.39/32 -> 10.0.0.255 |
| 10129 | 2026-08-24T13:13:28.776Z | |
| 10130 | 2026-08-24T13:13:28.776Z | 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 } }] |
| 10131 | 2026-08-24T13:13:28.776Z | Aug 24 13:13:27.643 Aug 24 13:13:27.643INFOAug 24 13:13:27.643 DEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 10132 | 2026-08-24T13:13:28.776Z | 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.11/32 -> 10.0.0.255 |
| 10133 | 2026-08-24T13:13:28.776Z | |
| 10134 | 2026-08-24T13:13:28.776Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 Aug 24 13:13:27.643 INFODEBGDEBG 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 } }] |
| 10135 | 2026-08-24T13:13:28.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 } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 10136 | 2026-08-24T13:13:28.776Z | |
| 10137 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.643 INFOAug 24 13:13:27.643 Aug 24 13:13:27.643adding route 172.17.0.12/32 -> 10.0.0.255 |
| 10138 | 2026-08-24T13:13:28.777Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 10139 | 2026-08-24T13:13:28.777Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643 |
| 10140 | 2026-08-24T13:13:28.777Z | DEBGAug 24 13:13:27.643 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.643 |
| 10141 | 2026-08-24T13:13:28.777Z | DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 10142 | 2026-08-24T13:13:28.777Z | |
| 10143 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.643 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 10144 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.643Aug 24 13:13:27.643 INFODEBGAug 24 13:13:27.643 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 10145 | 2026-08-24T13:13:28.777Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 10146 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.643 INFOAug 24 13:13:27.650 DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 10147 | 2026-08-24T13:13:28.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 } }] |
| 10148 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650 Aug 24 13:13:27.650INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 10149 | 2026-08-24T13:13:28.777Z | 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 } }] |
| 10150 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650Aug 24 13:13:27.650 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10151 | 2026-08-24T13:13:28.777Z | |
| 10152 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650 Aug 24 13:13:27.650INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 10153 | 2026-08-24T13:13:28.777Z | 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 } }] |
| 10154 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650Aug 24 13:13:27.650 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 10155 | 2026-08-24T13:13:28.777Z | |
| 10156 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650 |
| 10157 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 10158 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.650 |
| 10159 | 2026-08-24T13:13:28.777Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 10160 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.651Aug 24 13:13:27.651 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.651 |
| 10161 | 2026-08-24T13:13:28.777Z | DEBG |
| 10162 | 2026-08-24T13:13:28.777Z | 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 } }] |
| 10163 | 2026-08-24T13:13:28.777Z | Aug 24 13:13:27.651 DEBGAug 24 13:13:27.651 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 } }]INFOAug 24 13:13:27.651 |
| 10164 | 2026-08-24T13:13:28.777Z | INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 10165 | 2026-08-24T13:13:28.778Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 10166 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651 Aug 24 13:13:27.651Aug 24 13:13:27.651 INFODEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10167 | 2026-08-24T13:13:28.778Z | 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 |
| 10168 | 2026-08-24T13:13:28.778Z | |
| 10169 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651Aug 24 13:13:27.651Aug 24 13:13:27.651 INFODEBG INFO 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 } }] |
| 10170 | 2026-08-24T13:13:28.778Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 10171 | 2026-08-24T13:13:28.778Z | |
| 10172 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651 Aug 24 13:13:27.651Aug 24 13:13:27.651 DEBGDEBGINFO 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 } }] |
| 10173 | 2026-08-24T13:13:28.778Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 10174 | 2026-08-24T13:13:28.778Z | |
| 10175 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651Aug 24 13:13:27.651Aug 24 13:13:27.651 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 10176 | 2026-08-24T13:13:28.778Z | adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10177 | 2026-08-24T13:13:28.778Z | |
| 10178 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651 DEBGAug 24 13:13:27.651 Aug 24 13:13:27.651replacing 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 } }] |
| 10179 | 2026-08-24T13:13:28.778Z | INFODEBG adding route 172.17.0.48/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 } }] |
| 10180 | 2026-08-24T13:13:28.778Z | |
| 10181 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651 INFO Aug 24 13:13:27.651Aug 24 13:13:27.651 DEBGadding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 10182 | 2026-08-24T13:13:28.778Z | 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 } }] |
| 10183 | 2026-08-24T13:13:28.778Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 10184 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651 DEBGAug 24 13:13:27.651 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 10185 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651adding route 172.17.0.49/32 -> 10.0.0.255 |
| 10186 | 2026-08-24T13:13:28.778Z | 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 } }]Aug 24 13:13:27.651 |
| 10187 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255Aug 24 13:13:27.651replacing 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 } }] |
| 10188 | 2026-08-24T13:13:28.778Z | |
| 10189 | 2026-08-24T13:13:28.778Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 10190 | 2026-08-24T13:13:28.778Z | Aug 24 13:13:27.651Aug 24 13:13:27.651 DEBGINFO Aug 24 13:13:27.651replacing 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 } }] |
| 10191 | 2026-08-24T13:13:28.778Z | test route::tests::add_target_fails_full ... ok |
| 10192 | 2026-08-24T13:13:28.778Z | DEBG adding route 172.17.0.50/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 } }] |
| 10193 | 2026-08-24T13:13:28.778Z | |
| 10194 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.651 INFO Aug 24 13:13:27.651adding route 172.17.0.20/32 -> 10.0.0.255Aug 24 13:13:27.651 |
| 10195 | 2026-08-24T13:13:28.779Z | INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255Aug 24 13:13:27.651 |
| 10196 | 2026-08-24T13:13:28.779Z | DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10197 | 2026-08-24T13:13:28.779Z | 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 } }] |
| 10198 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.651Aug 24 13:13:27.651Aug 24 13:13:27.651 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 |
| 10199 | 2026-08-24T13:13:28.779Z | test route::tests::delete_target_full ... ok |
| 10200 | 2026-08-24T13:13:28.779Z | INFO |
| 10201 | 2026-08-24T13:13:28.779Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 10202 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.651Aug 24 13:13:27.651 Aug 24 13:13:27.651 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 } }] |
| 10203 | 2026-08-24T13:13:28.779Z | 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.48/32 -> 10.0.0.255 |
| 10204 | 2026-08-24T13:13:28.779Z | |
| 10205 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.651 Aug 24 13:13:27.651INFO Aug 24 13:13:27.651adding route 172.17.0.22/32 -> 10.0.0.255 |
| 10206 | 2026-08-24T13:13:28.779Z | DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10207 | 2026-08-24T13:13:28.779Z | |
| 10208 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.658 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 } }] |
| 10209 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.658 INFOAug 24 13:13:27.658 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 10210 | 2026-08-24T13:13:28.779Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10211 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.658 DEBGAug 24 13:13:27.658 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 10212 | 2026-08-24T13:13:28.779Z | 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 } }] |
| 10213 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.651 DEBGAug 24 13:13:27.658 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 |
| 10214 | 2026-08-24T13:13:28.779Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 10215 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 INFOINFOAug 24 13:13:27.658 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 10216 | 2026-08-24T13:13:28.779Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 10217 | 2026-08-24T13:13:28.779Z | |
| 10218 | 2026-08-24T13:13:28.779Z | Aug 24 13:13:27.658 DEBG Aug 24 13:13:27.658replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658 |
| 10219 | 2026-08-24T13:13:28.779Z | 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 } }] |
| 10220 | 2026-08-24T13:13:28.779Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10221 | 2026-08-24T13:13:28.779Z | INFOAug 24 13:13:27.658 Aug 24 13:13:27.658adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 10222 | 2026-08-24T13:13:28.779Z | DEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10223 | 2026-08-24T13:13:28.780Z | |
| 10224 | 2026-08-24T13:13:28.780Z | Aug 24 13:13:27.658 DEBG Aug 24 13:13:27.658Aug 24 13:13:27.658replacing 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 } }] |
| 10225 | 2026-08-24T13:13:28.780Z | INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 10226 | 2026-08-24T13:13:28.780Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658 |
| 10227 | 2026-08-24T13:13:28.780Z | INFO Aug 24 13:13:27.658adding route 172.17.0.25/32 -> 10.0.0.255 |
| 10228 | 2026-08-24T13:13:28.780Z | DEBGAug 24 13:13:27.658 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 } }] |
| 10229 | 2026-08-24T13:13:28.784Z | INFO Aug 24 13:13:27.658adding route 172.17.0.52/32 -> 10.0.0.255 |
| 10230 | 2026-08-24T13:13:28.784Z | DEBGAug 24 13:13:27.658 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 |
| 10231 | 2026-08-24T13:13:28.784Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 10232 | 2026-08-24T13:13:28.784Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 Aug 24 13:13:27.658 DEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 10233 | 2026-08-24T13:13:28.784Z | 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.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 } }] |
| 10234 | 2026-08-24T13:13:28.784Z | |
| 10235 | 2026-08-24T13:13:28.784Z | Aug 24 13:13:27.658 DEBG Aug 24 13:13:27.658replacing 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 } }] |
| 10236 | 2026-08-24T13:13:28.784Z | INFO Aug 24 13:13:27.658adding route 172.17.0.58/32 -> 10.0.0.255 |
| 10237 | 2026-08-24T13:13:28.784Z | INFO Aug 24 13:13:27.658adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10238 | 2026-08-24T13:13:28.784Z | INFO Aug 24 13:13:27.658adding route 172.17.0.27/32 -> 10.0.0.255 |
| 10239 | 2026-08-24T13:13:28.784Z | DEBGAug 24 13:13:27.658 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 } }] |
| 10240 | 2026-08-24T13:13:28.784Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658 |
| 10241 | 2026-08-24T13:13:28.784Z | DEBG Aug 24 13:13:27.658replacing 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 } }] |
| 10242 | 2026-08-24T13:13:28.784Z | INFO Aug 24 13:13:27.658adding route 172.17.0.59/32 -> 10.0.0.255 |
| 10243 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 10244 | 2026-08-24T13:13:28.785Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10245 | 2026-08-24T13:13:28.785Z | 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 } }] |
| 10246 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 10247 | 2026-08-24T13:13:28.785Z | |
| 10248 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 10249 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 INFOINFOAug 24 13:13:27.658 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 10250 | 2026-08-24T13:13:28.785Z | 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.55/32 -> 10.0.0.255 |
| 10251 | 2026-08-24T13:13:28.785Z | |
| 10252 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 DEBG Aug 24 13:13:27.658replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 24 13:13:27.658INFO |
| 10253 | 2026-08-24T13:13:28.785Z | adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 10254 | 2026-08-24T13:13:28.785Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 24 13:13:27.658 |
| 10255 | 2026-08-24T13:13:28.785Z | INFOAug 24 13:13:27.658 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 10256 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 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 } }] |
| 10257 | 2026-08-24T13:13:28.785Z | INFO Aug 24 13:13:27.658adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10258 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658DEBG 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 } }] |
| 10259 | 2026-08-24T13:13:28.785Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10260 | 2026-08-24T13:13:28.785Z | 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 } }]Aug 24 13:13:27.658 |
| 10261 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10262 | 2026-08-24T13:13:28.785Z | |
| 10263 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10264 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 DEBG 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 } }] |
| 10265 | 2026-08-24T13:13:28.785Z | adding route 172.17.0.63/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10266 | 2026-08-24T13:13:28.785Z | 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 } }]Aug 24 13:13:27.658 |
| 10267 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 10268 | 2026-08-24T13:13:28.785Z | 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 } }] |
| 10269 | 2026-08-24T13:13:28.785Z | Aug 24 13:13:27.658 INFOAug 24 13:13:27.658 Aug 24 13:13:27.658adding route 172.17.0.58/32 -> 10.0.0.255 |
| 10270 | 2026-08-24T13:13:28.785Z | DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 10271 | 2026-08-24T13:13:28.785Z | |
| 10272 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 Aug 24 13:13:27.658Aug 24 13:13:27.658 DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 10273 | 2026-08-24T13:13:28.786Z | 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 } }] |
| 10274 | 2026-08-24T13:13:28.786Z | |
| 10275 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 Aug 24 13:13:27.658DEBG INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 10276 | 2026-08-24T13:13:28.786Z | failed to allocate space for the new target listadding route 172.17.0.59/32 -> 10.0.0.255 |
| 10277 | 2026-08-24T13:13:28.786Z | |
| 10278 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10279 | 2026-08-24T13:13:28.786Z | 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 } }] |
| 10280 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 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 } }]Aug 24 13:13:27.658 |
| 10281 | 2026-08-24T13:13:28.786Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 10282 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10283 | 2026-08-24T13:13:28.786Z | 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 } }] |
| 10284 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 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 } }]Aug 24 13:13:27.658 |
| 10285 | 2026-08-24T13:13:28.786Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 10286 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 24 13:13:27.658 |
| 10287 | 2026-08-24T13:13:28.786Z | test route::tests::delete_targets_full ... ok |
| 10288 | 2026-08-24T13:13:28.786Z | 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 } }] |
| 10289 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 INFODEBG 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 } }] |
| 10290 | 2026-08-24T13:13:28.786Z | |
| 10291 | 2026-08-24T13:13:28.786Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 10292 | 2026-08-24T13:13:28.786Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 10293 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 10294 | 2026-08-24T13:13:28.786Z | |
| 10295 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 Aug 24 13:13:27.658DEBG 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 } }] |
| 10296 | 2026-08-24T13:13:28.786Z | 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 } }] |
| 10297 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658 Aug 24 13:13:27.658DEBG INFOfailed to allocate space for the new target list |
| 10298 | 2026-08-24T13:13:28.786Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 10299 | 2026-08-24T13:13:28.786Z | Aug 24 13:13:27.658Aug 24 13:13:27.658 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 10300 | 2026-08-24T13:13:28.786Z | |
| 10301 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 10302 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 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 } }] |
| 10303 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 10304 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 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 } }] |
| 10305 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 10306 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 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 } }] |
| 10307 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.658 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 10308 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10309 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 10310 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10311 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 10312 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10313 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 10314 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10315 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 10316 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10317 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 10318 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10319 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 10320 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10321 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 10322 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10323 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 10324 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10325 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 10326 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10327 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 10328 | 2026-08-24T13:13:28.787Z | Aug 24 13:13:27.659 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 } }] |
| 10329 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10330 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10331 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 10332 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10333 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 10334 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10335 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10336 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10337 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 10338 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10339 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 10340 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10341 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 10342 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10343 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 10344 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10345 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 DEBG failed to allocate space for the new target list |
| 10346 | 2026-08-24T13:13:28.792Z | Aug 24 13:13:27.666 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 } }] |
| 10347 | 2026-08-24T13:13:28.792Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-e61b69b793e27585) |
| 10348 | 2026-08-24T13:13:28.792Z | |
| 10349 | 2026-08-24T13:13:28.792Z | running 0 tests |
| 10350 | 2026-08-24T13:13:28.792Z | |
| 10351 | 2026-08-24T13:13:28.792Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10352 | 2026-08-24T13:13:28.792Z | |
| 10353 | 2026-08-24T13:13:28.793Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c) |
| 10354 | 2026-08-24T13:13:28.806Z | |
| 10355 | 2026-08-24T13:13:28.806Z | running 0 tests |
| 10356 | 2026-08-24T13:13:28.806Z | |
| 10357 | 2026-08-24T13:13:28.809Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10358 | 2026-08-24T13:13:28.809Z | |
| 10359 | 2026-08-24T13:13:28.810Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-21a9c31b127c1888) |
| 10360 | 2026-08-24T13:13:28.877Z | |
| 10361 | 2026-08-24T13:13:28.877Z | running 6 tests |
| 10362 | 2026-08-24T13:13:28.881Z | test tests::test_parse_client_port_id ... ok |
| 10363 | 2026-08-24T13:13:28.881Z | test tests::test_full_lot_id_lot_only ... ok |
| 10364 | 2026-08-24T13:13:28.881Z | test tests::test_full_lot_id_both_present ... ok |
| 10365 | 2026-08-24T13:13:28.881Z | test tests::test_full_lot_id_neither_present ... ok |
| 10366 | 2026-08-24T13:13:28.881Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 10367 | 2026-08-24T13:13:28.881Z | test tests::test_port_id_cmp ... ok |
| 10368 | 2026-08-24T13:13:28.881Z | |
| 10369 | 2026-08-24T13:13:28.881Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10370 | 2026-08-24T13:13:28.881Z | |
| 10371 | 2026-08-24T13:13:28.884Z | Running tests/test_all.rs (target/debug/deps/test_all-e714fc76d0a5e21b) |
| 10372 | 2026-08-24T13:13:28.910Z | |
| 10373 | 2026-08-24T13:13:28.910Z | running 6 tests |
| 10374 | 2026-08-24T13:13:31.938Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 10375 | 2026-08-24T13:13:31.941Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 10376 | 2026-08-24T13:13:31.941Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 10377 | 2026-08-24T13:13:31.945Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 10378 | 2026-08-24T13:13:32.276Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 10379 | 2026-08-24T13:13:33.369Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 10380 | 2026-08-24T13:13:33.369Z | |
| 10381 | 2026-08-24T13:13:33.372Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.46s |
| 10382 | 2026-08-24T13:13:33.372Z | |
| 10383 | 2026-08-24T13:13:33.377Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12) |
| 10384 | 2026-08-24T13:13:33.394Z | |
| 10385 | 2026-08-24T13:13:33.395Z | running 0 tests |
| 10386 | 2026-08-24T13:13:33.395Z | |
| 10387 | 2026-08-24T13:13:33.397Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10388 | 2026-08-24T13:13:33.397Z | |
| 10389 | 2026-08-24T13:13:33.397Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c) |
| 10390 | 2026-08-24T13:13:33.541Z | |
| 10391 | 2026-08-24T13:13:33.542Z | running 15 tests |
| 10392 | 2026-08-24T13:13:33.555Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 10393 | 2026-08-24T13:13:33.555Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 10394 | 2026-08-24T13:13:33.558Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 10395 | 2026-08-24T13:13:33.558Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 10396 | 2026-08-24T13:13:33.558Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 10397 | 2026-08-24T13:13:33.558Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 10398 | 2026-08-24T13:13:33.558Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 10399 | 2026-08-24T13:13:33.561Z | test v1::network::tests::test_equal ... ok |
| 10400 | 2026-08-24T13:13:33.561Z | test v1::network::tests::test_eui64 ... ok |
| 10401 | 2026-08-24T13:13:33.561Z | test v1::network::tests::test_into ... ok |
| 10402 | 2026-08-24T13:13:33.561Z | test v1::network::tests::test_not_equal ... ok |
| 10403 | 2026-08-24T13:13:33.564Z | test v1::network::tests::test_to_string ... ok |
| 10404 | 2026-08-24T13:13:33.564Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 10405 | 2026-08-24T13:13:33.569Z | test v1::network::tests::test_parse ... ok |
| 10406 | 2026-08-24T13:13:33.580Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 10407 | 2026-08-24T13:13:33.580Z | |
| 10408 | 2026-08-24T13:13:33.582Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
| 10409 | 2026-08-24T13:13:33.582Z | |
| 10410 | 2026-08-24T13:13:33.585Z | Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d) |
| 10411 | 2026-08-24T13:13:33.740Z | |
| 10412 | 2026-08-24T13:13:33.740Z | running 12 tests |
| 10413 | 2026-08-24T13:13:33.749Z | test icmp::test_v6_checksum ... ok |
| 10414 | 2026-08-24T13:13:33.750Z | test icmp::test_v4_checksum ... ok |
| 10415 | 2026-08-24T13:13:33.753Z | test ipv6::test_ipv6_parse ... ok |
| 10416 | 2026-08-24T13:13:33.753Z | test pbuf::test_byte ... ok |
| 10417 | 2026-08-24T13:13:33.753Z | test pbuf::test_nibble ... ok |
| 10418 | 2026-08-24T13:13:33.753Z | test pbuf::test_overflow ... ok |
| 10419 | 2026-08-24T13:13:33.753Z | test pbuf::test_short ... ok |
| 10420 | 2026-08-24T13:13:33.753Z | test pbuf::test_twelve ... ok |
| 10421 | 2026-08-24T13:13:33.753Z | test lldp::test_lldp_parse ... ok |
| 10422 | 2026-08-24T13:13:33.753Z | test pbuf::test_word ... ok |
| 10423 | 2026-08-24T13:13:33.761Z | test tcp::test_checksum_syn_nodata ... ok |
| 10424 | 2026-08-24T13:13:33.761Z | test tcp::test_checksum_ack_data ... ok |
| 10425 | 2026-08-24T13:13:33.761Z | |
| 10426 | 2026-08-24T13:13:33.764Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 10427 | 2026-08-24T13:13:33.764Z | |
| 10428 | 2026-08-24T13:13:33.767Z | Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce) |
| 10429 | 2026-08-24T13:13:33.771Z | |
| 10430 | 2026-08-24T13:13:33.771Z | running 0 tests |
| 10431 | 2026-08-24T13:13:33.771Z | |
| 10432 | 2026-08-24T13:13:33.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10433 | 2026-08-24T13:13:33.774Z | |
| 10434 | 2026-08-24T13:13:33.774Z | Running unittests src/main.rs (target/debug/deps/swadm-022a12990754df63) |
| 10435 | 2026-08-24T13:13:33.797Z | |
| 10436 | 2026-08-24T13:13:33.797Z | running 5 tests |
| 10437 | 2026-08-24T13:13:33.800Z | test switchport::test::test_compute_lanes ... ok |
| 10438 | 2026-08-24T13:13:33.804Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 10439 | 2026-08-24T13:13:33.804Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 10440 | 2026-08-24T13:13:33.805Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 10441 | 2026-08-24T13:13:33.805Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 10442 | 2026-08-24T13:13:33.805Z | Tx Enabled: Yes Yes Yes Yes |
| 10443 | 2026-08-24T13:13:33.805Z | Tx Loss-of-lock: No No No No |
| 10444 | 2026-08-24T13:13:33.805Z | Tx Loss-of-signal: No No No No |
| 10445 | 2026-08-24T13:13:33.805Z | Tx CDR Enabled: No No No No |
| 10446 | 2026-08-24T13:13:33.805Z | Tx Adaptive EQ Fault: No No No No |
| 10447 | 2026-08-24T13:13:33.805Z | Tx Fault: Yes Yes Yes Yes |
| 10448 | 2026-08-24T13:13:33.805Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 10449 | 2026-08-24T13:13:33.805Z | State: Activated Activated Activated Activated |
| 10450 | 2026-08-24T13:13:33.805Z | Rx Output Enabled: false false false false |
| 10451 | 2026-08-24T13:13:33.805Z | Rx Output Status: valid valid valid valid |
| 10452 | 2026-08-24T13:13:33.805Z | Rx Loss-of-lock: true true true true |
| 10453 | 2026-08-24T13:13:33.805Z | Rx Loss-of-signal: false false false false |
| 10454 | 2026-08-24T13:13:33.805Z | Rx Auto-squelch Disable: true true true true |
| 10455 | 2026-08-24T13:13:33.805Z | Tx Output Enabled: true true true true |
| 10456 | 2026-08-24T13:13:33.805Z | Tx Output Status: invalid invalid invalid invalid |
| 10457 | 2026-08-24T13:13:33.805Z | Tx Loss-of-lock: false false false false |
| 10458 | 2026-08-24T13:13:33.805Z | Tx Loss-of-signal: true true true true |
| 10459 | 2026-08-24T13:13:33.805Z | Tx Auto-squelch Disable: false false false false |
| 10460 | 2026-08-24T13:13:33.805Z | Tx Adaptive EQ Fail: true true true true |
| 10461 | 2026-08-24T13:13:33.805Z | Tx Failure: false false false false |
| 10462 | 2026-08-24T13:13:33.805Z | Tx Force Squelch: true true true true |
| 10463 | 2026-08-24T13:13:33.805Z | Tx Input Polarity: normal normal normal normal |
| 10464 | 2026-08-24T13:13:33.808Z | test switchport::test::port_id_ordering ... ok |
| 10465 | 2026-08-24T13:13:33.808Z | test link::test_filter ... ok |
| 10466 | 2026-08-24T13:13:33.808Z | test switchport::test::test_print_cmis_datapath ... ok |
| 10467 | 2026-08-24T13:13:33.808Z | test switchport::test::test_print_sff_datapath ... ok |
| 10468 | 2026-08-24T13:13:33.808Z | |
| 10469 | 2026-08-24T13:13:33.808Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10470 | 2026-08-24T13:13:33.808Z | |
| 10471 | 2026-08-24T13:13:33.808Z | Running tests/counters.rs (target/debug/deps/counters-d9efb707ba8d81ee) |
| 10472 | 2026-08-24T13:13:33.814Z | |
| 10473 | 2026-08-24T13:13:33.814Z | running 1 test |
| 10474 | 2026-08-24T13:13:33.816Z | test test_p4_counter_list ... ignored |
| 10475 | 2026-08-24T13:13:33.816Z | |
| 10476 | 2026-08-24T13:13:33.816Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10477 | 2026-08-24T13:13:33.816Z | |
| 10478 | 2026-08-24T13:13:33.816Z | Running tests/multicast.rs (target/debug/deps/multicast-e8c41de14ee5ef19) |
| 10479 | 2026-08-24T13:13:33.884Z | |
| 10480 | 2026-08-24T13:13:33.884Z | running 1 test |
| 10481 | 2026-08-24T13:13:33.884Z | test test_multicast_list_and_get ... ignored |
| 10482 | 2026-08-24T13:13:33.884Z | |
| 10483 | 2026-08-24T13:13:33.887Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10484 | 2026-08-24T13:13:33.887Z | |
| 10485 | 2026-08-24T13:13:33.887Z | Running tests/port-link.rs (target/debug/deps/port_link-d2840a126121da75) |
| 10486 | 2026-08-24T13:13:33.890Z | |
| 10487 | 2026-08-24T13:13:33.890Z | running 5 tests |
| 10488 | 2026-08-24T13:13:33.890Z | test test_an ... ignored |
| 10489 | 2026-08-24T13:13:33.890Z | test test_enable ... ignored |
| 10490 | 2026-08-24T13:13:33.890Z | test test_ip_addresses ... ignored |
| 10491 | 2026-08-24T13:13:33.890Z | test test_kr ... ignored |
| 10492 | 2026-08-24T13:13:33.890Z | test test_mac ... ignored |
| 10493 | 2026-08-24T13:13:33.890Z | |
| 10494 | 2026-08-24T13:13:33.890Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10495 | 2026-08-24T13:13:33.890Z | |
| 10496 | 2026-08-24T13:13:33.890Z | Running unittests src/main.rs (target/debug/deps/tfportd-e8fd6f3396ae2a65) |
| 10497 | 2026-08-24T13:13:33.904Z | |
| 10498 | 2026-08-24T13:13:33.904Z | running 3 tests |
| 10499 | 2026-08-24T13:13:33.907Z | test linklocal::test_parse_ipadm ... ok |
| 10500 | 2026-08-24T13:13:33.907Z | test tfport::test_parse_tfport ... ok |
| 10501 | 2026-08-24T13:13:33.907Z | test config::tests::test_updates ... ok |
| 10502 | 2026-08-24T13:13:33.907Z | |
| 10503 | 2026-08-24T13:13:33.907Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10504 | 2026-08-24T13:13:33.907Z | |
| 10505 | 2026-08-24T13:13:33.907Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f) |
| 10506 | 2026-08-24T13:13:33.951Z | |
| 10507 | 2026-08-24T13:13:33.951Z | running 0 tests |
| 10508 | 2026-08-24T13:13:33.951Z | |
| 10509 | 2026-08-24T13:13:33.954Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10510 | 2026-08-24T13:13:33.954Z | |
| 10511 | 2026-08-24T13:13:33.954Z | Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8) |
| 10512 | 2026-08-24T13:13:34.049Z | |
| 10513 | 2026-08-24T13:13:34.049Z | running 0 tests |
| 10514 | 2026-08-24T13:13:34.049Z | |
| 10515 | 2026-08-24T13:13:34.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10516 | 2026-08-24T13:13:34.052Z | |
| 10517 | 2026-08-24T13:13:34.052Z | Doc-tests aal |
| 10518 | 2026-08-24T13:13:36.958Z | |
| 10519 | 2026-08-24T13:13:36.958Z | running 0 tests |
| 10520 | 2026-08-24T13:13:36.958Z | |
| 10521 | 2026-08-24T13:13:36.962Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10522 | 2026-08-24T13:13:36.962Z | |
| 10523 | 2026-08-24T13:13:36.983Z | Doc-tests aal_macros |
| 10524 | 2026-08-24T13:13:37.078Z | |
| 10525 | 2026-08-24T13:13:37.078Z | running 0 tests |
| 10526 | 2026-08-24T13:13:37.078Z | |
| 10527 | 2026-08-24T13:13:37.078Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10528 | 2026-08-24T13:13:37.078Z | |
| 10529 | 2026-08-24T13:13:37.087Z | Doc-tests common |
| 10530 | 2026-08-24T13:13:37.411Z | |
| 10531 | 2026-08-24T13:13:37.411Z | running 0 tests |
| 10532 | 2026-08-24T13:13:37.411Z | |
| 10533 | 2026-08-24T13:13:37.411Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10534 | 2026-08-24T13:13:37.411Z | |
| 10535 | 2026-08-24T13:13:37.433Z | Doc-tests dpd_api |
| 10536 | 2026-08-24T13:13:38.519Z | |
| 10537 | 2026-08-24T13:13:38.519Z | running 2 tests |
| 10538 | 2026-08-24T13:13:38.519Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10539 | 2026-08-24T13:13:38.519Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10540 | 2026-08-24T13:13:38.519Z | |
| 10541 | 2026-08-24T13:13:38.519Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10542 | 2026-08-24T13:13:38.519Z | |
| 10543 | 2026-08-24T13:13:38.522Z | all doctests ran in 0.74s; merged doctests compilation took 0.74s |
| 10544 | 2026-08-24T13:13:38.545Z | Doc-tests dpd_client |
| 10545 | 2026-08-24T13:13:40.231Z | |
| 10546 | 2026-08-24T13:13:40.231Z | running 0 tests |
| 10547 | 2026-08-24T13:13:40.231Z | |
| 10548 | 2026-08-24T13:13:40.231Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10549 | 2026-08-24T13:13:40.231Z | |
| 10550 | 2026-08-24T13:13:40.282Z | Doc-tests dpd_types |
| 10551 | 2026-08-24T13:13:40.468Z | |
| 10552 | 2026-08-24T13:13:40.468Z | running 0 tests |
| 10553 | 2026-08-24T13:13:40.468Z | |
| 10554 | 2026-08-24T13:13:40.468Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10555 | 2026-08-24T13:13:40.468Z | |
| 10556 | 2026-08-24T13:13:40.488Z | Doc-tests dpd_types_versions |
| 10557 | 2026-08-24T13:13:41.898Z | |
| 10558 | 2026-08-24T13:13:41.898Z | running 1 test |
| 10559 | 2026-08-24T13:13:41.898Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10560 | 2026-08-24T13:13:41.898Z | |
| 10561 | 2026-08-24T13:13:41.898Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10562 | 2026-08-24T13:13:41.899Z | |
| 10563 | 2026-08-24T13:13:41.902Z | all doctests ran in 0.34s; merged doctests compilation took 0.34s |
| 10564 | 2026-08-24T13:13:41.945Z | Doc-tests packet |
| 10565 | 2026-08-24T13:13:42.169Z | |
| 10566 | 2026-08-24T13:13:42.169Z | running 0 tests |
| 10567 | 2026-08-24T13:13:42.169Z | |
| 10568 | 2026-08-24T13:13:42.169Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10569 | 2026-08-24T13:13:42.169Z | |
| 10570 | 2026-08-24T13:13:42.191Z | Doc-tests pcap |
| 10571 | 2026-08-24T13:13:42.241Z | |
| 10572 | 2026-08-24T13:13:42.241Z | running 0 tests |
| 10573 | 2026-08-24T13:13:42.241Z | |
| 10574 | 2026-08-24T13:13:42.241Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10575 | 2026-08-24T13:13:42.241Z | |
| 10576 | 2026-08-24T13:13:42.351Z | process exited: duration 800477 ms, exit code 0 |
| |
| 10577 | 2026-08-24T13:13:42.360Z | found 0 output files |