|
|
|
| 1 | 2026-08-13T17:46:16.272Z | job assigned to worker 01KZY3N48CCW9JBC88SX7M99PW [factory aws, i-0a69b71c77ce35f8e] (queued for 1 m 0 s) |
| |
| 2 | 2026-08-13T17:46:23.064Z | starting task 0: "setup" |
| 3 | 2026-08-13T17:46:23.070Z | ++ uname -s |
| 4 | 2026-08-13T17:46:23.074Z | + kern=SunOS |
| 5 | 2026-08-13T17:46:23.074Z | + build_user=build |
| 6 | 2026-08-13T17:46:23.074Z | + build_uid=12345 |
| 7 | 2026-08-13T17:46:23.074Z | + work_dir=/work |
| 8 | 2026-08-13T17:46:23.074Z | + input_dir=/input |
| 9 | 2026-08-13T17:46:23.074Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-13T17:46:23.074Z | + case "$kern" in |
| 11 | 2026-08-13T17:46:23.074Z | + groupadd -g 12345 build |
| 12 | 2026-08-13T17:46:23.084Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-13T17:46:25.089Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-13T17:46:25.150Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-13T17:46:25.153Z | + home_fs=zfs |
| 16 | 2026-08-13T17:46:25.153Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-13T17:46:25.153Z | + mkdir -p /home/build |
| 18 | 2026-08-13T17:46:25.153Z | + chown build:build /home/build /work |
| 19 | 2026-08-13T17:46:27.155Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-13T17:46:27.158Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-08-13T17:46:27.164Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-13T17:46:27.168Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-13T17:46:27.168Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-13T17:46:27.168Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-13T17:46:27.168Z | * rust toolchain channel = "1.90.0" |
| 26 | 2026-08-13T17:46:27.168Z | * rust toolchain profile = "default" |
| 27 | 2026-08-13T17:46:27.168Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-13T17:46:27.171Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-13T17:46:27.171Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-13T17:46:27.225Z | info: downloading installer |
| 31 | 2026-08-13T17:46:28.670Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-13T17:46:28.670Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-13T17:46:28.670Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-13T17:46:28.670Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-13T17:46:28.683Z | info: profile set to default |
| 36 | 2026-08-13T17:46:28.683Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-13T17:46:28.686Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-13T17:46:28.832Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-13T17:46:28.835Z | info: downloading 6 components |
| 40 | 2026-08-13T17:46:43.568Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-13T17:46:43.568Z | |
| 42 | 2026-08-13T17:46:43.599Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-13T17:46:43.599Z | |
| 44 | 2026-08-13T17:46:43.599Z | |
| 45 | 2026-08-13T17:46:43.599Z | Rust is installed now. Great! |
| 46 | 2026-08-13T17:46:43.599Z | |
| 47 | 2026-08-13T17:46:43.599Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-13T17:46:43.599Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-13T17:46:43.599Z | |
| 50 | 2026-08-13T17:46:43.599Z | To configure your current shell, you need to source |
| 51 | 2026-08-13T17:46:43.600Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-13T17:46:43.600Z | |
| 53 | 2026-08-13T17:46:43.600Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-13T17:46:43.600Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-13T17:46:43.600Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-13T17:46:43.600Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-13T17:46:43.600Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-13T17:46:43.600Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-13T17:46:43.600Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-13T17:46:43.603Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-13T17:46:43.603Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-13T17:46:43.691Z | + rustup --version |
| 63 | 2026-08-13T17:46:43.714Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-13T17:46:43.718Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-13T17:46:43.723Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-13T17:46:43.726Z | + cargo --version |
| 67 | 2026-08-13T17:46:43.738Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-13T17:46:43.741Z | + rustc --version |
| 69 | 2026-08-13T17:46:43.761Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-13T17:46:43.764Z | process exited: duration 16599 ms, exit code 0 |
| |
| 71 | 2026-08-13T17:46:43.770Z | starting task 2: "authentication" |
| 72 | 2026-08-13T17:46:43.786Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-13T17:46:43.792Z | starting task 3: "clone repository" |
| 74 | 2026-08-13T17:46:43.795Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-13T17:46:43.798Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-13T17:46:43.827Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-13T17:46:44.568Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-13T17:46:44.568Z | + git fetch origin 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065 |
| 79 | 2026-08-13T17:46:44.851Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-13T17:46:44.851Z | * branch 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065 -> FETCH_HEAD |
| 81 | 2026-08-13T17:46:44.858Z | + [[ -n cory/uprev-tofino-sde ]] |
| 82 | 2026-08-13T17:46:44.862Z | ++ git branch --show-current |
| 83 | 2026-08-13T17:46:44.862Z | + current=main |
| 84 | 2026-08-13T17:46:44.862Z | + [[ main != cory/uprev-tofino-sde ]] |
| 85 | 2026-08-13T17:46:44.862Z | + git branch -f cory/uprev-tofino-sde 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065 |
| 86 | 2026-08-13T17:46:44.867Z | + git checkout -f cory/uprev-tofino-sde |
| 87 | 2026-08-13T17:46:44.879Z | Switched to branch 'cory/uprev-tofino-sde' |
| 88 | 2026-08-13T17:46:44.882Z | + git reset --hard 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065 |
| 89 | 2026-08-13T17:46:44.899Z | HEAD is now at 14fddc2 Use updated tofino SDE in CI tests |
| 90 | 2026-08-13T17:46:44.902Z | process exited: duration 1106 ms, exit code 0 |
| |
| 91 | 2026-08-13T17:46:44.908Z | starting task 4: "build" |
| 92 | 2026-08-13T17:46:44.911Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-13T17:46:44.914Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-13T17:46:44.914Z | ++ SDE_COMMIT=dcc45061013e71ef8afeaa6d415928da15ce42b2 |
| 95 | 2026-08-13T17:46:44.914Z | ++ SDE_PKG_SHA256=2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083 |
| 96 | 2026-08-13T17:46:44.914Z | ++ SDE_DEB_SHA256=7c0a419cb8d719fe6adc35a954ebc5fe060692e712b4c1bdde3390bba99e7b14 |
| 97 | 2026-08-13T17:46:44.914Z | +++ uname -s |
| 98 | 2026-08-13T17:46:44.914Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-13T17:46:44.914Z | ++ SERIES=illumos |
| 100 | 2026-08-13T17:46:44.914Z | +++ uname -s |
| 101 | 2026-08-13T17:46:44.918Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-13T17:46:44.918Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/dcc45061013e71ef8afeaa6d415928da15ce42b2 |
| 103 | 2026-08-13T17:46:44.918Z | ++ rustup show active-toolchain |
| 104 | 2026-08-13T17:46:44.920Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-13T17:46:44.921Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-13T17:46:44.921Z | ++ banner 'sde setup' |
| 107 | 2026-08-13T17:46:44.924Z | |
| 108 | 2026-08-13T17:46:44.924Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-13T17:46:44.924Z | # # # # # # # # # # # |
| 110 | 2026-08-13T17:46:44.924Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-13T17:46:44.924Z | # # # # # # # # # ##### |
| 112 | 2026-08-13T17:46:44.924Z | # # # # # # # # # # # # |
| 113 | 2026-08-13T17:46:44.924Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-13T17:46:44.924Z | |
| 115 | 2026-08-13T17:46:44.924Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-13T17:46:44.924Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-13T17:46:44.924Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-13T17:46:44.924Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-13T17:46:44.924Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/dcc45061013e71ef8afeaa6d415928da15ce42b2/tofino_sde.p5p |
| 120 | 2026-08-13T17:46:44.928Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-13T17:46:44.931Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-13T17:46:48.270Z |
0 0 0 0 0 0 0 0 0
22 76.02M 22 16.86M 0 0 12.44M 0 00:06 00:01 00:05 12.44M
22 76.02M 22 16.86M 0 0 7.16M 0 00:10 00:02 00:08 7.16M
100 76.02M 100 76.02M 0 0 22.75M 0 00:03 00:03 7.16M
100 76.02M 100 76.02M 0 0 22.75M 0 00:03 00:03 7.16M
100 76.02M 100 76.02M 0 0 22.75M 0 00:03 00:03 7.16M |
| 123 | 2026-08-13T17:46:48.274Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-13T17:46:48.321Z | ++ SDE_CALC=2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083 |
| 125 | 2026-08-13T17:46:48.324Z | ++ '[' 2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083 '!=' 2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083 ']' |
| 126 | 2026-08-13T17:46:48.324Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-13T17:46:49.618Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-13T17:46:49.934Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-13T17:46:49.986Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-13T17:46:51.965Z | Planning: Solver setup ... Done |
| 131 | 2026-08-13T17:46:52.026Z | Planning: Running solver ... Done |
| 132 | 2026-08-13T17:46:52.069Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-13T17:46:52.072Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-13T17:46:52.077Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-13T17:46:52.090Z | Planning: Package planning ... Done |
| 136 | 2026-08-13T17:46:52.093Z | Planning: Merging actions ... Done |
| 137 | 2026-08-13T17:46:52.186Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-13T17:46:52.189Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-13T17:46:52.854Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-13T17:46:52.857Z | Planning: Planning completed in 2.86 seconds |
| 141 | 2026-08-13T17:46:52.862Z | Packages to install: 1 |
| 142 | 2026-08-13T17:46:52.865Z | Create boot environment: No |
| 143 | 2026-08-13T17:46:52.865Z | Create backup boot environment: No |
| 144 | 2026-08-13T17:46:52.887Z | |
| 145 | 2026-08-13T17:46:52.887Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-13T17:46:53.024Z | Download: Completed 75.30 MB in 0.14 seconds (555M/s) |
| 147 | 2026-08-13T17:46:53.283Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-13T17:46:54.262Z | Actions: Completed 293 actions in 0.98 seconds. |
| 149 | 2026-08-13T17:46:54.265Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-13T17:46:54.307Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-13T17:46:54.386Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-13T17:46:56.884Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-13T17:46:56.958Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-13T17:46:56.961Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-13T17:46:57.495Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-13T17:46:57.647Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-13T17:46:57.647Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-13T17:46:57.647Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-13T17:46:57.647Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-13T17:46:57.650Z | ++ banner packages |
| 161 | 2026-08-13T17:46:57.650Z | |
| 162 | 2026-08-13T17:46:57.650Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-13T17:46:57.650Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-13T17:46:57.650Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-13T17:46:57.650Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-13T17:46:57.650Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-13T17:46:57.650Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-13T17:46:57.650Z | |
| 169 | 2026-08-13T17:46:57.650Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-13T17:46:57.913Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-13T17:46:57.916Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-13T17:46:59.537Z | Planning: Solver setup ... Done |
| 173 | 2026-08-13T17:46:59.595Z | Planning: Running solver ... Done |
| 174 | 2026-08-13T17:46:59.634Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-13T17:46:59.634Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-13T17:46:59.640Z | Planning: Planning completed in 1.72 seconds |
| 177 | 2026-08-13T17:46:59.652Z | No updates necessary for this image. |
| 178 | 2026-08-13T17:46:59.778Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-13T17:46:59.991Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-13T17:47:00.104Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-13T17:47:00.109Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-13T17:47:00.271Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-13T17:47:00.274Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-13T17:47:00.295Z | Mediators to change: 2 |
| 185 | 2026-08-13T17:47:00.295Z | Create boot environment: No |
| 186 | 2026-08-13T17:47:00.295Z | Create backup boot environment: No |
| 187 | 2026-08-13T17:47:00.341Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-13T17:47:00.342Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-13T17:47:00.384Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-13T17:47:02.420Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-13T17:47:02.495Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-13T17:47:02.498Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-13T17:47:02.597Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-13T17:47:02.671Z | ++ cargo --version |
| 195 | 2026-08-13T17:47:02.681Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-13T17:47:02.685Z | ++ rustc --version |
| 197 | 2026-08-13T17:47:02.705Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-13T17:47:02.707Z | + banner copyrights |
| 199 | 2026-08-13T17:47:02.711Z | |
| 200 | 2026-08-13T17:47:02.711Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-13T17:47:02.711Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-13T17:47:02.711Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-13T17:47:02.711Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-13T17:47:02.711Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-13T17:47:02.711Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-13T17:47:02.711Z | |
| 207 | 2026-08-13T17:47:02.711Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-13T17:47:03.007Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-13T17:47:03.802Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-13T17:47:04.271Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-08-13T17:47:04.363Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-08-13T17:47:04.537Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-08-13T17:47:04.772Z | + banner clippy |
| 214 | 2026-08-13T17:47:04.775Z | |
| 215 | 2026-08-13T17:47:04.775Z | #### # # ##### ##### # # |
| 216 | 2026-08-13T17:47:04.775Z | # # # # # # # # # # |
| 217 | 2026-08-13T17:47:04.775Z | # # # # # # # # |
| 218 | 2026-08-13T17:47:04.775Z | # # # ##### ##### # |
| 219 | 2026-08-13T17:47:04.775Z | # # # # # # # |
| 220 | 2026-08-13T17:47:04.775Z | #### ###### # # # # |
| 221 | 2026-08-13T17:47:04.775Z | |
| 222 | 2026-08-13T17:47:04.775Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-13T17:47:04.776Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-13T17:47:04.918Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-13T17:47:15.359Z | Updating crates.io index |
| 226 | 2026-08-13T17:47:15.395Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-13T17:47:15.735Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-13T17:47:16.574Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-13T17:47:16.955Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-13T17:47:17.277Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-13T17:47:18.642Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-13T17:47:19.331Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-13T17:47:19.646Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-13T17:47:20.048Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-13T17:47:20.565Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-08-13T17:47:20.858Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-08-13T17:47:21.545Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-08-13T17:47:22.316Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-08-13T17:47:22.675Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-08-13T17:47:23.287Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-08-13T17:47:23.995Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-08-13T17:47:24.377Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-13T17:47:24.736Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-13T17:47:25.437Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-08-13T17:47:25.890Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-08-13T17:47:26.236Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-08-13T17:47:28.106Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-08-13T17:47:28.569Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-13T17:47:29.162Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-08-13T17:47:30.593Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-08-13T17:47:31.250Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-08-13T17:47:31.568Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-13T17:47:31.980Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-13T17:47:33.985Z | Downloading crates ... |
| 255 | 2026-08-13T17:47:34.049Z | Downloaded atomicwrites v0.4.4 |
| 256 | 2026-08-13T17:47:34.055Z | Downloaded atomic-waker v1.1.2 |
| 257 | 2026-08-13T17:47:34.059Z | Downloaded adler2 v2.0.1 |
| 258 | 2026-08-13T17:47:34.059Z | Downloaded convert_case v0.4.0 |
| 259 | 2026-08-13T17:47:34.062Z | Downloaded async-trait v0.1.89 |
| 260 | 2026-08-13T17:47:34.062Z | Downloaded bytecount v0.6.9 |
| 261 | 2026-08-13T17:47:34.065Z | Downloaded argon2 v0.5.3 |
| 262 | 2026-08-13T17:47:34.068Z | Downloaded defmt v0.3.100 |
| 263 | 2026-08-13T17:47:34.069Z | Downloaded bcs v0.1.6 |
| 264 | 2026-08-13T17:47:34.072Z | Downloaded blake2 v0.10.6 |
| 265 | 2026-08-13T17:47:34.075Z | Downloaded bit-set v0.8.0 |
| 266 | 2026-08-13T17:47:34.075Z | Downloaded base16ct v0.2.0 |
| 267 | 2026-08-13T17:47:34.078Z | Downloaded anstream v1.0.0 |
| 268 | 2026-08-13T17:47:34.081Z | Downloaded httpdate v1.0.3 |
| 269 | 2026-08-13T17:47:34.081Z | Downloaded dropshot_endpoint v0.16.7 |
| 270 | 2026-08-13T17:47:34.084Z | Downloaded enum-as-inner v0.6.1 |
| 271 | 2026-08-13T17:47:34.088Z | Downloaded fastrand v2.3.0 |
| 272 | 2026-08-13T17:47:34.091Z | Downloaded ff v0.13.1 |
| 273 | 2026-08-13T17:47:34.094Z | Downloaded cstr-argument v0.1.2 |
| 274 | 2026-08-13T17:47:34.094Z | Downloaded base64 v0.22.1 |
| 275 | 2026-08-13T17:47:34.097Z | Downloaded embedded-io v0.6.1 |
| 276 | 2026-08-13T17:47:34.100Z | Downloaded futures-io v0.3.32 |
| 277 | 2026-08-13T17:47:34.100Z | Downloaded errno v0.3.14 |
| 278 | 2026-08-13T17:47:34.104Z | Downloaded dunce v1.0.5 |
| 279 | 2026-08-13T17:47:34.104Z | Downloaded foreign-types-macros v0.2.3 |
| 280 | 2026-08-13T17:47:34.107Z | Downloaded foreign-types-shared v0.1.1 |
| 281 | 2026-08-13T17:47:34.111Z | Downloaded cobs v0.3.0 |
| 282 | 2026-08-13T17:47:34.111Z | Downloaded erased-serde v0.3.31 |
| 283 | 2026-08-13T17:47:34.115Z | Downloaded fixedbitset v0.4.2 |
| 284 | 2026-08-13T17:47:34.115Z | Downloaded hash32 v0.3.1 |
| 285 | 2026-08-13T17:47:34.118Z | Downloaded generic-array v0.14.7 |
| 286 | 2026-08-13T17:47:34.121Z | Downloaded git-stub v1.0.0 |
| 287 | 2026-08-13T17:47:34.121Z | Downloaded defmt-parser v1.0.0 |
| 288 | 2026-08-13T17:47:34.124Z | Downloaded darling_macro v0.21.3 |
| 289 | 2026-08-13T17:47:34.124Z | Downloaded hex v0.4.3 |
| 290 | 2026-08-13T17:47:34.128Z | Downloaded crypto-common v0.1.6 |
| 291 | 2026-08-13T17:47:34.128Z | Downloaded futures-sink v0.3.32 |
| 292 | 2026-08-13T17:47:34.131Z | Downloaded form_urlencoded v1.2.2 |
| 293 | 2026-08-13T17:47:34.134Z | Downloaded fs_extra v1.3.0 |
| 294 | 2026-08-13T17:47:34.134Z | Downloaded defmt v1.0.1 |
| 295 | 2026-08-13T17:47:34.137Z | Downloaded expectorate v1.2.0 |
| 296 | 2026-08-13T17:47:34.140Z | Downloaded colorchoice v1.0.4 |
| 297 | 2026-08-13T17:47:34.141Z | Downloaded arrayref v0.3.9 |
| 298 | 2026-08-13T17:47:34.144Z | Downloaded foreign-types-shared v0.3.1 |
| 299 | 2026-08-13T17:47:34.144Z | Downloaded http-body v1.0.1 |
| 300 | 2026-08-13T17:47:34.147Z | Downloaded heck v0.5.0 |
| 301 | 2026-08-13T17:47:34.150Z | Downloaded hostname v0.3.1 |
| 302 | 2026-08-13T17:47:34.150Z | Downloaded futures-task v0.3.32 |
| 303 | 2026-08-13T17:47:34.154Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 304 | 2026-08-13T17:47:34.154Z | Downloaded clap_lex v1.1.0 |
| 305 | 2026-08-13T17:47:34.157Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 306 | 2026-08-13T17:47:34.157Z | Downloaded hostname v0.4.2 |
| 307 | 2026-08-13T17:47:34.161Z | Downloaded critical-section v1.2.0 |
| 308 | 2026-08-13T17:47:34.164Z | Downloaded ciborium-ll v0.2.2 |
| 309 | 2026-08-13T17:47:34.164Z | Downloaded heck v0.4.1 |
| 310 | 2026-08-13T17:47:34.164Z | Downloaded backoff v0.4.0 |
| 311 | 2026-08-13T17:47:34.167Z | Downloaded http-body-util v0.1.3 |
| 312 | 2026-08-13T17:47:34.170Z | Downloaded derive-ex v0.1.8 |
| 313 | 2026-08-13T17:47:34.170Z | Downloaded defmt-macros v1.0.1 |
| 314 | 2026-08-13T17:47:34.174Z | Downloaded gethostname v0.5.0 |
| 315 | 2026-08-13T17:47:34.177Z | Downloaded foreign-types v0.3.2 |
| 316 | 2026-08-13T17:47:34.177Z | Downloaded async-recursion v1.1.1 |
| 317 | 2026-08-13T17:47:34.180Z | Downloaded hubpack v0.1.2 |
| 318 | 2026-08-13T17:47:34.183Z | Downloaded hubpack_derive v0.1.1 |
| 319 | 2026-08-13T17:47:34.183Z | Downloaded idna_adapter v1.2.1 |
| 320 | 2026-08-13T17:47:34.186Z | Downloaded ident_case v1.0.1 |
| 321 | 2026-08-13T17:47:34.186Z | Downloaded ciborium-io v0.2.2 |
| 322 | 2026-08-13T17:47:34.189Z | Downloaded is_ci v1.2.0 |
| 323 | 2026-08-13T17:47:34.189Z | Downloaded is-terminal v0.4.16 |
| 324 | 2026-08-13T17:47:34.192Z | Downloaded cpufeatures v0.3.0 |
| 325 | 2026-08-13T17:47:34.192Z | Downloaded is_terminal_polyfill v1.70.1 |
| 326 | 2026-08-13T17:47:34.195Z | Downloaded kstat-rs v0.2.4 |
| 327 | 2026-08-13T17:47:34.195Z | Downloaded foldhash v0.2.0 |
| 328 | 2026-08-13T17:47:34.199Z | Downloaded crypto-common v0.2.2 |
| 329 | 2026-08-13T17:47:34.199Z | Downloaded bit-vec v0.8.0 |
| 330 | 2026-08-13T17:47:34.202Z | Downloaded hyper-tls v0.6.0 |
| 331 | 2026-08-13T17:47:34.205Z | Downloaded internet-checksum v0.2.1 |
| 332 | 2026-08-13T17:47:34.205Z | Downloaded instant v0.1.13 |
| 333 | 2026-08-13T17:47:34.208Z | Downloaded cipher v0.4.4 |
| 334 | 2026-08-13T17:47:34.208Z | Downloaded constant_time_eq v0.3.1 |
| 335 | 2026-08-13T17:47:34.211Z | Downloaded byteorder v1.5.0 |
| 336 | 2026-08-13T17:47:34.211Z | Downloaded displaydoc v0.2.5 |
| 337 | 2026-08-13T17:47:34.215Z | Downloaded daft-derive v0.1.5 |
| 338 | 2026-08-13T17:47:34.218Z | Downloaded libscf-sys v1.2.0 |
| 339 | 2026-08-13T17:47:34.221Z | Downloaded linked-hash-map v0.5.6 |
| 340 | 2026-08-13T17:47:34.221Z | Downloaded csv-core v0.1.12 |
| 341 | 2026-08-13T17:47:34.224Z | Downloaded memmap v0.7.0 |
| 342 | 2026-08-13T17:47:34.224Z | Downloaded lru-cache v0.1.2 |
| 343 | 2026-08-13T17:47:34.229Z | Downloaded match_cfg v0.1.0 |
| 344 | 2026-08-13T17:47:34.229Z | Downloaded deranged v0.5.3 |
| 345 | 2026-08-13T17:47:34.232Z | Downloaded keccak v0.1.6 |
| 346 | 2026-08-13T17:47:34.232Z | Downloaded find-msvc-tools v0.1.9 |
| 347 | 2026-08-13T17:47:34.232Z | Downloaded anstyle-parse v1.0.0 |
| 348 | 2026-08-13T17:47:34.236Z | Downloaded highway v1.3.0 |
| 349 | 2026-08-13T17:47:34.239Z | Downloaded git-stub-vcs v0.1.0 |
| 350 | 2026-08-13T17:47:34.239Z | Downloaded clang-sys v1.8.1 |
| 351 | 2026-08-13T17:47:34.242Z | Downloaded managed v0.8.0 |
| 352 | 2026-08-13T17:47:34.242Z | Downloaded memoffset v0.9.1 |
| 353 | 2026-08-13T17:47:34.246Z | Downloaded newline-converter v0.3.0 |
| 354 | 2026-08-13T17:47:34.246Z | Downloaded itoa v1.0.15 |
| 355 | 2026-08-13T17:47:34.249Z | Downloaded lazy_static v1.5.0 |
| 356 | 2026-08-13T17:47:34.249Z | Downloaded ipnetwork v0.21.1 |
| 357 | 2026-08-13T17:47:34.252Z | Downloaded lru-slab v0.1.2 |
| 358 | 2026-08-13T17:47:34.252Z | Downloaded indent_write v2.2.0 |
| 359 | 2026-08-13T17:47:34.255Z | Downloaded mime v0.3.17 |
| 360 | 2026-08-13T17:47:34.255Z | Downloaded newtype_derive v0.1.6 |
| 361 | 2026-08-13T17:47:34.258Z | Downloaded compression-codecs v0.4.32 |
| 362 | 2026-08-13T17:47:34.261Z | Downloaded num_threads v0.1.7 |
| 363 | 2026-08-13T17:47:34.262Z | Downloaded num_enum_derive v0.5.11 |
| 364 | 2026-08-13T17:47:34.265Z | Downloaded omicron-workspace-hack v0.1.0 |
| 365 | 2026-08-13T17:47:34.265Z | Downloaded opaque-debug v0.3.1 |
| 366 | 2026-08-13T17:47:34.265Z | Downloaded humantime v2.3.0 |
| 367 | 2026-08-13T17:47:34.268Z | Downloaded const_format_proc_macros v0.2.34 |
| 368 | 2026-08-13T17:47:34.271Z | Downloaded num-iter v0.1.45 |
| 369 | 2026-08-13T17:47:34.271Z | Downloaded macaddr v1.0.1 |
| 370 | 2026-08-13T17:47:34.274Z | Downloaded futures v0.3.32 |
| 371 | 2026-08-13T17:47:34.278Z | Downloaded num v0.4.3 |
| 372 | 2026-08-13T17:47:34.278Z | Downloaded num-derive v0.4.2 |
| 373 | 2026-08-13T17:47:34.281Z | Downloaded num-conv v0.2.1 |
| 374 | 2026-08-13T17:47:34.281Z | Downloaded fixedbitset v0.5.7 |
| 375 | 2026-08-13T17:47:34.307Z | Downloaded newtype-uuid-macros v0.1.0 |
| 376 | 2026-08-13T17:47:34.307Z | Downloaded hmac v0.12.1 |
| 377 | 2026-08-13T17:47:34.307Z | Downloaded lock_api v0.4.14 |
| 378 | 2026-08-13T17:47:34.307Z | Downloaded linear-map v1.2.0 |
| 379 | 2026-08-13T17:47:34.307Z | Downloaded openssl-probe v0.1.6 |
| 380 | 2026-08-13T17:47:34.307Z | Downloaded libloading v0.8.9 |
| 381 | 2026-08-13T17:47:34.307Z | Downloaded darling v0.21.3 |
| 382 | 2026-08-13T17:47:34.307Z | Downloaded cancel-safe-futures v0.1.5 |
| 383 | 2026-08-13T17:47:34.307Z | Downloaded crossbeam-epoch v0.9.18 |
| 384 | 2026-08-13T17:47:34.307Z | Downloaded httparse v1.10.1 |
| 385 | 2026-08-13T17:47:34.307Z | Downloaded parse-display v0.10.0 |
| 386 | 2026-08-13T17:47:34.311Z | Downloaded elliptic-curve v0.13.8 |
| 387 | 2026-08-13T17:47:34.311Z | Downloaded flate2 v1.1.2 |
| 388 | 2026-08-13T17:47:34.311Z | Downloaded ipnet v2.11.0 |
| 389 | 2026-08-13T17:47:34.314Z | Downloaded phf_shared v0.12.1 |
| 390 | 2026-08-13T17:47:34.314Z | Downloaded ingot-types v0.1.2 |
| 391 | 2026-08-13T17:47:34.317Z | Downloaded ingot v0.1.1 |
| 392 | 2026-08-13T17:47:34.317Z | Downloaded openssl-macros v0.1.1 |
| 393 | 2026-08-13T17:47:34.320Z | Downloaded libsw-core v0.3.2 |
| 394 | 2026-08-13T17:47:34.320Z | Downloaded crc32fast v1.5.0 |
| 395 | 2026-08-13T17:47:34.323Z | Downloaded multer v3.1.0 |
| 396 | 2026-08-13T17:47:34.323Z | Downloaded native-tls v0.2.14 |
| 397 | 2026-08-13T17:47:34.326Z | Downloaded jobserver v0.1.34 |
| 398 | 2026-08-13T17:47:34.330Z | Downloaded olpc-cjson v0.1.4 |
| 399 | 2026-08-13T17:47:34.330Z | Downloaded num_enum_derive v0.7.5 |
| 400 | 2026-08-13T17:47:34.333Z | Downloaded plain v0.2.3 |
| 401 | 2026-08-13T17:47:34.333Z | Downloaded proc-macro-crate v1.3.1 |
| 402 | 2026-08-13T17:47:34.333Z | Downloaded potential_utf v0.1.3 |
| 403 | 2026-08-13T17:47:34.338Z | Downloaded pretty-hex v0.4.1 |
| 404 | 2026-08-13T17:47:34.338Z | Downloaded powerfmt v0.2.0 |
| 405 | 2026-08-13T17:47:34.341Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 406 | 2026-08-13T17:47:34.341Z | Downloaded progenitor-client v0.14.0 |
| 407 | 2026-08-13T17:47:34.341Z | Downloaded hyper-rustls v0.27.7 |
| 408 | 2026-08-13T17:47:34.344Z | Downloaded half v2.7.1 |
| 409 | 2026-08-13T17:47:34.345Z | Downloaded drift v0.2.0 |
| 410 | 2026-08-13T17:47:34.350Z | Downloaded iana-time-zone v0.1.64 |
| 411 | 2026-08-13T17:47:34.353Z | Downloaded libsw v3.5.0 |
| 412 | 2026-08-13T17:47:34.356Z | Downloaded getrandom v0.4.2 |
| 413 | 2026-08-13T17:47:34.359Z | Downloaded progenitor-client v0.11.1 |
| 414 | 2026-08-13T17:47:34.359Z | Downloaded num_enum v0.5.11 |
| 415 | 2026-08-13T17:47:34.363Z | Downloaded progenitor-macro v0.10.0 |
| 416 | 2026-08-13T17:47:34.366Z | Downloaded memmap2 v0.9.8 |
| 417 | 2026-08-13T17:47:34.366Z | Downloaded progenitor-macro v0.14.0 |
| 418 | 2026-08-13T17:47:34.366Z | Downloaded progenitor-client v0.10.0 |
| 419 | 2026-08-13T17:47:34.372Z | Downloaded getrandom v0.3.3 |
| 420 | 2026-08-13T17:47:34.375Z | Downloaded password-hash v0.5.0 |
| 421 | 2026-08-13T17:47:34.375Z | Downloaded oxnet v0.1.6 |
| 422 | 2026-08-13T17:47:34.375Z | Downloaded clap v4.6.1 |
| 423 | 2026-08-13T17:47:34.379Z | Downloaded quick-error v1.2.3 |
| 424 | 2026-08-13T17:47:34.382Z | Downloaded percent-encoding v2.3.2 |
| 425 | 2026-08-13T17:47:34.382Z | Downloaded pem v3.0.5 |
| 426 | 2026-08-13T17:47:34.385Z | Downloaded anyhow v1.0.102 |
| 427 | 2026-08-13T17:47:34.388Z | Downloaded rand_xorshift v0.4.0 |
| 428 | 2026-08-13T17:47:34.388Z | Downloaded oxide-tokio-rt v0.1.2 |
| 429 | 2026-08-13T17:47:34.391Z | Downloaded darling_core v0.21.3 |
| 430 | 2026-08-13T17:47:34.394Z | Downloaded rand_chacha v0.3.1 |
| 431 | 2026-08-13T17:47:34.395Z | Downloaded phf v0.12.1 |
| 432 | 2026-08-13T17:47:34.398Z | Downloaded pest_generator v2.8.2 |
| 433 | 2026-08-13T17:47:34.398Z | Downloaded paste v1.0.15 |
| 434 | 2026-08-13T17:47:34.401Z | Downloaded parse-display-derive v0.10.0 |
| 435 | 2026-08-13T17:47:34.401Z | Downloaded pkg-config v0.3.32 |
| 436 | 2026-08-13T17:47:34.404Z | Downloaded ref-cast-impl v1.0.25 |
| 437 | 2026-08-13T17:47:34.404Z | Downloaded ref-cast v1.0.25 |
| 438 | 2026-08-13T17:47:34.408Z | Downloaded proc-macro-error2 v2.0.1 |
| 439 | 2026-08-13T17:47:34.408Z | Downloaded rustc_version v0.4.1 |
| 440 | 2026-08-13T17:47:34.411Z | Downloaded rustc_version v0.1.7 |
| 441 | 2026-08-13T17:47:34.411Z | Downloaded rustc-hash v2.1.1 |
| 442 | 2026-08-13T17:47:34.411Z | Downloaded proc-macro-error-attr v1.0.4 |
| 443 | 2026-08-13T17:47:34.414Z | Downloaded ppv-lite86 v0.2.21 |
| 444 | 2026-08-13T17:47:34.414Z | Downloaded heapless v0.8.0 |
| 445 | 2026-08-13T17:47:34.417Z | Downloaded proc-macro-error v1.0.4 |
| 446 | 2026-08-13T17:47:34.420Z | Downloaded hybrid-array v0.4.12 |
| 447 | 2026-08-13T17:47:34.420Z | Downloaded progenitor v0.14.0 |
| 448 | 2026-08-13T17:47:34.424Z | Downloaded progenitor v0.11.1 |
| 449 | 2026-08-13T17:47:34.424Z | Downloaded pin-project-lite v0.2.16 |
| 450 | 2026-08-13T17:47:34.427Z | Downloaded scopeguard v1.2.0 |
| 451 | 2026-08-13T17:47:34.430Z | Downloaded scroll_derive v0.12.1 |
| 452 | 2026-08-13T17:47:34.430Z | Downloaded same-file v1.0.6 |
| 453 | 2026-08-13T17:47:34.433Z | Downloaded icu_provider v2.0.0 |
| 454 | 2026-08-13T17:47:34.433Z | Downloaded once_cell v1.21.3 |
| 455 | 2026-08-13T17:47:34.436Z | Downloaded num-rational v0.4.2 |
| 456 | 2026-08-13T17:47:34.436Z | Downloaded progenitor v0.10.0 |
| 457 | 2026-08-13T17:47:34.440Z | Downloaded parking_lot_core v0.9.12 |
| 458 | 2026-08-13T17:47:34.440Z | Downloaded scroll_derive v0.13.1 |
| 459 | 2026-08-13T17:47:34.443Z | Downloaded parking_lot v0.12.5 |
| 460 | 2026-08-13T17:47:34.443Z | Downloaded serde-big-array v0.5.1 |
| 461 | 2026-08-13T17:47:34.446Z | Downloaded log v0.4.29 |
| 462 | 2026-08-13T17:47:34.449Z | Downloaded icu_normalizer v2.0.0 |
| 463 | 2026-08-13T17:47:34.449Z | Downloaded owo-colors v4.3.0 |
| 464 | 2026-08-13T17:47:34.452Z | Downloaded litemap v0.8.0 |
| 465 | 2026-08-13T17:47:34.452Z | Downloaded search_path v0.1.4 |
| 466 | 2026-08-13T17:47:34.458Z | Downloaded serde_spanned v1.1.1 |
| 467 | 2026-08-13T17:47:34.458Z | Downloaded indexmap v1.9.3 |
| 468 | 2026-08-13T17:47:34.462Z | Downloaded serde_plain v1.0.2 |
| 469 | 2026-08-13T17:47:34.462Z | Downloaded serde_spanned v0.6.9 |
| 470 | 2026-08-13T17:47:34.462Z | Downloaded serde_repr v0.1.20 |
| 471 | 2026-08-13T17:47:34.462Z | Downloaded const_format v0.2.34 |
| 472 | 2026-08-13T17:47:34.465Z | Downloaded secrecy v0.10.3 |
| 473 | 2026-08-13T17:47:34.468Z | Downloaded jiff-static v0.2.15 |
| 474 | 2026-08-13T17:47:34.468Z | Downloaded postcard v1.1.3 |
| 475 | 2026-08-13T17:47:34.471Z | Downloaded omicron-zone-package v0.12.2 |
| 476 | 2026-08-13T17:47:34.474Z | Downloaded serde_urlencoded v0.7.1 |
| 477 | 2026-08-13T17:47:34.474Z | Downloaded semver v0.1.20 |
| 478 | 2026-08-13T17:47:34.477Z | Downloaded sha1 v0.11.0 |
| 479 | 2026-08-13T17:47:34.477Z | Downloaded pin-project-internal v1.1.10 |
| 480 | 2026-08-13T17:47:34.481Z | Downloaded pest_meta v2.8.2 |
| 481 | 2026-08-13T17:47:34.481Z | Downloaded rand_chacha v0.9.0 |
| 482 | 2026-08-13T17:47:34.484Z | Downloaded rand_core v0.9.3 |
| 483 | 2026-08-13T17:47:34.484Z | Downloaded rand_core v0.6.4 |
| 484 | 2026-08-13T17:47:34.484Z | Downloaded resolv-conf v0.7.5 |
| 485 | 2026-08-13T17:47:34.488Z | Downloaded icu_properties v2.0.1 |
| 486 | 2026-08-13T17:47:34.491Z | Downloaded sigpipe v0.1.3 |
| 487 | 2026-08-13T17:47:34.491Z | Downloaded hickory-resolver v0.25.2 |
| 488 | 2026-08-13T17:47:34.491Z | Downloaded signal-hook-tokio v0.4.0 |
| 489 | 2026-08-13T17:47:34.494Z | Downloaded schemars_derive v0.8.22 |
| 490 | 2026-08-13T17:47:34.494Z | Downloaded poly1305 v0.8.0 |
| 491 | 2026-08-13T17:47:34.498Z | Downloaded progenitor-macro v0.11.1 |
| 492 | 2026-08-13T17:47:34.498Z | Downloaded siphasher v1.0.1 |
| 493 | 2026-08-13T17:47:34.498Z | Downloaded smawk v0.3.2 |
| 494 | 2026-08-13T17:47:34.501Z | Downloaded allocator-api2 v0.2.21 |
| 495 | 2026-08-13T17:47:34.501Z | Downloaded rusty-fork v0.3.0 |
| 496 | 2026-08-13T17:47:34.504Z | Downloaded ingot-macros v0.1.1 |
| 497 | 2026-08-13T17:47:34.504Z | Downloaded camino v1.2.3 |
| 498 | 2026-08-13T17:47:34.507Z | Downloaded icu_locale_core v2.0.0 |
| 499 | 2026-08-13T17:47:34.512Z | Downloaded papergrid v0.11.0 |
| 500 | 2026-08-13T17:47:34.516Z | Downloaded scroll v0.12.0 |
| 501 | 2026-08-13T17:47:34.516Z | Downloaded num-traits v0.2.19 |
| 502 | 2026-08-13T17:47:34.516Z | Downloaded papergrid v0.18.0 |
| 503 | 2026-08-13T17:47:34.519Z | Downloaded rustversion v1.0.22 |
| 504 | 2026-08-13T17:47:34.522Z | Downloaded quote v1.0.45 |
| 505 | 2026-08-13T17:47:34.522Z | Downloaded quinn-udp v0.5.14 |
| 506 | 2026-08-13T17:47:34.525Z | Downloaded slog-bunyan v2.5.0 |
| 507 | 2026-08-13T17:47:34.525Z | Downloaded rustls-pemfile v2.2.0 |
| 508 | 2026-08-13T17:47:34.528Z | Downloaded newtype-uuid v1.3.2 |
| 509 | 2026-08-13T17:47:34.529Z | Downloaded stable_deref_trait v1.2.0 |
| 510 | 2026-08-13T17:47:34.532Z | Downloaded serde_path_to_error v0.1.20 |
| 511 | 2026-08-13T17:47:34.532Z | Downloaded getrandom v0.2.16 |
| 512 | 2026-08-13T17:47:34.535Z | Downloaded strum v0.26.3 |
| 513 | 2026-08-13T17:47:34.535Z | Downloaded async-compression v0.4.33 |
| 514 | 2026-08-13T17:47:34.539Z | Downloaded cookie v0.18.1 |
| 515 | 2026-08-13T17:47:34.542Z | Downloaded bytes v1.12.0 |
| 516 | 2026-08-13T17:47:34.542Z | Downloaded dropshot-api-manager v0.7.2 |
| 517 | 2026-08-13T17:47:34.545Z | Downloaded curl v0.4.50 |
| 518 | 2026-08-13T17:47:34.548Z | Downloaded sync_wrapper v1.0.2 |
| 519 | 2026-08-13T17:47:34.551Z | Downloaded sha1 v0.10.6 |
| 520 | 2026-08-13T17:47:34.551Z | Downloaded structmeta v0.3.0 |
| 521 | 2026-08-13T17:47:34.551Z | Downloaded strsim v0.11.1 |
| 522 | 2026-08-13T17:47:34.555Z | Downloaded cc v1.2.64 |
| 523 | 2026-08-13T17:47:34.555Z | Downloaded shlex v2.0.1 |
| 524 | 2026-08-13T17:47:34.558Z | Downloaded shlex v1.3.0 |
| 525 | 2026-08-13T17:47:34.558Z | Downloaded derive_more v0.99.20 |
| 526 | 2026-08-13T17:47:34.561Z | Downloaded swrite v0.1.0 |
| 527 | 2026-08-13T17:47:34.561Z | Downloaded signal-hook-registry v1.4.6 |
| 528 | 2026-08-13T17:47:34.564Z | Downloaded openssl-sys v0.9.117 |
| 529 | 2026-08-13T17:47:34.567Z | Downloaded take_mut v0.2.2 |
| 530 | 2026-08-13T17:47:34.567Z | Downloaded pest_derive v2.8.2 |
| 531 | 2026-08-13T17:47:34.571Z | Downloaded termtree v0.5.1 |
| 532 | 2026-08-13T17:47:34.571Z | Downloaded tagptr v0.2.0 |
| 533 | 2026-08-13T17:47:34.571Z | Downloaded serde_tokenstream v0.2.3 |
| 534 | 2026-08-13T17:47:34.574Z | Downloaded tabled_derive v0.7.0 |
| 535 | 2026-08-13T17:47:34.574Z | Downloaded supports-color v3.0.2 |
| 536 | 2026-08-13T17:47:34.575Z | Downloaded tabwriter v1.4.1 |
| 537 | 2026-08-13T17:47:34.578Z | Downloaded hickory-resolver v0.24.4 |
| 538 | 2026-08-13T17:47:34.578Z | Downloaded terminal_size v0.4.3 |
| 539 | 2026-08-13T17:47:34.581Z | Downloaded http v1.4.2 |
| 540 | 2026-08-13T17:47:34.581Z | Downloaded smf v0.2.3 |
| 541 | 2026-08-13T17:47:34.584Z | Downloaded testing_table v0.3.0 |
| 542 | 2026-08-13T17:47:34.584Z | Downloaded snafu-derive v0.8.9 |
| 543 | 2026-08-13T17:47:34.584Z | Downloaded memchr v2.7.5 |
| 544 | 2026-08-13T17:47:34.587Z | Downloaded slog-json v2.6.1 |
| 545 | 2026-08-13T17:47:34.590Z | Downloaded crossbeam-channel v0.5.15 |
| 546 | 2026-08-13T17:47:34.593Z | Downloaded slog-term v2.9.2 |
| 547 | 2026-08-13T17:47:34.593Z | Downloaded miniz_oxide v0.8.9 |
| 548 | 2026-08-13T17:47:34.597Z | Downloaded icu_normalizer_data v2.0.0 |
| 549 | 2026-08-13T17:47:34.597Z | Downloaded structmeta-derive v0.3.0 |
| 550 | 2026-08-13T17:47:34.600Z | Downloaded proc-macro2 v1.0.106 |
| 551 | 2026-08-13T17:47:34.600Z | Downloaded strum_macros v0.27.2 |
| 552 | 2026-08-13T17:47:34.603Z | Downloaded strum_macros v0.26.4 |
| 553 | 2026-08-13T17:47:34.603Z | Downloaded tinyvec_macros v0.1.1 |
| 554 | 2026-08-13T17:47:34.606Z | Downloaded thread-id v4.2.2 |
| 555 | 2026-08-13T17:47:34.606Z | Downloaded strum_macros v0.28.0 |
| 556 | 2026-08-13T17:47:34.606Z | Downloaded slog-dtrace v0.3.0 |
| 557 | 2026-08-13T17:47:34.610Z | Downloaded slog-async v2.8.0 |
| 558 | 2026-08-13T17:47:34.610Z | Downloaded prettyplease v0.2.37 |
| 559 | 2026-08-13T17:47:34.613Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 560 | 2026-08-13T17:47:34.613Z | Downloaded slab v0.4.11 |
| 561 | 2026-08-13T17:47:34.613Z | Downloaded icu_collections v2.0.0 |
| 562 | 2026-08-13T17:47:34.616Z | Downloaded synstructure v0.13.2 |
| 563 | 2026-08-13T17:47:34.619Z | Downloaded crypto-bigint v0.5.5 |
| 564 | 2026-08-13T17:47:34.624Z | Downloaded pin-project v1.1.10 |
| 565 | 2026-08-13T17:47:34.627Z | Downloaded static_assertions v1.1.0 |
| 566 | 2026-08-13T17:47:34.630Z | Downloaded progenitor-impl v0.10.0 |
| 567 | 2026-08-13T17:47:34.630Z | Downloaded tokio-macros v2.7.0 |
| 568 | 2026-08-13T17:47:34.633Z | Downloaded toml_datetime v0.6.11 |
| 569 | 2026-08-13T17:47:34.633Z | Downloaded progenitor-impl v0.14.0 |
| 570 | 2026-08-13T17:47:34.637Z | Downloaded semver v1.0.28 |
| 571 | 2026-08-13T17:47:34.637Z | Downloaded hashbrown v0.12.3 |
| 572 | 2026-08-13T17:47:34.640Z | Downloaded thiserror v1.0.69 |
| 573 | 2026-08-13T17:47:34.643Z | Downloaded strum v0.27.2 |
| 574 | 2026-08-13T17:47:34.643Z | Downloaded ryu v1.0.20 |
| 575 | 2026-08-13T17:47:34.647Z | Downloaded subtle v2.6.1 |
| 576 | 2026-08-13T17:47:34.647Z | Downloaded schemars v0.8.22 |
| 577 | 2026-08-13T17:47:34.651Z | Downloaded thiserror-impl v2.0.18 |
| 578 | 2026-08-13T17:47:34.654Z | Downloaded sha2 v0.10.9 |
| 579 | 2026-08-13T17:47:34.654Z | Downloaded serde_with_macros v3.14.1 |
| 580 | 2026-08-13T17:47:34.657Z | Downloaded strum v0.28.0 |
| 581 | 2026-08-13T17:47:34.657Z | Downloaded tower-service v0.3.3 |
| 582 | 2026-08-13T17:47:34.657Z | Downloaded rayon-core v1.13.0 |
| 583 | 2026-08-13T17:47:34.662Z | Downloaded tower-layer v0.3.3 |
| 584 | 2026-08-13T17:47:34.662Z | Downloaded topological-sort v0.2.2 |
| 585 | 2026-08-13T17:47:34.666Z | Downloaded toml_write v0.1.2 |
| 586 | 2026-08-13T17:47:34.666Z | Downloaded serde_core v1.0.228 |
| 587 | 2026-08-13T17:47:34.666Z | Downloaded minimal-lexical v0.2.1 |
| 588 | 2026-08-13T17:47:34.669Z | Downloaded tinystr v0.8.1 |
| 589 | 2026-08-13T17:47:34.669Z | Downloaded time-macros v0.2.27 |
| 590 | 2026-08-13T17:47:34.669Z | Downloaded time-core v0.1.8 |
| 591 | 2026-08-13T17:47:34.672Z | Downloaded unarray v0.1.4 |
| 592 | 2026-08-13T17:47:34.672Z | Downloaded typify-macro v0.4.3 |
| 593 | 2026-08-13T17:47:34.672Z | Downloaded serde_derive_internals v0.29.1 |
| 594 | 2026-08-13T17:47:34.676Z | Downloaded typify-macro v0.6.2 |
| 595 | 2026-08-13T17:47:34.676Z | Downloaded smallvec v1.15.1 |
| 596 | 2026-08-13T17:47:34.676Z | Downloaded unicode-linebreak v0.1.5 |
| 597 | 2026-08-13T17:47:34.679Z | Downloaded thread-id v5.0.0 |
| 598 | 2026-08-13T17:47:34.679Z | Downloaded thiserror-no-std v2.0.2 |
| 599 | 2026-08-13T17:47:34.684Z | Downloaded thiserror-impl v1.0.69 |
| 600 | 2026-08-13T17:47:34.684Z | Downloaded thiserror v2.0.18 |
| 601 | 2026-08-13T17:47:34.688Z | Downloaded scroll v0.13.0 |
| 602 | 2026-08-13T17:47:34.688Z | Downloaded hyper-util v0.1.20 |
| 603 | 2026-08-13T17:47:34.691Z | Downloaded thread_local v1.1.9 |
| 604 | 2026-08-13T17:47:34.691Z | Downloaded tokio-rustls v0.25.0 |
| 605 | 2026-08-13T17:47:34.691Z | Downloaded tokio-dtrace v0.1.1 |
| 606 | 2026-08-13T17:47:34.694Z | Downloaded spin v0.9.8 |
| 607 | 2026-08-13T17:47:34.694Z | Downloaded progenitor-impl v0.11.1 |
| 608 | 2026-08-13T17:47:34.697Z | Downloaded untrusted v0.9.0 |
| 609 | 2026-08-13T17:47:34.697Z | Downloaded derive-where v1.6.0 |
| 610 | 2026-08-13T17:47:34.700Z | Downloaded crossbeam-utils v0.8.21 |
| 611 | 2026-08-13T17:47:34.700Z | Downloaded cmake v0.1.54 |
| 612 | 2026-08-13T17:47:34.700Z | Downloaded usdt v0.6.0 |
| 613 | 2026-08-13T17:47:34.705Z | Downloaded num_enum v0.7.5 |
| 614 | 2026-08-13T17:47:34.705Z | Downloaded num-integer v0.1.46 |
| 615 | 2026-08-13T17:47:34.709Z | Downloaded num-complex v0.4.6 |
| 616 | 2026-08-13T17:47:34.709Z | Downloaded const-oid v0.10.2 |
| 617 | 2026-08-13T17:47:34.709Z | Downloaded tokio-native-tls v0.3.1 |
| 618 | 2026-08-13T17:47:34.712Z | Downloaded unicode-xid v0.2.6 |
| 619 | 2026-08-13T17:47:34.712Z | Downloaded signal-hook v0.4.4 |
| 620 | 2026-08-13T17:47:34.712Z | Downloaded usdt-macro v0.5.0 |
| 621 | 2026-08-13T17:47:34.712Z | Downloaded usdt-attr-macro v0.6.0 |
| 622 | 2026-08-13T17:47:34.715Z | Downloaded utf8parse v0.2.2 |
| 623 | 2026-08-13T17:47:34.715Z | Downloaded usdt-macro v0.6.0 |
| 624 | 2026-08-13T17:47:34.715Z | Downloaded usdt-attr-macro v0.5.0 |
| 625 | 2026-08-13T17:47:34.715Z | Downloaded wait-timeout v0.2.1 |
| 626 | 2026-08-13T17:47:34.718Z | Downloaded version_check v0.9.5 |
| 627 | 2026-08-13T17:47:34.719Z | Downloaded term v1.2.0 |
| 628 | 2026-08-13T17:47:34.722Z | Downloaded schemars v0.9.0 |
| 629 | 2026-08-13T17:47:34.725Z | Downloaded socket2 v0.6.4 |
| 630 | 2026-08-13T17:47:34.729Z | Downloaded serde_yaml v0.9.34+deprecated |
| 631 | 2026-08-13T17:47:34.729Z | Downloaded quinn v0.11.9 |
| 632 | 2026-08-13T17:47:34.732Z | Downloaded tempfile v3.27.0 |
| 633 | 2026-08-13T17:47:34.735Z | Downloaded want v0.3.1 |
| 634 | 2026-08-13T17:47:34.735Z | Downloaded waitgroup v0.1.2 |
| 635 | 2026-08-13T17:47:34.735Z | Downloaded usdt v0.5.0 |
| 636 | 2026-08-13T17:47:34.735Z | Downloaded universal-hash v0.5.1 |
| 637 | 2026-08-13T17:47:34.738Z | Downloaded colored v3.1.1 |
| 638 | 2026-08-13T17:47:34.738Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 639 | 2026-08-13T17:47:34.738Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 640 | 2026-08-13T17:47:34.742Z | Downloaded scuffle v0.1.0 |
| 641 | 2026-08-13T17:47:34.742Z | Downloaded serde_derive v1.0.228 |
| 642 | 2026-08-13T17:47:34.745Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 643 | 2026-08-13T17:47:34.745Z | Downloaded chacha20poly1305 v0.10.1 |
| 644 | 2026-08-13T17:47:34.745Z | Downloaded clap_derive v4.6.1 |
| 645 | 2026-08-13T17:47:34.748Z | Downloaded ciborium v0.2.2 |
| 646 | 2026-08-13T17:47:34.748Z | Downloaded futures-channel v0.3.32 |
| 647 | 2026-08-13T17:47:34.751Z | Downloaded similar v2.7.0 |
| 648 | 2026-08-13T17:47:34.754Z | Downloaded xattr v1.6.1 |
| 649 | 2026-08-13T17:47:34.755Z | Downloaded try-lock v0.2.5 |
| 650 | 2026-08-13T17:47:34.755Z | Downloaded rustls-pki-types v1.12.0 |
| 651 | 2026-08-13T17:47:34.758Z | Downloaded bitflags v2.11.1 |
| 652 | 2026-08-13T17:47:34.761Z | Downloaded yoke-derive v0.8.0 |
| 653 | 2026-08-13T17:47:34.761Z | Downloaded globset v0.4.16 |
| 654 | 2026-08-13T17:47:34.761Z | Downloaded foldhash v0.1.5 |
| 655 | 2026-08-13T17:47:34.761Z | Downloaded camino-tempfile v1.4.1 |
| 656 | 2026-08-13T17:47:34.764Z | Downloaded digest v0.11.3 |
| 657 | 2026-08-13T17:47:34.764Z | Downloaded daft v0.1.5 |
| 658 | 2026-08-13T17:47:34.768Z | Downloaded arrayvec v0.7.6 |
| 659 | 2026-08-13T17:47:34.768Z | Downloaded inout v0.1.4 |
| 660 | 2026-08-13T17:47:34.768Z | Downloaded glob v0.3.3 |
| 661 | 2026-08-13T17:47:34.771Z | Downloaded futures-executor v0.3.32 |
| 662 | 2026-08-13T17:47:34.771Z | Downloaded aead v0.5.2 |
| 663 | 2026-08-13T17:47:34.771Z | Downloaded group v0.13.0 |
| 664 | 2026-08-13T17:47:34.771Z | Downloaded futures-macro v0.3.32 |
| 665 | 2026-08-13T17:47:34.775Z | Downloaded untrusted v0.7.1 |
| 666 | 2026-08-13T17:47:34.775Z | Downloaded fs-err v3.1.2 |
| 667 | 2026-08-13T17:47:34.775Z | Downloaded digest v0.10.7 |
| 668 | 2026-08-13T17:47:34.775Z | Downloaded crossbeam-deque v0.8.6 |
| 669 | 2026-08-13T17:47:34.778Z | Downloaded zerofrom-derive v0.1.6 |
| 670 | 2026-08-13T17:47:34.778Z | Downloaded console v0.15.11 |
| 671 | 2026-08-13T17:47:34.781Z | Downloaded zerofrom v0.1.6 |
| 672 | 2026-08-13T17:47:34.781Z | Downloaded dof v0.3.0 |
| 673 | 2026-08-13T17:47:34.781Z | Downloaded compression-core v0.4.32 |
| 674 | 2026-08-13T17:47:34.781Z | Downloaded zeroize_derive v1.4.3 |
| 675 | 2026-08-13T17:47:34.781Z | Downloaded chacha20 v0.9.1 |
| 676 | 2026-08-13T17:47:34.785Z | Downloaded cexpr v0.6.0 |
| 677 | 2026-08-13T17:47:34.785Z | Downloaded zone v0.3.1 |
| 678 | 2026-08-13T17:47:34.785Z | Downloaded anstyle-query v1.1.4 |
| 679 | 2026-08-13T17:47:34.788Z | Downloaded utf8_iter v1.0.4 |
| 680 | 2026-08-13T17:47:34.788Z | Downloaded tokio-stream v0.1.17 |
| 681 | 2026-08-13T17:47:34.788Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 682 | 2026-08-13T17:47:34.792Z | Downloaded float-ord v0.3.2 |
| 683 | 2026-08-13T17:47:34.792Z | Downloaded zone_cfg_derive v0.3.1 |
| 684 | 2026-08-13T17:47:34.792Z | Downloaded usdt-impl v0.5.0 |
| 685 | 2026-08-13T17:47:34.795Z | Downloaded usdt-impl v0.6.0 |
| 686 | 2026-08-13T17:47:34.795Z | Downloaded filetime v0.2.26 |
| 687 | 2026-08-13T17:47:34.796Z | Downloaded data-encoding v2.9.0 |
| 688 | 2026-08-13T17:47:34.796Z | Downloaded either v1.15.0 |
| 689 | 2026-08-13T17:47:34.802Z | Downloaded cpufeatures v0.2.17 |
| 690 | 2026-08-13T17:47:34.802Z | Downloaded foreign-types v0.5.0 |
| 691 | 2026-08-13T17:47:34.803Z | Downloaded textwrap v0.16.2 |
| 692 | 2026-08-13T17:47:34.803Z | Downloaded vsss-rs v3.3.4 |
| 693 | 2026-08-13T17:47:34.806Z | Downloaded toml v0.8.23 |
| 694 | 2026-08-13T17:47:34.806Z | Downloaded test-strategy v0.4.3 |
| 695 | 2026-08-13T17:47:34.806Z | Downloaded socket2 v0.5.10 |
| 696 | 2026-08-13T17:47:34.806Z | Downloaded serde v1.0.228 |
| 697 | 2026-08-13T17:47:34.809Z | Downloaded dof v0.4.0 |
| 698 | 2026-08-13T17:47:34.809Z | Downloaded futures-core v0.3.32 |
| 699 | 2026-08-13T17:47:34.809Z | Downloaded fnv v1.0.7 |
| 700 | 2026-08-13T17:47:34.812Z | Downloaded async-stream v0.3.6 |
| 701 | 2026-08-13T17:47:34.813Z | Downloaded ucd-trie v0.1.7 |
| 702 | 2026-08-13T17:47:34.813Z | Downloaded aho-corasick v1.1.3 |
| 703 | 2026-08-13T17:47:34.816Z | Downloaded tracing-attributes v0.1.30 |
| 704 | 2026-08-13T17:47:34.819Z | Downloaded crucible-workspace-hack v0.1.0 |
| 705 | 2026-08-13T17:47:34.819Z | Downloaded block-buffer v0.12.0 |
| 706 | 2026-08-13T17:47:34.819Z | Downloaded whoami v1.6.1 |
| 707 | 2026-08-13T17:47:34.819Z | Downloaded autocfg v1.5.0 |
| 708 | 2026-08-13T17:47:34.824Z | Downloaded nom v7.1.3 |
| 709 | 2026-08-13T17:47:34.827Z | Downloaded slog v2.8.2 |
| 710 | 2026-08-13T17:47:34.827Z | Downloaded mio v1.2.1 |
| 711 | 2026-08-13T17:47:34.830Z | Downloaded itertools v0.12.1 |
| 712 | 2026-08-13T17:47:34.833Z | Downloaded writeable v0.6.1 |
| 713 | 2026-08-13T17:47:34.833Z | Downloaded zerovec-derive v0.11.1 |
| 714 | 2026-08-13T17:47:34.837Z | Downloaded yoke v0.8.0 |
| 715 | 2026-08-13T17:47:34.837Z | Downloaded iri-string v0.7.8 |
| 716 | 2026-08-13T17:47:34.840Z | Downloaded zmij v1.0.17 |
| 717 | 2026-08-13T17:47:34.840Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 718 | 2026-08-13T17:47:34.843Z | Downloaded rustls-webpki v0.103.6 |
| 719 | 2026-08-13T17:47:34.846Z | Downloaded snafu v0.8.9 |
| 720 | 2026-08-13T17:47:34.850Z | Downloaded qorb v0.4.1 |
| 721 | 2026-08-13T17:47:34.853Z | Downloaded indexmap v2.14.0 |
| 722 | 2026-08-13T17:47:34.853Z | Downloaded zeroize v1.8.1 |
| 723 | 2026-08-13T17:47:34.853Z | Downloaded tokio-rustls v0.26.4 |
| 724 | 2026-08-13T17:47:34.856Z | Downloaded tinyvec v1.10.0 |
| 725 | 2026-08-13T17:47:34.856Z | Downloaded rand v0.9.3 |
| 726 | 2026-08-13T17:47:34.860Z | Downloaded rand v0.8.5 |
| 727 | 2026-08-13T17:47:34.860Z | Downloaded steno v0.4.1 |
| 728 | 2026-08-13T17:47:34.863Z | Downloaded walkdir v2.5.0 |
| 729 | 2026-08-13T17:47:34.863Z | Downloaded schemars v1.2.0 |
| 730 | 2026-08-13T17:47:34.870Z | Downloaded zerocopy-derive v0.7.35 |
| 731 | 2026-08-13T17:47:34.874Z | Downloaded icu_properties_data v2.0.1 |
| 732 | 2026-08-13T17:47:34.877Z | Downloaded hashbrown v0.16.1 |
| 733 | 2026-08-13T17:47:34.882Z | Downloaded unsafe-libyaml v0.2.11 |
| 734 | 2026-08-13T17:47:34.886Z | Downloaded iddqd v0.3.18 |
| 735 | 2026-08-13T17:47:34.886Z | Downloaded unicode-ident v1.0.24 |
| 736 | 2026-08-13T17:47:34.889Z | Downloaded typify v0.4.3 |
| 737 | 2026-08-13T17:47:34.892Z | Downloaded h2 v0.4.14 |
| 738 | 2026-08-13T17:47:34.895Z | Downloaded tracing-core v0.1.34 |
| 739 | 2026-08-13T17:47:34.895Z | Downloaded futures-util v0.3.32 |
| 740 | 2026-08-13T17:47:34.900Z | Downloaded pest v2.8.2 |
| 741 | 2026-08-13T17:47:34.903Z | Downloaded toml v0.7.8 |
| 742 | 2026-08-13T17:47:34.907Z | Downloaded hashbrown v0.17.1 |
| 743 | 2026-08-13T17:47:34.910Z | Downloaded hashbrown v0.15.5 |
| 744 | 2026-08-13T17:47:34.914Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 745 | 2026-08-13T17:47:34.914Z | Downloaded clap_builder v4.6.0 |
| 746 | 2026-08-13T17:47:34.917Z | Downloaded idna v1.1.0 |
| 747 | 2026-08-13T17:47:34.922Z | Downloaded tar v0.4.45 |
| 748 | 2026-08-13T17:47:34.922Z | Downloaded anstyle v1.0.14 |
| 749 | 2026-08-13T17:47:34.922Z | Downloaded vergen v8.3.2 |
| 750 | 2026-08-13T17:47:34.925Z | Downloaded dropshot_endpoint v0.17.1 |
| 751 | 2026-08-13T17:47:34.925Z | Downloaded bitflags v1.3.2 |
| 752 | 2026-08-13T17:47:34.928Z | Downloaded hyper v1.10.1 |
| 753 | 2026-08-13T17:47:34.933Z | Downloaded toml_edit v0.19.15 |
| 754 | 2026-08-13T17:47:34.938Z | Downloaded uuid v1.23.3 |
| 755 | 2026-08-13T17:47:34.941Z | Downloaded goblin v0.8.2 |
| 756 | 2026-08-13T17:47:34.944Z | Downloaded typify v0.6.2 |
| 757 | 2026-08-13T17:47:34.948Z | Downloaded hkdf v0.12.4 |
| 758 | 2026-08-13T17:47:34.948Z | Downloaded async-stream-impl v0.3.6 |
| 759 | 2026-08-13T17:47:34.948Z | Downloaded tracing v0.1.41 |
| 760 | 2026-08-13T17:47:34.952Z | Downloaded debug-ignore v1.0.5 |
| 761 | 2026-08-13T17:47:34.952Z | Downloaded itertools v0.14.0 |
| 762 | 2026-08-13T17:47:34.955Z | Downloaded iddqd v0.4.5 |
| 763 | 2026-08-13T17:47:34.959Z | Downloaded crc8 v0.1.1 |
| 764 | 2026-08-13T17:47:34.967Z | Downloaded dyn-clone v1.0.20 |
| 765 | 2026-08-13T17:47:34.967Z | Downloaded dtrace-parser v0.2.0 |
| 766 | 2026-08-13T17:47:34.967Z | Downloaded toml_edit v0.22.27 |
| 767 | 2026-08-13T17:47:34.970Z | Downloaded cfg_aliases v0.2.1 |
| 768 | 2026-08-13T17:47:34.971Z | Downloaded url v2.5.7 |
| 769 | 2026-08-13T17:47:34.971Z | Downloaded block-buffer v0.10.4 |
| 770 | 2026-08-13T17:47:34.971Z | Downloaded base64ct v1.8.0 |
| 771 | 2026-08-13T17:47:34.971Z | Downloaded embedded-io v0.4.0 |
| 772 | 2026-08-13T17:47:34.971Z | Downloaded dtrace-parser v0.3.0 |
| 773 | 2026-08-13T17:47:34.971Z | Downloaded cfg-if v1.0.4 |
| 774 | 2026-08-13T17:47:34.971Z | Downloaded cargo_metadata v0.18.1 |
| 775 | 2026-08-13T17:47:34.971Z | Downloaded equivalent v1.0.2 |
| 776 | 2026-08-13T17:47:34.974Z | Downloaded cargo-platform v0.1.9 |
| 777 | 2026-08-13T17:47:34.986Z | Downloaded reqwest v0.13.2 |
| 778 | 2026-08-13T17:47:35.000Z | Downloaded regex v1.12.4 |
| 779 | 2026-08-13T17:47:35.008Z | Downloaded tower v0.5.2 |
| 780 | 2026-08-13T17:47:35.013Z | Downloaded serde_json v1.0.150 |
| 781 | 2026-08-13T17:47:35.017Z | Downloaded rayon v1.11.0 |
| 782 | 2026-08-13T17:47:35.021Z | Downloaded tokio-util v0.7.16 |
| 783 | 2026-08-13T17:47:35.025Z | Downloaded libm v0.2.15 |
| 784 | 2026-08-13T17:47:35.030Z | Downloaded blake3 v1.8.2 |
| 785 | 2026-08-13T17:47:35.034Z | Downloaded itertools v0.15.0 |
| 786 | 2026-08-13T17:47:35.038Z | Downloaded zerocopy-derive v0.8.27 |
| 787 | 2026-08-13T17:47:35.042Z | Downloaded git2 v0.19.0 |
| 788 | 2026-08-13T17:47:35.048Z | Downloaded goblin v0.10.1 |
| 789 | 2026-08-13T17:47:35.057Z | Downloaded tower-http v0.6.8 |
| 790 | 2026-08-13T17:47:35.063Z | Downloaded tough v0.20.0 |
| 791 | 2026-08-13T17:47:35.066Z | Downloaded typenum v1.20.1 |
| 792 | 2026-08-13T17:47:35.069Z | Downloaded typed-path v0.9.3 |
| 793 | 2026-08-13T17:47:35.072Z | Downloaded zerotrie v0.2.2 |
| 794 | 2026-08-13T17:47:35.075Z | Downloaded unicode-segmentation v1.12.0 |
| 795 | 2026-08-13T17:47:35.080Z | Downloaded reqwest v0.12.23 |
| 796 | 2026-08-13T17:47:35.105Z | Downloaded aws-lc-rs v1.16.2 |
| 797 | 2026-08-13T17:47:35.110Z | Downloaded unicode-normalization v0.1.24 |
| 798 | 2026-08-13T17:47:35.116Z | Downloaded moka v0.12.11 |
| 799 | 2026-08-13T17:47:35.121Z | Downloaded portable-atomic v1.11.1 |
| 800 | 2026-08-13T17:47:35.125Z | Downloaded zerocopy v0.7.35 |
| 801 | 2026-08-13T17:47:35.133Z | Downloaded serde_with v3.14.1 |
| 802 | 2026-08-13T17:47:35.140Z | Downloaded zerovec v0.11.4 |
| 803 | 2026-08-13T17:47:35.147Z | Downloaded bindgen v0.72.1 |
| 804 | 2026-08-13T17:47:35.155Z | Downloaded chrono v0.4.45 |
| 805 | 2026-08-13T17:47:35.160Z | Downloaded winnow v0.7.14 |
| 806 | 2026-08-13T17:47:35.167Z | Downloaded winnow v1.0.3 |
| 807 | 2026-08-13T17:47:35.172Z | Downloaded proptest v1.8.0 |
| 808 | 2026-08-13T17:47:35.177Z | Downloaded tabled v0.15.0 |
| 809 | 2026-08-13T17:47:35.186Z | Downloaded quinn-proto v0.11.14 |
| 810 | 2026-08-13T17:47:35.190Z | Downloaded winnow v0.5.40 |
| 811 | 2026-08-13T17:47:35.194Z | Downloaded rustls-webpki v0.102.8 |
| 812 | 2026-08-13T17:47:35.226Z | Downloaded syn v1.0.109 |
| 813 | 2026-08-13T17:47:35.232Z | Downloaded dropshot v0.17.1 |
| 814 | 2026-08-13T17:47:35.244Z | Downloaded curve25519-dalek v4.1.3 |
| 815 | 2026-08-13T17:47:35.249Z | Downloaded dropshot v0.16.7 |
| 816 | 2026-08-13T17:47:35.261Z | Downloaded zerocopy v0.8.27 |
| 817 | 2026-08-13T17:47:35.273Z | Downloaded unicode-width v0.2.1 |
| 818 | 2026-08-13T17:47:35.276Z | Downloaded rustls v0.22.4 |
| 819 | 2026-08-13T17:47:35.284Z | Downloaded regress v0.10.5 |
| 820 | 2026-08-13T17:47:35.288Z | Downloaded regex-syntax v0.8.11 |
| 821 | 2026-08-13T17:47:35.293Z | Downloaded hickory-proto v0.25.2 |
| 822 | 2026-08-13T17:47:35.303Z | Downloaded vcpkg v0.2.15 |
| 823 | 2026-08-13T17:47:35.323Z | Downloaded time v0.3.47 |
| 824 | 2026-08-13T17:47:35.329Z | Downloaded openssl v0.10.81 |
| 825 | 2026-08-13T17:47:35.335Z | Downloaded nix v0.30.1 |
| 826 | 2026-08-13T17:47:35.341Z | Downloaded bstr v1.12.0 |
| 827 | 2026-08-13T17:47:35.346Z | Downloaded hickory-proto v0.24.4 |
| 828 | 2026-08-13T17:47:35.355Z | Downloaded nix v0.31.3 |
| 829 | 2026-08-13T17:47:35.361Z | Downloaded openapiv3 v2.2.0 |
| 830 | 2026-08-13T17:47:35.368Z | Downloaded smoltcp v0.11.0 |
| 831 | 2026-08-13T17:47:35.375Z | Downloaded syn v2.0.118 |
| 832 | 2026-08-13T17:47:35.381Z | Downloaded typify-impl v0.6.2 |
| 833 | 2026-08-13T17:47:35.390Z | Downloaded typify-impl v0.4.3 |
| 834 | 2026-08-13T17:47:35.398Z | Downloaded rustls v0.23.40 |
| 835 | 2026-08-13T17:47:35.406Z | Downloaded rustix v0.38.44 |
| 836 | 2026-08-13T17:47:35.417Z | Downloaded regress v0.11.1 |
| 837 | 2026-08-13T17:47:35.422Z | Downloaded rustix v1.1.4 |
| 838 | 2026-08-13T17:47:35.435Z | Downloaded webpki-roots v1.0.2 |
| 839 | 2026-08-13T17:47:35.437Z | Downloaded unicode-width v0.1.14 |
| 840 | 2026-08-13T17:47:35.441Z | Downloaded tabled v0.21.0 |
| 841 | 2026-08-13T17:47:35.450Z | Downloaded regex-automata v0.4.13 |
| 842 | 2026-08-13T17:47:35.459Z | Downloaded jiff v0.2.15 |
| 843 | 2026-08-13T17:47:35.486Z | Downloaded libz-sys v1.1.22 |
| 844 | 2026-08-13T17:47:35.512Z | Downloaded tokio v1.52.3 |
| 845 | 2026-08-13T17:47:35.560Z | Downloaded encoding_rs v0.8.35 |
| 846 | 2026-08-13T17:47:35.573Z | Downloaded ring v0.17.14 |
| 847 | 2026-08-13T17:47:35.604Z | Downloaded petgraph v0.6.5 |
| 848 | 2026-08-13T17:47:35.627Z | Downloaded chrono-tz v0.10.4 |
| 849 | 2026-08-13T17:47:35.642Z | Downloaded petgraph v0.8.2 |
| 850 | 2026-08-13T17:47:35.673Z | Downloaded libc v0.2.186 |
| 851 | 2026-08-13T17:47:35.700Z | Downloaded sha3 v0.10.8 |
| 852 | 2026-08-13T17:47:35.703Z | Downloaded csv v1.4.0 |
| 853 | 2026-08-13T17:47:35.879Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 854 | 2026-08-13T17:47:35.910Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 855 | 2026-08-13T17:47:36.460Z | Downloaded aws-lc-sys v0.39.1 |
| 856 | 2026-08-13T17:47:36.781Z | Compiling proc-macro2 v1.0.106 |
| 857 | 2026-08-13T17:47:36.781Z | Compiling quote v1.0.45 |
| 858 | 2026-08-13T17:47:36.781Z | Compiling unicode-ident v1.0.24 |
| 859 | 2026-08-13T17:47:36.781Z | Compiling serde_core v1.0.228 |
| 860 | 2026-08-13T17:47:36.784Z | Compiling serde v1.0.228 |
| 861 | 2026-08-13T17:47:36.784Z | Compiling libc v0.2.186 |
| 862 | 2026-08-13T17:47:36.784Z | Checking cfg-if v1.0.4 |
| 863 | 2026-08-13T17:47:37.098Z | Compiling zmij v1.0.17 |
| 864 | 2026-08-13T17:47:37.114Z | Compiling autocfg v1.5.0 |
| 865 | 2026-08-13T17:47:37.393Z | Compiling memchr v2.7.5 |
| 866 | 2026-08-13T17:47:37.493Z | Compiling libm v0.2.15 |
| 867 | 2026-08-13T17:47:37.933Z | Compiling getrandom v0.4.2 |
| 868 | 2026-08-13T17:47:37.950Z | Compiling thiserror v2.0.18 |
| 869 | 2026-08-13T17:47:37.985Z | Checking smallvec v1.15.1 |
| 870 | 2026-08-13T17:47:38.043Z | Compiling version_check v0.9.5 |
| 871 | 2026-08-13T17:47:38.170Z | Checking itoa v1.0.15 |
| 872 | 2026-08-13T17:47:38.224Z | Compiling jobserver v0.1.34 |
| 873 | 2026-08-13T17:47:38.300Z | Compiling shlex v2.0.1 |
| 874 | 2026-08-13T17:47:38.316Z | Compiling syn v2.0.118 |
| 875 | 2026-08-13T17:47:38.346Z | Compiling find-msvc-tools v0.1.9 |
| 876 | 2026-08-13T17:47:38.390Z | Compiling icu_normalizer_data v2.0.0 |
| 877 | 2026-08-13T17:47:38.488Z | Compiling icu_properties_data v2.0.1 |
| 878 | 2026-08-13T17:47:38.535Z | Compiling cc v1.2.64 |
| 879 | 2026-08-13T17:47:38.590Z | Compiling parking_lot_core v0.9.12 |
| 880 | 2026-08-13T17:47:38.636Z | Checking stable_deref_trait v1.2.0 |
| 881 | 2026-08-13T17:47:38.692Z | Compiling serde_json v1.0.150 |
| 882 | 2026-08-13T17:47:38.937Z | Checking writeable v0.6.1 |
| 883 | 2026-08-13T17:47:38.954Z | Checking litemap v0.8.0 |
| 884 | 2026-08-13T17:47:39.008Z | Compiling heck v0.5.0 |
| 885 | 2026-08-13T17:47:39.123Z | Compiling num-traits v0.2.19 |
| 886 | 2026-08-13T17:47:39.138Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-08-13T17:47:39.380Z | Checking form_urlencoded v1.2.2 |
| 888 | 2026-08-13T17:47:39.509Z | Checking utf8_iter v1.0.4 |
| 889 | 2026-08-13T17:47:39.541Z | Compiling zerocopy v0.8.27 |
| 890 | 2026-08-13T17:47:39.557Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-08-13T17:47:39.636Z | Checking iana-time-zone v0.1.64 |
| 892 | 2026-08-13T17:47:39.654Z | Compiling log v0.4.29 |
| 893 | 2026-08-13T17:47:39.709Z | Compiling rustversion v1.0.22 |
| 894 | 2026-08-13T17:47:39.749Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-13T17:47:39.837Z | Compiling semver v1.0.28 |
| 896 | 2026-08-13T17:47:39.853Z | Checking socket2 v0.6.4 |
| 897 | 2026-08-13T17:47:39.868Z | Checking uuid v1.23.3 |
| 898 | 2026-08-13T17:47:39.986Z | Checking scopeguard v1.2.0 |
| 899 | 2026-08-13T17:47:40.091Z | Checking lock_api v0.4.14 |
| 900 | 2026-08-13T17:47:40.165Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-13T17:47:40.243Z | Checking mio v1.2.1 |
| 902 | 2026-08-13T17:47:40.296Z | Checking getrandom v0.2.16 |
| 903 | 2026-08-13T17:47:40.312Z | Checking dyn-clone v1.0.20 |
| 904 | 2026-08-13T17:47:40.326Z | Compiling schemars v0.8.22 |
| 905 | 2026-08-13T17:47:40.329Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-13T17:47:40.413Z | Checking bitflags v2.11.1 |
| 907 | 2026-08-13T17:47:40.532Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-08-13T17:47:40.578Z | Checking futures-core v0.3.32 |
| 909 | 2026-08-13T17:47:40.619Z | Checking critical-section v1.2.0 |
| 910 | 2026-08-13T17:47:40.692Z | Compiling ring v0.17.14 |
| 911 | 2026-08-13T17:47:40.739Z | Compiling hashbrown v0.17.1 |
| 912 | 2026-08-13T17:47:40.742Z | Compiling httparse v1.10.1 |
| 913 | 2026-08-13T17:47:40.867Z | Compiling thiserror v1.0.69 |
| 914 | 2026-08-13T17:47:41.022Z | Compiling regex-syntax v0.8.11 |
| 915 | 2026-08-13T17:47:41.187Z | Compiling synstructure v0.13.2 |
| 916 | 2026-08-13T17:47:41.215Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-08-13T17:47:41.461Z | Checking once_cell v1.21.3 |
| 918 | 2026-08-13T17:47:41.495Z | Compiling indexmap v2.14.0 |
| 919 | 2026-08-13T17:47:41.690Z | Checking futures-sink v0.3.32 |
| 920 | 2026-08-13T17:47:41.920Z | Checking slab v0.4.11 |
| 921 | 2026-08-13T17:47:41.955Z | Compiling rustix v1.1.4 |
| 922 | 2026-08-13T17:47:41.972Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-13T17:47:42.074Z | Checking subtle v2.6.1 |
| 924 | 2026-08-13T17:47:42.118Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-08-13T17:47:42.219Z | Checking futures-channel v0.3.32 |
| 926 | 2026-08-13T17:47:42.338Z | Compiling anyhow v1.0.102 |
| 927 | 2026-08-13T17:47:42.405Z | Checking rand_core v0.6.4 |
| 928 | 2026-08-13T17:47:42.422Z | Compiling serde_derive v1.0.228 |
| 929 | 2026-08-13T17:47:42.513Z | Compiling zerofrom-derive v0.1.6 |
| 930 | 2026-08-13T17:47:42.626Z | Compiling yoke-derive v0.8.0 |
| 931 | 2026-08-13T17:47:42.652Z | Compiling zerovec-derive v0.11.1 |
| 932 | 2026-08-13T17:47:42.673Z | Compiling displaydoc v0.2.5 |
| 933 | 2026-08-13T17:47:43.134Z | Compiling thiserror-impl v2.0.18 |
| 934 | 2026-08-13T17:47:43.410Z | Compiling schemars_derive v0.8.22 |
| 935 | 2026-08-13T17:47:43.436Z | Compiling tokio-macros v2.7.0 |
| 936 | 2026-08-13T17:47:43.637Z | Compiling zerocopy-derive v0.8.27 |
| 937 | 2026-08-13T17:47:43.722Z | Checking zerofrom v0.1.6 |
| 938 | 2026-08-13T17:47:43.737Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-08-13T17:47:43.847Z | Checking yoke v0.8.0 |
| 940 | 2026-08-13T17:47:44.024Z | Checking zerovec v0.11.4 |
| 941 | 2026-08-13T17:47:44.170Z | Checking zerotrie v0.2.2 |
| 942 | 2026-08-13T17:47:44.464Z | Compiling zeroize_derive v1.4.3 |
| 943 | 2026-08-13T17:47:44.509Z | Compiling thiserror-impl v1.0.69 |
| 944 | 2026-08-13T17:47:44.530Z | Compiling regex-automata v0.4.13 |
| 945 | 2026-08-13T17:47:44.610Z | Compiling pest v2.8.2 |
| 946 | 2026-08-13T17:47:44.731Z | Checking tinystr v0.8.1 |
| 947 | 2026-08-13T17:47:44.848Z | Checking potential_utf v0.1.3 |
| 948 | 2026-08-13T17:47:44.909Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-08-13T17:47:44.983Z | Checking icu_collections v2.0.0 |
| 950 | 2026-08-13T17:47:45.274Z | Checking zeroize v1.8.1 |
| 951 | 2026-08-13T17:47:45.350Z | Checking icu_provider v2.0.0 |
| 952 | 2026-08-13T17:47:45.486Z | Checking bytes v1.12.0 |
| 953 | 2026-08-13T17:47:45.528Z | Checking chrono v0.4.45 |
| 954 | 2026-08-13T17:47:45.604Z | Checking icu_normalizer v2.0.0 |
| 955 | 2026-08-13T17:47:45.641Z | Checking icu_properties v2.0.1 |
| 956 | 2026-08-13T17:47:45.808Z | Compiling serde_tokenstream v0.2.3 |
| 957 | 2026-08-13T17:47:45.918Z | Checking tokio v1.52.3 |
| 958 | 2026-08-13T17:47:46.150Z | Compiling pest_meta v2.8.2 |
| 959 | 2026-08-13T17:47:46.389Z | Compiling regex v1.12.4 |
| 960 | 2026-08-13T17:47:46.460Z | Checking idna_adapter v1.2.1 |
| 961 | 2026-08-13T17:47:46.588Z | Checking idna v1.1.0 |
| 962 | 2026-08-13T17:47:46.748Z | Checking futures-task v0.3.32 |
| 963 | 2026-08-13T17:47:46.782Z | Checking futures-io v0.3.32 |
| 964 | 2026-08-13T17:47:46.835Z | Checking url v2.5.7 |
| 965 | 2026-08-13T17:47:46.892Z | Checking typenum v1.20.1 |
| 966 | 2026-08-13T17:47:46.908Z | Checking futures-util v0.3.32 |
| 967 | 2026-08-13T17:47:47.075Z | Compiling pest_generator v2.8.2 |
| 968 | 2026-08-13T17:47:47.194Z | Compiling getrandom v0.3.3 |
| 969 | 2026-08-13T17:47:47.474Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-13T17:47:47.580Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-13T17:47:47.685Z | Compiling allocator-api2 v0.2.21 |
| 972 | 2026-08-13T17:47:47.720Z | Compiling pest_derive v2.8.2 |
| 973 | 2026-08-13T17:47:47.886Z | Compiling foldhash v0.2.0 |
| 974 | 2026-08-13T17:47:47.943Z | Compiling pkg-config v0.3.32 |
| 975 | 2026-08-13T17:47:48.030Z | Compiling hashbrown v0.16.1 |
| 976 | 2026-08-13T17:47:48.085Z | Checking fnv v1.0.7 |
| 977 | 2026-08-13T17:47:48.184Z | Checking http v1.4.2 |
| 978 | 2026-08-13T17:47:48.234Z | Compiling generic-array v0.14.7 |
| 979 | 2026-08-13T17:47:48.394Z | Compiling vcpkg v0.2.15 |
| 980 | 2026-08-13T17:47:48.616Z | Compiling time-core v0.1.8 |
| 981 | 2026-08-13T17:47:48.688Z | Compiling byteorder v1.5.0 |
| 982 | 2026-08-13T17:47:48.743Z | Compiling num-conv v0.2.1 |
| 983 | 2026-08-13T17:47:48.759Z | Checking tracing v0.1.41 |
| 984 | 2026-08-13T17:47:48.898Z | Compiling time-macros v0.2.27 |
| 985 | 2026-08-13T17:47:48.941Z | Checking errno v0.3.14 |
| 986 | 2026-08-13T17:47:48.972Z | Checking base64 v0.22.1 |
| 987 | 2026-08-13T17:47:49.069Z | Checking ipnet v2.11.0 |
| 988 | 2026-08-13T17:47:49.205Z | Checking tokio-util v0.7.16 |
| 989 | 2026-08-13T17:47:49.222Z | Compiling scroll_derive v0.13.1 |
| 990 | 2026-08-13T17:47:49.290Z | Compiling camino v1.2.3 |
| 991 | 2026-08-13T17:47:49.378Z | Checking crypto-common v0.1.6 |
| 992 | 2026-08-13T17:47:49.506Z | Checking http-body v1.0.1 |
| 993 | 2026-08-13T17:47:49.655Z | Checking atomic-waker v1.1.2 |
| 994 | 2026-08-13T17:47:49.671Z | Compiling crossbeam-utils v0.8.21 |
| 995 | 2026-08-13T17:47:49.705Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-08-13T17:47:49.896Z | Compiling slog v2.8.2 |
| 997 | 2026-08-13T17:47:50.006Z | Checking try-lock v0.2.5 |
| 998 | 2026-08-13T17:47:50.023Z | Compiling paste v1.0.15 |
| 999 | 2026-08-13T17:47:50.047Z | Checking tower-service v0.3.3 |
| 1000 | 2026-08-13T17:47:50.086Z | Checking tower-layer v0.3.3 |
| 1001 | 2026-08-13T17:47:50.103Z | Checking want v0.3.1 |
| 1002 | 2026-08-13T17:47:50.153Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-13T17:47:50.222Z | Checking ipnetwork v0.21.1 |
| 1004 | 2026-08-13T17:47:50.238Z | Checking erased-serde v0.3.31 |
| 1005 | 2026-08-13T17:47:50.354Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-13T17:47:50.370Z | Checking pretty-hex v0.4.1 |
| 1007 | 2026-08-13T17:47:50.405Z | Checking ryu v1.0.20 |
| 1008 | 2026-08-13T17:47:50.432Z | Checking httpdate v1.0.3 |
| 1009 | 2026-08-13T17:47:50.486Z | Compiling async-trait v0.1.89 |
| 1010 | 2026-08-13T17:47:50.546Z | Checking socket2 v0.5.10 |
| 1011 | 2026-08-13T17:47:50.628Z | Checking untrusted v0.9.0 |
| 1012 | 2026-08-13T17:47:50.643Z | Compiling scroll v0.13.0 |
| 1013 | 2026-08-13T17:47:50.780Z | Compiling usdt-impl v0.6.0 |
| 1014 | 2026-08-13T17:47:50.900Z | Compiling plain v0.2.3 |
| 1015 | 2026-08-13T17:47:50.994Z | Checking http-body-util v0.1.3 |
| 1016 | 2026-08-13T17:47:51.012Z | Compiling goblin v0.10.1 |
| 1017 | 2026-08-13T17:47:51.047Z | Compiling openssl-sys v0.9.117 |
| 1018 | 2026-08-13T17:47:51.082Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-13T17:47:51.204Z | Compiling fs_extra v1.3.0 |
| 1020 | 2026-08-13T17:47:51.220Z | Compiling strsim v0.11.1 |
| 1021 | 2026-08-13T17:47:51.423Z | Compiling slog-async v2.8.0 |
| 1022 | 2026-08-13T17:47:51.584Z | Compiling dunce v1.0.5 |
| 1023 | 2026-08-13T17:47:51.665Z | Checking rand_core v0.9.3 |
| 1024 | 2026-08-13T17:47:51.684Z | Compiling aws-lc-sys v0.39.1 |
| 1025 | 2026-08-13T17:47:51.730Z | Checking serde_urlencoded v0.7.1 |
| 1026 | 2026-08-13T17:47:51.745Z | Checking oxnet v0.1.6 |
| 1027 | 2026-08-13T17:47:51.760Z | Checking block-buffer v0.10.4 |
| 1028 | 2026-08-13T17:47:51.834Z | Compiling regress v0.10.5 |
| 1029 | 2026-08-13T17:47:51.897Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-13T17:47:51.932Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-13T17:47:52.005Z | Compiling thread-id v5.0.0 |
| 1032 | 2026-08-13T17:47:52.020Z | Checking hyper v1.10.1 |
| 1033 | 2026-08-13T17:47:52.528Z | Checking digest v0.10.7 |
| 1034 | 2026-08-13T17:47:52.731Z | Compiling ident_case v1.0.1 |
| 1035 | 2026-08-13T17:47:52.752Z | Compiling omicron-workspace-hack v0.1.0 |
| 1036 | 2026-08-13T17:47:52.856Z | Compiling darling_core v0.21.3 |
| 1037 | 2026-08-13T17:47:52.982Z | Checking rand_chacha v0.9.0 |
| 1038 | 2026-08-13T17:47:52.998Z | Checking hyper-util v0.1.20 |
| 1039 | 2026-08-13T17:47:53.170Z | Compiling daft-derive v0.1.5 |
| 1040 | 2026-08-13T17:47:53.400Z | Compiling typify-impl v0.4.3 |
| 1041 | 2026-08-13T17:47:53.502Z | Compiling aws-lc-rs v1.16.2 |
| 1042 | 2026-08-13T17:47:53.810Z | Compiling dof v0.4.0 |
| 1043 | 2026-08-13T17:47:54.053Z | Checking powerfmt v0.2.0 |
| 1044 | 2026-08-13T17:47:54.207Z | Checking deranged v0.5.3 |
| 1045 | 2026-08-13T17:47:54.567Z | Checking rand v0.9.3 |
| 1046 | 2026-08-13T17:47:54.729Z | Compiling unsafe-libyaml v0.2.11 |
| 1047 | 2026-08-13T17:47:54.751Z | Compiling syn v1.0.109 |
| 1048 | 2026-08-13T17:47:54.882Z | Compiling usdt-macro v0.6.0 |
| 1049 | 2026-08-13T17:47:54.954Z | Compiling darling_macro v0.21.3 |
| 1050 | 2026-08-13T17:47:55.009Z | Compiling usdt-attr-macro v0.6.0 |
| 1051 | 2026-08-13T17:47:55.056Z | Checking num_threads v0.1.7 |
| 1052 | 2026-08-13T17:47:55.238Z | Compiling serde_yaml v0.9.34+deprecated |
| 1053 | 2026-08-13T17:47:55.294Z | Checking time v0.3.47 |
| 1054 | 2026-08-13T17:47:55.497Z | Compiling darling v0.21.3 |
| 1055 | 2026-08-13T17:47:55.585Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-13T17:47:55.691Z | Checking encoding_rs v0.8.35 |
| 1057 | 2026-08-13T17:47:55.834Z | Checking cpufeatures v0.2.17 |
| 1058 | 2026-08-13T17:47:55.908Z | Checking mime v0.3.17 |
| 1059 | 2026-08-13T17:47:56.082Z | Checking untrusted v0.7.1 |
| 1060 | 2026-08-13T17:47:56.196Z | Checking tower v0.5.2 |
| 1061 | 2026-08-13T17:47:56.483Z | Checking crossbeam-channel v0.5.15 |
| 1062 | 2026-08-13T17:47:56.572Z | Checking futures-executor v0.3.32 |
| 1063 | 2026-08-13T17:47:56.624Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-08-13T17:47:56.661Z | Compiling multer v3.1.0 |
| 1065 | 2026-08-13T17:47:56.716Z | Compiling rustls v0.23.40 |
| 1066 | 2026-08-13T17:47:56.781Z | Compiling typify-macro v0.4.3 |
| 1067 | 2026-08-13T17:47:56.797Z | Compiling rustls v0.22.4 |
| 1068 | 2026-08-13T17:47:56.811Z | Checking iri-string v0.7.8 |
| 1069 | 2026-08-13T17:47:56.926Z | Checking futures v0.3.32 |
| 1070 | 2026-08-13T17:47:57.020Z | Compiling async-stream-impl v0.3.6 |
| 1071 | 2026-08-13T17:47:57.037Z | Checking thread_local v1.1.9 |
| 1072 | 2026-08-13T17:47:57.180Z | Checking hex v0.4.3 |
| 1073 | 2026-08-13T17:47:57.197Z | Compiling openssl v0.10.81 |
| 1074 | 2026-08-13T17:47:57.396Z | Checking foreign-types-shared v0.1.1 |
| 1075 | 2026-08-13T17:47:57.459Z | Checking fastrand v2.3.0 |
| 1076 | 2026-08-13T17:47:57.486Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-08-13T17:47:57.648Z | Compiling structmeta v0.3.0 |
| 1078 | 2026-08-13T17:47:57.690Z | Checking tempfile v3.27.0 |
| 1079 | 2026-08-13T17:47:57.706Z | Compiling openssl-macros v0.1.1 |
| 1080 | 2026-08-13T17:47:57.844Z | Compiling strum_macros v0.26.4 |
| 1081 | 2026-08-13T17:47:57.860Z | Checking tower-http v0.6.8 |
| 1082 | 2026-08-13T17:47:57.882Z | Checking memmap2 v0.9.8 |
| 1083 | 2026-08-13T17:47:57.886Z | Checking is-terminal v0.4.16 |
| 1084 | 2026-08-13T17:47:57.987Z | Checking match_cfg v0.1.0 |
| 1085 | 2026-08-13T17:47:58.060Z | Checking unicode-width v0.2.1 |
| 1086 | 2026-08-13T17:47:58.128Z | Compiling native-tls v0.2.14 |
| 1087 | 2026-08-13T17:47:58.156Z | Checking term v1.2.0 |
| 1088 | 2026-08-13T17:47:58.245Z | Checking take_mut v0.2.2 |
| 1089 | 2026-08-13T17:47:58.275Z | Compiling typify v0.4.3 |
| 1090 | 2026-08-13T17:47:58.350Z | Checking openssl-probe v0.1.6 |
| 1091 | 2026-08-13T17:47:58.398Z | Checking slog-term v2.9.2 |
| 1092 | 2026-08-13T17:47:58.432Z | Checking hostname v0.3.1 |
| 1093 | 2026-08-13T17:47:58.541Z | Checking slog-json v2.6.1 |
| 1094 | 2026-08-13T17:47:58.652Z | Compiling newtype-uuid-macros v0.1.0 |
| 1095 | 2026-08-13T17:47:58.696Z | Compiling ref-cast v1.0.25 |
| 1096 | 2026-08-13T17:47:58.804Z | Checking slog-bunyan v2.5.0 |
| 1097 | 2026-08-13T17:47:59.063Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-08-13T17:47:59.143Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-08-13T17:47:59.432Z | Compiling derive-ex v0.1.8 |
| 1100 | 2026-08-13T17:47:59.450Z | Checking webpki-roots v1.0.2 |
| 1101 | 2026-08-13T17:47:59.467Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-08-13T17:47:59.569Z | Compiling strum_macros v0.27.2 |
| 1103 | 2026-08-13T17:47:59.742Z | Checking either v1.15.0 |
| 1104 | 2026-08-13T17:47:59.932Z | Checking winnow v0.7.14 |
| 1105 | 2026-08-13T17:48:00.694Z | Checking tokio-native-tls v0.3.1 |
| 1106 | 2026-08-13T17:48:00.932Z | Checking hyper-tls v0.6.0 |
| 1107 | 2026-08-13T17:48:00.948Z | Compiling test-strategy v0.4.3 |
| 1108 | 2026-08-13T17:48:01.038Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-08-13T17:48:01.077Z | Checking newtype-uuid v1.3.2 |
| 1110 | 2026-08-13T17:48:01.098Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-13T17:48:01.251Z | Checking daft v0.1.5 |
| 1112 | 2026-08-13T17:48:01.322Z | Compiling serde_with_macros v3.14.1 |
| 1113 | 2026-08-13T17:48:01.387Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1114 | 2026-08-13T17:48:01.421Z | Checking usdt v0.6.0 |
| 1115 | 2026-08-13T17:48:01.464Z | Checking serde_spanned v1.1.1 |
| 1116 | 2026-08-13T17:48:01.480Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1117 | 2026-08-13T17:48:01.655Z | Checking debug-ignore v1.0.5 |
| 1118 | 2026-08-13T17:48:01.738Z | Checking spin v0.9.8 |
| 1119 | 2026-08-13T17:48:01.756Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-13T17:48:01.866Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-13T17:48:02.063Z | Checking rustls-webpki v0.102.8 |
| 1122 | 2026-08-13T17:48:02.079Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-13T17:48:02.221Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-13T17:48:02.271Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-08-13T17:48:02.324Z | Checking serde_path_to_error v0.1.20 |
| 1126 | 2026-08-13T17:48:02.403Z | Checking hostname v0.4.2 |
| 1127 | 2026-08-13T17:48:02.618Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-08-13T17:48:02.759Z | Checking strum v0.26.3 |
| 1129 | 2026-08-13T17:48:02.872Z | Checking rand_chacha v0.3.1 |
| 1130 | 2026-08-13T17:48:02.933Z | Compiling toml_datetime v0.6.11 |
| 1131 | 2026-08-13T17:48:03.071Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-13T17:48:03.106Z | Compiling progenitor-macro v0.11.1 |
| 1133 | 2026-08-13T17:48:03.180Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-13T17:48:03.250Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-13T17:48:03.337Z | Checking lazy_static v1.5.0 |
| 1136 | 2026-08-13T17:48:03.374Z | Checking bit-vec v0.8.0 |
| 1137 | 2026-08-13T17:48:03.405Z | Checking quick-error v1.2.3 |
| 1138 | 2026-08-13T17:48:03.435Z | Checking toml v0.9.12+spec-1.1.0 |
| 1139 | 2026-08-13T17:48:03.506Z | Checking rusty-fork v0.3.0 |
| 1140 | 2026-08-13T17:48:03.585Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-13T17:48:03.675Z | Checking rand v0.8.5 |
| 1142 | 2026-08-13T17:48:03.719Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-13T17:48:03.735Z | Checking tabwriter v1.4.1 |
| 1144 | 2026-08-13T17:48:03.914Z | Checking tokio-rustls v0.25.0 |
| 1145 | 2026-08-13T17:48:04.004Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-13T17:48:04.111Z | Checking rand_xorshift v0.4.0 |
| 1147 | 2026-08-13T17:48:04.168Z | Compiling clap_derive v4.6.1 |
| 1148 | 2026-08-13T17:48:04.230Z | Checking unarray v0.1.4 |
| 1149 | 2026-08-13T17:48:04.246Z | Checking colored v3.1.1 |
| 1150 | 2026-08-13T17:48:04.305Z | Checking utf8parse v0.2.2 |
| 1151 | 2026-08-13T17:48:04.332Z | Checking proptest v1.8.0 |
| 1152 | 2026-08-13T17:48:04.407Z | Checking anstyle-parse v1.0.0 |
| 1153 | 2026-08-13T17:48:04.436Z | Checking strum v0.27.2 |
| 1154 | 2026-08-13T17:48:04.564Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-13T17:48:04.649Z | Checking terminal_size v0.4.3 |
| 1156 | 2026-08-13T17:48:05.036Z | Checking anstyle v1.0.14 |
| 1157 | 2026-08-13T17:48:05.076Z | Checking anstyle-query v1.1.4 |
| 1158 | 2026-08-13T17:48:05.111Z | Checking is_terminal_polyfill v1.70.1 |
| 1159 | 2026-08-13T17:48:05.173Z | Checking colorchoice v1.0.4 |
| 1160 | 2026-08-13T17:48:05.274Z | Checking anstream v1.0.0 |
| 1161 | 2026-08-13T17:48:05.478Z | Checking clap_lex v1.1.0 |
| 1162 | 2026-08-13T17:48:05.944Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1163 | 2026-08-13T17:48:05.989Z | Checking clap_builder v4.6.0 |
| 1164 | 2026-08-13T17:48:06.524Z | Checking serde_with v3.14.1 |
| 1165 | 2026-08-13T17:48:06.581Z | Compiling itertools v0.14.0 |
| 1166 | 2026-08-13T17:48:07.200Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1167 | 2026-08-13T17:48:07.217Z | Checking clap v4.6.1 |
| 1168 | 2026-08-13T17:48:07.276Z | Checking instant v0.1.13 |
| 1169 | 2026-08-13T17:48:07.295Z | Checking rustc-hash v2.1.1 |
| 1170 | 2026-08-13T17:48:07.440Z | Checking iddqd v0.3.18 |
| 1171 | 2026-08-13T17:48:07.509Z | Checking backoff v0.4.0 |
| 1172 | 2026-08-13T17:48:07.687Z | Checking parse-display v0.10.0 |
| 1173 | 2026-08-13T17:48:07.805Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-08-13T17:48:07.891Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1175 | 2026-08-13T17:48:09.537Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-13T17:48:10.077Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-13T17:48:10.515Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-13T17:48:11.273Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-13T17:48:12.247Z | Compiling memoffset v0.9.1 |
| 1180 | 2026-08-13T17:48:12.636Z | Checking serde_spanned v0.6.9 |
| 1181 | 2026-08-13T17:48:13.405Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-13T17:48:14.003Z | Compiling hyper-rustls v0.27.7 |
| 1183 | 2026-08-13T17:48:14.212Z | Compiling reqwest v0.12.23 |
| 1184 | 2026-08-13T17:48:15.190Z | Checking crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-13T17:48:15.381Z | Compiling progenitor-client v0.11.1 |
| 1186 | 2026-08-13T17:48:15.500Z | Compiling winnow v0.5.40 |
| 1187 | 2026-08-13T17:48:16.815Z | Compiling toml_edit v0.19.15 |
| 1188 | 2026-08-13T17:48:16.928Z | Compiling progenitor v0.11.1 |
| 1189 | 2026-08-13T17:48:17.617Z | Compiling num-integer v0.1.46 |
| 1190 | 2026-08-13T17:48:17.983Z | Compiling proc-macro-crate v1.3.1 |
| 1191 | 2026-08-13T17:48:18.070Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1192 | 2026-08-13T17:48:18.437Z | Compiling progenitor-client v0.10.0 |
| 1193 | 2026-08-13T17:48:19.162Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2026-08-13T17:48:19.317Z | Compiling rayon-core v1.13.0 |
| 1195 | 2026-08-13T17:48:19.551Z | Checking toml_write v0.1.2 |
| 1196 | 2026-08-13T17:48:19.673Z | Checking hubpack v0.1.2 |
| 1197 | 2026-08-13T17:48:19.714Z | Checking toml_edit v0.22.27 |
| 1198 | 2026-08-13T17:48:19.781Z | Checking num-rational v0.4.2 |
| 1199 | 2026-08-13T17:48:19.833Z | Checking num-iter v0.1.45 |
| 1200 | 2026-08-13T17:48:20.182Z | Compiling zerocopy-derive v0.7.35 |
| 1201 | 2026-08-13T17:48:20.211Z | Compiling num-complex v0.4.6 |
| 1202 | 2026-08-13T17:48:20.453Z | Checking static_assertions v1.1.0 |
| 1203 | 2026-08-13T17:48:20.615Z | Checking num v0.4.3 |
| 1204 | 2026-08-13T17:48:20.768Z | Checking toml v0.8.23 |
| 1205 | 2026-08-13T17:48:20.796Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1206 | 2026-08-13T17:48:21.010Z | Checking crossbeam-deque v0.8.6 |
| 1207 | 2026-08-13T17:48:21.081Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1208 | 2026-08-13T17:48:21.192Z | Checking float-ord v0.3.2 |
| 1209 | 2026-08-13T17:48:21.365Z | Compiling proc-macro-error-attr v1.0.4 |
| 1210 | 2026-08-13T17:48:21.421Z | Compiling heck v0.4.1 |
| 1211 | 2026-08-13T17:48:21.515Z | Checking bytecount v0.6.9 |
| 1212 | 2026-08-13T17:48:21.597Z | Compiling heapless v0.8.0 |
| 1213 | 2026-08-13T17:48:21.661Z | Checking libscf-sys v1.2.0 |
| 1214 | 2026-08-13T17:48:21.677Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-13T17:48:21.792Z | Checking hash32 v0.3.1 |
| 1216 | 2026-08-13T17:48:21.920Z | Compiling proc-macro-error v1.0.4 |
| 1217 | 2026-08-13T17:48:22.128Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1218 | 2026-08-13T17:48:22.148Z | Compiling smoltcp v0.11.0 |
| 1219 | 2026-08-13T17:48:22.640Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-13T17:48:22.930Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-08-13T17:48:22.982Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-08-13T17:48:23.028Z | Checking cobs v0.3.0 |
| 1223 | 2026-08-13T17:48:23.177Z | Compiling scroll_derive v0.12.1 |
| 1224 | 2026-08-13T17:48:23.201Z | Compiling foreign-types-macros v0.2.3 |
| 1225 | 2026-08-13T17:48:23.366Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-13T17:48:23.555Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-08-13T17:48:23.627Z | Checking managed v0.8.0 |
| 1228 | 2026-08-13T17:48:23.647Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-08-13T17:48:23.814Z | Checking bitflags v1.3.2 |
| 1230 | 2026-08-13T17:48:23.829Z | Checking foreign-types v0.5.0 |
| 1231 | 2026-08-13T17:48:23.879Z | Checking scroll v0.12.0 |
| 1232 | 2026-08-13T17:48:23.910Z | Checking postcard v1.1.3 |
| 1233 | 2026-08-13T17:48:23.954Z | Checking num_enum v0.7.5 |
| 1234 | 2026-08-13T17:48:24.033Z | Compiling dof v0.3.0 |
| 1235 | 2026-08-13T17:48:24.190Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-08-13T17:48:24.360Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-08-13T17:48:24.365Z | Checking ingot-types v0.1.2 |
| 1238 | 2026-08-13T17:48:24.365Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1239 | 2026-08-13T17:48:24.385Z | Checking camino-tempfile v1.4.1 |
| 1240 | 2026-08-13T17:48:24.388Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-08-13T17:48:24.546Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-13T17:48:24.607Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-13T17:48:24.676Z | Checking ingot v0.1.1 |
| 1244 | 2026-08-13T17:48:24.733Z | Compiling thread-id v4.2.2 |
| 1245 | 2026-08-13T17:48:24.773Z | Compiling minimal-lexical v0.2.1 |
| 1246 | 2026-08-13T17:48:24.837Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1247 | 2026-08-13T17:48:24.956Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1248 | 2026-08-13T17:48:24.991Z | Compiling nom v7.1.3 |
| 1249 | 2026-08-13T17:48:25.013Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1250 | 2026-08-13T17:48:25.053Z | Checking goblin v0.8.2 |
| 1251 | 2026-08-13T17:48:25.158Z | Checking rayon v1.11.0 |
| 1252 | 2026-08-13T17:48:25.349Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-08-13T17:48:25.687Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-13T17:48:25.936Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-13T17:48:26.195Z | Compiling rustc_version v0.4.1 |
| 1256 | 2026-08-13T17:48:26.336Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1257 | 2026-08-13T17:48:26.466Z | Compiling convert_case v0.4.0 |
| 1258 | 2026-08-13T17:48:26.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1259 | 2026-08-13T17:48:26.576Z | Compiling rustix v0.38.44 |
| 1260 | 2026-08-13T17:48:26.693Z | Checking tinyvec_macros v0.1.1 |
| 1261 | 2026-08-13T17:48:26.746Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1262 | 2026-08-13T17:48:26.767Z | Checking tinyvec v1.10.0 |
| 1263 | 2026-08-13T17:48:26.783Z | Compiling derive_more v0.99.20 |
| 1264 | 2026-08-13T17:48:27.075Z | Checking num_enum v0.5.11 |
| 1265 | 2026-08-13T17:48:27.132Z | Compiling nix v0.31.3 |
| 1266 | 2026-08-13T17:48:27.152Z | Compiling nix v0.30.1 |
| 1267 | 2026-08-13T17:48:27.271Z | Compiling libz-sys v1.1.22 |
| 1268 | 2026-08-13T17:48:27.434Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1269 | 2026-08-13T17:48:27.600Z | Compiling crc32fast v1.5.0 |
| 1270 | 2026-08-13T17:48:27.848Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1271 | 2026-08-13T17:48:27.867Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1272 | 2026-08-13T17:48:28.004Z | Compiling usdt-macro v0.5.0 |
| 1273 | 2026-08-13T17:48:28.023Z | Compiling usdt-attr-macro v0.5.0 |
| 1274 | 2026-08-13T17:48:28.553Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-08-13T17:48:28.657Z | Compiling zone_cfg_derive v0.3.1 |
| 1276 | 2026-08-13T17:48:28.678Z | Checking papergrid v0.18.0 |
| 1277 | 2026-08-13T17:48:28.743Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1278 | 2026-08-13T17:48:28.759Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-08-13T17:48:28.936Z | Checking itertools v0.12.1 |
| 1280 | 2026-08-13T17:48:29.014Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1281 | 2026-08-13T17:48:29.077Z | Checking memmap v0.7.0 |
| 1282 | 2026-08-13T17:48:29.215Z | Checking sigpipe v0.1.3 |
| 1283 | 2026-08-13T17:48:29.246Z | Checking jiff v0.2.15 |
| 1284 | 2026-08-13T17:48:29.300Z | Checking glob v0.3.3 |
| 1285 | 2026-08-13T17:48:29.320Z | Checking adler2 v2.0.1 |
| 1286 | 2026-08-13T17:48:29.433Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1287 | 2026-08-13T17:48:29.449Z | Checking tabled v0.21.0 |
| 1288 | 2026-08-13T17:48:29.479Z | Checking miniz_oxide v0.8.9 |
| 1289 | 2026-08-13T17:48:29.495Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1290 | 2026-08-13T17:48:29.711Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-08-13T17:48:29.728Z | Checking usdt v0.5.0 |
| 1292 | 2026-08-13T17:48:29.823Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-13T17:48:29.884Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-08-13T17:48:29.914Z | Checking zone v0.3.1 |
| 1295 | 2026-08-13T17:48:30.249Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-08-13T17:48:30.364Z | Checking itertools v0.15.0 |
| 1297 | 2026-08-13T17:48:30.465Z | Checking smf v0.2.3 |
| 1298 | 2026-08-13T17:48:30.649Z | Checking secrecy v0.10.3 |
| 1299 | 2026-08-13T17:48:30.689Z | Checking bstr v1.12.0 |
| 1300 | 2026-08-13T17:48:30.767Z | Checking whoami v1.6.1 |
| 1301 | 2026-08-13T17:48:30.939Z | Checking flate2 v1.1.2 |
| 1302 | 2026-08-13T17:48:31.025Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-08-13T17:48:31.051Z | Compiling clang-sys v1.8.1 |
| 1304 | 2026-08-13T17:48:31.068Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1305 | 2026-08-13T17:48:31.217Z | Checking hmac v0.12.1 |
| 1306 | 2026-08-13T17:48:31.305Z | Checking inout v0.1.4 |
| 1307 | 2026-08-13T17:48:31.357Z | Checking hybrid-array v0.4.12 |
| 1308 | 2026-08-13T17:48:31.416Z | Checking ff v0.13.1 |
| 1309 | 2026-08-13T17:48:31.447Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-08-13T17:48:31.539Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-08-13T17:48:31.632Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1312 | 2026-08-13T17:48:31.796Z | Compiling semver v0.1.20 |
| 1313 | 2026-08-13T17:48:31.809Z | Checking group v0.13.0 |
| 1314 | 2026-08-13T17:48:31.812Z | Checking cipher v0.4.4 |
| 1315 | 2026-08-13T17:48:31.961Z | Checking hkdf v0.12.4 |
| 1316 | 2026-08-13T17:48:31.991Z | Compiling rustc_version v0.1.7 |
| 1317 | 2026-08-13T17:48:32.046Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-08-13T17:48:32.087Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1319 | 2026-08-13T17:48:32.104Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-08-13T17:48:32.176Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-08-13T17:48:32.191Z | Compiling regress v0.11.1 |
| 1322 | 2026-08-13T17:48:32.194Z | Checking half v2.7.1 |
| 1323 | 2026-08-13T17:48:32.225Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1324 | 2026-08-13T17:48:32.434Z | Checking base16ct v0.2.0 |
| 1325 | 2026-08-13T17:48:32.451Z | Checking indent_write v2.2.0 |
| 1326 | 2026-08-13T17:48:32.592Z | Checking ciborium-io v0.2.2 |
| 1327 | 2026-08-13T17:48:32.627Z | Checking base64ct v1.8.0 |
| 1328 | 2026-08-13T17:48:32.686Z | Checking opaque-debug v0.3.1 |
| 1329 | 2026-08-13T17:48:32.825Z | Checking poly1305 v0.8.0 |
| 1330 | 2026-08-13T17:48:32.865Z | Checking password-hash v0.5.0 |
| 1331 | 2026-08-13T17:48:32.997Z | Checking ciborium-ll v0.2.2 |
| 1332 | 2026-08-13T17:48:33.094Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-08-13T17:48:33.172Z | Checking thiserror-no-std v2.0.2 |
| 1334 | 2026-08-13T17:48:33.188Z | Checking chacha20 v0.9.1 |
| 1335 | 2026-08-13T17:48:33.216Z | Checking elliptic-curve v0.13.8 |
| 1336 | 2026-08-13T17:48:33.261Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-08-13T17:48:33.325Z | Checking crypto-common v0.2.2 |
| 1338 | 2026-08-13T17:48:33.372Z | Checking similar v2.7.0 |
| 1339 | 2026-08-13T17:48:33.389Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1340 | 2026-08-13T17:48:33.407Z | Checking blake2 v0.10.6 |
| 1341 | 2026-08-13T17:48:33.463Z | Checking aead v0.5.2 |
| 1342 | 2026-08-13T17:48:33.604Z | Compiling libloading v0.8.9 |
| 1343 | 2026-08-13T17:48:33.622Z | Checking keccak v0.1.6 |
| 1344 | 2026-08-13T17:48:33.626Z | Checking resolv-conf v0.7.5 |
| 1345 | 2026-08-13T17:48:33.654Z | Compiling owo-colors v4.3.0 |
| 1346 | 2026-08-13T17:48:33.705Z | Checking compression-core v0.4.32 |
| 1347 | 2026-08-13T17:48:33.789Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-13T17:48:33.805Z | Checking linked-hash-map v0.5.6 |
| 1349 | 2026-08-13T17:48:33.808Z | Compiling bindgen v0.72.1 |
| 1350 | 2026-08-13T17:48:33.837Z | Checking const-oid v0.10.2 |
| 1351 | 2026-08-13T17:48:33.949Z | Checking compression-codecs v0.4.32 |
| 1352 | 2026-08-13T17:48:33.971Z | Checking lru-cache v0.1.2 |
| 1353 | 2026-08-13T17:48:34.004Z | Checking digest v0.11.3 |
| 1354 | 2026-08-13T17:48:34.038Z | Checking sha3 v0.10.8 |
| 1355 | 2026-08-13T17:48:34.124Z | Checking vsss-rs v3.3.4 |
| 1356 | 2026-08-13T17:48:34.144Z | Checking argon2 v0.5.3 |
| 1357 | 2026-08-13T17:48:34.159Z | Checking chacha20poly1305 v0.10.1 |
| 1358 | 2026-08-13T17:48:34.282Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-13T17:48:34.299Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-13T17:48:34.444Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-13T17:48:34.626Z | Compiling cexpr v0.6.0 |
| 1362 | 2026-08-13T17:48:34.692Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1363 | 2026-08-13T17:48:34.993Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-13T17:48:35.190Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-13T17:48:35.206Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-08-13T17:48:35.227Z | Compiling derive-where v1.6.0 |
| 1367 | 2026-08-13T17:48:35.328Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1368 | 2026-08-13T17:48:35.527Z | Compiling dropshot v0.17.1 |
| 1369 | 2026-08-13T17:48:35.730Z | Checking same-file v1.0.6 |
| 1370 | 2026-08-13T17:48:35.766Z | Compiling shlex v1.3.0 |
| 1371 | 2026-08-13T17:48:35.770Z | Checking unicode-segmentation v1.12.0 |
| 1372 | 2026-08-13T17:48:35.815Z | Checking siphasher v1.0.1 |
| 1373 | 2026-08-13T17:48:35.851Z | Checking cpufeatures v0.3.0 |
| 1374 | 2026-08-13T17:48:35.932Z | Checking sha1 v0.11.0 |
| 1375 | 2026-08-13T17:48:35.980Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-08-13T17:48:36.101Z | Checking newline-converter v0.3.0 |
| 1377 | 2026-08-13T17:48:36.114Z | Checking walkdir v2.5.0 |
| 1378 | 2026-08-13T17:48:36.129Z | Checking hickory-resolver v0.24.4 |
| 1379 | 2026-08-13T17:48:36.211Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-13T17:48:36.333Z | Checking toml v1.1.2+spec-1.1.0 |
| 1381 | 2026-08-13T17:48:36.470Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-13T17:48:36.795Z | Checking oxide-tokio-rt v0.1.2 |
| 1383 | 2026-08-13T17:48:36.913Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1384 | 2026-08-13T17:48:36.975Z | Checking async-compression v0.4.33 |
| 1385 | 2026-08-13T17:48:37.112Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-08-13T17:48:37.204Z | Compiling typify-macro v0.6.2 |
| 1387 | 2026-08-13T17:48:37.221Z | Checking console v0.15.11 |
| 1388 | 2026-08-13T17:48:37.494Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-13T17:48:37.637Z | Compiling dropshot_endpoint v0.17.1 |
| 1390 | 2026-08-13T17:48:37.777Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-13T17:48:37.937Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-13T17:48:38.174Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-13T17:48:38.364Z | Compiling chrono-tz v0.10.4 |
| 1394 | 2026-08-13T17:48:38.440Z | Checking foldhash v0.1.5 |
| 1395 | 2026-08-13T17:48:38.582Z | Checking unicode-linebreak v0.1.5 |
| 1396 | 2026-08-13T17:48:38.598Z | Checking swrite v0.1.0 |
| 1397 | 2026-08-13T17:48:38.698Z | Checking unicode-width v0.1.14 |
| 1398 | 2026-08-13T17:48:38.781Z | Compiling cancel-safe-futures v0.1.5 |
| 1399 | 2026-08-13T17:48:38.803Z | Checking smawk v0.3.2 |
| 1400 | 2026-08-13T17:48:38.863Z | Compiling unicode-xid v0.2.6 |
| 1401 | 2026-08-13T17:48:38.934Z | Checking textwrap v0.16.2 |
| 1402 | 2026-08-13T17:48:38.953Z | Checking pin-project v1.1.10 |
| 1403 | 2026-08-13T17:48:38.989Z | Compiling const_format_proc_macros v0.2.34 |
| 1404 | 2026-08-13T17:48:39.065Z | Checking hashbrown v0.15.5 |
| 1405 | 2026-08-13T17:48:39.083Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-08-13T17:48:39.154Z | Checking csv v1.4.0 |
| 1407 | 2026-08-13T17:48:39.214Z | Compiling progenitor-macro v0.10.0 |
| 1408 | 2026-08-13T17:48:39.320Z | Checking qorb v0.4.1 |
| 1409 | 2026-08-13T17:48:39.514Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-13T17:48:39.661Z | Checking phf v0.12.1 |
| 1411 | 2026-08-13T17:48:39.775Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-13T17:48:39.805Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-13T17:48:40.176Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-13T17:48:40.522Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-13T17:48:40.626Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-13T17:48:40.667Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-13T17:48:41.050Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-13T17:48:41.286Z | Checking highway v1.3.0 |
| 1419 | 2026-08-13T17:48:41.343Z | Checking fixedbitset v0.5.7 |
| 1420 | 2026-08-13T17:48:41.361Z | Compiling moka v0.12.11 |
| 1421 | 2026-08-13T17:48:41.405Z | Checking fixedbitset v0.4.2 |
| 1422 | 2026-08-13T17:48:41.549Z | Checking petgraph v0.8.2 |
| 1423 | 2026-08-13T17:48:41.565Z | Checking petgraph v0.6.5 |
| 1424 | 2026-08-13T17:48:41.884Z | Checking snafu v0.8.9 |
| 1425 | 2026-08-13T17:48:42.118Z | Checking libsw v3.5.0 |
| 1426 | 2026-08-13T17:48:42.269Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-13T17:48:42.457Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-13T17:48:42.637Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-13T17:48:42.785Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-13T17:48:43.091Z | Checking papergrid v0.11.0 |
| 1431 | 2026-08-13T17:48:43.114Z | Compiling typify v0.6.2 |
| 1432 | 2026-08-13T17:48:43.131Z | Checking globset v0.4.16 |
| 1433 | 2026-08-13T17:48:43.182Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-13T17:48:43.211Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-13T17:48:43.335Z | Checking progenitor v0.10.0 |
| 1436 | 2026-08-13T17:48:43.373Z | Compiling tabled_derive v0.7.0 |
| 1437 | 2026-08-13T17:48:43.411Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-08-13T17:48:43.467Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-13T17:48:43.676Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-13T17:48:43.705Z | Checking pem v3.0.5 |
| 1441 | 2026-08-13T17:48:43.737Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-13T17:48:43.862Z | Checking termtree v0.5.1 |
| 1443 | 2026-08-13T17:48:43.885Z | Checking crc8 v0.1.1 |
| 1444 | 2026-08-13T17:48:43.905Z | Checking linear-map v1.2.0 |
| 1445 | 2026-08-13T17:48:43.983Z | Compiling signal-hook v0.4.4 |
| 1446 | 2026-08-13T17:48:44.000Z | Checking humantime v2.3.0 |
| 1447 | 2026-08-13T17:48:44.016Z | Checking tagptr v0.2.0 |
| 1448 | 2026-08-13T17:48:44.071Z | Checking typed-path v0.9.3 |
| 1449 | 2026-08-13T17:48:44.178Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-13T17:48:44.222Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-13T17:48:44.287Z | Checking tabled v0.15.0 |
| 1452 | 2026-08-13T17:48:44.760Z | Compiling progenitor-impl v0.14.0 |
| 1453 | 2026-08-13T17:48:44.825Z | Checking tough v0.20.0 |
| 1454 | 2026-08-13T17:48:45.394Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1455 | 2026-08-13T17:48:45.520Z | Checking steno v0.4.1 |
| 1456 | 2026-08-13T17:48:45.786Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-13T17:48:46.317Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-13T17:48:46.494Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-13T17:48:46.711Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-13T17:48:46.736Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-13T17:48:46.790Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-13T17:48:46.837Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-13T17:48:47.076Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-13T17:48:47.147Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-13T17:48:47.294Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-13T17:48:47.313Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-13T17:48:47.351Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-13T17:48:48.005Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1469 | 2026-08-13T17:48:48.054Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1470 | 2026-08-13T17:48:48.235Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-13T17:48:48.780Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-13T17:48:48.859Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-13T17:48:49.202Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-13T17:48:49.316Z | Checking git-stub v1.0.0 |
| 1475 | 2026-08-13T17:48:49.472Z | Compiling strum_macros v0.28.0 |
| 1476 | 2026-08-13T17:48:49.629Z | Checking filetime v0.2.26 |
| 1477 | 2026-08-13T17:48:49.768Z | Compiling curl v0.4.50 |
| 1478 | 2026-08-13T17:48:49.905Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-13T17:48:49.926Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-13T17:48:50.014Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-13T17:48:50.235Z | Checking xattr v1.6.1 |
| 1482 | 2026-08-13T17:48:50.252Z | Checking is_ci v1.2.0 |
| 1483 | 2026-08-13T17:48:50.355Z | Checking arrayvec v0.7.6 |
| 1484 | 2026-08-13T17:48:50.371Z | Checking arrayref v0.3.9 |
| 1485 | 2026-08-13T17:48:50.386Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-13T17:48:50.402Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-08-13T17:48:50.446Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-08-13T17:48:50.540Z | Checking constant_time_eq v0.3.1 |
| 1489 | 2026-08-13T17:48:50.636Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1490 | 2026-08-13T17:48:50.653Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1491 | 2026-08-13T17:48:50.864Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1492 | 2026-08-13T17:48:50.993Z | Checking progenitor v0.14.0 |
| 1493 | 2026-08-13T17:48:51.072Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1494 | 2026-08-13T17:48:51.124Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1495 | 2026-08-13T17:48:51.158Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-08-13T17:48:51.252Z | Checking strum v0.28.0 |
| 1497 | 2026-08-13T17:48:51.413Z | Checking tar v0.4.45 |
| 1498 | 2026-08-13T17:48:51.578Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-08-13T17:48:51.670Z | Checking supports-color v3.0.2 |
| 1500 | 2026-08-13T17:48:51.717Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1501 | 2026-08-13T17:48:51.783Z | Checking toml v0.7.8 |
| 1502 | 2026-08-13T17:48:51.821Z | Checking git-stub-vcs v0.1.0 |
| 1503 | 2026-08-13T17:48:52.403Z | Checking drift v0.2.0 |
| 1504 | 2026-08-13T17:48:52.423Z | Checking kstat-rs v0.2.4 |
| 1505 | 2026-08-13T17:48:52.650Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1506 | 2026-08-13T17:48:52.773Z | Checking topological-sort v0.2.2 |
| 1507 | 2026-08-13T17:48:52.917Z | Checking omicron-zone-package v0.12.2 |
| 1508 | 2026-08-13T17:48:53.050Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-08-13T17:48:53.393Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-08-13T17:48:54.409Z | Checking signal-hook-tokio v0.4.0 |
| 1511 | 2026-08-13T17:48:54.541Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1512 | 2026-08-13T17:48:54.752Z | Checking scuffle v0.1.0 |
| 1513 | 2026-08-13T17:48:54.832Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1514 | 2026-08-13T17:48:55.055Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1515 | 2026-08-13T17:48:55.233Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1516 | 2026-08-13T17:48:55.464Z | Checking iddqd v0.4.5 |
| 1517 | 2026-08-13T17:48:55.834Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1518 | 2026-08-13T17:48:55.920Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-08-13T17:48:56.032Z | Checking internet-checksum v0.2.1 |
| 1520 | 2026-08-13T17:48:56.075Z | Checking search_path v0.1.4 |
| 1521 | 2026-08-13T17:48:56.149Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1522 | 2026-08-13T17:48:56.170Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-08-13T17:48:56.210Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1524 | 2026-08-13T17:48:56.776Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-13T17:48:57.240Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-13T17:48:57.374Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-13T17:48:57.658Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-13T17:48:58.708Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-13T17:48:59.202Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-08-13T17:49:00.991Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-13T17:49:08.555Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-13T17:49:09.877Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-13T17:49:14.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 1534 | 2026-08-13T17:49:15.088Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-13T17:49:15.088Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-13T17:49:15.578Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-13T17:49:15.582Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-13T17:49:15.656Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-13T17:49:15.659Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-13T17:49:22.723Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-08-13T17:49:22.726Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1542 | 2026-08-13T17:49:25.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s |
| 1543 | 2026-08-13T17:49:25.384Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-13T17:49:25.384Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-13T17:49:25.687Z | Downloading crates ... |
| 1546 | 2026-08-13T17:49:25.832Z | Downloaded typeid v1.0.3 |
| 1547 | 2026-08-13T17:49:25.835Z | Downloaded bitstruct v0.1.1 |
| 1548 | 2026-08-13T17:49:25.836Z | Downloaded ascii v1.1.0 |
| 1549 | 2026-08-13T17:49:25.836Z | Downloaded funty v2.0.0 |
| 1550 | 2026-08-13T17:49:25.836Z | Downloaded wyz v0.5.1 |
| 1551 | 2026-08-13T17:49:25.840Z | Downloaded bitstruct_derive v0.1.0 |
| 1552 | 2026-08-13T17:49:25.840Z | Downloaded radium v0.7.0 |
| 1553 | 2026-08-13T17:49:25.844Z | Downloaded tap v1.0.1 |
| 1554 | 2026-08-13T17:49:25.847Z | Downloaded serde_arrays v0.1.0 |
| 1555 | 2026-08-13T17:49:25.847Z | Downloaded num-bigint v0.4.6 |
| 1556 | 2026-08-13T17:49:25.847Z | Downloaded libloading v0.7.4 |
| 1557 | 2026-08-13T17:49:25.851Z | Downloaded erased-serde v0.4.8 |
| 1558 | 2026-08-13T17:49:25.859Z | Downloaded bitvec v1.0.1 |
| 1559 | 2026-08-13T17:49:25.985Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-13T17:49:26.064Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-13T17:49:26.074Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-13T17:49:26.081Z | Checking tap v1.0.1 |
| 1563 | 2026-08-13T17:49:26.086Z | Checking funty v2.0.0 |
| 1564 | 2026-08-13T17:49:26.093Z | Compiling typeid v1.0.3 |
| 1565 | 2026-08-13T17:49:26.096Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1566 | 2026-08-13T17:49:26.105Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-13T17:49:26.165Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-13T17:49:26.259Z | Checking num-bigint v0.4.6 |
| 1569 | 2026-08-13T17:49:26.262Z | Checking num-iter v0.1.45 |
| 1570 | 2026-08-13T17:49:26.314Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-13T17:49:26.328Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-13T17:49:26.378Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-13T17:49:26.386Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-13T17:49:26.411Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-13T17:49:26.458Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-13T17:49:26.487Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-13T17:49:26.502Z | Checking bitvec v1.0.1 |
| 1578 | 2026-08-13T17:49:26.505Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-08-13T17:49:26.519Z | Checking ascii v1.1.0 |
| 1580 | 2026-08-13T17:49:26.522Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-13T17:49:26.586Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-13T17:49:26.683Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-08-13T17:49:26.692Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-13T17:49:26.701Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-08-13T17:49:26.704Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-13T17:49:26.979Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-13T17:49:26.998Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-13T17:49:27.082Z | Checking num-rational v0.4.2 |
| 1589 | 2026-08-13T17:49:27.098Z | Checking libloading v0.7.4 |
| 1590 | 2026-08-13T17:49:27.102Z | Checking bitstruct v0.1.1 |
| 1591 | 2026-08-13T17:49:27.132Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-13T17:49:27.348Z | Checking num v0.4.3 |
| 1593 | 2026-08-13T17:49:27.416Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-13T17:49:27.950Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-13T17:49:28.243Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-13T17:49:28.247Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-13T17:49:28.435Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-13T17:49:28.666Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-13T17:49:28.666Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-13T17:49:29.119Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-13T17:49:29.332Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-13T17:49:29.335Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-13T17:49:29.335Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-13T17:49:29.335Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-13T17:49:29.713Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1606 | 2026-08-13T17:49:30.138Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-13T17:49:30.961Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-13T17:49:33.217Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1609 | 2026-08-13T17:49:33.576Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1610 | 2026-08-13T17:49:34.449Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1611 | 2026-08-13T17:49:35.128Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-08-13T17:49:35.244Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1613 | 2026-08-13T17:49:41.721Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-08-13T17:49:42.985Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-08-13T17:49:43.514Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-08-13T17:49:47.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.48s |
| 1617 | 2026-08-13T17:49:48.056Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1618 | 2026-08-13T17:49:48.056Z | + cargo clippy --features chaos -- --deny warnings |
| 1619 | 2026-08-13T17:49:48.534Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1620 | 2026-08-13T17:49:48.537Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1621 | 2026-08-13T17:49:48.537Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1622 | 2026-08-13T17:49:55.704Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-08-13T17:49:55.704Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1624 | 2026-08-13T17:49:58.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s |
| 1625 | 2026-08-13T17:49:58.303Z | + banner fmt |
| 1626 | 2026-08-13T17:49:58.307Z | |
| 1627 | 2026-08-13T17:49:58.307Z | ###### # # ##### |
| 1628 | 2026-08-13T17:49:58.307Z | # ## ## # |
| 1629 | 2026-08-13T17:49:58.307Z | ##### # ## # # |
| 1630 | 2026-08-13T17:49:58.307Z | # # # # |
| 1631 | 2026-08-13T17:49:58.307Z | # # # # |
| 1632 | 2026-08-13T17:49:58.307Z | # # # # |
| 1633 | 2026-08-13T17:49:58.307Z | |
| 1634 | 2026-08-13T17:49:58.307Z | + cargo fmt -- --check |
| 1635 | 2026-08-13T17:49:58.751Z | + banner test |
| 1636 | 2026-08-13T17:49:58.754Z | |
| 1637 | 2026-08-13T17:49:58.754Z | ##### ###### #### ##### |
| 1638 | 2026-08-13T17:49:58.754Z | # # # # |
| 1639 | 2026-08-13T17:49:58.754Z | # ##### #### # |
| 1640 | 2026-08-13T17:49:58.754Z | # # # # |
| 1641 | 2026-08-13T17:49:58.754Z | # # # # # |
| 1642 | 2026-08-13T17:49:58.754Z | # ###### #### # |
| 1643 | 2026-08-13T17:49:58.754Z | |
| 1644 | 2026-08-13T17:49:58.754Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1645 | 2026-08-13T17:49:58.754Z | + RUST_BACKTRACE=full |
| 1646 | 2026-08-13T17:49:58.754Z | + cargo test --features tofino_stub --no-fail-fast |
| 1647 | 2026-08-13T17:49:59.602Z | Compiling unicode-ident v1.0.24 |
| 1648 | 2026-08-13T17:49:59.603Z | Compiling cfg-if v1.0.4 |
| 1649 | 2026-08-13T17:49:59.606Z | Compiling memchr v2.7.5 |
| 1650 | 2026-08-13T17:49:59.707Z | Compiling serde_core v1.0.228 |
| 1651 | 2026-08-13T17:49:59.725Z | Compiling itoa v1.0.15 |
| 1652 | 2026-08-13T17:49:59.731Z | Compiling libc v0.2.186 |
| 1653 | 2026-08-13T17:49:59.740Z | Compiling zmij v1.0.17 |
| 1654 | 2026-08-13T17:49:59.764Z | Compiling libm v0.2.15 |
| 1655 | 2026-08-13T17:49:59.816Z | Compiling proc-macro2 v1.0.106 |
| 1656 | 2026-08-13T17:50:00.009Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-08-13T17:50:00.098Z | Compiling log v0.4.29 |
| 1658 | 2026-08-13T17:50:00.222Z | Compiling quote v1.0.45 |
| 1659 | 2026-08-13T17:50:00.234Z | Compiling heck v0.5.0 |
| 1660 | 2026-08-13T17:50:00.286Z | Compiling smallvec v1.15.1 |
| 1661 | 2026-08-13T17:50:00.367Z | Compiling iana-time-zone v0.1.64 |
| 1662 | 2026-08-13T17:50:00.497Z | Compiling syn v2.0.118 |
| 1663 | 2026-08-13T17:50:00.510Z | Compiling dyn-clone v1.0.20 |
| 1664 | 2026-08-13T17:50:00.534Z | Compiling hashbrown v0.17.1 |
| 1665 | 2026-08-13T17:50:00.591Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2026-08-13T17:50:00.603Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-13T17:50:00.653Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-13T17:50:00.672Z | Compiling writeable v0.6.1 |
| 1669 | 2026-08-13T17:50:00.698Z | Compiling litemap v0.8.0 |
| 1670 | 2026-08-13T17:50:00.854Z | Compiling fnv v1.0.7 |
| 1671 | 2026-08-13T17:50:00.857Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-08-13T17:50:00.914Z | Compiling icu_normalizer_data v2.0.0 |
| 1673 | 2026-08-13T17:50:00.955Z | Compiling regex-syntax v0.8.11 |
| 1674 | 2026-08-13T17:50:00.971Z | Compiling form_urlencoded v1.2.2 |
| 1675 | 2026-08-13T17:50:00.992Z | Compiling utf8_iter v1.0.4 |
| 1676 | 2026-08-13T17:50:01.006Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-13T17:50:01.086Z | Compiling lock_api v0.4.14 |
| 1678 | 2026-08-13T17:50:01.113Z | Compiling num-traits v0.2.19 |
| 1679 | 2026-08-13T17:50:01.140Z | Compiling getrandom v0.4.2 |
| 1680 | 2026-08-13T17:50:01.286Z | Compiling aho-corasick v1.1.3 |
| 1681 | 2026-08-13T17:50:01.313Z | Compiling ucd-trie v0.1.7 |
| 1682 | 2026-08-13T17:50:01.506Z | Compiling semver v1.0.28 |
| 1683 | 2026-08-13T17:50:01.610Z | Compiling serde_json v1.0.150 |
| 1684 | 2026-08-13T17:50:01.646Z | Compiling indexmap v2.14.0 |
| 1685 | 2026-08-13T17:50:01.713Z | Compiling byteorder v1.5.0 |
| 1686 | 2026-08-13T17:50:01.802Z | Compiling futures-core v0.3.32 |
| 1687 | 2026-08-13T17:50:01.854Z | Compiling uuid v1.23.3 |
| 1688 | 2026-08-13T17:50:01.934Z | Compiling allocator-api2 v0.2.21 |
| 1689 | 2026-08-13T17:50:02.251Z | Compiling num-conv v0.2.1 |
| 1690 | 2026-08-13T17:50:02.274Z | Compiling foldhash v0.2.0 |
| 1691 | 2026-08-13T17:50:02.287Z | Compiling time-core v0.1.8 |
| 1692 | 2026-08-13T17:50:02.408Z | Compiling regex-automata v0.4.13 |
| 1693 | 2026-08-13T17:50:02.438Z | Compiling time-macros v0.2.27 |
| 1694 | 2026-08-13T17:50:02.506Z | Compiling hashbrown v0.16.1 |
| 1695 | 2026-08-13T17:50:02.519Z | Compiling futures-sink v0.3.32 |
| 1696 | 2026-08-13T17:50:02.644Z | Compiling ryu v1.0.20 |
| 1697 | 2026-08-13T17:50:02.835Z | Compiling pretty-hex v0.4.1 |
| 1698 | 2026-08-13T17:50:02.980Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-13T17:50:03.141Z | Compiling plain v0.2.3 |
| 1700 | 2026-08-13T17:50:03.168Z | Compiling strsim v0.11.1 |
| 1701 | 2026-08-13T17:50:03.272Z | Compiling synstructure v0.13.2 |
| 1702 | 2026-08-13T17:50:03.331Z | Compiling serde_derive_internals v0.29.1 |
| 1703 | 2026-08-13T17:50:03.461Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-08-13T17:50:03.567Z | Compiling futures-io v0.3.32 |
| 1705 | 2026-08-13T17:50:03.609Z | Compiling futures-task v0.3.32 |
| 1706 | 2026-08-13T17:50:03.645Z | Compiling socket2 v0.6.4 |
| 1707 | 2026-08-13T17:50:03.727Z | Compiling parking_lot_core v0.9.12 |
| 1708 | 2026-08-13T17:50:03.778Z | Compiling signal-hook-registry v1.4.6 |
| 1709 | 2026-08-13T17:50:03.782Z | Compiling thread-id v5.0.0 |
| 1710 | 2026-08-13T17:50:03.873Z | Compiling mio v1.2.1 |
| 1711 | 2026-08-13T17:50:04.022Z | Compiling parking_lot v0.12.5 |
| 1712 | 2026-08-13T17:50:04.088Z | Compiling regress v0.10.5 |
| 1713 | 2026-08-13T17:50:04.105Z | Compiling regex v1.12.4 |
| 1714 | 2026-08-13T17:50:04.157Z | Compiling darling_core v0.21.3 |
| 1715 | 2026-08-13T17:50:04.177Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-13T17:50:04.388Z | Compiling base64 v0.22.1 |
| 1717 | 2026-08-13T17:50:04.422Z | Compiling getrandom v0.2.16 |
| 1718 | 2026-08-13T17:50:04.501Z | Compiling serde_derive v1.0.228 |
| 1719 | 2026-08-13T17:50:04.575Z | Compiling zerofrom-derive v0.1.6 |
| 1720 | 2026-08-13T17:50:04.614Z | Compiling yoke-derive v0.8.0 |
| 1721 | 2026-08-13T17:50:04.692Z | Compiling zerovec-derive v0.11.1 |
| 1722 | 2026-08-13T17:50:04.718Z | Compiling displaydoc v0.2.5 |
| 1723 | 2026-08-13T17:50:05.015Z | Compiling thiserror-impl v2.0.18 |
| 1724 | 2026-08-13T17:50:05.483Z | Compiling schemars_derive v0.8.22 |
| 1725 | 2026-08-13T17:50:05.659Z | Compiling tokio-macros v2.7.0 |
| 1726 | 2026-08-13T17:50:05.784Z | Compiling zerocopy-derive v0.8.27 |
| 1727 | 2026-08-13T17:50:05.797Z | Compiling zeroize_derive v1.4.3 |
| 1728 | 2026-08-13T17:50:06.250Z | Compiling futures-macro v0.3.32 |
| 1729 | 2026-08-13T17:50:06.263Z | Compiling thiserror v2.0.18 |
| 1730 | 2026-08-13T17:50:06.371Z | Compiling zerofrom v0.1.6 |
| 1731 | 2026-08-13T17:50:06.417Z | Compiling thiserror-impl v1.0.69 |
| 1732 | 2026-08-13T17:50:06.490Z | Compiling yoke v0.8.0 |
| 1733 | 2026-08-13T17:50:06.505Z | Compiling tracing-attributes v0.1.30 |
| 1734 | 2026-08-13T17:50:06.686Z | Compiling zerovec v0.11.4 |
| 1735 | 2026-08-13T17:50:06.705Z | Compiling zerotrie v0.2.2 |
| 1736 | 2026-08-13T17:50:07.021Z | Compiling pest v2.8.2 |
| 1737 | 2026-08-13T17:50:07.045Z | Compiling zerocopy v0.8.27 |
| 1738 | 2026-08-13T17:50:07.122Z | Compiling scroll_derive v0.13.1 |
| 1739 | 2026-08-13T17:50:07.182Z | Compiling serde v1.0.228 |
| 1740 | 2026-08-13T17:50:07.641Z | Compiling tinystr v0.8.1 |
| 1741 | 2026-08-13T17:50:07.768Z | Compiling bytes v1.12.0 |
| 1742 | 2026-08-13T17:50:07.836Z | Compiling serde_tokenstream v0.2.3 |
| 1743 | 2026-08-13T17:50:07.851Z | Compiling icu_locale_core v2.0.0 |
| 1744 | 2026-08-13T17:50:07.954Z | Compiling potential_utf v0.1.3 |
| 1745 | 2026-08-13T17:50:08.021Z | Compiling chrono v0.4.45 |
| 1746 | 2026-08-13T17:50:08.125Z | Compiling icu_collections v2.0.0 |
| 1747 | 2026-08-13T17:50:08.136Z | Compiling pest_meta v2.8.2 |
| 1748 | 2026-08-13T17:50:08.359Z | Compiling icu_provider v2.0.0 |
| 1749 | 2026-08-13T17:50:08.426Z | Compiling http v1.4.2 |
| 1750 | 2026-08-13T17:50:08.598Z | Compiling icu_properties v2.0.1 |
| 1751 | 2026-08-13T17:50:08.651Z | Compiling icu_normalizer v2.0.0 |
| 1752 | 2026-08-13T17:50:08.678Z | Compiling async-trait v0.1.89 |
| 1753 | 2026-08-13T17:50:08.706Z | Compiling pest_generator v2.8.2 |
| 1754 | 2026-08-13T17:50:09.257Z | Compiling schemars v0.8.22 |
| 1755 | 2026-08-13T17:50:09.335Z | Compiling scroll v0.13.0 |
| 1756 | 2026-08-13T17:50:09.408Z | Compiling thiserror v1.0.69 |
| 1757 | 2026-08-13T17:50:09.467Z | Compiling idna_adapter v1.2.1 |
| 1758 | 2026-08-13T17:50:09.514Z | Compiling pest_derive v2.8.2 |
| 1759 | 2026-08-13T17:50:09.543Z | Compiling tokio v1.52.3 |
| 1760 | 2026-08-13T17:50:09.601Z | Compiling idna v1.1.0 |
| 1761 | 2026-08-13T17:50:09.616Z | Compiling goblin v0.10.1 |
| 1762 | 2026-08-13T17:50:09.660Z | Compiling openapiv3 v2.2.0 |
| 1763 | 2026-08-13T17:50:09.784Z | Compiling daft-derive v0.1.5 |
| 1764 | 2026-08-13T17:50:10.083Z | Compiling url v2.5.7 |
| 1765 | 2026-08-13T17:50:10.261Z | Compiling dtrace-parser v0.3.0 |
| 1766 | 2026-08-13T17:50:10.365Z | Compiling typify-impl v0.4.3 |
| 1767 | 2026-08-13T17:50:10.539Z | Compiling darling_macro v0.21.3 |
| 1768 | 2026-08-13T17:50:10.956Z | Compiling http-body v1.0.1 |
| 1769 | 2026-08-13T17:50:11.117Z | Compiling ppv-lite86 v0.2.21 |
| 1770 | 2026-08-13T17:50:11.133Z | Compiling darling v0.21.3 |
| 1771 | 2026-08-13T17:50:11.146Z | Compiling serde_yaml v0.9.34+deprecated |
| 1772 | 2026-08-13T17:50:11.218Z | Compiling erased-serde v0.3.31 |
| 1773 | 2026-08-13T17:50:11.258Z | Compiling openssl-macros v0.1.1 |
| 1774 | 2026-08-13T17:50:11.439Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-08-13T17:50:11.574Z | Compiling ipnet v2.11.0 |
| 1776 | 2026-08-13T17:50:12.105Z | Compiling httparse v1.10.1 |
| 1777 | 2026-08-13T17:50:12.157Z | Compiling tower-layer v0.3.3 |
| 1778 | 2026-08-13T17:50:12.320Z | Compiling dof v0.4.0 |
| 1779 | 2026-08-13T17:50:12.395Z | Compiling untrusted v0.9.0 |
| 1780 | 2026-08-13T17:50:12.423Z | Compiling tower-service v0.3.3 |
| 1781 | 2026-08-13T17:50:12.522Z | Compiling anyhow v1.0.102 |
| 1782 | 2026-08-13T17:50:12.538Z | Compiling try-lock v0.2.5 |
| 1783 | 2026-08-13T17:50:12.625Z | Compiling syn v1.0.109 |
| 1784 | 2026-08-13T17:50:12.660Z | Compiling want v0.3.1 |
| 1785 | 2026-08-13T17:50:12.842Z | Compiling usdt-impl v0.6.0 |
| 1786 | 2026-08-13T17:50:12.874Z | Compiling zeroize v1.8.1 |
| 1787 | 2026-08-13T17:50:12.920Z | Compiling httpdate v1.0.3 |
| 1788 | 2026-08-13T17:50:13.167Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-13T17:50:13.718Z | Compiling structmeta-derive v0.3.0 |
| 1790 | 2026-08-13T17:50:13.814Z | Compiling async-stream-impl v0.3.6 |
| 1791 | 2026-08-13T17:50:14.082Z | Compiling critical-section v1.2.0 |
| 1792 | 2026-08-13T17:50:14.403Z | Compiling usdt-attr-macro v0.6.0 |
| 1793 | 2026-08-13T17:50:14.475Z | Compiling usdt-macro v0.6.0 |
| 1794 | 2026-08-13T17:50:14.528Z | Compiling once_cell v1.21.3 |
| 1795 | 2026-08-13T17:50:14.754Z | Compiling newtype-uuid-macros v0.1.0 |
| 1796 | 2026-08-13T17:50:14.781Z | Compiling structmeta v0.3.0 |
| 1797 | 2026-08-13T17:50:14.996Z | Compiling strum_macros v0.26.4 |
| 1798 | 2026-08-13T17:50:15.599Z | Compiling powerfmt v0.2.0 |
| 1799 | 2026-08-13T17:50:15.735Z | Compiling num_threads v0.1.7 |
| 1800 | 2026-08-13T17:50:15.749Z | Compiling deranged v0.5.3 |
| 1801 | 2026-08-13T17:50:16.203Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-08-13T17:50:16.310Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-08-13T17:50:16.433Z | Compiling dropshot_endpoint v0.16.7 |
| 1804 | 2026-08-13T17:50:16.446Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-13T17:50:16.537Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-08-13T17:50:16.575Z | Compiling typify-macro v0.4.3 |
| 1807 | 2026-08-13T17:50:16.645Z | Compiling derive-ex v0.1.8 |
| 1808 | 2026-08-13T17:50:16.732Z | Compiling strum_macros v0.27.2 |
| 1809 | 2026-08-13T17:50:16.841Z | Compiling sync_wrapper v1.0.2 |
| 1810 | 2026-08-13T17:50:16.950Z | Compiling serde_with_macros v3.14.1 |
| 1811 | 2026-08-13T17:50:17.024Z | Compiling subtle v2.6.1 |
| 1812 | 2026-08-13T17:50:17.193Z | Compiling thread_local v1.1.9 |
| 1813 | 2026-08-13T17:50:17.462Z | Compiling iri-string v0.7.8 |
| 1814 | 2026-08-13T17:50:17.524Z | Compiling futures-util v0.3.32 |
| 1815 | 2026-08-13T17:50:18.126Z | Compiling match_cfg v0.1.0 |
| 1816 | 2026-08-13T17:50:18.202Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-08-13T17:50:18.244Z | Compiling take_mut v0.2.2 |
| 1818 | 2026-08-13T17:50:18.337Z | Compiling test-strategy v0.4.3 |
| 1819 | 2026-08-13T17:50:18.356Z | Compiling term v1.2.0 |
| 1820 | 2026-08-13T17:50:18.438Z | Compiling typenum v1.20.1 |
| 1821 | 2026-08-13T17:50:18.721Z | Compiling typify v0.4.3 |
| 1822 | 2026-08-13T17:50:18.818Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-08-13T17:50:19.039Z | Compiling parse-display-derive v0.10.0 |
| 1824 | 2026-08-13T17:50:19.079Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-08-13T17:50:19.124Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-08-13T17:50:19.275Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-08-13T17:50:19.400Z | Compiling camino v1.2.3 |
| 1828 | 2026-08-13T17:50:19.638Z | Compiling tracing v0.1.41 |
| 1829 | 2026-08-13T17:50:19.758Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-08-13T17:50:19.867Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-08-13T17:50:19.884Z | Compiling fastrand v2.3.0 |
| 1832 | 2026-08-13T17:50:20.020Z | Compiling cpufeatures v0.2.17 |
| 1833 | 2026-08-13T17:50:20.095Z | Compiling mime v0.3.17 |
| 1834 | 2026-08-13T17:50:20.155Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-08-13T17:50:20.638Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-08-13T17:50:21.122Z | Compiling errno v0.3.14 |
| 1837 | 2026-08-13T17:50:21.180Z | Compiling hex v0.4.3 |
| 1838 | 2026-08-13T17:50:21.277Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-08-13T17:50:21.449Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-08-13T17:50:21.471Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-08-13T17:50:21.558Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-08-13T17:50:21.777Z | Compiling slog v2.8.2 |
| 1843 | 2026-08-13T17:50:21.986Z | Compiling rustix v1.1.4 |
| 1844 | 2026-08-13T17:50:22.145Z | Compiling getrandom v0.3.3 |
| 1845 | 2026-08-13T17:50:22.183Z | Compiling winnow v0.7.14 |
| 1846 | 2026-08-13T17:50:22.278Z | Compiling progenitor-macro v0.11.1 |
| 1847 | 2026-08-13T17:50:22.292Z | Compiling rand_core v0.9.3 |
| 1848 | 2026-08-13T17:50:22.324Z | Compiling h2 v0.4.14 |
| 1849 | 2026-08-13T17:50:22.346Z | Compiling crypto-common v0.1.6 |
| 1850 | 2026-08-13T17:50:22.481Z | Compiling oxnet v0.1.6 |
| 1851 | 2026-08-13T17:50:22.507Z | Compiling itertools v0.14.0 |
| 1852 | 2026-08-13T17:50:23.277Z | Compiling winnow v1.0.3 |
| 1853 | 2026-08-13T17:50:23.551Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-08-13T17:50:23.640Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1855 | 2026-08-13T17:50:23.735Z | Compiling serde_spanned v1.1.1 |
| 1856 | 2026-08-13T17:50:23.751Z | Compiling socket2 v0.5.10 |
| 1857 | 2026-08-13T17:50:23.898Z | Compiling debug-ignore v1.0.5 |
| 1858 | 2026-08-13T17:50:24.011Z | Compiling spin v0.9.8 |
| 1859 | 2026-08-13T17:50:24.203Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1860 | 2026-08-13T17:50:24.356Z | Compiling rand_chacha v0.9.0 |
| 1861 | 2026-08-13T17:50:24.422Z | Compiling rustls-pki-types v1.12.0 |
| 1862 | 2026-08-13T17:50:24.473Z | Compiling quick-error v1.2.3 |
| 1863 | 2026-08-13T17:50:24.525Z | Compiling hyper v1.10.1 |
| 1864 | 2026-08-13T17:50:24.584Z | Compiling rand v0.9.3 |
| 1865 | 2026-08-13T17:50:24.839Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-13T17:50:24.903Z | Compiling async-stream v0.3.6 |
| 1867 | 2026-08-13T17:50:25.080Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-08-13T17:50:25.083Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-08-13T17:50:25.198Z | Compiling lazy_static v1.5.0 |
| 1870 | 2026-08-13T17:50:25.225Z | Compiling colored v3.1.1 |
| 1871 | 2026-08-13T17:50:25.237Z | Compiling bit-vec v0.8.0 |
| 1872 | 2026-08-13T17:50:25.302Z | Compiling time v0.3.47 |
| 1873 | 2026-08-13T17:50:25.442Z | Compiling bit-set v0.8.0 |
| 1874 | 2026-08-13T17:50:25.473Z | Compiling strum v0.26.3 |
| 1875 | 2026-08-13T17:50:25.544Z | Compiling ring v0.17.14 |
| 1876 | 2026-08-13T17:50:25.602Z | Compiling hyper-util v0.1.20 |
| 1877 | 2026-08-13T17:50:25.627Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1878 | 2026-08-13T17:50:25.944Z | Compiling anstyle v1.0.14 |
| 1879 | 2026-08-13T17:50:26.178Z | Compiling unarray v0.1.4 |
| 1880 | 2026-08-13T17:50:26.294Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1881 | 2026-08-13T17:50:26.392Z | Compiling crossbeam-channel v0.5.15 |
| 1882 | 2026-08-13T17:50:26.863Z | Compiling macaddr v1.0.1 |
| 1883 | 2026-08-13T17:50:26.879Z | Compiling utf8parse v0.2.2 |
| 1884 | 2026-08-13T17:50:27.017Z | Compiling anstyle-parse v1.0.0 |
| 1885 | 2026-08-13T17:50:27.075Z | Compiling block-buffer v0.10.4 |
| 1886 | 2026-08-13T17:50:27.096Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1887 | 2026-08-13T17:50:27.184Z | Compiling ref-cast v1.0.25 |
| 1888 | 2026-08-13T17:50:27.211Z | Compiling is_terminal_polyfill v1.70.1 |
| 1889 | 2026-08-13T17:50:27.229Z | Compiling colorchoice v1.0.4 |
| 1890 | 2026-08-13T17:50:27.283Z | Compiling anstyle-query v1.1.4 |
| 1891 | 2026-08-13T17:50:27.297Z | Compiling digest v0.10.7 |
| 1892 | 2026-08-13T17:50:27.300Z | Compiling strum v0.27.2 |
| 1893 | 2026-08-13T17:50:27.320Z | Compiling is-terminal v0.4.16 |
| 1894 | 2026-08-13T17:50:27.346Z | Compiling clap_lex v1.1.0 |
| 1895 | 2026-08-13T17:50:27.395Z | Compiling anstream v1.0.0 |
| 1896 | 2026-08-13T17:50:27.413Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-08-13T17:50:27.426Z | Compiling slog-async v2.8.0 |
| 1898 | 2026-08-13T17:50:27.438Z | Compiling slog-json v2.6.1 |
| 1899 | 2026-08-13T17:50:27.637Z | Compiling hostname v0.3.1 |
| 1900 | 2026-08-13T17:50:27.771Z | Compiling slog-bunyan v2.5.0 |
| 1901 | 2026-08-13T17:50:27.783Z | Compiling tower v0.5.2 |
| 1902 | 2026-08-13T17:50:27.794Z | Compiling futures-executor v0.3.32 |
| 1903 | 2026-08-13T17:50:27.848Z | Compiling instant v0.1.13 |
| 1904 | 2026-08-13T17:50:28.074Z | Compiling futures v0.3.32 |
| 1905 | 2026-08-13T17:50:28.087Z | Compiling aws-lc-sys v0.39.1 |
| 1906 | 2026-08-13T17:50:28.157Z | Compiling untrusted v0.7.1 |
| 1907 | 2026-08-13T17:50:28.169Z | Compiling openssl-sys v0.9.117 |
| 1908 | 2026-08-13T17:50:28.267Z | Compiling tower-http v0.6.8 |
| 1909 | 2026-08-13T17:50:28.674Z | Compiling aws-lc-rs v1.16.2 |
| 1910 | 2026-08-13T17:50:28.695Z | Compiling memmap2 v0.9.8 |
| 1911 | 2026-08-13T17:50:29.613Z | Compiling rustls-webpki v0.103.6 |
| 1912 | 2026-08-13T17:50:29.748Z | Compiling foreign-types-shared v0.1.1 |
| 1913 | 2026-08-13T17:50:29.818Z | Compiling foreign-types v0.3.2 |
| 1914 | 2026-08-13T17:50:30.133Z | Compiling rustls v0.23.40 |
| 1915 | 2026-08-13T17:50:30.158Z | Compiling tempfile v3.27.0 |
| 1916 | 2026-08-13T17:50:30.598Z | Compiling openssl-probe v0.1.6 |
| 1917 | 2026-08-13T17:50:30.870Z | Compiling openssl v0.10.81 |
| 1918 | 2026-08-13T17:50:31.102Z | Compiling either v1.15.0 |
| 1919 | 2026-08-13T17:50:31.312Z | Compiling usdt v0.6.0 |
| 1920 | 2026-08-13T17:50:31.616Z | Compiling webpki-roots v1.0.2 |
| 1921 | 2026-08-13T17:50:32.002Z | Compiling newtype-uuid v1.3.2 |
| 1922 | 2026-08-13T17:50:32.354Z | Compiling daft v0.1.5 |
| 1923 | 2026-08-13T17:50:33.206Z | Compiling tokio-rustls v0.26.4 |
| 1924 | 2026-08-13T17:50:33.383Z | Compiling native-tls v0.2.14 |
| 1925 | 2026-08-13T17:50:33.485Z | Compiling hyper-rustls v0.27.7 |
| 1926 | 2026-08-13T17:50:33.648Z | Compiling tokio-native-tls v0.3.1 |
| 1927 | 2026-08-13T17:50:33.825Z | Compiling hyper-tls v0.6.0 |
| 1928 | 2026-08-13T17:50:34.015Z | Compiling reqwest v0.12.23 |
| 1929 | 2026-08-13T17:50:34.741Z | Compiling rustls-webpki v0.102.8 |
| 1930 | 2026-08-13T17:50:34.758Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2026-08-13T17:50:34.956Z | Compiling multer v3.1.0 |
| 1932 | 2026-08-13T17:50:35.472Z | Compiling hostname v0.4.2 |
| 1933 | 2026-08-13T17:50:35.643Z | Compiling rustls v0.22.4 |
| 1934 | 2026-08-13T17:50:35.760Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-08-13T17:50:36.334Z | Compiling terminal_size v0.4.3 |
| 1936 | 2026-08-13T17:50:36.409Z | Compiling rand_chacha v0.3.1 |
| 1937 | 2026-08-13T17:50:36.652Z | Compiling wait-timeout v0.2.1 |
| 1938 | 2026-08-13T17:50:37.364Z | Compiling rusty-fork v0.3.0 |
| 1939 | 2026-08-13T17:50:37.410Z | Compiling rand v0.8.5 |
| 1940 | 2026-08-13T17:50:37.514Z | Compiling tokio-rustls v0.25.0 |
| 1941 | 2026-08-13T17:50:38.637Z | Compiling sha1 v0.10.6 |
| 1942 | 2026-08-13T17:50:38.673Z | Compiling rand_xorshift v0.4.0 |
| 1943 | 2026-08-13T17:50:39.252Z | Compiling hubpack_derive v0.1.1 |
| 1944 | 2026-08-13T17:50:39.878Z | Compiling dropshot v0.16.7 |
| 1945 | 2026-08-13T17:50:39.923Z | Compiling proptest v1.8.0 |
| 1946 | 2026-08-13T17:50:40.045Z | Compiling clap_builder v4.6.0 |
| 1947 | 2026-08-13T17:50:41.208Z | Compiling serde_spanned v0.6.9 |
| 1948 | 2026-08-13T17:50:41.915Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-08-13T17:50:41.927Z | Compiling clap v4.6.1 |
| 1950 | 2026-08-13T17:50:42.073Z | Compiling prettyplease v0.2.37 |
| 1951 | 2026-08-13T17:50:43.468Z | Compiling progenitor-client v0.10.0 |
| 1952 | 2026-08-13T17:50:43.531Z | Compiling progenitor-client v0.11.1 |
| 1953 | 2026-08-13T17:50:43.778Z | Compiling serde_with v3.14.1 |
| 1954 | 2026-08-13T17:50:44.599Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-08-13T17:50:45.292Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-08-13T17:50:45.427Z | Compiling rustc-hash v2.1.1 |
| 1957 | 2026-08-13T17:50:45.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1958 | 2026-08-13T17:50:45.718Z | Compiling iddqd v0.3.18 |
| 1959 | 2026-08-13T17:50:46.797Z | Compiling backoff v0.4.0 |
| 1960 | 2026-08-13T17:50:46.858Z | Compiling parse-display v0.10.0 |
| 1961 | 2026-08-13T17:50:46.880Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1962 | 2026-08-13T17:50:47.001Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1963 | 2026-08-13T17:50:47.099Z | Compiling toml_write v0.1.2 |
| 1964 | 2026-08-13T17:50:47.187Z | Compiling winnow v0.5.40 |
| 1965 | 2026-08-13T17:50:47.296Z | Compiling toml_edit v0.22.27 |
| 1966 | 2026-08-13T17:50:48.585Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-08-13T17:50:49.000Z | Compiling num-integer v0.1.46 |
| 1968 | 2026-08-13T17:50:49.454Z | Compiling float-ord v0.3.2 |
| 1969 | 2026-08-13T17:50:50.110Z | Compiling toml v0.8.23 |
| 1970 | 2026-08-13T17:50:53.376Z | Compiling num-rational v0.4.2 |
| 1971 | 2026-08-13T17:50:53.505Z | Compiling num-iter v0.1.45 |
| 1972 | 2026-08-13T17:50:53.632Z | Compiling num-complex v0.4.6 |
| 1973 | 2026-08-13T17:50:54.011Z | Compiling num v0.4.3 |
| 1974 | 2026-08-13T17:50:54.606Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-08-13T17:50:56.016Z | Compiling proc-macro-crate v1.3.1 |
| 1976 | 2026-08-13T17:50:57.663Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-13T17:50:58.237Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-08-13T17:50:58.704Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-08-13T17:50:59.345Z | Compiling memoffset v0.9.1 |
| 1980 | 2026-08-13T17:50:59.389Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-13T17:51:00.261Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1982 | 2026-08-13T17:51:00.460Z | Compiling libscf-sys v1.2.0 |
| 1983 | 2026-08-13T17:51:00.492Z | Compiling ingot-macros v0.1.1 |
| 1984 | 2026-08-13T17:51:01.723Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-13T17:51:01.937Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-08-13T17:51:02.850Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1987 | 2026-08-13T17:51:04.988Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-08-13T17:51:05.337Z | Compiling num_enum_derive v0.7.5 |
| 1989 | 2026-08-13T17:51:05.572Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-08-13T17:51:05.721Z | Compiling foreign-types-macros v0.2.3 |
| 1991 | 2026-08-13T17:51:05.962Z | Compiling static_assertions v1.1.0 |
| 1992 | 2026-08-13T17:51:06.474Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-13T17:51:06.541Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-13T17:51:06.707Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-13T17:51:06.916Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-13T17:51:06.976Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-08-13T17:51:07.228Z | Compiling proc-macro-error v1.0.4 |
| 1998 | 2026-08-13T17:51:07.273Z | Compiling dof v0.3.0 |
| 1999 | 2026-08-13T17:51:07.856Z | Compiling num_enum_derive v0.5.11 |
| 2000 | 2026-08-13T17:51:09.403Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2001 | 2026-08-13T17:51:09.535Z | Compiling thread-id v4.2.2 |
| 2002 | 2026-08-13T17:51:09.641Z | Compiling usdt-impl v0.5.0 |
| 2003 | 2026-08-13T17:51:10.195Z | Compiling derive_more v0.99.20 |
| 2004 | 2026-08-13T17:51:10.444Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2005 | 2026-08-13T17:51:10.619Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2006 | 2026-08-13T17:51:11.550Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-13T17:51:11.564Z | Compiling usdt-macro v0.5.0 |
| 2008 | 2026-08-13T17:51:11.823Z | Compiling nom v7.1.3 |
| 2009 | 2026-08-13T17:51:11.985Z | Compiling usdt-attr-macro v0.5.0 |
| 2010 | 2026-08-13T17:51:12.093Z | Compiling zone_cfg_derive v0.3.1 |
| 2011 | 2026-08-13T17:51:12.344Z | Compiling papergrid v0.18.0 |
| 2012 | 2026-08-13T17:51:12.452Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-13T17:51:12.836Z | Compiling rustc_version v0.4.1 |
| 2014 | 2026-08-13T17:51:12.883Z | Compiling nix v0.31.3 |
| 2015 | 2026-08-13T17:51:13.126Z | Compiling itertools v0.15.0 |
| 2016 | 2026-08-13T17:51:13.129Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-13T17:51:13.289Z | Compiling dropshot_endpoint v0.17.1 |
| 2018 | 2026-08-13T17:51:13.482Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2019 | 2026-08-13T17:51:13.560Z | Compiling tabled v0.21.0 |
| 2020 | 2026-08-13T17:51:13.726Z | Compiling adler2 v2.0.1 |
| 2021 | 2026-08-13T17:51:13.874Z | Compiling miniz_oxide v0.8.9 |
| 2022 | 2026-08-13T17:51:13.993Z | Compiling crc32fast v1.5.0 |
| 2023 | 2026-08-13T17:51:14.290Z | Compiling enum-as-inner v0.6.1 |
| 2024 | 2026-08-13T17:51:14.460Z | Compiling regress v0.11.1 |
| 2025 | 2026-08-13T17:51:14.473Z | Compiling flate2 v1.1.2 |
| 2026 | 2026-08-13T17:51:14.567Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-13T17:51:14.866Z | Compiling hybrid-array v0.4.12 |
| 2028 | 2026-08-13T17:51:14.904Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-13T17:51:14.969Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2030 | 2026-08-13T17:51:14.983Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-08-13T17:51:15.094Z | Compiling rayon-core v1.13.0 |
| 2032 | 2026-08-13T17:51:15.107Z | Compiling clang-sys v1.8.1 |
| 2033 | 2026-08-13T17:51:15.345Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2034 | 2026-08-13T17:51:15.491Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-08-13T17:51:15.690Z | Compiling block-buffer v0.12.0 |
| 2036 | 2026-08-13T17:51:15.838Z | Compiling compression-core v0.4.32 |
| 2037 | 2026-08-13T17:51:15.858Z | Compiling const-oid v0.10.2 |
| 2038 | 2026-08-13T17:51:16.009Z | Compiling typify-impl v0.6.2 |
| 2039 | 2026-08-13T17:51:16.074Z | Compiling compression-codecs v0.4.32 |
| 2040 | 2026-08-13T17:51:16.103Z | Compiling scroll v0.12.0 |
| 2041 | 2026-08-13T17:51:16.351Z | Compiling digest v0.11.3 |
| 2042 | 2026-08-13T17:51:16.528Z | Compiling hash32 v0.3.1 |
| 2043 | 2026-08-13T17:51:16.575Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2044 | 2026-08-13T17:51:16.619Z | Compiling cpufeatures v0.3.0 |
| 2045 | 2026-08-13T17:51:16.687Z | Compiling sha1 v0.11.0 |
| 2046 | 2026-08-13T17:51:16.700Z | Compiling heapless v0.8.0 |
| 2047 | 2026-08-13T17:51:16.711Z | Compiling goblin v0.8.2 |
| 2048 | 2026-08-13T17:51:16.714Z | Compiling async-compression v0.4.33 |
| 2049 | 2026-08-13T17:51:16.891Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2050 | 2026-08-13T17:51:16.942Z | Compiling ingot-types v0.1.2 |
| 2051 | 2026-08-13T17:51:17.127Z | Compiling cobs v0.3.0 |
| 2052 | 2026-08-13T17:51:17.196Z | Compiling libloading v0.8.9 |
| 2053 | 2026-08-13T17:51:17.329Z | Compiling foreign-types-shared v0.3.1 |
| 2054 | 2026-08-13T17:51:17.330Z | Compiling bitflags v1.3.2 |
| 2055 | 2026-08-13T17:51:17.398Z | Compiling managed v0.8.0 |
| 2056 | 2026-08-13T17:51:17.422Z | Compiling foreign-types v0.5.0 |
| 2057 | 2026-08-13T17:51:17.509Z | Compiling bindgen v0.72.1 |
| 2058 | 2026-08-13T17:51:17.527Z | Compiling ingot v0.1.1 |
| 2059 | 2026-08-13T17:51:17.683Z | Compiling smoltcp v0.11.0 |
| 2060 | 2026-08-13T17:51:18.505Z | Compiling dropshot v0.17.1 |
| 2061 | 2026-08-13T17:51:18.544Z | Compiling postcard v1.1.3 |
| 2062 | 2026-08-13T17:51:19.321Z | Compiling cexpr v0.6.0 |
| 2063 | 2026-08-13T17:51:19.612Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2064 | 2026-08-13T17:51:19.905Z | Compiling num_enum v0.7.5 |
| 2065 | 2026-08-13T17:51:20.013Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-13T17:51:20.266Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-13T17:51:20.363Z | Compiling camino-tempfile v1.4.1 |
| 2068 | 2026-08-13T17:51:20.425Z | Compiling derive-where v1.6.0 |
| 2069 | 2026-08-13T17:51:20.437Z | Compiling serde_repr v0.1.20 |
| 2070 | 2026-08-13T17:51:20.594Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-08-13T17:51:20.699Z | Compiling cstr-argument v0.1.2 |
| 2072 | 2026-08-13T17:51:20.884Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2073 | 2026-08-13T17:51:20.897Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-08-13T17:51:21.753Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2075 | 2026-08-13T17:51:21.949Z | Compiling rayon v1.11.0 |
| 2076 | 2026-08-13T17:51:22.073Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2077 | 2026-08-13T17:51:22.205Z | Compiling crucible-workspace-hack v0.1.0 |
| 2078 | 2026-08-13T17:51:22.297Z | Compiling typify-macro v0.6.2 |
| 2079 | 2026-08-13T17:51:23.150Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-13T17:51:23.269Z | Compiling tinyvec_macros v0.1.1 |
| 2081 | 2026-08-13T17:51:23.348Z | Compiling tinyvec v1.10.0 |
| 2082 | 2026-08-13T17:51:23.351Z | Compiling usdt v0.5.0 |
| 2083 | 2026-08-13T17:51:23.652Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-13T17:51:24.149Z | Compiling num_enum v0.5.11 |
| 2085 | 2026-08-13T17:51:24.447Z | Compiling typify v0.6.2 |
| 2086 | 2026-08-13T17:51:24.547Z | Compiling pin-project-internal v1.1.10 |
| 2087 | 2026-08-13T17:51:25.343Z | Compiling progenitor-impl v0.14.0 |
| 2088 | 2026-08-13T17:51:25.619Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-08-13T17:51:25.670Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2090 | 2026-08-13T17:51:25.747Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2091 | 2026-08-13T17:51:25.833Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2092 | 2026-08-13T17:51:25.970Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-13T17:51:26.411Z | Compiling itertools v0.12.1 |
| 2094 | 2026-08-13T17:51:26.468Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-13T17:51:26.631Z | Compiling progenitor-impl v0.10.0 |
| 2096 | 2026-08-13T17:51:26.840Z | Compiling sigpipe v0.1.3 |
| 2097 | 2026-08-13T17:51:26.887Z | Compiling jiff v0.2.15 |
| 2098 | 2026-08-13T17:51:26.941Z | Compiling const_format_proc_macros v0.2.34 |
| 2099 | 2026-08-13T17:51:27.512Z | Compiling zone v0.3.1 |
| 2100 | 2026-08-13T17:51:27.663Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2101 | 2026-08-13T17:51:27.804Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2102 | 2026-08-13T17:51:28.676Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2103 | 2026-08-13T17:51:28.891Z | Compiling progenitor-macro v0.14.0 |
| 2104 | 2026-08-13T17:51:29.361Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-08-13T17:51:29.447Z | Compiling nix v0.30.1 |
| 2106 | 2026-08-13T17:51:29.985Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-08-13T17:51:30.105Z | Compiling progenitor-macro v0.10.0 |
| 2108 | 2026-08-13T17:51:30.139Z | Compiling snafu-derive v0.8.9 |
| 2109 | 2026-08-13T17:51:30.713Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-08-13T17:51:30.743Z | Compiling smf v0.2.3 |
| 2111 | 2026-08-13T17:51:30.832Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-08-13T17:51:30.977Z | Compiling bstr v1.12.0 |
| 2113 | 2026-08-13T17:51:31.352Z | Compiling whoami v1.6.1 |
| 2114 | 2026-08-13T17:51:31.536Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-13T17:51:32.538Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-13T17:51:33.346Z | Compiling hmac v0.12.1 |
| 2117 | 2026-08-13T17:51:33.624Z | Compiling inout v0.1.4 |
| 2118 | 2026-08-13T17:51:33.671Z | Compiling ff v0.13.1 |
| 2119 | 2026-08-13T17:51:33.784Z | Compiling data-encoding v2.9.0 |
| 2120 | 2026-08-13T17:51:34.073Z | Compiling crc8 v0.1.1 |
| 2121 | 2026-08-13T17:51:34.199Z | Compiling group v0.13.0 |
| 2122 | 2026-08-13T17:51:34.242Z | Compiling cipher v0.4.4 |
| 2123 | 2026-08-13T17:51:34.407Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2124 | 2026-08-13T17:51:34.636Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-08-13T17:51:35.124Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-08-13T17:51:35.249Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-08-13T17:51:35.467Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-08-13T17:51:35.734Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-08-13T17:51:35.931Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-08-13T17:51:36.036Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-08-13T17:51:36.174Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-08-13T17:51:36.407Z | Compiling half v2.7.1 |
| 2133 | 2026-08-13T17:51:36.661Z | Compiling opaque-debug v0.3.1 |
| 2134 | 2026-08-13T17:51:36.689Z | Compiling base16ct v0.2.0 |
| 2135 | 2026-08-13T17:51:36.741Z | Compiling ciborium-io v0.2.2 |
| 2136 | 2026-08-13T17:51:36.846Z | Compiling indent_write v2.2.0 |
| 2137 | 2026-08-13T17:51:36.861Z | Compiling base64ct v1.8.0 |
| 2138 | 2026-08-13T17:51:37.171Z | Compiling password-hash v0.5.0 |
| 2139 | 2026-08-13T17:51:37.339Z | Compiling elliptic-curve v0.13.8 |
| 2140 | 2026-08-13T17:51:37.487Z | Compiling progenitor-client v0.14.0 |
| 2141 | 2026-08-13T17:51:37.547Z | Compiling ciborium-ll v0.2.2 |
| 2142 | 2026-08-13T17:51:37.658Z | Compiling poly1305 v0.8.0 |
| 2143 | 2026-08-13T17:51:38.050Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-08-13T17:51:38.252Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-08-13T17:51:38.491Z | Compiling similar v2.7.0 |
| 2146 | 2026-08-13T17:51:38.705Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-08-13T17:51:38.720Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-08-13T17:51:39.975Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-08-13T17:51:40.289Z | Compiling aead v0.5.2 |
| 2150 | 2026-08-13T17:51:40.336Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-08-13T17:51:40.443Z | Compiling resolv-conf v0.7.5 |
| 2152 | 2026-08-13T17:51:40.648Z | Compiling keccak v0.1.6 |
| 2153 | 2026-08-13T17:51:40.674Z | Compiling linked-hash-map v0.5.6 |
| 2154 | 2026-08-13T17:51:40.862Z | Compiling lru-cache v0.1.2 |
| 2155 | 2026-08-13T17:51:40.908Z | Compiling sha3 v0.10.8 |
| 2156 | 2026-08-13T17:51:41.214Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-08-13T17:51:41.231Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-08-13T17:51:41.350Z | Compiling vsss-rs v3.3.4 |
| 2159 | 2026-08-13T17:51:41.368Z | Compiling progenitor v0.14.0 |
| 2160 | 2026-08-13T17:51:41.510Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-08-13T17:51:41.660Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-08-13T17:51:41.771Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-08-13T17:51:42.153Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-08-13T17:51:42.175Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-08-13T17:51:42.632Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-13T17:51:42.687Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-08-13T17:51:42.785Z | Compiling siphasher v1.0.1 |
| 2168 | 2026-08-13T17:51:42.945Z | Compiling same-file v1.0.6 |
| 2169 | 2026-08-13T17:51:42.986Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-08-13T17:51:43.158Z | Compiling walkdir v2.5.0 |
| 2171 | 2026-08-13T17:51:43.191Z | Compiling phf_shared v0.12.1 |
| 2172 | 2026-08-13T17:51:43.374Z | Compiling newline-converter v0.3.0 |
| 2173 | 2026-08-13T17:51:43.397Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2174 | 2026-08-13T17:51:43.411Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-08-13T17:51:43.560Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2176 | 2026-08-13T17:51:43.642Z | Compiling hickory-resolver v0.24.4 |
| 2177 | 2026-08-13T17:51:44.244Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-08-13T17:51:45.411Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-08-13T17:51:45.445Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-08-13T17:51:45.498Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-08-13T17:51:45.586Z | Compiling console v0.15.11 |
| 2182 | 2026-08-13T17:51:45.961Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-08-13T17:51:46.014Z | Compiling swrite v0.1.0 |
| 2184 | 2026-08-13T17:51:46.194Z | Compiling unicode-linebreak v0.1.5 |
| 2185 | 2026-08-13T17:51:46.198Z | Compiling humantime v2.3.0 |
| 2186 | 2026-08-13T17:51:46.381Z | Compiling unicode-width v0.1.14 |
| 2187 | 2026-08-13T17:51:46.404Z | Compiling termtree v0.5.1 |
| 2188 | 2026-08-13T17:51:46.442Z | Compiling smawk v0.3.2 |
| 2189 | 2026-08-13T17:51:46.464Z | Compiling foldhash v0.1.5 |
| 2190 | 2026-08-13T17:51:46.556Z | Compiling textwrap v0.16.2 |
| 2191 | 2026-08-13T17:51:46.616Z | Compiling hashbrown v0.15.5 |
| 2192 | 2026-08-13T17:51:46.659Z | Compiling csv v1.4.0 |
| 2193 | 2026-08-13T17:51:46.662Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-08-13T17:51:46.697Z | Compiling qorb v0.4.1 |
| 2195 | 2026-08-13T17:51:46.836Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2196 | 2026-08-13T17:51:47.174Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-08-13T17:51:48.469Z | Compiling phf v0.12.1 |
| 2198 | 2026-08-13T17:51:48.635Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-08-13T17:51:49.095Z | Compiling pin-project v1.1.10 |
| 2200 | 2026-08-13T17:51:49.125Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2201 | 2026-08-13T17:51:49.160Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-08-13T17:51:49.205Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-08-13T17:51:49.651Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-13T17:51:50.521Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-08-13T17:51:50.801Z | Compiling fixedbitset v0.5.7 |
| 2206 | 2026-08-13T17:51:51.003Z | Compiling fixedbitset v0.4.2 |
| 2207 | 2026-08-13T17:51:51.042Z | Compiling highway v1.3.0 |
| 2208 | 2026-08-13T17:51:51.446Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-13T17:51:51.541Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-08-13T17:51:52.427Z | Compiling petgraph v0.8.2 |
| 2211 | 2026-08-13T17:51:53.088Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-13T17:51:53.401Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-08-13T17:51:53.887Z | Compiling libsw v3.5.0 |
| 2214 | 2026-08-13T17:51:54.253Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-13T17:51:54.653Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-08-13T17:51:54.835Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-08-13T17:51:54.839Z | Compiling snafu v0.8.9 |
| 2218 | 2026-08-13T17:51:55.551Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-08-13T17:51:56.125Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-08-13T17:51:56.334Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-13T17:51:56.765Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-13T17:51:56.831Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-08-13T17:51:57.114Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-13T17:51:57.226Z | Compiling strum v0.28.0 |
| 2225 | 2026-08-13T17:51:57.258Z | Compiling globset v0.4.16 |
| 2226 | 2026-08-13T17:51:57.361Z | Compiling const_format v0.2.34 |
| 2227 | 2026-08-13T17:51:57.391Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-08-13T17:51:57.742Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-08-13T17:51:57.765Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-08-13T17:51:58.126Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-08-13T17:51:58.646Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-08-13T17:51:58.984Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-08-13T17:51:59.103Z | Compiling bcs v0.1.6 |
| 2234 | 2026-08-13T17:51:59.249Z | Compiling cargo-platform v0.1.9 |
| 2235 | 2026-08-13T17:51:59.363Z | Compiling serde_plain v1.0.2 |
| 2236 | 2026-08-13T17:51:59.427Z | Compiling pem v3.0.5 |
| 2237 | 2026-08-13T17:51:59.440Z | Compiling tagptr v0.2.0 |
| 2238 | 2026-08-13T17:51:59.575Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-08-13T17:51:59.585Z | Compiling typed-path v0.9.3 |
| 2240 | 2026-08-13T17:52:00.333Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-08-13T17:52:01.421Z | Compiling tough v0.20.0 |
| 2242 | 2026-08-13T17:52:01.842Z | Compiling moka v0.12.11 |
| 2243 | 2026-08-13T17:52:01.857Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-08-13T17:52:02.162Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-13T17:52:03.027Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-13T17:52:03.250Z | Compiling tabled v0.15.0 |
| 2247 | 2026-08-13T17:52:03.311Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-08-13T17:52:03.876Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-13T17:52:04.288Z | Compiling git2 v0.19.0 |
| 2250 | 2026-08-13T17:52:06.210Z | Compiling steno v0.4.1 |
| 2251 | 2026-08-13T17:52:07.051Z | Compiling cookie v0.18.1 |
| 2252 | 2026-08-13T17:52:07.193Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-08-13T17:52:09.284Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-08-13T17:52:09.885Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-13T17:52:12.301Z | Compiling vergen v8.3.2 |
| 2256 | 2026-08-13T17:52:13.817Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-08-13T17:52:14.314Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-08-13T17:52:14.582Z | Compiling predicates-core v1.0.9 |
| 2259 | 2026-08-13T17:52:14.790Z | Compiling mockall_derive v0.14.0 |
| 2260 | 2026-08-13T17:52:15.199Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-08-13T17:52:15.212Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-08-13T17:52:15.384Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-08-13T17:52:15.398Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-08-13T17:52:15.601Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-08-13T17:52:16.498Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-08-13T17:52:17.261Z | Compiling yansi v1.0.1 |
| 2267 | 2026-08-13T17:52:17.293Z | Compiling mockall v0.14.0 |
| 2268 | 2026-08-13T17:52:17.405Z | Compiling diff v0.1.13 |
| 2269 | 2026-08-13T17:52:17.595Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-08-13T17:52:17.880Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-08-13T17:52:18.681Z | Compiling fs-err v3.1.2 |
| 2272 | 2026-08-13T17:52:18.974Z | Compiling predicates-tree v1.0.12 |
| 2273 | 2026-08-13T17:52:19.002Z | Compiling predicates v3.1.3 |
| 2274 | 2026-08-13T17:52:19.712Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-08-13T17:52:20.000Z | Compiling filetime v0.2.26 |
| 2276 | 2026-08-13T17:52:20.016Z | Compiling arrayvec v0.7.6 |
| 2277 | 2026-08-13T17:52:20.198Z | Compiling is_ci v1.2.0 |
| 2278 | 2026-08-13T17:52:20.231Z | Compiling arrayref v0.3.9 |
| 2279 | 2026-08-13T17:52:20.317Z | Compiling constant_time_eq v0.3.1 |
| 2280 | 2026-08-13T17:52:20.357Z | Compiling fragile v2.0.1 |
| 2281 | 2026-08-13T17:52:20.443Z | Compiling xattr v1.6.1 |
| 2282 | 2026-08-13T17:52:20.634Z | Compiling downcast v0.11.0 |
| 2283 | 2026-08-13T17:52:20.671Z | Compiling tar v0.4.45 |
| 2284 | 2026-08-13T17:52:20.672Z | Compiling blake3 v1.8.2 |
| 2285 | 2026-08-13T17:52:20.994Z | Compiling supports-color v3.0.2 |
| 2286 | 2026-08-13T17:52:21.190Z | Compiling toml v0.7.8 |
| 2287 | 2026-08-13T17:52:21.271Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-08-13T17:52:21.694Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-08-13T17:52:21.881Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-08-13T17:52:22.173Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-08-13T17:52:23.117Z | Compiling drift v0.2.0 |
| 2292 | 2026-08-13T17:52:23.858Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-08-13T17:52:23.928Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2294 | 2026-08-13T17:52:24.185Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2295 | 2026-08-13T17:52:24.253Z | Compiling topological-sort v0.2.2 |
| 2296 | 2026-08-13T17:52:24.313Z | Compiling hex-literal v1.1.0 |
| 2297 | 2026-08-13T17:52:24.409Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2298 | 2026-08-13T17:52:24.438Z | Compiling omicron-zone-package v0.12.2 |
| 2299 | 2026-08-13T17:52:25.090Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-08-13T17:52:26.474Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-08-13T17:52:26.539Z | Compiling dropshot-api-manager v0.7.2 |
| 2302 | 2026-08-13T17:52:27.317Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2303 | 2026-08-13T17:52:27.517Z | Compiling curl v0.4.50 |
| 2304 | 2026-08-13T17:52:27.789Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2305 | 2026-08-13T17:52:27.803Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2306 | 2026-08-13T17:52:28.051Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-08-13T17:52:28.377Z | Compiling search_path v0.1.4 |
| 2308 | 2026-08-13T17:52:28.793Z | Compiling internet-checksum v0.2.1 |
| 2309 | 2026-08-13T17:52:28.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2310 | 2026-08-13T17:52:28.993Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2311 | 2026-08-13T17:52:32.289Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-08-13T17:52:33.698Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-08-13T17:53:18.958Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
| 2314 | 2026-08-13T17:53:19.086Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2315 | 2026-08-13T17:53:19.089Z | |
| 2316 | 2026-08-13T17:53:19.089Z | running 5 tests |
| 2317 | 2026-08-13T17:53:19.093Z | test fuse::tests::chip_revision_b1 ... ok |
| 2318 | 2026-08-13T17:53:19.093Z | test fuse::tests::chip_revision_a0 ... ok |
| 2319 | 2026-08-13T17:53:19.093Z | test fuse::tests::chip_revision_b0 ... ok |
| 2320 | 2026-08-13T17:53:19.093Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2321 | 2026-08-13T17:53:19.093Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-08-13T17:53:19.093Z | |
| 2323 | 2026-08-13T17:53:19.093Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-13T17:53:19.093Z | |
| 2325 | 2026-08-13T17:53:19.093Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-08-13T17:53:19.096Z | |
| 2327 | 2026-08-13T17:53:19.096Z | running 0 tests |
| 2328 | 2026-08-13T17:53:19.096Z | |
| 2329 | 2026-08-13T17:53:19.096Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-13T17:53:19.096Z | |
| 2331 | 2026-08-13T17:53:19.096Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2332 | 2026-08-13T17:53:19.096Z | |
| 2333 | 2026-08-13T17:53:19.096Z | running 0 tests |
| 2334 | 2026-08-13T17:53:19.096Z | |
| 2335 | 2026-08-13T17:53:19.096Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-13T17:53:19.096Z | |
| 2337 | 2026-08-13T17:53:19.099Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-08-13T17:53:19.099Z | |
| 2339 | 2026-08-13T17:53:19.099Z | running 10 tests |
| 2340 | 2026-08-13T17:53:19.099Z | test network::tests::test_equal ... ok |
| 2341 | 2026-08-13T17:53:19.099Z | test nat::tests::test_vni ... ok |
| 2342 | 2026-08-13T17:53:19.100Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-08-13T17:53:19.100Z | test network::tests::test_into ... ok |
| 2344 | 2026-08-13T17:53:19.100Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2345 | 2026-08-13T17:53:19.100Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-08-13T17:53:19.100Z | test network::tests::test_parse ... ok |
| 2347 | 2026-08-13T17:53:19.100Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-08-13T17:53:19.100Z | test test_purge ... ok |
| 2349 | 2026-08-13T17:53:19.103Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-08-13T17:53:19.103Z | |
| 2351 | 2026-08-13T17:53:19.103Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-08-13T17:53:19.103Z | |
| 2353 | 2026-08-13T17:53:19.106Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2354 | 2026-08-13T17:53:19.109Z | |
| 2355 | 2026-08-13T17:53:19.109Z | running 1 test |
| 2356 | 2026-08-13T17:53:19.112Z | ------- |
| 2357 | 2026-08-13T17:53:19.112Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-08-13T17:53:19.248Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-08-13T17:53:19.314Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-08-13T17:53:20.318Z | ------- |
| 2361 | 2026-08-13T17:53:20.318Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-08-13T17:53:20.319Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-08-13T17:53:20.319Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-13T17:53:20.319Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-13T17:53:20.319Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-08-13T17:53:20.322Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-08-13T17:53:20.322Z | Fresh dpd "latest" symlink |
| 2375 | 2026-08-13T17:53:20.322Z | ------- |
| 2376 | 2026-08-13T17:53:20.322Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-08-13T17:53:20.382Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-08-13T17:53:20.382Z | |
| 2379 | 2026-08-13T17:53:20.382Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2380 | 2026-08-13T17:53:20.382Z | |
| 2381 | 2026-08-13T17:53:20.430Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2382 | 2026-08-13T17:53:20.435Z | |
| 2383 | 2026-08-13T17:53:20.436Z | running 34 tests |
| 2384 | 2026-08-13T17:53:20.439Z | test freemap::test_ordering ... ok |
| 2385 | 2026-08-13T17:53:20.439Z | test config::tests::test_updates ... ok |
| 2386 | 2026-08-13T17:53:20.439Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2387 | 2026-08-13T17:53:20.439Z | test freemap::test_split ... ok |
| 2388 | 2026-08-13T17:53:20.439Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2389 | 2026-08-13T17:53:20.444Z | test macaddrs::tests::test_mac_offset ... ok |
| 2390 | 2026-08-13T17:53:20.444Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2391 | 2026-08-13T17:53:20.444Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2392 | 2026-08-13T17:53:20.444Z | test nat::test_mapping ... ok |
| 2393 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046 DEBG Aug 13 17:53:19.046 DEBG created new freemapcreated new freemap, unit, :unit :freemap_test freemap_test |
| 2394 | 2026-08-13T17:53:20.444Z | |
| 2395 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046Aug 13 17:53:19.046 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2396 | 2026-08-13T17:53:20.444Z | |
| 2397 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046Aug 13 17:53:19.046 DEBGDEBG reset freemapreset freemap, , unitunit:: Aug 13 17:53:19.046freemap_testfreemap_test |
| 2398 | 2026-08-13T17:53:20.444Z | |
| 2399 | 2026-08-13T17:53:20.444Z | DEBG created new freemap, unit: freemap_test |
| 2400 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046 DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046 DEBG created new freemap, unit: freemap_test |
| 2403 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046 DEBG initted freemap. size: 128, unit: freemap_test |
| 2404 | 2026-08-13T17:53:20.444Z | Aug 13 17:53:19.046 DEBG reset freemap, unit: freemap_test |
| 2405 | 2026-08-13T17:53:20.444Z | test freemap::test_exhaustion ... ok |
| 2406 | 2026-08-13T17:53:20.444Z | test freemap::test_free ... ok |
| 2407 | 2026-08-13T17:53:20.444Z | test freemap::test_basic ... ok |
| 2408 | 2026-08-13T17:53:20.444Z | test freemap::test_reclaim ... ok |
| 2409 | 2026-08-13T17:53:20.444Z | test port_map::tests::test_backplane_group ... ok |
| 2410 | 2026-08-13T17:53:20.444Z | test port_map::tests::test_port_map ... ok |
| 2411 | 2026-08-13T17:53:20.445Z | test port_map::tests::dump_map ... ok |
| 2412 | 2026-08-13T17:53:20.445Z | Aug 13 17:53:19.047 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-08-13T17:53:20.445Z | Aug 13 17:53:19.047 DEBG initted freemap. size: 8, unit: freemap_test |
| 2414 | 2026-08-13T17:53:20.445Z | Aug 13 17:53:19.047 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-08-13T17:53:20.445Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2416 | 2026-08-13T17:53:20.445Z | Aug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2417 | 2026-08-13T17:53:20.445Z | Aug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2418 | 2026-08-13T17:53:20.445Z | Aug 13 17:53:19.047 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2419 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2420 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2421 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2422 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2423 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 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 } }] |
| 2424 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2425 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2426 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2427 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2428 | 2026-08-13T17:53:20.446Z | test api_server::tests::test_build_info ... ok |
| 2429 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2430 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG reset freemap, unit:Aug 13 17:53:19.048 freemap_route_ipv6INFO |
| 2431 | 2026-08-13T17:53:20.446Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2432 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2433 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG Aug 13 17:53:19.048replacing 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 } }] |
| 2434 | 2026-08-13T17:53:20.446Z | 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 } }] |
| 2435 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2436 | 2026-08-13T17:53:20.446Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2437 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048 |
| 2438 | 2026-08-13T17:53:20.446Z | 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 13 17:53:19.048 |
| 2439 | 2026-08-13T17:53:20.446Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2440 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2441 | 2026-08-13T17:53:20.446Z | 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 13 17:53:19.048 |
| 2442 | 2026-08-13T17:53:20.446Z | 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 13 17:53:19.048 |
| 2443 | 2026-08-13T17:53:20.446Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2444 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 INFO Aug 13 17:53:19.048 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 } }] |
| 2445 | 2026-08-13T17:53:20.446Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2446 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048 |
| 2448 | 2026-08-13T17:53:20.446Z | 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 } }] |
| 2449 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 INFO Aug 13 17:53:19.048adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2450 | 2026-08-13T17:53:20.446Z | INFOAug 13 17:53:19.047 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-13T17:53:20.446Z | DEBG created new freemapAug 13 17:53:19.048, unitAug 13 17:53:19.048:DEBG freemap_testreplacing 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 } }] |
| 2452 | 2026-08-13T17:53:20.446Z | DEBG |
| 2453 | 2026-08-13T17:53:20.446Z | 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 13 17:53:19.048 |
| 2454 | 2026-08-13T17:53:20.446Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2455 | 2026-08-13T17:53:20.446Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2456 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 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 } }]Aug 13 17:53:19.048 |
| 2457 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048DEBG 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 |
| 2458 | 2026-08-13T17:53:20.446Z | Aug 13 17:53:19.048 initted freemap. size: 128INFO, Aug 13 17:53:19.048unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff :INFO |
| 2459 | 2026-08-13T17:53:20.447Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_test |
| 2460 | 2026-08-13T17:53:20.447Z | |
| 2461 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048 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 13 17:53:19.048 |
| 2462 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048 DEBGDEBGAug 13 17:53:19.048 INFOreset freemap replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff, |
| 2463 | 2026-08-13T17:53:20.447Z | |
| 2464 | 2026-08-13T17:53:20.447Z | unit: freemap_test |
| 2465 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2466 | 2026-08-13T17:53:20.447Z | |
| 2467 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2468 | 2026-08-13T17:53:20.447Z | |
| 2469 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2470 | 2026-08-13T17:53:20.447Z | |
| 2471 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 2472 | 2026-08-13T17:53:20.447Z | |
| 2473 | 2026-08-13T17:53:20.447Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2474 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG Aug 13 17:53:19.047adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2475 | 2026-08-13T17:53:20.447Z | DEBG created new freemap, Aug 13 17:53:19.048unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 2476 | 2026-08-13T17:53:20.447Z | |
| 2477 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2478 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 2479 | 2026-08-13T17:53:20.447Z | , unit: freemap_route_ipv6 |
| 2480 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048 INFOAug 13 17:53:19.048 Aug 13 17:53:19.048DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 2481 | 2026-08-13T17:53:20.447Z | created new freemapinitted freemap. size: 64, , unitunit:: Aug 13 17:53:19.048freemap_route_ipv4freemap_route_ipv4 |
| 2482 | 2026-08-13T17:53:20.447Z | |
| 2483 | 2026-08-13T17:53:20.447Z | DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2484 | 2026-08-13T17:53:20.447Z | Aug 13 17:53:19.048 Aug 13 17:53:19.048DEBGAug 13 17:53:19.048 DEBGINFO reset freemap , created new freemapunitadding route 3fff:beef:a::/64 -> 2001:db8::55:ff: |
| 2485 | 2026-08-13T17:53:20.447Z | , unitfreemap_route_ipv4: |
| 2486 | 2026-08-13T17:53:20.447Z | freemap_route_ipv6Aug 13 17:53:19.048 |
| 2487 | 2026-08-13T17:53:20.447Z | 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 13 17:53:19.048 |
| 2488 | 2026-08-13T17:53:20.447Z | DEBGAug 13 17:53:19.048 Aug 13 17:53:19.048DEBGinitted freemap. size: 64 , INFOunit :adding route 3fff:beef:b::/64 -> 2001:db8::55:ff initted freemap. size: 64freemap_route_ipv6 |
| 2489 | 2026-08-13T17:53:20.452Z | |
| 2490 | 2026-08-13T17:53:20.452Z | , unit:Aug 13 17:53:19.048 Aug 13 17:53:19.048freemap_route_ipv4 |
| 2491 | 2026-08-13T17:53:20.452Z | DEBG DEBGreset freemap , 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 } }]unit |
| 2492 | 2026-08-13T17:53:20.452Z | : freemap_route_ipv6 |
| 2493 | 2026-08-13T17:53:20.452Z | test freemap::test_span ... ok |
| 2494 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048 INFO Aug 13 17:53:19.048adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2495 | 2026-08-13T17:53:20.452Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:53:19.048 |
| 2496 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048DEBG DEBGreset freemapAug 13 17:53:19.048, DEBGunitreplacing 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 } }] |
| 2497 | 2026-08-13T17:53:20.452Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: |
| 2498 | 2026-08-13T17:53:20.452Z | freemap_route_ipv4 |
| 2499 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048 INFOAug 13 17:53:19.048 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 2500 | 2026-08-13T17:53:20.452Z | initted freemap. size: 64, unit:Aug 13 17:53:19.048 freemap_route_ipv6DEBG |
| 2501 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2502 | 2026-08-13T17:53:20.452Z | INFOAug 13 17:53:19.048 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 2503 | 2026-08-13T17:53:20.452Z | reset freemap, Aug 13 17:53:19.048unit Aug 13 17:53:19.048:INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]freemap_route_ipv6 |
| 2504 | 2026-08-13T17:53:20.452Z | |
| 2505 | 2026-08-13T17:53:20.452Z | |
| 2506 | 2026-08-13T17:53:20.452Z | 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 13 17:53:19.048 |
| 2507 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048 DEBGINFO Aug 13 17:53:19.048 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2508 | 2026-08-13T17:53:20.452Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2509 | 2026-08-13T17:53:20.452Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2510 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 Aug 13 17:53:19.048Aug 13 17:53:19.048 INFO DEBGDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 2511 | 2026-08-13T17:53:20.452Z | |
| 2512 | 2026-08-13T17:53:20.452Z | 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 } }] |
| 2513 | 2026-08-13T17:53:20.452Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 |
| 2514 | 2026-08-13T17:53:20.452Z | DEBGINFOAug 13 17:53:19.048 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2515 | 2026-08-13T17:53:20.452Z | INFO |
| 2516 | 2026-08-13T17:53:20.452Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2517 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 DEBGAug 13 17:53:19.048Aug 13 17:53:19.048 DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2518 | 2026-08-13T17:53:20.452Z | 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 } }] |
| 2519 | 2026-08-13T17:53:20.452Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 13 17:53:19.048replacing 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 } }] |
| 2520 | 2026-08-13T17:53:20.452Z | |
| 2521 | 2026-08-13T17:53:20.452Z | INFO Aug 13 17:53:19.048adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2522 | 2026-08-13T17:53:20.452Z | Aug 13 17:53:19.048 INFO DEBGINFOAug 13 17:53:19.048adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2523 | 2026-08-13T17:53:20.452Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2524 | 2026-08-13T17:53:20.452Z | DEBG Aug 13 17:53:19.048 |
| 2525 | 2026-08-13T17:53:20.452Z | 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 } }] |
| 2526 | 2026-08-13T17:53:20.453Z | DEBG Aug 13 17:53:19.048replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:53:19.048 |
| 2527 | 2026-08-13T17:53:20.453Z | Aug 13 17:53:19.048INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2528 | 2026-08-13T17:53:20.453Z | |
| 2529 | 2026-08-13T17:53:20.453Z | 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 } }]Aug 13 17:53:19.048 |
| 2530 | 2026-08-13T17:53:20.453Z | Aug 13 17:53:19.048Aug 13 17:53:19.048INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2531 | 2026-08-13T17:53:20.453Z | DEBGAug 13 17:53:19.048replacing 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: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 } }] |
| 2532 | 2026-08-13T17:53:20.453Z | |
| 2533 | 2026-08-13T17:53:20.453Z | Aug 13 17:53:19.048INFO DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.048 |
| 2534 | 2026-08-13T17:53:20.453Z | Aug 13 17:53:19.048 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2535 | 2026-08-13T17:53:20.453Z | |
| 2536 | 2026-08-13T17:53:20.453Z | |
| 2537 | 2026-08-13T17:53:20.453Z | Aug 13 17:53:19.048 Aug 13 17:53:19.048Aug 13 17:53:19.048Aug 13 17:53:19.048INFO DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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::/64 -> 2001:db8::55:ff |
| 2538 | 2026-08-13T17:53:20.453Z | |
| 2539 | 2026-08-13T17:53:20.454Z | |
| 2540 | 2026-08-13T17:53:20.454Z | DEBG Aug 13 17:53:19.048Aug 13 17:53:19.048replacing 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 13 17:53:19.048 INFO |
| 2541 | 2026-08-13T17:53:20.454Z | DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.048 |
| 2542 | 2026-08-13T17:53:20.454Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 2543 | 2026-08-13T17:53:20.454Z | |
| 2544 | 2026-08-13T17:53:20.454Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2545 | 2026-08-13T17:53:20.454Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 Aug 13 17:53:19.048Aug 13 17:53:19.048 DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2546 | 2026-08-13T17:53:20.454Z | adding route 3fff:beef:1::/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 |
| 2547 | 2026-08-13T17:53:20.454Z | |
| 2548 | 2026-08-13T17:53:20.454Z | Aug 13 17:53:19.048 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 } }] |
| 2549 | 2026-08-13T17:53:20.454Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2550 | 2026-08-13T17:53:20.454Z | INFO Aug 13 17:53:19.048adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 Aug 13 17:53:19.048DEBG |
| 2551 | 2026-08-13T17:53:20.454Z | 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 } }]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 13 17:53:19.048 |
| 2552 | 2026-08-13T17:53:20.454Z | |
| 2553 | 2026-08-13T17:53:20.454Z | DEBG Aug 13 17:53:19.048replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:53:19.048 |
| 2554 | 2026-08-13T17:53:20.454Z | INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2555 | 2026-08-13T17:53:20.454Z | |
| 2556 | 2026-08-13T17:53:20.454Z | Aug 13 17:53:19.048adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-13T17:53:20.454Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 DEBG |
| 2558 | 2026-08-13T17:53:20.454Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2559 | 2026-08-13T17:53:20.454Z | Aug 13 17:53:19.048replacing 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 13 17:53:19.048 Aug 13 17:53:19.048DEBG |
| 2560 | 2026-08-13T17:53:20.454Z | INFO 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 } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2561 | 2026-08-13T17:53:20.455Z | |
| 2562 | 2026-08-13T17:53:20.455Z | INFO |
| 2563 | 2026-08-13T17:53:20.455Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 |
| 2564 | 2026-08-13T17:53:20.455Z | DEBG 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 } }] |
| 2565 | 2026-08-13T17:53:20.455Z | Aug 13 17:53:19.048adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2566 | 2026-08-13T17:53:20.455Z | Aug 13 17:53:19.048 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.048 |
| 2567 | 2026-08-13T17:53:20.455Z | Aug 13 17:53:19.048adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 2568 | 2026-08-13T17:53:20.455Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2569 | 2026-08-13T17:53:20.455Z | DEBG Aug 13 17:53:19.048replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.048Aug 13 17:53:19.048 |
| 2570 | 2026-08-13T17:53:20.455Z | INFO DEBGDEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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: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 } }] |
| 2571 | 2026-08-13T17:53:20.455Z | |
| 2572 | 2026-08-13T17:53:20.455Z | Aug 13 17:53:19.048 |
| 2573 | 2026-08-13T17:53:20.455Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 |
| 2574 | 2026-08-13T17:53:20.455Z | DEBGAug 13 17:53:19.048 INFOAug 13 17:53:19.048 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 2575 | 2026-08-13T17:53:20.455Z | |
| 2576 | 2026-08-13T17:53:20.455Z | 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 } }] |
| 2577 | 2026-08-13T17:53:20.455Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 Aug 13 17:53:19.048DEBG 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 } }]INFO |
| 2578 | 2026-08-13T17:53:20.455Z | |
| 2579 | 2026-08-13T17:53:20.455Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2580 | 2026-08-13T17:53:20.455Z | Aug 13 17:53:19.048 |
| 2581 | 2026-08-13T17:53:20.455Z | Aug 13 17:53:19.048 INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2582 | 2026-08-13T17:53:20.455Z | DEBGAug 13 17:53:19.048 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 } }] |
| 2583 | 2026-08-13T17:53:20.455Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 13 17:53:19.048 |
| 2584 | 2026-08-13T17:53:20.455Z | 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 13 17:53:19.048 |
| 2585 | 2026-08-13T17:53:20.455Z | DEBGAug 13 17:53:19.048 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 } }]Aug 13 17:53:19.048 |
| 2586 | 2026-08-13T17:53:20.455Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2587 | 2026-08-13T17:53:20.455Z | |
| 2588 | 2026-08-13T17:53:20.455Z | INFOAug 13 17:53:19.048 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 2589 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.048adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2590 | 2026-08-13T17:53:20.460Z | DEBG Aug 13 17:53:19.048replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048 Aug 13 17:53:19.048 |
| 2591 | 2026-08-13T17:53:20.460Z | 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 } }] DEBG |
| 2592 | 2026-08-13T17:53:20.460Z | 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 13 17:53:19.048replacing 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 } }] |
| 2593 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.048 |
| 2594 | 2026-08-13T17:53:20.460Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.048Aug 13 17:53:19.048 |
| 2595 | 2026-08-13T17:53:20.460Z | INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2596 | 2026-08-13T17:53:20.460Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2597 | 2026-08-13T17:53:20.460Z | |
| 2598 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.048Aug 13 17:53:19.048 DEBGAug 13 17:53:19.048 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 2599 | 2026-08-13T17:53:20.460Z | |
| 2600 | 2026-08-13T17:53:20.460Z | |
| 2601 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.048 DEBG Aug 13 17:53:19.048Aug 13 17:53:19.048 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 } }]INFOAug 13 17:53:19.048 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 2602 | 2026-08-13T17:53:20.460Z | |
| 2603 | 2026-08-13T17:53:20.460Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2604 | 2026-08-13T17:53:20.460Z | |
| 2605 | 2026-08-13T17:53:20.460Z | 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 13 17:53:19.048 |
| 2606 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.048 DEBG Aug 13 17:53:19.048Aug 13 17:53:19.048INFO 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 |
| 2607 | 2026-08-13T17:53:20.460Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2608 | 2026-08-13T17:53:20.460Z | |
| 2609 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.048replacing 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 } }] |
| 2610 | 2026-08-13T17:53:20.460Z | INFOAug 13 17:53:19.048 DEBGAug 13 17:53:19.048 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 |
| 2611 | 2026-08-13T17:53:20.460Z | 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 } }] |
| 2612 | 2026-08-13T17:53:20.460Z | INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2613 | 2026-08-13T17:53:20.460Z | 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 13 17:53:19.049Aug 13 17:53:19.049 |
| 2614 | 2026-08-13T17:53:20.460Z | INFO DEBG Aug 13 17:53:19.049replacing 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 } }] |
| 2615 | 2026-08-13T17:53:20.460Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2616 | 2026-08-13T17:53:20.460Z | Aug 13 17:53:19.049replacing 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 } }] |
| 2617 | 2026-08-13T17:53:20.461Z | Aug 13 17:53:19.049 INFOINFO Aug 13 17:53:19.049 Aug 13 17:53:19.049adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2618 | 2026-08-13T17:53:20.461Z | |
| 2619 | 2026-08-13T17:53:20.461Z | INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2620 | 2026-08-13T17:53:20.461Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2621 | 2026-08-13T17:53:20.461Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049DEBG INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 13 17:53:19.049 |
| 2622 | 2026-08-13T17:53:20.461Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2623 | 2026-08-13T17:53:20.461Z | 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: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 13 17:53:19.049 |
| 2624 | 2026-08-13T17:53:20.461Z | |
| 2625 | 2026-08-13T17:53:20.461Z | Aug 13 17:53:19.049 DEBGINFO Aug 13 17:53:19.049 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 |
| 2626 | 2026-08-13T17:53:20.461Z | INFOINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2627 | 2026-08-13T17:53:20.461Z | Aug 13 17:53:19.049adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2628 | 2026-08-13T17:53:20.461Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 2629 | 2026-08-13T17:53:20.461Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2630 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049DEBGAug 13 17:53:19.049 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 |
| 2631 | 2026-08-13T17:53:20.462Z | DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 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 |
| 2632 | 2026-08-13T17:53:20.462Z | |
| 2633 | 2026-08-13T17:53:20.462Z | 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 } }] |
| 2634 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-13T17:53:20.462Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2636 | 2026-08-13T17:53:20.462Z | INFO |
| 2637 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 13 17:53:19.049 |
| 2638 | 2026-08-13T17:53:20.462Z | DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2639 | 2026-08-13T17:53:20.462Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 |
| 2640 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049DEBG DEBGAug 13 17:53:19.049Aug 13 17:53:19.049 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 } }]INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2641 | 2026-08-13T17:53:20.462Z | 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 } }] |
| 2642 | 2026-08-13T17:53:20.462Z | |
| 2643 | 2026-08-13T17:53:20.462Z | |
| 2644 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049DEBG DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2645 | 2026-08-13T17:53:20.462Z | |
| 2646 | 2026-08-13T17:53:20.462Z | INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 INFOAug 13 17:53:19.049 DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffcreated new freemap, unit: |
| 2648 | 2026-08-13T17:53:20.462Z | freemap_route_ipv4 |
| 2649 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 DEBG created new freemap, unit:Aug 13 17:53:19.049 freemap_route_ipv6 |
| 2650 | 2026-08-13T17:53:20.462Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGAug 13 17:53:19.049 INFODEBG initted freemap. size: 64 , 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 } }]: freemap_route_ipv4 |
| 2651 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 DEBGAug 13 17:53:19.049 |
| 2652 | 2026-08-13T17:53:20.462Z | DEBG reset freemap , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit |
| 2653 | 2026-08-13T17:53:20.462Z | : freemap_route_ipv4 |
| 2654 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 |
| 2655 | 2026-08-13T17:53:20.462Z | DEBG initted freemap. size: 64, unit:Aug 13 17:53:19.049 freemap_route_ipv6 |
| 2656 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049 DEBG reset freemapDEBG, DEBGunit: freemap_route_ipv6 |
| 2657 | 2026-08-13T17:53:20.462Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 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 } }] |
| 2658 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-13T17:53:20.462Z | |
| 2660 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 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 |
| 2661 | 2026-08-13T17:53:20.462Z | 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 |
| 2662 | 2026-08-13T17:53:20.462Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2663 | 2026-08-13T17:53:20.462Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2664 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 INFODEBG adding route 3fff:beef:1a::/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 } }]Aug 13 17:53:19.049 |
| 2665 | 2026-08-13T17:53:20.462Z | |
| 2666 | 2026-08-13T17:53:20.462Z | 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 } }] |
| 2667 | 2026-08-13T17:53:20.462Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO Aug 13 17:53:19.049DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2668 | 2026-08-13T17:53:20.462Z | INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2669 | 2026-08-13T17:53:20.463Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2670 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 INFODEBGDEBG adding route 3fff:beef:1b::/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 } }]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 } }] |
| 2671 | 2026-08-13T17:53:20.463Z | |
| 2672 | 2026-08-13T17:53:20.463Z | |
| 2673 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049 DEBGAug 13 17:53:19.049 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 |
| 2674 | 2026-08-13T17:53:20.463Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2675 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049 INFOINFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2676 | 2026-08-13T17:53:20.463Z | 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 } }] |
| 2677 | 2026-08-13T17:53:20.463Z | |
| 2678 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049DEBG 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 } }] |
| 2679 | 2026-08-13T17:53:20.463Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2680 | 2026-08-13T17:53:20.463Z | 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 } }] |
| 2681 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049DEBGAug 13 17:53:19.049 INFOINFO 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:14::/64 -> 2001:db8::55:ff |
| 2682 | 2026-08-13T17:53:20.463Z | |
| 2683 | 2026-08-13T17:53:20.463Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2684 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2685 | 2026-08-13T17:53:20.463Z | 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 } }] |
| 2686 | 2026-08-13T17:53:20.463Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-13T17:53:20.463Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2688 | 2026-08-13T17:53:20.463Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2689 | 2026-08-13T17:53:20.467Z | 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 } }]Aug 13 17:53:19.049 |
| 2690 | 2026-08-13T17:53:20.467Z | DEBGAug 13 17:53:19.049 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 } }]DEBGAug 13 17:53:19.049 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2691 | 2026-08-13T17:53:20.468Z | |
| 2692 | 2026-08-13T17:53:20.468Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2693 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049 INFOINFO Aug 13 17:53:19.049adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2694 | 2026-08-13T17:53:20.468Z | INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2697 | 2026-08-13T17:53:20.468Z | 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 } }] |
| 2698 | 2026-08-13T17:53:20.468Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 |
| 2699 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049 INFO Aug 13 17:53:19.049DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2700 | 2026-08-13T17:53:20.468Z | INFO Aug 13 17:53:19.049adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-13T17:53:20.468Z | DEBG 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 } }] |
| 2702 | 2026-08-13T17:53:20.468Z | 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:20::/64 -> 2001:db8::55:ff |
| 2703 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049 |
| 2704 | 2026-08-13T17:53:20.468Z | DEBGAug 13 17:53:19.049 INFOAug 13 17:53:19.049 Aug 13 17:53:19.049INFO 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 } }] DEBG |
| 2705 | 2026-08-13T17:53:20.468Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2706 | 2026-08-13T17:53:20.468Z | |
| 2707 | 2026-08-13T17:53:20.468Z | 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 } }] |
| 2708 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 2709 | 2026-08-13T17:53:20.468Z | |
| 2710 | 2026-08-13T17:53:20.468Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2711 | 2026-08-13T17:53:20.468Z | |
| 2712 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049 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 13 17:53:19.049Aug 13 17:53:19.049 |
| 2713 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049DEBG INFO 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 13 17:53:19.049adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2714 | 2026-08-13T17:53:20.468Z | INFO |
| 2715 | 2026-08-13T17:53:20.468Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-13T17:53:20.468Z | |
| 2717 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 DEBGINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2718 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049 |
| 2719 | 2026-08-13T17:53:20.468Z | DEBG Aug 13 17:53:19.049replacing 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 13 17:53:19.049 |
| 2720 | 2026-08-13T17:53:20.468Z | DEBGINFO Aug 13 17:53:19.049 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }]DEBGAug 13 17:53:19.049 |
| 2721 | 2026-08-13T17:53:20.468Z | |
| 2722 | 2026-08-13T17:53:20.468Z | 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 |
| 2723 | 2026-08-13T17:53:20.468Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2724 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 INFO INFO Aug 13 17:53:19.049DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2725 | 2026-08-13T17:53:20.468Z | |
| 2726 | 2026-08-13T17:53:20.468Z | 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 } }] |
| 2727 | 2026-08-13T17:53:20.468Z | |
| 2728 | 2026-08-13T17:53:20.468Z | Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO DEBG DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 2729 | 2026-08-13T17:53:20.468Z | 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:28::/64 -> 2001:db8::55:ff |
| 2730 | 2026-08-13T17:53:20.469Z | |
| 2731 | 2026-08-13T17:53:20.469Z | |
| 2732 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2733 | 2026-08-13T17:53:20.469Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2734 | 2026-08-13T17:53:20.469Z | DEBG |
| 2735 | 2026-08-13T17:53:20.469Z | 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 13 17:53:19.049 |
| 2736 | 2026-08-13T17:53:20.469Z | INFOAug 13 17:53:19.049 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG |
| 2737 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049replacing 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 } }] |
| 2738 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049INFO DEBG DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 |
| 2739 | 2026-08-13T17:53:20.469Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFO |
| 2740 | 2026-08-13T17:53:20.469Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2741 | 2026-08-13T17:53:20.469Z | |
| 2742 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049Aug 13 17:53:19.049 INFODEBG Aug 13 17:53:19.049Aug 13 17:53:19.049adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2743 | 2026-08-13T17:53:20.469Z | |
| 2744 | 2026-08-13T17:53:20.469Z | INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 |
| 2745 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 13 17:53:19.049replacing 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 } }] |
| 2746 | 2026-08-13T17:53:20.469Z | |
| 2747 | 2026-08-13T17:53:20.469Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2748 | 2026-08-13T17:53:20.469Z | |
| 2749 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2750 | 2026-08-13T17:53:20.469Z | |
| 2751 | 2026-08-13T17:53:20.469Z | 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 } }]Aug 13 17:53:19.049 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2752 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049 |
| 2753 | 2026-08-13T17:53:20.469Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2754 | 2026-08-13T17:53:20.469Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2755 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2756 | 2026-08-13T17:53:20.469Z | DEBG |
| 2757 | 2026-08-13T17:53:20.469Z | INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2758 | 2026-08-13T17:53:20.469Z | DEBG Aug 13 17:53:19.049replacing 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 } }] |
| 2759 | 2026-08-13T17:53:20.469Z | |
| 2760 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2761 | 2026-08-13T17:53:20.469Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:53:19.049 |
| 2762 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049 INFOAug 13 17:53:19.049 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO |
| 2763 | 2026-08-13T17:53:20.469Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 |
| 2764 | 2026-08-13T17:53:20.469Z | DEBG |
| 2765 | 2026-08-13T17:53:20.469Z | 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 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049DEBGDEBG |
| 2766 | 2026-08-13T17:53:20.469Z | 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:1c::/64 -> 2001:db8::55:ff |
| 2767 | 2026-08-13T17:53:20.469Z | |
| 2768 | 2026-08-13T17:53:20.469Z | Aug 13 17:53:19.049 Aug 13 17:53:19.049INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2769 | 2026-08-13T17:53:20.470Z | |
| 2770 | 2026-08-13T17:53:20.470Z | Aug 13 17:53:19.049INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGAug 13 17:53:19.049 Aug 13 17:53:19.049 |
| 2771 | 2026-08-13T17:53:20.470Z | 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 } }] |
| 2772 | 2026-08-13T17:53:20.470Z | Aug 13 17:53:19.049adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 2773 | 2026-08-13T17:53:20.470Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2774 | 2026-08-13T17:53:20.470Z | |
| 2775 | 2026-08-13T17:53:20.470Z | Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 DEBGINFOAug 13 17:53:19.049INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2776 | 2026-08-13T17:53:20.470Z | |
| 2777 | 2026-08-13T17:53:20.470Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2778 | 2026-08-13T17:53:20.470Z | Aug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050INFO DEBGINFO 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 } }] |
| 2779 | 2026-08-13T17:53:20.470Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2780 | 2026-08-13T17:53:20.470Z | |
| 2781 | 2026-08-13T17:53:20.470Z | Aug 13 17:53:19.050replacing 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 } }] |
| 2782 | 2026-08-13T17:53:20.471Z | Aug 13 17:53:19.050INFOAug 13 17:53:19.050 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 2783 | 2026-08-13T17:53:20.471Z | 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 13 17:53:19.050replacing 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 } }] |
| 2784 | 2026-08-13T17:53:20.471Z | |
| 2785 | 2026-08-13T17:53:20.471Z | Aug 13 17:53:19.050 DEBGINFO 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 13 17:53:19.050adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2786 | 2026-08-13T17:53:20.471Z | Aug 13 17:53:19.050INFO |
| 2787 | 2026-08-13T17:53:20.471Z | INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 2788 | 2026-08-13T17:53:20.471Z | Aug 13 17:53:19.050 |
| 2789 | 2026-08-13T17:53:20.475Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2790 | 2026-08-13T17:53:20.475Z | DEBG Aug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050replacing 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 } }] |
| 2791 | 2026-08-13T17:53:20.475Z | DEBGDEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2792 | 2026-08-13T17:53:20.475Z | |
| 2793 | 2026-08-13T17:53:20.475Z | 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 } }] |
| 2794 | 2026-08-13T17:53:20.475Z | Aug 13 17:53:19.050 INFOAug 13 17:53:19.050 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 2795 | 2026-08-13T17:53:20.475Z | Aug 13 17:53:19.050 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.050 |
| 2796 | 2026-08-13T17:53:20.475Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-13T17:53:20.475Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2798 | 2026-08-13T17:53:20.475Z | Aug 13 17:53:19.050 DEBGAug 13 17:53:19.050 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 } }]DEBGAug 13 17:53:19.050 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 } }] |
| 2799 | 2026-08-13T17:53:20.475Z | DEBGAug 13 17:53:19.050 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 } }]DEBGAug 13 17:53:19.050 |
| 2800 | 2026-08-13T17:53:20.475Z | INFO |
| 2801 | 2026-08-13T17:53:20.475Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2802 | 2026-08-13T17:53:20.475Z | |
| 2803 | 2026-08-13T17:53:20.475Z | Aug 13 17:53:19.050 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2804 | 2026-08-13T17:53:20.475Z | Aug 13 17:53:19.050INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050 |
| 2805 | 2026-08-13T17:53:20.475Z | Aug 13 17:53:19.050replacing 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 } }] |
| 2806 | 2026-08-13T17:53:20.476Z | INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050replacing 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 } }] |
| 2808 | 2026-08-13T17:53:20.476Z | DEBGAug 13 17:53:19.050Aug 13 17:53:19.050 INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2809 | 2026-08-13T17:53:20.476Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2810 | 2026-08-13T17:53:20.476Z | 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 } }] |
| 2811 | 2026-08-13T17:53:20.476Z | INFO Aug 13 17:53:19.050adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050 |
| 2812 | 2026-08-13T17:53:20.476Z | INFOAug 13 17:53:19.050 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2813 | 2026-08-13T17:53:20.476Z | DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2814 | 2026-08-13T17:53:20.476Z | 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 } }] |
| 2815 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2816 | 2026-08-13T17:53:20.476Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050 |
| 2817 | 2026-08-13T17:53:20.476Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2818 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2819 | 2026-08-13T17:53:20.476Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:53:19.050Aug 13 17:53:19.050 |
| 2820 | 2026-08-13T17:53:20.476Z | INFOAug 13 17:53:19.050 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050replacing 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 } }] |
| 2821 | 2026-08-13T17:53:20.476Z | |
| 2822 | 2026-08-13T17:53:20.476Z | DEBG 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 } }] |
| 2823 | 2026-08-13T17:53:20.476Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2824 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2825 | 2026-08-13T17:53:20.476Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2826 | 2026-08-13T17:53:20.476Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 2827 | 2026-08-13T17:53:20.476Z | 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 } }] |
| 2828 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050 DEBG Aug 13 17:53:19.050DEBGreplacing 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 |
| 2829 | 2026-08-13T17:53:20.476Z | 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 } }] |
| 2830 | 2026-08-13T17:53:20.476Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 2831 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050Aug 13 17:53:19.050adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO |
| 2832 | 2026-08-13T17:53:20.476Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2833 | 2026-08-13T17:53:20.476Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2834 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG Aug 13 17:53:19.050 |
| 2835 | 2026-08-13T17:53:20.476Z | 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: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 |
| 2836 | 2026-08-13T17:53:20.476Z | 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 } }] |
| 2837 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050 |
| 2838 | 2026-08-13T17:53:20.476Z | INFOAug 13 17:53:19.050 Aug 13 17:53:19.050 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 2839 | 2026-08-13T17:53:20.476Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2840 | 2026-08-13T17:53:20.476Z | Aug 13 17:53:19.050INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFODEBG |
| 2841 | 2026-08-13T17:53:20.476Z | adding route 3fff:beef:32::/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 } }]Aug 13 17:53:19.050 |
| 2842 | 2026-08-13T17:53:20.476Z | |
| 2843 | 2026-08-13T17:53:20.476Z | DEBGAug 13 17:53:19.050Aug 13 17:53:19.050 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 } }] |
| 2844 | 2026-08-13T17:53:20.476Z | DEBGAug 13 17:53:19.050 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2845 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050 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 } }] |
| 2846 | 2026-08-13T17:53:20.477Z | 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 } }] |
| 2847 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2848 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBGINFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2849 | 2026-08-13T17:53:20.477Z | |
| 2850 | 2026-08-13T17:53:20.477Z | |
| 2851 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG INFO Aug 13 17:53:19.050INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2852 | 2026-08-13T17:53:20.477Z | |
| 2853 | 2026-08-13T17:53:20.477Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 2854 | 2026-08-13T17:53:20.477Z | created new freemapAug 13 17:53:19.050Aug 13 17:53:19.050 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2855 | 2026-08-13T17:53:20.477Z | |
| 2856 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050 , DEBGAug 13 17:53:19.050 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 13 17:53:19.050INFO DEBG |
| 2857 | 2026-08-13T17:53:20.477Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-13T17:53:20.477Z | |
| 2859 | 2026-08-13T17:53:20.477Z | unitAug 13 17:53:19.050: INFO freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2860 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050 |
| 2861 | 2026-08-13T17:53:20.477Z | DEBG Aug 13 17:53:19.050replacing 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 } }] |
| 2862 | 2026-08-13T17:53:20.477Z | INFOAug 13 17:53:19.050 Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO DEBG |
| 2863 | 2026-08-13T17:53:20.477Z | created new freemapreplacing 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 } }] |
| 2864 | 2026-08-13T17:53:20.477Z | , Aug 13 17:53:19.050unit DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2865 | 2026-08-13T17:53:20.477Z | 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 } }]: |
| 2866 | 2026-08-13T17:53:20.477Z | freemap_route_ipv6Aug 13 17:53:19.050 |
| 2867 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050 |
| 2868 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050replacing 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 |
| 2869 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 2870 | 2026-08-13T17:53:20.477Z | 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 } }] |
| 2871 | 2026-08-13T17:53:20.477Z | DEBGAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 INFOINFO initted freemap. size: 64DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/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 } }], |
| 2872 | 2026-08-13T17:53:20.477Z | |
| 2873 | 2026-08-13T17:53:20.477Z | |
| 2874 | 2026-08-13T17:53:20.477Z | unit:Aug 13 17:53:19.050Aug 13 17:53:19.050 INFOfreemap_route_ipv4 DEBGAug 13 17:53:19.050adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2875 | 2026-08-13T17:53:20.477Z | |
| 2876 | 2026-08-13T17:53:20.477Z | 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 |
| 2877 | 2026-08-13T17:53:20.477Z | 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 } }] |
| 2878 | 2026-08-13T17:53:20.477Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2879 | 2026-08-13T17:53:20.477Z | 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 |
| 2880 | 2026-08-13T17:53:20.478Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 reset freemap DEBG, INFOunit :adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 2881 | 2026-08-13T17:53:20.478Z | Aug 13 17:53:19.050 freemap_route_ipv4 |
| 2882 | 2026-08-13T17:53:20.478Z | INFO |
| 2883 | 2026-08-13T17:53:20.478Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2884 | 2026-08-13T17:53:20.478Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 INFODEBG Aug 13 17:53:19.050adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2885 | 2026-08-13T17:53:20.478Z | DEBGinitted freemap. size: 64 , Aug 13 17:53:19.050unitreplacing 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 13 17:53:19.050 |
| 2886 | 2026-08-13T17:53:20.478Z | freemap_route_ipv6DEBG 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 } }] |
| 2887 | 2026-08-13T17:53:20.478Z | Aug 13 17:53:19.050 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2888 | 2026-08-13T17:53:20.478Z | |
| 2889 | 2026-08-13T17:53:20.482Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2890 | 2026-08-13T17:53:20.482Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2891 | 2026-08-13T17:53:20.482Z | DEBG |
| 2892 | 2026-08-13T17:53:20.482Z | reset freemap, unitAug 13 17:53:19.050 Aug 13 17:53:19.050DEBG 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 } }]: |
| 2893 | 2026-08-13T17:53:20.482Z | freemap_route_ipv6 Aug 13 17:53:19.050adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2894 | 2026-08-13T17:53:20.482Z | 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 } }] |
| 2895 | 2026-08-13T17:53:20.482Z | |
| 2896 | 2026-08-13T17:53:20.482Z | Aug 13 17:53:19.050DEBG 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 |
| 2897 | 2026-08-13T17:53:20.482Z | Aug 13 17:53:19.050adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2898 | 2026-08-13T17:53:20.482Z | DEBG failed to allocate space for the new target listAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 |
| 2899 | 2026-08-13T17:53:20.482Z | Aug 13 17:53:19.050 INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2900 | 2026-08-13T17:53:20.483Z | 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 } }]Aug 13 17:53:19.050 |
| 2901 | 2026-08-13T17:53:20.483Z | DEBGAug 13 17:53:19.050 DEBG DEBGAug 13 17:53:19.050replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2902 | 2026-08-13T17:53:20.483Z | INFO |
| 2903 | 2026-08-13T17:53:20.483Z | |
| 2904 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2905 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:53:19.050 |
| 2906 | 2026-08-13T17:53:20.483Z | DEBG Aug 13 17:53:19.050INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2907 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2908 | 2026-08-13T17:53:20.483Z | DEBGAug 13 17:53:19.050 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 |
| 2909 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 2910 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050 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 |
| 2911 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2912 | 2026-08-13T17:53:20.483Z | INFOAug 13 17:53:19.050 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2913 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2914 | 2026-08-13T17:53:20.483Z | DEBG Aug 13 17:53:19.050replacing 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 13 17:53:19.050 |
| 2915 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050DEBGDEBG 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: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 |
| 2916 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050 |
| 2917 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 2918 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2919 | 2026-08-13T17:53:20.483Z | INFOAug 13 17:53:19.050Aug 13 17:53:19.050 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 2920 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2921 | 2026-08-13T17:53:20.483Z | 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 13 17:53:19.050 |
| 2922 | 2026-08-13T17:53:20.483Z | 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 } }]DEBGAug 13 17:53:19.050 |
| 2923 | 2026-08-13T17:53:20.483Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2924 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2925 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050 Aug 13 17:53:19.050DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:53:19.050INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2926 | 2026-08-13T17:53:20.483Z | |
| 2927 | 2026-08-13T17:53:20.483Z | |
| 2928 | 2026-08-13T17:53:20.483Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2929 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG DEBGAug 13 17:53:19.050 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: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 } }] |
| 2930 | 2026-08-13T17:53:20.483Z | |
| 2931 | 2026-08-13T17:53:20.483Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:53:19.050Aug 13 17:53:19.050 |
| 2932 | 2026-08-13T17:53:20.483Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2933 | 2026-08-13T17:53:20.483Z | INFO INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2934 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050 |
| 2935 | 2026-08-13T17:53:20.483Z | 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 } }]Aug 13 17:53:19.050 |
| 2936 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2937 | 2026-08-13T17:53:20.483Z | Aug 13 17:53:19.050replacing 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 } }] |
| 2938 | 2026-08-13T17:53:20.483Z | 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 } }]Aug 13 17:53:19.050 |
| 2939 | 2026-08-13T17:53:20.483Z | INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 |
| 2940 | 2026-08-13T17:53:20.484Z | |
| 2941 | 2026-08-13T17:53:20.484Z | INFO Aug 13 17:53:19.050adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFOAug 13 17:53:19.050 |
| 2942 | 2026-08-13T17:53:20.484Z | DEBGAug 13 17:53:19.050 Aug 13 17:53:19.050replacing 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::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-13T17:53:20.484Z | DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.050 |
| 2944 | 2026-08-13T17:53:20.484Z | |
| 2945 | 2026-08-13T17:53:20.484Z | INFO 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:3a::/64 -> 2001:db8::55:ff |
| 2946 | 2026-08-13T17:53:20.484Z | test route::tests::grow_succeeds ... ok |
| 2947 | 2026-08-13T17:53:20.484Z | |
| 2948 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.050 DEBG failed to allocate space for the new target listAug 13 17:53:19.050Aug 13 17:53:19.050 INFOAug 13 17:53:19.050 |
| 2949 | 2026-08-13T17:53:20.484Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2950 | 2026-08-13T17:53:20.484Z | |
| 2951 | 2026-08-13T17:53:20.484Z | 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 13 17:53:19.050 |
| 2952 | 2026-08-13T17:53:20.484Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2953 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2954 | 2026-08-13T17:53:20.484Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2955 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.050Aug 13 17:53:19.050 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOINFO |
| 2956 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.050 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2957 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.051Aug 13 17:53:19.051 DEBGDEBG created new freemapcreated new freemap, unit:Aug 13 17:53:19.051 Aug 13 17:53:19.057freemap_route_ipv4 |
| 2958 | 2026-08-13T17:53:20.484Z | 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 } }]unit |
| 2959 | 2026-08-13T17:53:20.484Z | :Aug 13 17:53:19.057 freemap_route_ipv4 |
| 2960 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.057DEBG Aug 13 17:53:19.057DEBG created new freemapINFO, created new freemapunitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff:, |
| 2961 | 2026-08-13T17:53:20.484Z | unit :freemap_route_ipv6 |
| 2962 | 2026-08-13T17:53:20.484Z | freemap_route_ipv4Aug 13 17:53:19.057 |
| 2963 | 2026-08-13T17:53:20.484Z | 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 } }] |
| 2964 | 2026-08-13T17:53:20.484Z | DEBG created new freemapAug 13 17:53:19.057Aug 13 17:53:19.057 DEBG, INFO unitinitted freemap. size: 64 , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff:unit |
| 2965 | 2026-08-13T17:53:20.484Z | : Aug 13 17:53:19.057freemap_route_ipv6freemap_route_ipv4Aug 13 17:53:19.057 |
| 2966 | 2026-08-13T17:53:20.484Z | |
| 2967 | 2026-08-13T17:53:20.484Z | DEBGDEBG Aug 13 17:53:19.057created new freemap , replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.057unit :DEBG freemap_route_ipv6 |
| 2968 | 2026-08-13T17:53:20.484Z | DEBG |
| 2969 | 2026-08-13T17:53:20.484Z | initted freemap. size: 64reset freemap, , Aug 13 17:53:19.057unit unitAug 13 17:53:19.057INFO: : adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2970 | 2026-08-13T17:53:20.484Z | freemap_route_ipv4 DEBG |
| 2971 | 2026-08-13T17:53:20.484Z | |
| 2972 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.057 DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2973 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.057Aug 13 17:53:19.057 DEBG: reset freemapfreemap_route_ipv4Aug 13 17:53:19.057DEBG |
| 2974 | 2026-08-13T17:53:20.484Z | INFO , initted freemap. size: 64unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff:, unitfreemap_route_ipv4 |
| 2975 | 2026-08-13T17:53:20.484Z | : |
| 2976 | 2026-08-13T17:53:20.484Z | freemap_route_ipv6 |
| 2977 | 2026-08-13T17:53:20.484Z | Aug 13 17:53:19.057 Aug 13 17:53:19.057Aug 13 17:53:19.057 DEBGDEBG Aug 13 17:53:19.057replacing 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 } }] DEBGDEBG reset freemapinitted freemap. size: 64, reset freemap |
| 2978 | 2026-08-13T17:53:20.484Z | unit, , :unit freemap_route_ipv4unit |
| 2979 | 2026-08-13T17:53:20.485Z | ::Aug 13 17:53:19.057 freemap_route_ipv6 INFOfreemap_route_ipv6 |
| 2980 | 2026-08-13T17:53:20.485Z | |
| 2981 | 2026-08-13T17:53:20.485Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:53:19.057 |
| 2982 | 2026-08-13T17:53:20.485Z | DEBGAug 13 17:53:19.057Aug 13 17:53:19.057 INFODEBGinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2983 | 2026-08-13T17:53:20.485Z | unitreset freemap:, freemap_route_ipv6Aug 13 17:53:19.057unit |
| 2984 | 2026-08-13T17:53:20.485Z | DEBG:Aug 13 17:53:19.057 freemap_route_ipv6replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2985 | 2026-08-13T17:53:20.485Z | DEBG |
| 2986 | 2026-08-13T17:53:20.485Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 13 17:53:19.057 |
| 2987 | 2026-08-13T17:53:20.485Z | DEBGAug 13 17:53:19.057Aug 13 17:53:19.057 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreset freemap |
| 2988 | 2026-08-13T17:53:20.485Z | adding route 172.16.0.0/32 -> 10.0.0.1, |
| 2989 | 2026-08-13T17:53:20.489Z | unit:Aug 13 17:53:19.057 Aug 13 17:53:19.057INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:53:19.057 |
| 2990 | 2026-08-13T17:53:20.489Z | 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_ipv6 |
| 2991 | 2026-08-13T17:53:20.489Z | |
| 2992 | 2026-08-13T17:53:20.489Z | DEBG Aug 13 17:53:19.057replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 13 17:53:19.057 |
| 2993 | 2026-08-13T17:53:20.489Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2994 | 2026-08-13T17:53:20.489Z | Aug 13 17:53:19.057adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG |
| 2995 | 2026-08-13T17:53:20.489Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.057 |
| 2996 | 2026-08-13T17:53:20.489Z | Aug 13 17:53:19.057 DEBGDEBGAug 13 17:53:19.057 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2997 | 2026-08-13T17:53:20.489Z | 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 } }] |
| 2998 | 2026-08-13T17:53:20.489Z | 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 } }] |
| 2999 | 2026-08-13T17:53:20.489Z | Aug 13 17:53:19.057Aug 13 17:53:19.051Aug 13 17:53:19.057 DEBGINFO created new freemap adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.057 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3000 | 2026-08-13T17:53:20.489Z | INFO |
| 3001 | 2026-08-13T17:53:20.489Z | , unitadding route 3fff:dead::/64 -> 2001:db8::55:2:Aug 13 17:53:19.057Aug 13 17:53:19.057 |
| 3002 | 2026-08-13T17:53:20.489Z | DEBG freemap_route_ipv4DEBGreplacing 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 } }] |
| 3003 | 2026-08-13T17:53:20.489Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3004 | 2026-08-13T17:53:20.489Z | |
| 3005 | 2026-08-13T17:53:20.489Z | Aug 13 17:53:19.057 DEBGAug 13 17:53:19.057 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3006 | 2026-08-13T17:53:20.489Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3007 | 2026-08-13T17:53:20.489Z | Aug 13 17:53:19.057Aug 13 17:53:19.057 Aug 13 17:53:19.057 DEBGAug 13 17:53:19.057INFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOreplacing 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 } }] |
| 3008 | 2026-08-13T17:53:20.489Z | |
| 3009 | 2026-08-13T17:53:20.490Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3010 | 2026-08-13T17:53:20.490Z | created new freemapAug 13 17:53:19.057Aug 13 17:53:19.057 , INFOunit Aug 13 17:53:19.057DEBG :DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3011 | 2026-08-13T17:53:20.490Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3012 | 2026-08-13T17:53:20.490Z | |
| 3013 | 2026-08-13T17:53:20.490Z | freemap_route_ipv6 |
| 3014 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057Aug 13 17:53:19.057Aug 13 17:53:19.057 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 |
| 3015 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057 |
| 3016 | 2026-08-13T17:53:20.490Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3017 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057 INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 13 17:53:19.057initted freemap. size: 64 |
| 3018 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057, DEBGWARN replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3019 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057 |
| 3020 | 2026-08-13T17:53:20.490Z | :DEBG freemap_route_ipv4replacing 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 } }] |
| 3021 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057 |
| 3022 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:53:19.057 |
| 3023 | 2026-08-13T17:53:20.490Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 13 17:53:19.057adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:53:19.057 |
| 3024 | 2026-08-13T17:53:20.490Z | DEBG |
| 3025 | 2026-08-13T17:53:20.490Z | reset freemapERRO Aug 13 17:53:19.057, 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 |
| 3026 | 2026-08-13T17:53:20.490Z | DEBGunit : replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3027 | 2026-08-13T17:53:20.490Z | |
| 3028 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.057 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3029 | 2026-08-13T17:53:20.490Z | DEBG Aug 13 17:53:19.058replacing 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 13 17:53:19.058DEBG |
| 3030 | 2026-08-13T17:53:20.490Z | 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 13 17:53:19.057 |
| 3031 | 2026-08-13T17:53:20.490Z | DEBG DEBGinitted freemap. size: 64 , failed to allocate space for the new target listAug 13 17:53:19.058 |
| 3032 | 2026-08-13T17:53:20.490Z | unitAug 13 17:53:19.058: INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 3033 | 2026-08-13T17:53:20.490Z | |
| 3034 | 2026-08-13T17:53:20.490Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3035 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.058Aug 13 17:53:19.058 Aug 13 17:53:19.058 DEBGDEBG DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3036 | 2026-08-13T17:53:20.490Z | |
| 3037 | 2026-08-13T17:53:20.490Z | reset freemap, Aug 13 17:53:19.058Aug 13 17:53:19.058unit : DEBGINFO failed to allocate space for the new target listfreemap_route_ipv6 |
| 3038 | 2026-08-13T17:53:20.490Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3039 | 2026-08-13T17:53:20.490Z | |
| 3040 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.058Aug 13 17:53:19.058 DEBGDEBG Aug 13 17:53:19.058replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3041 | 2026-08-13T17:53:20.490Z | |
| 3042 | 2026-08-13T17:53:20.490Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3043 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.058 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 13 17:53:19.058 |
| 3044 | 2026-08-13T17:53:20.490Z | 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 } }] |
| 3045 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.058 DEBGAug 13 17:53:19.058 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 |
| 3046 | 2026-08-13T17:53:20.490Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3047 | 2026-08-13T17:53:20.490Z | Aug 13 17:53:19.058 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3048 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.058 INFO Aug 13 17:53:19.058adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3049 | 2026-08-13T17:53:20.491Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3050 | 2026-08-13T17:53:20.491Z | |
| 3051 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.058Aug 13 17:53:19.058 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3052 | 2026-08-13T17:53:20.491Z | 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 } }] |
| 3053 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.058 Aug 13 17:53:19.058INFOAug 13 17:53:19.058 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFODEBG |
| 3054 | 2026-08-13T17:53:20.491Z | 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 172.17.0.1/32 -> 10.0.0.255 |
| 3055 | 2026-08-13T17:53:20.491Z | |
| 3056 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.058 DEBG Aug 13 17:53:19.058replacing 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 } }] |
| 3057 | 2026-08-13T17:53:20.491Z | DEBGAug 13 17:53:19.058 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 |
| 3058 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.058adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3059 | 2026-08-13T17:53:20.491Z | DEBG failed to allocate space for the new target list |
| 3060 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.058Aug 13 17:53:19.058 DEBG Aug 13 17:53:19.058Aug 13 17:53:19.058 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 |
| 3061 | 2026-08-13T17:53:20.491Z | created new freemapDEBG , created new freemapunitAug 13 17:53:19.066, : unitINFO :freemap_route_ipv4 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3062 | 2026-08-13T17:53:20.491Z | freemap_route_ipv4 |
| 3063 | 2026-08-13T17:53:20.491Z | |
| 3064 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGDEBG Aug 13 17:53:19.066Aug 13 17:53:19.058 created new freemapDEBG, unitcreated new freemapreplacing 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 freemap_route_ipv6 |
| 3065 | 2026-08-13T17:53:20.491Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3066 | 2026-08-13T17:53:20.491Z | unit |
| 3067 | 2026-08-13T17:53:20.491Z | : Aug 13 17:53:19.066freemap_route_ipv6 |
| 3068 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.066INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 3069 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.066initted freemap. size: 64 , DEBG unitAug 13 17:53:19.066:INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3070 | 2026-08-13T17:53:20.491Z | DEBGfreemap_route_ipv4initted freemap. size: 64 |
| 3071 | 2026-08-13T17:53:20.491Z | , replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.066 |
| 3072 | 2026-08-13T17:53:20.491Z | unitDEBGAug 13 17:53:19.066 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 |
| 3073 | 2026-08-13T17:53:20.491Z | reset freemapfreemap_route_ipv4Aug 13 17:53:19.066, Aug 13 17:53:19.066unit INFO:INFO freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3074 | 2026-08-13T17:53:20.491Z | |
| 3075 | 2026-08-13T17:53:20.491Z | |
| 3076 | 2026-08-13T17:53:20.491Z | |
| 3077 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3078 | 2026-08-13T17:53:20.491Z | , Aug 13 17:53:19.066unit DEBGAug 13 17:53:19.058Aug 13 17:53:19.066Aug 13 17:53:19.066 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3079 | 2026-08-13T17:53:20.491Z | INFO freemap_route_ipv6 created new freemap DEBG, adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3080 | 2026-08-13T17:53:20.491Z | unit |
| 3081 | 2026-08-13T17:53:20.491Z | : freemap_route_ipv4 Aug 13 17:53:19.066 |
| 3082 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 INFO DEBGDEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff reset freemapreset 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 } }], |
| 3083 | 2026-08-13T17:53:20.491Z | unit |
| 3084 | 2026-08-13T17:53:20.491Z | :Aug 13 17:53:19.066 Aug 13 17:53:19.066freemap_route_ipv6, Aug 13 17:53:19.066DEBG |
| 3085 | 2026-08-13T17:53:20.491Z | INFO unitadding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 3086 | 2026-08-13T17:53:20.491Z | Aug 13 17:53:19.066replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap , INFOunit :Aug 13 17:53:19.066 adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6 |
| 3087 | 2026-08-13T17:53:20.492Z | |
| 3088 | 2026-08-13T17:53:20.492Z | |
| 3089 | 2026-08-13T17:53:20.496Z | 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 } }]: |
| 3090 | 2026-08-13T17:53:20.496Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGfreemap_route_ipv4Aug 13 17:53:19.066 initted freemap. size: 64INFODEBG Aug 13 17:53:19.066adding route 3fff:beef:7::/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 } }] |
| 3091 | 2026-08-13T17:53:20.496Z | INFO , unit |
| 3092 | 2026-08-13T17:53:20.496Z | :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3093 | 2026-08-13T17:53:20.496Z | |
| 3094 | 2026-08-13T17:53:20.496Z | freemap_route_ipv4Aug 13 17:53:19.066 |
| 3095 | 2026-08-13T17:53:20.496Z | Aug 13 17:53:19.066DEBG Aug 13 17:53:19.066INFOAug 13 17:53:19.066Aug 13 17:53:19.066 adding route 172.17.0.0/32 -> 10.0.0.255DEBGDEBG |
| 3096 | 2026-08-13T17:53:20.496Z | 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 } }]reset freemap |
| 3097 | 2026-08-13T17:53:20.496Z | , DEBGunit Aug 13 17:53:19.066:initted freemap. size: 64 Aug 13 17:53:19.066, DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4unit |
| 3098 | 2026-08-13T17:53:20.496Z | adding route 172.17.0.7/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 } }] |
| 3099 | 2026-08-13T17:53:20.496Z | |
| 3100 | 2026-08-13T17:53:20.496Z | |
| 3101 | 2026-08-13T17:53:20.496Z | : Aug 13 17:53:19.066freemap_route_ipv6Aug 13 17:53:19.066Aug 13 17:53:19.066 |
| 3102 | 2026-08-13T17:53:20.496Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255INFODEBG |
| 3103 | 2026-08-13T17:53:20.496Z | Aug 13 17:53:19.066 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3104 | 2026-08-13T17:53:20.496Z | DEBG, unit : replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 13 17:53:19.066 |
| 3105 | 2026-08-13T17:53:20.496Z | |
| 3106 | 2026-08-13T17:53:20.496Z | DEBGAug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066 DEBG Aug 13 17:53:19.066DEBGDEBG 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 freemap INFO, unit |
| 3107 | 2026-08-13T17:53:20.496Z | : adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3108 | 2026-08-13T17:53:20.496Z | Aug 13 17:53:19.066 |
| 3109 | 2026-08-13T17:53:20.496Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3110 | 2026-08-13T17:53:20.496Z | |
| 3111 | 2026-08-13T17:53:20.496Z | Aug 13 17:53:19.066reset freemapAug 13 17:53:19.066 DEBG, unitAug 13 17:53:19.066replacing 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 |
| 3112 | 2026-08-13T17:53:20.496Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3113 | 2026-08-13T17:53:20.496Z | |
| 3114 | 2026-08-13T17:53:20.496Z | :Aug 13 17:53:19.066 freemap_route_ipv6Aug 13 17:53:19.066 |
| 3115 | 2026-08-13T17:53:20.496Z | Aug 13 17:53:19.066INFOAug 13 17:53:19.066 DEBGadding route 172.17.0.9/32 -> 10.0.0.255DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3116 | 2026-08-13T17:53:20.496Z | |
| 3117 | 2026-08-13T17:53:20.497Z | 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 } }] |
| 3118 | 2026-08-13T17:53:20.497Z | 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 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066DEBG |
| 3119 | 2026-08-13T17:53:20.497Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3120 | 2026-08-13T17:53:20.497Z | adding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 17:53:19.066INFO |
| 3121 | 2026-08-13T17:53:20.497Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 INFO INFO INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 13 17:53:19.066 |
| 3122 | 2026-08-13T17:53:20.497Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3123 | 2026-08-13T17:53:20.497Z | |
| 3124 | 2026-08-13T17:53:20.497Z | Aug 13 17:53:19.066 |
| 3125 | 2026-08-13T17:53:20.497Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.066DEBG |
| 3126 | 2026-08-13T17:53:20.497Z | Aug 13 17:53:19.066 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3127 | 2026-08-13T17:53:20.497Z | Aug 13 17:53:19.066DEBG Aug 13 17:53:19.066replacing 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 13 17:53:19.066replacing 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 } }] |
| 3128 | 2026-08-13T17:53:20.497Z | |
| 3129 | 2026-08-13T17:53:20.497Z | INFODEBG INFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3130 | 2026-08-13T17:53:20.497Z | |
| 3131 | 2026-08-13T17:53:20.497Z | Aug 13 17:53:19.066 INFO |
| 3132 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066 Aug 13 17:53:19.066INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3133 | 2026-08-13T17:53:20.498Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3134 | 2026-08-13T17:53:20.498Z | 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 } }] |
| 3135 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066Aug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066DEBGDEBG Aug 13 17:53:19.066INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255replacing 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 } }] |
| 3136 | 2026-08-13T17:53:20.498Z | |
| 3137 | 2026-08-13T17:53:20.498Z | 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 } }] |
| 3138 | 2026-08-13T17:53:20.498Z | |
| 3139 | 2026-08-13T17:53:20.498Z | INFO Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:53:19.066INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3140 | 2026-08-13T17:53:20.498Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 13 17:53:19.066adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3141 | 2026-08-13T17:53:20.498Z | INFO |
| 3142 | 2026-08-13T17:53:20.498Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3143 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066 |
| 3144 | 2026-08-13T17:53:20.498Z | INFOAug 13 17:53:19.066 Aug 13 17:53:19.066DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3145 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] DEBG |
| 3146 | 2026-08-13T17:53:20.498Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3147 | 2026-08-13T17:53:20.498Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 13 17:53:19.066 |
| 3148 | 2026-08-13T17:53:20.498Z | |
| 3149 | 2026-08-13T17:53:20.498Z | DEBGAug 13 17:53:19.066 Aug 13 17:53:19.066 Aug 13 17:53:19.066replacing 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 } }] INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3150 | 2026-08-13T17:53:20.498Z | |
| 3151 | 2026-08-13T17:53:20.498Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3152 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:53:19.066 |
| 3153 | 2026-08-13T17:53:20.498Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOAug 13 17:53:19.066 adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:53:19.066DEBG INFO DEBGadding route 172.17.0.6/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 } }] |
| 3154 | 2026-08-13T17:53:20.498Z | |
| 3155 | 2026-08-13T17:53:20.498Z | 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 } }] |
| 3156 | 2026-08-13T17:53:20.498Z | |
| 3157 | 2026-08-13T17:53:20.498Z | |
| 3158 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGINFOAug 13 17:53:19.066 Aug 13 17:53:19.066adding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:53:19.066 |
| 3159 | 2026-08-13T17:53:20.498Z | 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 |
| 3160 | 2026-08-13T17:53:20.498Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 3161 | 2026-08-13T17:53:20.498Z | Aug 13 17:53:19.066 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 13 17:53:19.066DEBG |
| 3162 | 2026-08-13T17:53:20.498Z | 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 } }] Aug 13 17:53:19.066adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3163 | 2026-08-13T17:53:20.499Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3164 | 2026-08-13T17:53:20.499Z | |
| 3165 | 2026-08-13T17:53:20.499Z | DEBGAug 13 17:53:19.066Aug 13 17:53:19.066 INFOINFO Aug 13 17:53:19.066adding route 172.17.0.2/32 -> 10.0.0.255 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3166 | 2026-08-13T17:53:20.499Z | 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 } }] |
| 3167 | 2026-08-13T17:53:20.499Z | |
| 3168 | 2026-08-13T17:53:20.499Z | |
| 3169 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066INFO DEBG adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3170 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.066replacing 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 13 17:53:19.066 |
| 3171 | 2026-08-13T17:53:20.499Z | DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3172 | 2026-08-13T17:53:20.499Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 17:53:19.066 |
| 3173 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.066DEBG 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 |
| 3174 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.066Aug 13 17:53:19.066adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3175 | 2026-08-13T17:53:20.499Z | INFODEBG Aug 13 17:53:19.066 adding route 172.17.0.3/32 -> 10.0.0.255Aug 13 17:53:19.066INFODEBGreplacing 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 } }] |
| 3176 | 2026-08-13T17:53:20.499Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 3177 | 2026-08-13T17:53:20.499Z | |
| 3178 | 2026-08-13T17:53:20.499Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3179 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.066 Aug 13 17:53:19.073replacing 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 } }] |
| 3180 | 2026-08-13T17:53:20.499Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4created new freemapAug 13 17:53:19.073 |
| 3181 | 2026-08-13T17:53:20.499Z | , INFOunit :adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3182 | 2026-08-13T17:53:20.499Z | freemap_route_ipv4 |
| 3183 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.073Aug 13 17:53:19.073 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3184 | 2026-08-13T17:53:20.499Z | |
| 3185 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.073Aug 13 17:53:19.073Aug 13 17:53:19.073 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3186 | 2026-08-13T17:53:20.499Z | |
| 3187 | 2026-08-13T17:53:20.499Z | DEBG Aug 13 17:53:19.066created new freemap, Aug 13 17:53:19.073unit : INFODEBG freemap_route_ipv6replacing 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 } }] |
| 3188 | 2026-08-13T17:53:20.499Z | Aug 13 17:53:19.073 |
| 3189 | 2026-08-13T17:53:20.504Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffWARN |
| 3190 | 2026-08-13T17:53:20.504Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:53:19.073 |
| 3191 | 2026-08-13T17:53:20.504Z | Aug 13 17:53:19.073 INFODEBG initted freemap. size: 64adding route 172.17.0.11/32 -> 10.0.0.255, |
| 3192 | 2026-08-13T17:53:20.504Z | unit:Aug 13 17:53:19.058 freemap_route_ipv4Aug 13 17:53:19.073Aug 13 17:53:19.073DEBG |
| 3193 | 2026-08-13T17:53:20.504Z | DEBGcreated new freemapDEBG, unitreplacing 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 13 17:53:19.073 |
| 3194 | 2026-08-13T17:53:20.504Z | : 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 Aug 13 17:53:19.073 |
| 3195 | 2026-08-13T17:53:20.504Z | reset freemapINFO, freemap_route_ipv4unit |
| 3196 | 2026-08-13T17:53:20.504Z | adding route 172.17.0.12/32 -> 10.0.0.255: |
| 3197 | 2026-08-13T17:53:20.504Z | freemap_route_ipv4 |
| 3198 | 2026-08-13T17:53:20.504Z | Aug 13 17:53:19.073Aug 13 17:53:19.073Aug 13 17:53:19.073Aug 13 17:53:19.073 INFO DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3199 | 2026-08-13T17:53:20.504Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemapinitted freemap. size: 64 |
| 3200 | 2026-08-13T17:53:20.504Z | , , unitunit:: Aug 13 17:53:19.073Aug 13 17:53:19.073freemap_route_ipv6freemap_route_ipv6 |
| 3201 | 2026-08-13T17:53:20.504Z | 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 } }] |
| 3202 | 2026-08-13T17:53:20.504Z | |
| 3203 | 2026-08-13T17:53:20.504Z | INFOAug 13 17:53:19.073 DEBG adding route 172.17.0.13/32 -> 10.0.0.255Aug 13 17:53:19.073reset freemap , |
| 3204 | 2026-08-13T17:53:20.504Z | Aug 13 17:53:19.073DEBG unitinitted freemap. size: 64:, Aug 13 17:53:19.073freemap_route_ipv6 unitDEBG |
| 3205 | 2026-08-13T17:53:20.504Z | : freemap_route_ipv4replacing 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 } }] |
| 3206 | 2026-08-13T17:53:20.504Z | |
| 3207 | 2026-08-13T17:53:20.504Z | INFO Aug 13 17:53:19.074Aug 13 17:53:19.074 INFOAug 13 17:53:19.074 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 3208 | 2026-08-13T17:53:20.504Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3209 | 2026-08-13T17:53:20.504Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3210 | 2026-08-13T17:53:20.504Z | Aug 13 17:53:19.074 DEBGAug 13 17:53:19.074 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 |
| 3211 | 2026-08-13T17:53:20.505Z | DEBGAug 13 17:53:19.074 reset freemapreplacing 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 13 17:53:19.058DEBG, |
| 3212 | 2026-08-13T17:53:20.505Z | unit: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 } }]DEBGAug 13 17:53:19.074 Aug 13 17:53:19.074 created new freemap INFO |
| 3213 | 2026-08-13T17:53:20.505Z | freemap_route_ipv4INFO, |
| 3214 | 2026-08-13T17:53:20.505Z | adding route 172.17.0.15/32 -> 10.0.0.255unit :adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3215 | 2026-08-13T17:53:20.505Z | |
| 3216 | 2026-08-13T17:53:20.505Z | freemap_route_ipv4Aug 13 17:53:19.074Aug 13 17:53:19.074 Aug 13 17:53:19.074DEBGDEBG Aug 13 17:53:19.074DEBGreplacing 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 } }] |
| 3217 | 2026-08-13T17:53:20.505Z | |
| 3218 | 2026-08-13T17:53:20.505Z | 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 } }] |
| 3219 | 2026-08-13T17:53:20.505Z | INFOinitted freemap. size: 64Aug 13 17:53:19.074 , INFOunit: adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255Aug 13 17:53:19.074 |
| 3220 | 2026-08-13T17:53:20.505Z | freemap_route_ipv6 |
| 3221 | 2026-08-13T17:53:20.505Z | |
| 3222 | 2026-08-13T17:53:20.505Z | INFOAug 13 17:53:19.074 Aug 13 17:53:19.074adding route 172.16.0.0/32 -> 10.0.0.1 Aug 13 17:53:19.074DEBG DEBGDEBG |
| 3223 | 2026-08-13T17:53:20.505Z | Aug 13 17:53:19.074 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: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 13 17:53:19.074 |
| 3224 | 2026-08-13T17:53:20.505Z | created new freemapDEBGDEBG |
| 3225 | 2026-08-13T17:53:20.505Z | reset freemapreplacing 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 } }], |
| 3226 | 2026-08-13T17:53:20.505Z | , Aug 13 17:53:19.074unit Aug 13 17:53:19.074unitINFO :: adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6 |
| 3227 | 2026-08-13T17:53:20.505Z | |
| 3228 | 2026-08-13T17:53:20.505Z | Aug 13 17:53:19.074 INFOfreemap_route_ipv6 |
| 3229 | 2026-08-13T17:53:20.505Z | INFOAug 13 17:53:19.074 Aug 13 17:53:19.074 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3230 | 2026-08-13T17:53:20.505Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3231 | 2026-08-13T17:53:20.505Z | |
| 3232 | 2026-08-13T17:53:20.505Z | |
| 3233 | 2026-08-13T17:53:20.505Z | Aug 13 17:53:19.074 Aug 13 17:53:19.074DEBGAug 13 17:53:19.074Aug 13 17:53:19.074 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 3234 | 2026-08-13T17:53:20.505Z | 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 } }] |
| 3235 | 2026-08-13T17:53:20.505Z | initted freemap. size: 64 , Aug 13 17:53:19.074unitAug 13 17:53:19.074: replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3236 | 2026-08-13T17:53:20.505Z | freemap_route_ipv4 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 } }]Aug 13 17:53:19.074 |
| 3237 | 2026-08-13T17:53:20.505Z | |
| 3238 | 2026-08-13T17:53:20.505Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3239 | 2026-08-13T17:53:20.505Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 13 17:53:19.074Aug 13 17:53:19.074 INFOINFO |
| 3240 | 2026-08-13T17:53:20.505Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3241 | 2026-08-13T17:53:20.505Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:53:19.074 |
| 3242 | 2026-08-13T17:53:20.505Z | Aug 13 17:53:19.074 DEBGAug 13 17:53:19.074 Aug 13 17:53:19.074replacing 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 DEBG DEBG |
| 3243 | 2026-08-13T17:53:20.505Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3244 | 2026-08-13T17:53:20.505Z | reset freemapreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.074Aug 13 17:53:19.074 , Aug 13 17:53:19.074DEBGunit |
| 3245 | 2026-08-13T17:53:20.505Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3246 | 2026-08-13T17:53:20.505Z | test route::tests::identity_replace_is_noop ... ok |
| 3247 | 2026-08-13T17:53:20.506Z | DEBG: adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:53:19.074 |
| 3248 | 2026-08-13T17:53:20.506Z | |
| 3249 | 2026-08-13T17:53:20.506Z | INFOfreemap_route_ipv4 |
| 3250 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074Aug 13 17:53:19.074 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 3251 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074Aug 13 17:53:19.074DEBG INFO Aug 13 17:53:19.074adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3252 | 2026-08-13T17:53:20.506Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 |
| 3253 | 2026-08-13T17:53:20.506Z | |
| 3254 | 2026-08-13T17:53:20.506Z | DEBG Aug 13 17:53:19.074replacing 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 13 17:53:19.074initted freemap. size: 64 |
| 3255 | 2026-08-13T17:53:20.506Z | , Aug 13 17:53:19.074 DEBGDEBGINFO adding route 172.17.0.2/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 } }] |
| 3256 | 2026-08-13T17:53:20.506Z | |
| 3257 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074unit INFOAug 13 17:53:19.074replacing 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 } }]: |
| 3258 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 3259 | 2026-08-13T17:53:20.506Z | INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 Aug 13 17:53:19.074adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3260 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074 |
| 3261 | 2026-08-13T17:53:20.506Z | DEBG |
| 3262 | 2026-08-13T17:53:20.506Z | INFOAug 13 17:53:19.074Aug 13 17:53:19.074 Aug 13 17:53:19.074 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:17::/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 } }] |
| 3263 | 2026-08-13T17:53:20.506Z | |
| 3264 | 2026-08-13T17:53:20.506Z | |
| 3265 | 2026-08-13T17:53:20.506Z | 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 } }]DEBG |
| 3266 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074Aug 13 17:53:19.074 DEBGAug 13 17:53:19.074Aug 13 17:53:19.074 DEBGINFO reset freemapDEBG, unitadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3267 | 2026-08-13T17:53:20.506Z | replacing targets for 3fff:dead::/64 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 } }]: |
| 3268 | 2026-08-13T17:53:20.506Z | freemap_route_ipv6replacing 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 13 17:53:19.074replacing 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 } }] |
| 3269 | 2026-08-13T17:53:20.506Z | |
| 3270 | 2026-08-13T17:53:20.506Z | |
| 3271 | 2026-08-13T17:53:20.506Z | DEBGAug 13 17:53:19.074 Aug 13 17:53:19.074Aug 13 17:53:19.074INFO WARNINFO Aug 13 17:53:19.074adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 13 17:53:19.066 |
| 3272 | 2026-08-13T17:53:20.506Z | INFO |
| 3273 | 2026-08-13T17:53:20.506Z | 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 } }] |
| 3274 | 2026-08-13T17:53:20.506Z | |
| 3275 | 2026-08-13T17:53:20.506Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.074adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3276 | 2026-08-13T17:53:20.506Z | |
| 3277 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074 DEBG 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 } }]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 13 17:53:19.074 |
| 3278 | 2026-08-13T17:53:20.506Z | |
| 3279 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074 INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255Aug 13 17:53:19.074 |
| 3280 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 13 17:53:19.074Aug 13 17:53:19.074INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3281 | 2026-08-13T17:53:20.506Z | |
| 3282 | 2026-08-13T17:53:20.506Z | 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 } }] |
| 3283 | 2026-08-13T17:53:20.506Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3284 | 2026-08-13T17:53:20.506Z | |
| 3285 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.074Aug 13 17:53:19.074Aug 13 17:53:19.074Aug 13 17:53:19.074 Aug 13 17:53:19.074 DEBG INFODEBG 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 } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3286 | 2026-08-13T17:53:20.506Z | Aug 13 17:53:19.075replacing 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 13 17:53:19.081Aug 13 17:53:19.074 |
| 3287 | 2026-08-13T17:53:20.507Z | DEBGDEBG DEBGcreated 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 } }]created new freemap |
| 3288 | 2026-08-13T17:53:20.507Z | , , unit:Aug 13 17:53:19.081 freemap_route_ipv4 |
| 3289 | 2026-08-13T17:53:20.511Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 17:53:19.081replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255Aug 13 17:53:19.081 |
| 3290 | 2026-08-13T17:53:20.511Z | DEBG |
| 3291 | 2026-08-13T17:53:20.511Z | INFO created new freemap |
| 3292 | 2026-08-13T17:53:20.511Z | , adding route 172.17.0.5/32 -> 10.0.0.255unit: |
| 3293 | 2026-08-13T17:53:20.511Z | freemap_route_ipv6 |
| 3294 | 2026-08-13T17:53:20.511Z | Aug 13 17:53:19.081Aug 13 17:53:19.081 Aug 13 17:53:19.081DEBG Aug 13 17:53:19.081 INFO 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 |
| 3295 | 2026-08-13T17:53:20.511Z | Aug 13 17:53:19.081initted freemap. size: 64DEBG , unitDEBG: adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 13 17:53:19.081freemap_route_ipv4 |
| 3296 | 2026-08-13T17:53:20.511Z | |
| 3297 | 2026-08-13T17:53:20.511Z | INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3298 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081adding route 172.17.0.26/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 } }]DEBGAug 13 17:53:19.081 |
| 3299 | 2026-08-13T17:53:20.512Z | reset freemap |
| 3300 | 2026-08-13T17:53:20.512Z | , unitINFO:Aug 13 17:53:19.081 freemap_route_ipv4 DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3301 | 2026-08-13T17:53:20.512Z | 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 } }] |
| 3302 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081Aug 13 17:53:19.081 |
| 3303 | 2026-08-13T17:53:20.512Z | INFO Aug 13 17:53:19.081DEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 13 17:53:19.081 |
| 3304 | 2026-08-13T17:53:20.512Z | DEBGAug 13 17:53:19.081 DEBGINFOreplacing 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 } }] |
| 3305 | 2026-08-13T17:53:20.512Z | initted freemap. size: 64 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3306 | 2026-08-13T17:53:20.512Z | |
| 3307 | 2026-08-13T17:53:20.512Z | , unitAug 13 17:53:19.081: freemap_route_ipv6Aug 13 17:53:19.081 |
| 3308 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081DEBGAug 13 17:53:19.081 INFOAug 13 17:53:19.081INFOreplacing 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 DEBG adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3309 | 2026-08-13T17:53:20.512Z | reset freemap |
| 3310 | 2026-08-13T17:53:20.512Z | , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3311 | 2026-08-13T17:53:20.512Z | |
| 3312 | 2026-08-13T17:53:20.512Z | : Aug 13 17:53:19.081freemap_route_ipv6Aug 13 17:53:19.081 |
| 3313 | 2026-08-13T17:53:20.512Z | INFO Aug 13 17:53:19.081adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 13 17:53:19.081 |
| 3314 | 2026-08-13T17:53:20.512Z | 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 } }]Aug 13 17:53:19.081 |
| 3315 | 2026-08-13T17:53:20.512Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3316 | 2026-08-13T17:53:20.512Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4 |
| 3317 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081 Aug 13 17:53:19.081Aug 13 17:53:19.081 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3318 | 2026-08-13T17:53:20.512Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3319 | 2026-08-13T17:53:20.512Z | 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 } }] |
| 3320 | 2026-08-13T17:53:20.512Z | |
| 3321 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081 Aug 13 17:53:19.081INFO Aug 13 17:53:19.081Aug 13 17:53:19.081DEBG Aug 13 17:53:19.081adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3322 | 2026-08-13T17:53:20.512Z | DEBG INFOINFOreplacing 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 13 17:53:19.081 |
| 3323 | 2026-08-13T17:53:20.512Z | DEBG adding route 172.17.0.29/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 } }] |
| 3324 | 2026-08-13T17:53:20.512Z | |
| 3325 | 2026-08-13T17:53:20.512Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.081adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3326 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081INFOAug 13 17:53:19.081 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3327 | 2026-08-13T17:53:20.512Z | |
| 3328 | 2026-08-13T17:53:20.512Z | DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3329 | 2026-08-13T17:53:20.512Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.081 |
| 3330 | 2026-08-13T17:53:20.512Z | DEBG Aug 13 17:53:19.081Aug 13 17:53:19.081replacing 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 } }] |
| 3331 | 2026-08-13T17:53:20.512Z | INFOAug 13 17:53:19.081 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 3332 | 2026-08-13T17:53:20.512Z | 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 } }] |
| 3333 | 2026-08-13T17:53:20.512Z | DEBG Aug 13 17:53:19.081replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3334 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3335 | 2026-08-13T17:53:20.512Z | |
| 3336 | 2026-08-13T17:53:20.512Z | Aug 13 17:53:19.081Aug 13 17:53:19.081 |
| 3337 | 2026-08-13T17:53:20.513Z | INFOINFOAug 13 17:53:19.081 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 3338 | 2026-08-13T17:53:20.513Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3339 | 2026-08-13T17:53:20.513Z | |
| 3340 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081Aug 13 17:53:19.081 Aug 13 17:53:19.081DEBGAug 13 17:53:19.081 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 |
| 3341 | 2026-08-13T17:53:20.513Z | DEBG INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:53:19.081 |
| 3342 | 2026-08-13T17:53:20.513Z | |
| 3343 | 2026-08-13T17:53:20.513Z | INFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3344 | 2026-08-13T17:53:20.513Z | |
| 3345 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081 DEBGAug 13 17:53:19.081 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 13 17:53:19.081Aug 13 17:53:19.081 DEBGINFO |
| 3346 | 2026-08-13T17:53:20.513Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3347 | 2026-08-13T17:53:20.513Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 13 17:53:19.081replacing 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 } }] |
| 3348 | 2026-08-13T17:53:20.513Z | INFO |
| 3349 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3350 | 2026-08-13T17:53:20.513Z | INFO Aug 13 17:53:19.081adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3351 | 2026-08-13T17:53:20.513Z | INFOAug 13 17:53:19.081Aug 13 17:53:19.081 adding route 172.17.0.12/32 -> 10.0.0.255DEBGDEBG |
| 3352 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081 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 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 } }] |
| 3353 | 2026-08-13T17:53:20.513Z | |
| 3354 | 2026-08-13T17:53:20.513Z | DEBG Aug 13 17:53:19.081replacing 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 13 17:53:19.081 |
| 3355 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081 DEBGINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3356 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3357 | 2026-08-13T17:53:20.513Z | |
| 3358 | 2026-08-13T17:53:20.513Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 13 17:53:19.081Aug 13 17:53:19.081 |
| 3359 | 2026-08-13T17:53:20.513Z | DEBGAug 13 17:53:19.081 INFODEBGAug 13 17:53:19.081 adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 3360 | 2026-08-13T17:53:20.513Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 3361 | 2026-08-13T17:53:20.513Z | 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 } }] |
| 3362 | 2026-08-13T17:53:20.513Z | |
| 3363 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081 Aug 13 17:53:19.081Aug 13 17:53:19.081DEBG Aug 13 17:53:19.081 INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3364 | 2026-08-13T17:53:20.513Z | INFO INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255Aug 13 17:53:19.081adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3365 | 2026-08-13T17:53:20.513Z | |
| 3366 | 2026-08-13T17:53:20.513Z | INFO |
| 3367 | 2026-08-13T17:53:20.513Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3368 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081Aug 13 17:53:19.081 Aug 13 17:53:19.081DEBGDEBGAug 13 17:53:19.081 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 3369 | 2026-08-13T17:53:20.513Z | 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 } }] |
| 3370 | 2026-08-13T17:53:20.513Z | |
| 3371 | 2026-08-13T17:53:20.513Z | 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 } }] |
| 3372 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081Aug 13 17:53:19.081 INFO Aug 13 17:53:19.081INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 3373 | 2026-08-13T17:53:20.513Z | Aug 13 17:53:19.081 |
| 3374 | 2026-08-13T17:53:20.513Z | adding route 172.17.0.15/32 -> 10.0.0.255INFOAug 13 17:53:19.081 |
| 3375 | 2026-08-13T17:53:20.513Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 17:53:19.081 |
| 3376 | 2026-08-13T17:53:20.513Z | 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 |
| 3377 | 2026-08-13T17:53:20.514Z | 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 13 17:53:19.081 |
| 3378 | 2026-08-13T17:53:20.514Z | Aug 13 17:53:19.081DEBG INFOreplacing 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 13 17:53:19.081 |
| 3379 | 2026-08-13T17:53:20.514Z | Aug 13 17:53:19.081adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 3380 | 2026-08-13T17:53:20.514Z | 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 } }]INFOAug 13 17:53:19.081 |
| 3381 | 2026-08-13T17:53:20.514Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:53:19.081 |
| 3382 | 2026-08-13T17:53:20.514Z | 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 } }] |
| 3383 | 2026-08-13T17:53:20.514Z | INFOAug 13 17:53:19.081 Aug 13 17:53:19.081 DEBGAug 13 17:53:19.081adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 3384 | 2026-08-13T17:53:20.514Z | 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 } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3385 | 2026-08-13T17:53:20.514Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3386 | 2026-08-13T17:53:20.514Z | |
| 3387 | 2026-08-13T17:53:20.514Z | Aug 13 17:53:19.081 DEBG Aug 13 17:53:19.081replacing 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 13 17:53:19.081 |
| 3388 | 2026-08-13T17:53:20.514Z | DEBGAug 13 17:53:19.081 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 } }]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 } }] |
| 3389 | 2026-08-13T17:53:20.518Z | |
| 3390 | 2026-08-13T17:53:20.518Z | Aug 13 17:53:19.081adding route 172.17.0.12/32 -> 10.0.0.255 INFO |
| 3391 | 2026-08-13T17:53:20.518Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 13 17:53:19.081 |
| 3392 | 2026-08-13T17:53:20.518Z | Aug 13 17:53:19.081INFOAug 13 17:53:19.081 adding route 172.17.0.39/32 -> 10.0.0.255 DEBGAug 13 17:53:19.081INFO |
| 3393 | 2026-08-13T17:53:20.518Z | DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3394 | 2026-08-13T17:53:20.518Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 17:53:19.082Aug 13 17:53:19.088 INFO |
| 3395 | 2026-08-13T17:53:20.518Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBGAug 13 17:53:19.081 |
| 3396 | 2026-08-13T17:53:20.518Z | DEBG Aug 13 17:53:19.088replacing 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 13 17:53:19.088 DEBG DEBG |
| 3397 | 2026-08-13T17:53:20.518Z | 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 } }] |
| 3398 | 2026-08-13T17:53:20.518Z | |
| 3399 | 2026-08-13T17:53:20.519Z | 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 } }] |
| 3400 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088Aug 13 17:53:19.088 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3401 | 2026-08-13T17:53:20.519Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 13 17:53:19.088 |
| 3402 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088created new freemap INFO , INFOAug 13 17:53:19.088 adding route 172.17.0.19/32 -> 10.0.0.255unit:adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3403 | 2026-08-13T17:53:20.519Z | DEBG |
| 3404 | 2026-08-13T17:53:20.519Z | freemap_route_ipv4Aug 13 17:53:19.088 Aug 13 17:53:19.088Aug 13 17:53:19.088 |
| 3405 | 2026-08-13T17:53:20.519Z | 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 } }]DEBGDEBG |
| 3406 | 2026-08-13T17:53:20.519Z | 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.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 13 17:53:19.088 |
| 3407 | 2026-08-13T17:53:20.519Z | |
| 3408 | 2026-08-13T17:53:20.519Z | |
| 3409 | 2026-08-13T17:53:20.519Z | DEBG Aug 13 17:53:19.088Aug 13 17:53:19.088created new freemapAug 13 17:53:19.088, INFO INFOINFOunit adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:53:19.088 |
| 3410 | 2026-08-13T17:53:20.519Z | : |
| 3411 | 2026-08-13T17:53:20.519Z | freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3412 | 2026-08-13T17:53:20.519Z | |
| 3413 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088INFO Aug 13 17:53:19.088DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3414 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088 Aug 13 17:53:19.088 |
| 3415 | 2026-08-13T17:53:20.519Z | DEBG DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.088 |
| 3416 | 2026-08-13T17:53:20.519Z | initted freemap. size: 64replacing 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 } }] , unitINFO: |
| 3417 | 2026-08-13T17:53:20.519Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3418 | 2026-08-13T17:53:20.519Z | freemap_route_ipv4Aug 13 17:53:19.088 INFO |
| 3419 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088 Aug 13 17:53:19.088 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3420 | 2026-08-13T17:53:20.519Z | INFO DEBGAug 13 17:53:19.088 adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:53:19.088 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 |
| 3421 | 2026-08-13T17:53:20.519Z | |
| 3422 | 2026-08-13T17:53:20.519Z | reset freemap Aug 13 17:53:19.088, DEBGAug 13 17:53:19.088unit :Aug 13 17:53:19.088INFO 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 |
| 3423 | 2026-08-13T17:53:20.519Z | adding route 172.17.0.21/32 -> 10.0.0.255 DEBG |
| 3424 | 2026-08-13T17:53:20.519Z | 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.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 } }] |
| 3425 | 2026-08-13T17:53:20.519Z | freemap_route_ipv4 |
| 3426 | 2026-08-13T17:53:20.519Z | |
| 3427 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088Aug 13 17:53:19.088 Aug 13 17:53:19.088DEBGINFO Aug 13 17:53:19.088 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 } }]DEBG |
| 3428 | 2026-08-13T17:53:20.519Z | INFO Aug 13 17:53:19.088initted freemap. size: 64 , INFOAug 13 17:53:19.088unit adding route 172.17.0.22/32 -> 10.0.0.255: |
| 3429 | 2026-08-13T17:53:20.519Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3430 | 2026-08-13T17:53:20.519Z | freemap_route_ipv6 |
| 3431 | 2026-08-13T17:53:20.519Z | INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 13 17:53:19.088Aug 13 17:53:19.088 |
| 3432 | 2026-08-13T17:53:20.519Z | DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3433 | 2026-08-13T17:53:20.519Z | |
| 3434 | 2026-08-13T17:53:20.519Z | Aug 13 17:53:19.088 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 13 17:53:19.088 |
| 3435 | 2026-08-13T17:53:20.519Z | DEBGAug 13 17:53:19.088 reset freemapAug 13 17:53:19.088 Aug 13 17:53:19.088DEBGINFO, INFODEBGadding route 172.17.0.23/32 -> 10.0.0.255 unitreplacing 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 } }] |
| 3436 | 2026-08-13T17:53:20.519Z | : adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3437 | 2026-08-13T17:53:20.519Z | |
| 3438 | 2026-08-13T17:53:20.520Z | 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 13 17:53:19.088freemap_route_ipv6Aug 13 17:53:19.088 |
| 3439 | 2026-08-13T17:53:20.520Z | DEBGAug 13 17:53:19.088 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 } }] |
| 3440 | 2026-08-13T17:53:20.520Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 3441 | 2026-08-13T17:53:20.520Z | |
| 3442 | 2026-08-13T17:53:20.520Z | 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 13 17:53:19.088Aug 13 17:53:19.088 |
| 3443 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 3444 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088Aug 13 17:53:19.088replacing 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 } }] |
| 3445 | 2026-08-13T17:53:20.520Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 13 17:53:19.088Aug 13 17:53:19.088 |
| 3446 | 2026-08-13T17:53:20.520Z | adding route 172.17.0.18/32 -> 10.0.0.255INFOINFODEBG adding route 172.17.0.24/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 } }] |
| 3447 | 2026-08-13T17:53:20.520Z | |
| 3448 | 2026-08-13T17:53:20.520Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3449 | 2026-08-13T17:53:20.520Z | |
| 3450 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088Aug 13 17:53:19.088Aug 13 17:53:19.088 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 13 17:53:19.088Aug 13 17:53:19.088 |
| 3451 | 2026-08-13T17:53:20.520Z | DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3452 | 2026-08-13T17:53:20.520Z | |
| 3453 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088DEBG Aug 13 17:53:19.088 DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3454 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088 |
| 3455 | 2026-08-13T17:53:20.520Z | INFO 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 } }]DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3456 | 2026-08-13T17:53:20.520Z | |
| 3457 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088Aug 13 17:53:19.088 Aug 13 17:53:19.088Aug 13 17:53:19.088 INFO DEBG 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3458 | 2026-08-13T17:53:20.520Z | |
| 3459 | 2026-08-13T17:53:20.520Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3460 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088 INFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3461 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088 |
| 3462 | 2026-08-13T17:53:20.520Z | DEBGAug 13 17:53:19.088 |
| 3463 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO |
| 3464 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088 Aug 13 17:53:19.088 DEBGDEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3465 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.088replacing 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 |
| 3466 | 2026-08-13T17:53:20.520Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.089 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3467 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.089 |
| 3468 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.089INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 13 17:53:19.089replacing 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 |
| 3469 | 2026-08-13T17:53:20.520Z | 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 } }] |
| 3470 | 2026-08-13T17:53:20.520Z | DEBG |
| 3471 | 2026-08-13T17:53:20.520Z | Aug 13 17:53:19.089replacing 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 13 17:53:19.089adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3472 | 2026-08-13T17:53:20.520Z | |
| 3473 | 2026-08-13T17:53:20.520Z | INFO INFOAug 13 17:53:19.089adding route 172.17.0.27/32 -> 10.0.0.255 Aug 13 17:53:19.089Aug 13 17:53:19.089Aug 13 17:53:19.089INFO |
| 3474 | 2026-08-13T17:53:20.520Z | adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 3475 | 2026-08-13T17:53:20.520Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.089 |
| 3476 | 2026-08-13T17:53:20.520Z | |
| 3477 | 2026-08-13T17:53:20.520Z | |
| 3478 | 2026-08-13T17:53:20.521Z | Aug 13 17:53:19.089DEBGDEBG DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.089replacing 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: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 } }] |
| 3479 | 2026-08-13T17:53:20.521Z | |
| 3480 | 2026-08-13T17:53:20.521Z | DEBGAug 13 17:53:19.089 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 } }] |
| 3481 | 2026-08-13T17:53:20.521Z | |
| 3482 | 2026-08-13T17:53:20.521Z | Aug 13 17:53:19.089INFO Aug 13 17:53:19.089DEBGAug 13 17:53:19.089 Aug 13 17:53:19.089 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3483 | 2026-08-13T17:53:20.521Z | INFOadding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3484 | 2026-08-13T17:53:20.521Z | |
| 3485 | 2026-08-13T17:53:20.521Z | INFO |
| 3486 | 2026-08-13T17:53:20.521Z | Aug 13 17:53:19.089Aug 13 17:53:19.089 DEBGAug 13 17:53:19.089DEBG adding route 172.17.0.22/32 -> 10.0.0.255 Aug 13 17:53:19.089replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3487 | 2026-08-13T17:53:20.521Z | Aug 13 17:53:19.089DEBG |
| 3488 | 2026-08-13T17:53:20.521Z | 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 } }] |
| 3489 | 2026-08-13T17:53:20.525Z | INFO |
| 3490 | 2026-08-13T17:53:20.525Z | Aug 13 17:53:19.089Aug 13 17:53:19.089Aug 13 17:53:19.089 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 3491 | 2026-08-13T17:53:20.525Z | INFOAug 13 17:53:19.089INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 3492 | 2026-08-13T17:53:20.525Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3493 | 2026-08-13T17:53:20.525Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 13 17:53:19.089 |
| 3494 | 2026-08-13T17:53:20.525Z | Aug 13 17:53:19.089 Aug 13 17:53:19.089replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 3495 | 2026-08-13T17:53:20.525Z | 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 } }] |
| 3496 | 2026-08-13T17:53:20.525Z | |
| 3497 | 2026-08-13T17:53:20.525Z | Aug 13 17:53:19.089 Aug 13 17:53:19.089DEBG DEBGDEBG 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 13 17:53:19.089 |
| 3498 | 2026-08-13T17:53:20.525Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3499 | 2026-08-13T17:53:20.525Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3500 | 2026-08-13T17:53:20.525Z | Aug 13 17:53:19.089 |
| 3501 | 2026-08-13T17:53:20.525Z | |
| 3502 | 2026-08-13T17:53:20.525Z | INFOAug 13 17:53:19.089Aug 13 17:53:19.089 INFOAug 13 17:53:19.089adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3503 | 2026-08-13T17:53:20.525Z | adding route 172.17.0.29/32 -> 10.0.0.255DEBGAug 13 17:53:19.089 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 } }] |
| 3504 | 2026-08-13T17:53:20.526Z | Aug 13 17:53:19.089 |
| 3505 | 2026-08-13T17:53:20.526Z | DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3506 | 2026-08-13T17:53:20.526Z | Aug 13 17:53:19.089 Aug 13 17:53:19.089Aug 13 17:53:19.089 Aug 13 17:53:19.095INFO DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 3507 | 2026-08-13T17:53:20.526Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3508 | 2026-08-13T17:53:20.526Z | |
| 3509 | 2026-08-13T17:53:20.526Z | INFO Aug 13 17:53:19.095adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3510 | 2026-08-13T17:53:20.526Z | DEBGAug 13 17:53:19.095 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 |
| 3511 | 2026-08-13T17:53:20.526Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 17:53:19.095 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 } }] |
| 3512 | 2026-08-13T17:53:20.526Z | |
| 3513 | 2026-08-13T17:53:20.526Z | Aug 13 17:53:19.095 INFOAug 13 17:53:19.095 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 3514 | 2026-08-13T17:53:20.526Z | Aug 13 17:53:19.095 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 3515 | 2026-08-13T17:53:20.526Z | Aug 13 17:53:19.095replacing 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 } }] |
| 3516 | 2026-08-13T17:53:20.526Z | DEBG Aug 13 17:53:19.095Aug 13 17:53:19.095 DEBGINFOreplacing 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 } }] |
| 3517 | 2026-08-13T17:53:20.526Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3518 | 2026-08-13T17:53:20.526Z | 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 } }] |
| 3519 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 INFO Aug 13 17:53:19.095adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3520 | 2026-08-13T17:53:20.527Z | 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 } }] |
| 3521 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 Aug 13 17:53:19.095INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255Aug 13 17:53:19.095 |
| 3522 | 2026-08-13T17:53:20.527Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3523 | 2026-08-13T17:53:20.527Z | 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 } }] |
| 3524 | 2026-08-13T17:53:20.527Z | |
| 3525 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 Aug 13 17:53:19.095DEBG Aug 13 17:53:19.095replacing 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 } }] |
| 3526 | 2026-08-13T17:53:20.527Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 Aug 13 17:53:19.095INFO |
| 3527 | 2026-08-13T17:53:20.527Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3528 | 2026-08-13T17:53:20.527Z | |
| 3529 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 13 17:53:19.095Aug 13 17:53:19.095 |
| 3530 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 DEBG DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3531 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 |
| 3532 | 2026-08-13T17:53:20.527Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255DEBG 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 } }] |
| 3533 | 2026-08-13T17:53:20.527Z | |
| 3534 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 |
| 3535 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095INFO Aug 13 17:53:19.095Aug 13 17:53:19.095INFOAug 13 17:53:19.095 adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255INFODEBG |
| 3536 | 2026-08-13T17:53:20.527Z | INFO |
| 3537 | 2026-08-13T17:53:20.527Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3538 | 2026-08-13T17:53:20.527Z | 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 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3539 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 |
| 3540 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095DEBG Aug 13 17:53:19.095DEBG Aug 13 17:53:19.095 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 3541 | 2026-08-13T17:53:20.527Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3542 | 2026-08-13T17:53:20.527Z | |
| 3543 | 2026-08-13T17:53:20.527Z | DEBGAug 13 17:53:19.095 Aug 13 17:53:19.095 INFO INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3544 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 |
| 3545 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 |
| 3546 | 2026-08-13T17:53:20.527Z | DEBG Aug 13 17:53:19.095DEBGAug 13 17:53:19.095 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 13 17:53:19.095INFODEBG DEBG adding route 172.17.0.26/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 } }]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 } }] |
| 3547 | 2026-08-13T17:53:20.527Z | |
| 3548 | 2026-08-13T17:53:20.527Z | |
| 3549 | 2026-08-13T17:53:20.527Z | |
| 3550 | 2026-08-13T17:53:20.527Z | 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 13 17:53:19.095 |
| 3551 | 2026-08-13T17:53:20.527Z | test route::tests::same_size_non_subset_replace ... ok |
| 3552 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 INFO adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 3553 | 2026-08-13T17:53:20.527Z | Aug 13 17:53:19.095 Aug 13 17:53:19.095 Aug 13 17:53:19.095INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.095adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3554 | 2026-08-13T17:53:20.527Z | |
| 3555 | 2026-08-13T17:53:20.528Z | 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 } }] |
| 3556 | 2026-08-13T17:53:20.528Z | 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 } }] |
| 3557 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.095adding route 172.17.0.48/32 -> 10.0.0.255 Aug 13 17:53:19.095 |
| 3558 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.095 DEBGAug 13 17:53:19.095INFO 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 } }] DEBGINFO |
| 3559 | 2026-08-13T17:53:20.528Z | 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 } }] |
| 3560 | 2026-08-13T17:53:20.528Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3561 | 2026-08-13T17:53:20.528Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3562 | 2026-08-13T17:53:20.528Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:53:19.095 |
| 3563 | 2026-08-13T17:53:20.528Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3564 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.095DEBGAug 13 17:53:19.095 INFOINFOAug 13 17:53:19.095 adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 13 17:53:19.095 |
| 3565 | 2026-08-13T17:53:20.528Z | DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3566 | 2026-08-13T17:53:20.528Z | |
| 3567 | 2026-08-13T17:53:20.528Z | |
| 3568 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.096 DEBGunitAug 13 17:53:19.102: created new freemapfreemap_route_ipv4, |
| 3569 | 2026-08-13T17:53:20.528Z | INFOunit :adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3570 | 2026-08-13T17:53:20.528Z | freemap_route_ipv4 |
| 3571 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.082Aug 13 17:53:19.102Aug 13 17:53:19.102 Aug 13 17:53:19.102DEBGDEBGAug 13 17:53:19.102 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 } }] |
| 3572 | 2026-08-13T17:53:20.528Z | DEBG created new freemapDEBG , DEBGunitcreated new freemap :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 } }], created new freemap |
| 3573 | 2026-08-13T17:53:20.528Z | unit, : unitfreemap_route_ipv4:Aug 13 17:53:19.102freemap_route_ipv6 |
| 3574 | 2026-08-13T17:53:20.528Z | |
| 3575 | 2026-08-13T17:53:20.528Z | freemap_route_ipv6 |
| 3576 | 2026-08-13T17:53:20.528Z | INFOAug 13 17:53:19.102 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 3577 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.102 Aug 13 17:53:19.102INFOAug 13 17:53:19.102 Aug 13 17:53:19.102DEBG DEBGinitted freemap. size: 64 , DEBGunit replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap: |
| 3578 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.095, freemap_route_ipv4unit |
| 3579 | 2026-08-13T17:53:20.528Z | : initted freemap. size: 64 freemap_route_ipv6 , |
| 3580 | 2026-08-13T17:53:20.528Z | Aug 13 17:53:19.102unitDEBGAug 13 17:53:19.102 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 } }]: INFODEBG Aug 13 17:53:19.102 |
| 3581 | 2026-08-13T17:53:20.528Z | DEBGreset freemapfreemap_route_ipv4 , initted freemap. size: 64 |
| 3582 | 2026-08-13T17:53:20.528Z | unit, :unit : adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv4Aug 13 17:53:19.102 |
| 3583 | 2026-08-13T17:53:20.528Z | freemap_route_ipv4Aug 13 17:53:19.102 |
| 3584 | 2026-08-13T17:53:20.528Z | |
| 3585 | 2026-08-13T17:53:20.528Z | INFOAug 13 17:53:19.102DEBG Aug 13 17:53:19.102reset freemapDEBGadding route 172.17.0.38/32 -> 10.0.0.255, |
| 3586 | 2026-08-13T17:53:20.528Z | reset freemapDEBGAug 13 17:53:19.102 unitreplacing 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:unit initted freemap. size: 64:, |
| 3587 | 2026-08-13T17:53:20.528Z | unit freemap_route_ipv4: |
| 3588 | 2026-08-13T17:53:20.528Z | freemap_route_ipv6Aug 13 17:53:19.102Aug 13 17:53:19.102 |
| 3589 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102INFOfreemap_route_ipv4 |
| 3590 | 2026-08-13T17:53:20.533Z | adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 3591 | 2026-08-13T17:53:20.533Z | 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 } }]initted freemap. size: 64Aug 13 17:53:19.102 |
| 3592 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102, DEBGAug 13 17:53:19.102unit :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 } }] |
| 3593 | 2026-08-13T17:53:20.533Z | freemap_route_ipv6Aug 13 17:53:19.102 |
| 3594 | 2026-08-13T17:53:20.533Z | DEBG initted freemap. size: 64Aug 13 17:53:19.102Aug 13 17:53:19.102 INFO, DEBG INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 3595 | 2026-08-13T17:53:20.533Z | reset freemap adding route 172.17.0.39/32 -> 10.0.0.255, |
| 3596 | 2026-08-13T17:53:20.533Z | DEBGunit :unit: freemap_route_ipv6reset freemap |
| 3597 | 2026-08-13T17:53:20.533Z | , freemap_route_ipv6Aug 13 17:53:19.102 |
| 3598 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102Aug 13 17:53:19.102unitDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3599 | 2026-08-13T17:53:20.533Z | : adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:53:19.102Aug 13 17:53:19.102freemap_route_ipv6 |
| 3600 | 2026-08-13T17:53:20.533Z | |
| 3601 | 2026-08-13T17:53:20.533Z | DEBG DEBGAug 13 17:53:19.102reset freemap INFODEBG , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit |
| 3602 | 2026-08-13T17:53:20.533Z | adding route 172.17.0.40/32 -> 10.0.0.255 Aug 13 17:53:19.102 |
| 3603 | 2026-08-13T17:53:20.533Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.102 |
| 3604 | 2026-08-13T17:53:20.533Z | INFOINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3605 | 2026-08-13T17:53:20.533Z | freemap_route_ipv6 |
| 3606 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102 INFO |
| 3607 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3608 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102DEBG Aug 13 17:53:19.102 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 13 17:53:19.102 |
| 3609 | 2026-08-13T17:53:20.533Z | DEBG Aug 13 17:53:19.102replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 13 17:53:19.102 DEBGINFODEBG |
| 3610 | 2026-08-13T17:53:20.533Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3611 | 2026-08-13T17:53:20.533Z | INFO |
| 3612 | 2026-08-13T17:53:20.533Z | adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3613 | 2026-08-13T17:53:20.533Z | |
| 3614 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102 Aug 13 17:53:19.102INFO Aug 13 17:53:19.102DEBGAug 13 17:53:19.102 Aug 13 17:53:19.102 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3615 | 2026-08-13T17:53:20.533Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3616 | 2026-08-13T17:53:20.533Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3617 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102 INFODEBGreplacing 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 } }] |
| 3618 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3619 | 2026-08-13T17:53:20.533Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3620 | 2026-08-13T17:53:20.533Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3621 | 2026-08-13T17:53:20.533Z | Aug 13 17:53:19.102Aug 13 17:53:19.102 INFOAug 13 17:53:19.102DEBG 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 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3622 | 2026-08-13T17:53:20.533Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:53:19.102 |
| 3623 | 2026-08-13T17:53:20.533Z | |
| 3624 | 2026-08-13T17:53:20.533Z | DEBGAug 13 17:53:19.102Aug 13 17:53:19.102 DEBGAug 13 17:53:19.102INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.35/32 -> 10.0.0.255 |
| 3625 | 2026-08-13T17:53:20.533Z | |
| 3626 | 2026-08-13T17:53:20.533Z | 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 } }] |
| 3627 | 2026-08-13T17:53:20.533Z | 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 } }] |
| 3628 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102Aug 13 17:53:19.102 Aug 13 17:53:19.102INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3629 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102replacing 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 } }] |
| 3630 | 2026-08-13T17:53:20.534Z | INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3631 | 2026-08-13T17:53:20.534Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 13 17:53:19.102 |
| 3632 | 2026-08-13T17:53:20.534Z | |
| 3633 | 2026-08-13T17:53:20.534Z | 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 13 17:53:19.102 |
| 3634 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102Aug 13 17:53:19.102 DEBGINFO 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 } }] DEBGAug 13 17:53:19.102adding route 172.17.0.36/32 -> 10.0.0.255 Aug 13 17:53:19.102 |
| 3635 | 2026-08-13T17:53:20.534Z | INFO |
| 3636 | 2026-08-13T17:53:20.534Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3637 | 2026-08-13T17:53:20.534Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3638 | 2026-08-13T17:53:20.534Z | DEBGAug 13 17:53:19.102 Aug 13 17:53:19.102INFO DEBG Aug 13 17:53:19.102adding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3639 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102 |
| 3640 | 2026-08-13T17:53:20.534Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4DEBGreplacing 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 } }] |
| 3641 | 2026-08-13T17:53:20.534Z | |
| 3642 | 2026-08-13T17:53:20.534Z | 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 13 17:53:19.102Aug 13 17:53:19.102 |
| 3643 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102 DEBG INFOreplacing 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 13 17:53:19.102 |
| 3644 | 2026-08-13T17:53:20.534Z | DEBGAug 13 17:53:19.102 WARNadding route 172.17.0.37/32 -> 10.0.0.255 |
| 3645 | 2026-08-13T17:53:20.534Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3646 | 2026-08-13T17:53:20.534Z | |
| 3647 | 2026-08-13T17:53:20.534Z | INFOAug 13 17:53:19.102 DEBGAug 13 17:53:19.102 adding route 172.17.0.50/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 } }] |
| 3648 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102INFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3649 | 2026-08-13T17:53:20.534Z | |
| 3650 | 2026-08-13T17:53:20.534Z | replacing targets for 172.16.0.0/32 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 13 17:53:19.102Aug 13 17:53:19.102 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3651 | 2026-08-13T17:53:20.534Z | |
| 3652 | 2026-08-13T17:53:20.534Z | test route::tests::add_target_fails_full ... ok |
| 3653 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102 Aug 13 17:53:19.102Aug 13 17:53:19.102DEBG 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 |
| 3654 | 2026-08-13T17:53:20.534Z | adding route 172.17.0.51/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 } }] |
| 3655 | 2026-08-13T17:53:20.534Z | |
| 3656 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102Aug 13 17:53:19.102 |
| 3657 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102 INFODEBGINFO 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.39/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3658 | 2026-08-13T17:53:20.534Z | |
| 3659 | 2026-08-13T17:53:20.534Z | |
| 3660 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102 Aug 13 17:53:19.102Aug 13 17:53:19.102DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG |
| 3661 | 2026-08-13T17:53:20.534Z | test route::tests::delete_target_full ... ok |
| 3662 | 2026-08-13T17:53:20.534Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3663 | 2026-08-13T17:53:20.534Z | 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.52/32 -> 10.0.0.255Aug 13 17:53:19.102 |
| 3664 | 2026-08-13T17:53:20.534Z | DEBG |
| 3665 | 2026-08-13T17:53:20.534Z | 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 13 17:53:19.102 |
| 3666 | 2026-08-13T17:53:20.534Z | Aug 13 17:53:19.102INFO adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 3667 | 2026-08-13T17:53:20.535Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 13 17:53:19.102Aug 13 17:53:19.102 INFODEBG Aug 13 17:53:19.102 |
| 3668 | 2026-08-13T17:53:20.535Z | 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 } }] |
| 3669 | 2026-08-13T17:53:20.535Z | 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 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3670 | 2026-08-13T17:53:20.535Z | |
| 3671 | 2026-08-13T17:53:20.535Z | Aug 13 17:53:19.102Aug 13 17:53:19.102 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 } }]INFO |
| 3672 | 2026-08-13T17:53:20.535Z | Aug 13 17:53:19.102adding route 172.17.0.53/32 -> 10.0.0.255Aug 13 17:53:19.102 |
| 3673 | 2026-08-13T17:53:20.535Z | INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 Aug 13 17:53:19.102replacing 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 13 17:53:19.102 |
| 3674 | 2026-08-13T17:53:20.535Z | DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:53:19.103 |
| 3675 | 2026-08-13T17:53:20.535Z | Aug 13 17:53:19.102DEBG created new freemap INFO, unitAug 13 17:53:19.110: freemap_route_ipv4 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3676 | 2026-08-13T17:53:20.535Z | 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 } }] |
| 3677 | 2026-08-13T17:53:20.535Z | |
| 3678 | 2026-08-13T17:53:20.535Z | Aug 13 17:53:19.110 DEBG created new freemap |
| 3679 | 2026-08-13T17:53:20.535Z | , Aug 13 17:53:19.110unitAug 13 17:53:19.110 DEBG: INFO Aug 13 17:53:19.110 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 172.17.0.49/32 -> 10.0.0.255 freemap_route_ipv6INFO |
| 3680 | 2026-08-13T17:53:20.535Z | |
| 3681 | 2026-08-13T17:53:20.535Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3682 | 2026-08-13T17:53:20.535Z | |
| 3683 | 2026-08-13T17:53:20.535Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110DEBG 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 } }] |
| 3684 | 2026-08-13T17:53:20.535Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3685 | 2026-08-13T17:53:20.535Z | Aug 13 17:53:19.110Aug 13 17:53:19.110 Aug 13 17:53:19.110 DEBG 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 } }]DEBG |
| 3686 | 2026-08-13T17:53:20.535Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 13 17:53:19.110 |
| 3687 | 2026-08-13T17:53:20.535Z | DEBG 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 } }]Aug 13 17:53:19.110Aug 13 17:53:19.110 |
| 3688 | 2026-08-13T17:53:20.535Z | 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 } }]INFO |
| 3689 | 2026-08-13T17:53:20.539Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 17:53:19.110 |
| 3690 | 2026-08-13T17:53:20.539Z | , Aug 13 17:53:19.110 unit :Aug 13 17:53:19.110INFO INFO freemap_route_ipv4 |
| 3691 | 2026-08-13T17:53:20.539Z | adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 3692 | 2026-08-13T17:53:20.539Z | 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 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3693 | 2026-08-13T17:53:20.540Z | |
| 3694 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110 Aug 13 17:53:19.110DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3695 | 2026-08-13T17:53:20.540Z | reset freemap |
| 3696 | 2026-08-13T17:53:20.540Z | , Aug 13 17:53:19.110unit :DEBGAug 13 17:53:19.110 Aug 13 17:53:19.110 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4DEBG |
| 3697 | 2026-08-13T17:53:20.540Z | |
| 3698 | 2026-08-13T17:53:20.540Z | INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3699 | 2026-08-13T17:53:20.540Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3700 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110Aug 13 17:53:19.110 DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 13 17:53:19.110 |
| 3701 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 INFO, unitDEBG: adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv6replacing 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 } }] |
| 3702 | 2026-08-13T17:53:20.540Z | |
| 3703 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 DEBG |
| 3704 | 2026-08-13T17:53:20.540Z | 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 13 17:53:19.110Aug 13 17:53:19.110 |
| 3705 | 2026-08-13T17:53:20.540Z | DEBGDEBG reset freemapreplacing 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 } }], |
| 3706 | 2026-08-13T17:53:20.540Z | unitAug 13 17:53:19.110: INFOAug 13 17:53:19.110freemap_route_ipv6 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 3707 | 2026-08-13T17:53:20.540Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3708 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 |
| 3709 | 2026-08-13T17:53:20.540Z | INFOAug 13 17:53:19.110 adding route 172.17.0.58/32 -> 10.0.0.255DEBGAug 13 17:53:19.110 |
| 3710 | 2026-08-13T17:53:20.540Z | INFO 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 3fff:dead::/64 -> 2001:db8::55:1 |
| 3711 | 2026-08-13T17:53:20.540Z | |
| 3712 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 DEBGAug 13 17:53:19.110 Aug 13 17:53:19.110Aug 13 17:53:19.110replacing 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 } }] |
| 3713 | 2026-08-13T17:53:20.540Z | 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 } }] |
| 3714 | 2026-08-13T17:53:20.540Z | DEBGAug 13 17:53:19.110adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3715 | 2026-08-13T17:53:20.540Z | 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 |
| 3716 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3717 | 2026-08-13T17:53:20.540Z | DEBGAug 13 17:53:19.110 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 |
| 3718 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3719 | 2026-08-13T17:53:20.540Z | DEBGAug 13 17:53:19.110 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 } }]INFOAug 13 17:53:19.110Aug 13 17:53:19.110 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3720 | 2026-08-13T17:53:20.540Z | |
| 3721 | 2026-08-13T17:53:20.540Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 3722 | 2026-08-13T17:53:20.540Z | 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 } }] |
| 3723 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110Aug 13 17:53:19.110 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3724 | 2026-08-13T17:53:20.540Z | |
| 3725 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110INFOAug 13 17:53:19.110 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3726 | 2026-08-13T17:53:20.540Z | INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 17:53:19.110 |
| 3727 | 2026-08-13T17:53:20.540Z | |
| 3728 | 2026-08-13T17:53:20.540Z | Aug 13 17:53:19.110 DEBGINFOAug 13 17:53:19.110 Aug 13 17:53:19.110replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3729 | 2026-08-13T17:53:20.540Z | DEBG |
| 3730 | 2026-08-13T17:53:20.540Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3731 | 2026-08-13T17:53:20.541Z | Aug 13 17:53:19.110Aug 13 17:53:19.110 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3732 | 2026-08-13T17:53:20.541Z | Aug 13 17:53:19.110adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 3733 | 2026-08-13T17:53:20.541Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.110INFO INFOAug 13 17:53:19.110 adding route 172.17.0.61/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3734 | 2026-08-13T17:53:20.541Z | DEBG |
| 3735 | 2026-08-13T17:53:20.541Z | |
| 3736 | 2026-08-13T17:53:20.541Z | 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 } }] |
| 3737 | 2026-08-13T17:53:20.541Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3738 | 2026-08-13T17:53:20.541Z | replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.110 |
| 3739 | 2026-08-13T17:53:20.541Z | INFO Aug 13 17:53:19.110adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:53:19.110Aug 13 17:53:19.110 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255INFO |
| 3740 | 2026-08-13T17:53:20.541Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3741 | 2026-08-13T17:53:20.541Z | |
| 3742 | 2026-08-13T17:53:20.541Z | |
| 3743 | 2026-08-13T17:53:20.541Z | Aug 13 17:53:19.110 DEBGAug 13 17:53:19.110Aug 13 17:53:19.110 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.110 |
| 3744 | 2026-08-13T17:53:20.541Z | 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 |
| 3745 | 2026-08-13T17:53:20.541Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3746 | 2026-08-13T17:53:20.542Z | |
| 3747 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110Aug 13 17:53:19.110 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255INFOAug 13 17:53:19.110 |
| 3748 | 2026-08-13T17:53:20.542Z | adding route 172.17.0.63/32 -> 10.0.0.255DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3749 | 2026-08-13T17:53:20.542Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3750 | 2026-08-13T17:53:20.542Z | |
| 3751 | 2026-08-13T17:53:20.542Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3752 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 DEBGAug 13 17:53:19.110 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 } }] |
| 3753 | 2026-08-13T17:53:20.542Z | 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 } }] |
| 3754 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110Aug 13 17:53:19.110 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 3755 | 2026-08-13T17:53:20.542Z | |
| 3756 | 2026-08-13T17:53:20.542Z | test route::tests::delete_targets_full ... ok |
| 3757 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110Aug 13 17:53:19.110 INFODEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3758 | 2026-08-13T17:53:20.542Z | test route::tests::delete_target_fragmented ... ok |
| 3759 | 2026-08-13T17:53:20.542Z | |
| 3760 | 2026-08-13T17:53:20.542Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3761 | 2026-08-13T17:53:20.542Z | |
| 3762 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 DEBG Aug 13 17:53:19.110failed to allocate space for the new target list |
| 3763 | 2026-08-13T17:53:20.542Z | DEBGAug 13 17:53:19.110 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 } }]DEBGAug 13 17:53:19.110 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 |
| 3764 | 2026-08-13T17:53:20.542Z | |
| 3765 | 2026-08-13T17:53:20.542Z | 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 } }] |
| 3766 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 3767 | 2026-08-13T17:53:20.542Z | failed to allocate space for the new target list |
| 3768 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110Aug 13 17:53:19.110Aug 13 17:53:19.110 INFO DEBGDEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3769 | 2026-08-13T17:53:20.542Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3770 | 2026-08-13T17:53:20.542Z | |
| 3771 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 Aug 13 17:53:19.110DEBG 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 } }] |
| 3772 | 2026-08-13T17:53:20.542Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3773 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110Aug 13 17:53:19.110 INFODEBG adding route 172.17.0.43/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 } }] |
| 3774 | 2026-08-13T17:53:20.542Z | |
| 3775 | 2026-08-13T17:53:20.542Z | Aug 13 17:53:19.110 DEBG Aug 13 17:53:19.110failed to allocate space for the new target list |
| 3776 | 2026-08-13T17:53:20.542Z | 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 13 17:53:19.110 |
| 3777 | 2026-08-13T17:53:20.542Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:53:19.110 |
| 3778 | 2026-08-13T17:53:20.542Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3779 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 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 } }] |
| 3780 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3781 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 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 } }] |
| 3782 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 3783 | 2026-08-13T17:53:20.543Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3784 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 DEBGAug 13 17:53:19.110 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 |
| 3785 | 2026-08-13T17:53:20.543Z | 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 } }] |
| 3786 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 3787 | 2026-08-13T17:53:20.543Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3788 | 2026-08-13T17:53:20.543Z | Aug 13 17:53:19.110 DEBGAug 13 17:53:19.110 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 |
| 3789 | 2026-08-13T17:53:20.548Z | 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 } }] |
| 3790 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.48/32 -> 10.0.0.255INFO Aug 13 17:53:19.111adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3791 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117 DEBG 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 } }] |
| 3792 | 2026-08-13T17:53:20.548Z | created new freemap, unit: freemap_route_ipv4 |
| 3793 | 2026-08-13T17:53:20.548Z | |
| 3794 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 INFOAug 13 17:53:19.117 adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 3795 | 2026-08-13T17:53:20.548Z | 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 13 17:53:19.117 DEBG |
| 3796 | 2026-08-13T17:53:20.548Z | 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 } }] |
| 3797 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117 INFO Aug 13 17:53:19.111Aug 13 17:53:19.117adding route 172.17.0.49/32 -> 10.0.0.255 DEBG |
| 3798 | 2026-08-13T17:53:20.548Z | INFOcreated new freemap , adding route 172.17.0.43/32 -> 10.0.0.255unit |
| 3799 | 2026-08-13T17:53:20.548Z | : Aug 13 17:53:19.117freemap_route_ipv4 Aug 13 17:53:19.117 |
| 3800 | 2026-08-13T17:53:20.548Z | DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3801 | 2026-08-13T17:53:20.548Z | |
| 3802 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 DEBGINFOAug 13 17:53:19.117 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 3803 | 2026-08-13T17:53:20.548Z | created new freemapadding route 172.17.0.50/32 -> 10.0.0.255, |
| 3804 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117unit :DEBG freemap_route_ipv6replacing 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 13 17:53:19.117 |
| 3805 | 2026-08-13T17:53:20.548Z | |
| 3806 | 2026-08-13T17:53:20.548Z | 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 } }] |
| 3807 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117 INFO Aug 13 17:53:19.117adding route 172.17.0.45/32 -> 10.0.0.255Aug 13 17:53:19.117 |
| 3808 | 2026-08-13T17:53:20.548Z | DEBG INFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255, Aug 13 17:53:19.117unit |
| 3809 | 2026-08-13T17:53:20.548Z | :DEBG freemap_route_ipv4replacing 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 13 17:53:19.117 |
| 3810 | 2026-08-13T17:53:20.548Z | |
| 3811 | 2026-08-13T17:53:20.548Z | 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 } }] |
| 3812 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117 INFOAug 13 17:53:19.117 Aug 13 17:53:19.117 adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 3813 | 2026-08-13T17:53:20.548Z | INFOreset freemap , adding route 172.17.0.52/32 -> 10.0.0.255unit |
| 3814 | 2026-08-13T17:53:20.548Z | :Aug 13 17:53:19.117 freemap_route_ipv4DEBGAug 13 17:53:19.117 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 |
| 3815 | 2026-08-13T17:53:20.548Z | |
| 3816 | 2026-08-13T17:53:20.548Z | 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 } }] |
| 3817 | 2026-08-13T17:53:20.548Z | Aug 13 17:53:19.117 INFOAug 13 17:53:19.117 adding route 172.17.0.47/32 -> 10.0.0.255INFOAug 13 17:53:19.117 |
| 3818 | 2026-08-13T17:53:20.549Z | adding route 172.17.0.53/32 -> 10.0.0.255 DEBG |
| 3819 | 2026-08-13T17:53:20.549Z | initted freemap. size: 64Aug 13 17:53:19.117, 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 } }] |
| 3820 | 2026-08-13T17:53:20.549Z | freemap_route_ipv6Aug 13 17:53:19.117 |
| 3821 | 2026-08-13T17:53:20.549Z | DEBGAug 13 17:53:19.117 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 } }]INFOAug 13 17:53:19.117 |
| 3822 | 2026-08-13T17:53:20.549Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3823 | 2026-08-13T17:53:20.549Z | reset freemap, Aug 13 17:53:19.117unit :INFOAug 13 17:53:19.117 adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3824 | 2026-08-13T17:53:20.549Z | freemap_route_ipv6DEBG |
| 3825 | 2026-08-13T17:53:20.549Z | 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 } }] |
| 3826 | 2026-08-13T17:53:20.549Z | Aug 13 17:53:19.117 DEBGDEBGAug 13 17:53:19.117Aug 13 17:53:19.117 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 |
| 3827 | 2026-08-13T17:53:20.549Z | INFOcreated new freemapadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3828 | 2026-08-13T17:53:20.549Z | adding route 172.17.0.49/32 -> 10.0.0.255, |
| 3829 | 2026-08-13T17:53:20.549Z | unit:Aug 13 17:53:19.117 Aug 13 17:53:19.117Aug 13 17:53:19.117INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255DEBGfreemap_route_ipv6 |
| 3830 | 2026-08-13T17:53:20.549Z | |
| 3831 | 2026-08-13T17:53:20.549Z | 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 } }] |
| 3832 | 2026-08-13T17:53:20.549Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3833 | 2026-08-13T17:53:20.549Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 DEBGINFO Aug 13 17:53:19.117 adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3834 | 2026-08-13T17:53:20.549Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3835 | 2026-08-13T17:53:20.549Z | Aug 13 17:53:19.117 |
| 3836 | 2026-08-13T17:53:20.549Z | DEBG Aug 13 17:53:19.117initted freemap. size: 64Aug 13 17:53:19.117 Aug 13 17:53:19.117 , unitDEBG:DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4 |
| 3837 | 2026-08-13T17:53:20.549Z | |
| 3838 | 2026-08-13T17:53:20.549Z | 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 } }] |
| 3839 | 2026-08-13T17:53:20.549Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 17:53:19.117 |
| 3840 | 2026-08-13T17:53:20.549Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 INFODEBGINFO Aug 13 17:53:19.117adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 3841 | 2026-08-13T17:53:20.549Z | |
| 3842 | 2026-08-13T17:53:20.549Z | reset freemap , 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 13 17:53:19.117 |
| 3843 | 2026-08-13T17:53:20.549Z | unit Aug 13 17:53:19.117:DEBG freemap_route_ipv4replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3844 | 2026-08-13T17:53:20.549Z | |
| 3845 | 2026-08-13T17:53:20.549Z | Aug 13 17:53:19.117replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 3846 | 2026-08-13T17:53:20.549Z | INFOAug 13 17:53:19.117 Aug 13 17:53:19.117adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 3847 | 2026-08-13T17:53:20.549Z | INFOinitted freemap. size: 64Aug 13 17:53:19.117 , adding route 172.17.0.52/32 -> 10.0.0.255 unit |
| 3848 | 2026-08-13T17:53:20.549Z | INFOAug 13 17:53:19.117 adding route 172.16.0.0/32 -> 10.0.0.4: |
| 3849 | 2026-08-13T17:53:20.549Z | DEBG Aug 13 17:53:19.117 freemap_route_ipv6DEBGAug 13 17:53:19.117 |
| 3850 | 2026-08-13T17:53:20.549Z | 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.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 |
| 3851 | 2026-08-13T17:53:20.549Z | |
| 3852 | 2026-08-13T17:53:20.549Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:53:19.117 |
| 3853 | 2026-08-13T17:53:20.549Z | DEBGAug 13 17:53:19.117 Aug 13 17:53:19.117 Aug 13 17:53:19.117INFOreset freemap , adding route 172.17.0.53/32 -> 10.0.0.255unit : |
| 3854 | 2026-08-13T17:53:20.549Z | DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3855 | 2026-08-13T17:53:20.549Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 17:53:19.117 |
| 3856 | 2026-08-13T17:53:20.549Z | freemap_route_ipv6 |
| 3857 | 2026-08-13T17:53:20.549Z | DEBG Aug 13 17:53:19.117replacing 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 13 17:53:19.117 |
| 3858 | 2026-08-13T17:53:20.550Z | DEBG INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3859 | 2026-08-13T17:53:20.550Z | Aug 13 17:53:19.117 |
| 3860 | 2026-08-13T17:53:20.550Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3861 | 2026-08-13T17:53:20.550Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 17:53:19.117replacing 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 } }] |
| 3862 | 2026-08-13T17:53:20.550Z | DEBG |
| 3863 | 2026-08-13T17:53:20.550Z | 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 } }] |
| 3864 | 2026-08-13T17:53:20.550Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 Aug 13 17:53:19.117DEBG 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 } }] adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3865 | 2026-08-13T17:53:20.550Z | INFO |
| 3866 | 2026-08-13T17:53:20.550Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3867 | 2026-08-13T17:53:20.550Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 Aug 13 17:53:19.117DEBGINFO 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 } }]DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 3868 | 2026-08-13T17:53:20.550Z | |
| 3869 | 2026-08-13T17:53:20.550Z | 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 } }] |
| 3870 | 2026-08-13T17:53:20.550Z | Aug 13 17:53:19.117 Aug 13 17:53:19.117INFO Aug 13 17:53:19.117 adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 3871 | 2026-08-13T17:53:20.550Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3872 | 2026-08-13T17:53:20.550Z | |
| 3873 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117 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 13 17:53:19.117 |
| 3874 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117DEBG 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 } }] |
| 3875 | 2026-08-13T17:53:20.551Z | failed to allocate space for the new target listAug 13 17:53:19.117 |
| 3876 | 2026-08-13T17:53:20.551Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 13 17:53:19.117 |
| 3877 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3878 | 2026-08-13T17:53:20.551Z | replacing targets for 172.16.0.0/32 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 13 17:53:19.117 |
| 3879 | 2026-08-13T17:53:20.551Z | DEBG Aug 13 17:53:19.117replacing 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 } }] |
| 3880 | 2026-08-13T17:53:20.551Z | 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 } }] |
| 3881 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 17:53:19.117 |
| 3882 | 2026-08-13T17:53:20.551Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3883 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117 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 13 17:53:19.117 |
| 3884 | 2026-08-13T17:53:20.551Z | 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 } }] |
| 3885 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 17:53:19.117 |
| 3886 | 2026-08-13T17:53:20.551Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3887 | 2026-08-13T17:53:20.551Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3888 | 2026-08-13T17:53:20.551Z | |
| 3889 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3890 | 2026-08-13T17:53:20.555Z | |
| 3891 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 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.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 } }] |
| 3892 | 2026-08-13T17:53:20.555Z | |
| 3893 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.3/32 -> 10.0.0.255 |
| 3894 | 2026-08-13T17:53:20.555Z | |
| 3895 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117Aug 13 17:53:19.117 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.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 } }] |
| 3896 | 2026-08-13T17:53:20.555Z | |
| 3897 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3898 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3899 | 2026-08-13T17:53:20.555Z | Aug 13 17:53:19.117 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3900 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.117 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3901 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3902 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3903 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3904 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3905 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3906 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3907 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3908 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3909 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3910 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3911 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3912 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3913 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3914 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3915 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3916 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3917 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3918 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3919 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3920 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3921 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3922 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3923 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3924 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3925 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3926 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3927 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3928 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3929 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3930 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3931 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3932 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3933 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3934 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3935 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3936 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3937 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3938 | 2026-08-13T17:53:20.556Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3939 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3940 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3941 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3942 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3943 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3944 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3945 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3946 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3947 | 2026-08-13T17:53:20.557Z | test route::tests::delete_targets_fragmented ... ok |
| 3948 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3949 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 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 } }] |
| 3950 | 2026-08-13T17:53:20.557Z | |
| 3951 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3952 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 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 } }] |
| 3953 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3954 | 2026-08-13T17:53:20.557Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 3955 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 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 } }] |
| 3956 | 2026-08-13T17:53:20.557Z | |
| 3957 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3958 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 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 } }] |
| 3959 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3960 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 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 } }] |
| 3961 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3962 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3963 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.124 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3964 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3965 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3966 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3967 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3968 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3969 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3970 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3971 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3972 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3973 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3974 | 2026-08-13T17:53:20.557Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3975 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3976 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3977 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3978 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3979 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3980 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3981 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3982 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3983 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3984 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3985 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3986 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3987 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3988 | 2026-08-13T17:53:20.558Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3989 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3990 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3991 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3992 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3993 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3994 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3995 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3996 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3997 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3998 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3999 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4000 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4001 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4002 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4003 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4004 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4005 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4006 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4007 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4008 | 2026-08-13T17:53:20.562Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4009 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4010 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4011 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4012 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4013 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4014 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4015 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 DEBG failed to allocate space for the new target list |
| 4016 | 2026-08-13T17:53:20.563Z | Aug 13 17:53:19.131 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4017 | 2026-08-13T17:53:20.563Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4018 | 2026-08-13T17:53:20.563Z | |
| 4019 | 2026-08-13T17:53:20.563Z | running 0 tests |
| 4020 | 2026-08-13T17:53:20.563Z | |
| 4021 | 2026-08-13T17:53:20.563Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-08-13T17:53:20.563Z | |
| 4023 | 2026-08-13T17:53:20.563Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4024 | 2026-08-13T17:53:20.563Z | |
| 4025 | 2026-08-13T17:53:20.563Z | running 0 tests |
| 4026 | 2026-08-13T17:53:20.563Z | |
| 4027 | 2026-08-13T17:53:20.563Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4028 | 2026-08-13T17:53:20.563Z | |
| 4029 | 2026-08-13T17:53:20.563Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4030 | 2026-08-13T17:53:20.563Z | |
| 4031 | 2026-08-13T17:53:20.563Z | running 6 tests |
| 4032 | 2026-08-13T17:53:20.563Z | test tests::test_full_lot_id_neither_present ... ok |
| 4033 | 2026-08-13T17:53:20.563Z | test tests::test_port_id_cmp ... ok |
| 4034 | 2026-08-13T17:53:20.563Z | test tests::test_full_lot_id_both_present ... ok |
| 4035 | 2026-08-13T17:53:20.563Z | test tests::test_parse_client_port_id ... ok |
| 4036 | 2026-08-13T17:53:20.563Z | test tests::test_full_lot_id_lot_only ... ok |
| 4037 | 2026-08-13T17:53:20.563Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4038 | 2026-08-13T17:53:20.563Z | |
| 4039 | 2026-08-13T17:53:20.563Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-08-13T17:53:20.563Z | |
| 4041 | 2026-08-13T17:53:20.563Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4042 | 2026-08-13T17:53:20.563Z | |
| 4043 | 2026-08-13T17:53:20.563Z | running 0 tests |
| 4044 | 2026-08-13T17:53:20.563Z | |
| 4045 | 2026-08-13T17:53:20.563Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-08-13T17:53:20.563Z | |
| 4047 | 2026-08-13T17:53:20.563Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4048 | 2026-08-13T17:53:20.563Z | |
| 4049 | 2026-08-13T17:53:20.564Z | running 0 tests |
| 4050 | 2026-08-13T17:53:20.564Z | |
| 4051 | 2026-08-13T17:53:20.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4052 | 2026-08-13T17:53:20.564Z | |
| 4053 | 2026-08-13T17:53:20.564Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4054 | 2026-08-13T17:53:20.564Z | |
| 4055 | 2026-08-13T17:53:20.564Z | running 0 tests |
| 4056 | 2026-08-13T17:53:20.564Z | |
| 4057 | 2026-08-13T17:53:20.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4058 | 2026-08-13T17:53:20.564Z | |
| 4059 | 2026-08-13T17:53:20.564Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4060 | 2026-08-13T17:53:20.564Z | |
| 4061 | 2026-08-13T17:53:20.564Z | running 12 tests |
| 4062 | 2026-08-13T17:53:20.564Z | test icmp::test_v4_checksum ... ok |
| 4063 | 2026-08-13T17:53:20.564Z | test icmp::test_v6_checksum ... ok |
| 4064 | 2026-08-13T17:53:20.564Z | test ipv6::test_ipv6_parse ... ok |
| 4065 | 2026-08-13T17:53:20.565Z | test pbuf::test_byte ... ok |
| 4066 | 2026-08-13T17:53:20.565Z | test lldp::test_lldp_parse ... ok |
| 4067 | 2026-08-13T17:53:20.565Z | test pbuf::test_nibble ... ok |
| 4068 | 2026-08-13T17:53:20.565Z | test pbuf::test_overflow ... ok |
| 4069 | 2026-08-13T17:53:20.565Z | test pbuf::test_short ... ok |
| 4070 | 2026-08-13T17:53:20.565Z | test pbuf::test_twelve ... ok |
| 4071 | 2026-08-13T17:53:20.565Z | test pbuf::test_word ... ok |
| 4072 | 2026-08-13T17:53:20.565Z | test tcp::test_checksum_syn_nodata ... ok |
| 4073 | 2026-08-13T17:53:20.565Z | test tcp::test_checksum_ack_data ... ok |
| 4074 | 2026-08-13T17:53:20.565Z | |
| 4075 | 2026-08-13T17:53:20.565Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4076 | 2026-08-13T17:53:20.565Z | |
| 4077 | 2026-08-13T17:53:20.565Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4078 | 2026-08-13T17:53:20.565Z | |
| 4079 | 2026-08-13T17:53:20.565Z | running 0 tests |
| 4080 | 2026-08-13T17:53:20.565Z | |
| 4081 | 2026-08-13T17:53:20.565Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4082 | 2026-08-13T17:53:20.565Z | |
| 4083 | 2026-08-13T17:53:20.565Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4084 | 2026-08-13T17:53:20.565Z | |
| 4085 | 2026-08-13T17:53:20.565Z | running 5 tests |
| 4086 | 2026-08-13T17:53:20.565Z | test switchport::test::test_compute_lanes ... ok |
| 4087 | 2026-08-13T17:53:20.565Z | test switchport::test::port_id_ordering ... ok |
| 4088 | 2026-08-13T17:53:20.565Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3 |
| 4089 | 2026-08-13T17:53:20.569Z | Lane 1 State: ActivatedLane 2 ActivatedLane 3 |
| 4090 | 2026-08-13T17:53:20.569Z | Activated Activated Rx Loss-of-lock: Yes |
| 4091 | 2026-08-13T17:53:20.569Z | Yes Rx Output Enabled: false falseYes Yesfalse |
| 4092 | 2026-08-13T17:53:20.569Z | false |
| 4093 | 2026-08-13T17:53:20.569Z | Rx Loss-of-signal: Yes Rx Output Status: valid Yesvalid Yes valid Yes |
| 4094 | 2026-08-13T17:53:20.569Z | valid |
| 4095 | 2026-08-13T17:53:20.569Z | Rx CDR Enabled: Yes Yes Rx Loss-of-lock: true trueYes Yestrue |
| 4096 | 2026-08-13T17:53:20.569Z | true Tx Enabled: Yes |
| 4097 | 2026-08-13T17:53:20.569Z | Rx Loss-of-signal: false Yes falseYes falseYes |
| 4098 | 2026-08-13T17:53:20.569Z | false |
| 4099 | 2026-08-13T17:53:20.569Z | Tx Loss-of-lock: NoRx Auto-squelch Disable: true Notrue Notrue Notrue |
| 4100 | 2026-08-13T17:53:20.569Z | |
| 4101 | 2026-08-13T17:53:20.569Z | Tx Loss-of-signal: No Tx Output Enabled: true No trueNo trueNo |
| 4102 | 2026-08-13T17:53:20.569Z | true Tx CDR Enabled: No |
| 4103 | 2026-08-13T17:53:20.569Z | No Tx Output Status: invalid No invalid No |
| 4104 | 2026-08-13T17:53:20.569Z | invalid Tx Adaptive EQ Fault: Noinvalid |
| 4105 | 2026-08-13T17:53:20.569Z | No Tx Loss-of-lock: false No falseNo |
| 4106 | 2026-08-13T17:53:20.569Z | false Tx Fault: Yesfalse |
| 4107 | 2026-08-13T17:53:20.569Z | Tx Loss-of-signal: true true true true |
| 4108 | 2026-08-13T17:53:20.570Z | Tx Auto-squelch Disable: false false false false |
| 4109 | 2026-08-13T17:53:20.570Z | Tx Adaptive EQ Fail: true true true true |
| 4110 | 2026-08-13T17:53:20.570Z | Tx Failure: false false false false |
| 4111 | 2026-08-13T17:53:20.570Z | Tx Force Squelch: true true true true |
| 4112 | 2026-08-13T17:53:20.570Z | Tx Input Polarity: normal normal normal normal |
| 4113 | 2026-08-13T17:53:20.570Z | Yes Yes Yes |
| 4114 | 2026-08-13T17:53:20.570Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4115 | 2026-08-13T17:53:20.570Z | test switchport::test::test_print_sff_datapath ... ok |
| 4116 | 2026-08-13T17:53:20.570Z | test link::test_filter ... ok |
| 4117 | 2026-08-13T17:53:20.570Z | |
| 4118 | 2026-08-13T17:53:20.570Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4119 | 2026-08-13T17:53:20.570Z | |
| 4120 | 2026-08-13T17:53:20.570Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4121 | 2026-08-13T17:53:20.570Z | |
| 4122 | 2026-08-13T17:53:20.570Z | running 1 test |
| 4123 | 2026-08-13T17:53:20.570Z | test test_p4_counter_list ... ignored |
| 4124 | 2026-08-13T17:53:20.570Z | |
| 4125 | 2026-08-13T17:53:20.570Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4126 | 2026-08-13T17:53:20.570Z | |
| 4127 | 2026-08-13T17:53:20.570Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4128 | 2026-08-13T17:53:20.570Z | |
| 4129 | 2026-08-13T17:53:20.570Z | running 5 tests |
| 4130 | 2026-08-13T17:53:20.570Z | test test_an ... ignored |
| 4131 | 2026-08-13T17:53:20.570Z | test test_enable ... ignored |
| 4132 | 2026-08-13T17:53:20.570Z | test test_ip_addresses ... ignored |
| 4133 | 2026-08-13T17:53:20.570Z | test test_kr ... ignored |
| 4134 | 2026-08-13T17:53:20.570Z | test test_mac ... ignored |
| 4135 | 2026-08-13T17:53:20.570Z | |
| 4136 | 2026-08-13T17:53:20.570Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4137 | 2026-08-13T17:53:20.570Z | |
| 4138 | 2026-08-13T17:53:20.570Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4139 | 2026-08-13T17:53:20.570Z | |
| 4140 | 2026-08-13T17:53:20.570Z | running 3 tests |
| 4141 | 2026-08-13T17:53:20.570Z | test linklocal::test_parse_ipadm ... ok |
| 4142 | 2026-08-13T17:53:20.570Z | test tfport::test_parse_tfport ... ok |
| 4143 | 2026-08-13T17:53:20.570Z | test config::tests::test_updates ... ok |
| 4144 | 2026-08-13T17:53:20.570Z | |
| 4145 | 2026-08-13T17:53:20.570Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-08-13T17:53:20.571Z | |
| 4147 | 2026-08-13T17:53:20.571Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4148 | 2026-08-13T17:53:20.571Z | |
| 4149 | 2026-08-13T17:53:20.571Z | running 0 tests |
| 4150 | 2026-08-13T17:53:20.571Z | |
| 4151 | 2026-08-13T17:53:20.571Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-08-13T17:53:20.571Z | |
| 4153 | 2026-08-13T17:53:20.571Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4154 | 2026-08-13T17:53:20.571Z | |
| 4155 | 2026-08-13T17:53:20.571Z | running 0 tests |
| 4156 | 2026-08-13T17:53:20.571Z | |
| 4157 | 2026-08-13T17:53:20.571Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-08-13T17:53:20.571Z | |
| 4159 | 2026-08-13T17:53:20.571Z | Doc-tests aal |
| 4160 | 2026-08-13T17:53:20.691Z | |
| 4161 | 2026-08-13T17:53:20.691Z | running 0 tests |
| 4162 | 2026-08-13T17:53:20.691Z | |
| 4163 | 2026-08-13T17:53:20.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-08-13T17:53:20.691Z | |
| 4165 | 2026-08-13T17:53:20.706Z | Doc-tests aal_macros |
| 4166 | 2026-08-13T17:53:20.774Z | |
| 4167 | 2026-08-13T17:53:20.774Z | running 0 tests |
| 4168 | 2026-08-13T17:53:20.774Z | |
| 4169 | 2026-08-13T17:53:20.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-08-13T17:53:20.774Z | |
| 4171 | 2026-08-13T17:53:20.784Z | Doc-tests common |
| 4172 | 2026-08-13T17:53:21.012Z | |
| 4173 | 2026-08-13T17:53:21.012Z | running 0 tests |
| 4174 | 2026-08-13T17:53:21.012Z | |
| 4175 | 2026-08-13T17:53:21.012Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4176 | 2026-08-13T17:53:21.012Z | |
| 4177 | 2026-08-13T17:53:21.030Z | Doc-tests dpd_api |
| 4178 | 2026-08-13T17:53:21.759Z | |
| 4179 | 2026-08-13T17:53:21.759Z | running 2 tests |
| 4180 | 2026-08-13T17:53:21.759Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4181 | 2026-08-13T17:53:21.759Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4182 | 2026-08-13T17:53:21.759Z | |
| 4183 | 2026-08-13T17:53:21.759Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-08-13T17:53:21.759Z | |
| 4185 | 2026-08-13T17:53:21.786Z | Doc-tests dpd_client |
| 4186 | 2026-08-13T17:53:23.073Z | |
| 4187 | 2026-08-13T17:53:23.073Z | running 0 tests |
| 4188 | 2026-08-13T17:53:23.073Z | |
| 4189 | 2026-08-13T17:53:23.073Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-08-13T17:53:23.073Z | |
| 4191 | 2026-08-13T17:53:23.112Z | Doc-tests dpd_types |
| 4192 | 2026-08-13T17:53:23.323Z | |
| 4193 | 2026-08-13T17:53:23.323Z | running 0 tests |
| 4194 | 2026-08-13T17:53:23.323Z | |
| 4195 | 2026-08-13T17:53:23.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4196 | 2026-08-13T17:53:23.323Z | |
| 4197 | 2026-08-13T17:53:23.346Z | Doc-tests dpd_types_versions |
| 4198 | 2026-08-13T17:53:24.550Z | |
| 4199 | 2026-08-13T17:53:24.550Z | running 1 test |
| 4200 | 2026-08-13T17:53:24.550Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4201 | 2026-08-13T17:53:24.550Z | |
| 4202 | 2026-08-13T17:53:24.550Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-08-13T17:53:24.550Z | |
| 4204 | 2026-08-13T17:53:24.590Z | Doc-tests packet |
| 4205 | 2026-08-13T17:53:24.703Z | |
| 4206 | 2026-08-13T17:53:24.703Z | running 0 tests |
| 4207 | 2026-08-13T17:53:24.703Z | |
| 4208 | 2026-08-13T17:53:24.703Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-08-13T17:53:24.703Z | |
| 4210 | 2026-08-13T17:53:24.718Z | Doc-tests pcap |
| 4211 | 2026-08-13T17:53:24.770Z | |
| 4212 | 2026-08-13T17:53:24.770Z | running 0 tests |
| 4213 | 2026-08-13T17:53:24.770Z | |
| 4214 | 2026-08-13T17:53:24.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4215 | 2026-08-13T17:53:24.770Z | |
| 4216 | 2026-08-13T17:53:24.835Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4217 | 2026-08-13T17:53:24.835Z | + RUST_BACKTRACE=full |
| 4218 | 2026-08-13T17:53:24.836Z | + cargo test --features tofino_asic --no-fail-fast |
| 4219 | 2026-08-13T17:53:25.438Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4220 | 2026-08-13T17:53:25.519Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4221 | 2026-08-13T17:53:25.527Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4222 | 2026-08-13T17:53:25.536Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4223 | 2026-08-13T17:53:34.110Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4224 | 2026-08-13T17:53:34.223Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4225 | 2026-08-13T17:54:14.413Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.56s |
| 4226 | 2026-08-13T17:54:14.527Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4227 | 2026-08-13T17:54:14.531Z | |
| 4228 | 2026-08-13T17:54:14.531Z | running 5 tests |
| 4229 | 2026-08-13T17:54:14.531Z | test fuse::tests::chip_revision_a0 ... ok |
| 4230 | 2026-08-13T17:54:14.531Z | test fuse::tests::chip_revision_b1 ... ok |
| 4231 | 2026-08-13T17:54:14.531Z | test fuse::tests::chip_revision_b0 ... ok |
| 4232 | 2026-08-13T17:54:14.531Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4233 | 2026-08-13T17:54:14.531Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4234 | 2026-08-13T17:54:14.531Z | |
| 4235 | 2026-08-13T17:54:14.531Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-08-13T17:54:14.531Z | |
| 4237 | 2026-08-13T17:54:14.531Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4238 | 2026-08-13T17:54:14.535Z | |
| 4239 | 2026-08-13T17:54:14.535Z | running 0 tests |
| 4240 | 2026-08-13T17:54:14.535Z | |
| 4241 | 2026-08-13T17:54:14.535Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-08-13T17:54:14.535Z | |
| 4243 | 2026-08-13T17:54:14.535Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4244 | 2026-08-13T17:54:14.631Z | |
| 4245 | 2026-08-13T17:54:14.631Z | running 8 tests |
| 4246 | 2026-08-13T17:54:14.635Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4247 | 2026-08-13T17:54:14.635Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4248 | 2026-08-13T17:54:14.635Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4249 | 2026-08-13T17:54:14.635Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4250 | 2026-08-13T17:54:14.635Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4251 | 2026-08-13T17:54:14.636Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4252 | 2026-08-13T17:54:14.641Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4253 | 2026-08-13T17:54:15.132Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4254 | 2026-08-13T17:54:15.132Z | |
| 4255 | 2026-08-13T17:54:15.132Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4256 | 2026-08-13T17:54:15.132Z | |
| 4257 | 2026-08-13T17:54:15.142Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4258 | 2026-08-13T17:54:15.145Z | |
| 4259 | 2026-08-13T17:54:15.146Z | running 10 tests |
| 4260 | 2026-08-13T17:54:15.146Z | test nat::tests::test_vni ... ok |
| 4261 | 2026-08-13T17:54:15.146Z | test network::tests::test_eui64 ... ok |
| 4262 | 2026-08-13T17:54:15.146Z | test network::tests::test_equal ... ok |
| 4263 | 2026-08-13T17:54:15.146Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4264 | 2026-08-13T17:54:15.146Z | test network::tests::test_into ... ok |
| 4265 | 2026-08-13T17:54:15.146Z | test network::tests::test_not_equal ... ok |
| 4266 | 2026-08-13T17:54:15.146Z | test network::tests::test_to_string ... ok |
| 4267 | 2026-08-13T17:54:15.146Z | test network::tests::test_parse ... ok |
| 4268 | 2026-08-13T17:54:15.146Z | test test_purge ... ok |
| 4269 | 2026-08-13T17:54:15.149Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4270 | 2026-08-13T17:54:15.149Z | |
| 4271 | 2026-08-13T17:54:15.149Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4272 | 2026-08-13T17:54:15.149Z | |
| 4273 | 2026-08-13T17:54:15.149Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4274 | 2026-08-13T17:54:15.153Z | |
| 4275 | 2026-08-13T17:54:15.153Z | running 1 test |
| 4276 | 2026-08-13T17:54:15.156Z | ------- |
| 4277 | 2026-08-13T17:54:15.156Z | Generating OpenAPI documents from API definitions ... |
| 4278 | 2026-08-13T17:54:15.294Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4279 | 2026-08-13T17:54:15.362Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4280 | 2026-08-13T17:54:16.369Z | ------- |
| 4281 | 2026-08-13T17:54:16.369Z | Checking 12 OpenAPI documents... |
| 4282 | 2026-08-13T17:54:16.369Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-13T17:54:16.369Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-13T17:54:16.369Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-13T17:54:16.369Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-13T17:54:16.373Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-13T17:54:16.373Z | Fresh dpd "latest" symlink |
| 4295 | 2026-08-13T17:54:16.373Z | ------- |
| 4296 | 2026-08-13T17:54:16.373Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4297 | 2026-08-13T17:54:16.430Z | test test::test_apis_up_to_date ... ok |
| 4298 | 2026-08-13T17:54:16.430Z | |
| 4299 | 2026-08-13T17:54:16.430Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 4300 | 2026-08-13T17:54:16.430Z | |
| 4301 | 2026-08-13T17:54:16.489Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4302 | 2026-08-13T17:54:16.553Z | |
| 4303 | 2026-08-13T17:54:16.553Z | running 66 tests |
| 4304 | 2026-08-13T17:54:16.557Z | test freemap::test_ordering ... ok |
| 4305 | 2026-08-13T17:54:16.557Z | test config::tests::test_updates ... ok |
| 4306 | 2026-08-13T17:54:16.557Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4307 | 2026-08-13T17:54:16.557Z | test freemap::test_split ... ok |
| 4308 | 2026-08-13T17:54:16.557Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4309 | 2026-08-13T17:54:16.557Z | test macaddrs::tests::test_mac_offset ... ok |
| 4310 | 2026-08-13T17:54:16.561Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4311 | 2026-08-13T17:54:16.561Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4312 | 2026-08-13T17:54:16.562Z | test nat::test_mapping ... ok |
| 4313 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.163 DEBG created new freemapAug 13 17:54:15.163 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 4314 | 2026-08-13T17:54:16.562Z | |
| 4315 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 Aug 13 17:54:15.164DEBG DEBGinitted freemap. size: 128 , unit: freemap_test |
| 4316 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG reset freemap, unit:Aug 13 17:54:15.164 freemap_testDEBG |
| 4317 | 2026-08-13T17:54:16.562Z | created new freemapAug 13 17:54:15.164, unitDEBG: created new freemapfreemap_test, unit |
| 4318 | 2026-08-13T17:54:16.562Z | : freemap_testinitted freemap. size: 128 |
| 4319 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 Aug 13 17:54:15.164, DEBGunit : initted freemap. size: 128freemap_test, DEBGunit :initted freemap. size: 8 |
| 4320 | 2026-08-13T17:54:16.562Z | , unit:freemap_test |
| 4321 | 2026-08-13T17:54:16.562Z | freemap_test |
| 4322 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 Aug 13 17:54:15.164Aug 13 17:54:15.164 DEBG DEBG DEBGreset freemap reset freemapreset freemap, , unit, :unitunit: freemap_test:freemap_test |
| 4323 | 2026-08-13T17:54:16.562Z | freemap_test |
| 4324 | 2026-08-13T17:54:16.562Z | |
| 4325 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG created new freemap, unit: freemap_test |
| 4326 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG initted freemap. size: 128, unit: freemap_test |
| 4327 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG reset freemap, unit: freemap_test |
| 4328 | 2026-08-13T17:54:16.562Z | test freemap::test_exhaustion ... ok |
| 4329 | 2026-08-13T17:54:16.562Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4330 | 2026-08-13T17:54:16.562Z | test freemap::test_basic ... ok |
| 4331 | 2026-08-13T17:54:16.562Z | test freemap::test_free ... ok |
| 4332 | 2026-08-13T17:54:16.562Z | test freemap::test_reclaim ... ok |
| 4333 | 2026-08-13T17:54:16.562Z | test port_map::tests::test_backplane_group ... ok |
| 4334 | 2026-08-13T17:54:16.562Z | test port_map::tests::test_port_map ... ok |
| 4335 | 2026-08-13T17:54:16.562Z | test port_map::tests::dump_map ... ok |
| 4336 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG created new freemap, unit: freemap_test |
| 4337 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG initted freemap. size: 128, unit: freemap_test |
| 4338 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.164 DEBG reset freemap, unit: freemap_test |
| 4339 | 2026-08-13T17:54:16.562Z | test freemap::test_span ... ok |
| 4340 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4341 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4342 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4343 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4344 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4345 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4346 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4347 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 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 } }] |
| 4348 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4349 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4350 | 2026-08-13T17:54:16.562Z | Aug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4351 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4352 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4353 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4354 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4355 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4356 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4357 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4358 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4359 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4360 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4361 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4362 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4363 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4364 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4365 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4366 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4367 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4368 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4369 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4370 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4371 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4372 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4373 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4374 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4375 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4376 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4377 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4378 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4379 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4380 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4381 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4382 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 INFO Aug 13 17:54:15.165adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4383 | 2026-08-13T17:54:16.563Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4384 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 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 } }] |
| 4385 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165 DEBGAug 13 17:54:15.165 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4386 | 2026-08-13T17:54:16.563Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4387 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 4388 | 2026-08-13T17:54:16.563Z | |
| 4389 | 2026-08-13T17:54:16.563Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 4390 | 2026-08-13T17:54:16.564Z | |
| 4391 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4392 | 2026-08-13T17:54:16.564Z | |
| 4393 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4394 | 2026-08-13T17:54:16.564Z | |
| 4395 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4396 | 2026-08-13T17:54:16.564Z | |
| 4397 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4398 | 2026-08-13T17:54:16.564Z | test api_server::tests::test_build_info ... ok |
| 4399 | 2026-08-13T17:54:16.564Z | |
| 4400 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4401 | 2026-08-13T17:54:16.564Z | |
| 4402 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 4403 | 2026-08-13T17:54:16.564Z | |
| 4404 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 4405 | 2026-08-13T17:54:16.564Z | |
| 4406 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 4407 | 2026-08-13T17:54:16.564Z | |
| 4408 | 2026-08-13T17:54:16.564Z | Aug 13 17:54:15.165 Aug 13 17:54:15.165Aug 13 17:54:15.165DEBG INFOcreated new freemap DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff, |
| 4409 | 2026-08-13T17:54:16.564Z | unitreplacing 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 } }]: |
| 4410 | 2026-08-13T17:54:16.568Z | freemap_route_ipv4 |
| 4411 | 2026-08-13T17:54:16.568Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBGAug 13 17:54:15.165 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4412 | 2026-08-13T17:54:16.568Z | DEBG |
| 4413 | 2026-08-13T17:54:16.568Z | created new freemap, unit:Aug 13 17:54:15.165Aug 13 17:54:15.165 INFOfreemap_route_ipv6 |
| 4414 | 2026-08-13T17:54:16.568Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBG |
| 4415 | 2026-08-13T17:54:16.568Z | 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 13 17:54:15.165 |
| 4416 | 2026-08-13T17:54:16.568Z | Aug 13 17:54:15.165DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 4417 | 2026-08-13T17:54:16.568Z | : freemap_route_ipv4 |
| 4418 | 2026-08-13T17:54:16.568Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:54:15.165 |
| 4419 | 2026-08-13T17:54:16.568Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4420 | 2026-08-13T17:54:16.569Z | reset freemapAug 13 17:54:15.165, DEBGunitAug 13 17:54:15.165 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4421 | 2026-08-13T17:54:16.569Z | 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 |
| 4422 | 2026-08-13T17:54:16.569Z | |
| 4423 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 Aug 13 17:54:15.165 INFOINFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4424 | 2026-08-13T17:54:16.569Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4425 | 2026-08-13T17:54:16.569Z | , unitAug 13 17:54:15.165: Aug 13 17:54:15.165 DEBGfreemap_route_ipv6 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 |
| 4426 | 2026-08-13T17:54:16.569Z | |
| 4427 | 2026-08-13T17:54:16.569Z | 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 } }] |
| 4428 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 INFOAug 13 17:54:15.165 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreset freemap |
| 4429 | 2026-08-13T17:54:16.569Z | |
| 4430 | 2026-08-13T17:54:16.569Z | , unit:Aug 13 17:54:15.165 Aug 13 17:54:15.165 DEBGDEBGfreemap_route_ipv6 |
| 4431 | 2026-08-13T17:54:16.569Z | 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: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 } }] |
| 4432 | 2026-08-13T17:54:16.569Z | |
| 4433 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.165Aug 13 17:54:15.165Aug 13 17:54:15.165 INFO INFOINFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4434 | 2026-08-13T17:54:16.569Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4435 | 2026-08-13T17:54:16.569Z | |
| 4436 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.165Aug 13 17:54:15.165 Aug 13 17:54:15.165DEBG 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 |
| 4437 | 2026-08-13T17:54:16.569Z | 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 } }] |
| 4438 | 2026-08-13T17:54:16.569Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 13 17:54:15.166 |
| 4439 | 2026-08-13T17:54:16.569Z | INFOAug 13 17:54:15.166 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4440 | 2026-08-13T17:54:16.569Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4441 | 2026-08-13T17:54:16.569Z | INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4442 | 2026-08-13T17:54:16.569Z | |
| 4443 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing 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 } }] |
| 4444 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.166DEBG 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 } }] |
| 4445 | 2026-08-13T17:54:16.569Z | 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 } }] |
| 4446 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 INFOINFO Aug 13 17:54:15.166 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4447 | 2026-08-13T17:54:16.569Z | |
| 4448 | 2026-08-13T17:54:16.569Z | INFOAug 13 17:54:15.166Aug 13 17:54:15.166 DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 13 17:54:15.166 |
| 4449 | 2026-08-13T17:54:16.569Z | 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 } }]DEBG |
| 4450 | 2026-08-13T17:54:16.569Z | DEBGcreated new freemap Aug 13 17:54:15.166replacing 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 13 17:54:15.166DEBGunit |
| 4451 | 2026-08-13T17:54:16.569Z | : INFOfreemap_route_ipv4replacing 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 } }] |
| 4452 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.166 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 4453 | 2026-08-13T17:54:16.569Z | |
| 4454 | 2026-08-13T17:54:16.569Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4455 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGINFODEBG created new freemapreplacing 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 } }] |
| 4456 | 2026-08-13T17:54:16.569Z | , DEBGunit created new freemap: adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4, 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 } }] |
| 4457 | 2026-08-13T17:54:16.569Z | Aug 13 17:54:15.166 |
| 4458 | 2026-08-13T17:54:16.569Z | |
| 4459 | 2026-08-13T17:54:16.569Z | INFOunitAug 13 17:54:15.166 Aug 13 17:54:15.166adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4460 | 2026-08-13T17:54:16.570Z | DEBG INFOAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit 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 } }] |
| 4461 | 2026-08-13T17:54:16.570Z | |
| 4462 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4463 | 2026-08-13T17:54:16.570Z | INFO Aug 13 17:54:15.166adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4464 | 2026-08-13T17:54:16.570Z | 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 13 17:54:15.166 |
| 4465 | 2026-08-13T17:54:16.570Z | DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4466 | 2026-08-13T17:54:16.570Z | 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 } }] |
| 4467 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBGAug 13 17:54:15.166 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 } }] |
| 4468 | 2026-08-13T17:54:16.570Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4469 | 2026-08-13T17:54:16.570Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 INFO |
| 4470 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4471 | 2026-08-13T17:54:16.570Z | DEBG: Aug 13 17:54:15.166freemap_route_ipv6 |
| 4472 | 2026-08-13T17:54:16.570Z | DEBGAug 13 17:54:15.166replacing 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 } }] |
| 4473 | 2026-08-13T17:54:16.570Z | 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 } }] |
| 4474 | 2026-08-13T17:54:16.570Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166 |
| 4475 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166INFO INFOAug 13 17:54:15.166 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4476 | 2026-08-13T17:54:16.570Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4477 | 2026-08-13T17:54:16.570Z | |
| 4478 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing 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 13 17:54:15.166 |
| 4479 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166 :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 4480 | 2026-08-13T17:54:16.570Z | , unit: freemap_route_ipv4Aug 13 17:54:15.166 |
| 4481 | 2026-08-13T17:54:16.570Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4482 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBGDEBG initted freemap. size: 64DEBG, reset freemap , replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4483 | 2026-08-13T17:54:16.570Z | :unit freemap_route_ipv4: |
| 4484 | 2026-08-13T17:54:16.570Z | Aug 13 17:54:15.166freemap_route_ipv4 |
| 4485 | 2026-08-13T17:54:16.570Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4486 | 2026-08-13T17:54:16.570Z | DEBGAug 13 17:54:15.166 reset freemapDEBG, unitAug 13 17:54:15.166:initted freemap. size: 64 freemap_route_ipv4, |
| 4487 | 2026-08-13T17:54:16.570Z | unit: DEBGfreemap_route_ipv6 Aug 13 17:54:15.166replacing 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 } }] |
| 4488 | 2026-08-13T17:54:16.570Z | |
| 4489 | 2026-08-13T17:54:16.570Z | DEBG initted freemap. size: 64Aug 13 17:54:15.166Aug 13 17:54:15.166 DEBG, INFOunit adding route 3fff:beef:12::/64 -> 2001:db8::55:ff:reset freemap |
| 4490 | 2026-08-13T17:54:16.570Z | freemap_route_ipv6, unit: |
| 4491 | 2026-08-13T17:54:16.570Z | freemap_route_ipv6Aug 13 17:54:15.166 |
| 4492 | 2026-08-13T17:54:16.570Z | 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 } }]Aug 13 17:54:15.166 |
| 4493 | 2026-08-13T17:54:16.570Z | INFOAug 13 17:54:15.166 Aug 13 17:54:15.166 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4494 | 2026-08-13T17:54:16.570Z | reset freemapINFO, unit :adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4495 | 2026-08-13T17:54:16.570Z | freemap_route_ipv6Aug 13 17:54:15.166 |
| 4496 | 2026-08-13T17:54:16.570Z | DEBGAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG 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 } }]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 } }] INFO |
| 4497 | 2026-08-13T17:54:16.570Z | 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 } }] |
| 4498 | 2026-08-13T17:54:16.570Z | |
| 4499 | 2026-08-13T17:54:16.570Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:54:15.166 Aug 13 17:54:15.166 |
| 4500 | 2026-08-13T17:54:16.571Z | INFO Aug 13 17:54:15.166INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:54:15.166 |
| 4501 | 2026-08-13T17:54:16.571Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4502 | 2026-08-13T17:54:16.571Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 13 17:54:15.166 |
| 4503 | 2026-08-13T17:54:16.571Z | Aug 13 17:54:15.166 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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: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 } }] |
| 4504 | 2026-08-13T17:54:16.571Z | |
| 4505 | 2026-08-13T17:54:16.571Z | Aug 13 17:54:15.166 DEBG |
| 4506 | 2026-08-13T17:54:16.571Z | Aug 13 17:54:15.166replacing 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 } }] |
| 4507 | 2026-08-13T17:54:16.571Z | INFOAug 13 17:54:15.166 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4508 | 2026-08-13T17:54:16.571Z | DEBGAug 13 17:54:15.166 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.166 |
| 4509 | 2026-08-13T17:54:16.571Z | Aug 13 17:54:15.166INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO |
| 4510 | 2026-08-13T17:54:16.575Z | 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:15::/64 -> 2001:db8::55:ff |
| 4511 | 2026-08-13T17:54:16.575Z | |
| 4512 | 2026-08-13T17:54:16.575Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG INFO 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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4513 | 2026-08-13T17:54:16.575Z | 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 } }] |
| 4514 | 2026-08-13T17:54:16.575Z | |
| 4515 | 2026-08-13T17:54:16.575Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG Aug 13 17:54:15.166replacing 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 |
| 4516 | 2026-08-13T17:54:16.575Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4517 | 2026-08-13T17:54:16.575Z | INFO Aug 13 17:54:15.166adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 17:54:15.166INFO |
| 4518 | 2026-08-13T17:54:16.575Z | DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4519 | 2026-08-13T17:54:16.575Z | 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 } }] |
| 4520 | 2026-08-13T17:54:16.575Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 DEBGDEBG Aug 13 17:54:15.166 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 |
| 4521 | 2026-08-13T17:54:16.575Z | 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 } }] |
| 4522 | 2026-08-13T17:54:16.575Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4523 | 2026-08-13T17:54:16.575Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 INFOAug 13 17:54:15.166INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 4524 | 2026-08-13T17:54:16.575Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff 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 } }] |
| 4525 | 2026-08-13T17:54:16.575Z | |
| 4526 | 2026-08-13T17:54:16.575Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166Aug 13 17:54:15.166DEBG 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 } }]DEBG |
| 4527 | 2026-08-13T17:54:16.575Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4528 | 2026-08-13T17:54:16.575Z | 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 } }] |
| 4529 | 2026-08-13T17:54:16.575Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4530 | 2026-08-13T17:54:16.575Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4531 | 2026-08-13T17:54:16.576Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4532 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166DEBG 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 } }]Aug 13 17:54:15.166 |
| 4533 | 2026-08-13T17:54:16.576Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4534 | 2026-08-13T17:54:16.576Z | 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 } }] |
| 4535 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO Aug 13 17:54:15.166DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4536 | 2026-08-13T17:54:16.576Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4537 | 2026-08-13T17:54:16.576Z | |
| 4538 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166 |
| 4539 | 2026-08-13T17:54:16.576Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 4540 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166replacing 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 } }] |
| 4541 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166INFO 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 } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4542 | 2026-08-13T17:54:16.576Z | |
| 4543 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4544 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 INFODEBG adding route 3fff:beef:1b::/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 } }] |
| 4545 | 2026-08-13T17:54:16.576Z | |
| 4546 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166Aug 13 17:54:15.166Aug 13 17:54:15.166 DEBG DEBGINFOreplacing 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 } }] |
| 4547 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4548 | 2026-08-13T17:54:16.576Z | |
| 4549 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 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: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 } }] |
| 4550 | 2026-08-13T17:54:16.576Z | |
| 4551 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4552 | 2026-08-13T17:54:16.576Z | 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 } }] |
| 4553 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4554 | 2026-08-13T17:54:16.576Z | 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 } }] |
| 4555 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 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 } }]Aug 13 17:54:15.166 |
| 4556 | 2026-08-13T17:54:16.576Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4557 | 2026-08-13T17:54:16.576Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4558 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 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 } }]Aug 13 17:54:15.166 |
| 4559 | 2026-08-13T17:54:16.576Z | 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 } }]Aug 13 17:54:15.166 |
| 4560 | 2026-08-13T17:54:16.576Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4561 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 INFO Aug 13 17:54:15.166adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4562 | 2026-08-13T17:54:16.576Z | 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 } }] |
| 4563 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166Aug 13 17:54:15.166DEBG INFO DEBG adding route 3fff:beef:7::/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 } }]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 } }] |
| 4564 | 2026-08-13T17:54:16.576Z | |
| 4565 | 2026-08-13T17:54:16.576Z | |
| 4566 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 4567 | 2026-08-13T17:54:16.576Z | Aug 13 17:54:15.166 |
| 4568 | 2026-08-13T17:54:16.576Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 17:54:15.166Aug 13 17:54:15.166 |
| 4569 | 2026-08-13T17:54:16.576Z | 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 } }] |
| 4570 | 2026-08-13T17:54:16.576Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4571 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG Aug 13 17:54:15.166INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4572 | 2026-08-13T17:54:16.577Z | 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: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 } }] |
| 4573 | 2026-08-13T17:54:16.577Z | |
| 4574 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4575 | 2026-08-13T17:54:16.577Z | INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4576 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO |
| 4577 | 2026-08-13T17:54:16.577Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4578 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGDEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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: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 } }] |
| 4579 | 2026-08-13T17:54:16.577Z | |
| 4580 | 2026-08-13T17:54:16.577Z | |
| 4581 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4582 | 2026-08-13T17:54:16.577Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4583 | 2026-08-13T17:54:16.577Z | |
| 4584 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG 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 } }]DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4585 | 2026-08-13T17:54:16.577Z | |
| 4586 | 2026-08-13T17:54:16.577Z | 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 } }] |
| 4587 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 INFOAug 13 17:54:15.166INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4588 | 2026-08-13T17:54:16.577Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4589 | 2026-08-13T17:54:16.577Z | |
| 4590 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing 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 13 17:54:15.166 |
| 4591 | 2026-08-13T17:54:16.577Z | 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 } }]DEBGAug 13 17:54:15.166 |
| 4592 | 2026-08-13T17:54:16.577Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4593 | 2026-08-13T17:54:16.577Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4594 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166 INFO INFODEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4595 | 2026-08-13T17:54:16.577Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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 } }] |
| 4596 | 2026-08-13T17:54:16.577Z | |
| 4597 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.166 |
| 4598 | 2026-08-13T17:54:16.577Z | INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4599 | 2026-08-13T17:54:16.577Z | 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 } }] |
| 4600 | 2026-08-13T17:54:16.577Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 |
| 4601 | 2026-08-13T17:54:16.577Z | 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 } }] |
| 4602 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.167DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4603 | 2026-08-13T17:54:16.577Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4604 | 2026-08-13T17:54:16.577Z | |
| 4605 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167 INFODEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4606 | 2026-08-13T17:54:16.577Z | |
| 4607 | 2026-08-13T17:54:16.577Z | 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 } }] |
| 4608 | 2026-08-13T17:54:16.577Z | Aug 13 17:54:15.167 Aug 13 17:54:15.167INFOAug 13 17:54:15.167 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 4609 | 2026-08-13T17:54:16.577Z | INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-13T17:54:16.582Z | |
| 4611 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167 DEBG Aug 13 17:54:15.167replacing 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 } }] |
| 4612 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 4613 | 2026-08-13T17:54:16.582Z | 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 13 17:54:15.167 |
| 4614 | 2026-08-13T17:54:16.582Z | INFOAug 13 17:54:15.167 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 4615 | 2026-08-13T17:54:16.582Z | 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 13 17:54:15.167 |
| 4616 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 13 17:54:15.167replacing 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 } }] |
| 4617 | 2026-08-13T17:54:16.582Z | |
| 4618 | 2026-08-13T17:54:16.582Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4619 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4620 | 2026-08-13T17:54:16.582Z | 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 } }] |
| 4621 | 2026-08-13T17:54:16.582Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4622 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167 DEBGINFO adding route 3fff:beef:11::/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 } }] |
| 4623 | 2026-08-13T17:54:16.582Z | |
| 4624 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167 INFOAug 13 17:54:15.167 Aug 13 17:54:15.167DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 4625 | 2026-08-13T17:54:16.582Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4626 | 2026-08-13T17:54:16.582Z | |
| 4627 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167 DEBG Aug 13 17:54:15.167replacing 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 13 17:54:15.167 |
| 4628 | 2026-08-13T17:54:16.582Z | INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4629 | 2026-08-13T17:54:16.582Z | 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 } }] |
| 4630 | 2026-08-13T17:54:16.582Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 17:54:15.167Aug 13 17:54:15.167 DEBG |
| 4631 | 2026-08-13T17:54:16.582Z | INFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4632 | 2026-08-13T17:54:16.582Z | |
| 4633 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBG INFO DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4634 | 2026-08-13T17:54:16.582Z | |
| 4635 | 2026-08-13T17:54:16.582Z | |
| 4636 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4637 | 2026-08-13T17:54:16.582Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4638 | 2026-08-13T17:54:16.582Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4639 | 2026-08-13T17:54:16.582Z | Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4640 | 2026-08-13T17:54:16.582Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4641 | 2026-08-13T17:54:16.583Z | DEBGAug 13 17:54:15.167 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 } }]INFOAug 13 17:54:15.167 |
| 4642 | 2026-08-13T17:54:16.583Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBG |
| 4643 | 2026-08-13T17:54:16.583Z | 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 } }] |
| 4644 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFODEBG 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:15::/64 -> 2001:db8::55:ff |
| 4645 | 2026-08-13T17:54:16.583Z | |
| 4646 | 2026-08-13T17:54:16.583Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4647 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 DEBGINFO Aug 13 17:54:15.167 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 } }] |
| 4648 | 2026-08-13T17:54:16.583Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4649 | 2026-08-13T17:54:16.583Z | 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 } }] |
| 4650 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 DEBGINFO INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4651 | 2026-08-13T17:54:16.583Z | |
| 4652 | 2026-08-13T17:54:16.583Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4653 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 DEBGINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 4654 | 2026-08-13T17:54:16.583Z | |
| 4655 | 2026-08-13T17:54:16.583Z | 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 } }] |
| 4656 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBG 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 } }] |
| 4657 | 2026-08-13T17:54:16.583Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-13T17:54:16.583Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4659 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBG Aug 13 17:54:15.167 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 } }]DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4660 | 2026-08-13T17:54:16.583Z | |
| 4661 | 2026-08-13T17:54:16.583Z | 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 } }] |
| 4662 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2c::/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 } }] |
| 4663 | 2026-08-13T17:54:16.583Z | |
| 4664 | 2026-08-13T17:54:16.583Z | |
| 4665 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBGDEBG 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:24::/64 -> 2001:db8::55:ff |
| 4666 | 2026-08-13T17:54:16.583Z | |
| 4667 | 2026-08-13T17:54:16.583Z | 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 } }] |
| 4668 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFO |
| 4669 | 2026-08-13T17:54:16.583Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4670 | 2026-08-13T17:54:16.583Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4671 | 2026-08-13T17:54:16.583Z | DEBG Aug 13 17:54:15.167replacing 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 } }] |
| 4672 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 4673 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167replacing 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 } }] |
| 4674 | 2026-08-13T17:54:16.583Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4675 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBG Aug 13 17:54:15.167 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 |
| 4676 | 2026-08-13T17:54:16.583Z | INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4677 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167 |
| 4678 | 2026-08-13T17:54:16.583Z | INFO Aug 13 17:54:15.167adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4679 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 4680 | 2026-08-13T17:54:16.583Z | Aug 13 17:54:15.167 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 } }] |
| 4681 | 2026-08-13T17:54:16.584Z | DEBG Aug 13 17:54:15.167replacing 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 } }] |
| 4682 | 2026-08-13T17:54:16.584Z | 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 } }]Aug 13 17:54:15.167 |
| 4683 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 13 17:54:15.167 |
| 4684 | 2026-08-13T17:54:16.584Z | INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4685 | 2026-08-13T17:54:16.584Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:54:15.167Aug 13 17:54:15.167 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4686 | 2026-08-13T17:54:16.584Z | |
| 4687 | 2026-08-13T17:54:16.584Z | 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 } }] |
| 4688 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBGAug 13 17:54:15.167 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4689 | 2026-08-13T17:54:16.584Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4690 | 2026-08-13T17:54:16.584Z | |
| 4691 | 2026-08-13T17:54:16.584Z | DEBGAug 13 17:54:15.167 created new freemapINFO, unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4692 | 2026-08-13T17:54:16.584Z | 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 13 17:54:15.167freemap_route_ipv4 |
| 4693 | 2026-08-13T17:54:16.584Z | DEBG |
| 4694 | 2026-08-13T17:54:16.584Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4695 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167DEBG Aug 13 17:54:15.167Aug 13 17:54:15.167 INFO INFO DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4696 | 2026-08-13T17:54:16.584Z | |
| 4697 | 2026-08-13T17:54:16.584Z | created new freemapadding route 3fff:beef:29::/64 -> 2001:db8::55:ff, |
| 4698 | 2026-08-13T17:54:16.584Z | unit: Aug 13 17:54:15.167Aug 13 17:54:15.167freemap_route_ipv6 |
| 4699 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167DEBG DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4700 | 2026-08-13T17:54:16.584Z | |
| 4701 | 2026-08-13T17:54:16.584Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4702 | 2026-08-13T17:54:16.584Z | DEBGAug 13 17:54:15.167Aug 13 17:54:15.167 initted freemap. size: 64INFO, Aug 13 17:54:15.167adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit |
| 4703 | 2026-08-13T17:54:16.584Z | INFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4704 | 2026-08-13T17:54:16.584Z | DEBG Aug 13 17:54:15.167replacing 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 |
| 4705 | 2026-08-13T17:54:16.584Z | |
| 4706 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167replacing 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 |
| 4707 | 2026-08-13T17:54:16.584Z | reset freemapAug 13 17:54:15.167 , DEBGunit: 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 13 17:54:15.167freemap_route_ipv4 |
| 4708 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167 |
| 4709 | 2026-08-13T17:54:16.584Z | Aug 13 17:54:15.167INFO INFO INFOAug 13 17:54:15.167 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4710 | 2026-08-13T17:54:16.589Z | |
| 4711 | 2026-08-13T17:54:16.589Z | initted freemap. size: 64, unitAug 13 17:54:15.167: DEBGfreemap_route_ipv6 |
| 4712 | 2026-08-13T17:54:16.589Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4713 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4714 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 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 } }] |
| 4715 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4716 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 INFODEBG |
| 4717 | 2026-08-13T17:54:16.589Z | reset freemap, Aug 13 17:54:15.167 unitDEBG: replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4718 | 2026-08-13T17:54:16.589Z | |
| 4719 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4720 | 2026-08-13T17:54:16.589Z | |
| 4721 | 2026-08-13T17:54:16.589Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4722 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4723 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4724 | 2026-08-13T17:54:16.589Z | DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4725 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 |
| 4726 | 2026-08-13T17:54:16.589Z | INFOAug 13 17:54:15.167 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4727 | 2026-08-13T17:54:16.589Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4728 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 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 } }] |
| 4729 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4730 | 2026-08-13T17:54:16.589Z | |
| 4731 | 2026-08-13T17:54:16.589Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4732 | 2026-08-13T17:54:16.589Z | INFO Aug 13 17:54:15.167adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4733 | 2026-08-13T17:54:16.589Z | DEBGAug 13 17:54:15.167 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 } }] |
| 4734 | 2026-08-13T17:54:16.589Z | 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 13 17:54:15.167 |
| 4735 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 INFOINFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4736 | 2026-08-13T17:54:16.589Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }] |
| 4737 | 2026-08-13T17:54:16.589Z | |
| 4738 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167 DEBGAug 13 17:54:15.167 Aug 13 17:54:15.167DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4739 | 2026-08-13T17:54:16.589Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-13T17:54:16.589Z | |
| 4741 | 2026-08-13T17:54:16.589Z | test route::tests::grow_succeeds ... ok |
| 4742 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBG adding route 3fff:beef:1f::/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 } }] |
| 4743 | 2026-08-13T17:54:16.589Z | |
| 4744 | 2026-08-13T17:54:16.589Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4745 | 2026-08-13T17:54:16.589Z | DEBG Aug 13 17:54:15.167replacing 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 } }] |
| 4746 | 2026-08-13T17:54:16.589Z | Aug 13 17:54:15.167INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 13 17:54:15.167 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 } }] |
| 4747 | 2026-08-13T17:54:16.589Z | INFO |
| 4748 | 2026-08-13T17:54:16.590Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4749 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4750 | 2026-08-13T17:54:16.590Z | DEBG Aug 13 17:54:15.167replacing 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 13 17:54:15.167 |
| 4751 | 2026-08-13T17:54:16.590Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 4752 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4753 | 2026-08-13T17:54:16.590Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4754 | 2026-08-13T17:54:16.590Z | 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 } }] |
| 4755 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4756 | 2026-08-13T17:54:16.590Z | INFO |
| 4757 | 2026-08-13T17:54:16.590Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4758 | 2026-08-13T17:54:16.590Z | INFOAug 13 17:54:15.167 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 17:54:15.167 |
| 4759 | 2026-08-13T17:54:16.590Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4760 | 2026-08-13T17:54:16.590Z | DEBGAug 13 17:54:15.167 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 |
| 4761 | 2026-08-13T17:54:16.590Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4762 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167 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 } }] |
| 4763 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4764 | 2026-08-13T17:54:16.590Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4765 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167Aug 13 17:54:15.167 INFO Aug 13 17:54:15.167DEBG 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 } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4766 | 2026-08-13T17:54:16.590Z | 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 } }] |
| 4767 | 2026-08-13T17:54:16.590Z | |
| 4768 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-13T17:54:16.590Z | |
| 4770 | 2026-08-13T17:54:16.590Z | DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167 |
| 4771 | 2026-08-13T17:54:16.590Z | 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-13T17:54:16.590Z | Aug 13 17:54:15.167 INFO Aug 13 17:54:15.167Aug 13 17:54:15.167 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 4773 | 2026-08-13T17:54:16.590Z | 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 } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-13T17:54:16.590Z | |
| 4775 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167 DEBGAug 13 17:54:15.167 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4776 | 2026-08-13T17:54:16.590Z | 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 } }] |
| 4777 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.167Aug 13 17:54:15.168 INFOINFO Aug 13 17:54:15.168 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 4778 | 2026-08-13T17:54:16.590Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4779 | 2026-08-13T17:54:16.590Z | |
| 4780 | 2026-08-13T17:54:16.590Z | Aug 13 17:54:15.168 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 } }]Aug 13 17:54:15.168 |
| 4781 | 2026-08-13T17:54:16.590Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168 |
| 4782 | 2026-08-13T17:54:16.590Z | INFOAug 13 17:54:15.168 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4783 | 2026-08-13T17:54:16.590Z | DEBGINFO Aug 13 17:54:15.168adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4784 | 2026-08-13T17:54:16.590Z | DEBG |
| 4785 | 2026-08-13T17:54:16.590Z | 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 13 17:54:15.168 |
| 4786 | 2026-08-13T17:54:16.590Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168 |
| 4787 | 2026-08-13T17:54:16.591Z | INFO Aug 13 17:54:15.168adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 13 17:54:15.168 |
| 4788 | 2026-08-13T17:54:16.591Z | INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4789 | 2026-08-13T17:54:16.591Z | DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4790 | 2026-08-13T17:54:16.591Z | 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 13 17:54:15.168 |
| 4791 | 2026-08-13T17:54:16.591Z | 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 } }]Aug 13 17:54:15.168 |
| 4792 | 2026-08-13T17:54:16.591Z | 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 13 17:54:15.168 |
| 4793 | 2026-08-13T17:54:16.591Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4794 | 2026-08-13T17:54:16.591Z | Aug 13 17:54:15.168INFO INFOAug 13 17:54:15.168adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4795 | 2026-08-13T17:54:16.591Z | 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 } }] |
| 4796 | 2026-08-13T17:54:16.591Z | Aug 13 17:54:15.168adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4797 | 2026-08-13T17:54:16.591Z | DEBGAug 13 17:54:15.168 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 } }] |
| 4798 | 2026-08-13T17:54:16.591Z | INFO Aug 13 17:54:15.168adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4799 | 2026-08-13T17:54:16.591Z | DEBG Aug 13 17:54:15.168replacing 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 13 17:54:15.168INFO DEBG |
| 4800 | 2026-08-13T17:54:16.591Z | 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 } }] |
| 4801 | 2026-08-13T17:54:16.591Z | |
| 4802 | 2026-08-13T17:54:16.591Z | Aug 13 17:54:15.168 Aug 13 17:54:15.168Aug 13 17:54:15.168DEBG Aug 13 17:54:15.168INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff failed to allocate space for the new target listreplacing 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 } }] |
| 4803 | 2026-08-13T17:54:16.591Z | |
| 4804 | 2026-08-13T17:54:16.591Z | |
| 4805 | 2026-08-13T17:54:16.591Z | DEBG created new freemap, Aug 13 17:54:15.168unit :INFO Aug 13 17:54:15.168adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4806 | 2026-08-13T17:54:16.591Z | |
| 4807 | 2026-08-13T17:54:16.591Z | Aug 13 17:54:15.168DEBG 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 13 17:54:15.168DEBG |
| 4808 | 2026-08-13T17:54:16.591Z | Aug 13 17:54:15.168 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168 |
| 4809 | 2026-08-13T17:54:16.591Z | |
| 4810 | 2026-08-13T17:54:16.595Z | created new freemapINFO, Aug 13 17:54:15.168unit :adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4811 | 2026-08-13T17:54:16.595Z | freemap_route_ipv6 INFO |
| 4812 | 2026-08-13T17:54:16.595Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4813 | 2026-08-13T17:54:16.595Z | DEBGAug 13 17:54:15.168 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 13 17:54:15.168 |
| 4814 | 2026-08-13T17:54:16.595Z | initted freemap. size: 64DEBG , 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 } }]unitAug 13 17:54:15.168: |
| 4815 | 2026-08-13T17:54:16.595Z | freemap_route_ipv4 |
| 4816 | 2026-08-13T17:54:16.595Z | INFO Aug 13 17:54:15.168adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-13T17:54:16.595Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4818 | 2026-08-13T17:54:16.595Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBG DEBGAug 13 17:54:15.168 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 4819 | 2026-08-13T17:54:16.596Z | , DEBGunit: Aug 13 17:54:15.168freemap_route_ipv4 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 } }] |
| 4820 | 2026-08-13T17:54:16.596Z | INFO |
| 4821 | 2026-08-13T17:54:16.596Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4822 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 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 } }]initted freemap. size: 64INFO, |
| 4823 | 2026-08-13T17:54:16.596Z | unit: freemap_route_ipv6adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4824 | 2026-08-13T17:54:16.596Z | |
| 4825 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168 INFO Aug 13 17:54:15.168adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4826 | 2026-08-13T17:54:16.596Z | DEBGDEBG 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 } }]reset freemapAug 13 17:54:15.168, |
| 4827 | 2026-08-13T17:54:16.596Z | unitDEBG :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 } }] |
| 4828 | 2026-08-13T17:54:16.596Z | freemap_route_ipv6 |
| 4829 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4830 | 2026-08-13T17:54:16.596Z | |
| 4831 | 2026-08-13T17:54:16.596Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4832 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4833 | 2026-08-13T17:54:16.596Z | |
| 4834 | 2026-08-13T17:54:16.596Z | |
| 4835 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4836 | 2026-08-13T17:54:16.596Z | DEBG |
| 4837 | 2026-08-13T17:54:16.596Z | failed to allocate space for the new target list |
| 4838 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 Aug 13 17:54:15.168 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 4839 | 2026-08-13T17:54:16.596Z | |
| 4840 | 2026-08-13T17:54:16.596Z | 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 } }] |
| 4841 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 Aug 13 17:54:15.168 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 failed to allocate space for the new target listadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4842 | 2026-08-13T17:54:16.596Z | |
| 4843 | 2026-08-13T17:54:16.596Z | |
| 4844 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 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: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 } }] |
| 4845 | 2026-08-13T17:54:16.596Z | |
| 4846 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4847 | 2026-08-13T17:54:16.596Z | |
| 4848 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 4849 | 2026-08-13T17:54:16.596Z | |
| 4850 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4851 | 2026-08-13T17:54:16.596Z | |
| 4852 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4853 | 2026-08-13T17:54:16.596Z | |
| 4854 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4855 | 2026-08-13T17:54:16.596Z | |
| 4856 | 2026-08-13T17:54:16.596Z | Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4857 | 2026-08-13T17:54:16.596Z | |
| 4858 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4859 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168 DEBGAug 13 17:54:15.168 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4860 | 2026-08-13T17:54:16.597Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4861 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4862 | 2026-08-13T17:54:16.597Z | DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4863 | 2026-08-13T17:54:16.597Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4864 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBGINFO 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: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 } }] |
| 4865 | 2026-08-13T17:54:16.597Z | |
| 4866 | 2026-08-13T17:54:16.597Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4867 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 INFODEBGINFO 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:23::/64 -> 2001:db8::55:ff |
| 4868 | 2026-08-13T17:54:16.597Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4869 | 2026-08-13T17:54:16.597Z | |
| 4870 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168 INFOAug 13 17:54:15.168 Aug 13 17:54:15.168 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 4871 | 2026-08-13T17:54:16.597Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4872 | 2026-08-13T17:54:16.597Z | DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168 |
| 4873 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168DEBG Aug 13 17:54:15.168INFOreplacing 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 } }] |
| 4874 | 2026-08-13T17:54:16.597Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4875 | 2026-08-13T17:54:16.597Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 17:54:15.168 |
| 4876 | 2026-08-13T17:54:16.597Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4877 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168 DEBGINFOAug 13 17:54:15.168 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }] |
| 4878 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.169Aug 13 17:54:15.169Aug 13 17:54:15.174 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 } }] created new freemapDEBG, |
| 4879 | 2026-08-13T17:54:16.597Z | unitcreated new freemap: , freemap_route_ipv4unit |
| 4880 | 2026-08-13T17:54:16.597Z | : Aug 13 17:54:15.174 INFOAug 13 17:54:15.174freemap_route_ipv4 DEBG |
| 4881 | 2026-08-13T17:54:16.597Z | created new freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, |
| 4882 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.168unit |
| 4883 | 2026-08-13T17:54:16.597Z | Aug 13 17:54:15.174: DEBGAug 13 17:54:15.174DEBG DEBGfreemap_route_ipv6 |
| 4884 | 2026-08-13T17:54:16.597Z | created new freemapreplacing 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 } }], |
| 4885 | 2026-08-13T17:54:16.597Z | unitcreated new freemap:, Aug 13 17:54:15.174unit Aug 13 17:54:15.174:INFO freemap_route_ipv6freemap_route_ipv4Aug 13 17:54:15.174adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4886 | 2026-08-13T17:54:16.597Z | |
| 4887 | 2026-08-13T17:54:16.597Z | |
| 4888 | 2026-08-13T17:54:16.597Z | INFODEBG Aug 13 17:54:15.174adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:54:15.174 DEBG |
| 4889 | 2026-08-13T17:54:16.597Z | initted freemap. size: 64replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:54:15.174 |
| 4890 | 2026-08-13T17:54:16.597Z | DEBGinitted freemap. size: 64 created new freemap, , Aug 13 17:54:15.174unitAug 13 17:54:15.174, unit:DEBGINFO :replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4891 | 2026-08-13T17:54:16.597Z | freemap_route_ipv6freemap_route_ipv4 |
| 4892 | 2026-08-13T17:54:16.597Z | |
| 4893 | 2026-08-13T17:54:16.597Z | |
| 4894 | 2026-08-13T17:54:16.597Z | unit:Aug 13 17:54:15.174 Aug 13 17:54:15.174DEBGAug 13 17:54:15.174 freemap_route_ipv4 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 } }] |
| 4895 | 2026-08-13T17:54:16.597Z | INFO |
| 4896 | 2026-08-13T17:54:16.597Z | DEBG initted freemap. size: 64 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, Aug 13 17:54:15.174 |
| 4897 | 2026-08-13T17:54:16.598Z | Aug 13 17:54:15.174Aug 13 17:54:15.174 DEBG unit INFO: Aug 13 17:54:15.174DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4898 | 2026-08-13T17:54:16.598Z | reset freemap DEBG |
| 4899 | 2026-08-13T17:54:16.598Z | 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 } }], |
| 4900 | 2026-08-13T17:54:16.598Z | unitAug 13 17:54:15.174reset freemap:, freemap_route_ipv4 |
| 4901 | 2026-08-13T17:54:16.598Z | DEBGAug 13 17:54:15.174 unitAug 13 17:54:15.174: 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 |
| 4902 | 2026-08-13T17:54:16.598Z | reset freemapAug 13 17:54:15.174 freemap_route_ipv4INFO, |
| 4903 | 2026-08-13T17:54:16.598Z | DEBGunitAug 13 17:54:15.174: freemap_route_ipv4DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 4904 | 2026-08-13T17:54:16.598Z | |
| 4905 | 2026-08-13T17:54:16.598Z | |
| 4906 | 2026-08-13T17:54:16.598Z | Aug 13 17:54:15.174 initted freemap. size: 64DEBG, Aug 13 17:54:15.174Aug 13 17:54:15.174Aug 13 17:54:15.174 initted freemap. size: 64DEBGunit, : DEBGunitreplacing 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 initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 4907 | 2026-08-13T17:54:16.598Z | |
| 4908 | 2026-08-13T17:54:16.598Z | , freemap_route_ipv6 |
| 4909 | 2026-08-13T17:54:16.598Z | unitfreemap_route_ipv6: |
| 4910 | 2026-08-13T17:54:16.603Z | freemap_route_ipv6Aug 13 17:54:15.174 |
| 4911 | 2026-08-13T17:54:16.603Z | INFO Aug 13 17:54:15.174adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 13 17:54:15.174 |
| 4912 | 2026-08-13T17:54:16.603Z | DEBGDEBG Aug 13 17:54:15.174reset freemap , Aug 13 17:54:15.174unit : DEBGreset freemapfreemap_route_ipv6DEBG |
| 4913 | 2026-08-13T17:54:16.603Z | reset freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], , |
| 4914 | 2026-08-13T17:54:16.603Z | unit:unitAug 13 17:54:15.174: INFOAug 13 17:54:15.174 freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 4915 | 2026-08-13T17:54:16.603Z | |
| 4916 | 2026-08-13T17:54:16.603Z | |
| 4917 | 2026-08-13T17:54:16.603Z | INFOAug 13 17:54:15.174Aug 13 17:54:15.174Aug 13 17:54:15.174 DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4918 | 2026-08-13T17:54:16.603Z | |
| 4919 | 2026-08-13T17:54:16.603Z | |
| 4920 | 2026-08-13T17:54:16.603Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4921 | 2026-08-13T17:54:16.603Z | Aug 13 17:54:15.174Aug 13 17:54:15.174 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4922 | 2026-08-13T17:54:16.603Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 13 17:54:15.174 |
| 4923 | 2026-08-13T17:54:16.603Z | DEBG Aug 13 17:54:15.169Aug 13 17:54:15.174 Aug 13 17:54:15.174 DEBGDEBG 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4924 | 2026-08-13T17:54:16.603Z | INFOAug 13 17:54:15.174: |
| 4925 | 2026-08-13T17:54:16.603Z | freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:54:15.174 |
| 4926 | 2026-08-13T17:54:16.603Z | |
| 4927 | 2026-08-13T17:54:16.603Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 13 17:54:15.174adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4928 | 2026-08-13T17:54:16.603Z | |
| 4929 | 2026-08-13T17:54:16.603Z | DEBGAug 13 17:54:15.174 DEBG created new freemap, Aug 13 17:54:15.174unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: |
| 4930 | 2026-08-13T17:54:16.603Z | freemap_route_ipv6Aug 13 17:54:15.174 |
| 4931 | 2026-08-13T17:54:16.603Z | Aug 13 17:54:15.174 Aug 13 17:54:15.174replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4932 | 2026-08-13T17:54:16.603Z | Aug 13 17:54:15.174adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 4933 | 2026-08-13T17:54:16.603Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO adding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64 |
| 4934 | 2026-08-13T17:54:16.603Z | , unitAug 13 17:54:15.174 |
| 4935 | 2026-08-13T17:54:16.603Z | DEBG:Aug 13 17:54:15.174 Aug 13 17:54:15.174freemap_route_ipv4 INFO |
| 4936 | 2026-08-13T17:54:16.603Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4937 | 2026-08-13T17:54:16.603Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4938 | 2026-08-13T17:54:16.603Z | DEBG Aug 13 17:54:15.174 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 } }]Aug 13 17:54:15.174 Aug 13 17:54:15.174DEBGAug 13 17:54:15.174reset freemap INFODEBG , |
| 4939 | 2026-08-13T17:54:16.603Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4940 | 2026-08-13T17:54:16.603Z | |
| 4941 | 2026-08-13T17:54:16.603Z | unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]: |
| 4942 | 2026-08-13T17:54:16.603Z | Aug 13 17:54:15.174freemap_route_ipv4 Aug 13 17:54:15.174DEBG DEBGAug 13 17:54:15.174 |
| 4943 | 2026-08-13T17:54:16.603Z | 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 } }] Aug 13 17:54:15.174replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.174 DEBG |
| 4944 | 2026-08-13T17:54:16.603Z | |
| 4945 | 2026-08-13T17:54:16.604Z | initted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 4946 | 2026-08-13T17:54:16.604Z | , unit Aug 13 17:54:15.174 :adding route 172.17.0.0/32 -> 10.0.0.255 DEBGAug 13 17:54:15.174 |
| 4947 | 2026-08-13T17:54:16.604Z | DEBGfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4948 | 2026-08-13T17:54:16.604Z | |
| 4949 | 2026-08-13T17:54:16.604Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.174Aug 13 17:54:15.174 |
| 4950 | 2026-08-13T17:54:16.604Z | DEBG reset freemapDEBG, Aug 13 17:54:15.174unit :Aug 13 17:54:15.174 freemap_route_ipv6INFO |
| 4951 | 2026-08-13T17:54:16.604Z | WARN 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:d::/64 -> 2001:db8::55:ff |
| 4952 | 2026-08-13T17:54:16.604Z | |
| 4953 | 2026-08-13T17:54:16.604Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4954 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174Aug 13 17:54:15.174 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4955 | 2026-08-13T17:54:16.604Z | |
| 4956 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 INFO Aug 13 17:54:15.174Aug 13 17:54:15.174adding route 172.17.0.1/32 -> 10.0.0.255 INFODEBG |
| 4957 | 2026-08-13T17:54:16.604Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:e::/64 -> 2001:db8::55:ff |
| 4958 | 2026-08-13T17:54:16.604Z | |
| 4959 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 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 } }] |
| 4960 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174Aug 13 17:54:15.174 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4961 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 |
| 4962 | 2026-08-13T17:54:16.604Z | 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 } }] |
| 4963 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174Aug 13 17:54:15.174Aug 13 17:54:15.174 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 4964 | 2026-08-13T17:54:16.604Z | |
| 4965 | 2026-08-13T17:54:16.604Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4966 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174Aug 13 17:54:15.174 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }] |
| 4967 | 2026-08-13T17:54:16.604Z | |
| 4968 | 2026-08-13T17:54:16.604Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4969 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 INFOAug 13 17:54:15.174Aug 13 17:54:15.174 DEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4970 | 2026-08-13T17:54:16.604Z | |
| 4971 | 2026-08-13T17:54:16.604Z | |
| 4972 | 2026-08-13T17:54:16.604Z | DEBG Aug 13 17:54:15.174Aug 13 17:54:15.174replacing 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 } }] |
| 4973 | 2026-08-13T17:54:16.604Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4974 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174DEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4975 | 2026-08-13T17:54:16.604Z | 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 } }] |
| 4976 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174DEBG Aug 13 17:54:15.174INFO Aug 13 17:54:15.174DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 4977 | 2026-08-13T17:54:16.604Z | |
| 4978 | 2026-08-13T17:54:16.604Z | INFO |
| 4979 | 2026-08-13T17:54:16.604Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:54:15.174 |
| 4980 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 Aug 13 17:54:15.174 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 4981 | 2026-08-13T17:54:16.604Z | |
| 4982 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 4983 | 2026-08-13T17:54:16.604Z | Aug 13 17:54:15.174 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 Aug 13 17:54:15.174replacing 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 } }] |
| 4984 | 2026-08-13T17:54:16.605Z | Aug 13 17:54:15.175 Aug 13 17:54:15.181DEBG created new freemapINFO, unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:54:15.168: |
| 4985 | 2026-08-13T17:54:16.605Z | DEBG freemap_route_ipv4created new freemap |
| 4986 | 2026-08-13T17:54:16.605Z | , unit: Aug 13 17:54:15.175INFO DEBGAug 13 17:54:15.181 adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 4987 | 2026-08-13T17:54:16.605Z | |
| 4988 | 2026-08-13T17:54:16.605Z | created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6Aug 13 17:54:15.181 |
| 4989 | 2026-08-13T17:54:16.605Z | freemap_route_ipv4DEBGAug 13 17:54:15.181 |
| 4990 | 2026-08-13T17:54:16.605Z | created new freemapDEBG, Aug 13 17:54:15.181unit : replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4991 | 2026-08-13T17:54:16.605Z | |
| 4992 | 2026-08-13T17:54:16.605Z | DEBG Aug 13 17:54:15.181initted freemap. size: 64Aug 13 17:54:15.181, unitDEBG:Aug 13 17:54:15.181 initted freemap. size: 64DEBG, unitcreated new freemap:freemap_route_ipv4INFO , adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunitfreemap_route_ipv4 |
| 4993 | 2026-08-13T17:54:16.605Z | |
| 4994 | 2026-08-13T17:54:16.605Z | : |
| 4995 | 2026-08-13T17:54:16.605Z | freemap_route_ipv6Aug 13 17:54:15.181Aug 13 17:54:15.181Aug 13 17:54:15.181 DEBGDEBG |
| 4996 | 2026-08-13T17:54:16.605Z | reset freemapreset freemap, , unitunit:DEBG :Aug 13 17:54:15.181 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4997 | 2026-08-13T17:54:16.605Z | |
| 4998 | 2026-08-13T17:54:16.605Z | freemap_route_ipv4DEBG |
| 4999 | 2026-08-13T17:54:16.605Z | initted freemap. size: 64Aug 13 17:54:15.181, Aug 13 17:54:15.181unit DEBGAug 13 17:54:15.181 :INFOinitted freemap. size: 64 , unitadding route 3fff:beef:28::/64 -> 2001:db8::55:ff:freemap_route_ipv4 |
| 5000 | 2026-08-13T17:54:16.605Z | |
| 5001 | 2026-08-13T17:54:16.605Z | freemap_route_ipv6DEBG |
| 5002 | 2026-08-13T17:54:16.605Z | initted freemap. size: 64Aug 13 17:54:15.181, Aug 13 17:54:15.181 unitDEBG 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 } }]Aug 13 17:54:15.181 |
| 5003 | 2026-08-13T17:54:16.605Z | DEBGreset freemap , :unitreset freemap:, unit :freemap_route_ipv6Aug 13 17:54:15.181freemap_route_ipv4 |
| 5004 | 2026-08-13T17:54:16.605Z | freemap_route_ipv6 |
| 5005 | 2026-08-13T17:54:16.605Z | |
| 5006 | 2026-08-13T17:54:16.605Z | INFOAug 13 17:54:15.181 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 17:54:15.181 |
| 5007 | 2026-08-13T17:54:16.605Z | INFOAug 13 17:54:15.181 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5008 | 2026-08-13T17:54:16.605Z | reset freemapDEBG , initted freemap. size: 64unit, Aug 13 17:54:15.181unit Aug 13 17:54:15.181:DEBG DEBGfreemap_route_ipv6: |
| 5009 | 2026-08-13T17:54:16.605Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]freemap_route_ipv6 |
| 5010 | 2026-08-13T17:54:16.609Z | |
| 5011 | 2026-08-13T17:54:16.609Z | |
| 5012 | 2026-08-13T17:54:16.609Z | Aug 13 17:54:15.181 Aug 13 17:54:15.181Aug 13 17:54:15.181INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5013 | 2026-08-13T17:54:16.609Z | reset freemap Aug 13 17:54:15.181, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:2INFOfreemap_route_ipv6 |
| 5014 | 2026-08-13T17:54:16.609Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5015 | 2026-08-13T17:54:16.609Z | |
| 5016 | 2026-08-13T17:54:16.609Z | Aug 13 17:54:15.181 Aug 13 17:54:15.181Aug 13 17:54:15.181 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 } }] 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 } }] |
| 5017 | 2026-08-13T17:54:16.609Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5018 | 2026-08-13T17:54:16.609Z | |
| 5019 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 INFOAug 13 17:54:15.181Aug 13 17:54:15.181 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:54:15.174 |
| 5020 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181DEBG created new freemap adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 13 17:54:15.181 |
| 5021 | 2026-08-13T17:54:16.610Z | , DEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] : |
| 5022 | 2026-08-13T17:54:16.610Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 5023 | 2026-08-13T17:54:16.610Z | INFO Aug 13 17:54:15.181adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5024 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 |
| 5025 | 2026-08-13T17:54:16.610Z | DEBGINFO Aug 13 17:54:15.181replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 13 17:54:15.181adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5026 | 2026-08-13T17:54:16.610Z | |
| 5027 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 DEBGDEBGDEBGAug 13 17:54:15.181 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.181 |
| 5028 | 2026-08-13T17:54:16.610Z | |
| 5029 | 2026-08-13T17:54:16.610Z | |
| 5030 | 2026-08-13T17:54:16.610Z | created new freemap INFO, unit Aug 13 17:54:15.181adding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 17:54:15.181DEBG: Aug 13 17:54:15.181 |
| 5031 | 2026-08-13T17:54:16.610Z | replacing targets for 3fff:dead::/64 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 } }]freemap_route_ipv6 |
| 5032 | 2026-08-13T17:54:16.610Z | INFO |
| 5033 | 2026-08-13T17:54:16.610Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 5034 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 Aug 13 17:54:15.181Aug 13 17:54:15.181 DEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 5035 | 2026-08-13T17:54:16.610Z | |
| 5036 | 2026-08-13T17:54:16.610Z | initted freemap. size: 64Aug 13 17:54:15.181, Aug 13 17:54:15.181 Aug 13 17:54:15.181DEBG unitERRO DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5037 | 2026-08-13T17:54:16.610Z | freemap_route_ipv4 |
| 5038 | 2026-08-13T17:54:16.610Z | 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 } }] |
| 5039 | 2026-08-13T17:54:16.610Z | |
| 5040 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 ERRO Aug 13 17:54:15.181shrink-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 |
| 5041 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181INFO |
| 5042 | 2026-08-13T17:54:16.610Z | DEBG reset freemapAug 13 17:54:15.181adding route 3fff:dead::/64 -> 2001:db8::55:4 , |
| 5043 | 2026-08-13T17:54:16.610Z | unitINFO:Aug 13 17:54:15.181 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 5044 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5045 | 2026-08-13T17:54:16.610Z | 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 } }] |
| 5046 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181Aug 13 17:54:15.181 |
| 5047 | 2026-08-13T17:54:16.610Z | DEBG initted freemap. size: 64DEBGAug 13 17:54:15.181 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.181 |
| 5048 | 2026-08-13T17:54:16.610Z | DEBGDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5049 | 2026-08-13T17:54:16.610Z | |
| 5050 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181: Aug 13 17:54:15.181freemap_route_ipv6 Aug 13 17:54:15.181 |
| 5051 | 2026-08-13T17:54:16.610Z | INFOWARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 5052 | 2026-08-13T17:54:16.610Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5053 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 |
| 5054 | 2026-08-13T17:54:16.610Z | DEBGAug 13 17:54:15.181 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 } }]reset freemap |
| 5055 | 2026-08-13T17:54:16.610Z | , unit: freemap_route_ipv6 |
| 5056 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 INFO Aug 13 17:54:15.181adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5057 | 2026-08-13T17:54:16.610Z | Aug 13 17:54:15.181 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 } }] |
| 5058 | 2026-08-13T17:54:16.611Z | INFOAug 13 17:54:15.181 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5059 | 2026-08-13T17:54:16.611Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.181 |
| 5060 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181INFO DEBGAug 13 17:54:15.181 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:13::/64 -> 2001:db8::55:ffINFO |
| 5061 | 2026-08-13T17:54:16.611Z | |
| 5062 | 2026-08-13T17:54:16.611Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5063 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181Aug 13 17:54:15.181 Aug 13 17:54:15.181 INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBGreplacing 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 } }] |
| 5064 | 2026-08-13T17:54:16.611Z | |
| 5065 | 2026-08-13T17:54:16.611Z | 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 } }] |
| 5066 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181Aug 13 17:54:15.181 Aug 13 17:54:15.181 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 } }]INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5067 | 2026-08-13T17:54:16.611Z | |
| 5068 | 2026-08-13T17:54:16.611Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 5069 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181Aug 13 17:54:15.181 DEBGDEBGAug 13 17:54:15.174 Aug 13 17:54:15.181 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 |
| 5070 | 2026-08-13T17:54:16.611Z | 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.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 5071 | 2026-08-13T17:54:16.611Z | |
| 5072 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181 |
| 5073 | 2026-08-13T17:54:16.611Z | INFO Aug 13 17:54:15.181 DEBG Aug 13 17:54:15.181replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:32::/64 -> 2001:db8::55:ff |
| 5074 | 2026-08-13T17:54:16.611Z | INFO |
| 5075 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5076 | 2026-08-13T17:54:16.611Z | |
| 5077 | 2026-08-13T17:54:16.611Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:54:15.181Aug 13 17:54:15.181 |
| 5078 | 2026-08-13T17:54:16.611Z | 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 } }]INFO |
| 5079 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181adding route 172.16.0.0/32 -> 10.0.0.4Aug 13 17:54:15.181 |
| 5080 | 2026-08-13T17:54:16.611Z | test route::tests::identity_replace_is_noop ... ok |
| 5081 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181 INFODEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 Aug 13 17:54:15.181 |
| 5082 | 2026-08-13T17:54:16.611Z | INFOAug 13 17:54:15.181 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5083 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5084 | 2026-08-13T17:54:16.611Z | |
| 5085 | 2026-08-13T17:54:16.611Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGAug 13 17:54:15.181 |
| 5086 | 2026-08-13T17:54:16.611Z | 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 } }] |
| 5087 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181 DEBGAug 13 17:54:15.181 INFOAug 13 17:54:15.181 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5088 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.182 DEBGAug 13 17:54:15.187 DEBGcreated new freemapAug 13 17:54:15.181, unitreplacing 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 |
| 5089 | 2026-08-13T17:54:16.611Z | :adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5090 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.181Aug 13 17:54:15.187 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 |
| 5091 | 2026-08-13T17:54:16.611Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5092 | 2026-08-13T17:54:16.611Z | |
| 5093 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.187 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 } }]Aug 13 17:54:15.187Aug 13 17:54:15.187 DEBG |
| 5094 | 2026-08-13T17:54:16.611Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5095 | 2026-08-13T17:54:16.611Z | 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 } }]Aug 13 17:54:15.187 |
| 5096 | 2026-08-13T17:54:16.611Z | Aug 13 17:54:15.187created new freemap INFO , DEBGadding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:54:15.187unit : |
| 5097 | 2026-08-13T17:54:16.611Z | freemap_route_ipv6INFO |
| 5098 | 2026-08-13T17:54:16.612Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 13 17:54:15.187 |
| 5099 | 2026-08-13T17:54:16.612Z | Aug 13 17:54:15.187replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 |
| 5100 | 2026-08-13T17:54:16.612Z | |
| 5101 | 2026-08-13T17:54:16.612Z | initted freemap. size: 64, Aug 13 17:54:15.187unit :Aug 13 17:54:15.187INFO Aug 13 17:54:15.187adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5102 | 2026-08-13T17:54:16.612Z | freemap_route_ipv4DEBG |
| 5103 | 2026-08-13T17:54:16.612Z | INFO adding route 3fff:beef:18::/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 } }] |
| 5104 | 2026-08-13T17:54:16.612Z | Aug 13 17:54:15.187 |
| 5105 | 2026-08-13T17:54:16.612Z | DEBG reset freemapAug 13 17:54:15.188, Aug 13 17:54:15.188 unit :DEBGINFO freemap_route_ipv4adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5106 | 2026-08-13T17:54:16.612Z | Aug 13 17:54:15.188 |
| 5107 | 2026-08-13T17:54:16.612Z | 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 } }] |
| 5108 | 2026-08-13T17:54:16.612Z | 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 13 17:54:15.188Aug 13 17:54:15.188Aug 13 17:54:15.188 INFODEBG |
| 5109 | 2026-08-13T17:54:16.612Z | adding route 172.17.0.3/32 -> 10.0.0.255 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 } }] |
| 5110 | 2026-08-13T17:54:16.616Z | |
| 5111 | 2026-08-13T17:54:16.616Z | DEBG initted freemap. size: 64, unit:Aug 13 17:54:15.188Aug 13 17:54:15.188 DEBGfreemap_route_ipv6INFO |
| 5112 | 2026-08-13T17:54:16.616Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.188adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5113 | 2026-08-13T17:54:16.616Z | INFO |
| 5114 | 2026-08-13T17:54:16.616Z | Aug 13 17:54:15.188Aug 13 17:54:15.188 Aug 13 17:54:15.188INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5115 | 2026-08-13T17:54:16.616Z | DEBG |
| 5116 | 2026-08-13T17:54:16.616Z | reset freemap, unitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 17:54:15.188Aug 13 17:54:15.188 |
| 5117 | 2026-08-13T17:54:16.616Z | freemap_route_ipv6DEBG |
| 5118 | 2026-08-13T17:54:16.616Z | 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 } }] |
| 5119 | 2026-08-13T17:54:16.616Z | DEBG Aug 13 17:54:15.188replacing 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 13 17:54:15.188 INFO |
| 5120 | 2026-08-13T17:54:16.616Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5121 | 2026-08-13T17:54:16.616Z | Aug 13 17:54:15.188Aug 13 17:54:15.188 |
| 5122 | 2026-08-13T17:54:16.616Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 5123 | 2026-08-13T17:54:16.616Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:54:15.188Aug 13 17:54:15.188 Aug 13 17:54:15.188DEBG DEBGDEBG |
| 5124 | 2026-08-13T17:54:16.616Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5125 | 2026-08-13T17:54:16.616Z | |
| 5126 | 2026-08-13T17:54:16.616Z | 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 } }] |
| 5127 | 2026-08-13T17:54:16.616Z | Aug 13 17:54:15.188Aug 13 17:54:15.188 INFOAug 13 17:54:15.188DEBG adding route 172.17.0.6/32 -> 10.0.0.255Aug 13 17:54:15.188 |
| 5128 | 2026-08-13T17:54:16.616Z | INFOINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5129 | 2026-08-13T17:54:16.616Z | Aug 13 17:54:15.188adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5130 | 2026-08-13T17:54:16.616Z | |
| 5131 | 2026-08-13T17:54:16.616Z | 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 } }] |
| 5132 | 2026-08-13T17:54:16.616Z | Aug 13 17:54:15.188Aug 13 17:54:15.188 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5133 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188 |
| 5134 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188 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 13 17:54:15.188adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5135 | 2026-08-13T17:54:16.617Z | |
| 5136 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188 DEBGDEBGAug 13 17:54:15.188 Aug 13 17:54:15.188 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5137 | 2026-08-13T17:54:16.617Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 5138 | 2026-08-13T17:54:16.617Z | 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 } }] |
| 5139 | 2026-08-13T17:54:16.617Z | 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 } }] |
| 5140 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188 Aug 13 17:54:15.188DEBG Aug 13 17:54:15.188 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 } }] Aug 13 17:54:15.182adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5141 | 2026-08-13T17:54:16.617Z | |
| 5142 | 2026-08-13T17:54:16.617Z | DEBGINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffcreated new freemap |
| 5143 | 2026-08-13T17:54:16.617Z | , Aug 13 17:54:15.188 unitDEBGAug 13 17:54:15.188: replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 13 17:54:15.188 |
| 5144 | 2026-08-13T17:54:16.617Z | |
| 5145 | 2026-08-13T17:54:16.617Z | 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 } }] |
| 5146 | 2026-08-13T17:54:16.617Z | INFOAug 13 17:54:15.188 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 5147 | 2026-08-13T17:54:16.617Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:54:15.188 |
| 5148 | 2026-08-13T17:54:16.617Z | DEBGAug 13 17:54:15.188 created new freemapDEBG, unitAug 13 17:54:15.188: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 13 17:54:15.188 |
| 5149 | 2026-08-13T17:54:16.617Z | 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 } }]freemap_route_ipv6INFO |
| 5150 | 2026-08-13T17:54:16.617Z | |
| 5151 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:54:15.188Aug 13 17:54:15.188 INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255initted freemap. size: 64 |
| 5152 | 2026-08-13T17:54:16.617Z | |
| 5153 | 2026-08-13T17:54:16.617Z | INFO , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit |
| 5154 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188: DEBGfreemap_route_ipv4 |
| 5155 | 2026-08-13T17:54:16.617Z | 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 13 17:54:15.188 |
| 5156 | 2026-08-13T17:54:16.617Z | DEBGAug 13 17:54:15.188 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 13 17:54:15.188 |
| 5157 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188DEBG reset freemapDEBG, INFOunit Aug 13 17:54:15.188replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 5158 | 2026-08-13T17:54:16.617Z | freemap_route_ipv4 |
| 5159 | 2026-08-13T17:54:16.617Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5160 | 2026-08-13T17:54:16.617Z | |
| 5161 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188 DEBG Aug 13 17:54:15.188replacing 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 } }] |
| 5162 | 2026-08-13T17:54:16.617Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5163 | 2026-08-13T17:54:16.617Z | Aug 13 17:54:15.188Aug 13 17:54:15.188 Aug 13 17:54:15.188INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 DEBGinitted freemap. size: 64 |
| 5164 | 2026-08-13T17:54:16.617Z | , Aug 13 17:54:15.188unit :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 |
| 5165 | 2026-08-13T17:54:16.617Z | freemap_route_ipv6 |
| 5166 | 2026-08-13T17:54:16.617Z | 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 13 17:54:15.188 |
| 5167 | 2026-08-13T17:54:16.617Z | DEBGAug 13 17:54:15.188 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5168 | 2026-08-13T17:54:16.617Z | reset freemap, unitAug 13 17:54:15.188: Aug 13 17:54:15.188Aug 13 17:54:15.188 freemap_route_ipv6INFO |
| 5169 | 2026-08-13T17:54:16.617Z | DEBG adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5170 | 2026-08-13T17:54:16.617Z | failed to allocate space for the new target listINFOAug 13 17:54:15.188 |
| 5171 | 2026-08-13T17:54:16.617Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5172 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 INFODEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5173 | 2026-08-13T17:54:16.618Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 5174 | 2026-08-13T17:54:16.618Z | |
| 5175 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 DEBGAug 13 17:54:15.188Aug 13 17:54:15.188 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5176 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 |
| 5177 | 2026-08-13T17:54:16.618Z | replacing targets for 3fff:dead::/64 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 |
| 5178 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 13 17:54:15.188 |
| 5179 | 2026-08-13T17:54:16.618Z | 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 } }]INFOAug 13 17:54:15.188 |
| 5180 | 2026-08-13T17:54:16.618Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5181 | 2026-08-13T17:54:16.618Z | |
| 5182 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 Aug 13 17:54:15.188 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 } }] |
| 5183 | 2026-08-13T17:54:16.618Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:54:15.188 |
| 5184 | 2026-08-13T17:54:16.618Z | test route::tests::same_size_non_subset_replace ... ok |
| 5185 | 2026-08-13T17:54:16.618Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5186 | 2026-08-13T17:54:16.618Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5187 | 2026-08-13T17:54:16.618Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5188 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5189 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5190 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5191 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5192 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5193 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 DEBGINFO 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 13 17:54:15.188adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5194 | 2026-08-13T17:54:16.618Z | DEBG |
| 5195 | 2026-08-13T17:54:16.618Z | 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 } }] |
| 5196 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 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 } }] |
| 5197 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188Aug 13 17:54:15.188Aug 13 17:54:15.188 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5198 | 2026-08-13T17:54:16.618Z | INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5199 | 2026-08-13T17:54:16.618Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5200 | 2026-08-13T17:54:16.618Z | Aug 13 17:54:15.188 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 } }] |
| 5201 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5202 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5203 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5204 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5205 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5206 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5207 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5208 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5209 | 2026-08-13T17:54:16.618Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5210 | 2026-08-13T17:54:16.623Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5211 | 2026-08-13T17:54:16.623Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5212 | 2026-08-13T17:54:16.623Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5213 | 2026-08-13T17:54:16.623Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5214 | 2026-08-13T17:54:16.623Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5215 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.188Aug 13 17:54:15.188 DEBGDEBGAug 13 17:54:15.188 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5216 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.188Aug 13 17:54:15.189 Aug 13 17:54:15.194DEBG INFODEBG |
| 5217 | 2026-08-13T17:54:16.623Z | created new freemapcreated new freemap, adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5218 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194unit Aug 13 17:54:15.194: DEBG, DEBGfreemap_route_ipv4replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5219 | 2026-08-13T17:54:16.623Z | |
| 5220 | 2026-08-13T17:54:16.623Z | 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:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5221 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194 |
| 5222 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194DEBG created new freemapINFO, Aug 13 17:54:15.194unitadding route 172.17.0.18/32 -> 10.0.0.255:Aug 13 17:54:15.194 |
| 5223 | 2026-08-13T17:54:16.623Z | freemap_route_ipv6WARNDEBG |
| 5224 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]created new freemapAug 13 17:54:15.194, |
| 5225 | 2026-08-13T17:54:16.623Z | unitDEBG |
| 5226 | 2026-08-13T17:54:16.623Z | initted freemap. size: 64:, Aug 13 17:54:15.194unitfreemap_route_ipv6 :INFO |
| 5227 | 2026-08-13T17:54:16.623Z | freemap_route_ipv4 |
| 5228 | 2026-08-13T17:54:16.623Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5229 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194Aug 13 17:54:15.194Aug 13 17:54:15.194 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 } }]INFOreset freemapDEBG, |
| 5230 | 2026-08-13T17:54:16.623Z | unit: initted freemap. size: 64adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5231 | 2026-08-13T17:54:16.623Z | freemap_route_ipv4Aug 13 17:54:15.194 |
| 5232 | 2026-08-13T17:54:16.623Z | , unit :INFOAug 13 17:54:15.194 adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 17:54:15.194freemap_route_ipv4 |
| 5233 | 2026-08-13T17:54:16.623Z | DEBG DEBG |
| 5234 | 2026-08-13T17:54:16.623Z | initted freemap. size: 64 , Aug 13 17:54:15.194unitreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG: replacing targets for 172.17.0.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 } }] |
| 5235 | 2026-08-13T17:54:16.623Z | |
| 5236 | 2026-08-13T17:54:16.623Z | freemap_route_ipv6 |
| 5237 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194Aug 13 17:54:15.194Aug 13 17:54:15.194 INFO DEBGINFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 5238 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5239 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194adding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBGreset freemapDEBG, Aug 13 17:54:15.194 |
| 5240 | 2026-08-13T17:54:16.623Z | reset freemapunit, :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 } }]unit |
| 5241 | 2026-08-13T17:54:16.623Z | DEBG :freemap_route_ipv4 |
| 5242 | 2026-08-13T17:54:16.623Z | 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 } }] |
| 5243 | 2026-08-13T17:54:16.623Z | Aug 13 17:54:15.194 INFO freemap_route_ipv6Aug 13 17:54:15.194 |
| 5244 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5245 | 2026-08-13T17:54:16.624Z | INFO Aug 13 17:54:15.194adding route 172.17.0.8/32 -> 10.0.0.255 DEBGAug 13 17:54:15.194 |
| 5246 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194 INFODEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5247 | 2026-08-13T17:54:16.624Z | 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 } }] |
| 5248 | 2026-08-13T17:54:16.624Z | initted freemap. size: 64, |
| 5249 | 2026-08-13T17:54:16.624Z | unitAug 13 17:54:15.194 Aug 13 17:54:15.194DEBG :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 } }] |
| 5250 | 2026-08-13T17:54:16.624Z | INFOAug 13 17:54:15.194 adding route 172.17.0.23/32 -> 10.0.0.255Aug 13 17:54:15.194 DEBG |
| 5251 | 2026-08-13T17:54:16.624Z | freemap_route_ipv6INFOAug 13 17:54:15.194replacing 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 } }] |
| 5252 | 2026-08-13T17:54:16.624Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5253 | 2026-08-13T17:54:16.624Z | INFO |
| 5254 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5255 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194DEBG 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 13 17:54:15.194 |
| 5256 | 2026-08-13T17:54:16.624Z | INFODEBGAug 13 17:54:15.194 DEBG adding route 172.16.0.0/32 -> 10.0.0.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 } }]Aug 13 17:54:15.194Aug 13 17:54:15.194 |
| 5257 | 2026-08-13T17:54:16.624Z | 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 } }] |
| 5258 | 2026-08-13T17:54:16.624Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5259 | 2026-08-13T17:54:16.624Z | |
| 5260 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194Aug 13 17:54:15.194 INFO DEBG Aug 13 17:54:15.194Aug 13 17:54:15.194DEBGadding route 3fff:beef:24::/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 } }] |
| 5261 | 2026-08-13T17:54:16.624Z | |
| 5262 | 2026-08-13T17:54:16.624Z | INFOreset freemap DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 13 17:54:15.194replacing 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 13 17:54:15.194 |
| 5263 | 2026-08-13T17:54:16.624Z | , INFO |
| 5264 | 2026-08-13T17:54:16.624Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5265 | 2026-08-13T17:54:16.624Z | DEBG unit:Aug 13 17:54:15.194 Aug 13 17:54:15.194replacing 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 13 17:54:15.194 |
| 5266 | 2026-08-13T17:54:16.624Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5267 | 2026-08-13T17:54:16.624Z | 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 } }] |
| 5268 | 2026-08-13T17:54:16.624Z | |
| 5269 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194 Aug 13 17:54:15.194DEBG Aug 13 17:54:15.194replacing 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 13 17:54:15.194 freemap_route_ipv6INFOINFO |
| 5270 | 2026-08-13T17:54:16.624Z | INFO |
| 5271 | 2026-08-13T17:54:16.624Z | adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5272 | 2026-08-13T17:54:16.624Z | |
| 5273 | 2026-08-13T17:54:16.624Z | Aug 13 17:54:15.194 |
| 5274 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5275 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5276 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5277 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5278 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5279 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5280 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5281 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5282 | 2026-08-13T17:54:16.624Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5283 | 2026-08-13T17:54:16.625Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5284 | 2026-08-13T17:54:16.625Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 17:54:15.194 Aug 13 17:54:15.194DEBG Aug 13 17:54:15.194DEBG 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.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 } }] |
| 5285 | 2026-08-13T17:54:16.625Z | |
| 5286 | 2026-08-13T17:54:16.625Z | |
| 5287 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195 INFODEBGAug 13 17:54:15.195Aug 13 17:54:15.195 Aug 13 17:54:15.195 INFOadding route 172.16.0.0/32 -> 10.0.0.1 INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5288 | 2026-08-13T17:54:16.625Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5289 | 2026-08-13T17:54:16.625Z | 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 } }] |
| 5290 | 2026-08-13T17:54:16.625Z | |
| 5291 | 2026-08-13T17:54:16.625Z | |
| 5292 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195Aug 13 17:54:15.195 Aug 13 17:54:15.195 DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5293 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195Aug 13 17:54:15.195replacing 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.27/32 -> 10.0.0.255DEBGDEBG |
| 5294 | 2026-08-13T17:54:16.625Z | 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 13 17:54:15.195 |
| 5295 | 2026-08-13T17:54:16.625Z | 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 } }] |
| 5296 | 2026-08-13T17:54:16.625Z | |
| 5297 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195Aug 13 17:54:15.195 INFO Aug 13 17:54:15.195DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 Aug 13 17:54:15.195 |
| 5298 | 2026-08-13T17:54:16.625Z | 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 } }] |
| 5299 | 2026-08-13T17:54:16.625Z | adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5300 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195INFO |
| 5301 | 2026-08-13T17:54:16.625Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 13 17:54:15.195 Aug 13 17:54:15.195 |
| 5302 | 2026-08-13T17:54:16.625Z | INFO DEBGAug 13 17:54:15.195adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5303 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195replacing 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 |
| 5304 | 2026-08-13T17:54:16.625Z | DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5305 | 2026-08-13T17:54:16.625Z | |
| 5306 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195Aug 13 17:54:15.195replacing 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 } }] |
| 5307 | 2026-08-13T17:54:16.625Z | INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 5308 | 2026-08-13T17:54:16.625Z | 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 13 17:54:15.195 |
| 5309 | 2026-08-13T17:54:16.625Z | Aug 13 17:54:15.195Aug 13 17:54:15.195 INFOINFO Aug 13 17:54:15.195adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:54:15.195DEBG INFO |
| 5310 | 2026-08-13T17:54:16.629Z | DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5311 | 2026-08-13T17:54:16.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 } }]Aug 13 17:54:15.195 |
| 5312 | 2026-08-13T17:54:16.629Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff 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 } }] |
| 5313 | 2026-08-13T17:54:16.629Z | Aug 13 17:54:15.195 |
| 5314 | 2026-08-13T17:54:16.629Z | DEBGAug 13 17:54:15.195 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 } }] INFO |
| 5315 | 2026-08-13T17:54:16.629Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.195 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5316 | 2026-08-13T17:54:16.629Z | DEBG |
| 5317 | 2026-08-13T17:54:16.629Z | Aug 13 17:54:15.195Aug 13 17:54:15.195 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:54:15.195 |
| 5318 | 2026-08-13T17:54:16.629Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5319 | 2026-08-13T17:54:16.629Z | DEBGAug 13 17:54:15.195 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.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.195 |
| 5320 | 2026-08-13T17:54:16.629Z | DEBG |
| 5321 | 2026-08-13T17:54:16.629Z | Aug 13 17:54:15.195DEBG 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 } }] |
| 5322 | 2026-08-13T17:54:16.629Z | DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 13 17:54:15.195 |
| 5323 | 2026-08-13T17:54:16.629Z | Aug 13 17:54:15.195 |
| 5324 | 2026-08-13T17:54:16.629Z | INFO Aug 13 17:54:15.195adding route 172.17.0.4/32 -> 10.0.0.255 Aug 13 17:54:15.195 |
| 5325 | 2026-08-13T17:54:16.629Z | INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5326 | 2026-08-13T17:54:16.630Z | |
| 5327 | 2026-08-13T17:54:16.630Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5328 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.195 Aug 13 17:54:15.195Aug 13 17:54:15.195 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 |
| 5329 | 2026-08-13T17:54:16.630Z | |
| 5330 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.195replacing 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 |
| 5331 | 2026-08-13T17:54:16.630Z | 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 13 17:54:15.195 |
| 5332 | 2026-08-13T17:54:16.630Z | INFOAug 13 17:54:15.195 INFOAug 13 17:54:15.195 adding route 172.17.0.32/32 -> 10.0.0.255Aug 13 17:54:15.195 |
| 5333 | 2026-08-13T17:54:16.630Z | adding route 172.17.0.5/32 -> 10.0.0.255 INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5334 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.195adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5335 | 2026-08-13T17:54:16.630Z | DEBG |
| 5336 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.195replacing 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 } }] |
| 5337 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.195 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 } }]Aug 13 17:54:15.195replacing 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 13 17:54:15.195 |
| 5338 | 2026-08-13T17:54:16.630Z | |
| 5339 | 2026-08-13T17:54:16.630Z | DEBGINFOAug 13 17:54:15.195 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 } }] |
| 5340 | 2026-08-13T17:54:16.630Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 13 17:54:15.201 |
| 5341 | 2026-08-13T17:54:16.630Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5342 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.188INFOAug 13 17:54:15.201 adding route 172.17.0.5/32 -> 10.0.0.255Aug 13 17:54:15.201 DEBG |
| 5343 | 2026-08-13T17:54:16.630Z | DEBG created new freemap 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 } }] , 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 } }] |
| 5344 | 2026-08-13T17:54:16.630Z | unit |
| 5345 | 2026-08-13T17:54:16.630Z | : Aug 13 17:54:15.201Aug 13 17:54:15.201 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 } }]Aug 13 17:54:15.201 |
| 5346 | 2026-08-13T17:54:16.630Z | INFO freemap_route_ipv4adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5347 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.201 |
| 5348 | 2026-08-13T17:54:16.630Z | INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5349 | 2026-08-13T17:54:16.630Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 13 17:54:15.201 |
| 5350 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.201DEBG 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 } }] |
| 5351 | 2026-08-13T17:54:16.630Z | created new freemapAug 13 17:54:15.201Aug 13 17:54:15.201 DEBG, Aug 13 17:54:15.201 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 } }]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 } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5352 | 2026-08-13T17:54:16.630Z | |
| 5353 | 2026-08-13T17:54:16.630Z | |
| 5354 | 2026-08-13T17:54:16.630Z | unit: Aug 13 17:54:15.201Aug 13 17:54:15.201Aug 13 17:54:15.201 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6 |
| 5355 | 2026-08-13T17:54:16.630Z | |
| 5356 | 2026-08-13T17:54:16.630Z | |
| 5357 | 2026-08-13T17:54:16.630Z | INFO Aug 13 17:54:15.201adding route 172.17.0.20/32 -> 10.0.0.255 Aug 13 17:54:15.201Aug 13 17:54:15.201INFO |
| 5358 | 2026-08-13T17:54:16.630Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 5359 | 2026-08-13T17:54:16.630Z | 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 |
| 5360 | 2026-08-13T17:54:16.630Z | initted freemap. size: 64, Aug 13 17:54:15.201unit :Aug 13 17:54:15.201DEBG 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 13 17:54:15.201 |
| 5361 | 2026-08-13T17:54:16.630Z | 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_ipv4 |
| 5362 | 2026-08-13T17:54:16.630Z | |
| 5363 | 2026-08-13T17:54:16.630Z | INFOAug 13 17:54:15.201 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 5364 | 2026-08-13T17:54:16.630Z | Aug 13 17:54:15.201Aug 13 17:54:15.201 adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5365 | 2026-08-13T17:54:16.631Z | DEBGAug 13 17:54:15.201 INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 13 17:54:15.201replacing 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 } }]reset freemap |
| 5366 | 2026-08-13T17:54:16.631Z | , 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 } }] |
| 5367 | 2026-08-13T17:54:16.631Z | |
| 5368 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201freemap_route_ipv4 |
| 5369 | 2026-08-13T17:54:16.631Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:54:15.201Aug 13 17:54:15.201Aug 13 17:54:15.201 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5370 | 2026-08-13T17:54:16.631Z | |
| 5371 | 2026-08-13T17:54:16.631Z | initted freemap. size: 64, unit DEBGAug 13 17:54:15.201: Aug 13 17:54:15.201DEBGreplacing 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 } }] |
| 5372 | 2026-08-13T17:54:16.631Z | 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 } }] |
| 5373 | 2026-08-13T17:54:16.631Z | freemap_route_ipv6replacing 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 } }] |
| 5374 | 2026-08-13T17:54:16.631Z | |
| 5375 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201Aug 13 17:54:15.201 DEBGAug 13 17:54:15.201 INFOreset freemap , adding route 172.17.0.12/32 -> 10.0.0.255unit |
| 5376 | 2026-08-13T17:54:16.631Z | : Aug 13 17:54:15.201 INFO INFOAug 13 17:54:15.195freemap_route_ipv6 |
| 5377 | 2026-08-13T17:54:16.631Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 5378 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201 created new freemap , Aug 13 17:54:15.201DEBGunit Aug 13 17:54:15.201INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1:adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5379 | 2026-08-13T17:54:16.631Z | 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 } }] |
| 5380 | 2026-08-13T17:54:16.631Z | freemap_route_ipv4 |
| 5381 | 2026-08-13T17:54:16.631Z | |
| 5382 | 2026-08-13T17:54:16.631Z | 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 13 17:54:15.201Aug 13 17:54:15.201 |
| 5383 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201INFODEBGAug 13 17:54:15.201 adding route 172.17.0.11/32 -> 10.0.0.255 Aug 13 17:54:15.201DEBG |
| 5384 | 2026-08-13T17:54:16.631Z | DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 5385 | 2026-08-13T17:54:16.631Z | 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 } }] unitAug 13 17:54:15.201adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5386 | 2026-08-13T17:54:16.631Z | |
| 5387 | 2026-08-13T17:54:16.631Z | : freemap_route_ipv6DEBGAug 13 17:54:15.201 |
| 5388 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201INFO DEBGAug 13 17:54:15.201 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5389 | 2026-08-13T17:54:16.631Z | |
| 5390 | 2026-08-13T17:54:16.631Z | 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 } }] |
| 5391 | 2026-08-13T17:54:16.631Z | INFOAug 13 17:54:15.201 Aug 13 17:54:15.201Aug 13 17:54:15.201DEBG Aug 13 17:54:15.201initted freemap. size: 64 adding route 172.17.0.23/32 -> 10.0.0.255INFO, |
| 5392 | 2026-08-13T17:54:16.631Z | DEBGINFO 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 } }] |
| 5393 | 2026-08-13T17:54:16.631Z | adding route 172.17.0.12/32 -> 10.0.0.255unitAug 13 17:54:15.201 |
| 5394 | 2026-08-13T17:54:16.631Z | : |
| 5395 | 2026-08-13T17:54:16.631Z | DEBGfreemap_route_ipv4Aug 13 17:54:15.201 |
| 5396 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201Aug 13 17:54:15.201 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 5397 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201 DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5398 | 2026-08-13T17:54:16.631Z | 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 } }] |
| 5399 | 2026-08-13T17:54:16.631Z | |
| 5400 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.201 DEBGAug 13 17:54:15.201reset freemap Aug 13 17:54:15.201, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5401 | 2026-08-13T17:54:16.631Z | |
| 5402 | 2026-08-13T17:54:16.631Z | Aug 13 17:54:15.208Aug 13 17:54:15.208adding route 172.17.0.33/32 -> 10.0.0.255 Aug 13 17:54:15.208 |
| 5403 | 2026-08-13T17:54:16.631Z | INFO unit: Aug 13 17:54:15.208adding route 172.17.0.24/32 -> 10.0.0.255INFO freemap_route_ipv4 |
| 5404 | 2026-08-13T17:54:16.631Z | DEBG |
| 5405 | 2026-08-13T17:54:16.632Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 5406 | 2026-08-13T17:54:16.632Z | |
| 5407 | 2026-08-13T17:54:16.632Z | Aug 13 17:54:15.208Aug 13 17:54:15.208Aug 13 17:54:15.208 INFODEBG Aug 13 17:54:15.208DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5408 | 2026-08-13T17:54:16.632Z | |
| 5409 | 2026-08-13T17:54:16.632Z | initted freemap. size: 64replacing 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 13 17:54:15.208Aug 13 17:54:15.208 , DEBGDEBGunit : |
| 5410 | 2026-08-13T17:54:16.636Z | 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 } }] |
| 5411 | 2026-08-13T17:54:16.636Z | freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 5412 | 2026-08-13T17:54:16.636Z | |
| 5413 | 2026-08-13T17:54:16.636Z | Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBG reset freemap, unit:Aug 13 17:54:15.208 freemap_route_ipv6INFO |
| 5414 | 2026-08-13T17:54:16.636Z | adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 5415 | 2026-08-13T17:54:16.636Z | Aug 13 17:54:15.208adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5416 | 2026-08-13T17:54:16.636Z | INFOAug 13 17:54:15.208 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5417 | 2026-08-13T17:54:16.636Z | DEBGAug 13 17:54:15.208 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 |
| 5418 | 2026-08-13T17:54:16.636Z | 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 } }] |
| 5419 | 2026-08-13T17:54:16.636Z | Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBGINFO 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 } }] Aug 13 17:54:15.208adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5420 | 2026-08-13T17:54:16.636Z | |
| 5421 | 2026-08-13T17:54:16.636Z | |
| 5422 | 2026-08-13T17:54:16.636Z | INFO Aug 13 17:54:15.208Aug 13 17:54:15.208 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5423 | 2026-08-13T17:54:16.636Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5424 | 2026-08-13T17:54:16.636Z | Aug 13 17:54:15.208 |
| 5425 | 2026-08-13T17:54:16.636Z | DEBGDEBGAug 13 17:54:15.208 Aug 13 17:54:15.208INFO 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 13 17:54:15.208 |
| 5426 | 2026-08-13T17:54:16.636Z | adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 5427 | 2026-08-13T17:54:16.636Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5428 | 2026-08-13T17:54:16.636Z | Aug 13 17:54:15.208replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5429 | 2026-08-13T17:54:16.636Z | 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 } }]Aug 13 17:54:15.208 Aug 13 17:54:15.208 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 } }] |
| 5430 | 2026-08-13T17:54:16.636Z | |
| 5431 | 2026-08-13T17:54:16.636Z | INFO Aug 13 17:54:15.208 adding route 172.17.0.16/32 -> 10.0.0.255 INFOAug 13 17:54:15.208INFO |
| 5432 | 2026-08-13T17:54:16.636Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5433 | 2026-08-13T17:54:16.636Z | |
| 5434 | 2026-08-13T17:54:16.637Z | |
| 5435 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208 DEBGAug 13 17:54:15.208 Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBG 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 } }] |
| 5436 | 2026-08-13T17:54:16.637Z | 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 13 17:54:15.208 |
| 5437 | 2026-08-13T17:54:16.637Z | 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 } }]INFODEBG |
| 5438 | 2026-08-13T17:54:16.637Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.208adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:54:15.208 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5439 | 2026-08-13T17:54:16.637Z | |
| 5440 | 2026-08-13T17:54:16.637Z | |
| 5441 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208 |
| 5442 | 2026-08-13T17:54:16.637Z | INFOAug 13 17:54:15.208Aug 13 17:54:15.208 Aug 13 17:54:15.208 adding route 172.17.0.15/32 -> 10.0.0.255 DEBG |
| 5443 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG INFO |
| 5444 | 2026-08-13T17:54:16.637Z | 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 } }] |
| 5445 | 2026-08-13T17:54:16.637Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:54:15.208replacing 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 13 17:54:15.208 |
| 5446 | 2026-08-13T17:54:16.637Z | INFODEBG |
| 5447 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5448 | 2026-08-13T17:54:16.637Z | INFOAug 13 17:54:15.208 INFOAug 13 17:54:15.208adding route 172.17.0.18/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 } }] |
| 5449 | 2026-08-13T17:54:16.637Z | |
| 5450 | 2026-08-13T17:54:16.637Z | DEBGAug 13 17:54:15.208 DEBGAug 13 17:54:15.208 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5451 | 2026-08-13T17:54:16.637Z | DEBG |
| 5452 | 2026-08-13T17:54:16.637Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5453 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208replacing 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 13 17:54:15.208 |
| 5454 | 2026-08-13T17:54:16.637Z | INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 13 17:54:15.208 |
| 5455 | 2026-08-13T17:54:16.637Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5456 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208INFOAug 13 17:54:15.208 adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 13 17:54:15.208 |
| 5457 | 2026-08-13T17:54:16.637Z | 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 |
| 5458 | 2026-08-13T17:54:16.637Z | 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 } }]INFOAug 13 17:54:15.208Aug 13 17:54:15.208 |
| 5459 | 2026-08-13T17:54:16.637Z | INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 5460 | 2026-08-13T17:54:16.637Z | adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5461 | 2026-08-13T17:54:16.637Z | |
| 5462 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208 DEBG Aug 13 17:54:15.208replacing 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 13 17:54:15.208 |
| 5463 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208Aug 13 17:54:15.195 INFOINFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 5464 | 2026-08-13T17:54:16.637Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5465 | 2026-08-13T17:54:16.637Z | INFO |
| 5466 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208Aug 13 17:54:15.208Aug 13 17:54:15.208 adding route 172.17.0.29/32 -> 10.0.0.255 INFODEBG |
| 5467 | 2026-08-13T17:54:16.637Z | adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5468 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5469 | 2026-08-13T17:54:16.637Z | Aug 13 17:54:15.208 |
| 5470 | 2026-08-13T17:54:16.637Z | DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 13 17:54:15.208 |
| 5471 | 2026-08-13T17:54:16.637Z | |
| 5472 | 2026-08-13T17:54:16.637Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5473 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208 Aug 13 17:54:15.208Aug 13 17:54:15.208INFO INFO DEBGDEBGAug 13 17:54:15.208 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 } }] |
| 5474 | 2026-08-13T17:54:16.638Z | INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5475 | 2026-08-13T17:54:16.638Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5476 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208 |
| 5477 | 2026-08-13T17:54:16.638Z | |
| 5478 | 2026-08-13T17:54:16.638Z | INFOAug 13 17:54:15.208 Aug 13 17:54:15.208INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 13 17:54:15.208 DEBG DEBG |
| 5479 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208 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 } }] |
| 5480 | 2026-08-13T17:54:16.638Z | 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.44/32 -> 10.0.0.255Aug 13 17:54:15.208 |
| 5481 | 2026-08-13T17:54:16.638Z | DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5482 | 2026-08-13T17:54:16.638Z | |
| 5483 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208Aug 13 17:54:15.208 INFOINFOAug 13 17:54:15.208 |
| 5484 | 2026-08-13T17:54:16.638Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 13 17:54:15.208 |
| 5485 | 2026-08-13T17:54:16.638Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5486 | 2026-08-13T17:54:16.638Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGINFO |
| 5487 | 2026-08-13T17:54:16.638Z | test route::tests::delete_target_fragmented ... ok |
| 5488 | 2026-08-13T17:54:16.638Z | adding route 172.17.0.19/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 } }] |
| 5489 | 2026-08-13T17:54:16.638Z | |
| 5490 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208 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 } }]Aug 13 17:54:15.208 |
| 5491 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208Aug 13 17:54:15.208INFO Aug 13 17:54:15.208 adding route 172.17.0.45/32 -> 10.0.0.255DEBGINFOAug 13 17:54:15.208 adding route 172.17.0.23/32 -> 10.0.0.255 INFO |
| 5492 | 2026-08-13T17:54:16.638Z | 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 } }] |
| 5493 | 2026-08-13T17:54:16.638Z | DEBG |
| 5494 | 2026-08-13T17:54:16.638Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5495 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 5496 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208 Aug 13 17:54:15.208 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 } }] |
| 5497 | 2026-08-13T17:54:16.638Z | |
| 5498 | 2026-08-13T17:54:16.638Z | 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 } }]Aug 13 17:54:15.208INFOAug 13 17:54:15.208 INFOINFO Aug 13 17:54:15.208adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5499 | 2026-08-13T17:54:16.638Z | |
| 5500 | 2026-08-13T17:54:16.638Z | |
| 5501 | 2026-08-13T17:54:16.638Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 5502 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5503 | 2026-08-13T17:54:16.638Z | |
| 5504 | 2026-08-13T17:54:16.638Z | Aug 13 17:54:15.208 |
| 5505 | 2026-08-13T17:54:16.638Z | DEBG INFO Aug 13 17:54:15.208 adding route 172.17.0.32/32 -> 10.0.0.255INFOAug 13 17:54:15.208Aug 13 17:54:15.208 |
| 5506 | 2026-08-13T17:54:16.638Z | adding route 172.17.0.47/32 -> 10.0.0.255 INFO |
| 5507 | 2026-08-13T17:54:16.638Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 5508 | 2026-08-13T17:54:16.638Z | 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 13 17:54:15.208 |
| 5509 | 2026-08-13T17:54:16.638Z | 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 } }] |
| 5510 | 2026-08-13T17:54:16.643Z | DEBGAug 13 17:54:15.208 Aug 13 17:54:15.208replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208 INFO Aug 13 17:54:15.209adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5511 | 2026-08-13T17:54:16.643Z | |
| 5512 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215DEBGAug 13 17:54:15.215DEBG 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 } }] |
| 5513 | 2026-08-13T17:54:16.643Z | created new freemap, unitAug 13 17:54:15.215 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5514 | 2026-08-13T17:54:16.643Z | : freemap_route_ipv4 |
| 5515 | 2026-08-13T17:54:16.643Z | |
| 5516 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215 Aug 13 17:54:15.209Aug 13 17:54:15.215 DEBGDEBGAug 13 17:54:15.215 Aug 13 17:54:15.208DEBG created new freemapreplacing 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 } }] , |
| 5517 | 2026-08-13T17:54:16.643Z | 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 } }]unitINFO:DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:54:15.215 |
| 5518 | 2026-08-13T17:54:16.643Z | |
| 5519 | 2026-08-13T17:54:16.643Z | created new freemap freemap_route_ipv4, unit |
| 5520 | 2026-08-13T17:54:16.643Z | :INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 13 17:54:15.215 |
| 5521 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215 DEBG freemap_route_ipv6Aug 13 17:54:15.215 |
| 5522 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215 DEBG created new freemapreplacing 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 } }], |
| 5523 | 2026-08-13T17:54:16.643Z | unitAug 13 17:54:15.215 :DEBG INFOAug 13 17:54:15.215 DEBGadding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 5524 | 2026-08-13T17:54:16.643Z | initted freemap. size: 64, replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit freemap_route_ipv6adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5525 | 2026-08-13T17:54:16.643Z | |
| 5526 | 2026-08-13T17:54:16.643Z | : Aug 13 17:54:15.215 |
| 5527 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215freemap_route_ipv4 DEBGAug 13 17:54:15.215 |
| 5528 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215 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 |
| 5529 | 2026-08-13T17:54:16.643Z | DEBG Aug 13 17:54:15.215INFOreplacing 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 } }] |
| 5530 | 2026-08-13T17:54:16.643Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 5531 | 2026-08-13T17:54:16.643Z | , Aug 13 17:54:15.215Aug 13 17:54:15.215unit :INFO freemap_route_ipv4 |
| 5532 | 2026-08-13T17:54:16.643Z | DEBGadding route 172.17.0.51/32 -> 10.0.0.255 Aug 13 17:54:15.215 |
| 5533 | 2026-08-13T17:54:16.643Z | INFO reset freemapadding route 172.17.0.35/32 -> 10.0.0.255DEBG, Aug 13 17:54:15.215 |
| 5534 | 2026-08-13T17:54:16.643Z | Aug 13 17:54:15.215 unitDEBG: Aug 13 17:54:15.215 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5535 | 2026-08-13T17:54:16.643Z | DEBGreset freemap |
| 5536 | 2026-08-13T17:54:16.643Z | , freemap_route_ipv4unitAug 13 17:54:15.215 |
| 5537 | 2026-08-13T17:54:16.643Z | :INFO freemap_route_ipv4 |
| 5538 | 2026-08-13T17:54:16.643Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 13 17:54:15.215 |
| 5539 | 2026-08-13T17:54:16.643Z | DEBG Aug 13 17:54:15.215 Aug 13 17:54:15.215initted freemap. size: 64 , DEBGunitDEBG: 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 13 17:54:15.215freemap_route_ipv6 |
| 5540 | 2026-08-13T17:54:16.644Z | 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 } }] |
| 5541 | 2026-08-13T17:54:16.644Z | initted freemap. size: 64 |
| 5542 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215INFO , INFOunit adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5543 | 2026-08-13T17:54:16.644Z | adding route 172.17.0.53/32 -> 10.0.0.255: |
| 5544 | 2026-08-13T17:54:16.644Z | freemap_route_ipv6Aug 13 17:54:15.215 |
| 5545 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215DEBG DEBGreset freemap Aug 13 17:54:15.215DEBGINFO 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 } }], |
| 5546 | 2026-08-13T17:54:16.644Z | unitadding route 172.17.0.36/32 -> 10.0.0.255DEBG: |
| 5547 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215reset freemap, freemap_route_ipv6INFOreplacing 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 } }] |
| 5548 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215unitadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5549 | 2026-08-13T17:54:16.644Z | : |
| 5550 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215 freemap_route_ipv6INFO |
| 5551 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215 INFO Aug 13 17:54:15.215 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 5552 | 2026-08-13T17:54:16.644Z | 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 } }] |
| 5553 | 2026-08-13T17:54:16.644Z | |
| 5554 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215 |
| 5555 | 2026-08-13T17:54:16.644Z | INFO Aug 13 17:54:15.215adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:54:15.215Aug 13 17:54:15.215 |
| 5556 | 2026-08-13T17:54:16.644Z | INFO DEBGINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5557 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5558 | 2026-08-13T17:54:16.644Z | |
| 5559 | 2026-08-13T17:54:16.644Z | DEBGAug 13 17:54:15.215Aug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 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 } }] |
| 5560 | 2026-08-13T17:54:16.644Z | 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 } }] |
| 5561 | 2026-08-13T17:54:16.644Z | |
| 5562 | 2026-08-13T17:54:16.644Z | |
| 5563 | 2026-08-13T17:54:16.644Z | |
| 5564 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 17:54:15.215Aug 13 17:54:15.215 INFOAug 13 17:54:15.215 |
| 5565 | 2026-08-13T17:54:16.644Z | DEBGadding route 172.17.0.56/32 -> 10.0.0.255Aug 13 17:54:15.215INFO |
| 5566 | 2026-08-13T17:54:16.644Z | adding route 172.17.0.38/32 -> 10.0.0.255INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 13 17:54:15.215 |
| 5567 | 2026-08-13T17:54:16.644Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 13 17:54:15.215DEBG |
| 5568 | 2026-08-13T17:54:16.644Z | |
| 5569 | 2026-08-13T17:54:16.644Z | 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 } }] |
| 5570 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215DEBGAug 13 17:54:15.215 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5571 | 2026-08-13T17:54:16.644Z | INFOAug 13 17:54:15.215DEBG INFO Aug 13 17:54:15.215adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5572 | 2026-08-13T17:54:16.644Z | |
| 5573 | 2026-08-13T17:54:16.644Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5574 | 2026-08-13T17:54:16.644Z | |
| 5575 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5576 | 2026-08-13T17:54:16.644Z | 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 13 17:54:15.215adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5577 | 2026-08-13T17:54:16.644Z | Aug 13 17:54:15.215DEBG 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 } }] |
| 5578 | 2026-08-13T17:54:16.644Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5579 | 2026-08-13T17:54:16.644Z | |
| 5580 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 Aug 13 17:54:15.215DEBG INFOAug 13 17:54:15.215 INFOadding route 172.16.0.0/32 -> 10.0.0.4Aug 13 17:54:15.215 |
| 5581 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5582 | 2026-08-13T17:54:16.645Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 5583 | 2026-08-13T17:54:16.645Z | |
| 5584 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215 INFODEBG Aug 13 17:54:15.215 adding route 172.16.0.0/32 -> 10.0.0.4 INFO |
| 5585 | 2026-08-13T17:54:16.645Z | DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 5586 | 2026-08-13T17:54:16.645Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }] |
| 5587 | 2026-08-13T17:54:16.645Z | |
| 5588 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215Aug 13 17:54:15.215 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 } }] |
| 5589 | 2026-08-13T17:54:16.645Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 } }] |
| 5590 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 |
| 5591 | 2026-08-13T17:54:16.645Z | INFOAug 13 17:54:15.215 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 17:54:15.215Aug 13 17:54:15.215DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5592 | 2026-08-13T17:54:16.645Z | |
| 5593 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215adding route 172.17.0.60/32 -> 10.0.0.255 DEBG |
| 5594 | 2026-08-13T17:54:16.645Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:54:15.215 |
| 5595 | 2026-08-13T17:54:16.645Z | |
| 5596 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 Aug 13 17:54:15.215DEBG DEBGDEBGreplacing 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 } }] |
| 5597 | 2026-08-13T17:54:16.645Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5598 | 2026-08-13T17:54:16.645Z | |
| 5599 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 DEBG failed to allocate space for the new target listAug 13 17:54:15.215 |
| 5600 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 13 17:54:15.215adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5601 | 2026-08-13T17:54:16.645Z | DEBG |
| 5602 | 2026-08-13T17:54:16.645Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5603 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 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 } }] |
| 5604 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 Aug 13 17:54:15.215DEBG 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 } }] |
| 5605 | 2026-08-13T17:54:16.645Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5606 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5607 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215Aug 13 17:54:15.215 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 } }] |
| 5608 | 2026-08-13T17:54:16.645Z | 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 } }] |
| 5609 | 2026-08-13T17:54:16.645Z | Aug 13 17:54:15.215DEBG INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5610 | 2026-08-13T17:54:16.649Z | |
| 5611 | 2026-08-13T17:54:16.649Z | Aug 13 17:54:15.215 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5612 | 2026-08-13T17:54:16.649Z | Aug 13 17:54:15.215Aug 13 17:54:15.215 DEBGINFO 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.22/32 -> 10.0.0.255 |
| 5613 | 2026-08-13T17:54:16.649Z | |
| 5614 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.215 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.215 |
| 5615 | 2026-08-13T17:54:16.650Z | 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 } }] |
| 5616 | 2026-08-13T17:54:16.650Z | 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 } }] |
| 5617 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.216 Aug 13 17:54:15.216Aug 13 17:54:15.222INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOINFO |
| 5618 | 2026-08-13T17:54:16.650Z | adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5619 | 2026-08-13T17:54:16.650Z | |
| 5620 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222Aug 13 17:54:15.222 DEBGAug 13 17:54:15.222DEBG 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.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 } }] |
| 5621 | 2026-08-13T17:54:16.650Z | |
| 5622 | 2026-08-13T17:54:16.650Z | 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 } }] |
| 5623 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 INFOAug 13 17:54:15.222 adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 5624 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 5625 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing 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 13 17:54:15.222 |
| 5626 | 2026-08-13T17:54:16.650Z | DEBG |
| 5627 | 2026-08-13T17:54:16.650Z | 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 13 17:54:15.222 |
| 5628 | 2026-08-13T17:54:16.650Z | INFOAug 13 17:54:15.216Aug 13 17:54:15.222 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 5629 | 2026-08-13T17:54:16.650Z | DEBG adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 17:54:15.222 |
| 5630 | 2026-08-13T17:54:16.650Z | 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 13 17:54:15.222 |
| 5631 | 2026-08-13T17:54:16.650Z | INFO Aug 13 17:54:15.222DEBG adding route 172.17.0.46/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5632 | 2026-08-13T17:54:16.650Z | 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 } }] |
| 5633 | 2026-08-13T17:54:16.650Z | |
| 5634 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 INFO Aug 13 17:54:15.222Aug 13 17:54:15.222Aug 13 17:54:15.222 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 5635 | 2026-08-13T17:54:16.650Z | INFOINFO adding route 172.17.0.26/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 } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5636 | 2026-08-13T17:54:16.650Z | |
| 5637 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 |
| 5638 | 2026-08-13T17:54:16.650Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.222 |
| 5639 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 DEBGAug 13 17:54:15.222 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 } }] Aug 13 17:54:15.222 |
| 5640 | 2026-08-13T17:54:16.650Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG INFO |
| 5641 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5642 | 2026-08-13T17:54:16.650Z | INFO |
| 5643 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 adding route 172.17.0.28/32 -> 10.0.0.255DEBG Aug 13 17:54:15.222replacing 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 } }] |
| 5644 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 |
| 5645 | 2026-08-13T17:54:16.650Z | 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 } }]INFO |
| 5646 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:54:15.222 INFODEBG |
| 5647 | 2026-08-13T17:54:16.650Z | 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 } }] |
| 5648 | 2026-08-13T17:54:16.650Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5649 | 2026-08-13T17:54:16.650Z | Aug 13 17:54:15.222 Aug 13 17:54:15.222Aug 13 17:54:15.222Aug 13 17:54:15.222 DEBG DEBGINFO DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5650 | 2026-08-13T17:54:16.650Z | |
| 5651 | 2026-08-13T17:54:16.650Z | failed to allocate space for the new target list |
| 5652 | 2026-08-13T17:54:16.650Z | 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 } }] |
| 5653 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222 Aug 13 17:54:15.222Aug 13 17:54:15.222 DEBGDEBGINFO Aug 13 17:54:15.222replacing targets for 3fff:dead::/64 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.49/32 -> 10.0.0.255 |
| 5654 | 2026-08-13T17:54:16.651Z | |
| 5655 | 2026-08-13T17:54:16.651Z | INFO 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 } }] |
| 5656 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 17:54:15.222 |
| 5657 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222DEBG 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 |
| 5658 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5659 | 2026-08-13T17:54:16.651Z | 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 13 17:54:15.222 |
| 5660 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222 DEBGINFO Aug 13 17:54:15.222replacing 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 } }] |
| 5661 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 5662 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5663 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222Aug 13 17:54:15.222 INFODEBGAug 13 17:54:15.222 adding route 172.17.0.31/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5664 | 2026-08-13T17:54:16.651Z | |
| 5665 | 2026-08-13T17:54:16.651Z | 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 } }] |
| 5666 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222Aug 13 17:54:15.222Aug 13 17:54:15.222 INFODEBG 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 } }] |
| 5667 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5668 | 2026-08-13T17:54:16.651Z | |
| 5669 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222 INFOAug 13 17:54:15.222 Aug 13 17:54:15.222DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5670 | 2026-08-13T17:54:16.651Z | 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 |
| 5671 | 2026-08-13T17:54:16.651Z | 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 } }] |
| 5672 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222 Aug 13 17:54:15.222DEBG Aug 13 17:54:15.222INFOreplacing 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 } }] |
| 5673 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.31/32 -> 10.0.0.255 INFO |
| 5674 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 13 17:54:15.222 |
| 5675 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222INFO DEBGadding route 172.17.0.33/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 } }] |
| 5676 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.222 DEBG created new freemap, unitAug 13 17:54:15.228:Aug 13 17:54:15.228 freemap_route_ipv4INFO |
| 5677 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5678 | 2026-08-13T17:54:16.651Z | 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 13 17:54:15.228 |
| 5679 | 2026-08-13T17:54:16.651Z | |
| 5680 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.228DEBG Aug 13 17:54:15.228created new freemapDEBG, Aug 13 17:54:15.228 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 } }]INFODEBG |
| 5681 | 2026-08-13T17:54:16.651Z | unit :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 } }] |
| 5682 | 2026-08-13T17:54:16.651Z | freemap_route_ipv6 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5683 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.228 |
| 5684 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.228INFO Aug 13 17:54:15.228INFO DEBG initted freemap. size: 64adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255, |
| 5685 | 2026-08-13T17:54:16.651Z | unitAug 13 17:54:15.228 : |
| 5686 | 2026-08-13T17:54:16.651Z | freemap_route_ipv4DEBG |
| 5687 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.228 Aug 13 17:54:15.228DEBG Aug 13 17:54:15.228 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5688 | 2026-08-13T17:54:16.651Z | 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 } }] |
| 5689 | 2026-08-13T17:54:16.651Z | DEBG |
| 5690 | 2026-08-13T17:54:16.651Z | reset freemapAug 13 17:54:15.228, unitAug 13 17:54:15.228: INFOINFOfreemap_route_ipv4 |
| 5691 | 2026-08-13T17:54:16.651Z | adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5692 | 2026-08-13T17:54:16.651Z | Aug 13 17:54:15.228 |
| 5693 | 2026-08-13T17:54:16.652Z | Aug 13 17:54:15.228 INFOAug 13 17:54:15.228DEBGAug 13 17:54:15.228 DEBGDEBGadding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 5694 | 2026-08-13T17:54:16.652Z | |
| 5695 | 2026-08-13T17:54:16.652Z | 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 } }], |
| 5696 | 2026-08-13T17:54:16.652Z | unit: freemap_route_ipv6 |
| 5697 | 2026-08-13T17:54:16.652Z | Aug 13 17:54:15.228Aug 13 17:54:15.228 Aug 13 17:54:15.228INFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 5698 | 2026-08-13T17:54:16.652Z | Aug 13 17:54:15.228 DEBGINFO reset freemapAug 13 17:54:15.228, adding route 172.17.0.36/32 -> 10.0.0.255unit |
| 5699 | 2026-08-13T17:54:16.652Z | :replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5700 | 2026-08-13T17:54:16.652Z | 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 } }] |
| 5701 | 2026-08-13T17:54:16.652Z | freemap_route_ipv6 |
| 5702 | 2026-08-13T17:54:16.652Z | Aug 13 17:54:15.228 DEBGAug 13 17:54:15.228 Aug 13 17:54:15.228Aug 13 17:54:15.228 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5703 | 2026-08-13T17:54:16.652Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5704 | 2026-08-13T17:54:16.652Z | Aug 13 17:54:15.228adding route 172.17.0.36/32 -> 10.0.0.255INFO INFO |
| 5705 | 2026-08-13T17:54:16.652Z | adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5706 | 2026-08-13T17:54:16.652Z | |
| 5707 | 2026-08-13T17:54:16.652Z | Aug 13 17:54:15.228 DEBG Aug 13 17:54:15.228Aug 13 17:54:15.228replacing 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 13 17:54:15.228 DEBG DEBG |
| 5708 | 2026-08-13T17:54:16.652Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5709 | 2026-08-13T17:54:16.652Z | DEBG |
| 5710 | 2026-08-13T17:54:16.656Z | 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 13 17:54:15.228 |
| 5711 | 2026-08-13T17:54:16.656Z | INFOAug 13 17:54:15.228 Aug 13 17:54:15.228adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5712 | 2026-08-13T17:54:16.656Z | INFOAug 13 17:54:15.228 INFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5713 | 2026-08-13T17:54:16.656Z | Aug 13 17:54:15.228 DEBG |
| 5714 | 2026-08-13T17:54:16.656Z | Aug 13 17:54:15.228INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5715 | 2026-08-13T17:54:16.656Z | Aug 13 17:54:15.228replacing 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.56/32 -> 10.0.0.255 |
| 5716 | 2026-08-13T17:54:16.656Z | DEBG Aug 13 17:54:15.228replacing 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 } }] |
| 5717 | 2026-08-13T17:54:16.656Z | Aug 13 17:54:15.228 |
| 5718 | 2026-08-13T17:54:16.656Z | INFO INFO Aug 13 17:54:15.228 INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5719 | 2026-08-13T17:54:16.656Z | |
| 5720 | 2026-08-13T17:54:16.656Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 17:54:15.228 |
| 5721 | 2026-08-13T17:54:16.656Z | DEBGAug 13 17:54:15.228Aug 13 17:54:15.228 DEBGDEBGAug 13 17:54:15.228 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 5722 | 2026-08-13T17:54:16.656Z | |
| 5723 | 2026-08-13T17:54:16.657Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5724 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.228 |
| 5725 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.228 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5726 | 2026-08-13T17:54:16.657Z | |
| 5727 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229 Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBGINFO INFO 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5728 | 2026-08-13T17:54:16.657Z | |
| 5729 | 2026-08-13T17:54:16.657Z | |
| 5730 | 2026-08-13T17:54:16.657Z | |
| 5731 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBGAug 13 17:54:15.229INFO 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 } }] |
| 5732 | 2026-08-13T17:54:16.657Z | INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5733 | 2026-08-13T17:54:16.657Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5734 | 2026-08-13T17:54:16.657Z | |
| 5735 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229Aug 13 17:54:15.229 Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBGINFO INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5736 | 2026-08-13T17:54:16.657Z | adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5737 | 2026-08-13T17:54:16.657Z | |
| 5738 | 2026-08-13T17:54:16.657Z | |
| 5739 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229 |
| 5740 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229 INFOAug 13 17:54:15.229 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5741 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229INFODEBG INFOAug 13 17:54:15.229 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5742 | 2026-08-13T17:54:16.657Z | 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 } }] |
| 5743 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229replacing 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 } }] |
| 5744 | 2026-08-13T17:54:16.657Z | |
| 5745 | 2026-08-13T17:54:16.657Z | DEBGAug 13 17:54:15.229 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 } }] |
| 5746 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229DEBGAug 13 17:54:15.229 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 } }] INFOINFO |
| 5747 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5748 | 2026-08-13T17:54:16.657Z | |
| 5749 | 2026-08-13T17:54:16.657Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5750 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229 Aug 13 17:54:15.229DEBG Aug 13 17:54:15.229replacing 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 } }] |
| 5751 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229 DEBG INFODEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 17:54:15.229replacing 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 } }] |
| 5752 | 2026-08-13T17:54:16.657Z | |
| 5753 | 2026-08-13T17:54:16.657Z | |
| 5754 | 2026-08-13T17:54:16.657Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 17:54:15.229 |
| 5755 | 2026-08-13T17:54:16.657Z | DEBG Aug 13 17:54:15.229Aug 13 17:54:15.229replacing 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 13 17:54:15.229 |
| 5756 | 2026-08-13T17:54:16.657Z | INFO DEBG INFO adding route 172.17.0.3/32 -> 10.0.0.255 Aug 13 17:54:15.229 |
| 5757 | 2026-08-13T17:54:16.657Z | 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 } }] |
| 5758 | 2026-08-13T17:54:16.657Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5759 | 2026-08-13T17:54:16.657Z | |
| 5760 | 2026-08-13T17:54:16.657Z | Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBG INFOAug 13 17:54:15.229 DEBGadding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5761 | 2026-08-13T17:54:16.657Z | 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 13 17:54:15.229 |
| 5762 | 2026-08-13T17:54:16.657Z | DEBG |
| 5763 | 2026-08-13T17:54:16.658Z | 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 } }] |
| 5764 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 INFOINFODEBG adding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5765 | 2026-08-13T17:54:16.658Z | 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 } }] |
| 5766 | 2026-08-13T17:54:16.658Z | |
| 5767 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 INFODEBG INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5768 | 2026-08-13T17:54:16.658Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5769 | 2026-08-13T17:54:16.658Z | |
| 5770 | 2026-08-13T17:54:16.658Z | |
| 5771 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 Aug 13 17:54:15.229INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 5772 | 2026-08-13T17:54:16.658Z | |
| 5773 | 2026-08-13T17:54:16.658Z | 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 } }] |
| 5774 | 2026-08-13T17:54:16.658Z | DEBG Aug 13 17:54:15.229replacing 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 } }] |
| 5775 | 2026-08-13T17:54:16.658Z | DEBGAug 13 17:54:15.229 Aug 13 17:54:15.229 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 } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5776 | 2026-08-13T17:54:16.658Z | |
| 5777 | 2026-08-13T17:54:16.658Z | DEBGAug 13 17:54:15.229 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 } }] |
| 5778 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229INFOAug 13 17:54:15.229 DEBG Aug 13 17:54:15.229INFOreplacing 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 } }] |
| 5779 | 2026-08-13T17:54:16.658Z | test route::tests::delete_target_full ... ok |
| 5780 | 2026-08-13T17:54:16.658Z | test route::tests::delete_targets_fragmented ... ok |
| 5781 | 2026-08-13T17:54:16.658Z | test route::tests::add_target_fails_full ... ok |
| 5782 | 2026-08-13T17:54:16.658Z | INFOadding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5783 | 2026-08-13T17:54:16.658Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 13 17:54:15.229 |
| 5784 | 2026-08-13T17:54:16.658Z | |
| 5785 | 2026-08-13T17:54:16.658Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5786 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229Aug 13 17:54:15.229 Aug 13 17:54:15.229 DEBGDEBGDEBG 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 } }] |
| 5787 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229replacing 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.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 } }] |
| 5788 | 2026-08-13T17:54:16.658Z | |
| 5789 | 2026-08-13T17:54:16.658Z | DEBG Aug 13 17:54:15.229replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229 Aug 13 17:54:15.229 |
| 5790 | 2026-08-13T17:54:16.658Z | INFOINFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5791 | 2026-08-13T17:54:16.658Z | |
| 5792 | 2026-08-13T17:54:16.658Z | failed to allocate space for the new target listAug 13 17:54:15.229 |
| 5793 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.229INFOAug 13 17:54:15.229 DEBGDEBG adding route 172.17.0.48/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 } }]Aug 13 17:54:15.229 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 } }] |
| 5794 | 2026-08-13T17:54:16.658Z | |
| 5795 | 2026-08-13T17:54:16.658Z | 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 13 17:54:15.235 |
| 5796 | 2026-08-13T17:54:16.658Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5797 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.235 Aug 13 17:54:15.235INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5798 | 2026-08-13T17:54:16.658Z | 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 } }] |
| 5799 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.235 Aug 13 17:54:15.235DEBG 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 } }] |
| 5800 | 2026-08-13T17:54:16.658Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5801 | 2026-08-13T17:54:16.658Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5802 | 2026-08-13T17:54:16.658Z | |
| 5803 | 2026-08-13T17:54:16.659Z | |
| 5804 | 2026-08-13T17:54:16.659Z | Aug 13 17:54:15.235 Aug 13 17:54:15.235DEBG 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 } }] |
| 5805 | 2026-08-13T17:54:16.659Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 13 17:54:15.235 |
| 5806 | 2026-08-13T17:54:16.659Z | DEBG Aug 13 17:54:15.235replacing 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 13 17:54:15.235 INFODEBG adding route 172.17.0.10/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 } }] |
| 5807 | 2026-08-13T17:54:16.659Z | |
| 5808 | 2026-08-13T17:54:16.659Z | |
| 5809 | 2026-08-13T17:54:16.659Z | Aug 13 17:54:15.235Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.52/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 } }] |
| 5810 | 2026-08-13T17:54:16.663Z | |
| 5811 | 2026-08-13T17:54:16.663Z | |
| 5812 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGAug 13 17:54:15.235 INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5813 | 2026-08-13T17:54:16.663Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5814 | 2026-08-13T17:54:16.663Z | 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 } }] |
| 5815 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG Aug 13 17:54:15.235 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 5816 | 2026-08-13T17:54:16.663Z | |
| 5817 | 2026-08-13T17:54:16.663Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5818 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 Aug 13 17:54:15.235 DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5819 | 2026-08-13T17:54:16.663Z | adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5820 | 2026-08-13T17:54:16.663Z | |
| 5821 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235 INFO Aug 13 17:54:15.235Aug 13 17:54:15.235adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5822 | 2026-08-13T17:54:16.663Z | 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 } }]INFO |
| 5823 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 5824 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235replacing 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 } }] |
| 5825 | 2026-08-13T17:54:16.663Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5826 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFOAug 13 17:54:15.235 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5827 | 2026-08-13T17:54:16.663Z | 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 } }] 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 } }] |
| 5828 | 2026-08-13T17:54:16.663Z | |
| 5829 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235 DEBG Aug 13 17:54:15.235Aug 13 17:54:15.235 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 |
| 5830 | 2026-08-13T17:54:16.663Z | INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5831 | 2026-08-13T17:54:16.663Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5832 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235 Aug 13 17:54:15.235INFO Aug 13 17:54:15.235adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 5833 | 2026-08-13T17:54:16.663Z | 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 } }] |
| 5834 | 2026-08-13T17:54:16.663Z | 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 13 17:54:15.235 |
| 5835 | 2026-08-13T17:54:16.663Z | 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 13 17:54:15.235 |
| 5836 | 2026-08-13T17:54:16.663Z | INFOAug 13 17:54:15.235 adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:54:15.235INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5837 | 2026-08-13T17:54:16.663Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5838 | 2026-08-13T17:54:16.663Z | |
| 5839 | 2026-08-13T17:54:16.663Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 Aug 13 17:54:15.235DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5840 | 2026-08-13T17:54:16.664Z | 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 |
| 5841 | 2026-08-13T17:54:16.664Z | 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 13 17:54:15.235 |
| 5842 | 2026-08-13T17:54:16.664Z | INFOAug 13 17:54:15.235 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 5843 | 2026-08-13T17:54:16.664Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 13 17:54:15.235 |
| 5844 | 2026-08-13T17:54:16.664Z | INFOAug 13 17:54:15.235 Aug 13 17:54:15.235DEBGadding route 172.17.0.16/32 -> 10.0.0.255 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5845 | 2026-08-13T17:54:16.664Z | |
| 5846 | 2026-08-13T17:54:16.664Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5847 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5848 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235 |
| 5849 | 2026-08-13T17:54:16.664Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 17:54:15.235 |
| 5850 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235DEBG 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 } }] |
| 5851 | 2026-08-13T17:54:16.664Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5852 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5853 | 2026-08-13T17:54:16.664Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5854 | 2026-08-13T17:54:16.664Z | |
| 5855 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235 DEBGAug 13 17:54:15.235 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5856 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5857 | 2026-08-13T17:54:16.664Z | INFO Aug 13 17:54:15.235adding route 172.17.0.56/32 -> 10.0.0.255 Aug 13 17:54:15.235DEBG |
| 5858 | 2026-08-13T17:54:16.664Z | failed to allocate space for the new target listDEBG |
| 5859 | 2026-08-13T17:54:16.664Z | 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 } }] |
| 5860 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5861 | 2026-08-13T17:54:16.664Z | adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5862 | 2026-08-13T17:54:16.664Z | |
| 5863 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5864 | 2026-08-13T17:54:16.664Z | |
| 5865 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5866 | 2026-08-13T17:54:16.664Z | |
| 5867 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5868 | 2026-08-13T17:54:16.664Z | |
| 5869 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235 INFOAug 13 17:54:15.235 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5870 | 2026-08-13T17:54:16.664Z | test route::tests::delete_targets_full ... ok |
| 5871 | 2026-08-13T17:54:16.664Z | 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 } }] |
| 5872 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235 Aug 13 17:54:15.235INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 5873 | 2026-08-13T17:54:16.664Z | 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 } }] |
| 5874 | 2026-08-13T17:54:16.664Z | |
| 5875 | 2026-08-13T17:54:16.664Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5876 | 2026-08-13T17:54:16.665Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 5877 | 2026-08-13T17:54:16.665Z | |
| 5878 | 2026-08-13T17:54:16.665Z | |
| 5879 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5880 | 2026-08-13T17:54:16.665Z | |
| 5881 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5882 | 2026-08-13T17:54:16.665Z | |
| 5883 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5884 | 2026-08-13T17:54:16.665Z | |
| 5885 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5886 | 2026-08-13T17:54:16.665Z | |
| 5887 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5888 | 2026-08-13T17:54:16.665Z | |
| 5889 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5890 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 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 } }] |
| 5891 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 DEBGAug 13 17:54:15.235 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 |
| 5892 | 2026-08-13T17:54:16.665Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5893 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFOAug 13 17:54:15.235 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 5894 | 2026-08-13T17:54:16.665Z | 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 } }] |
| 5895 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 DEBGAug 13 17:54:15.235 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5896 | 2026-08-13T17:54:16.665Z | failed to allocate space for the new target list |
| 5897 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFOAug 13 17:54:15.235 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 5898 | 2026-08-13T17:54:16.665Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5899 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 DEBG Aug 13 17:54:15.235replacing 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 } }] |
| 5900 | 2026-08-13T17:54:16.665Z | DEBG failed to allocate space for the new target list |
| 5901 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5902 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 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 } }] |
| 5903 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5904 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 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 } }] |
| 5905 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5906 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 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 } }] |
| 5907 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5908 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 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 } }] |
| 5909 | 2026-08-13T17:54:16.665Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5910 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.235 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 } }] |
| 5911 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5912 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.235 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 } }] |
| 5913 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.235 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5914 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.235 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 } }] |
| 5915 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5916 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5917 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5918 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5919 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5920 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5921 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5922 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5923 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5924 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5925 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5926 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5927 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5928 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5929 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5930 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.241 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 } }] |
| 5931 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5932 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 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 } }] |
| 5933 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5934 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 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 } }] |
| 5935 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5936 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 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 } }] |
| 5937 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5938 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 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 } }] |
| 5939 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5940 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 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 } }] |
| 5941 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5942 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 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 } }] |
| 5943 | 2026-08-13T17:54:16.670Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5944 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5945 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5946 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5947 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5948 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5949 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5950 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5951 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5952 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5953 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5954 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5955 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5956 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 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 } }] |
| 5957 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5958 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5959 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5960 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5961 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5962 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5963 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5964 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5965 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5966 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5967 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG failed to allocate space for the new target list |
| 5968 | 2026-08-13T17:54:16.671Z | Aug 13 17:54:15.242 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5969 | 2026-08-13T17:54:16.671Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5970 | 2026-08-13T17:54:16.671Z | |
| 5971 | 2026-08-13T17:54:16.671Z | running 0 tests |
| 5972 | 2026-08-13T17:54:16.671Z | |
| 5973 | 2026-08-13T17:54:16.671Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-08-13T17:54:16.671Z | |
| 5975 | 2026-08-13T17:54:16.671Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5976 | 2026-08-13T17:54:16.671Z | |
| 5977 | 2026-08-13T17:54:16.671Z | running 0 tests |
| 5978 | 2026-08-13T17:54:16.671Z | |
| 5979 | 2026-08-13T17:54:16.671Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5980 | 2026-08-13T17:54:16.671Z | |
| 5981 | 2026-08-13T17:54:16.671Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5982 | 2026-08-13T17:54:16.671Z | |
| 5983 | 2026-08-13T17:54:16.672Z | running 6 tests |
| 5984 | 2026-08-13T17:54:16.672Z | test tests::test_parse_client_port_id ... ok |
| 5985 | 2026-08-13T17:54:16.672Z | test tests::test_port_id_cmp ... ok |
| 5986 | 2026-08-13T17:54:16.672Z | test tests::test_full_lot_id_neither_present ... ok |
| 5987 | 2026-08-13T17:54:16.672Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5988 | 2026-08-13T17:54:16.672Z | test tests::test_full_lot_id_both_present ... ok |
| 5989 | 2026-08-13T17:54:16.672Z | test tests::test_full_lot_id_lot_only ... ok |
| 5990 | 2026-08-13T17:54:16.672Z | |
| 5991 | 2026-08-13T17:54:16.672Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-08-13T17:54:16.672Z | |
| 5993 | 2026-08-13T17:54:16.672Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5994 | 2026-08-13T17:54:16.672Z | |
| 5995 | 2026-08-13T17:54:16.672Z | running 0 tests |
| 5996 | 2026-08-13T17:54:16.672Z | |
| 5997 | 2026-08-13T17:54:16.672Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-08-13T17:54:16.672Z | |
| 5999 | 2026-08-13T17:54:16.672Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 6000 | 2026-08-13T17:54:16.672Z | |
| 6001 | 2026-08-13T17:54:16.672Z | running 0 tests |
| 6002 | 2026-08-13T17:54:16.672Z | |
| 6003 | 2026-08-13T17:54:16.672Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-08-13T17:54:16.672Z | |
| 6005 | 2026-08-13T17:54:16.672Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6006 | 2026-08-13T17:54:16.672Z | |
| 6007 | 2026-08-13T17:54:16.672Z | running 0 tests |
| 6008 | 2026-08-13T17:54:16.672Z | |
| 6009 | 2026-08-13T17:54:16.672Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6010 | 2026-08-13T17:54:16.676Z | |
| 6011 | 2026-08-13T17:54:16.676Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6012 | 2026-08-13T17:54:16.676Z | |
| 6013 | 2026-08-13T17:54:16.676Z | running 12 tests |
| 6014 | 2026-08-13T17:54:16.676Z | test icmp::test_v6_checksum ... ok |
| 6015 | 2026-08-13T17:54:16.676Z | test icmp::test_v4_checksum ... ok |
| 6016 | 2026-08-13T17:54:16.676Z | test ipv6::test_ipv6_parse ... ok |
| 6017 | 2026-08-13T17:54:16.676Z | test lldp::test_lldp_parse ... ok |
| 6018 | 2026-08-13T17:54:16.676Z | test pbuf::test_byte ... ok |
| 6019 | 2026-08-13T17:54:16.676Z | test pbuf::test_nibble ... ok |
| 6020 | 2026-08-13T17:54:16.676Z | test pbuf::test_short ... ok |
| 6021 | 2026-08-13T17:54:16.676Z | test pbuf::test_overflow ... ok |
| 6022 | 2026-08-13T17:54:16.676Z | test pbuf::test_twelve ... ok |
| 6023 | 2026-08-13T17:54:16.676Z | test pbuf::test_word ... ok |
| 6024 | 2026-08-13T17:54:16.676Z | test tcp::test_checksum_ack_data ... ok |
| 6025 | 2026-08-13T17:54:16.676Z | test tcp::test_checksum_syn_nodata ... ok |
| 6026 | 2026-08-13T17:54:16.676Z | |
| 6027 | 2026-08-13T17:54:16.677Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-08-13T17:54:16.677Z | |
| 6029 | 2026-08-13T17:54:16.677Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6030 | 2026-08-13T17:54:16.677Z | |
| 6031 | 2026-08-13T17:54:16.677Z | running 0 tests |
| 6032 | 2026-08-13T17:54:16.677Z | |
| 6033 | 2026-08-13T17:54:16.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6034 | 2026-08-13T17:54:16.677Z | |
| 6035 | 2026-08-13T17:54:16.677Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6036 | 2026-08-13T17:54:16.677Z | |
| 6037 | 2026-08-13T17:54:16.677Z | running 5 tests |
| 6038 | 2026-08-13T17:54:16.677Z | test switchport::test::test_compute_lanes ... ok |
| 6039 | 2026-08-13T17:54:16.677Z | test switchport::test::port_id_ordering ... ok |
| 6040 | 2026-08-13T17:54:16.677Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 6041 | 2026-08-13T17:54:16.677Z | Lane 1 State: Activated Lane 2 Activated Lane 3Activated |
| 6042 | 2026-08-13T17:54:16.677Z | Activated Rx Loss-of-lock: Yes |
| 6043 | 2026-08-13T17:54:16.677Z | Yes Rx Output Enabled: falseYes Yes |
| 6044 | 2026-08-13T17:54:16.677Z | false Rx Loss-of-signal: Yes falseYes falseYes |
| 6045 | 2026-08-13T17:54:16.677Z | Yes |
| 6046 | 2026-08-13T17:54:16.677Z | Rx Output Status: valid Rx CDR Enabled: Yes validYes Yesvalid validYes |
| 6047 | 2026-08-13T17:54:16.677Z | |
| 6048 | 2026-08-13T17:54:16.677Z | Tx Enabled: Yes Rx Loss-of-lock: true Yestrue Yestrue Yestrue |
| 6049 | 2026-08-13T17:54:16.677Z | |
| 6050 | 2026-08-13T17:54:16.677Z | Tx Loss-of-lock: No Rx Loss-of-signal: false No false Nofalse No |
| 6051 | 2026-08-13T17:54:16.677Z | false |
| 6052 | 2026-08-13T17:54:16.677Z | Tx Loss-of-signal: No Rx Auto-squelch Disable: true No true Notrue No |
| 6053 | 2026-08-13T17:54:16.677Z | true |
| 6054 | 2026-08-13T17:54:16.677Z | Tx CDR Enabled: No Tx Output Enabled: true No true No trueNo |
| 6055 | 2026-08-13T17:54:16.677Z | true |
| 6056 | 2026-08-13T17:54:16.677Z | Tx Adaptive EQ Fault: No Tx Output Status: invalidNo invalid No invalidNo |
| 6057 | 2026-08-13T17:54:16.677Z | invalid Tx Fault: Yes |
| 6058 | 2026-08-13T17:54:16.677Z | Tx Loss-of-lock: falseYes false Yesfalse Yesfalse |
| 6059 | 2026-08-13T17:54:16.677Z | |
| 6060 | 2026-08-13T17:54:16.677Z | Tx Loss-of-signal: true true true true |
| 6061 | 2026-08-13T17:54:16.677Z | Tx Auto-squelch Disable: false false false false |
| 6062 | 2026-08-13T17:54:16.677Z | Tx Adaptive EQ Fail: true true true true |
| 6063 | 2026-08-13T17:54:16.677Z | Tx Failure: false false false false |
| 6064 | 2026-08-13T17:54:16.677Z | Tx Force Squelch: true true true true |
| 6065 | 2026-08-13T17:54:16.677Z | Tx Input Polarity: normal normal normal normal |
| 6066 | 2026-08-13T17:54:16.677Z | test switchport::test::test_print_sff_datapath ... ok |
| 6067 | 2026-08-13T17:54:16.678Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6068 | 2026-08-13T17:54:16.678Z | test link::test_filter ... ok |
| 6069 | 2026-08-13T17:54:16.678Z | |
| 6070 | 2026-08-13T17:54:16.678Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6071 | 2026-08-13T17:54:16.678Z | |
| 6072 | 2026-08-13T17:54:16.678Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6073 | 2026-08-13T17:54:16.681Z | |
| 6074 | 2026-08-13T17:54:16.681Z | running 1 test |
| 6075 | 2026-08-13T17:54:16.681Z | test test_p4_counter_list ... ignored |
| 6076 | 2026-08-13T17:54:16.681Z | |
| 6077 | 2026-08-13T17:54:16.681Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-08-13T17:54:16.681Z | |
| 6079 | 2026-08-13T17:54:16.681Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6080 | 2026-08-13T17:54:16.681Z | |
| 6081 | 2026-08-13T17:54:16.681Z | running 5 tests |
| 6082 | 2026-08-13T17:54:16.681Z | test test_an ... ignored |
| 6083 | 2026-08-13T17:54:16.681Z | test test_enable ... ignored |
| 6084 | 2026-08-13T17:54:16.681Z | test test_ip_addresses ... ignored |
| 6085 | 2026-08-13T17:54:16.681Z | test test_kr ... ignored |
| 6086 | 2026-08-13T17:54:16.681Z | test test_mac ... ignored |
| 6087 | 2026-08-13T17:54:16.681Z | |
| 6088 | 2026-08-13T17:54:16.681Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6089 | 2026-08-13T17:54:16.681Z | |
| 6090 | 2026-08-13T17:54:16.682Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6091 | 2026-08-13T17:54:16.682Z | |
| 6092 | 2026-08-13T17:54:16.682Z | running 3 tests |
| 6093 | 2026-08-13T17:54:16.685Z | test linklocal::test_parse_ipadm ... ok |
| 6094 | 2026-08-13T17:54:16.686Z | test tfport::test_parse_tfport ... ok |
| 6095 | 2026-08-13T17:54:16.686Z | test config::tests::test_updates ... ok |
| 6096 | 2026-08-13T17:54:16.686Z | |
| 6097 | 2026-08-13T17:54:16.686Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6098 | 2026-08-13T17:54:16.686Z | |
| 6099 | 2026-08-13T17:54:16.686Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6100 | 2026-08-13T17:54:16.686Z | |
| 6101 | 2026-08-13T17:54:16.686Z | running 0 tests |
| 6102 | 2026-08-13T17:54:16.686Z | |
| 6103 | 2026-08-13T17:54:16.686Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6104 | 2026-08-13T17:54:16.686Z | |
| 6105 | 2026-08-13T17:54:16.686Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6106 | 2026-08-13T17:54:16.689Z | |
| 6107 | 2026-08-13T17:54:16.689Z | running 0 tests |
| 6108 | 2026-08-13T17:54:16.689Z | |
| 6109 | 2026-08-13T17:54:16.689Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6110 | 2026-08-13T17:54:16.689Z | |
| 6111 | 2026-08-13T17:54:16.689Z | Doc-tests aal |
| 6112 | 2026-08-13T17:54:16.811Z | |
| 6113 | 2026-08-13T17:54:16.811Z | running 0 tests |
| 6114 | 2026-08-13T17:54:16.811Z | |
| 6115 | 2026-08-13T17:54:16.811Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-08-13T17:54:16.811Z | |
| 6117 | 2026-08-13T17:54:16.830Z | Doc-tests aal_macros |
| 6118 | 2026-08-13T17:54:16.902Z | |
| 6119 | 2026-08-13T17:54:16.902Z | running 0 tests |
| 6120 | 2026-08-13T17:54:16.902Z | |
| 6121 | 2026-08-13T17:54:16.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-08-13T17:54:16.902Z | |
| 6123 | 2026-08-13T17:54:16.917Z | Doc-tests common |
| 6124 | 2026-08-13T17:54:17.162Z | |
| 6125 | 2026-08-13T17:54:17.162Z | running 0 tests |
| 6126 | 2026-08-13T17:54:17.162Z | |
| 6127 | 2026-08-13T17:54:17.162Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6128 | 2026-08-13T17:54:17.162Z | |
| 6129 | 2026-08-13T17:54:17.185Z | Doc-tests dpd_api |
| 6130 | 2026-08-13T17:54:17.942Z | |
| 6131 | 2026-08-13T17:54:17.942Z | running 2 tests |
| 6132 | 2026-08-13T17:54:17.942Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6133 | 2026-08-13T17:54:17.942Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6134 | 2026-08-13T17:54:17.942Z | |
| 6135 | 2026-08-13T17:54:17.943Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-08-13T17:54:17.943Z | |
| 6137 | 2026-08-13T17:54:17.975Z | Doc-tests dpd_client |
| 6138 | 2026-08-13T17:54:19.278Z | |
| 6139 | 2026-08-13T17:54:19.278Z | running 0 tests |
| 6140 | 2026-08-13T17:54:19.278Z | |
| 6141 | 2026-08-13T17:54:19.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-08-13T17:54:19.278Z | |
| 6143 | 2026-08-13T17:54:19.327Z | Doc-tests dpd_types |
| 6144 | 2026-08-13T17:54:19.543Z | |
| 6145 | 2026-08-13T17:54:19.543Z | running 0 tests |
| 6146 | 2026-08-13T17:54:19.543Z | |
| 6147 | 2026-08-13T17:54:19.543Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6148 | 2026-08-13T17:54:19.543Z | |
| 6149 | 2026-08-13T17:54:19.570Z | Doc-tests dpd_types_versions |
| 6150 | 2026-08-13T17:54:20.786Z | |
| 6151 | 2026-08-13T17:54:20.786Z | running 1 test |
| 6152 | 2026-08-13T17:54:20.786Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6153 | 2026-08-13T17:54:20.786Z | |
| 6154 | 2026-08-13T17:54:20.787Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-13T17:54:20.787Z | |
| 6156 | 2026-08-13T17:54:20.834Z | Doc-tests packet |
| 6157 | 2026-08-13T17:54:20.950Z | |
| 6158 | 2026-08-13T17:54:20.950Z | running 0 tests |
| 6159 | 2026-08-13T17:54:20.950Z | |
| 6160 | 2026-08-13T17:54:20.950Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-08-13T17:54:20.950Z | |
| 6162 | 2026-08-13T17:54:20.969Z | Doc-tests pcap |
| 6163 | 2026-08-13T17:54:21.023Z | |
| 6164 | 2026-08-13T17:54:21.024Z | running 0 tests |
| 6165 | 2026-08-13T17:54:21.024Z | |
| 6166 | 2026-08-13T17:54:21.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6167 | 2026-08-13T17:54:21.024Z | |
| 6168 | 2026-08-13T17:54:21.071Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6169 | 2026-08-13T17:54:21.071Z | + RUST_BACKTRACE=full |
| 6170 | 2026-08-13T17:54:21.071Z | + cargo test --features softnpu --no-fail-fast |
| 6171 | 2026-08-13T17:54:21.725Z | Compiling num-integer v0.1.46 |
| 6172 | 2026-08-13T17:54:21.813Z | Compiling num-complex v0.4.6 |
| 6173 | 2026-08-13T17:54:21.859Z | Compiling bitstruct_derive v0.1.0 |
| 6174 | 2026-08-13T17:54:21.862Z | Compiling tap v1.0.1 |
| 6175 | 2026-08-13T17:54:21.989Z | Compiling wyz v0.5.1 |
| 6176 | 2026-08-13T17:54:22.119Z | Compiling num-iter v0.1.45 |
| 6177 | 2026-08-13T17:54:22.151Z | Compiling num-rational v0.4.2 |
| 6178 | 2026-08-13T17:54:22.164Z | Compiling num-bigint v0.4.6 |
| 6179 | 2026-08-13T17:54:22.245Z | Compiling radium v0.7.0 |
| 6180 | 2026-08-13T17:54:22.258Z | Compiling funty v2.0.0 |
| 6181 | 2026-08-13T17:54:22.328Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6182 | 2026-08-13T17:54:22.356Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-08-13T17:54:22.456Z | Compiling num v0.4.3 |
| 6184 | 2026-08-13T17:54:22.541Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6185 | 2026-08-13T17:54:22.553Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-08-13T17:54:22.570Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-08-13T17:54:22.675Z | Compiling bitvec v1.0.1 |
| 6188 | 2026-08-13T17:54:22.695Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-08-13T17:54:22.832Z | Compiling typeid v1.0.3 |
| 6190 | 2026-08-13T17:54:22.874Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6191 | 2026-08-13T17:54:22.936Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-08-13T17:54:22.956Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-13T17:54:23.001Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-13T17:54:23.295Z | Compiling ascii v1.1.0 |
| 6195 | 2026-08-13T17:54:23.719Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-13T17:54:23.789Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-08-13T17:54:23.891Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-13T17:54:23.906Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6199 | 2026-08-13T17:54:24.097Z | Compiling erased-serde v0.4.8 |
| 6200 | 2026-08-13T17:54:24.151Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6201 | 2026-08-13T17:54:24.247Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6202 | 2026-08-13T17:54:24.339Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6203 | 2026-08-13T17:54:24.600Z | Compiling bitstruct v0.1.1 |
| 6204 | 2026-08-13T17:54:24.711Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6205 | 2026-08-13T17:54:24.946Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-08-13T17:54:24.957Z | Compiling serde_arrays v0.1.0 |
| 6207 | 2026-08-13T17:54:24.994Z | Compiling libloading v0.7.4 |
| 6208 | 2026-08-13T17:54:25.111Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6209 | 2026-08-13T17:54:25.391Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6210 | 2026-08-13T17:54:25.774Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-08-13T17:54:25.956Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6212 | 2026-08-13T17:54:27.179Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6213 | 2026-08-13T17:54:27.979Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6214 | 2026-08-13T17:54:33.871Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-08-13T17:54:34.641Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6216 | 2026-08-13T17:54:34.641Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-13T17:54:34.641Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6218 | 2026-08-13T17:54:34.641Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-13T17:54:34.641Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6220 | 2026-08-13T17:54:36.189Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6221 | 2026-08-13T17:54:36.571Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-13T17:54:39.191Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6223 | 2026-08-13T17:54:39.711Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6224 | 2026-08-13T17:54:41.159Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6225 | 2026-08-13T17:54:42.928Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6226 | 2026-08-13T17:54:43.330Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6227 | 2026-08-13T17:54:43.874Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6228 | 2026-08-13T17:54:51.326Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-13T17:54:53.218Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-08-13T17:54:56.703Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6231 | 2026-08-13T17:55:37.820Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 6232 | 2026-08-13T17:55:37.942Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6233 | 2026-08-13T17:55:37.946Z | |
| 6234 | 2026-08-13T17:55:37.946Z | running 5 tests |
| 6235 | 2026-08-13T17:55:37.946Z | test fuse::tests::chip_revision_b0 ... ok |
| 6236 | 2026-08-13T17:55:37.946Z | test fuse::tests::chip_revision_a0 ... ok |
| 6237 | 2026-08-13T17:55:37.946Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6238 | 2026-08-13T17:55:37.946Z | test fuse::tests::chip_revision_b1 ... ok |
| 6239 | 2026-08-13T17:55:37.946Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6240 | 2026-08-13T17:55:37.946Z | |
| 6241 | 2026-08-13T17:55:37.946Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-08-13T17:55:37.946Z | |
| 6243 | 2026-08-13T17:55:37.946Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6244 | 2026-08-13T17:55:37.950Z | |
| 6245 | 2026-08-13T17:55:37.950Z | running 0 tests |
| 6246 | 2026-08-13T17:55:37.950Z | |
| 6247 | 2026-08-13T17:55:37.950Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-08-13T17:55:37.950Z | |
| 6249 | 2026-08-13T17:55:37.953Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6250 | 2026-08-13T17:55:37.953Z | |
| 6251 | 2026-08-13T17:55:37.954Z | running 0 tests |
| 6252 | 2026-08-13T17:55:37.954Z | |
| 6253 | 2026-08-13T17:55:37.954Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6254 | 2026-08-13T17:55:37.954Z | |
| 6255 | 2026-08-13T17:55:37.954Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6256 | 2026-08-13T17:55:37.959Z | |
| 6257 | 2026-08-13T17:55:37.959Z | running 10 tests |
| 6258 | 2026-08-13T17:55:37.962Z | test nat::tests::test_vni ... ok |
| 6259 | 2026-08-13T17:55:37.962Z | test network::tests::test_equal ... ok |
| 6260 | 2026-08-13T17:55:37.962Z | test network::tests::test_eui64 ... ok |
| 6261 | 2026-08-13T17:55:37.962Z | test network::tests::test_into ... ok |
| 6262 | 2026-08-13T17:55:37.963Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6263 | 2026-08-13T17:55:37.963Z | test network::tests::test_not_equal ... ok |
| 6264 | 2026-08-13T17:55:37.963Z | test network::tests::test_parse ... ok |
| 6265 | 2026-08-13T17:55:37.963Z | test network::tests::test_to_string ... ok |
| 6266 | 2026-08-13T17:55:37.963Z | test test_purge ... ok |
| 6267 | 2026-08-13T17:55:37.966Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6268 | 2026-08-13T17:55:37.966Z | |
| 6269 | 2026-08-13T17:55:37.966Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6270 | 2026-08-13T17:55:37.966Z | |
| 6271 | 2026-08-13T17:55:37.966Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6272 | 2026-08-13T17:55:37.971Z | |
| 6273 | 2026-08-13T17:55:37.971Z | running 1 test |
| 6274 | 2026-08-13T17:55:37.974Z | ------- |
| 6275 | 2026-08-13T17:55:37.974Z | Generating OpenAPI documents from API definitions ... |
| 6276 | 2026-08-13T17:55:38.112Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6277 | 2026-08-13T17:55:38.181Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6278 | 2026-08-13T17:55:39.194Z | ------- |
| 6279 | 2026-08-13T17:55:39.194Z | Checking 12 OpenAPI documents... |
| 6280 | 2026-08-13T17:55:39.194Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-13T17:55:39.194Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-13T17:55:39.194Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-13T17:55:39.194Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-13T17:55:39.198Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-13T17:55:39.198Z | Fresh dpd "latest" symlink |
| 6293 | 2026-08-13T17:55:39.198Z | ------- |
| 6294 | 2026-08-13T17:55:39.198Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6295 | 2026-08-13T17:55:39.257Z | test test::test_apis_up_to_date ... ok |
| 6296 | 2026-08-13T17:55:39.257Z | |
| 6297 | 2026-08-13T17:55:39.257Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 6298 | 2026-08-13T17:55:39.257Z | |
| 6299 | 2026-08-13T17:55:39.315Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6300 | 2026-08-13T17:55:39.321Z | |
| 6301 | 2026-08-13T17:55:39.321Z | running 34 tests |
| 6302 | 2026-08-13T17:55:39.324Z | test freemap::test_ordering ... ok |
| 6303 | 2026-08-13T17:55:39.324Z | test config::tests::test_updates ... ok |
| 6304 | 2026-08-13T17:55:39.324Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6305 | 2026-08-13T17:55:39.324Z | test freemap::test_split ... ok |
| 6306 | 2026-08-13T17:55:39.324Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6307 | 2026-08-13T17:55:39.324Z | test macaddrs::tests::test_mac_offset ... ok |
| 6308 | 2026-08-13T17:55:39.325Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6309 | 2026-08-13T17:55:39.330Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6310 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test |
| 6311 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test |
| 6312 | 2026-08-13T17:55:39.330Z | test nat::test_mapping ... ok |
| 6313 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test |
| 6314 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test |
| 6315 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test |
| 6316 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test |
| 6317 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test |
| 6318 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test |
| 6319 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test |
| 6320 | 2026-08-13T17:55:39.330Z | test freemap::test_reclaim ... ok |
| 6321 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test |
| 6322 | 2026-08-13T17:55:39.330Z | Aug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test |
| 6323 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test |
| 6324 | 2026-08-13T17:55:39.331Z | test freemap::test_free ... ok |
| 6325 | 2026-08-13T17:55:39.331Z | test freemap::test_basic ... ok |
| 6326 | 2026-08-13T17:55:39.331Z | test freemap::test_exhaustion ... ok |
| 6327 | 2026-08-13T17:55:39.331Z | test port_map::tests::test_backplane_group ... ok |
| 6328 | 2026-08-13T17:55:39.331Z | test port_map::tests::test_port_map ... ok |
| 6329 | 2026-08-13T17:55:39.331Z | test port_map::tests::dump_map ... ok |
| 6330 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG created new freemap, unit: freemap_test |
| 6331 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG initted freemap. size: 8, unit: freemap_test |
| 6332 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG reset freemap, unit: freemap_test |
| 6333 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG created new freemap, unit: freemap_test |
| 6334 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG initted freemap. size: 128, unit: freemap_test |
| 6335 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG reset freemap, unit: freemap_test |
| 6336 | 2026-08-13T17:55:39.331Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6337 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6338 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6339 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6340 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6341 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG initted freemap. size: 64, Aug 13 17:55:37.931unit :DEBG freemap_route_ipv6created new freemap |
| 6342 | 2026-08-13T17:55:39.331Z | , unitAug 13 17:55:37.931: DEBGfreemap_route_ipv4 reset freemap |
| 6343 | 2026-08-13T17:55:39.331Z | , unit: freemap_route_ipv6 |
| 6344 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBGAug 13 17:55:37.931 created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 6345 | 2026-08-13T17:55:39.331Z | freemap_route_ipv6 |
| 6346 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 DEBG Aug 13 17:55:37.931replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6347 | 2026-08-13T17:55:39.331Z | DEBG initted freemap. size: 64, unitAug 13 17:55:37.931: INFOfreemap_route_ipv4 |
| 6348 | 2026-08-13T17:55:39.331Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6349 | 2026-08-13T17:55:39.331Z | Aug 13 17:55:37.931 Aug 13 17:55:37.931DEBG DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6350 | 2026-08-13T17:55:39.332Z | : freemap_route_ipv4 |
| 6351 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 Aug 13 17:55:37.931INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6352 | 2026-08-13T17:55:39.332Z | initted freemap. size: 64, unit: Aug 13 17:55:37.931freemap_route_ipv6 |
| 6353 | 2026-08-13T17:55:39.332Z | 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 13 17:55:37.931 |
| 6354 | 2026-08-13T17:55:39.332Z | DEBG reset freemap, unitAug 13 17:55:37.931: INFOfreemap_route_ipv6 |
| 6355 | 2026-08-13T17:55:39.332Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6356 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 Aug 13 17:55:37.931INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6357 | 2026-08-13T17:55:39.332Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6358 | 2026-08-13T17:55:39.332Z | test freemap::test_span ... ok |
| 6359 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 Aug 13 17:55:37.931DEBG 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 } }] |
| 6360 | 2026-08-13T17:55:39.332Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6361 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931Aug 13 17:55:37.931 INFODEBG adding route 3fff:beef::/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 } }] |
| 6362 | 2026-08-13T17:55:39.332Z | |
| 6363 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931Aug 13 17:55:37.931 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6364 | 2026-08-13T17:55:39.332Z | |
| 6365 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 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 } }] |
| 6366 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6367 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 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 } }] |
| 6368 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6369 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 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 } }] |
| 6370 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6371 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 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 } }] |
| 6372 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6373 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 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 } }] |
| 6374 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6375 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 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 } }] |
| 6376 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.931 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6377 | 2026-08-13T17:55:39.332Z | Aug 13 17:55:37.932 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 } }] |
| 6378 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6379 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6380 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6381 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6382 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6383 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6384 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6385 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6386 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6387 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6388 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6389 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6390 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6391 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6392 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6393 | 2026-08-13T17:55:39.333Z | Aug 13 17:55:37.932 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 } }] |
| 6394 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6395 | 2026-08-13T17:55:39.334Z | test api_server::tests::test_build_info ... ok |
| 6396 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6397 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 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 } }] |
| 6398 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6399 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 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 } }] |
| 6400 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6401 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 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 } }] |
| 6402 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6403 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 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 } }] |
| 6404 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6405 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 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 } }] |
| 6406 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6407 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 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 } }] |
| 6408 | 2026-08-13T17:55:39.334Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6409 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 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 } }] |
| 6410 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 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 } }] |
| 6412 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6413 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 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 } }] |
| 6414 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6415 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 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 } }] |
| 6416 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6417 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 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 } }] |
| 6418 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6419 | 2026-08-13T17:55:39.339Z | Aug 13 17:55:37.932 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 } }] |
| 6420 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6421 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6422 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6423 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6424 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6425 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6426 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6427 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6428 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6429 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6430 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6431 | 2026-08-13T17:55:39.340Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6432 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6433 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6434 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 } }] |
| 6435 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6436 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 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: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 } }] |
| 6437 | 2026-08-13T17:55:39.340Z | |
| 6438 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6439 | 2026-08-13T17:55:39.340Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6440 | 2026-08-13T17:55:39.340Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932 |
| 6441 | 2026-08-13T17:55:39.340Z | 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 } }] |
| 6442 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6443 | 2026-08-13T17:55:39.340Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-13T17:55:39.340Z | Aug 13 17:55:37.932 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 13 17:55:37.932 |
| 6445 | 2026-08-13T17:55:39.340Z | 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 } }]Aug 13 17:55:37.932 |
| 6446 | 2026-08-13T17:55:39.340Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6447 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6448 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 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 13 17:55:37.932 |
| 6449 | 2026-08-13T17:55:39.341Z | 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 } }] |
| 6450 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6451 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6452 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 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 13 17:55:37.932 |
| 6453 | 2026-08-13T17:55:39.341Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932 |
| 6454 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6455 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6456 | 2026-08-13T17:55:39.341Z | 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 13 17:55:37.932 |
| 6457 | 2026-08-13T17:55:39.341Z | 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 } }] |
| 6458 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6459 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6460 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 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 13 17:55:37.932 |
| 6461 | 2026-08-13T17:55:39.341Z | 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 } }] |
| 6462 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6463 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6464 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 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 } }]Aug 13 17:55:37.932 |
| 6465 | 2026-08-13T17:55:39.341Z | 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 } }] |
| 6466 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6467 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6468 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 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 13 17:55:37.932 |
| 6469 | 2026-08-13T17:55:39.341Z | 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 } }] |
| 6470 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:55:37.932 |
| 6471 | 2026-08-13T17:55:39.341Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6472 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932 |
| 6473 | 2026-08-13T17:55:39.341Z | 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 } }] |
| 6474 | 2026-08-13T17:55:39.341Z | Aug 13 17:55:37.932 INFOAug 13 17:55:37.932 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 6475 | 2026-08-13T17:55:39.341Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6476 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932 Aug 13 17:55:37.932DEBG 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 } }] |
| 6477 | 2026-08-13T17:55:39.342Z | 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 } }] |
| 6478 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6479 | 2026-08-13T17:55:39.342Z | |
| 6480 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 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: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 } }] |
| 6481 | 2026-08-13T17:55:39.342Z | |
| 6482 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6483 | 2026-08-13T17:55:39.342Z | |
| 6484 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6485 | 2026-08-13T17:55:39.342Z | |
| 6486 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6487 | 2026-08-13T17:55:39.342Z | |
| 6488 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6489 | 2026-08-13T17:55:39.342Z | |
| 6490 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6491 | 2026-08-13T17:55:39.342Z | |
| 6492 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 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 } }]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 } }] |
| 6493 | 2026-08-13T17:55:39.342Z | |
| 6494 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6495 | 2026-08-13T17:55:39.342Z | |
| 6496 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6497 | 2026-08-13T17:55:39.342Z | |
| 6498 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6499 | 2026-08-13T17:55:39.342Z | |
| 6500 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6501 | 2026-08-13T17:55:39.342Z | |
| 6502 | 2026-08-13T17:55:39.342Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6503 | 2026-08-13T17:55:39.342Z | |
| 6504 | 2026-08-13T17:55:39.343Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6505 | 2026-08-13T17:55:39.343Z | |
| 6506 | 2026-08-13T17:55:39.343Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6507 | 2026-08-13T17:55:39.343Z | |
| 6508 | 2026-08-13T17:55:39.343Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6509 | 2026-08-13T17:55:39.347Z | |
| 6510 | 2026-08-13T17:55:39.347Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6511 | 2026-08-13T17:55:39.347Z | |
| 6512 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6513 | 2026-08-13T17:55:39.348Z | |
| 6514 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6515 | 2026-08-13T17:55:39.348Z | |
| 6516 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6517 | 2026-08-13T17:55:39.348Z | |
| 6518 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6519 | 2026-08-13T17:55:39.348Z | |
| 6520 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6521 | 2026-08-13T17:55:39.348Z | |
| 6522 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6523 | 2026-08-13T17:55:39.348Z | |
| 6524 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6525 | 2026-08-13T17:55:39.348Z | |
| 6526 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6527 | 2026-08-13T17:55:39.348Z | |
| 6528 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6529 | 2026-08-13T17:55:39.348Z | |
| 6530 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6531 | 2026-08-13T17:55:39.348Z | |
| 6532 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6533 | 2026-08-13T17:55:39.348Z | |
| 6534 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6535 | 2026-08-13T17:55:39.348Z | |
| 6536 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 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: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 } }] |
| 6537 | 2026-08-13T17:55:39.348Z | Aug 13 17:55:37.932 |
| 6538 | 2026-08-13T17:55:39.349Z | DEBG created new freemapAug 13 17:55:37.932Aug 13 17:55:37.932, unitINFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6539 | 2026-08-13T17:55:39.349Z | INFO freemap_route_ipv4adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6540 | 2026-08-13T17:55:39.349Z | |
| 6541 | 2026-08-13T17:55:39.349Z | Aug 13 17:55:37.932 DEBGAug 13 17:55:37.932Aug 13 17:55:37.932 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 } }]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 } }]created new freemap |
| 6542 | 2026-08-13T17:55:39.349Z | |
| 6543 | 2026-08-13T17:55:39.349Z | , unit: freemap_route_ipv6 |
| 6544 | 2026-08-13T17:55:39.349Z | Aug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFOAug 13 17:55:37.932 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 6545 | 2026-08-13T17:55:39.349Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6546 | 2026-08-13T17:55:39.349Z | , unit:Aug 13 17:55:37.932 Aug 13 17:55:37.932freemap_route_ipv4 DEBGDEBG |
| 6547 | 2026-08-13T17:55:39.349Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6548 | 2026-08-13T17:55:39.349Z | |
| 6549 | 2026-08-13T17:55:39.349Z | Aug 13 17:55:37.932Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGINFO INFOAug 13 17:55:37.932 created new freemap adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff, |
| 6550 | 2026-08-13T17:55:39.349Z | |
| 6551 | 2026-08-13T17:55:39.349Z | reset freemapunit, :unitAug 13 17:55:37.932 Aug 13 17:55:37.932freemap_route_ipv4: |
| 6552 | 2026-08-13T17:55:39.349Z | 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 } }]freemap_route_ipv4 |
| 6553 | 2026-08-13T17:55:39.349Z | |
| 6554 | 2026-08-13T17:55:39.349Z | DEBGAug 13 17:55:37.933 Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGAug 13 17:55:37.933 INFODEBGDEBG created new freemap , replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, unitunit |
| 6555 | 2026-08-13T17:55:39.349Z | : freemap_route_ipv6: |
| 6556 | 2026-08-13T17:55:39.349Z | |
| 6557 | 2026-08-13T17:55:39.349Z | Aug 13 17:55:37.933freemap_route_ipv6 |
| 6558 | 2026-08-13T17:55:39.349Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6559 | 2026-08-13T17:55:39.349Z | Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933 DEBGDEBG Aug 13 17:55:37.933DEBGreset freemap replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6560 | 2026-08-13T17:55:39.349Z | , unitinitted freemap. size: 64:, 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 13 17:55:37.933unit |
| 6561 | 2026-08-13T17:55:39.349Z | : freemap_route_ipv6 |
| 6562 | 2026-08-13T17:55:39.350Z | INFOfreemap_route_ipv4Aug 13 17:55:37.933 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 6563 | 2026-08-13T17:55:39.350Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 13 17:55:37.933 |
| 6564 | 2026-08-13T17:55:39.350Z | |
| 6565 | 2026-08-13T17:55:39.350Z | INFO Aug 13 17:55:37.933Aug 13 17:55:37.933adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6566 | 2026-08-13T17:55:39.350Z | DEBGAug 13 17:55:37.933 reset freemapDEBG, unitreplacing 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 } }] |
| 6567 | 2026-08-13T17:55:39.350Z | DEBG Aug 13 17:55:37.933replacing 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 freemap_route_ipv4 |
| 6568 | 2026-08-13T17:55:39.350Z | |
| 6569 | 2026-08-13T17:55:39.350Z | 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 13 17:55:37.933 |
| 6570 | 2026-08-13T17:55:39.350Z | INFOAug 13 17:55:37.933 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:55:37.933 |
| 6571 | 2026-08-13T17:55:39.350Z | Aug 13 17:55:37.933INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:55:37.933 |
| 6572 | 2026-08-13T17:55:39.350Z | INFO DEBGinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1, 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 } }] |
| 6573 | 2026-08-13T17:55:39.350Z | unit |
| 6574 | 2026-08-13T17:55:39.350Z | :Aug 13 17:55:37.933 freemap_route_ipv6DEBG |
| 6575 | 2026-08-13T17:55:39.350Z | Aug 13 17:55:37.933 Aug 13 17:55:37.933replacing 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 |
| 6576 | 2026-08-13T17:55:39.350Z | Aug 13 17:55:37.933replacing 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 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 6577 | 2026-08-13T17:55:39.350Z | |
| 6578 | 2026-08-13T17:55:39.350Z | reset freemapAug 13 17:55:37.933, Aug 13 17:55:37.933Aug 13 17:55:37.933unit : INFO DEBG freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6579 | 2026-08-13T17:55:39.350Z | 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:34::/64 -> 2001:db8::55:ff |
| 6580 | 2026-08-13T17:55:39.350Z | |
| 6581 | 2026-08-13T17:55:39.350Z | |
| 6582 | 2026-08-13T17:55:39.350Z | Aug 13 17:55:37.933 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 INFO |
| 6583 | 2026-08-13T17:55:39.350Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6584 | 2026-08-13T17:55:39.350Z | |
| 6585 | 2026-08-13T17:55:39.350Z | 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 } }] |
| 6586 | 2026-08-13T17:55:39.350Z | Aug 13 17:55:37.933 INFOAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGINFO DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6587 | 2026-08-13T17:55:39.350Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6588 | 2026-08-13T17:55:39.350Z | |
| 6589 | 2026-08-13T17:55:39.350Z | |
| 6590 | 2026-08-13T17:55:39.350Z | Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6591 | 2026-08-13T17:55:39.351Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6592 | 2026-08-13T17:55:39.351Z | 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 } }]Aug 13 17:55:37.933replacing 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 } }] |
| 6593 | 2026-08-13T17:55:39.351Z | |
| 6594 | 2026-08-13T17:55:39.351Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933 |
| 6595 | 2026-08-13T17:55:39.351Z | created new freemapINFOAug 13 17:55:37.933, unit INFO:Aug 13 17:55:37.933 freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6596 | 2026-08-13T17:55:39.351Z | |
| 6597 | 2026-08-13T17:55:39.351Z | |
| 6598 | 2026-08-13T17:55:39.351Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6599 | 2026-08-13T17:55:39.351Z | Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGDEBGAug 13 17:55:37.933 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 } }] |
| 6600 | 2026-08-13T17:55:39.351Z | 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 } }] 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 } }]created new freemapAug 13 17:55:37.933 |
| 6601 | 2026-08-13T17:55:39.351Z | |
| 6602 | 2026-08-13T17:55:39.351Z | INFO, adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit |
| 6603 | 2026-08-13T17:55:39.351Z | Aug 13 17:55:37.933: Aug 13 17:55:37.933INFO Aug 13 17:55:37.933INFO freemap_route_ipv6adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 6604 | 2026-08-13T17:55:39.351Z | |
| 6605 | 2026-08-13T17:55:39.351Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6606 | 2026-08-13T17:55:39.351Z | DEBG |
| 6607 | 2026-08-13T17:55:39.351Z | Aug 13 17:55:37.933replacing 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 13 17:55:37.933DEBG Aug 13 17:55:37.933 |
| 6608 | 2026-08-13T17:55:39.351Z | INFODEBG initted freemap. size: 64 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 6609 | 2026-08-13T17:55:39.356Z | unit: Aug 13 17:55:37.933Aug 13 17:55:37.933replacing 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_ipv4 |
| 6610 | 2026-08-13T17:55:39.356Z | INFO |
| 6611 | 2026-08-13T17:55:39.356Z | DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6612 | 2026-08-13T17:55:39.356Z | 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 } }] |
| 6613 | 2026-08-13T17:55:39.356Z | Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGDEBGINFO 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 } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreset freemap |
| 6614 | 2026-08-13T17:55:39.356Z | |
| 6615 | 2026-08-13T17:55:39.356Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff, |
| 6616 | 2026-08-13T17:55:39.356Z | unit:Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 freemap_route_ipv4DEBG |
| 6617 | 2026-08-13T17:55:39.356Z | DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6618 | 2026-08-13T17:55:39.356Z | adding route 3fff:beef:39::/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 } }] |
| 6619 | 2026-08-13T17:55:39.356Z | |
| 6620 | 2026-08-13T17:55:39.356Z | Aug 13 17:55:37.933 Aug 13 17:55:37.933DEBG Aug 13 17:55:37.933Aug 13 17:55:37.933 initted freemap. size: 64INFODEBGINFO 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:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-13T17:55:39.356Z | |
| 6622 | 2026-08-13T17:55:39.356Z | , |
| 6623 | 2026-08-13T17:55:39.356Z | unit: Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 INFOfreemap_route_ipv6DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6624 | 2026-08-13T17:55:39.356Z | 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 } }] |
| 6625 | 2026-08-13T17:55:39.356Z | |
| 6626 | 2026-08-13T17:55:39.357Z | 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 } }] |
| 6627 | 2026-08-13T17:55:39.357Z | Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933INFOAug 13 17:55:37.933 DEBGINFODEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-13T17:55:39.357Z | adding route 3fff:beef:4::/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 } }] |
| 6629 | 2026-08-13T17:55:39.357Z | |
| 6630 | 2026-08-13T17:55:39.357Z | reset freemap, unitAug 13 17:55:37.933Aug 13 17:55:37.933:Aug 13 17:55:37.933 DEBG freemap_route_ipv6DEBGINFO |
| 6631 | 2026-08-13T17:55:39.357Z | 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: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 } }] |
| 6632 | 2026-08-13T17:55:39.357Z | |
| 6633 | 2026-08-13T17:55:39.357Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 13 17:55:37.933 |
| 6634 | 2026-08-13T17:55:39.357Z | Aug 13 17:55:37.933 Aug 13 17:55:37.933INFO INFOAug 13 17:55:37.933INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6635 | 2026-08-13T17:55:39.357Z | |
| 6636 | 2026-08-13T17:55:39.357Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }] |
| 6637 | 2026-08-13T17:55:39.357Z | |
| 6638 | 2026-08-13T17:55:39.357Z | Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGAug 13 17:55:37.933 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 } }]DEBG INFO |
| 6639 | 2026-08-13T17:55:39.357Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6640 | 2026-08-13T17:55:39.357Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6641 | 2026-08-13T17:55:39.357Z | |
| 6642 | 2026-08-13T17:55:39.357Z | Aug 13 17:55:37.933 INFOAug 13 17:55:37.933Aug 13 17:55:37.933 INFOAug 13 17:55:37.933DEBG INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6643 | 2026-08-13T17:55:39.357Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6644 | 2026-08-13T17:55:39.357Z | |
| 6645 | 2026-08-13T17:55:39.357Z | |
| 6646 | 2026-08-13T17:55:39.357Z | Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933 DEBG DEBGINFODEBG 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:3d::/64 -> 2001:db8::55:ff |
| 6647 | 2026-08-13T17:55:39.357Z | |
| 6648 | 2026-08-13T17:55:39.357Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 6649 | 2026-08-13T17:55:39.357Z | |
| 6650 | 2026-08-13T17:55:39.357Z | Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933INFO Aug 13 17:55:37.933INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 6651 | 2026-08-13T17:55:39.357Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6652 | 2026-08-13T17:55:39.357Z | |
| 6653 | 2026-08-13T17:55:39.358Z | Aug 13 17:55:37.933DEBG Aug 13 17:55:37.933replacing 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 13 17:55:37.933 DEBGDEBG |
| 6654 | 2026-08-13T17:55:39.358Z | 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: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 |
| 6655 | 2026-08-13T17:55:39.358Z | |
| 6656 | 2026-08-13T17:55:39.358Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:55:37.933 |
| 6657 | 2026-08-13T17:55:39.358Z | INFOAug 13 17:55:37.933Aug 13 17:55:37.933 INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 13 17:55:37.933 |
| 6658 | 2026-08-13T17:55:39.358Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6659 | 2026-08-13T17:55:39.358Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6660 | 2026-08-13T17:55:39.358Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:55:37.933 |
| 6661 | 2026-08-13T17:55:39.358Z | Aug 13 17:55:37.933 Aug 13 17:55:37.933 DEBG DEBG DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933 |
| 6662 | 2026-08-13T17:55:39.358Z | 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 } }] DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6663 | 2026-08-13T17:55:39.358Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6664 | 2026-08-13T17:55:39.358Z | |
| 6665 | 2026-08-13T17:55:39.358Z | Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933DEBG INFOfailed to allocate space for the new target list |
| 6666 | 2026-08-13T17:55:39.358Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO |
| 6667 | 2026-08-13T17:55:39.358Z | DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 13 17:55:37.933replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6668 | 2026-08-13T17:55:39.358Z | |
| 6669 | 2026-08-13T17:55:39.358Z | DEBG Aug 13 17:55:37.933Aug 13 17:55:37.933 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6670 | 2026-08-13T17:55:39.358Z | 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: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 } }] |
| 6671 | 2026-08-13T17:55:39.358Z | |
| 6672 | 2026-08-13T17:55:39.358Z | Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6673 | 2026-08-13T17:55:39.358Z | |
| 6674 | 2026-08-13T17:55:39.358Z | Aug 13 17:55:37.933Aug 13 17:55:37.933 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: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 } }] |
| 6675 | 2026-08-13T17:55:39.359Z | |
| 6676 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933Aug 13 17:55:37.933 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 6677 | 2026-08-13T17:55:39.359Z | |
| 6678 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6679 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6680 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6681 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6682 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6683 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6684 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6685 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6686 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6687 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6688 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6689 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6690 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6691 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6692 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6693 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6694 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6695 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6696 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6697 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6698 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6699 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6700 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6701 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6702 | 2026-08-13T17:55:39.359Z | Aug 13 17:55:37.933 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 } }] |
| 6703 | 2026-08-13T17:55:39.360Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-13T17:55:39.360Z | Aug 13 17:55:37.933 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 } }] |
| 6705 | 2026-08-13T17:55:39.360Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6706 | 2026-08-13T17:55:39.360Z | Aug 13 17:55:37.933 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 } }] |
| 6707 | 2026-08-13T17:55:39.360Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6708 | 2026-08-13T17:55:39.360Z | Aug 13 17:55:37.933 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 } }] |
| 6709 | 2026-08-13T17:55:39.364Z | Aug 13 17:55:37.933 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6710 | 2026-08-13T17:55:39.364Z | Aug 13 17:55:37.933 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 } }] |
| 6711 | 2026-08-13T17:55:39.364Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6712 | 2026-08-13T17:55:39.364Z | Aug 13 17:55:37.934 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 } }] |
| 6713 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6714 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 DEBG Aug 13 17:55:37.933replacing 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 } }] |
| 6715 | 2026-08-13T17:55:39.365Z | DEBG created new freemap, Aug 13 17:55:37.934unit :INFO freemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6716 | 2026-08-13T17:55:39.365Z | |
| 6717 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 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 } }]created new freemap |
| 6718 | 2026-08-13T17:55:39.365Z | , unit: Aug 13 17:55:37.934freemap_route_ipv6 |
| 6719 | 2026-08-13T17:55:39.365Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6720 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 DEBG Aug 13 17:55:37.934initted freemap. size: 64 , DEBGunit :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 } }] |
| 6721 | 2026-08-13T17:55:39.365Z | freemap_route_ipv4 |
| 6722 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 Aug 13 17:55:37.934INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6723 | 2026-08-13T17:55:39.365Z | reset freemap, unit:Aug 13 17:55:37.934 freemap_route_ipv4DEBG |
| 6724 | 2026-08-13T17:55:39.365Z | 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 } }] |
| 6725 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 DEBGAug 13 17:55:37.934 initted freemap. size: 64INFO, unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ff: |
| 6726 | 2026-08-13T17:55:39.365Z | freemap_route_ipv6 |
| 6727 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 DEBGAug 13 17:55:37.934 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 |
| 6728 | 2026-08-13T17:55:39.365Z | reset freemap, unitAug 13 17:55:37.934: INFOfreemap_route_ipv6 |
| 6729 | 2026-08-13T17:55:39.365Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6730 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 6731 | 2026-08-13T17:55:39.365Z | |
| 6732 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG adding route 3fff:beef:23::/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 } }] |
| 6733 | 2026-08-13T17:55:39.365Z | |
| 6734 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6735 | 2026-08-13T17:55:39.365Z | |
| 6736 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6737 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 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 } }] |
| 6738 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6739 | 2026-08-13T17:55:39.365Z | Aug 13 17:55:37.934 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 } }] |
| 6740 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6741 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6742 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6743 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6744 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6745 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6746 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6747 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6748 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6750 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6751 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6752 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6753 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6754 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6755 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6756 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6757 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6758 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6759 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6760 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6761 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6762 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-13T17:55:39.366Z | test route::tests::grow_succeeds ... ok |
| 6764 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6765 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6766 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 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 } }] |
| 6767 | 2026-08-13T17:55:39.366Z | test route::tests::identity_replace_is_noop ... ok |
| 6768 | 2026-08-13T17:55:39.366Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6769 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 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 } }] |
| 6770 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 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 } }] |
| 6772 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6773 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 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 } }] |
| 6774 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6775 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 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 } }] |
| 6776 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6777 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 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 } }] |
| 6778 | 2026-08-13T17:55:39.367Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6779 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 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 } }] |
| 6780 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6781 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 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 } }] |
| 6782 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6783 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 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 } }] |
| 6784 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6785 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6786 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6787 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 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 } }] |
| 6788 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG failed to allocate space for the new target list |
| 6789 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 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 } }] |
| 6790 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6791 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6792 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6793 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6794 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6795 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6796 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6797 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 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 } }] |
| 6798 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 17:55:37.934 |
| 6799 | 2026-08-13T17:55:39.368Z | DEBG created new freemapAug 13 17:55:37.934, 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 } }]freemap_route_ipv4 |
| 6800 | 2026-08-13T17:55:39.368Z | |
| 6801 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3created new freemap |
| 6802 | 2026-08-13T17:55:39.368Z | , unit: freemap_route_ipv6Aug 13 17:55:37.934 |
| 6803 | 2026-08-13T17:55:39.368Z | 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 } }] |
| 6804 | 2026-08-13T17:55:39.368Z | Aug 13 17:55:37.934 DEBG initted freemap. size: 64Aug 13 17:55:37.934, unitINFO: adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv4 |
| 6805 | 2026-08-13T17:55:39.368Z | |
| 6806 | 2026-08-13T17:55:39.369Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]reset freemap |
| 6807 | 2026-08-13T17:55:39.369Z | , unit: freemap_route_ipv4 |
| 6808 | 2026-08-13T17:55:39.369Z | Aug 13 17:55:37.934 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 13 17:55:37.934 |
| 6809 | 2026-08-13T17:55:39.410Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6810 | 2026-08-13T17:55:39.410Z | Aug 13 17:55:37.934 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6811 | 2026-08-13T17:55:39.410Z | Aug 13 17:55:37.934 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6812 | 2026-08-13T17:55:39.410Z | Aug 13 17:55:37.934 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 } }] |
| 6813 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6814 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 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 } }] |
| 6815 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6816 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 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 } }] |
| 6817 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6818 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 6819 | 2026-08-13T17:55:39.411Z | , unit: freemap_route_ipv4Aug 13 17:55:37.934 |
| 6820 | 2026-08-13T17:55:39.411Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6821 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 DEBG Aug 13 17:55:37.934created new freemap , DEBGunit :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 } }] |
| 6822 | 2026-08-13T17:55:39.411Z | freemap_route_ipv6 |
| 6823 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 Aug 13 17:55:37.934INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 6824 | 2026-08-13T17:55:39.411Z | initted freemap. size: 64, unit: Aug 13 17:55:37.934freemap_route_ipv4 |
| 6825 | 2026-08-13T17:55:39.411Z | 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 } }] |
| 6826 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 DEBG reset freemapAug 13 17:55:37.934, unitINFO: adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv4 |
| 6827 | 2026-08-13T17:55:39.411Z | |
| 6828 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 6829 | 2026-08-13T17:55:39.411Z | , unit: freemap_route_ipv6Aug 13 17:55:37.934 |
| 6830 | 2026-08-13T17:55:39.411Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6831 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934 DEBG reset freemapAug 13 17:55:37.934, unitDEBG: 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_ipv6 |
| 6832 | 2026-08-13T17:55:39.411Z | |
| 6833 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6834 | 2026-08-13T17:55:39.411Z | |
| 6835 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6836 | 2026-08-13T17:55:39.411Z | |
| 6837 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6838 | 2026-08-13T17:55:39.411Z | |
| 6839 | 2026-08-13T17:55:39.411Z | Aug 13 17:55:37.934Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBG DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]created new freemap |
| 6840 | 2026-08-13T17:55:39.412Z | , |
| 6841 | 2026-08-13T17:55:39.412Z | unit: Aug 13 17:55:37.934freemap_route_ipv4Aug 13 17:55:37.934 |
| 6842 | 2026-08-13T17:55:39.412Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:55:37.934 |
| 6843 | 2026-08-13T17:55:39.412Z | |
| 6844 | 2026-08-13T17:55:39.412Z | DEBG created new freemap, unitAug 13 17:55:37.934: DEBGAug 13 17:55:37.934freemap_route_ipv6 DEBG |
| 6845 | 2026-08-13T17:55:39.412Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6846 | 2026-08-13T17:55:39.412Z | 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 } }] |
| 6847 | 2026-08-13T17:55:39.412Z | Aug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG Aug 13 17:55:37.934initted freemap. size: 64 adding route 172.16.0.0/32 -> 10.0.0.4, INFOunit |
| 6848 | 2026-08-13T17:55:39.412Z | adding route 172.17.0.10/32 -> 10.0.0.255: |
| 6849 | 2026-08-13T17:55:39.412Z | freemap_route_ipv4Aug 13 17:55:37.934 |
| 6850 | 2026-08-13T17:55:39.412Z | Aug 13 17:55:37.934DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 13 17:55:37.934replacing 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 } }] |
| 6851 | 2026-08-13T17:55:39.412Z | DEBG |
| 6852 | 2026-08-13T17:55:39.412Z | reset freemap, unit: Aug 13 17:55:37.934freemap_route_ipv4Aug 13 17:55:37.934 |
| 6853 | 2026-08-13T17:55:39.412Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 6854 | 2026-08-13T17:55:39.412Z | Aug 13 17:55:37.934adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6855 | 2026-08-13T17:55:39.412Z | DEBGAug 13 17:55:37.934 initted freemap. size: 64DEBG, unitreplacing 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 13 17:55:37.934 |
| 6856 | 2026-08-13T17:55:39.412Z | : DEBGfreemap_route_ipv6 |
| 6857 | 2026-08-13T17:55:39.412Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.934 |
| 6858 | 2026-08-13T17:55:39.412Z | INFO Aug 13 17:55:37.934Aug 13 17:55:37.934adding route 172.17.0.12/32 -> 10.0.0.255 |
| 6859 | 2026-08-13T17:55:39.412Z | DEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255reset freemap |
| 6860 | 2026-08-13T17:55:39.412Z | Aug 13 17:55:37.934, unitDEBG: replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 13 17:55:37.934 |
| 6861 | 2026-08-13T17:55:39.412Z | |
| 6862 | 2026-08-13T17:55:39.412Z | 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 13 17:55:37.934Aug 13 17:55:37.934 |
| 6863 | 2026-08-13T17:55:39.412Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.13/32 -> 10.0.0.255 |
| 6864 | 2026-08-13T17:55:39.412Z | |
| 6865 | 2026-08-13T17:55:39.412Z | Aug 13 17:55:37.934 INFO Aug 13 17:55:37.934adding route 172.17.0.2/32 -> 10.0.0.255Aug 13 17:55:37.934 |
| 6866 | 2026-08-13T17:55:39.412Z | DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6867 | 2026-08-13T17:55:39.413Z | |
| 6868 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.934 DEBG Aug 13 17:55:37.934Aug 13 17:55:37.934 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 } }] |
| 6869 | 2026-08-13T17:55:39.413Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6870 | 2026-08-13T17:55:39.413Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 6871 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.934 Aug 13 17:55:37.934INFO Aug 13 17:55:37.934DEBG 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 } }]DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 6872 | 2026-08-13T17:55:39.413Z | |
| 6873 | 2026-08-13T17:55:39.413Z | 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 } }] |
| 6874 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.935Aug 13 17:55:37.935 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.935 |
| 6875 | 2026-08-13T17:55:39.413Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6876 | 2026-08-13T17:55:39.413Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 6877 | 2026-08-13T17:55:39.413Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6878 | 2026-08-13T17:55:39.413Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6879 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.935 Aug 13 17:55:37.935INFO Aug 13 17:55:37.935DEBG adding route 172.17.0.4/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 6880 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.936Aug 13 17:55:37.935 DEBG Aug 13 17:55:37.944created new freemap DEBGDEBG, unitcreated new freemap :, unitfreemap_route_ipv4replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 6881 | 2026-08-13T17:55:39.413Z | |
| 6882 | 2026-08-13T17:55:39.413Z | freemap_route_ipv4 |
| 6883 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 INFODEBGreplacing 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 } }] created new freemap |
| 6884 | 2026-08-13T17:55:39.413Z | adding route 172.17.0.5/32 -> 10.0.0.255, |
| 6885 | 2026-08-13T17:55:39.413Z | unit:Aug 13 17:55:37.944 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 } }]Aug 13 17:55:37.944 |
| 6886 | 2026-08-13T17:55:39.413Z | DEBG Aug 13 17:55:37.944Aug 13 17:55:37.944 created new freemap , INFOunit INFO :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6887 | 2026-08-13T17:55:39.413Z | freemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv6 |
| 6888 | 2026-08-13T17:55:39.413Z | |
| 6889 | 2026-08-13T17:55:39.413Z | |
| 6890 | 2026-08-13T17:55:39.413Z | Aug 13 17:55:37.944Aug 13 17:55:37.944Aug 13 17:55:37.944 DEBG DEBG initted freemap. size: 64DEBGreplacing 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 } }], |
| 6891 | 2026-08-13T17:55:39.413Z | unitAug 13 17:55:37.944: initted freemap. size: 64 freemap_route_ipv4DEBG |
| 6892 | 2026-08-13T17:55:39.413Z | , Aug 13 17:55:37.944unit :INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6893 | 2026-08-13T17:55:39.413Z | freemap_route_ipv4 |
| 6894 | 2026-08-13T17:55:39.413Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 13 17:55:37.944 |
| 6895 | 2026-08-13T17:55:39.414Z | Aug 13 17:55:37.944Aug 13 17:55:37.944DEBG DEBGINFO Aug 13 17:55:37.944 adding route 172.17.0.17/32 -> 10.0.0.255reset freemap |
| 6896 | 2026-08-13T17:55:39.414Z | , unitDEBG: replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 6897 | 2026-08-13T17:55:39.414Z | reset freemap |
| 6898 | 2026-08-13T17:55:39.414Z | , unit: Aug 13 17:55:37.944Aug 13 17:55:37.944 INFODEBG freemap_route_ipv4adding route 172.17.0.8/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 } }] |
| 6899 | 2026-08-13T17:55:39.414Z | |
| 6900 | 2026-08-13T17:55:39.414Z | Aug 13 17:55:37.944 |
| 6901 | 2026-08-13T17:55:39.414Z | DEBG Aug 13 17:55:37.944Aug 13 17:55:37.944 DEBGINFOAug 13 17:55:37.944initted freemap. size: 64 , unitreplacing 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 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 6902 | 2026-08-13T17:55:39.414Z | freemap_route_ipv6 |
| 6903 | 2026-08-13T17:55:39.414Z | initted freemap. size: 64, |
| 6904 | 2026-08-13T17:55:39.414Z | unitAug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944DEBG 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 } }] INFOfreemap_route_ipv6 |
| 6905 | 2026-08-13T17:55:39.414Z | reset freemap |
| 6906 | 2026-08-13T17:55:39.414Z | adding route 172.17.0.9/32 -> 10.0.0.255, unit: |
| 6907 | 2026-08-13T17:55:39.414Z | |
| 6908 | 2026-08-13T17:55:39.414Z | Aug 13 17:55:37.944freemap_route_ipv6 |
| 6909 | 2026-08-13T17:55:39.420Z | INFO Aug 13 17:55:37.944adding route 172.17.0.19/32 -> 10.0.0.255Aug 13 17:55:37.944Aug 13 17:55:37.944Aug 13 17:55:37.944 |
| 6910 | 2026-08-13T17:55:39.420Z | INFODEBGINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6911 | 2026-08-13T17:55:39.420Z | 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 } }] |
| 6912 | 2026-08-13T17:55:39.420Z | |
| 6913 | 2026-08-13T17:55:39.420Z | Aug 13 17:55:37.944 reset freemapDEBG, unit: freemap_route_ipv6Aug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944 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 } }]DEBGDEBG |
| 6914 | 2026-08-13T17:55:39.420Z | 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 } }] |
| 6915 | 2026-08-13T17:55:39.420Z | |
| 6916 | 2026-08-13T17:55:39.420Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 6917 | 2026-08-13T17:55:39.420Z | 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 } }]Aug 13 17:55:37.944 |
| 6918 | 2026-08-13T17:55:39.420Z | INFOAug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 6919 | 2026-08-13T17:55:39.420Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 6920 | 2026-08-13T17:55:39.420Z | 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 13 17:55:37.944adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6921 | 2026-08-13T17:55:39.420Z | INFOAug 13 17:55:37.944 Aug 13 17:55:37.944 |
| 6922 | 2026-08-13T17:55:39.420Z | Aug 13 17:55:37.944adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG 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 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 } }]Aug 13 17:55:37.944 |
| 6923 | 2026-08-13T17:55:39.420Z | |
| 6924 | 2026-08-13T17:55:39.420Z | |
| 6925 | 2026-08-13T17:55:39.420Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 6926 | 2026-08-13T17:55:39.420Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFODEBG |
| 6927 | 2026-08-13T17:55:39.420Z | Aug 13 17:55:37.944adding route 172.17.0.21/32 -> 10.0.0.255 Aug 13 17:55:37.944replacing 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 } }] |
| 6928 | 2026-08-13T17:55:39.420Z | INFO |
| 6929 | 2026-08-13T17:55:39.420Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:55:37.944 DEBGINFO |
| 6930 | 2026-08-13T17:55:39.420Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6931 | 2026-08-13T17:55:39.421Z | 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 13 17:55:37.944 |
| 6932 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 6933 | 2026-08-13T17:55:39.421Z | INFO |
| 6934 | 2026-08-13T17:55:39.421Z | 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 13 17:55:37.944adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 13 17:55:37.944Aug 13 17:55:37.944INFO |
| 6935 | 2026-08-13T17:55:39.421Z | INFOadding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 6936 | 2026-08-13T17:55:39.421Z | |
| 6937 | 2026-08-13T17:55:39.421Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 6938 | 2026-08-13T17:55:39.421Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6939 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944DEBG DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6940 | 2026-08-13T17:55:39.421Z | |
| 6941 | 2026-08-13T17:55:39.421Z | 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 13 17:55:37.944 |
| 6942 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 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 } }]DEBGINFO |
| 6943 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 17:55:37.944 |
| 6944 | 2026-08-13T17:55:39.421Z | adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 6945 | 2026-08-13T17:55:39.421Z | |
| 6946 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:55:37.944 DEBGDEBGAug 13 17:55:37.944 |
| 6947 | 2026-08-13T17:55:39.421Z | INFOAug 13 17:55:37.944 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 6948 | 2026-08-13T17:55:39.421Z | 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 |
| 6949 | 2026-08-13T17:55:39.421Z | 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 } }] |
| 6950 | 2026-08-13T17:55:39.421Z | |
| 6951 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944 Aug 13 17:55:37.944INFO WARNAug 13 17:55:37.944 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 6952 | 2026-08-13T17:55:39.421Z | Aug 13 17:55:37.944 adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 6953 | 2026-08-13T17:55:39.422Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6954 | 2026-08-13T17:55:39.422Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.944 |
| 6955 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944 INFOAug 13 17:55:37.944 DEBG Aug 13 17:55:37.944DEBG 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6956 | 2026-08-13T17:55:39.422Z | |
| 6957 | 2026-08-13T17:55:39.422Z | |
| 6958 | 2026-08-13T17:55:39.422Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 6959 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 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:dead::/64 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 13 17:55:37.944 |
| 6960 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944 |
| 6961 | 2026-08-13T17:55:39.422Z | INFO Aug 13 17:55:37.944 DEBGINFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 6962 | 2026-08-13T17:55:39.422Z | 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 } }] |
| 6963 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6964 | 2026-08-13T17:55:39.422Z | WARN Aug 13 17:55:37.944shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 13 17:55:37.944 |
| 6965 | 2026-08-13T17:55:39.422Z | DEBG Aug 13 17:55:37.944INFO 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 |
| 6966 | 2026-08-13T17:55:39.422Z | adding route 172.17.0.25/32 -> 10.0.0.255replacing 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 } }] |
| 6967 | 2026-08-13T17:55:39.422Z | |
| 6968 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944Aug 13 17:55:37.944 INFOERRO Aug 13 17:55:37.944adding route 172.17.0.16/32 -> 10.0.0.255 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6969 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944 |
| 6970 | 2026-08-13T17:55:39.422Z | INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:55:37.944 Aug 13 17:55:37.944 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 } }] |
| 6971 | 2026-08-13T17:55:39.422Z | |
| 6972 | 2026-08-13T17:55:39.422Z | DEBG ERROreplacing 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 } }] |
| 6973 | 2026-08-13T17:55:39.422Z | 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 |
| 6974 | 2026-08-13T17:55:39.422Z | Aug 13 17:55:37.944 Aug 13 17:55:37.944INFO Aug 13 17:55:37.944DEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing 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 |
| 6975 | 2026-08-13T17:55:39.422Z | |
| 6976 | 2026-08-13T17:55:39.422Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 6977 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.944 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6978 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.944 DEBG Aug 13 17:55:37.944replacing 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 } }] |
| 6979 | 2026-08-13T17:55:39.423Z | DEBG Aug 13 17:55:37.944replacing 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 } }] |
| 6980 | 2026-08-13T17:55:39.423Z | DEBG Aug 13 17:55:37.944 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 } }] |
| 6981 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.935INFOAug 13 17:55:37.944 DEBG INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff created new freemap |
| 6982 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.944, unitadding route 172.17.0.18/32 -> 10.0.0.255INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:55:37.945 |
| 6983 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.944DEBG Aug 13 17:55:37.935 Aug 13 17:55:37.952 DEBG created new freemapDEBG, unit replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6984 | 2026-08-13T17:55:39.423Z | created new freemap, |
| 6985 | 2026-08-13T17:55:39.423Z | freemap_route_ipv4 |
| 6986 | 2026-08-13T17:55:39.423Z | unit: Aug 13 17:55:37.952freemap_route_ipv4 |
| 6987 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.952DEBG DEBGcreated new freemapAug 13 17:55:37.952 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, Aug 13 17:55:37.952 unit |
| 6988 | 2026-08-13T17:55:39.423Z | DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff: created new freemap , freemap_route_ipv6unit |
| 6989 | 2026-08-13T17:55:39.423Z | : Aug 13 17:55:37.952freemap_route_ipv6 |
| 6990 | 2026-08-13T17:55:39.423Z | |
| 6991 | 2026-08-13T17:55:39.423Z | INFOAug 13 17:55:37.952 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 6992 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.952initted freemap. size: 64 Aug 13 17:55:37.952DEBG , DEBG unit :Aug 13 17:55:37.952initted freemap. size: 64 , 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 } }]unit |
| 6993 | 2026-08-13T17:55:39.423Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:freemap_route_ipv4 |
| 6994 | 2026-08-13T17:55:39.423Z | |
| 6995 | 2026-08-13T17:55:39.423Z | freemap_route_ipv4 |
| 6996 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.952 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:55:37.952 |
| 6997 | 2026-08-13T17:55:39.423Z | DEBGAug 13 17:55:37.952Aug 13 17:55:37.952 DEBGINFOreset freemap Aug 13 17:55:37.952adding route 172.17.0.20/32 -> 10.0.0.255 , |
| 6998 | 2026-08-13T17:55:39.423Z | unitDEBG: reset freemapfreemap_route_ipv4, 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 } }] |
| 6999 | 2026-08-13T17:55:39.423Z | |
| 7000 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.952unit :DEBGAug 13 17:55:37.952 freemap_route_ipv4DEBG |
| 7001 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.952replacing 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 } }]initted freemap. size: 64 |
| 7002 | 2026-08-13T17:55:39.423Z | Aug 13 17:55:37.952 , unitDEBG: Aug 13 17:55:37.952initted freemap. size: 64INFOfreemap_route_ipv6 |
| 7003 | 2026-08-13T17:55:39.423Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 7004 | 2026-08-13T17:55:39.424Z | , unitadding route 172.17.0.21/32 -> 10.0.0.255: |
| 7005 | 2026-08-13T17:55:39.424Z | freemap_route_ipv6Aug 13 17:55:37.952Aug 13 17:55:37.952 |
| 7006 | 2026-08-13T17:55:39.424Z | DEBGDEBG Aug 13 17:55:37.952reset freemapreplacing 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 13 17:55:37.952 |
| 7007 | 2026-08-13T17:55:39.424Z | , DEBG DEBG reset freemapunitreplacing 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 13 17:55:37.952 unitfreemap_route_ipv6 |
| 7008 | 2026-08-13T17:55:39.424Z | |
| 7009 | 2026-08-13T17:55:39.429Z | INFO: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 13 17:55:37.953Aug 13 17:55:37.953 |
| 7010 | 2026-08-13T17:55:39.429Z | |
| 7011 | 2026-08-13T17:55:39.429Z | INFOINFO Aug 13 17:55:37.953Aug 13 17:55:37.953adding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG |
| 7012 | 2026-08-13T17:55:39.429Z | |
| 7013 | 2026-08-13T17:55:39.429Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7014 | 2026-08-13T17:55:39.429Z | 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 13 17:55:37.953 |
| 7015 | 2026-08-13T17:55:39.429Z | Aug 13 17:55:37.953DEBG DEBGAug 13 17:55:37.953replacing 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 } }] |
| 7016 | 2026-08-13T17:55:39.429Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 13 17:55:37.953 |
| 7017 | 2026-08-13T17:55:39.429Z | 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 } }] Aug 13 17:55:37.953 |
| 7018 | 2026-08-13T17:55:39.429Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 17:55:37.953INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7019 | 2026-08-13T17:55:39.429Z | INFOAug 13 17:55:37.953 |
| 7020 | 2026-08-13T17:55:39.429Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7021 | 2026-08-13T17:55:39.429Z | Aug 13 17:55:37.953INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7022 | 2026-08-13T17:55:39.429Z | Aug 13 17:55:37.953Aug 13 17:55:37.953 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7023 | 2026-08-13T17:55:39.429Z | DEBG DEBGAug 13 17:55:37.953 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 |
| 7024 | 2026-08-13T17:55:39.429Z | Aug 13 17:55:37.953 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7025 | 2026-08-13T17:55:39.429Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7026 | 2026-08-13T17:55:39.429Z | Aug 13 17:55:37.953 |
| 7027 | 2026-08-13T17:55:39.429Z | INFOAug 13 17:55:37.953 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:55:37.953INFO |
| 7028 | 2026-08-13T17:55:39.429Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 7029 | 2026-08-13T17:55:39.429Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 13 17:55:37.953 Aug 13 17:55:37.953DEBG |
| 7030 | 2026-08-13T17:55:39.429Z | 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 } }] |
| 7031 | 2026-08-13T17:55:39.429Z | DEBG Aug 13 17:55:37.953replacing 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 } }] |
| 7032 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.935DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.953 |
| 7033 | 2026-08-13T17:55:39.430Z | DEBGINFO Aug 13 17:55:37.953created new freemap , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOAug 13 17:55:37.953 |
| 7034 | 2026-08-13T17:55:39.430Z | unitINFO:adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 7035 | 2026-08-13T17:55:39.430Z | freemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7036 | 2026-08-13T17:55:39.430Z | |
| 7037 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.953Aug 13 17:55:37.953Aug 13 17:55:37.953 DEBG DEBGDEBGreplacing 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 13 17:55:37.953replacing 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 } }] |
| 7038 | 2026-08-13T17:55:39.430Z | DEBG |
| 7039 | 2026-08-13T17:55:39.430Z | created new freemap , replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953 |
| 7040 | 2026-08-13T17:55:39.430Z | unit Aug 13 17:55:37.953: INFO INFOfreemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7041 | 2026-08-13T17:55:39.430Z | |
| 7042 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.953adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 7043 | 2026-08-13T17:55:39.430Z | INFO Aug 13 17:55:37.953adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7044 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.953DEBG initted freemap. size: 64DEBGAug 13 17:55:37.953, unitDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 13 17:55:37.953 |
| 7045 | 2026-08-13T17:55:39.430Z | |
| 7046 | 2026-08-13T17:55:39.430Z | 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 } }] |
| 7047 | 2026-08-13T17:55:39.430Z | freemap_route_ipv4Aug 13 17:55:37.953Aug 13 17:55:37.953 Aug 13 17:55:37.953INFO adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 7048 | 2026-08-13T17:55:39.430Z | INFO |
| 7049 | 2026-08-13T17:55:39.430Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 17:55:37.953Aug 13 17:55:37.953 |
| 7050 | 2026-08-13T17:55:39.430Z | |
| 7051 | 2026-08-13T17:55:39.430Z | DEBG DEBGreset freemap Aug 13 17:55:37.953, 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 |
| 7052 | 2026-08-13T17:55:39.430Z | 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 } }]Aug 13 17:55:37.953 freemap_route_ipv4 |
| 7053 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.953 |
| 7054 | 2026-08-13T17:55:39.430Z | DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 7055 | 2026-08-13T17:55:39.430Z | |
| 7056 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.953 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 7057 | 2026-08-13T17:55:39.430Z | Aug 13 17:55:37.953Aug 13 17:55:37.953 DEBG initted freemap. size: 64 INFO, unitAug 13 17:55:37.953: adding route 3fff:beef:11::/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 } }]DEBG |
| 7058 | 2026-08-13T17:55:39.432Z | |
| 7059 | 2026-08-13T17:55:39.432Z | freemap_route_ipv6replacing 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 } }] |
| 7060 | 2026-08-13T17:55:39.432Z | Aug 13 17:55:37.953 |
| 7061 | 2026-08-13T17:55:39.432Z | DEBGAug 13 17:55:37.953Aug 13 17:55:37.953 DEBG reset freemap, unitreplacing 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 13 17:55:37.953 |
| 7062 | 2026-08-13T17:55:39.432Z | INFOINFO freemap_route_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 7063 | 2026-08-13T17:55:39.432Z | |
| 7064 | 2026-08-13T17:55:39.432Z | Aug 13 17:55:37.953adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7065 | 2026-08-13T17:55:39.432Z | INFOAug 13 17:55:37.953 Aug 13 17:55:37.953adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 7066 | 2026-08-13T17:55:39.432Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:55:37.953 Aug 13 17:55:37.953 |
| 7067 | 2026-08-13T17:55:39.432Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7068 | 2026-08-13T17:55:39.432Z | DEBG DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7069 | 2026-08-13T17:55:39.432Z | Aug 13 17:55:37.953 |
| 7070 | 2026-08-13T17:55:39.432Z | Aug 13 17:55:37.953 INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 7071 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953Aug 13 17:55:37.953 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 } }] |
| 7072 | 2026-08-13T17:55:39.433Z | adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 7073 | 2026-08-13T17:55:39.433Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 13 17:55:37.953 |
| 7074 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:55:37.953 |
| 7075 | 2026-08-13T17:55:39.433Z | DEBG DEBG Aug 13 17:55:37.953replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 7076 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953 |
| 7077 | 2026-08-13T17:55:39.433Z | 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 } }]DEBG |
| 7078 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953replacing 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 13 17:55:37.953 |
| 7079 | 2026-08-13T17:55:39.433Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7080 | 2026-08-13T17:55:39.433Z | INFO INFOAug 13 17:55:37.953 adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7081 | 2026-08-13T17:55:39.433Z | INFO |
| 7082 | 2026-08-13T17:55:39.433Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7083 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953 Aug 13 17:55:37.953 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 } }] |
| 7084 | 2026-08-13T17:55:39.433Z | INFOAug 13 17:55:37.953Aug 13 17:55:37.953 Aug 13 17:55:37.953DEBG INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7085 | 2026-08-13T17:55:39.433Z | |
| 7086 | 2026-08-13T17:55:39.433Z | 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 } }] |
| 7087 | 2026-08-13T17:55:39.433Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7088 | 2026-08-13T17:55:39.433Z | |
| 7089 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953Aug 13 17:55:37.953 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: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 } }] |
| 7090 | 2026-08-13T17:55:39.433Z | |
| 7091 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953Aug 13 17:55:37.953 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7092 | 2026-08-13T17:55:39.433Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7093 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953Aug 13 17:55:37.953 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7094 | 2026-08-13T17:55:39.433Z | INFOAug 13 17:55:37.953Aug 13 17:55:37.953 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGDEBG |
| 7095 | 2026-08-13T17:55:39.433Z | 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 } }] |
| 7096 | 2026-08-13T17:55:39.433Z | Aug 13 17:55:37.953replacing 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 |
| 7097 | 2026-08-13T17:55:39.434Z | Aug 13 17:55:37.953replacing 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 13 17:55:37.953DEBG |
| 7098 | 2026-08-13T17:55:39.434Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7099 | 2026-08-13T17:55:39.434Z | 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 } }] |
| 7100 | 2026-08-13T17:55:39.434Z | :Aug 13 17:55:37.961 freemap_route_ipv4INFO |
| 7101 | 2026-08-13T17:55:39.434Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7102 | 2026-08-13T17:55:39.434Z | Aug 13 17:55:37.953Aug 13 17:55:37.961 DEBGAug 13 17:55:37.961Aug 13 17:55:37.961INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7103 | 2026-08-13T17:55:39.434Z | 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 } }]created new freemap |
| 7104 | 2026-08-13T17:55:39.434Z | , Aug 13 17:55:37.961 unit:DEBG freemap_route_ipv6replacing 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 } }] |
| 7105 | 2026-08-13T17:55:39.434Z | Aug 13 17:55:37.961 |
| 7106 | 2026-08-13T17:55:39.434Z | INFOAug 13 17:55:37.961Aug 13 17:55:37.953Aug 13 17:55:37.961 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7107 | 2026-08-13T17:55:39.434Z | DEBG initted freemap. size: 64 , INFOunitAug 13 17:55:37.961 :adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4 |
| 7108 | 2026-08-13T17:55:39.434Z | DEBG |
| 7109 | 2026-08-13T17:55:39.439Z | adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }] |
| 7110 | 2026-08-13T17:55:39.439Z | |
| 7111 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961 Aug 13 17:55:37.961DEBG Aug 13 17:55:37.961DEBG 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 |
| 7112 | 2026-08-13T17:55:39.439Z | reset freemap, 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 } }]unitAug 13 17:55:37.961: Aug 13 17:55:37.961INFO |
| 7113 | 2026-08-13T17:55:39.439Z | INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7114 | 2026-08-13T17:55:39.439Z | freemap_route_ipv4adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7115 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961 |
| 7116 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGAug 13 17:55:37.961 |
| 7117 | 2026-08-13T17:55:39.439Z | DEBG Aug 13 17:55:37.961initted freemap. size: 64 Aug 13 17:55:37.961 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 } }] , 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 } }] |
| 7118 | 2026-08-13T17:55:39.439Z | unit |
| 7119 | 2026-08-13T17:55:39.439Z | : DEBGfreemap_route_ipv6 |
| 7120 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7121 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7122 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 7123 | 2026-08-13T17:55:39.439Z | Aug 13 17:55:37.961reset freemap , Aug 13 17:55:37.945Aug 13 17:55:37.961Aug 13 17:55:37.961 unitDEBG DEBG DEBGINFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: created new freemap |
| 7124 | 2026-08-13T17:55:39.439Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], freemap_route_ipv6unit |
| 7125 | 2026-08-13T17:55:39.439Z | : |
| 7126 | 2026-08-13T17:55:39.439Z | adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4Aug 13 17:55:37.961 |
| 7127 | 2026-08-13T17:55:39.440Z | |
| 7128 | 2026-08-13T17:55:39.440Z | INFOAug 13 17:55:37.961 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:55:37.961 |
| 7129 | 2026-08-13T17:55:39.440Z | Aug 13 17:55:37.961INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 7130 | 2026-08-13T17:55:39.440Z | Aug 13 17:55:37.961 |
| 7131 | 2026-08-13T17:55:39.440Z | 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 } }] Aug 13 17:55:37.961replacing 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 } }] |
| 7132 | 2026-08-13T17:55:39.440Z | DEBGAug 13 17:55:37.961 |
| 7133 | 2026-08-13T17:55:39.440Z | created new freemap DEBGAug 13 17:55:37.961Aug 13 17:55:37.961, unitINFO: Aug 13 17:55:37.961freemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7134 | 2026-08-13T17:55:39.440Z | |
| 7135 | 2026-08-13T17:55:39.440Z | 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 } }]INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:37.961adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7136 | 2026-08-13T17:55:39.440Z | Aug 13 17:55:37.961 |
| 7137 | 2026-08-13T17:55:39.440Z | |
| 7138 | 2026-08-13T17:55:39.440Z | DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:37.961initted freemap. size: 64Aug 13 17:55:37.961 |
| 7139 | 2026-08-13T17:55:39.440Z | , Aug 13 17:55:37.961INFOunit : DEBG freemap_route_ipv4replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7140 | 2026-08-13T17:55:39.440Z | Aug 13 17:55:37.961INFO |
| 7141 | 2026-08-13T17:55:39.440Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 7142 | 2026-08-13T17:55:39.440Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 17:55:37.961Aug 13 17:55:37.961adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7143 | 2026-08-13T17:55:39.440Z | DEBG |
| 7144 | 2026-08-13T17:55:39.440Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreset freemap |
| 7145 | 2026-08-13T17:55:39.440Z | , Aug 13 17:55:37.961Aug 13 17:55:37.961Aug 13 17:55:37.961 DEBGunit Aug 13 17:55:37.961replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7146 | 2026-08-13T17:55:39.440Z | freemap_route_ipv4replacing 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 |
| 7147 | 2026-08-13T17:55:39.440Z | |
| 7148 | 2026-08-13T17:55:39.440Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:37.961replacing 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 } }] |
| 7149 | 2026-08-13T17:55:39.440Z | Aug 13 17:55:37.961 |
| 7150 | 2026-08-13T17:55:39.440Z | DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 13 17:55:37.961initted freemap. size: 64 |
| 7151 | 2026-08-13T17:55:39.440Z | , Aug 13 17:55:37.961unit: INFOfreemap_route_ipv6Aug 13 17:55:37.961 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 7152 | 2026-08-13T17:55:39.440Z | |
| 7153 | 2026-08-13T17:55:39.440Z | Aug 13 17:55:37.961adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7154 | 2026-08-13T17:55:39.440Z | 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 } }]INFO |
| 7155 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961 Aug 13 17:55:37.961Aug 13 17:55:37.961 Aug 13 17:55:37.961DEBGDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7156 | 2026-08-13T17:55:39.441Z | INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.17.0.7/32 -> 10.0.0.255reset freemap |
| 7157 | 2026-08-13T17:55:39.441Z | |
| 7158 | 2026-08-13T17:55:39.441Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], unit |
| 7159 | 2026-08-13T17:55:39.441Z | :Aug 13 17:55:37.961Aug 13 17:55:37.961 Aug 13 17:55:37.961INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff 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 } }] |
| 7160 | 2026-08-13T17:55:39.441Z | DEBGfreemap_route_ipv6Aug 13 17:55:37.961 |
| 7161 | 2026-08-13T17:55:39.441Z | |
| 7162 | 2026-08-13T17:55:39.441Z | INFOAug 13 17:55:37.961 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 13 17:55:37.961DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7163 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961adding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }] |
| 7164 | 2026-08-13T17:55:39.441Z | INFO |
| 7165 | 2026-08-13T17:55:39.441Z | |
| 7166 | 2026-08-13T17:55:39.441Z | test route::tests::same_size_non_subset_replace ... ok |
| 7167 | 2026-08-13T17:55:39.441Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7168 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961Aug 13 17:55:37.961 DEBGAug 13 17:55:37.961 INFOAug 13 17:55:37.961 Aug 13 17:55:37.961INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7169 | 2026-08-13T17:55:39.441Z | |
| 7170 | 2026-08-13T17:55:39.441Z | DEBG |
| 7171 | 2026-08-13T17:55:39.441Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7172 | 2026-08-13T17:55:39.441Z | |
| 7173 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961Aug 13 17:55:37.961 DEBGINFOAug 13 17:55:37.961 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 } }]INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7174 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961Aug 13 17:55:37.961 |
| 7175 | 2026-08-13T17:55:39.441Z | DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 17:55:37.961 |
| 7176 | 2026-08-13T17:55:39.441Z | replacing targets for 3fff:dead::/64 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: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 13 17:55:37.961 |
| 7177 | 2026-08-13T17:55:39.441Z | INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7178 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961Aug 13 17:55:37.961 |
| 7179 | 2026-08-13T17:55:39.441Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7180 | 2026-08-13T17:55:39.441Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.961Aug 13 17:55:37.961 |
| 7181 | 2026-08-13T17:55:39.441Z | DEBG INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 17:55:37.961 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.17.0.10/32 -> 10.0.0.255 |
| 7182 | 2026-08-13T17:55:39.441Z | Aug 13 17:55:37.961 |
| 7183 | 2026-08-13T17:55:39.442Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3WARN |
| 7184 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.961shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:55:37.961 INFODEBG |
| 7185 | 2026-08-13T17:55:39.442Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:55:37.961replacing 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 } }] |
| 7186 | 2026-08-13T17:55:39.442Z | |
| 7187 | 2026-08-13T17:55:39.442Z | |
| 7188 | 2026-08-13T17:55:39.442Z | DEBG Aug 13 17:55:37.961replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7189 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.961INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Aug 13 17:55:37.961Aug 13 17:55:37.961 |
| 7190 | 2026-08-13T17:55:39.442Z | INFO 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 7191 | 2026-08-13T17:55:39.442Z | |
| 7192 | 2026-08-13T17:55:39.442Z | |
| 7193 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.961Aug 13 17:55:37.961Aug 13 17:55:37.961 Aug 13 17:55:37.961 DEBG INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7194 | 2026-08-13T17:55:39.442Z | DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7195 | 2026-08-13T17:55:39.442Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7196 | 2026-08-13T17:55:39.442Z | |
| 7197 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.961 Aug 13 17:55:37.961DEBG DEBGAug 13 17:55:37.961 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7198 | 2026-08-13T17:55:39.442Z | |
| 7199 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.961adding route 172.17.0.12/32 -> 10.0.0.255 Aug 13 17:55:37.961 |
| 7200 | 2026-08-13T17:55:39.442Z | DEBGAug 13 17:55:37.961 INFOWARNreplacing 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 } }] |
| 7201 | 2026-08-13T17:55:39.442Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 17:55:37.961 |
| 7202 | 2026-08-13T17:55:39.442Z | DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7203 | 2026-08-13T17:55:39.442Z | 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 13 17:55:37.961Aug 13 17:55:37.961 |
| 7204 | 2026-08-13T17:55:39.442Z | INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7205 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.962 DEBG created new freemap, unit:Aug 13 17:55:37.962 Aug 13 17:55:37.969freemap_route_ipv4DEBG |
| 7206 | 2026-08-13T17:55:39.442Z | DEBGcreated new freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 7207 | 2026-08-13T17:55:39.442Z | :Aug 13 17:55:37.961 |
| 7208 | 2026-08-13T17:55:39.442Z | Aug 13 17:55:37.969 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255created new freemap, |
| 7209 | 2026-08-13T17:55:39.448Z | unitAug 13 17:55:37.969:Aug 13 17:55:37.953Aug 13 17:55:37.969 DEBGfreemap_route_ipv4 INFOcreated new freemapAug 13 17:55:37.969 INFO |
| 7210 | 2026-08-13T17:55:39.448Z | , unitfreemap_route_ipv6:adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 7211 | 2026-08-13T17:55:39.448Z | |
| 7212 | 2026-08-13T17:55:39.448Z | |
| 7213 | 2026-08-13T17:55:39.448Z | |
| 7214 | 2026-08-13T17:55:39.448Z | DEBGAug 13 17:55:37.969 Aug 13 17:55:37.969replacing 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 } }] DEBGDEBG |
| 7215 | 2026-08-13T17:55:39.448Z | Aug 13 17:55:37.969 Aug 13 17:55:37.969 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 } }]DEBGAug 13 17:55:37.969Aug 13 17:55:37.969DEBG |
| 7216 | 2026-08-13T17:55:39.448Z | 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 } }] |
| 7217 | 2026-08-13T17:55:39.448Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:55:37.969 DEBG |
| 7218 | 2026-08-13T17:55:39.448Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap |
| 7219 | 2026-08-13T17:55:39.448Z | initted freemap. size: 64Aug 13 17:55:37.969, , unit , INFO unit:Aug 13 17:55:37.969:Aug 13 17:55:37.969 adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 7220 | 2026-08-13T17:55:39.448Z | |
| 7221 | 2026-08-13T17:55:39.448Z | unit DEBG: freemap_route_ipv4 DEBG |
| 7222 | 2026-08-13T17:55:39.448Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.969freemap_route_ipv6 Aug 13 17:55:37.969replacing 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 } }] |
| 7223 | 2026-08-13T17:55:39.448Z | |
| 7224 | 2026-08-13T17:55:39.448Z | |
| 7225 | 2026-08-13T17:55:39.448Z | DEBG DEBG initted freemap. size: 64Aug 13 17:55:37.969replacing 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 13 17:55:37.969unit |
| 7226 | 2026-08-13T17:55:39.448Z | Aug 13 17:55:37.969Aug 13 17:55:37.969 DEBGINFO INFO :initted freemap. size: 64 DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff, Aug 13 17:55:37.969 |
| 7227 | 2026-08-13T17:55:39.448Z | unitreset freemap adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv4: INFO, unit |
| 7228 | 2026-08-13T17:55:39.448Z | |
| 7229 | 2026-08-13T17:55:39.448Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4: |
| 7230 | 2026-08-13T17:55:39.448Z | Aug 13 17:55:37.969 |
| 7231 | 2026-08-13T17:55:39.449Z | freemap_route_ipv4 |
| 7232 | 2026-08-13T17:55:39.449Z | DEBG Aug 13 17:55:37.969replacing 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 13 17:55:37.969 |
| 7233 | 2026-08-13T17:55:39.449Z | Aug 13 17:55:37.969Aug 13 17:55:37.969DEBG Aug 13 17:55:37.969DEBGDEBGAug 13 17:55:37.970 INFO reset freemapreset freemap, , unit : replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 7234 | 2026-08-13T17:55:39.449Z | DEBG |
| 7235 | 2026-08-13T17:55:39.449Z | freemap_route_ipv4 DEBG |
| 7236 | 2026-08-13T17:55:39.449Z | Aug 13 17:55:37.970 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 } }]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 } }] |
| 7237 | 2026-08-13T17:55:39.449Z | Aug 13 17:55:37.970 freemap_route_ipv4DEBG |
| 7238 | 2026-08-13T17:55:39.449Z | initted freemap. size: 64 |
| 7239 | 2026-08-13T17:55:39.449Z | , Aug 13 17:55:37.970 INFO unit: initted freemap. size: 64Aug 13 17:55:37.970Aug 13 17:55:37.970freemap_route_ipv6, adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 13 17:55:37.970 |
| 7240 | 2026-08-13T17:55:39.449Z | INFO |
| 7241 | 2026-08-13T17:55:39.449Z | adding route 172.17.0.16/32 -> 10.0.0.255 unit DEBG: INFOAug 13 17:55:37.970 initted freemap. size: 64adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7242 | 2026-08-13T17:55:39.449Z | , |
| 7243 | 2026-08-13T17:55:39.449Z | DEBGunitAug 13 17:55:37.970: Aug 13 17:55:37.970freemap_route_ipv6 DEBGAug 13 17:55:37.970replacing 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 } }]DEBGfreemap_route_ipv6 |
| 7244 | 2026-08-13T17:55:39.449Z | |
| 7245 | 2026-08-13T17:55:39.449Z | |
| 7246 | 2026-08-13T17:55:39.449Z | 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 } }] reset freemapreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7247 | 2026-08-13T17:55:39.449Z | Aug 13 17:55:37.970, |
| 7248 | 2026-08-13T17:55:39.449Z | DEBGAug 13 17:55:37.970unit Aug 13 17:55:37.970reset freemap: , Aug 13 17:55:37.970freemap_route_ipv6 unitINFO:INFO |
| 7249 | 2026-08-13T17:55:39.449Z | Aug 13 17:55:37.970 adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 7250 | 2026-08-13T17:55:39.449Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff freemap_route_ipv6adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7251 | 2026-08-13T17:55:39.449Z | |
| 7252 | 2026-08-13T17:55:39.449Z | |
| 7253 | 2026-08-13T17:55:39.449Z | DEBGAug 13 17:55:37.970 INFOreset freemapAug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970 Aug 13 17:55:37.970 DEBG, adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 7254 | 2026-08-13T17:55:39.449Z | :INFODEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6Aug 13 17:55:37.970replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7255 | 2026-08-13T17:55:39.449Z | |
| 7256 | 2026-08-13T17:55:39.449Z | |
| 7257 | 2026-08-13T17:55:39.449Z | DEBG |
| 7258 | 2026-08-13T17:55:39.449Z | 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 13 17:55:37.970Aug 13 17:55:37.970 INFO |
| 7259 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 7260 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7261 | 2026-08-13T17:55:39.450Z | adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:55:37.970 |
| 7262 | 2026-08-13T17:55:39.450Z | DEBG |
| 7263 | 2026-08-13T17:55:39.450Z | |
| 7264 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970Aug 13 17:55:37.970 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 13 17:55:37.970 |
| 7265 | 2026-08-13T17:55:39.450Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7266 | 2026-08-13T17:55:39.450Z | INFODEBGAug 13 17:55:37.970Aug 13 17:55:37.970 adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 17:55:37.970 DEBGAug 13 17:55:37.970 INFO |
| 7267 | 2026-08-13T17:55:39.450Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7268 | 2026-08-13T17:55:39.450Z | |
| 7269 | 2026-08-13T17:55:39.450Z | |
| 7270 | 2026-08-13T17:55:39.450Z | INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7271 | 2026-08-13T17:55:39.450Z | |
| 7272 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970 Aug 13 17:55:37.970DEBG Aug 13 17:55:37.970INFO INFO DEBGDEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7273 | 2026-08-13T17:55:39.450Z | |
| 7274 | 2026-08-13T17:55:39.450Z | INFOadding route 172.17.0.19/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 } }] |
| 7275 | 2026-08-13T17:55:39.450Z | |
| 7276 | 2026-08-13T17:55:39.450Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7277 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970 |
| 7278 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970Aug 13 17:55:37.970 DEBGAug 13 17:55:37.970 INFO DEBGINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970 |
| 7279 | 2026-08-13T17:55:39.450Z | Aug 13 17:55:37.970 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:dead::/64 -> 2001:db8::55:3 |
| 7280 | 2026-08-13T17:55:39.450Z | |
| 7281 | 2026-08-13T17:55:39.450Z | |
| 7282 | 2026-08-13T17:55:39.450Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGAug 13 17:55:37.970 |
| 7283 | 2026-08-13T17:55:39.450Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970 INFO |
| 7284 | 2026-08-13T17:55:39.450Z | DEBG INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:29::/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 } }] |
| 7285 | 2026-08-13T17:55:39.450Z | |
| 7286 | 2026-08-13T17:55:39.450Z | 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 } }] |
| 7287 | 2026-08-13T17:55:39.451Z | Aug 13 17:55:37.970 |
| 7288 | 2026-08-13T17:55:39.451Z | Aug 13 17:55:37.970INFO Aug 13 17:55:37.970 DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970 |
| 7289 | 2026-08-13T17:55:39.451Z | Aug 13 17:55:37.970 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 17:55:37.970adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7290 | 2026-08-13T17:55:39.451Z | 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 } }] |
| 7291 | 2026-08-13T17:55:39.451Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7292 | 2026-08-13T17:55:39.451Z | |
| 7293 | 2026-08-13T17:55:39.451Z | Aug 13 17:55:37.970 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 7294 | 2026-08-13T17:55:39.451Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970 |
| 7295 | 2026-08-13T17:55:39.451Z | Aug 13 17:55:37.970 Aug 13 17:55:37.970INFO Aug 13 17:55:37.970Aug 13 17:55:37.970 DEBG DEBGadding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 7296 | 2026-08-13T17:55:39.452Z | INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7297 | 2026-08-13T17:55:39.452Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:20::/64 -> 2001:db8::55:ff |
| 7298 | 2026-08-13T17:55:39.452Z | Aug 13 17:55:37.970 |
| 7299 | 2026-08-13T17:55:39.452Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7300 | 2026-08-13T17:55:39.452Z | DEBG Aug 13 17:55:37.970Aug 13 17:55:37.970 Aug 13 17:55:37.970INFOreplacing 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 } }] |
| 7301 | 2026-08-13T17:55:39.452Z | DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 17:55:37.970replacing 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:dead::/64 -> 2001:db8::55:4 DEBG |
| 7302 | 2026-08-13T17:55:39.452Z | |
| 7303 | 2026-08-13T17:55:39.452Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7304 | 2026-08-13T17:55:39.452Z | Aug 13 17:55:37.970 |
| 7305 | 2026-08-13T17:55:39.452Z | Aug 13 17:55:37.970INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 13 17:55:37.970Aug 13 17:55:37.970INFO DEBG |
| 7306 | 2026-08-13T17:55:39.452Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7307 | 2026-08-13T17:55:39.452Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 7308 | 2026-08-13T17:55:39.452Z | |
| 7309 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:37.970Aug 13 17:55:37.970 DEBGAug 13 17:55:37.970DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7310 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:37.970 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 7311 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:37.971 DEBG created new freemap , unitDEBG: 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 freemap_route_ipv4replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.015 |
| 7312 | 2026-08-13T17:55:39.457Z | |
| 7313 | 2026-08-13T17:55:39.457Z | |
| 7314 | 2026-08-13T17:55:39.457Z | INFOAug 13 17:55:38.015 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 7315 | 2026-08-13T17:55:39.457Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.015Aug 13 17:55:38.015 DEBGINFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255, |
| 7316 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:38.015Aug 13 17:55:38.015unit |
| 7317 | 2026-08-13T17:55:39.457Z | DEBGINFO: Aug 13 17:55:38.015adding route 172.17.0.34/32 -> 10.0.0.255 freemap_route_ipv6DEBG |
| 7318 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:38.015 |
| 7319 | 2026-08-13T17:55:39.457Z | 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 } }] |
| 7320 | 2026-08-13T17:55:39.457Z | 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 13 17:55:38.015 |
| 7321 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:38.015DEBGAug 13 17:55:38.015INFO Aug 13 17:55:38.015 INFOinitted freemap. size: 64 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255 |
| 7322 | 2026-08-13T17:55:39.457Z | |
| 7323 | 2026-08-13T17:55:39.457Z | , INFOunit Aug 13 17:55:38.015Aug 13 17:55:38.015adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG |
| 7324 | 2026-08-13T17:55:39.457Z | :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 } }]DEBGDEBG |
| 7325 | 2026-08-13T17:55:39.457Z | 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 } }] |
| 7326 | 2026-08-13T17:55:39.457Z | freemap_route_ipv4 Aug 13 17:55:38.015Aug 13 17:55:38.015 INFO |
| 7327 | 2026-08-13T17:55:39.457Z | DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7328 | 2026-08-13T17:55:39.457Z | |
| 7329 | 2026-08-13T17:55:39.457Z | 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 13 17:55:38.015 |
| 7330 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:38.015 INFOAug 13 17:55:38.015 Aug 13 17:55:38.015DEBGDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7331 | 2026-08-13T17:55:39.457Z | 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 } }]INFOreset freemap |
| 7332 | 2026-08-13T17:55:39.457Z | Aug 13 17:55:38.015, Aug 13 17:55:38.015unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 7333 | 2026-08-13T17:55:39.457Z | DEBG freemap_route_ipv4replacing 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-13T17:55:39.458Z | Aug 13 17:55:38.015INFO INFO |
| 7335 | 2026-08-13T17:55:39.458Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7336 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7337 | 2026-08-13T17:55:39.458Z | 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 13 17:55:38.015 |
| 7338 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015DEBGAug 13 17:55:38.015 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 } }]DEBGAug 13 17:55:38.015 |
| 7339 | 2026-08-13T17:55:39.458Z | initted freemap. size: 64DEBG Aug 13 17:55:38.015replacing 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, unit INFO |
| 7340 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7341 | 2026-08-13T17:55:39.458Z | INFO: |
| 7342 | 2026-08-13T17:55:39.458Z | freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7343 | 2026-08-13T17:55:39.458Z | |
| 7344 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015Aug 13 17:55:38.015 Aug 13 17:55:38.015 Aug 13 17:55:38.015 DEBG DEBG Aug 13 17:55:38.015DEBGreplacing 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 } }] |
| 7345 | 2026-08-13T17:55:39.458Z | 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 } }] |
| 7346 | 2026-08-13T17:55:39.458Z | 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 |
| 7347 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015reset freemap INFOAug 13 17:55:38.015INFO INFOAug 13 17:55:38.015 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO, adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7348 | 2026-08-13T17:55:39.458Z | |
| 7349 | 2026-08-13T17:55:39.458Z | |
| 7350 | 2026-08-13T17:55:39.458Z | unitadding route 172.17.0.28/32 -> 10.0.0.255: |
| 7351 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015 Aug 13 17:55:38.015 freemap_route_ipv6DEBG DEBGAug 13 17:55:38.015replacing 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 13 17:55:38.015 |
| 7352 | 2026-08-13T17:55:39.458Z | 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 } }] |
| 7353 | 2026-08-13T17:55:39.458Z | |
| 7354 | 2026-08-13T17:55:39.458Z | DEBG Aug 13 17:55:38.015DEBG 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 13 17:55:38.015 Aug 13 17:55:38.015 |
| 7355 | 2026-08-13T17:55:39.458Z | INFO INFOINFOreplacing 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 13 17:55:38.015 |
| 7356 | 2026-08-13T17:55:39.458Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7357 | 2026-08-13T17:55:39.458Z | INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7358 | 2026-08-13T17:55:39.458Z | adding route 172.17.0.29/32 -> 10.0.0.255Aug 13 17:55:38.015 |
| 7359 | 2026-08-13T17:55:39.458Z | Aug 13 17:55:38.015 |
| 7360 | 2026-08-13T17:55:39.458Z | 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 } }]INFOAug 13 17:55:38.015 Aug 13 17:55:38.015adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 7361 | 2026-08-13T17:55:39.458Z | |
| 7362 | 2026-08-13T17:55:39.459Z | Aug 13 17:55:38.015 DEBG DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 13 17:55:38.015 |
| 7363 | 2026-08-13T17:55:39.459Z | INFO |
| 7364 | 2026-08-13T17:55:39.459Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 13 17:55:38.015 |
| 7365 | 2026-08-13T17:55:39.459Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:55:38.015 Aug 13 17:55:38.015Aug 13 17:55:38.015 DEBGINFO |
| 7366 | 2026-08-13T17:55:39.459Z | INFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7367 | 2026-08-13T17:55:39.460Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 17:55:38.015 |
| 7368 | 2026-08-13T17:55:39.460Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7369 | 2026-08-13T17:55:39.460Z | Aug 13 17:55:38.015 |
| 7370 | 2026-08-13T17:55:39.460Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7371 | 2026-08-13T17:55:39.460Z | 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 13 17:55:38.015DEBG INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7372 | 2026-08-13T17:55:39.460Z | Aug 13 17:55:38.025 |
| 7373 | 2026-08-13T17:55:39.460Z | Aug 13 17:55:38.025DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 DEBG |
| 7374 | 2026-08-13T17:55:39.460Z | 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 } }] |
| 7375 | 2026-08-13T17:55:39.460Z | Aug 13 17:55:38.025Aug 13 17:55:38.025 INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7376 | 2026-08-13T17:55:39.460Z | |
| 7377 | 2026-08-13T17:55:39.460Z | Aug 13 17:55:38.025 |
| 7378 | 2026-08-13T17:55:39.460Z | INFO Aug 13 17:55:38.025adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 17:55:38.025 |
| 7379 | 2026-08-13T17:55:39.460Z | INFODEBG adding route 3fff:beef:29::/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 } }] |
| 7380 | 2026-08-13T17:55:39.460Z | |
| 7381 | 2026-08-13T17:55:39.460Z | Aug 13 17:55:38.025INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 17:55:38.025DEBG Aug 13 17:55:38.025 |
| 7382 | 2026-08-13T17:55:39.460Z | DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 7383 | 2026-08-13T17:55:39.460Z | |
| 7384 | 2026-08-13T17:55:39.461Z | |
| 7385 | 2026-08-13T17:55:39.461Z | Aug 13 17:55:38.025Aug 13 17:55:38.025Aug 13 17:55:38.025 INFOINFO Aug 13 17:55:38.025adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7386 | 2026-08-13T17:55:39.461Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7387 | 2026-08-13T17:55:39.461Z | 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 } }] |
| 7388 | 2026-08-13T17:55:39.461Z | DEBGAug 13 17:55:38.025 Aug 13 17:55:38.025 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7389 | 2026-08-13T17:55:39.461Z | DEBGDEBGAug 13 17:55:38.025 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 } }]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 } }] |
| 7390 | 2026-08-13T17:55:39.461Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7391 | 2026-08-13T17:55:39.461Z | |
| 7392 | 2026-08-13T17:55:39.461Z | Aug 13 17:55:38.025 DEBGAug 13 17:55:38.025 replacing targets for 172.16.0.0/32 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 } }]Aug 13 17:55:38.025 |
| 7393 | 2026-08-13T17:55:39.461Z | INFODEBG Aug 13 17:55:38.025replacing 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 } }] |
| 7394 | 2026-08-13T17:55:39.461Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7395 | 2026-08-13T17:55:39.461Z | |
| 7396 | 2026-08-13T17:55:39.461Z | Aug 13 17:55:38.025 INFOAug 13 17:55:38.025 adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 7397 | 2026-08-13T17:55:39.462Z | 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 } }] |
| 7398 | 2026-08-13T17:55:39.462Z | Aug 13 17:55:38.025 DEBGAug 13 17:55:38.025 Aug 13 17:55:38.025DEBG 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 } }] |
| 7399 | 2026-08-13T17:55:39.462Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7400 | 2026-08-13T17:55:39.462Z | 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 } }] |
| 7401 | 2026-08-13T17:55:39.462Z | Aug 13 17:55:38.025 INFOAug 13 17:55:38.025 Aug 13 17:55:38.025DEBG 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 } }] |
| 7402 | 2026-08-13T17:55:39.462Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7403 | 2026-08-13T17:55:39.462Z | |
| 7404 | 2026-08-13T17:55:39.462Z | Aug 13 17:55:38.025 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 13 17:55:38.015 |
| 7405 | 2026-08-13T17:55:39.462Z | Aug 13 17:55:38.025 Aug 13 17:55:38.025replacing 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 |
| 7406 | 2026-08-13T17:55:39.462Z | Aug 13 17:55:38.025adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 7407 | 2026-08-13T17:55:39.462Z | 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 } }] |
| 7408 | 2026-08-13T17:55:39.462Z | 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 } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7409 | 2026-08-13T17:55:39.467Z | Aug 13 17:55:38.025 |
| 7410 | 2026-08-13T17:55:39.467Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:55:38.025Aug 13 17:55:38.025 Aug 13 17:55:38.025DEBGAug 13 17:55:38.025 |
| 7411 | 2026-08-13T17:55:39.467Z | INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7412 | 2026-08-13T17:55:39.467Z | |
| 7413 | 2026-08-13T17:55:39.467Z | DEBGAug 13 17:55:38.025 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 } }] DEBGINFO |
| 7414 | 2026-08-13T17:55:39.467Z | Aug 13 17:55:38.025Aug 13 17:55:38.025 adding route 172.17.0.31/32 -> 10.0.0.255 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7415 | 2026-08-13T17:55:39.467Z | |
| 7416 | 2026-08-13T17:55:39.467Z | Aug 13 17:55:38.025INFOreplacing 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 } }] |
| 7417 | 2026-08-13T17:55:39.467Z | adding route 172.17.0.33/32 -> 10.0.0.255 INFO Aug 13 17:55:38.025 |
| 7418 | 2026-08-13T17:55:39.467Z | Aug 13 17:55:38.025 INFO Aug 13 17:55:38.025adding route 172.17.0.44/32 -> 10.0.0.255 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 13 17:55:38.025 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 } }] |
| 7419 | 2026-08-13T17:55:39.467Z | DEBG |
| 7420 | 2026-08-13T17:55:39.467Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7421 | 2026-08-13T17:55:39.467Z | 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 } }] |
| 7422 | 2026-08-13T17:55:39.467Z | Aug 13 17:55:38.025 |
| 7423 | 2026-08-13T17:55:39.467Z | 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 } }]Aug 13 17:55:38.025 |
| 7424 | 2026-08-13T17:55:39.467Z | Aug 13 17:55:38.025Aug 13 17:55:38.025 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7425 | 2026-08-13T17:55:39.467Z | INFOAug 13 17:55:38.025adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7426 | 2026-08-13T17:55:39.468Z | adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 7427 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7428 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025Aug 13 17:55:38.025 DEBGDEBGAug 13 17:55:38.025Aug 13 17:55:38.025INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 7429 | 2026-08-13T17:55:39.468Z | 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 } }] |
| 7430 | 2026-08-13T17:55:39.468Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 13 17:55:38.025 |
| 7431 | 2026-08-13T17:55:39.468Z | 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 } }]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 13 17:55:38.025 |
| 7432 | 2026-08-13T17:55:39.468Z | |
| 7433 | 2026-08-13T17:55:39.468Z | |
| 7434 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025 INFOINFO Aug 13 17:55:38.025Aug 13 17:55:38.025Aug 13 17:55:38.025adding route 172.17.0.35/32 -> 10.0.0.255 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 7435 | 2026-08-13T17:55:39.468Z | |
| 7436 | 2026-08-13T17:55:39.468Z | adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7437 | 2026-08-13T17:55:39.468Z | INFO |
| 7438 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025adding route 172.17.0.33/32 -> 10.0.0.255 DEBG |
| 7439 | 2026-08-13T17:55:39.468Z | 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 13 17:55:38.025Aug 13 17:55:38.025 DEBG |
| 7440 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025 DEBGDEBGreplacing 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 13 17:55:38.025 Aug 13 17:55:38.025 |
| 7441 | 2026-08-13T17:55:39.468Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7442 | 2026-08-13T17:55:39.468Z | |
| 7443 | 2026-08-13T17:55:39.468Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7444 | 2026-08-13T17:55:39.468Z | DEBGAug 13 17:55:38.025 INFOAug 13 17:55:38.025 Aug 13 17:55:38.025adding route 172.17.0.36/32 -> 10.0.0.255 DEBGAug 13 17:55:38.025 |
| 7445 | 2026-08-13T17:55:39.468Z | 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 } }] INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7446 | 2026-08-13T17:55:39.468Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7447 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025INFO |
| 7448 | 2026-08-13T17:55:39.468Z | DEBG adding route 172.17.0.46/32 -> 10.0.0.255 Aug 13 17:55:38.025replacing 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 13 17:55:38.025 |
| 7449 | 2026-08-13T17:55:39.468Z | |
| 7450 | 2026-08-13T17:55:39.468Z | INFODEBGAug 13 17:55:38.025 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 7451 | 2026-08-13T17:55:39.468Z | Aug 13 17:55:38.025 Aug 13 17:55:38.025replacing 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 13 17:55:38.025 |
| 7452 | 2026-08-13T17:55:39.468Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255DEBGDEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7453 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025 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 } }] |
| 7454 | 2026-08-13T17:55:39.469Z | |
| 7455 | 2026-08-13T17:55:39.469Z | |
| 7456 | 2026-08-13T17:55:39.469Z | INFOAug 13 17:55:38.025 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG Aug 13 17:55:38.025replacing 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 } }] |
| 7457 | 2026-08-13T17:55:39.469Z | INFO |
| 7458 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025 Aug 13 17:55:38.025adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7459 | 2026-08-13T17:55:39.469Z | DEBGAug 13 17:55:38.025Aug 13 17:55:38.025 Aug 13 17:55:38.025INFO 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 } }] DEBGINFO |
| 7460 | 2026-08-13T17:55:39.469Z | DEBG adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7461 | 2026-08-13T17:55:39.469Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7462 | 2026-08-13T17:55:39.469Z | |
| 7463 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025replacing 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 } }] INFOAug 13 17:55:38.025Aug 13 17:55:38.025 |
| 7464 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025 DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 13 17:55:38.025adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7465 | 2026-08-13T17:55:39.469Z | |
| 7466 | 2026-08-13T17:55:39.469Z | DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7467 | 2026-08-13T17:55:39.469Z | |
| 7468 | 2026-08-13T17:55:39.469Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.025 |
| 7469 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025Aug 13 17:55:38.025DEBG INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 13 17:55:38.025replacing 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 13 17:55:38.025 |
| 7470 | 2026-08-13T17:55:39.469Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7471 | 2026-08-13T17:55:39.469Z | |
| 7472 | 2026-08-13T17:55:39.469Z | DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7473 | 2026-08-13T17:55:39.469Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:55:38.025Aug 13 17:55:38.025Aug 13 17:55:38.025 |
| 7474 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025 INFOINFODEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.025 |
| 7475 | 2026-08-13T17:55:39.469Z | adding route 172.17.0.36/32 -> 10.0.0.255 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7476 | 2026-08-13T17:55:39.469Z | |
| 7477 | 2026-08-13T17:55:39.469Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 13 17:55:38.025replacing 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 } }] |
| 7478 | 2026-08-13T17:55:39.469Z | Aug 13 17:55:38.025 |
| 7479 | 2026-08-13T17:55:39.469Z | INFOAug 13 17:55:38.025DEBG DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 13 17:55:38.025replacing 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 13 17:55:38.025 |
| 7480 | 2026-08-13T17:55:39.469Z | INFO |
| 7481 | 2026-08-13T17:55:39.470Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7482 | 2026-08-13T17:55:39.470Z | test route::tests::delete_target_fragmented ... ok |
| 7483 | 2026-08-13T17:55:39.470Z | 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7484 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.025 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 } }] |
| 7485 | 2026-08-13T17:55:39.470Z | created new freemap, Aug 13 17:55:38.033unit :DEBGAug 13 17:55:38.033 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_ipv4INFO |
| 7486 | 2026-08-13T17:55:39.470Z | |
| 7487 | 2026-08-13T17:55:39.470Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7488 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.025 DEBGAug 13 17:55:38.033 Aug 13 17:55:38.033replacing 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 } }] |
| 7489 | 2026-08-13T17:55:39.470Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7490 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7491 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033DEBG INFOAug 13 17:55:38.033 created new freemapadding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 7492 | 2026-08-13T17:55:39.470Z | , unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff: |
| 7493 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033freemap_route_ipv6 Aug 13 17:55:38.033DEBG |
| 7494 | 2026-08-13T17:55:39.470Z | 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 |
| 7495 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033Aug 13 17:55:38.033 DEBGDEBGreplacing 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 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 13 17:55:38.033 |
| 7496 | 2026-08-13T17:55:39.470Z | |
| 7497 | 2026-08-13T17:55:39.470Z | initted freemap. size: 64INFO, unitadding route 172.17.0.42/32 -> 10.0.0.255:Aug 13 17:55:38.033 |
| 7498 | 2026-08-13T17:55:39.470Z | DEBGAug 13 17:55:38.033 freemap_route_ipv4INFO |
| 7499 | 2026-08-13T17:55:39.470Z | failed to allocate space for the new target listadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7500 | 2026-08-13T17:55:39.470Z | |
| 7501 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033 DEBG Aug 13 17:55:38.033Aug 13 17:55:38.033 reset freemapDEBG, unitDEBG: Aug 13 17:55:38.033replacing 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 } }] |
| 7502 | 2026-08-13T17:55:39.470Z | 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 } }]replacing targets for 3fff:dead::/64 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 } }] |
| 7503 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033freemap_route_ipv4 |
| 7504 | 2026-08-13T17:55:39.470Z | |
| 7505 | 2026-08-13T17:55:39.470Z | INFO Aug 13 17:55:38.033adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7506 | 2026-08-13T17:55:39.470Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7507 | 2026-08-13T17:55:39.470Z | Aug 13 17:55:38.033 Aug 13 17:55:38.033DEBG 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 } }]Aug 13 17:55:38.033 |
| 7508 | 2026-08-13T17:55:39.470Z | initted freemap. size: 64DEBG , 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 } }]unit |
| 7509 | 2026-08-13T17:55:39.475Z | Aug 13 17:55:38.033: INFO adding route 172.17.0.53/32 -> 10.0.0.255freemap_route_ipv6 |
| 7510 | 2026-08-13T17:55:39.476Z | Aug 13 17:55:38.033 |
| 7511 | 2026-08-13T17:55:39.476Z | INFO Aug 13 17:55:38.033adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7512 | 2026-08-13T17:55:39.476Z | DEBGAug 13 17:55:38.025 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 13 17:55:38.033INFOAug 13 17:55:38.033 |
| 7513 | 2026-08-13T17:55:39.476Z | DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7514 | 2026-08-13T17:55:39.476Z | reset freemapDEBG, unitreplacing 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 13 17:55:38.033 |
| 7515 | 2026-08-13T17:55:39.476Z | Aug 13 17:55:38.033 : INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7516 | 2026-08-13T17:55:39.476Z | 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 } }]freemap_route_ipv6 |
| 7517 | 2026-08-13T17:55:39.476Z | |
| 7518 | 2026-08-13T17:55:39.476Z | Aug 13 17:55:38.033 Aug 13 17:55:38.033INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 Aug 13 17:55:38.033replacing 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 13 17:55:38.033 |
| 7519 | 2026-08-13T17:55:39.476Z | |
| 7520 | 2026-08-13T17:55:39.476Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 7521 | 2026-08-13T17:55:39.476Z | Aug 13 17:55:38.033 INFOAug 13 17:55:38.033adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7522 | 2026-08-13T17:55:39.477Z | Aug 13 17:55:38.033DEBG 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 } }]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 13 17:55:38.034 |
| 7523 | 2026-08-13T17:55:39.477Z | |
| 7524 | 2026-08-13T17:55:39.477Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 7525 | 2026-08-13T17:55:39.477Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7526 | 2026-08-13T17:55:39.477Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 INFOINFO Aug 13 17:55:38.034adding route 172.17.0.46/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7527 | 2026-08-13T17:55:39.477Z | |
| 7528 | 2026-08-13T17:55:39.477Z | Aug 13 17:55:38.034INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7529 | 2026-08-13T17:55:39.477Z | 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 13 17:55:38.034 |
| 7530 | 2026-08-13T17:55:39.477Z | DEBGAug 13 17:55:38.034 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 13 17:55:38.034 |
| 7531 | 2026-08-13T17:55:39.477Z | DEBG INFOAug 13 17:55:38.034replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 7532 | 2026-08-13T17:55:39.477Z | 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 } }] |
| 7533 | 2026-08-13T17:55:39.477Z | |
| 7534 | 2026-08-13T17:55:39.477Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 Aug 13 17:55:38.034DEBG INFOINFO Aug 13 17:55:38.034adding route 172.17.0.47/32 -> 10.0.0.255 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7535 | 2026-08-13T17:55:39.477Z | INFO |
| 7536 | 2026-08-13T17:55:39.477Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7537 | 2026-08-13T17:55:39.478Z | |
| 7538 | 2026-08-13T17:55:39.478Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 Aug 13 17:55:38.034 DEBGDEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.034 |
| 7539 | 2026-08-13T17:55:39.478Z | |
| 7540 | 2026-08-13T17:55:39.478Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7541 | 2026-08-13T17:55:39.478Z | Aug 13 17:55:38.034replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:38.034INFOAug 13 17:55:38.034 |
| 7542 | 2026-08-13T17:55:39.478Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff DEBG |
| 7543 | 2026-08-13T17:55:39.478Z | adding route 172.16.0.0/32 -> 10.0.0.4 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 13 17:55:38.034 |
| 7544 | 2026-08-13T17:55:39.478Z | |
| 7545 | 2026-08-13T17:55:39.478Z | INFOAug 13 17:55:38.034 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 7546 | 2026-08-13T17:55:39.479Z | 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 13 17:55:38.034Aug 13 17:55:38.034 Aug 13 17:55:38.034DEBGDEBG |
| 7547 | 2026-08-13T17:55:39.479Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 7548 | 2026-08-13T17:55:39.479Z | 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.58/32 -> 10.0.0.255 |
| 7549 | 2026-08-13T17:55:39.479Z | |
| 7550 | 2026-08-13T17:55:39.479Z | Aug 13 17:55:38.034Aug 13 17:55:38.034Aug 13 17:55:38.034Aug 13 17:55:38.034 DEBGINFODEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7551 | 2026-08-13T17:55:39.479Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7552 | 2026-08-13T17:55:39.479Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7553 | 2026-08-13T17:55:39.479Z | |
| 7554 | 2026-08-13T17:55:39.479Z | Aug 13 17:55:38.034 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 17:55:38.034 |
| 7555 | 2026-08-13T17:55:39.479Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7556 | 2026-08-13T17:55:39.479Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034replacing 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 } }] |
| 7557 | 2026-08-13T17:55:39.479Z | |
| 7558 | 2026-08-13T17:55:39.479Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7559 | 2026-08-13T17:55:39.479Z | Aug 13 17:55:38.034 INFOAug 13 17:55:38.034 Aug 13 17:55:38.034adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7560 | 2026-08-13T17:55:39.479Z | 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 172.17.0.50/32 -> 10.0.0.255 |
| 7561 | 2026-08-13T17:55:39.479Z | |
| 7562 | 2026-08-13T17:55:39.479Z | Aug 13 17:55:38.034 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 } }] |
| 7563 | 2026-08-13T17:55:39.479Z | Aug 13 17:55:38.034 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 } }]Aug 13 17:55:38.034 |
| 7564 | 2026-08-13T17:55:39.479Z | DEBG failed to allocate space for the new target listAug 13 17:55:38.034 Aug 13 17:55:38.034 |
| 7565 | 2026-08-13T17:55:39.480Z | INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7566 | 2026-08-13T17:55:39.480Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 13 17:55:38.034 |
| 7567 | 2026-08-13T17:55:39.480Z | 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 } }] |
| 7568 | 2026-08-13T17:55:39.480Z | Aug 13 17:55:38.034 DEBGAug 13 17:55:38.034 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 } }] |
| 7569 | 2026-08-13T17:55:39.480Z | 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 } }] |
| 7570 | 2026-08-13T17:55:39.480Z | |
| 7571 | 2026-08-13T17:55:39.480Z | Aug 13 17:55:38.034 INFOAug 13 17:55:38.034 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7572 | 2026-08-13T17:55:39.480Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7573 | 2026-08-13T17:55:39.480Z | Aug 13 17:55:38.034 DEBG Aug 13 17:55:38.034replacing 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 13 17:55:38.034 |
| 7574 | 2026-08-13T17:55:39.480Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 7575 | 2026-08-13T17:55:39.480Z | 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 13 17:55:38.034 |
| 7576 | 2026-08-13T17:55:39.480Z | DEBG failed to allocate space for the new target list |
| 7577 | 2026-08-13T17:55:39.480Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 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 } }]Aug 13 17:55:38.034 |
| 7578 | 2026-08-13T17:55:39.480Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7579 | 2026-08-13T17:55:39.480Z | 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 } }] |
| 7580 | 2026-08-13T17:55:39.480Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.38/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 } }] |
| 7581 | 2026-08-13T17:55:39.480Z | |
| 7582 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.54/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 } }] |
| 7583 | 2026-08-13T17:55:39.481Z | |
| 7584 | 2026-08-13T17:55:39.481Z | test route::tests::delete_targets_full ... ok |
| 7585 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7586 | 2026-08-13T17:55:39.481Z | |
| 7587 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.55/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 } }] |
| 7588 | 2026-08-13T17:55:39.481Z | |
| 7589 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.40/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 } }] |
| 7590 | 2026-08-13T17:55:39.481Z | |
| 7591 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 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.56/32 -> 10.0.0.255 |
| 7592 | 2026-08-13T17:55:39.481Z | |
| 7593 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7594 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.034 |
| 7595 | 2026-08-13T17:55:39.481Z | DEBG created new freemap, Aug 13 17:55:38.043unit :INFO freemap_route_ipv4adding route 172.17.0.57/32 -> 10.0.0.255Aug 13 17:55:38.043 |
| 7596 | 2026-08-13T17:55:39.481Z | |
| 7597 | 2026-08-13T17:55:39.481Z | DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.043 |
| 7598 | 2026-08-13T17:55:39.481Z | 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 } }] |
| 7599 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.043 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 13 17:55:38.043 |
| 7600 | 2026-08-13T17:55:39.481Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 17:55:38.043Aug 13 17:55:38.043 |
| 7601 | 2026-08-13T17:55:39.481Z | DEBGDEBG created new freemapAug 13 17:55:38.043, 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 } }] |
| 7602 | 2026-08-13T17:55:39.481Z | unitDEBG: 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 } }]freemap_route_ipv6Aug 13 17:55:38.043 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7603 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.044 DEBG |
| 7604 | 2026-08-13T17:55:39.481Z | 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 } }] |
| 7605 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255initted freemap. size: 64 |
| 7606 | 2026-08-13T17:55:39.481Z | , unit: freemap_route_ipv4Aug 13 17:55:38.044 |
| 7607 | 2026-08-13T17:55:39.481Z | 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 } }] |
| 7608 | 2026-08-13T17:55:39.481Z | Aug 13 17:55:38.044 DEBG Aug 13 17:55:38.044reset freemap , INFOunit :adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7609 | 2026-08-13T17:55:39.486Z | freemap_route_ipv4 |
| 7610 | 2026-08-13T17:55:39.486Z | Aug 13 17:55:38.034Aug 13 17:55:38.044Aug 13 17:55:38.044 DEBGDEBG DEBG created new freemap replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7611 | 2026-08-13T17:55:39.486Z | initted freemap. size: 64unit, :unit :freemap_route_ipv4 |
| 7612 | 2026-08-13T17:55:39.486Z | Aug 13 17:55:38.044freemap_route_ipv6 |
| 7613 | 2026-08-13T17:55:39.486Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7614 | 2026-08-13T17:55:39.487Z | Aug 13 17:55:38.044Aug 13 17:55:38.044Aug 13 17:55:38.044 DEBG 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 } }]created new freemapreset freemap, , |
| 7615 | 2026-08-13T17:55:39.487Z | unitunit: :freemap_route_ipv6 |
| 7616 | 2026-08-13T17:55:39.487Z | freemap_route_ipv6Aug 13 17:55:38.044 |
| 7617 | 2026-08-13T17:55:39.487Z | INFO Aug 13 17:55:38.044adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7618 | 2026-08-13T17:55:39.487Z | INFO Aug 13 17:55:38.044adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7619 | 2026-08-13T17:55:39.487Z | DEBG Aug 13 17:55:38.044initted freemap. size: 64 , DEBGunitAug 13 17:55:38.044: 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 } }]freemap_route_ipv4 |
| 7620 | 2026-08-13T17:55:39.487Z | |
| 7621 | 2026-08-13T17:55:39.487Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7622 | 2026-08-13T17:55:39.487Z | Aug 13 17:55:38.044Aug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBG INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7623 | 2026-08-13T17:55:39.487Z | adding route 172.16.0.0/32 -> 10.0.0.2 reset freemap |
| 7624 | 2026-08-13T17:55:39.487Z | , unit: freemap_route_ipv4 |
| 7625 | 2026-08-13T17:55:39.487Z | Aug 13 17:55:38.044 Aug 13 17:55:38.044DEBG Aug 13 17:55:38.044DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 |
| 7626 | 2026-08-13T17:55:39.487Z | |
| 7627 | 2026-08-13T17:55:39.487Z | initted freemap. size: 64, unit:Aug 13 17:55:38.044 freemap_route_ipv6INFOAug 13 17:55:38.044 |
| 7628 | 2026-08-13T17:55:39.487Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 7629 | 2026-08-13T17:55:39.487Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 13 17:55:38.044 |
| 7630 | 2026-08-13T17:55:39.488Z | DEBG reset freemap, unitAug 13 17:55:38.044: Aug 13 17:55:38.044 freemap_route_ipv6DEBGDEBG 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.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 } }] |
| 7631 | 2026-08-13T17:55:39.488Z | |
| 7632 | 2026-08-13T17:55:39.488Z | |
| 7633 | 2026-08-13T17:55:39.488Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 INFOAug 13 17:55:38.044INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7634 | 2026-08-13T17:55:39.488Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7635 | 2026-08-13T17:55:39.488Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7636 | 2026-08-13T17:55:39.488Z | Aug 13 17:55:38.044 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 13 17:55:38.044 |
| 7637 | 2026-08-13T17:55:39.488Z | Aug 13 17:55:38.044 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 13 17:55:38.044 |
| 7638 | 2026-08-13T17:55:39.488Z | |
| 7639 | 2026-08-13T17:55:39.488Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7640 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 INFOAug 13 17:55:38.044 Aug 13 17:55:38.044 INFOadding route 172.17.0.51/32 -> 10.0.0.255 DEBG |
| 7641 | 2026-08-13T17:55:39.489Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7642 | 2026-08-13T17:55:39.489Z | 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 } }] |
| 7643 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 DEBG Aug 13 17:55:38.044replacing 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 13 17:55:38.044 |
| 7644 | 2026-08-13T17:55:39.489Z | INFODEBG adding route 172.17.0.3/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 } }] |
| 7645 | 2026-08-13T17:55:39.489Z | |
| 7646 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7647 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBGAug 13 17:55:38.044 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 |
| 7648 | 2026-08-13T17:55:39.489Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7649 | 2026-08-13T17:55:39.489Z | 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 } }] |
| 7650 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044INFO INFODEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7651 | 2026-08-13T17:55:39.489Z | 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 } }] |
| 7652 | 2026-08-13T17:55:39.489Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7653 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 DEBGAug 13 17:55:38.044Aug 13 17:55:38.044 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 } }] |
| 7654 | 2026-08-13T17:55:39.489Z | DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7655 | 2026-08-13T17:55:39.489Z | |
| 7656 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7657 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 Aug 13 17:55:38.044DEBG INFOAug 13 17:55:38.044 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.5/32 -> 10.0.0.255 |
| 7658 | 2026-08-13T17:55:39.489Z | DEBG |
| 7659 | 2026-08-13T17:55:39.489Z | 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 } }] |
| 7660 | 2026-08-13T17:55:39.489Z | Aug 13 17:55:38.044 DEBG Aug 13 17:55:38.044Aug 13 17:55:38.044replacing 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 } }] |
| 7661 | 2026-08-13T17:55:39.489Z | INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 7662 | 2026-08-13T17:55:39.489Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 17:55:38.044 |
| 7663 | 2026-08-13T17:55:39.489Z | INFOAug 13 17:55:38.044 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 7664 | 2026-08-13T17:55:39.489Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044 |
| 7665 | 2026-08-13T17:55:39.489Z | 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 } }]Aug 13 17:55:38.044 |
| 7666 | 2026-08-13T17:55:39.489Z | DEBG Aug 13 17:55:38.044replacing 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 } }] |
| 7667 | 2026-08-13T17:55:39.489Z | INFO Aug 13 17:55:38.044adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7668 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 7669 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7670 | 2026-08-13T17:55:39.490Z | 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 13 17:55:38.044 |
| 7671 | 2026-08-13T17:55:39.490Z | test route::tests::add_target_fails_full ... ok |
| 7672 | 2026-08-13T17:55:39.490Z | DEBGAug 13 17:55:38.044 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 13 17:55:38.044DEBG |
| 7673 | 2026-08-13T17:55:39.490Z | 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 |
| 7674 | 2026-08-13T17:55:39.490Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7675 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044 Aug 13 17:55:38.044INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255Aug 13 17:55:38.044 |
| 7676 | 2026-08-13T17:55:39.490Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7677 | 2026-08-13T17:55:39.490Z | 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 } }] |
| 7678 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044 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 13 17:55:38.044Aug 13 17:55:38.044 DEBGINFO |
| 7679 | 2026-08-13T17:55:39.490Z | adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7680 | 2026-08-13T17:55:39.490Z | |
| 7681 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044 Aug 13 17:55:38.044INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7682 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7683 | 2026-08-13T17:55:39.490Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044 |
| 7684 | 2026-08-13T17:55:39.490Z | DEBGAug 13 17:55:38.044 Aug 13 17:55:38.044replacing 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 } }] |
| 7685 | 2026-08-13T17:55:39.490Z | DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7686 | 2026-08-13T17:55:39.490Z | |
| 7687 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBGAug 13 17:55:38.044 adding route 172.17.0.59/32 -> 10.0.0.255 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 } }] |
| 7688 | 2026-08-13T17:55:39.490Z | |
| 7689 | 2026-08-13T17:55:39.490Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7690 | 2026-08-13T17:55:39.490Z | Aug 13 17:55:38.044 INFOAug 13 17:55:38.044 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 13 17:55:38.044 |
| 7691 | 2026-08-13T17:55:39.490Z | 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 |
| 7692 | 2026-08-13T17:55:39.490Z | 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 13 17:55:38.044 |
| 7693 | 2026-08-13T17:55:39.490Z | 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 } }]Aug 13 17:55:38.044Aug 13 17:55:38.044 |
| 7694 | 2026-08-13T17:55:39.490Z | INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:55:38.044adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7695 | 2026-08-13T17:55:39.490Z | |
| 7696 | 2026-08-13T17:55:39.490Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7697 | 2026-08-13T17:55:39.491Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044 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.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 |
| 7698 | 2026-08-13T17:55:39.491Z | |
| 7699 | 2026-08-13T17:55:39.491Z | 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 } }] |
| 7700 | 2026-08-13T17:55:39.491Z | Aug 13 17:55:38.044 |
| 7701 | 2026-08-13T17:55:39.491Z | Aug 13 17:55:38.044DEBG Aug 13 17:55:38.044INFO failed to allocate space for the new target listINFO |
| 7702 | 2026-08-13T17:55:39.491Z | adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7703 | 2026-08-13T17:55:39.491Z | |
| 7704 | 2026-08-13T17:55:39.491Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 DEBGINFO Aug 13 17:55:38.044replacing targets for 172.16.0.0/32 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 } }] |
| 7705 | 2026-08-13T17:55:39.491Z | Aug 13 17:55:38.044DEBG adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 7706 | 2026-08-13T17:55:39.491Z | 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.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 } }] |
| 7707 | 2026-08-13T17:55:39.491Z | |
| 7708 | 2026-08-13T17:55:39.491Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044 DEBG INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 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 } }] |
| 7709 | 2026-08-13T17:55:39.496Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7710 | 2026-08-13T17:55:39.496Z | |
| 7711 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044 DEBG 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 } }]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.17.0.60/32 -> 10.0.0.255 |
| 7712 | 2026-08-13T17:55:39.496Z | |
| 7713 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7714 | 2026-08-13T17:55:39.496Z | |
| 7715 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052 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 } }] |
| 7716 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052 Aug 13 17:55:38.052 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7717 | 2026-08-13T17:55:39.496Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7718 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7719 | 2026-08-13T17:55:39.496Z | 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 } }] |
| 7720 | 2026-08-13T17:55:39.496Z | |
| 7721 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7722 | 2026-08-13T17:55:39.496Z | |
| 7723 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 Aug 13 17:55:38.052INFO DEBGDEBG adding route 172.17.0.9/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 } }] |
| 7724 | 2026-08-13T17:55:39.496Z | |
| 7725 | 2026-08-13T17:55:39.496Z | 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 } }] |
| 7726 | 2026-08-13T17:55:39.496Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBGAug 13 17:55:38.052 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 } }] |
| 7727 | 2026-08-13T17:55:39.497Z | adding route 172.17.0.63/32 -> 10.0.0.255INFO |
| 7728 | 2026-08-13T17:55:39.497Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7729 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052 Aug 13 17:55:38.052INFOAug 13 17:55:38.052 adding route 172.17.0.10/32 -> 10.0.0.255DEBGDEBG |
| 7730 | 2026-08-13T17:55:39.497Z | 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 } }] |
| 7731 | 2026-08-13T17:55:39.497Z | 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 } }] |
| 7732 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052 Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFODEBG adding route 172.17.0.18/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7733 | 2026-08-13T17:55:39.497Z | |
| 7734 | 2026-08-13T17:55:39.497Z | 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 } }] |
| 7735 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052 Aug 13 17:55:38.052DEBG Aug 13 17:55:38.052DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7736 | 2026-08-13T17:55:39.497Z | 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 } }] |
| 7737 | 2026-08-13T17:55:39.497Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7738 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052 Aug 13 17:55:38.052DEBG Aug 13 17:55:38.052 INFOfailed to allocate space for the new target list |
| 7739 | 2026-08-13T17:55:39.497Z | 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 } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7740 | 2026-08-13T17:55:39.497Z | |
| 7741 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7742 | 2026-08-13T17:55:39.497Z | |
| 7743 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7744 | 2026-08-13T17:55:39.497Z | |
| 7745 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.13/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 } }] |
| 7746 | 2026-08-13T17:55:39.497Z | |
| 7747 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052 DEBG Aug 13 17:55:38.052replacing 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 } }] |
| 7748 | 2026-08-13T17:55:39.497Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7749 | 2026-08-13T17:55:39.497Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7750 | 2026-08-13T17:55:39.497Z | |
| 7751 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.22/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 } }] |
| 7752 | 2026-08-13T17:55:39.498Z | |
| 7753 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7754 | 2026-08-13T17:55:39.498Z | |
| 7755 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.23/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 } }] |
| 7756 | 2026-08-13T17:55:39.498Z | |
| 7757 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7758 | 2026-08-13T17:55:39.498Z | |
| 7759 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7760 | 2026-08-13T17:55:39.498Z | |
| 7761 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7762 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052replacing 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 } }] |
| 7763 | 2026-08-13T17:55:39.498Z | 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 } }] |
| 7764 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052Aug 13 17:55:38.052 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7765 | 2026-08-13T17:55:39.498Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7766 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.052 DEBG Aug 13 17:55:38.052replacing 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 } }] |
| 7767 | 2026-08-13T17:55:39.498Z | 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 } }] |
| 7768 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.053 INFO Aug 13 17:55:38.053adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7769 | 2026-08-13T17:55:39.498Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7770 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.053 DEBGAug 13 17:55:38.053 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7771 | 2026-08-13T17:55:39.498Z | 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 } }] |
| 7772 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.053 Aug 13 17:55:38.053INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7773 | 2026-08-13T17:55:39.498Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7774 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7775 | 2026-08-13T17:55:39.498Z | |
| 7776 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7777 | 2026-08-13T17:55:39.498Z | |
| 7778 | 2026-08-13T17:55:39.498Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7779 | 2026-08-13T17:55:39.498Z | |
| 7780 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7781 | 2026-08-13T17:55:39.499Z | |
| 7782 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7783 | 2026-08-13T17:55:39.499Z | |
| 7784 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7785 | 2026-08-13T17:55:39.499Z | |
| 7786 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7787 | 2026-08-13T17:55:39.499Z | |
| 7788 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7789 | 2026-08-13T17:55:39.499Z | |
| 7790 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7791 | 2026-08-13T17:55:39.499Z | |
| 7792 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7793 | 2026-08-13T17:55:39.499Z | |
| 7794 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7795 | 2026-08-13T17:55:39.499Z | |
| 7796 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7797 | 2026-08-13T17:55:39.499Z | |
| 7798 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7799 | 2026-08-13T17:55:39.499Z | |
| 7800 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7801 | 2026-08-13T17:55:39.499Z | |
| 7802 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7803 | 2026-08-13T17:55:39.499Z | |
| 7804 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7805 | 2026-08-13T17:55:39.499Z | |
| 7806 | 2026-08-13T17:55:39.499Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 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.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 } }] |
| 7807 | 2026-08-13T17:55:39.499Z | |
| 7808 | 2026-08-13T17:55:39.500Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7809 | 2026-08-13T17:55:39.506Z | |
| 7810 | 2026-08-13T17:55:39.506Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 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.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 } }] |
| 7811 | 2026-08-13T17:55:39.506Z | |
| 7812 | 2026-08-13T17:55:39.506Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7813 | 2026-08-13T17:55:39.506Z | |
| 7814 | 2026-08-13T17:55:39.506Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7815 | 2026-08-13T17:55:39.507Z | |
| 7816 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7817 | 2026-08-13T17:55:39.507Z | |
| 7818 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 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.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 } }] |
| 7819 | 2026-08-13T17:55:39.507Z | |
| 7820 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7821 | 2026-08-13T17:55:39.507Z | |
| 7822 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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-13T17:55:39.507Z | |
| 7824 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7825 | 2026-08-13T17:55:39.507Z | |
| 7826 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 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.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 } }] |
| 7827 | 2026-08-13T17:55:39.507Z | |
| 7828 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7829 | 2026-08-13T17:55:39.507Z | |
| 7830 | 2026-08-13T17:55:39.507Z | Aug 13 17:55:38.062 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 } }] |
| 7831 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 DEBG Aug 13 17:55:38.062replacing 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 } }] |
| 7832 | 2026-08-13T17:55:39.508Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7833 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 INFO Aug 13 17:55:38.062adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7834 | 2026-08-13T17:55:39.508Z | 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 } }] |
| 7835 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 DEBG Aug 13 17:55:38.062replacing 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 } }] |
| 7836 | 2026-08-13T17:55:39.508Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7837 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 INFO Aug 13 17:55:38.062adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7838 | 2026-08-13T17:55:39.508Z | 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 } }] |
| 7839 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 DEBGAug 13 17:55:38.062 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7840 | 2026-08-13T17:55:39.508Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7841 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 INFOAug 13 17:55:38.062 adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 7842 | 2026-08-13T17:55:39.508Z | 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 } }] |
| 7843 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 DEBGAug 13 17:55:38.062 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 |
| 7844 | 2026-08-13T17:55:39.508Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7845 | 2026-08-13T17:55:39.508Z | Aug 13 17:55:38.062 INFOAug 13 17:55:38.062 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 7846 | 2026-08-13T17:55:39.508Z | 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 } }] |
| 7847 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062 Aug 13 17:55:38.062DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7848 | 2026-08-13T17:55:39.509Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7849 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062 Aug 13 17:55:38.062INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7850 | 2026-08-13T17:55:39.509Z | 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 } }] |
| 7851 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062 Aug 13 17:55:38.062DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7852 | 2026-08-13T17:55:39.509Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7853 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062 Aug 13 17:55:38.062INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7854 | 2026-08-13T17:55:39.509Z | 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 } }] |
| 7855 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062 Aug 13 17:55:38.062DEBG INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7856 | 2026-08-13T17:55:39.509Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7857 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062 Aug 13 17:55:38.062INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7858 | 2026-08-13T17:55:39.509Z | 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 } }] |
| 7859 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7860 | 2026-08-13T17:55:39.509Z | |
| 7861 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7862 | 2026-08-13T17:55:39.509Z | |
| 7863 | 2026-08-13T17:55:39.509Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 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.43/32 -> 10.0.0.255 |
| 7864 | 2026-08-13T17:55:39.509Z | |
| 7865 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.50/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 } }] |
| 7866 | 2026-08-13T17:55:39.510Z | test route::tests::delete_target_full ... ok |
| 7867 | 2026-08-13T17:55:39.510Z | test route::tests::delete_targets_fragmented ... ok |
| 7868 | 2026-08-13T17:55:39.510Z | |
| 7869 | 2026-08-13T17:55:39.510Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s |
| 7870 | 2026-08-13T17:55:39.510Z | |
| 7871 | 2026-08-13T17:55:39.510Z | |
| 7872 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7873 | 2026-08-13T17:55:39.510Z | |
| 7874 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 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.51/32 -> 10.0.0.255 |
| 7875 | 2026-08-13T17:55:39.510Z | |
| 7876 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.45/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 } }] |
| 7877 | 2026-08-13T17:55:39.510Z | |
| 7878 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 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 } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7879 | 2026-08-13T17:55:39.510Z | |
| 7880 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.46/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 } }] |
| 7881 | 2026-08-13T17:55:39.510Z | |
| 7882 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7883 | 2026-08-13T17:55:39.510Z | |
| 7884 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.47/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 } }] |
| 7885 | 2026-08-13T17:55:39.510Z | |
| 7886 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 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.54/32 -> 10.0.0.255 |
| 7887 | 2026-08-13T17:55:39.510Z | |
| 7888 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.48/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 } }] |
| 7889 | 2026-08-13T17:55:39.510Z | |
| 7890 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7891 | 2026-08-13T17:55:39.510Z | |
| 7892 | 2026-08-13T17:55:39.510Z | Aug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.49/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 } }] |
| 7893 | 2026-08-13T17:55:39.510Z | |
| 7894 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072 Aug 13 17:55:38.072DEBG 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 } }] |
| 7895 | 2026-08-13T17:55:39.511Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7896 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7897 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072 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 } }] |
| 7898 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7899 | 2026-08-13T17:55:39.511Z | |
| 7900 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7901 | 2026-08-13T17:55:39.511Z | |
| 7902 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7903 | 2026-08-13T17:55:39.511Z | |
| 7904 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7905 | 2026-08-13T17:55:39.511Z | |
| 7906 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7907 | 2026-08-13T17:55:39.511Z | |
| 7908 | 2026-08-13T17:55:39.511Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7909 | 2026-08-13T17:55:39.516Z | |
| 7910 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7911 | 2026-08-13T17:55:39.516Z | |
| 7912 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7913 | 2026-08-13T17:55:39.516Z | |
| 7914 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7915 | 2026-08-13T17:55:39.516Z | |
| 7916 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7917 | 2026-08-13T17:55:39.516Z | |
| 7918 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7919 | 2026-08-13T17:55:39.516Z | |
| 7920 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7921 | 2026-08-13T17:55:39.516Z | |
| 7922 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.57/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 } }] |
| 7923 | 2026-08-13T17:55:39.516Z | |
| 7924 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 7925 | 2026-08-13T17:55:39.516Z | |
| 7926 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.58/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 } }] |
| 7927 | 2026-08-13T17:55:39.516Z | |
| 7928 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072 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 } }] |
| 7929 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7930 | 2026-08-13T17:55:39.516Z | Aug 13 17:55:38.072 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 } }] |
| 7931 | 2026-08-13T17:55:39.517Z | Aug 13 17:55:38.072 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7932 | 2026-08-13T17:55:39.517Z | Aug 13 17:55:38.072 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 } }] |
| 7933 | 2026-08-13T17:55:39.517Z | Aug 13 17:55:38.072 DEBG failed to allocate space for the new target list |
| 7934 | 2026-08-13T17:55:39.517Z | Aug 13 17:55:38.072 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 } }] |
| 7935 | 2026-08-13T17:55:39.517Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7936 | 2026-08-13T17:55:39.517Z | |
| 7937 | 2026-08-13T17:55:39.517Z | running 0 tests |
| 7938 | 2026-08-13T17:55:39.517Z | |
| 7939 | 2026-08-13T17:55:39.517Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7940 | 2026-08-13T17:55:39.517Z | |
| 7941 | 2026-08-13T17:55:39.517Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7942 | 2026-08-13T17:55:39.517Z | |
| 7943 | 2026-08-13T17:55:39.517Z | running 0 tests |
| 7944 | 2026-08-13T17:55:39.517Z | |
| 7945 | 2026-08-13T17:55:39.517Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7946 | 2026-08-13T17:55:39.517Z | |
| 7947 | 2026-08-13T17:55:39.517Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7948 | 2026-08-13T17:55:39.517Z | |
| 7949 | 2026-08-13T17:55:39.517Z | running 6 tests |
| 7950 | 2026-08-13T17:55:39.517Z | test tests::test_full_lot_id_both_present ... ok |
| 7951 | 2026-08-13T17:55:39.517Z | test tests::test_parse_client_port_id ... ok |
| 7952 | 2026-08-13T17:55:39.517Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7953 | 2026-08-13T17:55:39.517Z | test tests::test_full_lot_id_lot_only ... ok |
| 7954 | 2026-08-13T17:55:39.517Z | test tests::test_full_lot_id_neither_present ... ok |
| 7955 | 2026-08-13T17:55:39.517Z | test tests::test_port_id_cmp ... ok |
| 7956 | 2026-08-13T17:55:39.517Z | |
| 7957 | 2026-08-13T17:55:39.517Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7958 | 2026-08-13T17:55:39.517Z | |
| 7959 | 2026-08-13T17:55:39.517Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7960 | 2026-08-13T17:55:39.518Z | |
| 7961 | 2026-08-13T17:55:39.518Z | running 0 tests |
| 7962 | 2026-08-13T17:55:39.518Z | |
| 7963 | 2026-08-13T17:55:39.518Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7964 | 2026-08-13T17:55:39.518Z | |
| 7965 | 2026-08-13T17:55:39.518Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7966 | 2026-08-13T17:55:39.518Z | |
| 7967 | 2026-08-13T17:55:39.518Z | running 0 tests |
| 7968 | 2026-08-13T17:55:39.518Z | |
| 7969 | 2026-08-13T17:55:39.518Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7970 | 2026-08-13T17:55:39.518Z | |
| 7971 | 2026-08-13T17:55:39.518Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7972 | 2026-08-13T17:55:39.518Z | |
| 7973 | 2026-08-13T17:55:39.518Z | running 0 tests |
| 7974 | 2026-08-13T17:55:39.518Z | |
| 7975 | 2026-08-13T17:55:39.518Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7976 | 2026-08-13T17:55:39.518Z | |
| 7977 | 2026-08-13T17:55:39.518Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7978 | 2026-08-13T17:55:39.518Z | |
| 7979 | 2026-08-13T17:55:39.518Z | running 12 tests |
| 7980 | 2026-08-13T17:55:39.518Z | test icmp::test_v6_checksum ... ok |
| 7981 | 2026-08-13T17:55:39.518Z | test icmp::test_v4_checksum ... ok |
| 7982 | 2026-08-13T17:55:39.518Z | test ipv6::test_ipv6_parse ... ok |
| 7983 | 2026-08-13T17:55:39.518Z | test pbuf::test_byte ... ok |
| 7984 | 2026-08-13T17:55:39.518Z | test lldp::test_lldp_parse ... ok |
| 7985 | 2026-08-13T17:55:39.518Z | test pbuf::test_nibble ... ok |
| 7986 | 2026-08-13T17:55:39.518Z | test pbuf::test_overflow ... ok |
| 7987 | 2026-08-13T17:55:39.518Z | test pbuf::test_short ... ok |
| 7988 | 2026-08-13T17:55:39.518Z | test pbuf::test_word ... ok |
| 7989 | 2026-08-13T17:55:39.519Z | test pbuf::test_twelve ... ok |
| 7990 | 2026-08-13T17:55:39.519Z | test tcp::test_checksum_syn_nodata ... ok |
| 7991 | 2026-08-13T17:55:39.519Z | test tcp::test_checksum_ack_data ... ok |
| 7992 | 2026-08-13T17:55:39.519Z | |
| 7993 | 2026-08-13T17:55:39.519Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7994 | 2026-08-13T17:55:39.519Z | |
| 7995 | 2026-08-13T17:55:39.519Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7996 | 2026-08-13T17:55:39.519Z | |
| 7997 | 2026-08-13T17:55:39.519Z | running 0 tests |
| 7998 | 2026-08-13T17:55:39.519Z | |
| 7999 | 2026-08-13T17:55:39.519Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8000 | 2026-08-13T17:55:39.519Z | |
| 8001 | 2026-08-13T17:55:39.519Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 8002 | 2026-08-13T17:55:39.519Z | |
| 8003 | 2026-08-13T17:55:39.519Z | running 5 tests |
| 8004 | 2026-08-13T17:55:39.523Z | test switchport::test::test_compute_lanes ... ok |
| 8005 | 2026-08-13T17:55:39.523Z | test switchport::test::port_id_ordering ... ok |
| 8006 | 2026-08-13T17:55:39.523Z | test link::test_filter ... ok |
| 8007 | 2026-08-13T17:55:39.524Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8008 | 2026-08-13T17:55:39.524Z | Lane 0 Rx Loss-of-lock: Yes YesLane 1 Lane 2Yes Lane 3 |
| 8009 | 2026-08-13T17:55:39.524Z | Yes |
| 8010 | 2026-08-13T17:55:39.524Z | State: Activated Rx Loss-of-signal: Yes ActivatedYes ActivatedYes ActivatedYes |
| 8011 | 2026-08-13T17:55:39.524Z | |
| 8012 | 2026-08-13T17:55:39.524Z | Rx Output Enabled: false Rx CDR Enabled: Yes false Yesfalse Yesfalse |
| 8013 | 2026-08-13T17:55:39.524Z | Rx Output Status: validYes |
| 8014 | 2026-08-13T17:55:39.524Z | valid Tx Enabled: Yesvalid Yesvalid |
| 8015 | 2026-08-13T17:55:39.524Z | Yes Rx Loss-of-lock: true Yes |
| 8016 | 2026-08-13T17:55:39.524Z | true Tx Loss-of-lock: No trueNo true |
| 8017 | 2026-08-13T17:55:39.524Z | No Rx Loss-of-signal: falseNo |
| 8018 | 2026-08-13T17:55:39.524Z | Tx Loss-of-signal: Nofalse Nofalse falseNo |
| 8019 | 2026-08-13T17:55:39.524Z | No |
| 8020 | 2026-08-13T17:55:39.524Z | Rx Auto-squelch Disable: true true Tx CDR Enabled: No true true |
| 8021 | 2026-08-13T17:55:39.524Z | No Tx Output Enabled: trueNo trueNo |
| 8022 | 2026-08-13T17:55:39.524Z | true Tx Adaptive EQ Fault: No trueNo |
| 8023 | 2026-08-13T17:55:39.524Z | Tx Output Status: invalidNo invalidNo |
| 8024 | 2026-08-13T17:55:39.524Z | Tx Fault: Yesinvalid invalidYes |
| 8025 | 2026-08-13T17:55:39.524Z | Yes Tx Loss-of-lock: false Yes |
| 8026 | 2026-08-13T17:55:39.524Z | false false false |
| 8027 | 2026-08-13T17:55:39.524Z | Tx Loss-of-signal: true true true true |
| 8028 | 2026-08-13T17:55:39.524Z | Tx Auto-squelch Disable: false false false false |
| 8029 | 2026-08-13T17:55:39.524Z | Tx Adaptive EQ Fail: true true true true |
| 8030 | 2026-08-13T17:55:39.524Z | Tx Failure: false false false false |
| 8031 | 2026-08-13T17:55:39.524Z | Tx Force Squelch: true true true true |
| 8032 | 2026-08-13T17:55:39.524Z | Tx Input Polarity: normal normal normal normal |
| 8033 | 2026-08-13T17:55:39.525Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8034 | 2026-08-13T17:55:39.525Z | test switchport::test::test_print_sff_datapath ... ok |
| 8035 | 2026-08-13T17:55:39.525Z | |
| 8036 | 2026-08-13T17:55:39.525Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8037 | 2026-08-13T17:55:39.525Z | |
| 8038 | 2026-08-13T17:55:39.525Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 8039 | 2026-08-13T17:55:39.529Z | |
| 8040 | 2026-08-13T17:55:39.529Z | running 1 test |
| 8041 | 2026-08-13T17:55:39.529Z | test test_p4_counter_list ... ignored |
| 8042 | 2026-08-13T17:55:39.529Z | |
| 8043 | 2026-08-13T17:55:39.529Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8044 | 2026-08-13T17:55:39.529Z | |
| 8045 | 2026-08-13T17:55:39.529Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8046 | 2026-08-13T17:55:39.533Z | |
| 8047 | 2026-08-13T17:55:39.533Z | running 5 tests |
| 8048 | 2026-08-13T17:55:39.537Z | test test_an ... ignored |
| 8049 | 2026-08-13T17:55:39.537Z | test test_enable ... ignored |
| 8050 | 2026-08-13T17:55:39.537Z | test test_ip_addresses ... ignored |
| 8051 | 2026-08-13T17:55:39.537Z | test test_kr ... ignored |
| 8052 | 2026-08-13T17:55:39.537Z | test test_mac ... ignored |
| 8053 | 2026-08-13T17:55:39.537Z | |
| 8054 | 2026-08-13T17:55:39.537Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8055 | 2026-08-13T17:55:39.537Z | |
| 8056 | 2026-08-13T17:55:39.537Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8057 | 2026-08-13T17:55:39.537Z | |
| 8058 | 2026-08-13T17:55:39.537Z | running 3 tests |
| 8059 | 2026-08-13T17:55:39.541Z | test linklocal::test_parse_ipadm ... ok |
| 8060 | 2026-08-13T17:55:39.541Z | test tfport::test_parse_tfport ... ok |
| 8061 | 2026-08-13T17:55:39.541Z | test config::tests::test_updates ... ok |
| 8062 | 2026-08-13T17:55:39.541Z | |
| 8063 | 2026-08-13T17:55:39.541Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-08-13T17:55:39.541Z | |
| 8065 | 2026-08-13T17:55:39.541Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8066 | 2026-08-13T17:55:39.545Z | |
| 8067 | 2026-08-13T17:55:39.545Z | running 0 tests |
| 8068 | 2026-08-13T17:55:39.545Z | |
| 8069 | 2026-08-13T17:55:39.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8070 | 2026-08-13T17:55:39.545Z | |
| 8071 | 2026-08-13T17:55:39.545Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8072 | 2026-08-13T17:55:39.548Z | |
| 8073 | 2026-08-13T17:55:39.548Z | running 0 tests |
| 8074 | 2026-08-13T17:55:39.548Z | |
| 8075 | 2026-08-13T17:55:39.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-08-13T17:55:39.548Z | |
| 8077 | 2026-08-13T17:55:39.552Z | Doc-tests aal |
| 8078 | 2026-08-13T17:55:39.681Z | |
| 8079 | 2026-08-13T17:55:39.681Z | running 0 tests |
| 8080 | 2026-08-13T17:55:39.682Z | |
| 8081 | 2026-08-13T17:55:39.685Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-08-13T17:55:39.685Z | |
| 8083 | 2026-08-13T17:55:39.700Z | Doc-tests aal_macros |
| 8084 | 2026-08-13T17:55:39.774Z | |
| 8085 | 2026-08-13T17:55:39.774Z | running 0 tests |
| 8086 | 2026-08-13T17:55:39.774Z | |
| 8087 | 2026-08-13T17:55:39.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-08-13T17:55:39.774Z | |
| 8089 | 2026-08-13T17:55:39.786Z | Doc-tests common |
| 8090 | 2026-08-13T17:55:40.023Z | |
| 8091 | 2026-08-13T17:55:40.023Z | running 0 tests |
| 8092 | 2026-08-13T17:55:40.023Z | |
| 8093 | 2026-08-13T17:55:40.023Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8094 | 2026-08-13T17:55:40.023Z | |
| 8095 | 2026-08-13T17:55:40.045Z | Doc-tests dpd_api |
| 8096 | 2026-08-13T17:55:40.798Z | |
| 8097 | 2026-08-13T17:55:40.798Z | running 2 tests |
| 8098 | 2026-08-13T17:55:40.798Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8099 | 2026-08-13T17:55:40.798Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8100 | 2026-08-13T17:55:40.798Z | |
| 8101 | 2026-08-13T17:55:40.798Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-13T17:55:40.798Z | |
| 8103 | 2026-08-13T17:55:40.832Z | Doc-tests dpd_client |
| 8104 | 2026-08-13T17:55:42.128Z | |
| 8105 | 2026-08-13T17:55:42.128Z | running 0 tests |
| 8106 | 2026-08-13T17:55:42.128Z | |
| 8107 | 2026-08-13T17:55:42.128Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-08-13T17:55:42.128Z | |
| 8109 | 2026-08-13T17:55:42.176Z | Doc-tests dpd_types |
| 8110 | 2026-08-13T17:55:42.391Z | |
| 8111 | 2026-08-13T17:55:42.391Z | running 0 tests |
| 8112 | 2026-08-13T17:55:42.391Z | |
| 8113 | 2026-08-13T17:55:42.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-08-13T17:55:42.391Z | |
| 8115 | 2026-08-13T17:55:42.419Z | Doc-tests dpd_types_versions |
| 8116 | 2026-08-13T17:55:43.645Z | |
| 8117 | 2026-08-13T17:55:43.645Z | running 1 test |
| 8118 | 2026-08-13T17:55:43.645Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8119 | 2026-08-13T17:55:43.645Z | |
| 8120 | 2026-08-13T17:55:43.645Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-08-13T17:55:43.645Z | |
| 8122 | 2026-08-13T17:55:43.691Z | Doc-tests packet |
| 8123 | 2026-08-13T17:55:43.808Z | |
| 8124 | 2026-08-13T17:55:43.808Z | running 0 tests |
| 8125 | 2026-08-13T17:55:43.808Z | |
| 8126 | 2026-08-13T17:55:43.808Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-08-13T17:55:43.808Z | |
| 8128 | 2026-08-13T17:55:43.825Z | Doc-tests pcap |
| 8129 | 2026-08-13T17:55:43.880Z | |
| 8130 | 2026-08-13T17:55:43.880Z | running 0 tests |
| 8131 | 2026-08-13T17:55:43.880Z | |
| 8132 | 2026-08-13T17:55:43.880Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8133 | 2026-08-13T17:55:43.880Z | |
| 8134 | 2026-08-13T17:55:43.935Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8135 | 2026-08-13T17:55:43.935Z | + RUST_BACKTRACE=full |
| 8136 | 2026-08-13T17:55:43.935Z | + cargo test --features chaos --no-fail-fast |
| 8137 | 2026-08-13T17:55:44.543Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8138 | 2026-08-13T17:55:44.624Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8139 | 2026-08-13T17:55:44.632Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8140 | 2026-08-13T17:55:52.901Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8141 | 2026-08-13T17:55:53.108Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8142 | 2026-08-13T17:56:28.983Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 45.03s |
| 8143 | 2026-08-13T17:56:29.090Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8144 | 2026-08-13T17:56:29.095Z | |
| 8145 | 2026-08-13T17:56:29.095Z | running 5 tests |
| 8146 | 2026-08-13T17:56:29.098Z | test fuse::tests::chip_revision_a0 ... ok |
| 8147 | 2026-08-13T17:56:29.098Z | test fuse::tests::chip_revision_b0 ... ok |
| 8148 | 2026-08-13T17:56:29.099Z | test fuse::tests::chip_revision_b1 ... ok |
| 8149 | 2026-08-13T17:56:29.099Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8150 | 2026-08-13T17:56:29.099Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8151 | 2026-08-13T17:56:29.099Z | |
| 8152 | 2026-08-13T17:56:29.099Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-13T17:56:29.099Z | |
| 8154 | 2026-08-13T17:56:29.099Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8155 | 2026-08-13T17:56:29.102Z | |
| 8156 | 2026-08-13T17:56:29.102Z | running 0 tests |
| 8157 | 2026-08-13T17:56:29.102Z | |
| 8158 | 2026-08-13T17:56:29.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-13T17:56:29.102Z | |
| 8160 | 2026-08-13T17:56:29.102Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8161 | 2026-08-13T17:56:29.106Z | |
| 8162 | 2026-08-13T17:56:29.106Z | running 0 tests |
| 8163 | 2026-08-13T17:56:29.106Z | |
| 8164 | 2026-08-13T17:56:29.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-08-13T17:56:29.109Z | |
| 8166 | 2026-08-13T17:56:29.109Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8167 | 2026-08-13T17:56:29.113Z | |
| 8168 | 2026-08-13T17:56:29.113Z | running 10 tests |
| 8169 | 2026-08-13T17:56:29.116Z | test nat::tests::test_vni ... ok |
| 8170 | 2026-08-13T17:56:29.116Z | test network::tests::test_equal ... ok |
| 8171 | 2026-08-13T17:56:29.116Z | test network::tests::test_eui64 ... ok |
| 8172 | 2026-08-13T17:56:29.116Z | test network::tests::test_into ... ok |
| 8173 | 2026-08-13T17:56:29.116Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8174 | 2026-08-13T17:56:29.116Z | test network::tests::test_not_equal ... ok |
| 8175 | 2026-08-13T17:56:29.116Z | test network::tests::test_parse ... ok |
| 8176 | 2026-08-13T17:56:29.116Z | test network::tests::test_to_string ... ok |
| 8177 | 2026-08-13T17:56:29.116Z | test test_purge ... ok |
| 8178 | 2026-08-13T17:56:29.120Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8179 | 2026-08-13T17:56:29.120Z | |
| 8180 | 2026-08-13T17:56:29.120Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8181 | 2026-08-13T17:56:29.120Z | |
| 8182 | 2026-08-13T17:56:29.123Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8183 | 2026-08-13T17:56:29.145Z | |
| 8184 | 2026-08-13T17:56:29.145Z | running 1 test |
| 8185 | 2026-08-13T17:56:29.149Z | ------- |
| 8186 | 2026-08-13T17:56:29.152Z | Generating OpenAPI documents from API definitions ... |
| 8187 | 2026-08-13T17:56:29.307Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8188 | 2026-08-13T17:56:29.377Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8189 | 2026-08-13T17:56:30.351Z | ------- |
| 8190 | 2026-08-13T17:56:30.351Z | Checking 12 OpenAPI documents... |
| 8191 | 2026-08-13T17:56:30.351Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-13T17:56:30.351Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-13T17:56:30.351Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-13T17:56:30.351Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-13T17:56:30.355Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-08-13T17:56:30.355Z | Fresh dpd "latest" symlink |
| 8204 | 2026-08-13T17:56:30.355Z | ------- |
| 8205 | 2026-08-13T17:56:30.355Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8206 | 2026-08-13T17:56:30.418Z | test test::test_apis_up_to_date ... ok |
| 8207 | 2026-08-13T17:56:30.418Z | |
| 8208 | 2026-08-13T17:56:30.421Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 8209 | 2026-08-13T17:56:30.421Z | |
| 8210 | 2026-08-13T17:56:30.477Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8211 | 2026-08-13T17:56:30.482Z | |
| 8212 | 2026-08-13T17:56:30.482Z | running 34 tests |
| 8213 | 2026-08-13T17:56:30.487Z | test freemap::test_ordering ... ok |
| 8214 | 2026-08-13T17:56:30.487Z | test config::tests::test_updates ... ok |
| 8215 | 2026-08-13T17:56:30.487Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8216 | 2026-08-13T17:56:30.487Z | test freemap::test_split ... ok |
| 8217 | 2026-08-13T17:56:30.487Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8218 | 2026-08-13T17:56:30.492Z | test macaddrs::tests::test_mac_offset ... ok |
| 8219 | 2026-08-13T17:56:30.492Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8220 | 2026-08-13T17:56:30.492Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8221 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 DEBG created new freemap, unit: freemap_test |
| 8222 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 DEBG initted freemap. size: 128, unit: freemap_test |
| 8223 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 DEBG reset freemap, unit: freemap_test |
| 8224 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 DEBG created new freemap, unit: freemap_test |
| 8225 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 DEBG initted freemap. size: 128, unit: freemap_test |
| 8226 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 DEBG reset freemap, unit: freemap_test |
| 8227 | 2026-08-13T17:56:30.492Z | test nat::test_mapping ... ok |
| 8228 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092 Aug 13 17:56:29.092DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test |
| 8229 | 2026-08-13T17:56:30.492Z | |
| 8230 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092Aug 13 17:56:29.092 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8231 | 2026-08-13T17:56:30.492Z | |
| 8232 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.092Aug 13 17:56:29.092 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 8233 | 2026-08-13T17:56:30.492Z | test freemap::test_reclaim ... ok |
| 8234 | 2026-08-13T17:56:30.492Z | |
| 8235 | 2026-08-13T17:56:30.492Z | test freemap::test_free ... ok |
| 8236 | 2026-08-13T17:56:30.492Z | test freemap::test_basic ... ok |
| 8237 | 2026-08-13T17:56:30.492Z | test freemap::test_exhaustion ... ok |
| 8238 | 2026-08-13T17:56:30.492Z | test port_map::tests::test_backplane_group ... ok |
| 8239 | 2026-08-13T17:56:30.492Z | test port_map::tests::test_port_map ... ok |
| 8240 | 2026-08-13T17:56:30.492Z | test port_map::tests::dump_map ... ok |
| 8241 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.093 DEBG created new freemap, unit: freemap_test |
| 8242 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.093 DEBG initted freemap. size: 8, unit: freemap_test |
| 8243 | 2026-08-13T17:56:30.492Z | Aug 13 17:56:29.093 DEBG reset freemap, unit: freemap_test |
| 8244 | 2026-08-13T17:56:30.492Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8245 | 2026-08-13T17:56:30.493Z | test api_server::tests::test_build_info ... ok |
| 8246 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8247 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8248 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8249 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8250 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8251 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8252 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8253 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8254 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8255 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8256 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8257 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8258 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8259 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8260 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8261 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8262 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8263 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8264 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8266 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8267 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8268 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8269 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8270 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8271 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8272 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8273 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8274 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8275 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8276 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8277 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8278 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8279 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8280 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8282 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8283 | 2026-08-13T17:56:30.493Z | Aug 13 17:56:29.093 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 } }] |
| 8284 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8285 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8286 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8288 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8289 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8290 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8292 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8294 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8296 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8298 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8300 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8301 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8302 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8304 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8305 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8306 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8308 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8309 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8310 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8312 | 2026-08-13T17:56:30.494Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8313 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8314 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8315 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8316 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 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 } }] |
| 8317 | 2026-08-13T17:56:30.494Z | Aug 13 17:56:29.093 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 17:56:29.093 |
| 8318 | 2026-08-13T17:56:30.498Z | DEBG created new freemapAug 13 17:56:29.093 , DEBGunit :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 } }] |
| 8319 | 2026-08-13T17:56:30.498Z | freemap_route_ipv4 |
| 8320 | 2026-08-13T17:56:30.498Z | Aug 13 17:56:29.093 INFO Aug 13 17:56:29.093adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8321 | 2026-08-13T17:56:30.498Z | DEBG created new freemap, unitAug 13 17:56:29.093: DEBGfreemap_route_ipv6 |
| 8322 | 2026-08-13T17:56:30.498Z | 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 } }] |
| 8323 | 2026-08-13T17:56:30.498Z | Aug 13 17:56:29.093Aug 13 17:56:29.093 DEBGINFO initted freemap. size: 64adding route 3fff:beef:21::/64 -> 2001:db8::55:ff, |
| 8324 | 2026-08-13T17:56:30.499Z | unit: freemap_route_ipv4 |
| 8325 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.093 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 13 17:56:29.093 |
| 8326 | 2026-08-13T17:56:30.499Z | DEBG reset freemap, Aug 13 17:56:29.093unit :INFO freemap_route_ipv4adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8327 | 2026-08-13T17:56:30.499Z | |
| 8328 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.093Aug 13 17:56:29.093 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 } }]initted freemap. size: 64 |
| 8329 | 2026-08-13T17:56:30.499Z | , unit: freemap_route_ipv6Aug 13 17:56:29.094 |
| 8330 | 2026-08-13T17:56:30.499Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8331 | 2026-08-13T17:56:30.499Z | DEBG reset freemap, Aug 13 17:56:29.094unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8332 | 2026-08-13T17:56:30.499Z | |
| 8333 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8334 | 2026-08-13T17:56:30.499Z | |
| 8335 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8336 | 2026-08-13T17:56:30.499Z | |
| 8337 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8338 | 2026-08-13T17:56:30.499Z | |
| 8339 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8340 | 2026-08-13T17:56:30.499Z | |
| 8341 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8342 | 2026-08-13T17:56:30.499Z | |
| 8343 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8344 | 2026-08-13T17:56:30.499Z | |
| 8345 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8346 | 2026-08-13T17:56:30.499Z | |
| 8347 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094 Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8348 | 2026-08-13T17:56:30.499Z | created new freemap |
| 8349 | 2026-08-13T17:56:30.499Z | , unit:Aug 13 17:56:29.094Aug 13 17:56:29.094 freemap_route_ipv4INFO |
| 8350 | 2026-08-13T17:56:30.499Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 8351 | 2026-08-13T17:56:30.499Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8352 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG 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 } }]DEBG, |
| 8353 | 2026-08-13T17:56:30.499Z | unit :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 } }] |
| 8354 | 2026-08-13T17:56:30.499Z | freemap_route_ipv6 |
| 8355 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094 Aug 13 17:56:29.094INFOAug 13 17:56:29.094 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG |
| 8356 | 2026-08-13T17:56:30.499Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 13 17:56:29.094, |
| 8357 | 2026-08-13T17:56:30.499Z | unitDEBG: Aug 13 17:56:29.094freemap_route_ipv4replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8358 | 2026-08-13T17:56:30.499Z | DEBG |
| 8359 | 2026-08-13T17:56:30.499Z | 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 } }] |
| 8360 | 2026-08-13T17:56:30.499Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO Aug 13 17:56:29.094adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8361 | 2026-08-13T17:56:30.499Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff reset freemap |
| 8362 | 2026-08-13T17:56:30.500Z | , Aug 13 17:56:29.094Aug 13 17:56:29.094 unitDEBG:DEBG Aug 13 17:56:29.094replacing 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 } }] |
| 8363 | 2026-08-13T17:56:30.500Z | DEBGfreemap_route_ipv4created 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 } }] |
| 8364 | 2026-08-13T17:56:30.500Z | |
| 8365 | 2026-08-13T17:56:30.500Z | , Aug 13 17:56:29.094unit INFOAug 13 17:56:29.094 Aug 13 17:56:29.094: DEBGINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8366 | 2026-08-13T17:56:30.500Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8367 | 2026-08-13T17:56:30.500Z | freemap_test initted freemap. size: 64 |
| 8368 | 2026-08-13T17:56:30.500Z | , Aug 13 17:56:29.094unit :Aug 13 17:56:29.094Aug 13 17:56:29.094DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 13 17:56:29.094 |
| 8369 | 2026-08-13T17:56:30.500Z | DEBGinitted freemap. size: 128 , created new freemapunit, |
| 8370 | 2026-08-13T17:56:30.500Z | unitAug 13 17:56:29.094: freemap_test:INFO |
| 8371 | 2026-08-13T17:56:30.500Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8372 | 2026-08-13T17:56:30.500Z | |
| 8373 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGAug 13 17:56:29.094DEBG DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapcreated new freemap, |
| 8374 | 2026-08-13T17:56:30.500Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit, |
| 8375 | 2026-08-13T17:56:30.500Z | :unit : freemap_testfreemap_route_ipv6 |
| 8376 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094 INFO |
| 8377 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8378 | 2026-08-13T17:56:30.500Z | 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 13 17:56:29.094 |
| 8379 | 2026-08-13T17:56:30.500Z | DEBG Aug 13 17:56:29.094initted freemap. size: 64 , Aug 13 17:56:29.094DEBGunit :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 } }] |
| 8380 | 2026-08-13T17:56:30.500Z | freemap_route_ipv4 |
| 8381 | 2026-08-13T17:56:30.500Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8382 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8383 | 2026-08-13T17:56:30.500Z | reset freemapAug 13 17:56:29.094, unitDEBGAug 13 17:56:29.094: DEBGfreemap_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 } }] |
| 8384 | 2026-08-13T17:56:30.500Z | |
| 8385 | 2026-08-13T17:56:30.500Z | 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 } }] |
| 8386 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094 Aug 13 17:56:29.094Aug 13 17:56:29.094INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8387 | 2026-08-13T17:56:30.500Z | initted freemap. size: 64 |
| 8388 | 2026-08-13T17:56:30.500Z | |
| 8389 | 2026-08-13T17:56:30.500Z | , unit: freemap_route_ipv6Aug 13 17:56:29.094Aug 13 17:56:29.094 |
| 8390 | 2026-08-13T17:56:30.500Z | DEBGAug 13 17:56:29.094DEBG Aug 13 17:56:29.094replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 3fff:beef: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 } }] |
| 8391 | 2026-08-13T17:56:30.500Z | DEBG |
| 8392 | 2026-08-13T17:56:30.500Z | reset freemapreset freemap, , unitunit:: freemap_route_ipv6 Aug 13 17:56:29.094 |
| 8393 | 2026-08-13T17:56:30.500Z | freemap_route_ipv6Aug 13 17:56:29.094 |
| 8394 | 2026-08-13T17:56:30.500Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 8395 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 Aug 13 17:56:29.094 |
| 8396 | 2026-08-13T17:56:30.500Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8397 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGAug 13 17:56:29.094DEBG |
| 8398 | 2026-08-13T17:56:30.500Z | 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 } }] |
| 8399 | 2026-08-13T17:56:30.500Z | 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 } }]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 } }] |
| 8400 | 2026-08-13T17:56:30.500Z | Aug 13 17:56:29.094 |
| 8401 | 2026-08-13T17:56:30.501Z | Aug 13 17:56:29.094INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 INFO |
| 8402 | 2026-08-13T17:56:30.501Z | Aug 13 17:56:29.094adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 8403 | 2026-08-13T17:56:30.501Z | |
| 8404 | 2026-08-13T17:56:30.501Z | INFO Aug 13 17:56:29.094adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094DEBG Aug 13 17:56:29.094 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 } }] |
| 8405 | 2026-08-13T17:56:30.501Z | 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 } }] |
| 8406 | 2026-08-13T17:56:30.501Z | INFO |
| 8407 | 2026-08-13T17:56:30.501Z | Aug 13 17:56:29.094 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 13 17:56:29.094 |
| 8408 | 2026-08-13T17:56:30.501Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-13T17:56:30.501Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8410 | 2026-08-13T17:56:30.501Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094DEBG DEBG DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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: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 } }] |
| 8411 | 2026-08-13T17:56:30.501Z | |
| 8412 | 2026-08-13T17:56:30.501Z | Aug 13 17:56:29.094 |
| 8413 | 2026-08-13T17:56:30.501Z | 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 13 17:56:29.094Aug 13 17:56:29.094Aug 13 17:56:29.094 |
| 8414 | 2026-08-13T17:56:30.501Z | INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8415 | 2026-08-13T17:56:30.501Z | |
| 8416 | 2026-08-13T17:56:30.501Z | INFO Aug 13 17:56:29.094adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8417 | 2026-08-13T17:56:30.501Z | 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 } }]Aug 13 17:56:29.094 |
| 8418 | 2026-08-13T17:56:30.505Z | 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 } }] |
| 8419 | 2026-08-13T17:56:30.505Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094 INFO |
| 8420 | 2026-08-13T17:56:30.505Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 8421 | 2026-08-13T17:56:30.505Z | INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8422 | 2026-08-13T17:56:30.505Z | |
| 8423 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 DEBGAug 13 17:56:29.094 Aug 13 17:56:29.094 Aug 13 17:56:29.094 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 } }] DEBGDEBG |
| 8424 | 2026-08-13T17:56:30.506Z | INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8425 | 2026-08-13T17:56:30.506Z | |
| 8426 | 2026-08-13T17:56:30.506Z | 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 } }] |
| 8427 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 INFOAug 13 17:56:29.094Aug 13 17:56:29.094 INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8428 | 2026-08-13T17:56:30.506Z | |
| 8429 | 2026-08-13T17:56:30.506Z | 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 |
| 8430 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGDEBG |
| 8431 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8432 | 2026-08-13T17:56:30.506Z | |
| 8433 | 2026-08-13T17:56:30.506Z | INFO Aug 13 17:56:29.094adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8434 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 INFODEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8435 | 2026-08-13T17:56:30.506Z | |
| 8436 | 2026-08-13T17:56:30.506Z | 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 } }]Aug 13 17:56:29.094Aug 13 17:56:29.094 |
| 8437 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8438 | 2026-08-13T17:56:30.506Z | 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 } }]Aug 13 17:56:29.094replacing 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 } }] |
| 8439 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 INFO |
| 8440 | 2026-08-13T17:56:30.506Z | INFO Aug 13 17:56:29.094 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8441 | 2026-08-13T17:56:30.506Z | |
| 8442 | 2026-08-13T17:56:30.506Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8443 | 2026-08-13T17:56:30.506Z | INFOAug 13 17:56:29.094 Aug 13 17:56:29.094 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8444 | 2026-08-13T17:56:30.506Z | |
| 8445 | 2026-08-13T17:56:30.506Z | 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 } }] |
| 8446 | 2026-08-13T17:56:30.506Z | DEBG Aug 13 17:56:29.094replacing 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 } }] |
| 8447 | 2026-08-13T17:56:30.506Z | DEBGAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094INFO 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 } }] INFOINFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8448 | 2026-08-13T17:56:30.506Z | |
| 8449 | 2026-08-13T17:56:30.506Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8450 | 2026-08-13T17:56:30.506Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8451 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 DEBGAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094 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: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 } }] |
| 8452 | 2026-08-13T17:56:30.506Z | INFO |
| 8453 | 2026-08-13T17:56:30.506Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.094 |
| 8454 | 2026-08-13T17:56:30.506Z | INFO |
| 8455 | 2026-08-13T17:56:30.506Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8456 | 2026-08-13T17:56:30.506Z | |
| 8457 | 2026-08-13T17:56:30.506Z | Aug 13 17:56:29.094 DEBGAug 13 17:56:29.094 Aug 13 17:56:29.094replacing 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 13 17:56:29.094 DEBG |
| 8458 | 2026-08-13T17:56:30.506Z | INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8459 | 2026-08-13T17:56:30.506Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8460 | 2026-08-13T17:56:30.506Z | 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 } }] |
| 8461 | 2026-08-13T17:56:30.507Z | INFOAug 13 17:56:29.094 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8462 | 2026-08-13T17:56:30.507Z | INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8463 | 2026-08-13T17:56:30.507Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 13 17:56:29.094 |
| 8464 | 2026-08-13T17:56:30.507Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8465 | 2026-08-13T17:56:30.507Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8466 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 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 } }]INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8467 | 2026-08-13T17:56:30.507Z | |
| 8468 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 8469 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8470 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094INFOAug 13 17:56:29.094 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8471 | 2026-08-13T17:56:30.507Z | 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 } }] |
| 8472 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8473 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094DEBGDEBG Aug 13 17:56:29.094 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: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 } }]INFODEBG |
| 8474 | 2026-08-13T17:56:30.507Z | |
| 8475 | 2026-08-13T17:56:30.507Z | 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 } }] |
| 8476 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8477 | 2026-08-13T17:56:30.507Z | INFOAug 13 17:56:29.094Aug 13 17:56:29.094 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 8478 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8479 | 2026-08-13T17:56:30.507Z | INFODEBG Aug 13 17:56:29.094adding route 3fff:beef:38::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8480 | 2026-08-13T17:56:30.507Z | |
| 8481 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.094 |
| 8482 | 2026-08-13T17:56:30.507Z | 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 |
| 8483 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8484 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094 INFODEBG Aug 13 17:56:29.094Aug 13 17:56:29.094adding route 3fff:beef:9::/64 -> 2001:db8::55:ff 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 } }] |
| 8485 | 2026-08-13T17:56:30.507Z | DEBG |
| 8486 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8487 | 2026-08-13T17:56:30.507Z | 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 } }] |
| 8488 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8489 | 2026-08-13T17:56:30.507Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8490 | 2026-08-13T17:56:30.507Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 |
| 8491 | 2026-08-13T17:56:30.507Z | |
| 8492 | 2026-08-13T17:56:30.507Z | INFO Aug 13 17:56:29.094adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8493 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.094INFOAug 13 17:56:29.094 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094 |
| 8494 | 2026-08-13T17:56:30.507Z | DEBG 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: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 } }] |
| 8495 | 2026-08-13T17:56:30.507Z | |
| 8496 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.095 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 13 17:56:29.095 |
| 8497 | 2026-08-13T17:56:30.507Z | DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8498 | 2026-08-13T17:56:30.507Z | Aug 13 17:56:29.095adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095 |
| 8499 | 2026-08-13T17:56:30.507Z | INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 13 17:56:29.095adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8500 | 2026-08-13T17:56:30.507Z | INFO |
| 8501 | 2026-08-13T17:56:30.508Z | Aug 13 17:56:29.095 DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8502 | 2026-08-13T17:56:30.508Z | Aug 13 17:56:29.095 |
| 8503 | 2026-08-13T17:56:30.508Z | DEBGAug 13 17:56:29.095 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:56:29.095 |
| 8504 | 2026-08-13T17:56:30.508Z | 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 } }] INFOAug 13 17:56:29.095 |
| 8505 | 2026-08-13T17:56:30.508Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8506 | 2026-08-13T17:56:30.508Z | DEBG Aug 13 17:56:29.095INFO DEBGadding route 3fff:beef:3b::/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 } }] |
| 8507 | 2026-08-13T17:56:30.508Z | 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 } }] |
| 8508 | 2026-08-13T17:56:30.508Z | |
| 8509 | 2026-08-13T17:56:30.508Z | Aug 13 17:56:29.095 Aug 13 17:56:29.095INFOAug 13 17:56:29.095 Aug 13 17:56:29.095 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 8510 | 2026-08-13T17:56:30.508Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8511 | 2026-08-13T17:56:30.508Z | Aug 13 17:56:29.095 INFODEBGAug 13 17:56:29.095 DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8512 | 2026-08-13T17:56:30.508Z | |
| 8513 | 2026-08-13T17:56:30.508Z | 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 } }] |
| 8514 | 2026-08-13T17:56:30.508Z | |
| 8515 | 2026-08-13T17:56:30.508Z | Aug 13 17:56:29.095 INFOAug 13 17:56:29.095Aug 13 17:56:29.095 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8516 | 2026-08-13T17:56:30.508Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8517 | 2026-08-13T17:56:30.508Z | DEBGINFO Aug 13 17:56:29.095Aug 13 17:56:29.095 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8518 | 2026-08-13T17:56:30.512Z | |
| 8519 | 2026-08-13T17:56:30.512Z | DEBG |
| 8520 | 2026-08-13T17:56:30.512Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095 |
| 8521 | 2026-08-13T17:56:30.512Z | INFO Aug 13 17:56:29.095adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095 |
| 8522 | 2026-08-13T17:56:30.512Z | 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 } }]Aug 13 17:56:29.095adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8523 | 2026-08-13T17:56:30.513Z | |
| 8524 | 2026-08-13T17:56:30.513Z | INFO Aug 13 17:56:29.095adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095Aug 13 17:56:29.095 |
| 8525 | 2026-08-13T17:56:30.513Z | 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: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 } }] |
| 8526 | 2026-08-13T17:56:30.513Z | |
| 8527 | 2026-08-13T17:56:30.513Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8528 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFO Aug 13 17:56:29.095adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8529 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095DEBG |
| 8530 | 2026-08-13T17:56:30.513Z | 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 } }] Aug 13 17:56:29.095 |
| 8531 | 2026-08-13T17:56:30.513Z | 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 } }] |
| 8532 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095Aug 13 17:56:29.095replacing 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 } }] |
| 8533 | 2026-08-13T17:56:30.513Z | 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 } }] |
| 8534 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095INFO |
| 8535 | 2026-08-13T17:56:30.513Z | INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8536 | 2026-08-13T17:56:30.513Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-13T17:56:30.513Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 DEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8538 | 2026-08-13T17:56:30.513Z | |
| 8539 | 2026-08-13T17:56:30.513Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8540 | 2026-08-13T17:56:30.513Z | 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 13 17:56:29.095 |
| 8541 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 8542 | 2026-08-13T17:56:30.513Z | |
| 8543 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8544 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFOAug 13 17:56:29.095Aug 13 17:56:29.095 DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8545 | 2026-08-13T17:56:30.513Z | 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 |
| 8546 | 2026-08-13T17:56:30.513Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 17:56:29.095DEBG |
| 8547 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095DEBG INFOAug 13 17:56:29.095replacing 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 } }] DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8548 | 2026-08-13T17:56:30.513Z | |
| 8549 | 2026-08-13T17:56:30.513Z | |
| 8550 | 2026-08-13T17:56:30.513Z | 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 } }] |
| 8551 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095 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 } }]Aug 13 17:56:29.095 |
| 8552 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095 Aug 13 17:56:29.095INFO INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8553 | 2026-08-13T17:56:30.513Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8554 | 2026-08-13T17:56:30.513Z | |
| 8555 | 2026-08-13T17:56:30.513Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8556 | 2026-08-13T17:56:30.513Z | Aug 13 17:56:29.095 Aug 13 17:56:29.095DEBG Aug 13 17:56:29.095DEBG Aug 13 17:56:29.095 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: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 } }] |
| 8557 | 2026-08-13T17:56:30.513Z | |
| 8558 | 2026-08-13T17:56:30.513Z | 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 } }]Aug 13 17:56:29.095Aug 13 17:56:29.095replacing 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 } }] |
| 8559 | 2026-08-13T17:56:30.513Z | |
| 8560 | 2026-08-13T17:56:30.513Z | INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8561 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8562 | 2026-08-13T17:56:30.514Z | DEBGAug 13 17:56:29.095Aug 13 17:56:29.095 failed to allocate space for the new target listDEBGINFO 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 13 17:56:29.095 |
| 8563 | 2026-08-13T17:56:30.514Z | |
| 8564 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8565 | 2026-08-13T17:56:30.514Z | 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 } }] |
| 8566 | 2026-08-13T17:56:30.514Z | test freemap::test_span ... ok |
| 8567 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8568 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 8569 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8570 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 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 } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8571 | 2026-08-13T17:56:30.514Z | |
| 8572 | 2026-08-13T17:56:30.514Z | |
| 8573 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 8574 | 2026-08-13T17:56:30.514Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8575 | 2026-08-13T17:56:30.514Z | |
| 8576 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 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 } }]Aug 13 17:56:29.095 |
| 8577 | 2026-08-13T17:56:30.514Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8578 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8579 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFOAug 13 17:56:29.095 INFODEBGadding route 3fff:beef:18::/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 } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-13T17:56:30.514Z | |
| 8581 | 2026-08-13T17:56:30.514Z | |
| 8582 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBGAug 13 17:56:29.095 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 } }] |
| 8583 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 8584 | 2026-08-13T17:56:30.514Z | 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 } }] |
| 8585 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBG Aug 13 17:56:29.095 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 } }]INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8586 | 2026-08-13T17:56:30.514Z | |
| 8587 | 2026-08-13T17:56:30.514Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8588 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095 Aug 13 17:56:29.095DEBG Aug 13 17:56:29.095DEBGreplacing 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 } }] |
| 8589 | 2026-08-13T17:56:30.514Z | 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 } }] |
| 8590 | 2026-08-13T17:56:30.514Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8591 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8592 | 2026-08-13T17:56:30.514Z | |
| 8593 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 DEBGDEBG 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: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 } }] |
| 8594 | 2026-08-13T17:56:30.514Z | 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 } }] |
| 8595 | 2026-08-13T17:56:30.514Z | |
| 8596 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8597 | 2026-08-13T17:56:30.514Z | |
| 8598 | 2026-08-13T17:56:30.514Z | |
| 8599 | 2026-08-13T17:56:30.514Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG 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 } }]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 } }] |
| 8600 | 2026-08-13T17:56:30.514Z | |
| 8601 | 2026-08-13T17:56:30.515Z | 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 } }] |
| 8602 | 2026-08-13T17:56:30.515Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFOAug 13 17:56:29.095 INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8603 | 2026-08-13T17:56:30.515Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 8604 | 2026-08-13T17:56:30.515Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8605 | 2026-08-13T17:56:30.515Z | 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 13 17:56:29.095 |
| 8606 | 2026-08-13T17:56:30.515Z | Aug 13 17:56:29.095DEBG 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 |
| 8607 | 2026-08-13T17:56:30.515Z | Aug 13 17:56:29.095 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:1d::/64 -> 2001:db8::55:ff |
| 8608 | 2026-08-13T17:56:30.515Z | Aug 13 17:56:29.095 |
| 8609 | 2026-08-13T17:56:30.515Z | INFO Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8610 | 2026-08-13T17:56:30.515Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8611 | 2026-08-13T17:56:30.515Z | |
| 8612 | 2026-08-13T17:56:30.515Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBG INFO 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 } }] |
| 8613 | 2026-08-13T17:56:30.515Z | 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:1e::/64 -> 2001:db8::55:ff |
| 8614 | 2026-08-13T17:56:30.515Z | |
| 8615 | 2026-08-13T17:56:30.515Z | Aug 13 17:56:29.095 INFOAug 13 17:56:29.095 Aug 13 17:56:29.095adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8616 | 2026-08-13T17:56:30.515Z | INFODEBG Aug 13 17:56:29.095adding route 3fff:beef:15::/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 } }]DEBG |
| 8617 | 2026-08-13T17:56:30.515Z | 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 } }] |
| 8618 | 2026-08-13T17:56:30.519Z | |
| 8619 | 2026-08-13T17:56:30.519Z | Aug 13 17:56:29.095 Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8620 | 2026-08-13T17:56:30.519Z | |
| 8621 | 2026-08-13T17:56:30.519Z | 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 } }] |
| 8622 | 2026-08-13T17:56:30.519Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing 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: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 } }] |
| 8623 | 2026-08-13T17:56:30.519Z | |
| 8624 | 2026-08-13T17:56:30.519Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8625 | 2026-08-13T17:56:30.519Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFOINFOAug 13 17:56:29.095 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8626 | 2026-08-13T17:56:30.519Z | DEBG |
| 8627 | 2026-08-13T17:56:30.519Z | 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 } }] |
| 8628 | 2026-08-13T17:56:30.519Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 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 } }] |
| 8629 | 2026-08-13T17:56:30.519Z | 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 13 17:56:29.095 |
| 8630 | 2026-08-13T17:56:30.519Z | INFO Aug 13 17:56:29.095Aug 13 17:56:29.095adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8631 | 2026-08-13T17:56:30.519Z | INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8632 | 2026-08-13T17:56:30.520Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8633 | 2026-08-13T17:56:30.520Z | 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 13 17:56:29.095 |
| 8634 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing 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: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 } }] |
| 8635 | 2026-08-13T17:56:30.520Z | |
| 8636 | 2026-08-13T17:56:30.520Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8637 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8638 | 2026-08-13T17:56:30.520Z | |
| 8639 | 2026-08-13T17:56:30.520Z | 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 } }] |
| 8640 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing 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: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 } }] |
| 8641 | 2026-08-13T17:56:30.520Z | |
| 8642 | 2026-08-13T17:56:30.520Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8643 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8644 | 2026-08-13T17:56:30.520Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG |
| 8645 | 2026-08-13T17:56:30.520Z | 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 13 17:56:29.095 |
| 8646 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095 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: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 } }] |
| 8647 | 2026-08-13T17:56:30.520Z | |
| 8648 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095 INFO Aug 13 17:56:29.095adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095INFO |
| 8649 | 2026-08-13T17:56:30.520Z | INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8650 | 2026-08-13T17:56:30.520Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 17:56:29.095 |
| 8651 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing 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 } }] |
| 8652 | 2026-08-13T17:56:30.520Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8653 | 2026-08-13T17:56:30.520Z | 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 } }] |
| 8654 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO |
| 8655 | 2026-08-13T17:56:30.520Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8656 | 2026-08-13T17:56:30.520Z | |
| 8657 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095 DEBGAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBGreplacing 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: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: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 } }] |
| 8658 | 2026-08-13T17:56:30.520Z | |
| 8659 | 2026-08-13T17:56:30.520Z | |
| 8660 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 INFOINFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8661 | 2026-08-13T17:56:30.520Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8662 | 2026-08-13T17:56:30.520Z | |
| 8663 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBG DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8664 | 2026-08-13T17:56:30.520Z | |
| 8665 | 2026-08-13T17:56:30.520Z | 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 } }] |
| 8666 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8667 | 2026-08-13T17:56:30.520Z | |
| 8668 | 2026-08-13T17:56:30.520Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBGINFODEBG 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: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:1d::/64 -> 2001:db8::55:ff |
| 8669 | 2026-08-13T17:56:30.520Z | |
| 8670 | 2026-08-13T17:56:30.521Z | |
| 8671 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096 INFO DEBG INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8672 | 2026-08-13T17:56:30.521Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8673 | 2026-08-13T17:56:30.521Z | 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 } }] |
| 8674 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096DEBG 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 |
| 8675 | 2026-08-13T17:56:30.521Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8676 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 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 } }] |
| 8678 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8679 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 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 } }] |
| 8680 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8681 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 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 } }] |
| 8682 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8683 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 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 } }] |
| 8684 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8685 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 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 } }] DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8686 | 2026-08-13T17:56:30.521Z | |
| 8687 | 2026-08-13T17:56:30.521Z | 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 } }] |
| 8688 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8689 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:56:29.096 |
| 8690 | 2026-08-13T17:56:30.521Z | 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 } }] |
| 8691 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBGAug 13 17:56:29.096 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 } }] INFO |
| 8692 | 2026-08-13T17:56:30.521Z | adding route 3fff:beef:2f::/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 } }] |
| 8693 | 2026-08-13T17:56:30.521Z | |
| 8694 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 INFOAug 13 17:56:29.096 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 8695 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8696 | 2026-08-13T17:56:30.521Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8697 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8698 | 2026-08-13T17:56:30.521Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8699 | 2026-08-13T17:56:30.521Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096 |
| 8700 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096INFO DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096 |
| 8701 | 2026-08-13T17:56:30.521Z | |
| 8702 | 2026-08-13T17:56:30.521Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8703 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 Aug 13 17:56:29.096INFO Aug 13 17:56:29.096 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }] |
| 8704 | 2026-08-13T17:56:30.521Z | |
| 8705 | 2026-08-13T17:56:30.521Z | 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 } }] |
| 8706 | 2026-08-13T17:56:30.521Z | Aug 13 17:56:29.096 Aug 13 17:56:29.096DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8707 | 2026-08-13T17:56:30.521Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:56:29.096 |
| 8708 | 2026-08-13T17:56:30.521Z | INFO Aug 13 17:56:29.096adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 13 17:56:29.096INFO |
| 8709 | 2026-08-13T17:56:30.521Z | DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8710 | 2026-08-13T17:56:30.522Z | Aug 13 17:56:29.096replacing 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 } }] |
| 8711 | 2026-08-13T17:56:30.522Z | DEBG Aug 13 17:56:29.096replacing 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 } }] |
| 8712 | 2026-08-13T17:56:30.522Z | DEBGAug 13 17:56:29.096 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 |
| 8713 | 2026-08-13T17:56:30.522Z | Aug 13 17:56:29.096 INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8714 | 2026-08-13T17:56:30.522Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8715 | 2026-08-13T17:56:30.522Z | Aug 13 17:56:29.096 INFOAug 13 17:56:29.096 Aug 13 17:56:29.096DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8716 | 2026-08-13T17:56:30.522Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8717 | 2026-08-13T17:56:30.522Z | 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 } }] |
| 8718 | 2026-08-13T17:56:30.526Z | Aug 13 17:56:29.096 Aug 13 17:56:29.096DEBG Aug 13 17:56:29.096replacing 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 } }] |
| 8719 | 2026-08-13T17:56:30.526Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 8720 | 2026-08-13T17:56:30.526Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 17:56:29.096 |
| 8721 | 2026-08-13T17:56:30.526Z | Aug 13 17:56:29.096INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 8722 | 2026-08-13T17:56:30.526Z | Aug 13 17:56:29.096replacing 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 } }] |
| 8723 | 2026-08-13T17:56:30.526Z | DEBGAug 13 17:56:29.096 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 13 17:56:29.096replacing 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 } }] |
| 8724 | 2026-08-13T17:56:30.526Z | INFO |
| 8725 | 2026-08-13T17:56:30.526Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8726 | 2026-08-13T17:56:30.526Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 8727 | 2026-08-13T17:56:30.526Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8728 | 2026-08-13T17:56:30.526Z | 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 } }] |
| 8729 | 2026-08-13T17:56:30.526Z | Aug 13 17:56:29.096 Aug 13 17:56:29.096Aug 13 17:56:29.096DEBG 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 |
| 8730 | 2026-08-13T17:56:30.526Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8731 | 2026-08-13T17:56:30.526Z | 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 13 17:56:29.096 |
| 8732 | 2026-08-13T17:56:30.526Z | INFO Aug 13 17:56:29.096adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8733 | 2026-08-13T17:56:30.526Z | DEBG Aug 13 17:56:29.096 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 |
| 8734 | 2026-08-13T17:56:30.526Z | Aug 13 17:56:29.096adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8735 | 2026-08-13T17:56:30.527Z | DEBG Aug 13 17:56:29.096replacing 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 13 17:56:29.096INFO |
| 8736 | 2026-08-13T17:56:30.527Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8737 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBG created new freemapAug 13 17:56:29.096, INFOunit : replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 13 17:56:29.096 |
| 8738 | 2026-08-13T17:56:30.527Z | DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096 |
| 8739 | 2026-08-13T17:56:30.527Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 8740 | 2026-08-13T17:56:30.527Z | created new freemap, unit: |
| 8741 | 2026-08-13T17:56:30.527Z | freemap_route_ipv6 |
| 8742 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBGDEBG Aug 13 17:56:29.096replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8743 | 2026-08-13T17:56:30.527Z | created new freemapinitted freemap. size: 64, , DEBGunit created new freemap:, freemap_route_ipv4Aug 13 17:56:29.096 |
| 8744 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 17:56:29.096 DEBG reset freemap, unitunit: |
| 8745 | 2026-08-13T17:56:30.527Z | :INFO freemap_route_ipv4 |
| 8746 | 2026-08-13T17:56:30.527Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8747 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096 DEBGAug 13 17:56:29.096 unitDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff initted freemap. size: 64:, unit |
| 8748 | 2026-08-13T17:56:30.527Z | : freemap_route_ipv6 |
| 8749 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096DEBG freemap_route_ipv4DEBG reset freemapreplacing 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 } }], |
| 8750 | 2026-08-13T17:56:30.527Z | unit: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 } }]freemap_route_ipv6 |
| 8751 | 2026-08-13T17:56:30.527Z | |
| 8752 | 2026-08-13T17:56:30.527Z | |
| 8753 | 2026-08-13T17:56:30.527Z | freemap_route_ipv4Aug 13 17:56:29.096 DEBGAug 13 17:56:29.096 failed to allocate space for the new target list |
| 8754 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096INFOreplacing 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 } }] |
| 8755 | 2026-08-13T17:56:30.527Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8756 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 INFODEBG Aug 13 17:56:29.096Aug 13 17:56:29.096 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 } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8757 | 2026-08-13T17:56:30.527Z | |
| 8758 | 2026-08-13T17:56:30.527Z | DEBG created new freemap, unitAug 13 17:56:29.096:Aug 13 17:56:29.096Aug 13 17:56:29.096 INFO INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2 unitDEBG: |
| 8759 | 2026-08-13T17:56:30.527Z | |
| 8760 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8761 | 2026-08-13T17:56:30.527Z | |
| 8762 | 2026-08-13T17:56:30.527Z | freemap_route_ipv6freemap_route_ipv4 |
| 8763 | 2026-08-13T17:56:30.527Z | |
| 8764 | 2026-08-13T17:56:30.527Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8765 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096 DEBGDEBG Aug 13 17:56:29.096 INFOinitted freemap. size: 64, 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 |
| 8766 | 2026-08-13T17:56:30.527Z | unit |
| 8767 | 2026-08-13T17:56:30.527Z | created new freemapAug 13 17:56:29.096Aug 13 17:56:29.096, : DEBGfreemap_route_ipv4 |
| 8768 | 2026-08-13T17:56:30.527Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:56:29.096 |
| 8769 | 2026-08-13T17:56:30.527Z | Aug 13 17:56:29.096 DEBGAug 13 17:56:29.096Aug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8770 | 2026-08-13T17:56:30.527Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8771 | 2026-08-13T17:56:30.527Z | reset freemapAug 13 17:56:29.096Aug 13 17:56:29.096created new freemap unit, :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 } }], |
| 8772 | 2026-08-13T17:56:30.527Z | unit: freemap_route_ipv4Aug 13 17:56:29.096 |
| 8773 | 2026-08-13T17:56:30.527Z | 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 } }] |
| 8774 | 2026-08-13T17:56:30.528Z | unitAug 13 17:56:29.096: WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8775 | 2026-08-13T17:56:30.528Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8776 | 2026-08-13T17:56:30.528Z | |
| 8777 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.096 ERROfreemap_route_ipv6 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:56:29.096 |
| 8778 | 2026-08-13T17:56:30.528Z | DEBG |
| 8779 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 ERRO INFOshrink-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 |
| 8780 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.096 DEBG initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 8781 | 2026-08-13T17:56:30.528Z | freemap_route_ipv4 |
| 8782 | 2026-08-13T17:56:30.528Z | initted freemap. size: 64, unitAug 13 17:56:29.096: INFOAug 13 17:56:29.096freemap_route_ipv6 |
| 8783 | 2026-08-13T17:56:30.528Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 8784 | 2026-08-13T17:56:30.528Z | reset freemap, unit: freemap_route_ipv4 |
| 8785 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBG DEBGAug 13 17:56:29.096 reset freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8786 | 2026-08-13T17:56:30.528Z | unit |
| 8787 | 2026-08-13T17:56:30.528Z | :DEBG initted freemap. size: 64 , freemap_route_ipv6Aug 13 17:56:29.096 |
| 8788 | 2026-08-13T17:56:30.528Z | unitAug 13 17:56:29.096 INFO :DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8789 | 2026-08-13T17:56:30.528Z | 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 } }] |
| 8790 | 2026-08-13T17:56:30.528Z | |
| 8791 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096INFO Aug 13 17:56:29.097adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8792 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.096DEBG DEBGcreated new freemap , created new freemapunit, Aug 13 17:56:29.103:unit : DEBG freemap_route_ipv6 |
| 8793 | 2026-08-13T17:56:30.528Z | freemap_route_ipv4freemap_route_ipv4 |
| 8794 | 2026-08-13T17:56:30.528Z | |
| 8795 | 2026-08-13T17:56:30.528Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8796 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.103 DEBG initted freemap. size: 64Aug 13 17:56:29.103Aug 13 17:56:29.103 , DEBGunit Aug 13 17:56:29.103INFO: DEBGfreemap_route_ipv4 |
| 8797 | 2026-08-13T17:56:30.528Z | created new freemap , created new freemapadding route 172.17.0.0/32 -> 10.0.0.255unit, |
| 8798 | 2026-08-13T17:56:30.528Z | unitAug 13 17:56:29.103:: freemap_route_ipv6DEBG |
| 8799 | 2026-08-13T17:56:30.528Z | reset freemapfreemap_route_ipv6, Aug 13 17:56:29.103unit |
| 8800 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.103: DEBGfreemap_route_ipv4 |
| 8801 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.103initted freemap. size: 64 , DEBGAug 13 17:56:29.103 DEBGinitted freemap. size: 64 unit 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 } }] |
| 8802 | 2026-08-13T17:56:30.528Z | :unitinitted freemap. size: 64 :, freemap_route_ipv4freemap_route_ipv4unit |
| 8803 | 2026-08-13T17:56:30.528Z | : freemap_route_ipv6 |
| 8804 | 2026-08-13T17:56:30.528Z | |
| 8805 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.103 INFOAug 13 17:56:29.103 DEBG adding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:56:29.103 |
| 8806 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.103 DEBG DEBG reset freemapreset freemap, reset freemapunitAug 13 17:56:29.103, unitDEBG::, unit freemap_route_ipv4freemap_route_ipv6: |
| 8807 | 2026-08-13T17:56:30.528Z | 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 } }]freemap_route_ipv4 |
| 8808 | 2026-08-13T17:56:30.528Z | |
| 8809 | 2026-08-13T17:56:30.528Z | |
| 8810 | 2026-08-13T17:56:30.528Z | Aug 13 17:56:29.103Aug 13 17:56:29.103 Aug 13 17:56:29.103DEBGINFO Aug 13 17:56:29.103adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. size: 64 |
| 8811 | 2026-08-13T17:56:30.528Z | , DEBGINFOunit: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6 |
| 8812 | 2026-08-13T17:56:30.528Z | |
| 8813 | 2026-08-13T17:56:30.528Z | initted freemap. size: 64, Aug 13 17:56:29.103Aug 13 17:56:29.103 DEBGDEBG unitreset freemap:, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:56:29.103 freemap_route_ipv6unit |
| 8814 | 2026-08-13T17:56:30.529Z | : freemap_route_ipv6 |
| 8815 | 2026-08-13T17:56:30.529Z | |
| 8816 | 2026-08-13T17:56:30.529Z | Aug 13 17:56:29.103DEBG Aug 13 17:56:29.103replacing 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 13 17:56:29.103DEBG |
| 8817 | 2026-08-13T17:56:30.529Z | DEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] , |
| 8818 | 2026-08-13T17:56:30.533Z | INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:56:29.103 freemap_route_ipv6 |
| 8819 | 2026-08-13T17:56:30.533Z | |
| 8820 | 2026-08-13T17:56:30.533Z | INFO Aug 13 17:56:29.103Aug 13 17:56:29.103 DEBGINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8821 | 2026-08-13T17:56:30.533Z | |
| 8822 | 2026-08-13T17:56:30.533Z | |
| 8823 | 2026-08-13T17:56:30.533Z | Aug 13 17:56:29.103DEBG Aug 13 17:56:29.103Aug 13 17:56:29.103 reset freemapINFODEBG , adding route 3fff:dead::/64 -> 2001:db8::55:2 unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8824 | 2026-08-13T17:56:30.533Z | DEBG |
| 8825 | 2026-08-13T17:56:30.533Z | : 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 } }] |
| 8826 | 2026-08-13T17:56:30.533Z | freemap_route_ipv6 |
| 8827 | 2026-08-13T17:56:30.533Z | Aug 13 17:56:29.103 DEBGAug 13 17:56:29.103 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:56:29.103 |
| 8828 | 2026-08-13T17:56:30.533Z | INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 8829 | 2026-08-13T17:56:30.533Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:56:29.103 |
| 8830 | 2026-08-13T17:56:30.533Z | INFO Aug 13 17:56:29.103adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 17:56:29.103Aug 13 17:56:29.103 INFO |
| 8831 | 2026-08-13T17:56:30.533Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8832 | 2026-08-13T17:56:30.533Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8833 | 2026-08-13T17:56:30.533Z | 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 13 17:56:29.103 |
| 8834 | 2026-08-13T17:56:30.533Z | DEBGAug 13 17:56:29.103 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:56:29.103 |
| 8835 | 2026-08-13T17:56:30.533Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:56:29.103 |
| 8836 | 2026-08-13T17:56:30.533Z | INFODEBG Aug 13 17:56:29.103adding route 172.17.0.5/32 -> 10.0.0.255 Aug 13 17:56:29.103 |
| 8837 | 2026-08-13T17:56:30.533Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFODEBG |
| 8838 | 2026-08-13T17:56:30.533Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8839 | 2026-08-13T17:56:30.533Z | Aug 13 17:56:29.103 |
| 8840 | 2026-08-13T17:56:30.533Z | Aug 13 17:56:29.103INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:56:29.103 |
| 8841 | 2026-08-13T17:56:30.533Z | Aug 13 17:56:29.103 INFODEBGDEBGAug 13 17:56:29.103 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8842 | 2026-08-13T17:56:30.534Z | |
| 8843 | 2026-08-13T17:56:30.534Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8844 | 2026-08-13T17:56:30.534Z | |
| 8845 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103Aug 13 17:56:29.103 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 } }] |
| 8846 | 2026-08-13T17:56:30.534Z | replacing targets for 3fff:dead::/64 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 } }] |
| 8847 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103Aug 13 17:56:29.103 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff Aug 13 17:56:29.103 |
| 8848 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 WARNDEBG adding route 172.17.0.6/32 -> 10.0.0.255 Aug 13 17:56:29.103shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8849 | 2026-08-13T17:56:30.534Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8850 | 2026-08-13T17:56:30.534Z | 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 } }] |
| 8851 | 2026-08-13T17:56:30.534Z | |
| 8852 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 DEBG Aug 13 17:56:29.103DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8853 | 2026-08-13T17:56:30.534Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8854 | 2026-08-13T17:56:30.534Z | |
| 8855 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.097Aug 13 17:56:29.103 Aug 13 17:56:29.103DEBGAug 13 17:56:29.103 created new freemapDEBG , DEBG unit : failed to allocate space for the new target listINFO 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 } }] |
| 8856 | 2026-08-13T17:56:30.534Z | |
| 8857 | 2026-08-13T17:56:30.534Z | freemap_route_ipv4adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8858 | 2026-08-13T17:56:30.534Z | |
| 8859 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 Aug 13 17:56:29.103DEBG replacing targets for 3fff:dead::/64 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 } }]INFOAug 13 17:56:29.103 Aug 13 17:56:29.103 |
| 8860 | 2026-08-13T17:56:30.534Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 8861 | 2026-08-13T17:56:30.534Z | DEBGcreated new freemap , unitreplacing 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 } }]: |
| 8862 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 DEBG freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8863 | 2026-08-13T17:56:30.534Z | |
| 8864 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8865 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103Aug 13 17:56:29.103 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 8866 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 initted freemap. size: 64DEBG, unitreplacing 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 13 17:56:29.103 |
| 8867 | 2026-08-13T17:56:30.534Z | :DEBG freemap_route_ipv4 |
| 8868 | 2026-08-13T17:56:30.534Z | 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 } }] |
| 8869 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 Aug 13 17:56:29.103Aug 13 17:56:29.103 DEBGINFO INFOreset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8870 | 2026-08-13T17:56:30.534Z | , adding route 172.17.0.9/32 -> 10.0.0.255unit |
| 8871 | 2026-08-13T17:56:30.534Z | : freemap_route_ipv4Aug 13 17:56:29.103 |
| 8872 | 2026-08-13T17:56:30.534Z | DEBGAug 13 17:56:29.103 Aug 13 17:56:29.103replacing 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 } }] |
| 8873 | 2026-08-13T17:56:30.534Z | DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8874 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103initted freemap. size: 64 , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:56:29.103 |
| 8875 | 2026-08-13T17:56:30.534Z | test route::tests::grow_succeeds ... ok |
| 8876 | 2026-08-13T17:56:30.534Z | freemap_route_ipv6INFO |
| 8877 | 2026-08-13T17:56:30.534Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 8878 | 2026-08-13T17:56:30.534Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8879 | 2026-08-13T17:56:30.534Z | Aug 13 17:56:29.103 DEBGAug 13 17:56:29.103 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 } }]Aug 13 17:56:29.103 |
| 8880 | 2026-08-13T17:56:30.534Z | test route::tests::identity_replace_is_noop ... ok |
| 8881 | 2026-08-13T17:56:30.535Z | DEBGDEBG reset freemapreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 8882 | 2026-08-13T17:56:30.535Z | unit:Aug 13 17:56:29.103 freemap_route_ipv6INFO |
| 8883 | 2026-08-13T17:56:30.535Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8884 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.103 INFO Aug 13 17:56:29.104Aug 13 17:56:29.104adding route 172.17.0.11/32 -> 10.0.0.255 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8885 | 2026-08-13T17:56:30.535Z | |
| 8886 | 2026-08-13T17:56:30.535Z | |
| 8887 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104Aug 13 17:56:29.104 Aug 13 17:56:29.104INFO DEBGDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8888 | 2026-08-13T17:56:30.535Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8889 | 2026-08-13T17:56:30.535Z | 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 } }] |
| 8890 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104Aug 13 17:56:29.104 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8891 | 2026-08-13T17:56:30.535Z | |
| 8892 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104 INFOAug 13 17:56:29.104Aug 13 17:56:29.104 DEBGINFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 8893 | 2026-08-13T17:56:30.535Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8894 | 2026-08-13T17:56:30.535Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8895 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104 Aug 13 17:56:29.104DEBGAug 13 17:56:29.104 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8896 | 2026-08-13T17:56:30.535Z | |
| 8897 | 2026-08-13T17:56:30.535Z | 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 } }] |
| 8898 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104 Aug 13 17:56:29.104INFOAug 13 17:56:29.104 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8899 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104Aug 13 17:56:29.104Aug 13 17:56:29.104Aug 13 17:56:29.110 DEBGDEBG DEBG DEBGcreated new freemap created new freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8900 | 2026-08-13T17:56:30.535Z | created new freemapunit, , :unitunit: freemap_route_ipv4: |
| 8901 | 2026-08-13T17:56:30.535Z | freemap_route_ipv4freemap_route_ipv4 |
| 8902 | 2026-08-13T17:56:30.535Z | |
| 8903 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.110Aug 13 17:56:29.110Aug 13 17:56:29.110 DEBG Aug 13 17:56:29.110created new freemap DEBG, unitcreated new freemap:, unitfreemap_route_ipv6: |
| 8904 | 2026-08-13T17:56:30.535Z | freemap_route_ipv6 |
| 8905 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.104 |
| 8906 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.110DEBG DEBGcreated new freemap Aug 13 17:56:29.110, unitDEBG:initted freemap. size: 64 initted freemap. size: 64, freemap_route_ipv4, Aug 13 17:56:29.110 |
| 8907 | 2026-08-13T17:56:30.535Z | unitunit:INFO: freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8908 | 2026-08-13T17:56:30.535Z | freemap_route_ipv4 |
| 8909 | 2026-08-13T17:56:30.535Z | |
| 8910 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.110Aug 13 17:56:29.110 DEBGDEBG Aug 13 17:56:29.110replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]reset freemap |
| 8911 | 2026-08-13T17:56:30.535Z | Aug 13 17:56:29.110, unitDEBG:Aug 13 17:56:29.110 DEBGINFOfreemap_route_ipv4 |
| 8912 | 2026-08-13T17:56:30.535Z | reset freemapcreated new freemapadding route 172.17.0.0/32 -> 10.0.0.255, |
| 8913 | 2026-08-13T17:56:30.535Z | , unitunit:Aug 13 17:56:29.110 :Aug 13 17:56:29.110freemap_route_ipv4 |
| 8914 | 2026-08-13T17:56:30.535Z | DEBGfreemap_route_ipv6 |
| 8915 | 2026-08-13T17:56:30.535Z | DEBGinitted freemap. size: 64 Aug 13 17:56:29.110, 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 } }] |
| 8916 | 2026-08-13T17:56:30.535Z | DEBG unitinitted freemap. size: 64:, Aug 13 17:56:29.110freemap_route_ipv6unit |
| 8917 | 2026-08-13T17:56:30.535Z | INFO Aug 13 17:56:29.110: adding route 172.17.0.1/32 -> 10.0.0.255 Aug 13 17:56:29.110 |
| 8918 | 2026-08-13T17:56:30.540Z | freemap_route_ipv6DEBGDEBG |
| 8919 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110 initted freemap. size: 64DEBG 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 freemap |
| 8920 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110, unit, unitDEBG: Aug 13 17:56:29.110reset freemapfreemap_route_ipv4 , |
| 8921 | 2026-08-13T17:56:30.540Z | unit::INFO freemap_route_ipv6 |
| 8922 | 2026-08-13T17:56:30.540Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8923 | 2026-08-13T17:56:30.540Z | freemap_route_ipv6Aug 13 17:56:29.110 |
| 8924 | 2026-08-13T17:56:30.540Z | DEBGAug 13 17:56:29.110 reset freemapDEBGAug 13 17:56:29.110 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 } }] |
| 8925 | 2026-08-13T17:56:30.540Z | INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 8926 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110 freemap_route_ipv4Aug 13 17:56:29.110INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 13 17:56:29.110 |
| 8927 | 2026-08-13T17:56:30.540Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8928 | 2026-08-13T17:56:30.540Z | |
| 8929 | 2026-08-13T17:56:30.540Z | 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 } }] |
| 8930 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110 Aug 13 17:56:29.110DEBGAug 13 17:56:29.110 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64DEBG |
| 8931 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110 , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit |
| 8932 | 2026-08-13T17:56:30.540Z | : freemap_route_ipv6Aug 13 17:56:29.110 |
| 8933 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:56:29.110 |
| 8934 | 2026-08-13T17:56:30.540Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8935 | 2026-08-13T17:56:30.540Z | |
| 8936 | 2026-08-13T17:56:30.540Z | reset freemapAug 13 17:56:29.110, unitAug 13 17:56:29.110: 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 } }]freemap_route_ipv6 |
| 8937 | 2026-08-13T17:56:30.540Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:56:29.110 |
| 8938 | 2026-08-13T17:56:30.540Z | |
| 8939 | 2026-08-13T17:56:30.540Z | Aug 13 17:56:29.110 INFODEBG Aug 13 17:56:29.110adding route 172.17.0.5/32 -> 10.0.0.255 |
| 8940 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8941 | 2026-08-13T17:56:30.541Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 8942 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.110DEBG |
| 8943 | 2026-08-13T17:56:30.541Z | 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 } }] |
| 8944 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 Aug 13 17:56:29.110INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG Aug 13 17:56:29.110 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8945 | 2026-08-13T17:56:30.541Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8946 | 2026-08-13T17:56:30.541Z | |
| 8947 | 2026-08-13T17:56:30.541Z | |
| 8948 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110Aug 13 17:56:29.110Aug 13 17:56:29.110 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 } }] |
| 8949 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8950 | 2026-08-13T17:56:30.541Z | 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 } }] |
| 8951 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 Aug 13 17:56:29.096Aug 13 17:56:29.110 INFOINFOINFO Aug 13 17:56:29.110 DEBGadding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 8952 | 2026-08-13T17:56:30.541Z | |
| 8953 | 2026-08-13T17:56:30.541Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8954 | 2026-08-13T17:56:30.541Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8955 | 2026-08-13T17:56:30.541Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8956 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 Aug 13 17:56:29.110DEBG 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 } }]Aug 13 17:56:29.110 |
| 8957 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110replacing 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 } }] |
| 8958 | 2026-08-13T17:56:30.541Z | 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:4, vlan_id: None } }]DEBGAug 13 17:56:29.110Aug 13 17:56:29.110 |
| 8959 | 2026-08-13T17:56:30.541Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 8960 | 2026-08-13T17:56:30.541Z | adding route 172.17.0.8/32 -> 10.0.0.255INFOAug 13 17:56:29.110 |
| 8961 | 2026-08-13T17:56:30.541Z | WARNAug 13 17:56:29.110 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8962 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110DEBG |
| 8963 | 2026-08-13T17:56:30.541Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8964 | 2026-08-13T17:56:30.541Z | 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 } }] |
| 8965 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 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 } }] |
| 8966 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8967 | 2026-08-13T17:56:30.541Z | DEBG Aug 13 17:56:29.110created new freemapAug 13 17:56:29.110 , DEBGunit 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 } }]: |
| 8968 | 2026-08-13T17:56:30.541Z | adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv6 |
| 8969 | 2026-08-13T17:56:30.541Z | |
| 8970 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8971 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 Aug 13 17:56:29.110Aug 13 17:56:29.110DEBG DEBGinitted freemap. size: 64 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 } }], |
| 8972 | 2026-08-13T17:56:30.541Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8973 | 2026-08-13T17:56:30.541Z | : Aug 13 17:56:29.110freemap_route_ipv4 |
| 8974 | 2026-08-13T17:56:30.541Z | INFOAug 13 17:56:29.110 adding route 172.17.0.10/32 -> 10.0.0.255 INFO |
| 8975 | 2026-08-13T17:56:30.541Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 17:56:29.110 |
| 8976 | 2026-08-13T17:56:30.541Z | DEBG reset freemap, unit: Aug 13 17:56:29.110 freemap_route_ipv4DEBG |
| 8977 | 2026-08-13T17:56:30.541Z | 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 } }] |
| 8978 | 2026-08-13T17:56:30.541Z | Aug 13 17:56:29.110 DEBG initted freemap. size: 64INFO, unitadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 13 17:56:29.110: INFOfreemap_route_ipv6 |
| 8979 | 2026-08-13T17:56:30.542Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 17:56:29.110 |
| 8980 | 2026-08-13T17:56:30.542Z | 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 } }] |
| 8981 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111Aug 13 17:56:29.111 DEBG DEBGAug 13 17:56:29.111reset freemap |
| 8982 | 2026-08-13T17:56:30.542Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8983 | 2026-08-13T17:56:30.542Z | INFO, unitreplacing 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 } }]: |
| 8984 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 8985 | 2026-08-13T17:56:30.542Z | freemap_route_ipv6DEBG |
| 8986 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 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 13 17:56:29.111 |
| 8987 | 2026-08-13T17:56:30.542Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 8988 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 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 } }] |
| 8989 | 2026-08-13T17:56:30.542Z | INFO Aug 13 17:56:29.111 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 8990 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111replacing 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 } }] |
| 8991 | 2026-08-13T17:56:30.542Z | INFOAug 13 17:56:29.111 Aug 13 17:56:29.111Aug 13 17:56:29.111adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 8992 | 2026-08-13T17:56:30.542Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8993 | 2026-08-13T17:56:30.542Z | INFOAug 13 17:56:29.111replacing 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 |
| 8994 | 2026-08-13T17:56:30.542Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8995 | 2026-08-13T17:56:30.542Z | |
| 8996 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 DEBG Aug 13 17:56:29.111replacing 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 13 17:56:29.111INFO |
| 8997 | 2026-08-13T17:56:30.542Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.13/32 -> 10.0.0.255 |
| 8998 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 |
| 8999 | 2026-08-13T17:56:30.542Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.111 |
| 9000 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 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 } }]Aug 13 17:56:29.111 |
| 9001 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111replacing 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 } }] |
| 9002 | 2026-08-13T17:56:30.542Z | INFO INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 17:56:29.111adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9003 | 2026-08-13T17:56:30.542Z | |
| 9004 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9005 | 2026-08-13T17:56:30.542Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.111 |
| 9006 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.111Aug 13 17:56:29.111Aug 13 17:56:29.111Aug 13 17:56:29.117 DEBGDEBG DEBG created new freemapDEBGcreated new freemap , , created new freemapunitunit , :unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] freemap_route_ipv4 |
| 9007 | 2026-08-13T17:56:30.542Z | : : freemap_route_ipv4 |
| 9008 | 2026-08-13T17:56:30.542Z | |
| 9009 | 2026-08-13T17:56:30.542Z | freemap_route_ipv4DEBG |
| 9010 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.117replacing 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 |
| 9011 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.117Aug 13 17:56:29.117 DEBG created new freemap , INFOunit created new freemapAug 13 17:56:29.117: , Aug 13 17:56:29.117adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 9012 | 2026-08-13T17:56:30.542Z | freemap_route_ipv6unit |
| 9013 | 2026-08-13T17:56:30.542Z | :DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9014 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.117 |
| 9015 | 2026-08-13T17:56:30.542Z | created new freemapAug 13 17:56:29.117, unitAug 13 17:56:29.117 :DEBGAug 13 17:56:29.117 DEBGfreemap_route_ipv6 |
| 9016 | 2026-08-13T17:56:30.542Z | DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 , 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 } }]unit: |
| 9017 | 2026-08-13T17:56:30.542Z | Aug 13 17:56:29.117 DEBGDEBGfreemap_route_ipv4 Aug 13 17:56:29.117 |
| 9018 | 2026-08-13T17:56:30.547Z | initted freemap. size: 64initted freemap. size: 64 |
| 9019 | 2026-08-13T17:56:30.547Z | , unit:INFO freemap_route_ipv4, Aug 13 17:56:29.117unitAug 13 17:56:29.117: |
| 9020 | 2026-08-13T17:56:30.547Z | adding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv4INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9021 | 2026-08-13T17:56:30.547Z | |
| 9022 | 2026-08-13T17:56:30.547Z | |
| 9023 | 2026-08-13T17:56:30.547Z | reset freemapAug 13 17:56:29.117, Aug 13 17:56:29.117unit DEBGDEBG: Aug 13 17:56:29.117 reset freemapreset freemap freemap_route_ipv4, |
| 9024 | 2026-08-13T17:56:30.547Z | unit, DEBGunit ::Aug 13 17:56:29.117replacing 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 13 17:56:29.117 |
| 9025 | 2026-08-13T17:56:30.547Z | DEBGfreemap_route_ipv4freemap_route_ipv4 |
| 9026 | 2026-08-13T17:56:30.547Z | |
| 9027 | 2026-08-13T17:56:30.547Z | initted freemap. size: 64, unit:DEBG freemap_route_ipv6 |
| 9028 | 2026-08-13T17:56:30.547Z | Aug 13 17:56:29.117Aug 13 17:56:29.117 DEBG Aug 13 17:56:29.117initted freemap. size: 64replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBGAug 13 17:56:29.117 initted freemap. size: 64 |
| 9029 | 2026-08-13T17:56:30.547Z | unit , DEBG:INFO unitreset freemap , :freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9030 | 2026-08-13T17:56:30.547Z | unit :Aug 13 17:56:29.117 |
| 9031 | 2026-08-13T17:56:30.547Z | freemap_route_ipv6 |
| 9032 | 2026-08-13T17:56:30.547Z | freemap_route_ipv6Aug 13 17:56:29.117 DEBG INFOAug 13 17:56:29.117 |
| 9033 | 2026-08-13T17:56:30.547Z | reset freemap adding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:56:29.117, DEBGunit |
| 9034 | 2026-08-13T17:56:30.547Z | :Aug 13 17:56:29.117 reset freemapfreemap_route_ipv6DEBG, |
| 9035 | 2026-08-13T17:56:30.547Z | INFOunit Aug 13 17:56:29.117 adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 9036 | 2026-08-13T17:56:30.547Z | DEBG Aug 13 17:56:29.117freemap_route_ipv6replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9037 | 2026-08-13T17:56:30.547Z | |
| 9038 | 2026-08-13T17:56:30.547Z | INFO |
| 9039 | 2026-08-13T17:56:30.547Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:56:29.117Aug 13 17:56:29.117 |
| 9040 | 2026-08-13T17:56:30.547Z | INFODEBGAug 13 17:56:29.117 Aug 13 17:56:29.117 Aug 13 17:56:29.117replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9041 | 2026-08-13T17:56:30.547Z | DEBG |
| 9042 | 2026-08-13T17:56:30.547Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOINFOAug 13 17:56:29.117 |
| 9043 | 2026-08-13T17:56:30.547Z | INFO Aug 13 17:56:29.117adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9044 | 2026-08-13T17:56:30.547Z | Aug 13 17:56:29.117 DEBGINFO |
| 9045 | 2026-08-13T17:56:30.547Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.2/32 -> 10.0.0.255Aug 13 17:56:29.117 |
| 9046 | 2026-08-13T17:56:30.547Z | |
| 9047 | 2026-08-13T17:56:30.547Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 9048 | 2026-08-13T17:56:30.547Z | Aug 13 17:56:29.117Aug 13 17:56:29.117 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 } }]DEBG |
| 9049 | 2026-08-13T17:56:30.547Z | Aug 13 17:56:29.117 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 9050 | 2026-08-13T17:56:30.547Z | |
| 9051 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.117replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:56:29.117Aug 13 17:56:29.117 INFOAug 13 17:56:29.117 |
| 9052 | 2026-08-13T17:56:30.548Z | DEBGDEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9053 | 2026-08-13T17:56:30.548Z | |
| 9054 | 2026-08-13T17:56:30.548Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:56:29.117 INFO |
| 9055 | 2026-08-13T17:56:30.548Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 13 17:56:29.117 |
| 9056 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.117 Aug 13 17:56:29.117 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 9057 | 2026-08-13T17:56:30.548Z | 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 } }] |
| 9058 | 2026-08-13T17:56:30.548Z | |
| 9059 | 2026-08-13T17:56:30.548Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 13 17:56:29.117 |
| 9060 | 2026-08-13T17:56:30.548Z | DEBG Aug 13 17:56:29.117replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 13 17:56:29.117Aug 13 17:56:29.117 |
| 9061 | 2026-08-13T17:56:30.548Z | INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9062 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.117adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9063 | 2026-08-13T17:56:30.548Z | |
| 9064 | 2026-08-13T17:56:30.548Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:56:29.117 |
| 9065 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.117 INFODEBGAug 13 17:56:29.117 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:56:29.117 |
| 9066 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.111 DEBG DEBGINFOreplacing 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 13 17:56:29.117 |
| 9067 | 2026-08-13T17:56:30.548Z | adding route 172.17.0.4/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 } }] |
| 9068 | 2026-08-13T17:56:30.548Z | |
| 9069 | 2026-08-13T17:56:30.548Z | 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 } }] |
| 9070 | 2026-08-13T17:56:30.548Z | 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 } }] |
| 9071 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118 Aug 13 17:56:29.118DEBGAug 13 17:56:29.118 replacing targets for 3fff:dead::/64 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 } }] |
| 9072 | 2026-08-13T17:56:30.548Z | DEBGAug 13 17:56:29.118DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 9073 | 2026-08-13T17:56:30.548Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 17:56:29.118 |
| 9074 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118INFO WARN Aug 13 17:56:29.118replacing 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 } }] |
| 9075 | 2026-08-13T17:56:30.548Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9076 | 2026-08-13T17:56:30.548Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 9077 | 2026-08-13T17:56:30.548Z | |
| 9078 | 2026-08-13T17:56:30.548Z | 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 } }] |
| 9079 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118 INFOAug 13 17:56:29.118Aug 13 17:56:29.118 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 9080 | 2026-08-13T17:56:30.548Z | |
| 9081 | 2026-08-13T17:56:30.548Z | |
| 9082 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118Aug 13 17:56:29.118 Aug 13 17:56:29.118DEBG 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 } }]DEBG |
| 9083 | 2026-08-13T17:56:30.548Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 9084 | 2026-08-13T17:56:30.548Z | |
| 9085 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118Aug 13 17:56:29.118 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9086 | 2026-08-13T17:56:30.548Z | |
| 9087 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118 Aug 13 17:56:29.118Aug 13 17:56:29.118INFO INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 9088 | 2026-08-13T17:56:30.548Z | |
| 9089 | 2026-08-13T17:56:30.548Z | |
| 9090 | 2026-08-13T17:56:30.548Z | Aug 13 17:56:29.118Aug 13 17:56:29.118 |
| 9091 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.118 DEBGDEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 13 17:56:29.118 |
| 9092 | 2026-08-13T17:56:30.549Z | |
| 9093 | 2026-08-13T17:56:30.549Z | DEBG |
| 9094 | 2026-08-13T17:56:30.549Z | 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 } }] |
| 9095 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.118 Aug 13 17:56:29.118Aug 13 17:56:29.118INFO INFOINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 13 17:56:29.118adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9096 | 2026-08-13T17:56:30.549Z | |
| 9097 | 2026-08-13T17:56:30.549Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG Aug 13 17:56:29.118replacing 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 13 17:56:29.118 |
| 9098 | 2026-08-13T17:56:30.549Z | |
| 9099 | 2026-08-13T17:56:30.549Z | 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 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 } }] |
| 9100 | 2026-08-13T17:56:30.549Z | |
| 9101 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.118Aug 13 17:56:29.118 DEBG INFOAug 13 17:56:29.118 Aug 13 17:56:29.118adding route 172.17.0.8/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 } }] |
| 9102 | 2026-08-13T17:56:30.549Z | |
| 9103 | 2026-08-13T17:56:30.549Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 9104 | 2026-08-13T17:56:30.549Z | INFO Aug 13 17:56:29.118adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9105 | 2026-08-13T17:56:30.549Z | INFOAug 13 17:56:29.118Aug 13 17:56:29.118 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9106 | 2026-08-13T17:56:30.549Z | 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 } }] |
| 9107 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.118DEBG Aug 13 17:56:29.118DEBG 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 } }] 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 13 17:56:29.118 |
| 9108 | 2026-08-13T17:56:30.549Z | 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 } }]created new freemap |
| 9109 | 2026-08-13T17:56:30.549Z | , unit: freemap_route_ipv4 |
| 9110 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.124 DEBGAug 13 17:56:29.124Aug 13 17:56:29.118 DEBGINFO failed to allocate space for the new target listAug 13 17:56:29.124Aug 13 17:56:29.124 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9111 | 2026-08-13T17:56:30.549Z | DEBGcreated new freemap , DEBG created new freemapunitreplacing 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 } }] |
| 9112 | 2026-08-13T17:56:30.549Z | :, unit:freemap_route_ipv4 |
| 9113 | 2026-08-13T17:56:30.549Z | |
| 9114 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.124freemap_route_ipv6 |
| 9115 | 2026-08-13T17:56:30.549Z | Aug 13 17:56:29.124DEBG Aug 13 17:56:29.124 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 13 17:56:29.124Aug 13 17:56:29.124INFO DEBG adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9116 | 2026-08-13T17:56:30.549Z | |
| 9117 | 2026-08-13T17:56:30.549Z | DEBGDEBG initted freemap. size: 64 , created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], Aug 13 17:56:29.124unit :unitINFO freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255: |
| 9118 | 2026-08-13T17:56:30.554Z | |
| 9119 | 2026-08-13T17:56:30.554Z | |
| 9120 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124 freemap_route_ipv6 |
| 9121 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBGAug 13 17:56:29.124 reset freemapDEBG, replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9122 | 2026-08-13T17:56:30.554Z | DEBG: initted freemap. size: 64 freemap_route_ipv4, 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 |
| 9123 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124 |
| 9124 | 2026-08-13T17:56:30.554Z | : INFOfreemap_route_ipv4 Aug 13 17:56:29.124 |
| 9125 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124adding route 172.17.0.16/32 -> 10.0.0.255 DEBG |
| 9126 | 2026-08-13T17:56:30.554Z | INFOinitted freemap. size: 64 , Aug 13 17:56:29.124unitAug 13 17:56:29.124adding route 172.17.0.18/32 -> 10.0.0.255 :DEBG DEBG |
| 9127 | 2026-08-13T17:56:30.554Z | freemap_route_ipv6 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 } }] |
| 9128 | 2026-08-13T17:56:30.554Z | reset freemap, |
| 9129 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124unit Aug 13 17:56:29.124: DEBGDEBGAug 13 17:56:29.124 freemap_route_ipv4replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9130 | 2026-08-13T17:56:30.554Z | |
| 9131 | 2026-08-13T17:56:30.554Z | reset freemap, unit:INFO Aug 13 17:56:29.124adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6 Aug 13 17:56:29.124 |
| 9132 | 2026-08-13T17:56:30.554Z | |
| 9133 | 2026-08-13T17:56:30.554Z | DEBG INFO initted freemap. size: 64 , adding route 172.17.0.19/32 -> 10.0.0.255unitAug 13 17:56:29.124: Aug 13 17:56:29.124DEBG |
| 9134 | 2026-08-13T17:56:30.554Z | INFOfreemap_route_ipv6 |
| 9135 | 2026-08-13T17:56:30.554Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9136 | 2026-08-13T17:56:30.554Z | 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 } }] |
| 9137 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124 Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBGAug 13 17:56:29.124 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 9138 | 2026-08-13T17:56:30.554Z | reset freemapreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9139 | 2026-08-13T17:56:30.554Z | unit:INFOAug 13 17:56:29.124 adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6 |
| 9140 | 2026-08-13T17:56:30.554Z | |
| 9141 | 2026-08-13T17:56:30.554Z | INFOAug 13 17:56:29.124 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 9142 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124 adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 17:56:29.124 |
| 9143 | 2026-08-13T17:56:30.554Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.124 |
| 9144 | 2026-08-13T17:56:30.554Z | 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 13 17:56:29.124 |
| 9145 | 2026-08-13T17:56:30.554Z | 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 } }]Aug 13 17:56:29.124 |
| 9146 | 2026-08-13T17:56:30.554Z | 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 } }] Aug 13 17:56:29.124 |
| 9147 | 2026-08-13T17:56:30.554Z | Aug 13 17:56:29.124 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOINFO |
| 9148 | 2026-08-13T17:56:30.554Z | adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9149 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 |
| 9150 | 2026-08-13T17:56:30.555Z | INFOAug 13 17:56:29.124 INFOAug 13 17:56:29.124adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 17:56:29.124adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9151 | 2026-08-13T17:56:30.555Z | DEBGDEBG |
| 9152 | 2026-08-13T17:56:30.555Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9153 | 2026-08-13T17:56:30.555Z | |
| 9154 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 Aug 13 17:56:29.124Aug 13 17:56:29.124DEBG 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 } }] |
| 9155 | 2026-08-13T17:56:30.555Z | adding route 172.17.0.20/32 -> 10.0.0.255DEBG Aug 13 17:56:29.124replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9156 | 2026-08-13T17:56:30.555Z | |
| 9157 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124INFO INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 13 17:56:29.124Aug 13 17:56:29.124 |
| 9158 | 2026-08-13T17:56:30.555Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 9159 | 2026-08-13T17:56:30.555Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG 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 } }] |
| 9160 | 2026-08-13T17:56:30.555Z | |
| 9161 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG Aug 13 17:56:29.124 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9162 | 2026-08-13T17:56:30.555Z | |
| 9163 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 13 17:56:29.124Aug 13 17:56:29.124 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.23/32 -> 10.0.0.255 |
| 9164 | 2026-08-13T17:56:30.555Z | |
| 9165 | 2026-08-13T17:56:30.555Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9166 | 2026-08-13T17:56:30.555Z | |
| 9167 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9168 | 2026-08-13T17:56:30.555Z | |
| 9169 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 Aug 13 17:56:29.124DEBG Aug 13 17:56:29.124replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGINFO |
| 9170 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 replacing targets for 3fff:dead::/64 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 } }] |
| 9171 | 2026-08-13T17:56:30.555Z | adding route 172.17.0.24/32 -> 10.0.0.255INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9172 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 |
| 9173 | 2026-08-13T17:56:30.555Z | DEBG Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9174 | 2026-08-13T17:56:30.555Z | |
| 9175 | 2026-08-13T17:56:30.555Z | test route::tests::same_size_non_subset_replace ... ok |
| 9176 | 2026-08-13T17:56:30.555Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9177 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124Aug 13 17:56:29.124 INFOINFO |
| 9178 | 2026-08-13T17:56:30.555Z | adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9179 | 2026-08-13T17:56:30.555Z | |
| 9180 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9181 | 2026-08-13T17:56:30.555Z | |
| 9182 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 INFO Aug 13 17:56:29.124adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:56:29.124 |
| 9183 | 2026-08-13T17:56:30.555Z | INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9184 | 2026-08-13T17:56:30.555Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9185 | 2026-08-13T17:56:30.555Z | Aug 13 17:56:29.124 DEBGAug 13 17:56:29.124 Aug 13 17:56:29.124replacing 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 |
| 9186 | 2026-08-13T17:56:30.555Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9187 | 2026-08-13T17:56:30.555Z | 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 } }] |
| 9188 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124 INFOAug 13 17:56:29.124Aug 13 17:56:29.124 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 9189 | 2026-08-13T17:56:30.556Z | adding route 172.17.0.25/32 -> 10.0.0.255 INFO |
| 9190 | 2026-08-13T17:56:30.556Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:56:29.124 |
| 9191 | 2026-08-13T17:56:30.556Z | DEBG Aug 13 17:56:29.124replacing 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 } }] |
| 9192 | 2026-08-13T17:56:30.556Z | DEBG Aug 13 17:56:29.124replacing 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 } }] |
| 9193 | 2026-08-13T17:56:30.556Z | DEBG Aug 13 17:56:29.124replacing 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 } }] |
| 9194 | 2026-08-13T17:56:30.556Z | INFO Aug 13 17:56:29.124 adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 9195 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124 INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9196 | 2026-08-13T17:56:30.556Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 17:56:29.124 |
| 9197 | 2026-08-13T17:56:30.556Z | DEBGAug 13 17:56:29.118 Aug 13 17:56:29.124 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 } }] |
| 9198 | 2026-08-13T17:56:30.556Z | DEBGINFO Aug 13 17:56:29.124replacing 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 } }] |
| 9199 | 2026-08-13T17:56:30.556Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 9200 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9201 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9202 | 2026-08-13T17:56:30.556Z | INFOAug 13 17:56:29.124 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9203 | 2026-08-13T17:56:30.556Z | DEBGAug 13 17:56:29.124 Aug 13 17:56:29.124 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9204 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9205 | 2026-08-13T17:56:30.556Z | 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 } }] |
| 9206 | 2026-08-13T17:56:30.556Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:56:29.124Aug 13 17:56:29.124 |
| 9207 | 2026-08-13T17:56:30.556Z | INFOAug 13 17:56:29.124INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9208 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124 adding route 172.17.0.30/32 -> 10.0.0.255DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9209 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124replacing 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 } }] |
| 9210 | 2026-08-13T17:56:30.556Z | DEBG |
| 9211 | 2026-08-13T17:56:30.556Z | 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 13 17:56:29.124 |
| 9212 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124 Aug 13 17:56:29.124 DEBGDEBG Aug 13 17:56:29.124 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 } }]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 } }] |
| 9213 | 2026-08-13T17:56:30.556Z | |
| 9214 | 2026-08-13T17:56:30.556Z | INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9215 | 2026-08-13T17:56:30.556Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9216 | 2026-08-13T17:56:30.556Z | Aug 13 17:56:29.124 Aug 13 17:56:29.124INFOAug 13 17:56:29.124 Aug 13 17:56:29.124 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9217 | 2026-08-13T17:56:30.556Z | INFODEBG DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:56:29.124 DEBG |
| 9218 | 2026-08-13T17:56:30.561Z | Aug 13 17:56:29.125 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9219 | 2026-08-13T17:56:30.561Z | created new freemapAug 13 17:56:29.131, unitDEBG: Aug 13 17:56:29.131replacing 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 } }] |
| 9220 | 2026-08-13T17:56:30.561Z | INFO Aug 13 17:56:29.131adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9221 | 2026-08-13T17:56:30.561Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9222 | 2026-08-13T17:56:30.561Z | 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 13 17:56:29.131 |
| 9223 | 2026-08-13T17:56:30.561Z | DEBGAug 13 17:56:29.131 Aug 13 17:56:29.118DEBG 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 } }] |
| 9224 | 2026-08-13T17:56:30.561Z | created new freemap, unitreplacing 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 13 17:56:29.131 |
| 9225 | 2026-08-13T17:56:30.561Z | Aug 13 17:56:29.131INFO : adding route 172.17.0.33/32 -> 10.0.0.255 INFO |
| 9226 | 2026-08-13T17:56:30.561Z | Aug 13 17:56:29.131freemap_route_ipv4 |
| 9227 | 2026-08-13T17:56:30.561Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255Aug 13 17:56:29.131 |
| 9228 | 2026-08-13T17:56:30.561Z | |
| 9229 | 2026-08-13T17:56:30.561Z | Aug 13 17:56:29.131 DEBGDEBG created new freemapAug 13 17:56:29.131, unitreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131DEBG: |
| 9230 | 2026-08-13T17:56:30.561Z | 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 } }]DEBGfreemap_route_ipv6 |
| 9231 | 2026-08-13T17:56:30.561Z | |
| 9232 | 2026-08-13T17:56:30.561Z | Aug 13 17:56:29.131 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 } }]Aug 13 17:56:29.131INFO INFOAug 13 17:56:29.131 |
| 9233 | 2026-08-13T17:56:30.561Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9234 | 2026-08-13T17:56:30.561Z | DEBGAug 13 17:56:29.131 |
| 9235 | 2026-08-13T17:56:30.561Z | initted freemap. size: 64 Aug 13 17:56:29.131INFO, Aug 13 17:56:29.131DEBG unitDEBG: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.30/32 -> 10.0.0.255 |
| 9236 | 2026-08-13T17:56:30.561Z | |
| 9237 | 2026-08-13T17:56:30.561Z | freemap_route_ipv4replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9238 | 2026-08-13T17:56:30.561Z | |
| 9239 | 2026-08-13T17:56:30.561Z | Aug 13 17:56:29.131Aug 13 17:56:29.131 Aug 13 17:56:29.125INFODEBG Aug 13 17:56:29.131Aug 13 17:56:29.131adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9240 | 2026-08-13T17:56:30.561Z | 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 } }] |
| 9241 | 2026-08-13T17:56:30.561Z | created new freemapINFO, unitadding route 172.17.0.18/32 -> 10.0.0.255:DEBGAug 13 17:56:29.131 freemap_route_ipv4 |
| 9242 | 2026-08-13T17:56:30.561Z | reset freemap, Aug 13 17:56:29.131DEBGunit |
| 9243 | 2026-08-13T17:56:30.561Z | : Aug 13 17:56:29.131replacing 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 |
| 9244 | 2026-08-13T17:56:30.562Z | 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 } }]Aug 13 17:56:29.131adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9245 | 2026-08-13T17:56:30.562Z | freemap_route_ipv4DEBGAug 13 17:56:29.131 |
| 9246 | 2026-08-13T17:56:30.562Z | |
| 9247 | 2026-08-13T17:56:30.562Z | INFO Aug 13 17:56:29.131Aug 13 17:56:29.131adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9248 | 2026-08-13T17:56:30.562Z | DEBGAug 13 17:56:29.131 INFODEBGreplacing 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 13 17:56:29.131 |
| 9249 | 2026-08-13T17:56:30.562Z | initted freemap. size: 64 DEBG, adding route 172.17.0.19/32 -> 10.0.0.255 unitreplacing 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 13 17:56:29.131 |
| 9250 | 2026-08-13T17:56:30.562Z | |
| 9251 | 2026-08-13T17:56:30.562Z | freemap_route_ipv6 |
| 9252 | 2026-08-13T17:56:30.562Z | INFOAug 13 17:56:29.131 Aug 13 17:56:29.131adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9253 | 2026-08-13T17:56:30.562Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 Aug 13 17:56:29.131DEBG |
| 9254 | 2026-08-13T17:56:30.562Z | Aug 13 17:56:29.131 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 } }]DEBGDEBG |
| 9255 | 2026-08-13T17:56:30.562Z | 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 } }] |
| 9256 | 2026-08-13T17:56:30.562Z | reset freemapAug 13 17:56:29.131, unit:Aug 13 17:56:29.131 INFOAug 13 17:56:29.131freemap_route_ipv6 |
| 9257 | 2026-08-13T17:56:30.562Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 9258 | 2026-08-13T17:56:30.562Z | 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 13 17:56:29.131 |
| 9259 | 2026-08-13T17:56:30.562Z | |
| 9260 | 2026-08-13T17:56:30.562Z | INFO Aug 13 17:56:29.131adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.131 |
| 9261 | 2026-08-13T17:56:30.562Z | Aug 13 17:56:29.131 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9262 | 2026-08-13T17:56:30.562Z | adding route 172.17.0.38/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 } }] |
| 9263 | 2026-08-13T17:56:30.562Z | |
| 9264 | 2026-08-13T17:56:30.562Z | Aug 13 17:56:29.131 DEBG Aug 13 17:56:29.131replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 13 17:56:29.131 Aug 13 17:56:29.131 |
| 9265 | 2026-08-13T17:56:30.562Z | INFO DEBG INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9266 | 2026-08-13T17:56:30.562Z | 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 } }] |
| 9267 | 2026-08-13T17:56:30.562Z | Aug 13 17:56:29.131adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9268 | 2026-08-13T17:56:30.562Z | INFOAug 13 17:56:29.131 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9269 | 2026-08-13T17:56:30.562Z | 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 13 17:56:29.131Aug 13 17:56:29.131 |
| 9270 | 2026-08-13T17:56:30.562Z | DEBGAug 13 17:56:29.131INFO DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9271 | 2026-08-13T17:56:30.562Z | |
| 9272 | 2026-08-13T17:56:30.562Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9273 | 2026-08-13T17:56:30.562Z | Aug 13 17:56:29.131 Aug 13 17:56:29.131Aug 13 17:56:29.131 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9274 | 2026-08-13T17:56:30.562Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 13 17:56:29.131 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9275 | 2026-08-13T17:56:30.562Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9276 | 2026-08-13T17:56:30.562Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 13 17:56:29.131 |
| 9277 | 2026-08-13T17:56:30.562Z | |
| 9278 | 2026-08-13T17:56:30.562Z | DEBG Aug 13 17:56:29.131replacing 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 |
| 9279 | 2026-08-13T17:56:30.562Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 13 17:56:29.131 |
| 9280 | 2026-08-13T17:56:30.562Z | 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 } }] |
| 9281 | 2026-08-13T17:56:30.562Z | created new freemapAug 13 17:56:29.131, Aug 13 17:56:29.131 freemap_route_ipv4INFOAug 13 17:56:29.131 |
| 9282 | 2026-08-13T17:56:30.562Z | unitINFO: adding route 172.17.0.36/32 -> 10.0.0.255 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 9283 | 2026-08-13T17:56:30.562Z | Aug 13 17:56:29.131 |
| 9284 | 2026-08-13T17:56:30.563Z | DEBG freemap_route_ipv6replacing 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 } }]created new freemap |
| 9285 | 2026-08-13T17:56:30.563Z | , Aug 13 17:56:29.131 |
| 9286 | 2026-08-13T17:56:30.563Z | unit: Aug 13 17:56:29.131DEBG freemap_route_ipv6DEBGreplacing 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 13 17:56:29.131 |
| 9287 | 2026-08-13T17:56:30.563Z | |
| 9288 | 2026-08-13T17:56:30.563Z | INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255Aug 13 17:56:29.131 |
| 9289 | 2026-08-13T17:56:30.563Z | |
| 9290 | 2026-08-13T17:56:30.563Z | Aug 13 17:56:29.131 Aug 13 17:56:29.131INFO Aug 13 17:56:29.131 DEBGDEBGDEBG initted freemap. size: 64replacing 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 } }] |
| 9291 | 2026-08-13T17:56:30.563Z | , Aug 13 17:56:29.131initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255 unit, INFOunit Aug 13 17:56:29.131:adding route 172.17.0.37/32 -> 10.0.0.255 INFO:freemap_route_ipv4 |
| 9292 | 2026-08-13T17:56:30.563Z | |
| 9293 | 2026-08-13T17:56:30.563Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9294 | 2026-08-13T17:56:30.563Z | |
| 9295 | 2026-08-13T17:56:30.563Z | freemap_route_ipv4 |
| 9296 | 2026-08-13T17:56:30.563Z | Aug 13 17:56:29.131 Aug 13 17:56:29.131DEBG Aug 13 17:56:29.131Aug 13 17:56:29.131DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 13 17:56:29.131DEBG reset freemap |
| 9297 | 2026-08-13T17:56:30.563Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9298 | 2026-08-13T17:56:30.563Z | reset freemap, 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 } }]unit, :unit |
| 9299 | 2026-08-13T17:56:30.563Z | Aug 13 17:56:29.131: INFO freemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9300 | 2026-08-13T17:56:30.563Z | freemap_route_ipv4 |
| 9301 | 2026-08-13T17:56:30.563Z | Aug 13 17:56:29.131Aug 13 17:56:29.131 |
| 9302 | 2026-08-13T17:56:30.563Z | INFO Aug 13 17:56:29.131Aug 13 17:56:29.131adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9303 | 2026-08-13T17:56:30.563Z | INFO DEBGAug 13 17:56:29.131 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255 Aug 13 17:56:29.131 |
| 9304 | 2026-08-13T17:56:30.563Z | |
| 9305 | 2026-08-13T17:56:30.563Z | DEBGinitted freemap. size: 64 , unitDEBG: Aug 13 17:56:29.131freemap_route_ipv6 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64Aug 13 17:56:29.131 |
| 9306 | 2026-08-13T17:56:30.563Z | |
| 9307 | 2026-08-13T17:56:30.563Z | , unitINFO :DEBG Aug 13 17:56:29.131 adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 17:56:29.131 freemap_route_ipv6 |
| 9308 | 2026-08-13T17:56:30.563Z | INFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap |
| 9309 | 2026-08-13T17:56:30.563Z | , unitadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9310 | 2026-08-13T17:56:30.563Z | |
| 9311 | 2026-08-13T17:56:30.563Z | : freemap_route_ipv6 |
| 9312 | 2026-08-13T17:56:30.563Z | Aug 13 17:56:29.131Aug 13 17:56:29.131Aug 13 17:56:29.131 Aug 13 17:56:29.131INFO adding route 172.17.0.39/32 -> 10.0.0.255INFOAug 13 17:56:29.131 |
| 9313 | 2026-08-13T17:56:30.563Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG DEBG |
| 9314 | 2026-08-13T17:56:30.563Z | 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 } }] |
| 9315 | 2026-08-13T17:56:30.563Z | Aug 13 17:56:29.131reset freemapAug 13 17:56:29.131replacing 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 } }], |
| 9316 | 2026-08-13T17:56:30.563Z | unit DEBG :Aug 13 17:56:29.131replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9317 | 2026-08-13T17:56:30.563Z | INFO Aug 13 17:56:29.131adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9318 | 2026-08-13T17:56:30.568Z | INFOAug 13 17:56:29.131 INFOadding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv6 |
| 9319 | 2026-08-13T17:56:30.568Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131 |
| 9320 | 2026-08-13T17:56:30.568Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9321 | 2026-08-13T17:56:30.568Z | |
| 9322 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.131DEBG Aug 13 17:56:29.131DEBGreplacing 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 13 17:56:29.131 |
| 9323 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.131replacing 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 13 17:56:29.131 INFO |
| 9324 | 2026-08-13T17:56:30.568Z | DEBG INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 9325 | 2026-08-13T17:56:30.568Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 17:56:29.131 |
| 9326 | 2026-08-13T17:56:30.568Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 13 17:56:29.131 |
| 9327 | 2026-08-13T17:56:30.568Z | |
| 9328 | 2026-08-13T17:56:30.568Z | DEBG INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9329 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.131Aug 13 17:56:29.131 |
| 9330 | 2026-08-13T17:56:30.568Z | DEBGAug 13 17:56:29.131 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 } }] adding route 172.16.0.0/32 -> 10.0.0.3Aug 13 17:56:29.131DEBG |
| 9331 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.131 |
| 9332 | 2026-08-13T17:56:30.568Z | 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 } }] |
| 9333 | 2026-08-13T17:56:30.568Z | DEBGINFOAug 13 17:56:29.131Aug 13 17:56:29.131 Aug 13 17:56:29.131INFO 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 |
| 9334 | 2026-08-13T17:56:30.568Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 adding route 172.17.0.41/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 } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9335 | 2026-08-13T17:56:30.568Z | |
| 9336 | 2026-08-13T17:56:30.568Z | |
| 9337 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.131 |
| 9338 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.131Aug 13 17:56:29.131INFOAug 13 17:56:29.131 DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9339 | 2026-08-13T17:56:30.568Z | INFOAug 13 17:56:29.131DEBGreplacing 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.16.0.0/32 -> 10.0.0.4 |
| 9340 | 2026-08-13T17:56:30.568Z | |
| 9341 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.138 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:56:29.138 |
| 9342 | 2026-08-13T17:56:30.568Z | Aug 13 17:56:29.138DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9343 | 2026-08-13T17:56:30.568Z | 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 } }]Aug 13 17:56:29.138 DEBG |
| 9344 | 2026-08-13T17:56:30.568Z | 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 } }] |
| 9345 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138Aug 13 17:56:29.138Aug 13 17:56:29.138 DEBGINFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.30/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.3, vlan_id: None } }] |
| 9346 | 2026-08-13T17:56:30.569Z | |
| 9347 | 2026-08-13T17:56:30.569Z | |
| 9348 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9349 | 2026-08-13T17:56:30.569Z | |
| 9350 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255 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 } }] |
| 9351 | 2026-08-13T17:56:30.569Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9352 | 2026-08-13T17:56:30.569Z | |
| 9353 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138 DEBG Aug 13 17:56:29.138replacing 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 } }] |
| 9354 | 2026-08-13T17:56:30.569Z | 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 } }] |
| 9355 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138 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 13 17:56:29.138Aug 13 17:56:29.138 |
| 9356 | 2026-08-13T17:56:30.569Z | INFO INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9357 | 2026-08-13T17:56:30.569Z | |
| 9358 | 2026-08-13T17:56:30.569Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9359 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138 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 } }]INFO |
| 9360 | 2026-08-13T17:56:30.569Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:56:29.138 |
| 9361 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138DEBG Aug 13 17:56:29.138replacing 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 } }] |
| 9362 | 2026-08-13T17:56:30.569Z | DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255Aug 13 17:56:29.138 |
| 9363 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138 |
| 9364 | 2026-08-13T17:56:30.569Z | DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.138 |
| 9365 | 2026-08-13T17:56:30.569Z | |
| 9366 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 Aug 13 17:56:29.138 DEBGINFO DEBG INFOadding route 172.17.0.52/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 } }] |
| 9367 | 2026-08-13T17:56:30.569Z | |
| 9368 | 2026-08-13T17:56:30.569Z | 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 } }] |
| 9369 | 2026-08-13T17:56:30.569Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9370 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 Aug 13 17:56:29.138DEBGINFO 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 13 17:56:29.138adding route 172.17.0.43/32 -> 10.0.0.255DEBG 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 } }] |
| 9371 | 2026-08-13T17:56:30.569Z | |
| 9372 | 2026-08-13T17:56:30.569Z | |
| 9373 | 2026-08-13T17:56:30.569Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 13 17:56:29.138 |
| 9374 | 2026-08-13T17:56:30.569Z | INFOAug 13 17:56:29.138 adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 13 17:56:29.138 |
| 9375 | 2026-08-13T17:56:30.569Z | test route::tests::add_target_fails_full ... ok |
| 9376 | 2026-08-13T17:56:30.569Z | 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 13 17:56:29.138DEBG |
| 9377 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138INFOreplacing 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 |
| 9378 | 2026-08-13T17:56:30.569Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9379 | 2026-08-13T17:56:30.569Z | |
| 9380 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138 Aug 13 17:56:29.138INFO Aug 13 17:56:29.138Aug 13 17:56:29.138INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9381 | 2026-08-13T17:56:30.569Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9382 | 2026-08-13T17:56:30.569Z | DEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing 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 } }] |
| 9383 | 2026-08-13T17:56:30.569Z | |
| 9384 | 2026-08-13T17:56:30.569Z | Aug 13 17:56:29.138 DEBG Aug 13 17:56:29.138Aug 13 17:56:29.138replacing 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 } }] DEBGDEBG |
| 9385 | 2026-08-13T17:56:30.570Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9386 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138 |
| 9387 | 2026-08-13T17:56:30.570Z | INFO Aug 13 17:56:29.138adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9388 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9389 | 2026-08-13T17:56:30.570Z | INFOAug 13 17:56:29.138Aug 13 17:56:29.138 INFOadding route 172.17.0.45/32 -> 10.0.0.255DEBG Aug 13 17:56:29.138 adding route 172.17.0.55/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 } }] |
| 9390 | 2026-08-13T17:56:30.570Z | DEBG |
| 9391 | 2026-08-13T17:56:30.570Z | 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 } }] |
| 9392 | 2026-08-13T17:56:30.570Z | |
| 9393 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138 Aug 13 17:56:29.138DEBG Aug 13 17:56:29.138DEBG INFOreplacing 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.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 } }] |
| 9394 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138 |
| 9395 | 2026-08-13T17:56:30.570Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9396 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9397 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138 |
| 9398 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138 |
| 9399 | 2026-08-13T17:56:30.570Z | DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9400 | 2026-08-13T17:56:30.570Z | 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 13 17:56:29.138Aug 13 17:56:29.138 |
| 9401 | 2026-08-13T17:56:30.570Z | INFODEBGAug 13 17:56:29.138 adding route 172.17.0.38/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 } }]DEBGAug 13 17:56:29.138 |
| 9402 | 2026-08-13T17:56:30.570Z | 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 } }] |
| 9403 | 2026-08-13T17:56:30.570Z | |
| 9404 | 2026-08-13T17:56:30.570Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:56:29.138 |
| 9405 | 2026-08-13T17:56:30.570Z | INFO Aug 13 17:56:29.138adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9406 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138INFOAug 13 17:56:29.138 adding route 172.17.0.47/32 -> 10.0.0.255DEBGAug 13 17:56:29.138 |
| 9407 | 2026-08-13T17:56:30.570Z | 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 } }] |
| 9408 | 2026-08-13T17:56:30.570Z | 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 } }] |
| 9409 | 2026-08-13T17:56:30.570Z | 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 13 17:56:29.138 |
| 9410 | 2026-08-13T17:56:30.570Z | INFOAug 13 17:56:29.138 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9411 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138 |
| 9412 | 2026-08-13T17:56:30.570Z | INFOINFO Aug 13 17:56:29.138adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9413 | 2026-08-13T17:56:30.570Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 17:56:29.138 |
| 9414 | 2026-08-13T17:56:30.570Z | DEBG INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9415 | 2026-08-13T17:56:30.570Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:56:29.138 |
| 9416 | 2026-08-13T17:56:30.570Z | Aug 13 17:56:29.138DEBGAug 13 17:56:29.138 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9417 | 2026-08-13T17:56:30.570Z | |
| 9418 | 2026-08-13T17:56:30.575Z | 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 13 17:56:29.138 |
| 9419 | 2026-08-13T17:56:30.575Z | DEBGAug 13 17:56:29.138 Aug 13 17:56:29.138INFOAug 13 17:56:29.138replacing 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 } }] |
| 9420 | 2026-08-13T17:56:30.575Z | adding route 172.17.0.59/32 -> 10.0.0.255 DEBGINFO |
| 9421 | 2026-08-13T17:56:30.575Z | 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 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9422 | 2026-08-13T17:56:30.575Z | |
| 9423 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 INFODEBG Aug 13 17:56:29.138 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 |
| 9424 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138replacing 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 } }] |
| 9425 | 2026-08-13T17:56:30.575Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9426 | 2026-08-13T17:56:30.575Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9427 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138 INFOAug 13 17:56:29.138 Aug 13 17:56:29.138 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:56:29.138replacing 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 } }] |
| 9428 | 2026-08-13T17:56:30.575Z | DEBG |
| 9429 | 2026-08-13T17:56:30.575Z | |
| 9430 | 2026-08-13T17:56:30.575Z | 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 } }] |
| 9431 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138 DEBG Aug 13 17:56:29.138replacing 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 13 17:56:29.138INFO |
| 9432 | 2026-08-13T17:56:30.575Z | adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 9433 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9434 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138 adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 13 17:56:29.138Aug 13 17:56:29.138 INFO |
| 9435 | 2026-08-13T17:56:30.575Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9436 | 2026-08-13T17:56:30.575Z | 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.61/32 -> 10.0.0.255 |
| 9437 | 2026-08-13T17:56:30.575Z | |
| 9438 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 Aug 13 17:56:29.138DEBG DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138 |
| 9439 | 2026-08-13T17:56:30.575Z | |
| 9440 | 2026-08-13T17:56:30.575Z | |
| 9441 | 2026-08-13T17:56:30.575Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9442 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 INFOINFO Aug 13 17:56:29.138 DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9443 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9444 | 2026-08-13T17:56:30.575Z | |
| 9445 | 2026-08-13T17:56:30.575Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9446 | 2026-08-13T17:56:30.575Z | Aug 13 17:56:29.138 DEBGAug 13 17:56:29.138 Aug 13 17:56:29.138replacing 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 } }] |
| 9447 | 2026-08-13T17:56:30.575Z | DEBGINFOAug 13 17:56:29.138 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9448 | 2026-08-13T17:56:30.576Z | |
| 9449 | 2026-08-13T17:56:30.576Z | DEBG Aug 13 17:56:29.138replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:56:29.138INFO Aug 13 17:56:29.138 |
| 9450 | 2026-08-13T17:56:30.576Z | DEBG adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 9451 | 2026-08-13T17:56:30.576Z | 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:beef:20::/64 -> 2001:db8::55:ff |
| 9452 | 2026-08-13T17:56:30.576Z | |
| 9453 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.138Aug 13 17:56:29.138 DEBGINFO Aug 13 17:56:29.138 adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9454 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.138 INFO Aug 13 17:56:29.144adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9455 | 2026-08-13T17:56:30.576Z | DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9456 | 2026-08-13T17:56:30.576Z | |
| 9457 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144 DEBGAug 13 17:56:29.144 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9458 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144failed to allocate space for the new target list |
| 9459 | 2026-08-13T17:56:30.576Z | INFO Aug 13 17:56:29.144 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9460 | 2026-08-13T17:56:30.576Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9461 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144Aug 13 17:56:29.144 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 } }] |
| 9462 | 2026-08-13T17:56:30.576Z | 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 13 17:56:29.144 |
| 9463 | 2026-08-13T17:56:30.576Z | DEBGAug 13 17:56:29.144Aug 13 17:56:29.144 DEBGINFO failed to allocate space for the new target listreplacing 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 } }] |
| 9464 | 2026-08-13T17:56:30.576Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9465 | 2026-08-13T17:56:30.576Z | |
| 9466 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144Aug 13 17:56:29.144 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9467 | 2026-08-13T17:56:30.576Z | |
| 9468 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144replacing 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 13 17:56:29.144 |
| 9469 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9470 | 2026-08-13T17:56:30.576Z | INFO Aug 13 17:56:29.144adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 9471 | 2026-08-13T17:56:30.576Z | |
| 9472 | 2026-08-13T17:56:30.576Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9473 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.144 Aug 13 17:56:29.145Aug 13 17:56:29.145 DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9474 | 2026-08-13T17:56:30.576Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9475 | 2026-08-13T17:56:30.576Z | test route::tests::delete_targets_full ... ok |
| 9476 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.145 |
| 9477 | 2026-08-13T17:56:30.576Z | test route::tests::delete_target_fragmented ... ok |
| 9478 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.145 Aug 13 17:56:29.145DEBGINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9479 | 2026-08-13T17:56:30.576Z | 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 13 17:56:29.145INFO |
| 9480 | 2026-08-13T17:56:30.576Z | INFO Aug 13 17:56:29.145adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9481 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.145 DEBG |
| 9482 | 2026-08-13T17:56:30.576Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 13 17:56:29.145replacing 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 } }] |
| 9483 | 2026-08-13T17:56:30.576Z | DEBG |
| 9484 | 2026-08-13T17:56:30.576Z | Aug 13 17:56:29.145 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 } }] |
| 9485 | 2026-08-13T17:56:30.576Z | DEBGAug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145replacing 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 } }] |
| 9486 | 2026-08-13T17:56:30.577Z | DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255 INFO |
| 9487 | 2026-08-13T17:56:30.577Z | 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 } }] |
| 9488 | 2026-08-13T17:56:30.577Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9489 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.145Aug 13 17:56:29.145Aug 13 17:56:29.145 DEBGAug 13 17:56:29.145INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255 DEBG |
| 9490 | 2026-08-13T17:56:30.577Z | adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9491 | 2026-08-13T17:56:30.577Z | 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 } }] |
| 9492 | 2026-08-13T17:56:30.577Z | |
| 9493 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.145Aug 13 17:56:29.145 Aug 13 17:56:29.145INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9494 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.145 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 |
| 9495 | 2026-08-13T17:56:30.577Z | 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 3fff:beef:25::/64 -> 2001:db8::55:ffAug 13 17:56:29.145 |
| 9496 | 2026-08-13T17:56:30.577Z | |
| 9497 | 2026-08-13T17:56:30.577Z | 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 } }] |
| 9498 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.145Aug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145 INFOINFODEBGINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9499 | 2026-08-13T17:56:30.577Z | |
| 9500 | 2026-08-13T17:56:30.577Z | adding route 172.17.0.2/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 } }] |
| 9501 | 2026-08-13T17:56:30.577Z | |
| 9502 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145 Aug 13 17:56:29.145DEBGDEBGDEBG 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 } }] |
| 9503 | 2026-08-13T17:56:30.577Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9504 | 2026-08-13T17:56:30.577Z | |
| 9505 | 2026-08-13T17:56:30.577Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9506 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255INFOAug 13 17:56:29.145 |
| 9507 | 2026-08-13T17:56:30.577Z | DEBGadding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9508 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.151Aug 13 17:56:29.151replacing 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 } }] |
| 9509 | 2026-08-13T17:56:30.577Z | 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 } }] |
| 9510 | 2026-08-13T17:56:30.577Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.151 |
| 9511 | 2026-08-13T17:56:30.577Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9512 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.151 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9513 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.151 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9514 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.151Aug 13 17:56:29.151 Aug 13 17:56:29.151 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 } }]DEBG |
| 9515 | 2026-08-13T17:56:30.577Z | 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.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 } }] |
| 9516 | 2026-08-13T17:56:30.577Z | |
| 9517 | 2026-08-13T17:56:30.577Z | Aug 13 17:56:29.151 Aug 13 17:56:29.151INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9518 | 2026-08-13T17:56:30.582Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 13 17:56:29.151 |
| 9519 | 2026-08-13T17:56:30.582Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9520 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.151 DEBGAug 13 17:56:29.151Aug 13 17:56:29.151 DEBGDEBGreplacing 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 } }] |
| 9521 | 2026-08-13T17:56:30.582Z | 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.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 } }] |
| 9522 | 2026-08-13T17:56:30.582Z | |
| 9523 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.151Aug 13 17:56:29.151 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 9524 | 2026-08-13T17:56:30.582Z | |
| 9525 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.151 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9526 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.151 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 13 17:56:29.151 |
| 9527 | 2026-08-13T17:56:30.582Z | DEBGAug 13 17:56:29.151 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 13 17:56:29.151 |
| 9528 | 2026-08-13T17:56:30.582Z | DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9529 | 2026-08-13T17:56:30.582Z | |
| 9530 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152 INFO Aug 13 17:56:29.152adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9531 | 2026-08-13T17:56:30.582Z | 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 } }] |
| 9532 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 Aug 13 17:56:29.152DEBG 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 |
| 9533 | 2026-08-13T17:56:30.582Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9534 | 2026-08-13T17:56:30.582Z | |
| 9535 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152 INFOAug 13 17:56:29.152 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9536 | 2026-08-13T17:56:30.582Z | 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 } }] |
| 9537 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGDEBGAug 13 17:56:29.152 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9538 | 2026-08-13T17:56:30.582Z | |
| 9539 | 2026-08-13T17:56:30.582Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9540 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152 INFOAug 13 17:56:29.152 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 9541 | 2026-08-13T17:56:30.582Z | 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 13 17:56:29.152 |
| 9542 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152INFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing 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 13 17:56:29.152 |
| 9543 | 2026-08-13T17:56:30.582Z | INFO |
| 9544 | 2026-08-13T17:56:30.582Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 9545 | 2026-08-13T17:56:30.583Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9546 | 2026-08-13T17:56:30.583Z | |
| 9547 | 2026-08-13T17:56:30.583Z | |
| 9548 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 Aug 13 17:56:29.152Aug 13 17:56:29.152INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9549 | 2026-08-13T17:56:30.583Z | DEBG |
| 9550 | 2026-08-13T17:56:30.583Z | 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.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 } }] |
| 9551 | 2026-08-13T17:56:30.583Z | |
| 9552 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 INFOAug 13 17:56:29.152 Aug 13 17:56:29.152 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 13 17:56:29.152 |
| 9553 | 2026-08-13T17:56:30.583Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9554 | 2026-08-13T17:56:30.583Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9555 | 2026-08-13T17:56:30.583Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:56:29.152 |
| 9556 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152Aug 13 17:56:29.152DEBG 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 } }] |
| 9557 | 2026-08-13T17:56:30.583Z | 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 } }]failed to allocate space for the new target listAug 13 17:56:29.152 |
| 9558 | 2026-08-13T17:56:30.583Z | |
| 9559 | 2026-08-13T17:56:30.583Z | DEBG Aug 13 17:56:29.152replacing 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 13 17:56:29.152INFOAug 13 17:56:29.152 |
| 9560 | 2026-08-13T17:56:30.583Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9561 | 2026-08-13T17:56:30.583Z | INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9562 | 2026-08-13T17:56:30.583Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9563 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 INFOAug 13 17:56:29.152 Aug 13 17:56:29.152adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9564 | 2026-08-13T17:56:30.583Z | DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9565 | 2026-08-13T17:56:30.583Z | |
| 9566 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 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 13 17:56:29.152 |
| 9567 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9568 | 2026-08-13T17:56:30.583Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:56:29.152 |
| 9569 | 2026-08-13T17:56:30.583Z | INFOAug 13 17:56:29.152 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 9570 | 2026-08-13T17:56:30.583Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.152 |
| 9571 | 2026-08-13T17:56:30.583Z | DEBGAug 13 17:56:29.152 Aug 13 17:56:29.152DEBGreplacing 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 } }] |
| 9572 | 2026-08-13T17:56:30.583Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9573 | 2026-08-13T17:56:30.583Z | failed to allocate space for the new target list |
| 9574 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9575 | 2026-08-13T17:56:30.583Z | test route::tests::delete_targets_fragmented ... ok |
| 9576 | 2026-08-13T17:56:30.583Z | |
| 9577 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:56:29.152 |
| 9578 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152DEBG 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 |
| 9579 | 2026-08-13T17:56:30.583Z | 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 } }] |
| 9580 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 INFO Aug 13 17:56:29.152adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9581 | 2026-08-13T17:56:30.583Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9582 | 2026-08-13T17:56:30.583Z | Aug 13 17:56:29.152 DEBG Aug 13 17:56:29.152replacing 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 } }] |
| 9583 | 2026-08-13T17:56:30.583Z | 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 } }] |
| 9584 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152 INFO Aug 13 17:56:29.152adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9585 | 2026-08-13T17:56:30.584Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9586 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152 DEBGAug 13 17:56:29.152 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 } }] |
| 9587 | 2026-08-13T17:56:30.584Z | 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 } }] |
| 9588 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152 INFOAug 13 17:56:29.152 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9589 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9590 | 2026-08-13T17:56:30.584Z | 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 } }] |
| 9591 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9592 | 2026-08-13T17:56:30.584Z | |
| 9593 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9594 | 2026-08-13T17:56:30.584Z | |
| 9595 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9596 | 2026-08-13T17:56:30.584Z | |
| 9597 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 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:35::/64 -> 2001:db8::55:ff |
| 9598 | 2026-08-13T17:56:30.584Z | |
| 9599 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 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 } }] |
| 9600 | 2026-08-13T17:56:30.584Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9601 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9602 | 2026-08-13T17:56:30.584Z | 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 } }] |
| 9603 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9604 | 2026-08-13T17:56:30.584Z | |
| 9605 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 9606 | 2026-08-13T17:56:30.584Z | |
| 9607 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9608 | 2026-08-13T17:56:30.584Z | |
| 9609 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9610 | 2026-08-13T17:56:30.584Z | |
| 9611 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9612 | 2026-08-13T17:56:30.584Z | |
| 9613 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9614 | 2026-08-13T17:56:30.584Z | |
| 9615 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9616 | 2026-08-13T17:56:30.584Z | |
| 9617 | 2026-08-13T17:56:30.584Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9618 | 2026-08-13T17:56:30.589Z | |
| 9619 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 172.17.0.25/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 } }] |
| 9620 | 2026-08-13T17:56:30.589Z | |
| 9621 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9622 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.158 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9623 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9624 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 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 } }] |
| 9625 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 INFO |
| 9626 | 2026-08-13T17:56:30.589Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 9627 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 DEBGAug 13 17:56:29.159 replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9628 | 2026-08-13T17:56:30.589Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9629 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 INFOAug 13 17:56:29.159 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 9630 | 2026-08-13T17:56:30.589Z | 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 } }] |
| 9631 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 DEBGAug 13 17:56:29.159 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9632 | 2026-08-13T17:56:30.589Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9633 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 DEBGAug 13 17:56:29.159 failed to allocate space for the new target listDEBG |
| 9634 | 2026-08-13T17:56:30.589Z | 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 } }] |
| 9635 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 DEBGAug 13 17:56:29.159 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 9636 | 2026-08-13T17:56:30.589Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9637 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 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 } }] |
| 9638 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9639 | 2026-08-13T17:56:30.589Z | Aug 13 17:56:29.159 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 } }] |
| 9640 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9641 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9642 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9643 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9644 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9645 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9646 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9647 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9648 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9649 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9650 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9651 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9652 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9653 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9654 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9655 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9656 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9657 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9658 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9659 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9660 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9661 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9662 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9663 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9664 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9665 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9666 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9667 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9668 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9669 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9670 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9671 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9672 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9673 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9674 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9675 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9676 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9677 | 2026-08-13T17:56:30.590Z | Aug 13 17:56:29.159 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 } }] |
| 9678 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9679 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9680 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9681 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9682 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9683 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9684 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9685 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9686 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9687 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9688 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9689 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9690 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9691 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9692 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9693 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9694 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9695 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9696 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9697 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9698 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9699 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9700 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9701 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9702 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG failed to allocate space for the new target list |
| 9703 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9704 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9705 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9706 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9707 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG reset freemap, unit: freemap_route_ipv4 |
| 9708 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 9709 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 DEBG reset freemap, unit: freemap_route_ipv6 |
| 9710 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9711 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9712 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9713 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9714 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9715 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.159 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 } }] |
| 9716 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9717 | 2026-08-13T17:56:30.591Z | Aug 13 17:56:29.160 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 } }] |
| 9718 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9719 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9720 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9721 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9722 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9723 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9724 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9725 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9726 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9727 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9728 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9729 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9730 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9731 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9732 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9733 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9734 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9735 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9736 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9737 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9738 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9739 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9740 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9741 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.160 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 } }] |
| 9742 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9743 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.165 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 } }] |
| 9744 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9745 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.165 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 } }] |
| 9746 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9747 | 2026-08-13T17:56:30.596Z | Aug 13 17:56:29.165 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 } }] |
| 9748 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9749 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9750 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9751 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9752 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9753 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9754 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9755 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9756 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9757 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9758 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9759 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9760 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9761 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9762 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9763 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9764 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9765 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9766 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9767 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9768 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9769 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9770 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9771 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9772 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9773 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9774 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9775 | 2026-08-13T17:56:30.597Z | test route::tests::delete_target_full ... ok |
| 9776 | 2026-08-13T17:56:30.597Z | |
| 9777 | 2026-08-13T17:56:30.597Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 9778 | 2026-08-13T17:56:30.597Z | |
| 9779 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9780 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9781 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9782 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9783 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9784 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9785 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 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 } }] |
| 9786 | 2026-08-13T17:56:30.597Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9787 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.165 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 } }] |
| 9788 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9789 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.165 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 } }] |
| 9790 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.165 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9791 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9792 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9793 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9794 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9795 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9796 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9797 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9798 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9799 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9800 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9801 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9802 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9803 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.166 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 } }] |
| 9804 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9805 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9806 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9807 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9808 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9809 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9810 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9811 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9812 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9813 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9814 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9815 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9816 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9817 | 2026-08-13T17:56:30.598Z | Aug 13 17:56:29.173 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 } }] |
| 9818 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9819 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9820 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9821 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9822 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9823 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9824 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9825 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9826 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9827 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9828 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9829 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9830 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9831 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9832 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9833 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9834 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9835 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9836 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9837 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9838 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9839 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9840 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9841 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9842 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9843 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9844 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 DEBG failed to allocate space for the new target list |
| 9845 | 2026-08-13T17:56:30.603Z | Aug 13 17:56:29.173 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 } }] |
| 9846 | 2026-08-13T17:56:30.603Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9847 | 2026-08-13T17:56:30.603Z | |
| 9848 | 2026-08-13T17:56:30.603Z | running 0 tests |
| 9849 | 2026-08-13T17:56:30.603Z | |
| 9850 | 2026-08-13T17:56:30.603Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9851 | 2026-08-13T17:56:30.603Z | |
| 9852 | 2026-08-13T17:56:30.603Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9853 | 2026-08-13T17:56:30.604Z | |
| 9854 | 2026-08-13T17:56:30.604Z | running 0 tests |
| 9855 | 2026-08-13T17:56:30.604Z | |
| 9856 | 2026-08-13T17:56:30.604Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9857 | 2026-08-13T17:56:30.604Z | |
| 9858 | 2026-08-13T17:56:30.604Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9859 | 2026-08-13T17:56:30.604Z | |
| 9860 | 2026-08-13T17:56:30.604Z | running 6 tests |
| 9861 | 2026-08-13T17:56:30.604Z | test tests::test_full_lot_id_both_present ... ok |
| 9862 | 2026-08-13T17:56:30.604Z | test tests::test_full_lot_id_lot_only ... ok |
| 9863 | 2026-08-13T17:56:30.604Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9864 | 2026-08-13T17:56:30.604Z | test tests::test_full_lot_id_neither_present ... ok |
| 9865 | 2026-08-13T17:56:30.604Z | test tests::test_port_id_cmp ... ok |
| 9866 | 2026-08-13T17:56:30.604Z | test tests::test_parse_client_port_id ... ok |
| 9867 | 2026-08-13T17:56:30.604Z | |
| 9868 | 2026-08-13T17:56:30.604Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9869 | 2026-08-13T17:56:30.604Z | |
| 9870 | 2026-08-13T17:56:30.604Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9871 | 2026-08-13T17:56:30.607Z | |
| 9872 | 2026-08-13T17:56:30.607Z | running 6 tests |
| 9873 | 2026-08-13T17:56:33.612Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9874 | 2026-08-13T17:56:33.616Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9875 | 2026-08-13T17:56:33.616Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9876 | 2026-08-13T17:56:33.621Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9877 | 2026-08-13T17:56:33.952Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9878 | 2026-08-13T17:56:35.060Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9879 | 2026-08-13T17:56:35.060Z | |
| 9880 | 2026-08-13T17:56:35.060Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.46s |
| 9881 | 2026-08-13T17:56:35.060Z | |
| 9882 | 2026-08-13T17:56:35.067Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9883 | 2026-08-13T17:56:35.073Z | |
| 9884 | 2026-08-13T17:56:35.073Z | running 0 tests |
| 9885 | 2026-08-13T17:56:35.073Z | |
| 9886 | 2026-08-13T17:56:35.076Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-08-13T17:56:35.076Z | |
| 9888 | 2026-08-13T17:56:35.076Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9889 | 2026-08-13T17:56:35.080Z | |
| 9890 | 2026-08-13T17:56:35.080Z | running 0 tests |
| 9891 | 2026-08-13T17:56:35.080Z | |
| 9892 | 2026-08-13T17:56:35.080Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9893 | 2026-08-13T17:56:35.080Z | |
| 9894 | 2026-08-13T17:56:35.080Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9895 | 2026-08-13T17:56:35.089Z | |
| 9896 | 2026-08-13T17:56:35.089Z | running 12 tests |
| 9897 | 2026-08-13T17:56:35.095Z | test icmp::test_v6_checksum ... ok |
| 9898 | 2026-08-13T17:56:35.095Z | test lldp::test_lldp_parse ... ok |
| 9899 | 2026-08-13T17:56:35.095Z | test icmp::test_v4_checksum ... ok |
| 9900 | 2026-08-13T17:56:35.095Z | test ipv6::test_ipv6_parse ... ok |
| 9901 | 2026-08-13T17:56:35.095Z | test pbuf::test_byte ... ok |
| 9902 | 2026-08-13T17:56:35.095Z | test pbuf::test_nibble ... ok |
| 9903 | 2026-08-13T17:56:35.095Z | test pbuf::test_overflow ... ok |
| 9904 | 2026-08-13T17:56:35.095Z | test pbuf::test_short ... ok |
| 9905 | 2026-08-13T17:56:35.095Z | test pbuf::test_twelve ... ok |
| 9906 | 2026-08-13T17:56:35.095Z | test pbuf::test_word ... ok |
| 9907 | 2026-08-13T17:56:35.095Z | test tcp::test_checksum_syn_nodata ... ok |
| 9908 | 2026-08-13T17:56:35.095Z | test tcp::test_checksum_ack_data ... ok |
| 9909 | 2026-08-13T17:56:35.095Z | |
| 9910 | 2026-08-13T17:56:35.096Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9911 | 2026-08-13T17:56:35.096Z | |
| 9912 | 2026-08-13T17:56:35.096Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9913 | 2026-08-13T17:56:35.099Z | |
| 9914 | 2026-08-13T17:56:35.099Z | running 0 tests |
| 9915 | 2026-08-13T17:56:35.099Z | |
| 9916 | 2026-08-13T17:56:35.099Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9917 | 2026-08-13T17:56:35.100Z | |
| 9918 | 2026-08-13T17:56:35.100Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9919 | 2026-08-13T17:56:35.108Z | |
| 9920 | 2026-08-13T17:56:35.108Z | running 5 tests |
| 9921 | 2026-08-13T17:56:35.113Z | test switchport::test::test_compute_lanes ... ok |
| 9922 | 2026-08-13T17:56:35.116Z | test switchport::test::port_id_ordering ... ok |
| 9923 | 2026-08-13T17:56:35.116Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9924 | 2026-08-13T17:56:35.116Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 9925 | 2026-08-13T17:56:35.116Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 9926 | 2026-08-13T17:56:35.116Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 9927 | 2026-08-13T17:56:35.116Z | Tx Enabled: Yes Yes Yes Yes |
| 9928 | 2026-08-13T17:56:35.117Z | Tx Loss-of-lock: No Lane 0 No NoLane 1 No |
| 9929 | 2026-08-13T17:56:35.117Z | Lane 2 Tx Loss-of-signal: No No Lane 3No |
| 9930 | 2026-08-13T17:56:35.117Z | No State: Activated |
| 9931 | 2026-08-13T17:56:35.117Z | Tx CDR Enabled: No Activated NoActivated NoActivated |
| 9932 | 2026-08-13T17:56:35.117Z | No |
| 9933 | 2026-08-13T17:56:35.117Z | Rx Output Enabled: false false Tx Adaptive EQ Fault: No Nofalse falseNo |
| 9934 | 2026-08-13T17:56:35.117Z | Rx Output Status: validNo |
| 9935 | 2026-08-13T17:56:35.117Z | Tx Fault: Yes valid Yes Yesvalid validYes |
| 9936 | 2026-08-13T17:56:35.117Z | |
| 9937 | 2026-08-13T17:56:35.117Z | Rx Loss-of-lock: true true true true |
| 9938 | 2026-08-13T17:56:35.117Z | Rx Loss-of-signal: false false false false |
| 9939 | 2026-08-13T17:56:35.117Z | Rx Auto-squelch Disable: true true true true |
| 9940 | 2026-08-13T17:56:35.117Z | Tx Output Enabled: true true true true |
| 9941 | 2026-08-13T17:56:35.117Z | test link::test_filter ... Tx Output Status: invalid invalid okinvalid invalid |
| 9942 | 2026-08-13T17:56:35.117Z | |
| 9943 | 2026-08-13T17:56:35.117Z | Tx Loss-of-lock: false false false false |
| 9944 | 2026-08-13T17:56:35.117Z | Tx Loss-of-signal: true true true true |
| 9945 | 2026-08-13T17:56:35.117Z | Tx Auto-squelch Disable: false false false false |
| 9946 | 2026-08-13T17:56:35.117Z | Tx Adaptive EQ Fail: true true true true |
| 9947 | 2026-08-13T17:56:35.117Z | Tx Failure: false false false false |
| 9948 | 2026-08-13T17:56:35.117Z | Tx Force Squelch: true true true true |
| 9949 | 2026-08-13T17:56:35.117Z | Tx Input Polarity: normal normal normal normal |
| 9950 | 2026-08-13T17:56:35.117Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9951 | 2026-08-13T17:56:35.117Z | test switchport::test::test_print_sff_datapath ... ok |
| 9952 | 2026-08-13T17:56:35.117Z | |
| 9953 | 2026-08-13T17:56:35.117Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9954 | 2026-08-13T17:56:35.117Z | |
| 9955 | 2026-08-13T17:56:35.118Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9956 | 2026-08-13T17:56:35.122Z | |
| 9957 | 2026-08-13T17:56:35.122Z | running 1 test |
| 9958 | 2026-08-13T17:56:35.122Z | test test_p4_counter_list ... ignored |
| 9959 | 2026-08-13T17:56:35.122Z | |
| 9960 | 2026-08-13T17:56:35.122Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9961 | 2026-08-13T17:56:35.122Z | |
| 9962 | 2026-08-13T17:56:35.122Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9963 | 2026-08-13T17:56:35.122Z | |
| 9964 | 2026-08-13T17:56:35.122Z | running 5 tests |
| 9965 | 2026-08-13T17:56:35.122Z | test test_an ... ignored |
| 9966 | 2026-08-13T17:56:35.122Z | test test_enable ... ignored |
| 9967 | 2026-08-13T17:56:35.122Z | test test_ip_addresses ... ignored |
| 9968 | 2026-08-13T17:56:35.122Z | test test_kr ... ignored |
| 9969 | 2026-08-13T17:56:35.122Z | test test_mac ... ignored |
| 9970 | 2026-08-13T17:56:35.122Z | |
| 9971 | 2026-08-13T17:56:35.122Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9972 | 2026-08-13T17:56:35.122Z | |
| 9973 | 2026-08-13T17:56:35.122Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9974 | 2026-08-13T17:56:35.126Z | |
| 9975 | 2026-08-13T17:56:35.126Z | running 3 tests |
| 9976 | 2026-08-13T17:56:35.126Z | test linklocal::test_parse_ipadm ... ok |
| 9977 | 2026-08-13T17:56:35.126Z | test tfport::test_parse_tfport ... ok |
| 9978 | 2026-08-13T17:56:35.126Z | test config::tests::test_updates ... ok |
| 9979 | 2026-08-13T17:56:35.126Z | |
| 9980 | 2026-08-13T17:56:35.126Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-08-13T17:56:35.126Z | |
| 9982 | 2026-08-13T17:56:35.126Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9983 | 2026-08-13T17:56:35.129Z | |
| 9984 | 2026-08-13T17:56:35.129Z | running 0 tests |
| 9985 | 2026-08-13T17:56:35.129Z | |
| 9986 | 2026-08-13T17:56:35.129Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-08-13T17:56:35.130Z | |
| 9988 | 2026-08-13T17:56:35.134Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9989 | 2026-08-13T17:56:35.137Z | |
| 9990 | 2026-08-13T17:56:35.137Z | running 0 tests |
| 9991 | 2026-08-13T17:56:35.137Z | |
| 9992 | 2026-08-13T17:56:35.137Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-08-13T17:56:35.137Z | |
| 9994 | 2026-08-13T17:56:35.137Z | Doc-tests aal |
| 9995 | 2026-08-13T17:56:35.311Z | |
| 9996 | 2026-08-13T17:56:35.311Z | running 0 tests |
| 9997 | 2026-08-13T17:56:35.311Z | |
| 9998 | 2026-08-13T17:56:35.314Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-08-13T17:56:35.314Z | |
| 10000 | 2026-08-13T17:56:35.330Z | Doc-tests aal_macros |
| 10001 | 2026-08-13T17:56:35.404Z | |
| 10002 | 2026-08-13T17:56:35.405Z | running 0 tests |
| 10003 | 2026-08-13T17:56:35.405Z | |
| 10004 | 2026-08-13T17:56:35.405Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-08-13T17:56:35.405Z | |
| 10006 | 2026-08-13T17:56:35.418Z | Doc-tests common |
| 10007 | 2026-08-13T17:56:35.658Z | |
| 10008 | 2026-08-13T17:56:35.658Z | running 0 tests |
| 10009 | 2026-08-13T17:56:35.658Z | |
| 10010 | 2026-08-13T17:56:35.658Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10011 | 2026-08-13T17:56:35.658Z | |
| 10012 | 2026-08-13T17:56:35.681Z | Doc-tests dpd_api |
| 10013 | 2026-08-13T17:56:36.520Z | |
| 10014 | 2026-08-13T17:56:36.520Z | running 2 tests |
| 10015 | 2026-08-13T17:56:36.521Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10016 | 2026-08-13T17:56:36.521Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10017 | 2026-08-13T17:56:36.521Z | |
| 10018 | 2026-08-13T17:56:36.521Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-08-13T17:56:36.521Z | |
| 10020 | 2026-08-13T17:56:36.554Z | Doc-tests dpd_client |
| 10021 | 2026-08-13T17:56:37.830Z | |
| 10022 | 2026-08-13T17:56:37.830Z | running 0 tests |
| 10023 | 2026-08-13T17:56:37.830Z | |
| 10024 | 2026-08-13T17:56:37.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-08-13T17:56:37.830Z | |
| 10026 | 2026-08-13T17:56:37.879Z | Doc-tests dpd_types |
| 10027 | 2026-08-13T17:56:38.094Z | |
| 10028 | 2026-08-13T17:56:38.094Z | running 0 tests |
| 10029 | 2026-08-13T17:56:38.094Z | |
| 10030 | 2026-08-13T17:56:38.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10031 | 2026-08-13T17:56:38.094Z | |
| 10032 | 2026-08-13T17:56:38.122Z | Doc-tests dpd_types_versions |
| 10033 | 2026-08-13T17:56:39.336Z | |
| 10034 | 2026-08-13T17:56:39.336Z | running 1 test |
| 10035 | 2026-08-13T17:56:39.336Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10036 | 2026-08-13T17:56:39.336Z | |
| 10037 | 2026-08-13T17:56:39.336Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-13T17:56:39.336Z | |
| 10039 | 2026-08-13T17:56:39.384Z | Doc-tests packet |
| 10040 | 2026-08-13T17:56:39.500Z | |
| 10041 | 2026-08-13T17:56:39.500Z | running 0 tests |
| 10042 | 2026-08-13T17:56:39.500Z | |
| 10043 | 2026-08-13T17:56:39.500Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-13T17:56:39.500Z | |
| 10045 | 2026-08-13T17:56:39.518Z | Doc-tests pcap |
| 10046 | 2026-08-13T17:56:39.573Z | |
| 10047 | 2026-08-13T17:56:39.573Z | running 0 tests |
| 10048 | 2026-08-13T17:56:39.573Z | |
| 10049 | 2026-08-13T17:56:39.573Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10050 | 2026-08-13T17:56:39.573Z | |
| 10051 | 2026-08-13T17:56:39.624Z | process exited: duration 594712 ms, exit code 0 |
| |
| 10052 | 2026-08-13T17:56:39.631Z | found 0 output files |