|
|
|
| 1 | 2026-03-11T15:25:46.442Z | job assigned to worker 01KKEQY1M1J6QT8W57A7QBE8ZX [factory aws, i-0c8710272634ebd87] (queued for 2 m 12 s) |
| |
| 2 | 2026-03-11T15:25:54.388Z | starting task 0: "setup" |
| 3 | 2026-03-11T15:25:54.394Z | ++ uname -s |
| 4 | 2026-03-11T15:25:54.397Z | + kern=SunOS |
| 5 | 2026-03-11T15:25:54.397Z | + build_user=build |
| 6 | 2026-03-11T15:25:54.397Z | + build_uid=12345 |
| 7 | 2026-03-11T15:25:54.397Z | + work_dir=/work |
| 8 | 2026-03-11T15:25:54.397Z | + input_dir=/input |
| 9 | 2026-03-11T15:25:54.397Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T15:25:54.397Z | + case "$kern" in |
| 11 | 2026-03-11T15:25:54.397Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T15:25:54.400Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T15:25:56.405Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T15:25:56.525Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T15:25:56.528Z | + home_fs=zfs |
| 16 | 2026-03-11T15:25:56.528Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T15:25:56.528Z | + mkdir -p /home/build |
| 18 | 2026-03-11T15:25:56.531Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T15:25:58.531Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T15:25:58.534Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-03-11T15:25:58.540Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T15:25:58.544Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-03-11T15:25:58.544Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-11T15:25:58.545Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-11T15:25:58.545Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-11T15:25:58.547Z | * rust toolchain channel = "1.90.0" |
| 27 | 2026-03-11T15:25:58.547Z | * rust toolchain profile = "default" |
| 28 | 2026-03-11T15:25:58.547Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T15:25:58.548Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-03-11T15:25:58.675Z | info: downloading installer |
| 31 | 2026-03-11T15:26:00.366Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T15:26:00.366Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T15:26:00.366Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T15:26:00.366Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T15:26:00.366Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T15:26:00.366Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T15:26:00.366Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T15:26:00.366Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T15:26:00.366Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T15:26:00.378Z | info: profile set to 'default' |
| 41 | 2026-03-11T15:26:00.378Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T15:26:00.381Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-03-11T15:26:00.533Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-03-11T15:26:00.533Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T15:26:01.669Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T15:26:02.114Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T15:26:03.614Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T15:26:05.621Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T15:26:14.699Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T15:26:15.021Z | info: installing component 'cargo' |
| 51 | 2026-03-11T15:26:15.846Z | info: installing component 'clippy' |
| 52 | 2026-03-11T15:26:16.202Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T15:26:17.575Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T15:26:19.161Z | info: installing component 'rustc' |
| 55 | 2026-03-11T15:26:24.835Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T15:26:25.141Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-03-11T15:26:25.141Z | |
| 58 | 2026-03-11T15:26:25.524Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-03-11T15:26:25.524Z | |
| 60 | 2026-03-11T15:26:25.527Z | |
| 61 | 2026-03-11T15:26:25.527Z | Rust is installed now. Great! |
| 62 | 2026-03-11T15:26:25.527Z | |
| 63 | 2026-03-11T15:26:25.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T15:26:25.527Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T15:26:25.527Z | |
| 66 | 2026-03-11T15:26:25.527Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T15:26:25.527Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T15:26:25.527Z | |
| 69 | 2026-03-11T15:26:25.527Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T15:26:25.527Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T15:26:25.527Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T15:26:25.527Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T15:26:25.616Z | + rustup --version |
| 74 | 2026-03-11T15:26:25.627Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T15:26:25.630Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T15:26:25.707Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-03-11T15:26:25.710Z | + cargo --version |
| 78 | 2026-03-11T15:26:25.771Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-03-11T15:26:25.774Z | + rustc --version |
| 80 | 2026-03-11T15:26:25.843Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-03-11T15:26:25.847Z | process exited: duration 27305 ms, exit code 0 |
| |
| 82 | 2026-03-11T15:26:25.852Z | starting task 2: "authentication" |
| 83 | 2026-03-11T15:26:25.872Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-11T15:26:25.878Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T15:26:25.882Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-03-11T15:26:25.884Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-03-11T15:26:25.916Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-03-11T15:26:27.066Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-03-11T15:26:27.066Z | + git fetch origin 637da9e9fbbcb26b5d4465e9c6e8f220813ebefd |
| 90 | 2026-03-11T15:26:27.311Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-03-11T15:26:27.311Z | * branch 637da9e9fbbcb26b5d4465e9c6e8f220813ebefd -> FETCH_HEAD |
| 92 | 2026-03-11T15:26:27.319Z | + [[ -n tables ]] |
| 93 | 2026-03-11T15:26:27.321Z | ++ git branch --show-current |
| 94 | 2026-03-11T15:26:27.324Z | + current=main |
| 95 | 2026-03-11T15:26:27.324Z | + [[ main != tables ]] |
| 96 | 2026-03-11T15:26:27.324Z | + git branch -f tables 637da9e9fbbcb26b5d4465e9c6e8f220813ebefd |
| 97 | 2026-03-11T15:26:27.327Z | + git checkout -f tables |
| 98 | 2026-03-11T15:26:27.350Z | Switched to branch 'tables' |
| 99 | 2026-03-11T15:26:27.353Z | + git reset --hard 637da9e9fbbcb26b5d4465e9c6e8f220813ebefd |
| 100 | 2026-03-11T15:26:27.374Z | HEAD is now at 637da9e fix tests |
| 101 | 2026-03-11T15:26:27.377Z | process exited: duration 1497 ms, exit code 0 |
| |
| 102 | 2026-03-11T15:26:27.382Z | starting task 4: "build" |
| 103 | 2026-03-11T15:26:27.387Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-11T15:26:27.389Z | ++ TOFINO_STAGES=20 |
| 105 | 2026-03-11T15:26:27.389Z | ++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 106 | 2026-03-11T15:26:27.390Z | ++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 107 | 2026-03-11T15:26:27.390Z | ++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163 |
| 108 | 2026-03-11T15:26:27.390Z | +++ uname -s |
| 109 | 2026-03-11T15:26:27.390Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-03-11T15:26:27.390Z | ++ SERIES=illumos |
| 111 | 2026-03-11T15:26:27.392Z | +++ uname -s |
| 112 | 2026-03-11T15:26:27.392Z | ++ '[' SunOS == SunOS ']' |
| 113 | 2026-03-11T15:26:27.392Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 114 | 2026-03-11T15:26:27.392Z | ++ rustup show active-toolchain |
| 115 | 2026-03-11T15:26:27.437Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 116 | 2026-03-11T15:26:27.439Z | + source .github/buildomat/illumos.sh |
| 117 | 2026-03-11T15:26:27.439Z | ++ banner 'sde setup' |
| 118 | 2026-03-11T15:26:27.442Z | |
| 119 | 2026-03-11T15:26:27.442Z | #### ##### ###### #### ###### ##### # # ##### |
| 120 | 2026-03-11T15:26:27.442Z | # # # # # # # # # # # |
| 121 | 2026-03-11T15:26:27.442Z | #### # # ##### #### ##### # # # # # |
| 122 | 2026-03-11T15:26:27.442Z | # # # # # # # # # ##### |
| 123 | 2026-03-11T15:26:27.442Z | # # # # # # # # # # # # |
| 124 | 2026-03-11T15:26:27.443Z | #### ##### ###### #### ###### # #### # |
| 125 | 2026-03-11T15:26:27.443Z | |
| 126 | 2026-03-11T15:26:27.443Z | ++ export PKG=tofino_sde.p5p |
| 127 | 2026-03-11T15:26:27.443Z | ++ PKG=tofino_sde.p5p |
| 128 | 2026-03-11T15:26:27.443Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p |
| 129 | 2026-03-11T15:26:27.449Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-03-11T15:26:27.452Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-03-11T15:26:28.765Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
57 76.0M 57 43.7M 0 0 51.6M 0 0:00:01 --:--:-- 0:00:01 51.6M
100 76.0M 100 76.0M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.9M |
| 132 | 2026-03-11T15:26:28.768Z | +++ digest -a sha256 tofino_sde.p5p |
| 133 | 2026-03-11T15:26:28.826Z | ++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 134 | 2026-03-11T15:26:28.829Z | ++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']' |
| 135 | 2026-03-11T15:26:28.829Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 136 | 2026-03-11T15:26:37.118Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-11T15:26:46.557Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-11T15:26:46.723Z | Startup: Refreshing catalog 'oxide' ... Done |
| 139 | 2026-03-11T15:27:10.705Z | Planning: Solver setup ... Done |
| 140 | 2026-03-11T15:27:10.849Z | Planning: Running solver ... Done |
| 141 | 2026-03-11T15:27:11.030Z | Planning: Finding local manifests ... Done |
| 142 | 2026-03-11T15:27:11.033Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-03-11T15:27:11.039Z | Planning: Fetching manifests: 1/1 100% complete |
| 144 | 2026-03-11T15:27:11.055Z | Planning: Package planning ... Done |
| 145 | 2026-03-11T15:27:11.058Z | Planning: Merging actions ... Done |
| 146 | 2026-03-11T15:27:11.177Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-03-11T15:27:11.179Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-03-11T15:27:12.034Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-03-11T15:27:12.037Z | Planning: Planning completed in 25.31 seconds |
| 150 | 2026-03-11T15:27:12.043Z | Packages to install: 1 |
| 151 | 2026-03-11T15:27:12.046Z | Create boot environment: No |
| 152 | 2026-03-11T15:27:12.046Z | Create backup boot environment: No |
| 153 | 2026-03-11T15:27:12.087Z | |
| 154 | 2026-03-11T15:27:12.087Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 155 | 2026-03-11T15:27:12.310Z | Download: Completed 75.30 MB in 0.22 seconds (337M/s) |
| 156 | 2026-03-11T15:27:12.489Z | Actions: 1/293 actions (Installing new actions) |
| 157 | 2026-03-11T15:27:13.758Z | Actions: Completed 293 actions in 1.27 seconds. |
| 158 | 2026-03-11T15:27:13.762Z | Done |
| 159 | 2026-03-11T15:27:13.815Z | Done |
| 160 | 2026-03-11T15:27:14.746Z | Done |
| 161 | 2026-03-11T15:27:18.701Z | Done |
| 162 | 2026-03-11T15:27:18.782Z | Done |
| 163 | 2026-03-11T15:27:18.785Z | Done |
| 164 | 2026-03-11T15:27:18.891Z | Done |
| 165 | 2026-03-11T15:27:19.578Z | ++ export SDE=/opt/oxide/tofino_sde |
| 166 | 2026-03-11T15:27:19.579Z | ++ SDE=/opt/oxide/tofino_sde |
| 167 | 2026-03-11T15:27:19.579Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-03-11T15:27:19.579Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 169 | 2026-03-11T15:27:19.579Z | ++ banner packages |
| 170 | 2026-03-11T15:27:19.582Z | |
| 171 | 2026-03-11T15:27:19.582Z | ##### ## #### # # ## #### ###### #### |
| 172 | 2026-03-11T15:27:19.582Z | # # # # # # # # # # # # # # |
| 173 | 2026-03-11T15:27:19.582Z | # # # # # #### # # # ##### #### |
| 174 | 2026-03-11T15:27:19.582Z | ##### ###### # # # ###### # ### # # |
| 175 | 2026-03-11T15:27:19.582Z | # # # # # # # # # # # # # # |
| 176 | 2026-03-11T15:27:19.582Z | # # # #### # # # # #### ###### #### |
| 177 | 2026-03-11T15:27:19.582Z | |
| 178 | 2026-03-11T15:27:19.582Z | ++ pfexec pkg install clang-15 pcap |
| 179 | 2026-03-11T15:27:20.102Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 180 | 2026-03-11T15:27:20.105Z | Startup: Refreshing catalog 'oxide' ... Done |
| 181 | 2026-03-11T15:27:41.139Z | Planning: Solver setup ... Done |
| 182 | 2026-03-11T15:27:41.283Z | Planning: Running solver ... Done |
| 183 | 2026-03-11T15:27:41.465Z | Planning: Finding local manifests ... Done |
| 184 | 2026-03-11T15:27:41.468Z | Planning: Fetching manifests: 0/2 0% complete |
| 185 | 2026-03-11T15:27:41.692Z | Planning: Fetching manifests: 2/2 100% complete |
| 186 | 2026-03-11T15:27:41.732Z | Planning: Package planning ... Done |
| 187 | 2026-03-11T15:27:41.769Z | Planning: Merging actions ... Done |
| 188 | 2026-03-11T15:27:41.907Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-11T15:27:41.916Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-11T15:27:42.359Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-11T15:27:42.366Z | Planning: Planning completed in 22.26 seconds |
| 192 | 2026-03-11T15:27:42.376Z | Packages to install: 2 |
| 193 | 2026-03-11T15:27:42.379Z | Mediators to change: 2 |
| 194 | 2026-03-11T15:27:42.379Z | Services to change: 1 |
| 195 | 2026-03-11T15:27:42.379Z | Create boot environment: No |
| 196 | 2026-03-11T15:27:42.379Z | Create backup boot environment: No |
| 197 | 2026-03-11T15:27:42.415Z | |
| 198 | 2026-03-11T15:27:42.415Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 199 | 2026-03-11T15:27:47.417Z | Download: 2204/3076 items 118.8/211.3MB 56% complete (24.0M/s) |
| 200 | 2026-03-11T15:27:50.532Z | Download: Completed 211.31 MB in 8.12 seconds (26.0M/s) |
| 201 | 2026-03-11T15:27:50.763Z | Actions: 1/3418 actions (Installing new actions) |
| 202 | 2026-03-11T15:27:54.788Z | Actions: Completed 3418 actions in 4.02 seconds. |
| 203 | 2026-03-11T15:27:55.430Z | Done |
| 204 | 2026-03-11T15:27:55.431Z | Done |
| 205 | 2026-03-11T15:27:56.411Z | Done |
| 206 | 2026-03-11T15:28:00.092Z | Done |
| 207 | 2026-03-11T15:28:00.177Z | Done |
| 208 | 2026-03-11T15:28:00.180Z | Done |
| 209 | 2026-03-11T15:28:00.348Z | Done |
| 210 | 2026-03-11T15:28:00.512Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 211 | 2026-03-11T15:28:00.774Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2026-03-11T15:28:00.918Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2026-03-11T15:28:00.920Z | Planning: Consolidating action changes ... Done |
| 214 | 2026-03-11T15:28:01.141Z | Planning: Evaluating mediators ... Done |
| 215 | 2026-03-11T15:28:01.145Z | Planning: Planning completed in 0.37 seconds |
| 216 | 2026-03-11T15:28:01.169Z | Mediators to change: 2 |
| 217 | 2026-03-11T15:28:01.169Z | Create boot environment: No |
| 218 | 2026-03-11T15:28:01.172Z | Create backup boot environment: No |
| 219 | 2026-03-11T15:28:01.232Z | Done |
| 220 | 2026-03-11T15:28:01.232Z | Done |
| 221 | 2026-03-11T15:28:01.980Z | Done |
| 222 | 2026-03-11T15:28:05.264Z | Done |
| 223 | 2026-03-11T15:28:05.346Z | Done |
| 224 | 2026-03-11T15:28:05.349Z | Done |
| 225 | 2026-03-11T15:28:05.509Z | Done |
| 226 | 2026-03-11T15:28:05.591Z | ++ cargo --version |
| 227 | 2026-03-11T15:28:05.645Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 228 | 2026-03-11T15:28:05.648Z | ++ rustc --version |
| 229 | 2026-03-11T15:28:05.717Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 230 | 2026-03-11T15:28:05.720Z | + banner copyrights |
| 231 | 2026-03-11T15:28:05.723Z | |
| 232 | 2026-03-11T15:28:05.723Z | #### #### ##### # # ##### # #### # # ##### #### |
| 233 | 2026-03-11T15:28:05.723Z | # # # # # # # # # # # # # # # # # |
| 234 | 2026-03-11T15:28:05.723Z | # # # # # # # # # # ###### # #### |
| 235 | 2026-03-11T15:28:05.723Z | # # # ##### # ##### # # ### # # # # |
| 236 | 2026-03-11T15:28:05.723Z | # # # # # # # # # # # # # # # # |
| 237 | 2026-03-11T15:28:05.723Z | #### #### # # # # # #### # # # #### |
| 238 | 2026-03-11T15:28:05.723Z | |
| 239 | 2026-03-11T15:28:05.723Z | + ./tools/check_copyrights.sh |
| 240 | 2026-03-11T15:28:06.089Z | common/src/illumos.rs: Copyright with wrong year |
| 241 | 2026-03-11T15:28:07.137Z | packet/src/eth.rs: Copyright with wrong year |
| 242 | 2026-03-11T15:28:07.632Z | tools/run_dpd.sh: Copyright with wrong year |
| 243 | 2026-03-11T15:28:07.759Z | + banner clippy |
| 244 | 2026-03-11T15:28:07.762Z | |
| 245 | 2026-03-11T15:28:07.762Z | #### # # ##### ##### # # |
| 246 | 2026-03-11T15:28:07.762Z | # # # # # # # # # # |
| 247 | 2026-03-11T15:28:07.762Z | # # # # # # # # |
| 248 | 2026-03-11T15:28:07.762Z | # # # ##### ##### # |
| 249 | 2026-03-11T15:28:07.762Z | # # # # # # # |
| 250 | 2026-03-11T15:28:07.762Z | #### ###### # # # # |
| 251 | 2026-03-11T15:28:07.762Z | |
| 252 | 2026-03-11T15:28:07.762Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 253 | 2026-03-11T15:28:07.762Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 254 | 2026-03-11T15:28:08.038Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 255 | 2026-03-11T15:28:21.585Z | Updating crates.io index |
| 256 | 2026-03-11T15:28:21.588Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-03-11T15:28:21.879Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2026-03-11T15:28:24.858Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 259 | 2026-03-11T15:28:25.173Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 260 | 2026-03-11T15:28:25.447Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 261 | 2026-03-11T15:28:26.711Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-03-11T15:28:27.019Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 263 | 2026-03-11T15:28:27.407Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-03-11T15:28:27.901Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 265 | 2026-03-11T15:28:28.233Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 266 | 2026-03-11T15:28:28.580Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 267 | 2026-03-11T15:28:29.061Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2026-03-11T15:28:29.620Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-03-11T15:28:30.028Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-03-11T15:28:31.518Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-03-11T15:28:31.840Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 272 | 2026-03-11T15:28:32.117Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-03-11T15:28:32.501Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-03-11T15:28:33.051Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-03-11T15:28:33.443Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-03-11T15:28:33.758Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-03-11T15:28:34.119Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 278 | 2026-03-11T15:28:36.154Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 279 | 2026-03-11T15:28:36.895Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 280 | 2026-03-11T15:28:38.648Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 281 | 2026-03-11T15:28:40.896Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 282 | 2026-03-11T15:28:41.197Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 283 | 2026-03-11T15:28:41.937Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2026-03-11T15:28:43.708Z | Downloading crates ... |
| 285 | 2026-03-11T15:28:43.777Z | Downloaded adler2 v2.0.1 |
| 286 | 2026-03-11T15:28:43.784Z | Downloaded cookie v0.18.1 |
| 287 | 2026-03-11T15:28:43.789Z | Downloaded async-stream v0.3.6 |
| 288 | 2026-03-11T15:28:43.794Z | Downloaded daft-derive v0.1.4 |
| 289 | 2026-03-11T15:28:43.799Z | Downloaded atomic-waker v1.1.2 |
| 290 | 2026-03-11T15:28:43.801Z | Downloaded aead v0.5.2 |
| 291 | 2026-03-11T15:28:43.806Z | Downloaded cfg-if v1.0.3 |
| 292 | 2026-03-11T15:28:43.809Z | Downloaded embedded-io v0.6.1 |
| 293 | 2026-03-11T15:28:43.811Z | Downloaded atomicwrites v0.4.4 |
| 294 | 2026-03-11T15:28:43.814Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 295 | 2026-03-11T15:28:43.817Z | Downloaded backoff v0.4.0 |
| 296 | 2026-03-11T15:28:43.820Z | Downloaded git-stub-vcs v0.1.0 |
| 297 | 2026-03-11T15:28:43.823Z | Downloaded crucible-workspace-hack v0.1.0 |
| 298 | 2026-03-11T15:28:43.826Z | Downloaded derive-ex v0.1.8 |
| 299 | 2026-03-11T15:28:43.828Z | Downloaded crypto-bigint v0.5.5 |
| 300 | 2026-03-11T15:28:43.834Z | Downloaded indent_write v2.2.0 |
| 301 | 2026-03-11T15:28:43.837Z | Downloaded git-stub v1.0.0 |
| 302 | 2026-03-11T15:28:43.840Z | Downloaded heapless v0.8.0 |
| 303 | 2026-03-11T15:28:43.845Z | Downloaded cstr-argument v0.1.2 |
| 304 | 2026-03-11T15:28:43.847Z | Downloaded allocator-api2 v0.2.21 |
| 305 | 2026-03-11T15:28:43.851Z | Downloaded colorchoice v1.0.4 |
| 306 | 2026-03-11T15:28:43.854Z | Downloaded clap_lex v0.7.5 |
| 307 | 2026-03-11T15:28:43.856Z | Downloaded convert_case v0.4.0 |
| 308 | 2026-03-11T15:28:43.859Z | Downloaded darling_macro v0.21.3 |
| 309 | 2026-03-11T15:28:43.862Z | Downloaded hyper-tls v0.6.0 |
| 310 | 2026-03-11T15:28:43.864Z | Downloaded ff v0.13.1 |
| 311 | 2026-03-11T15:28:43.867Z | Downloaded getrandom v0.2.16 |
| 312 | 2026-03-11T15:28:43.870Z | Downloaded icu_normalizer v2.0.0 |
| 313 | 2026-03-11T15:28:43.874Z | Downloaded globset v0.4.16 |
| 314 | 2026-03-11T15:28:43.877Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 315 | 2026-03-11T15:28:43.880Z | Downloaded httpdate v1.0.3 |
| 316 | 2026-03-11T15:28:43.883Z | Downloaded heck v0.4.1 |
| 317 | 2026-03-11T15:28:43.886Z | Downloaded heck v0.5.0 |
| 318 | 2026-03-11T15:28:43.889Z | Downloaded http-body v1.0.1 |
| 319 | 2026-03-11T15:28:43.892Z | Downloaded defmt v0.3.100 |
| 320 | 2026-03-11T15:28:43.894Z | Downloaded foreign-types-shared v0.3.1 |
| 321 | 2026-03-11T15:28:43.897Z | Downloaded futures-io v0.3.31 |
| 322 | 2026-03-11T15:28:43.900Z | Downloaded foreign-types v0.5.0 |
| 323 | 2026-03-11T15:28:43.902Z | Downloaded dof v0.4.0 |
| 324 | 2026-03-11T15:28:43.905Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-03-11T15:28:43.905Z | Downloaded hubpack v0.1.2 |
| 326 | 2026-03-11T15:28:43.908Z | Downloaded foreign-types-shared v0.1.1 |
| 327 | 2026-03-11T15:28:43.910Z | Downloaded ident_case v1.0.1 |
| 328 | 2026-03-11T15:28:43.914Z | Downloaded embedded-io v0.4.0 |
| 329 | 2026-03-11T15:28:43.918Z | Downloaded instant v0.1.13 |
| 330 | 2026-03-11T15:28:43.918Z | Downloaded is-terminal v0.4.16 |
| 331 | 2026-03-11T15:28:43.921Z | Downloaded inout v0.1.4 |
| 332 | 2026-03-11T15:28:43.923Z | Downloaded itoa v1.0.15 |
| 333 | 2026-03-11T15:28:43.926Z | Downloaded deranged v0.5.3 |
| 334 | 2026-03-11T15:28:43.929Z | Downloaded highway v1.3.0 |
| 335 | 2026-03-11T15:28:43.931Z | Downloaded anstyle-parse v0.2.7 |
| 336 | 2026-03-11T15:28:43.934Z | Downloaded enum-as-inner v0.6.1 |
| 337 | 2026-03-11T15:28:43.937Z | Downloaded futures-macro v0.3.31 |
| 338 | 2026-03-11T15:28:43.940Z | Downloaded defmt-macros v1.0.1 |
| 339 | 2026-03-11T15:28:43.943Z | Downloaded cobs v0.3.0 |
| 340 | 2026-03-11T15:28:43.946Z | Downloaded bit-vec v0.8.0 |
| 341 | 2026-03-11T15:28:43.948Z | Downloaded hubpack_derive v0.1.1 |
| 342 | 2026-03-11T15:28:43.949Z | Downloaded internet-checksum v0.2.1 |
| 343 | 2026-03-11T15:28:43.951Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-03-11T15:28:43.954Z | Downloaded base64ct v1.8.0 |
| 345 | 2026-03-11T15:28:43.957Z | Downloaded kstat-rs v0.2.4 |
| 346 | 2026-03-11T15:28:43.959Z | Downloaded libscf-sys v1.1.0 |
| 347 | 2026-03-11T15:28:43.962Z | Downloaded dof v0.3.0 |
| 348 | 2026-03-11T15:28:43.965Z | Downloaded lru-cache v0.1.2 |
| 349 | 2026-03-11T15:28:43.968Z | Downloaded linked-hash-map v0.5.6 |
| 350 | 2026-03-11T15:28:43.968Z | Downloaded match_cfg v0.1.0 |
| 351 | 2026-03-11T15:28:43.970Z | Downloaded keccak v0.1.5 |
| 352 | 2026-03-11T15:28:43.973Z | Downloaded futures-channel v0.3.31 |
| 353 | 2026-03-11T15:28:43.976Z | Downloaded glob v0.3.3 |
| 354 | 2026-03-11T15:28:43.980Z | Downloaded find-msvc-tools v0.1.2 |
| 355 | 2026-03-11T15:28:43.980Z | Downloaded cargo_metadata v0.18.1 |
| 356 | 2026-03-11T15:28:43.983Z | Downloaded bitflags v1.3.2 |
| 357 | 2026-03-11T15:28:43.986Z | Downloaded managed v0.8.0 |
| 358 | 2026-03-11T15:28:43.989Z | Downloaded idna_adapter v1.2.1 |
| 359 | 2026-03-11T15:28:43.992Z | Downloaded digest v0.10.7 |
| 360 | 2026-03-11T15:28:43.995Z | Downloaded lru-slab v0.1.2 |
| 361 | 2026-03-11T15:28:43.997Z | Downloaded is_ci v1.2.0 |
| 362 | 2026-03-11T15:28:43.998Z | Downloaded macaddr v1.0.1 |
| 363 | 2026-03-11T15:28:44.001Z | Downloaded mime v0.3.17 |
| 364 | 2026-03-11T15:28:44.003Z | Downloaded newline-converter v0.3.0 |
| 365 | 2026-03-11T15:28:44.006Z | Downloaded memmap v0.7.0 |
| 366 | 2026-03-11T15:28:44.006Z | Downloaded newtype_derive v0.1.6 |
| 367 | 2026-03-11T15:28:44.009Z | Downloaded num-derive v0.3.3 |
| 368 | 2026-03-11T15:28:44.012Z | Downloaded daft v0.1.4 |
| 369 | 2026-03-11T15:28:44.015Z | Downloaded critical-section v1.2.0 |
| 370 | 2026-03-11T15:28:44.018Z | Downloaded num_threads v0.1.7 |
| 371 | 2026-03-11T15:28:44.021Z | Downloaded filetime v0.2.26 |
| 372 | 2026-03-11T15:28:44.021Z | Downloaded num-iter v0.1.45 |
| 373 | 2026-03-11T15:28:44.024Z | Downloaded crc32fast v1.5.0 |
| 374 | 2026-03-11T15:28:44.027Z | Downloaded olpc-cjson v0.1.4 |
| 375 | 2026-03-11T15:28:44.027Z | Downloaded libloading v0.8.9 |
| 376 | 2026-03-11T15:28:44.032Z | Downloaded ipnetwork v0.21.1 |
| 377 | 2026-03-11T15:28:44.034Z | Downloaded openssl-probe v0.1.6 |
| 378 | 2026-03-11T15:28:44.034Z | Downloaded parse-display v0.10.0 |
| 379 | 2026-03-11T15:28:44.037Z | Downloaded openssl-macros v0.1.1 |
| 380 | 2026-03-11T15:28:44.040Z | Downloaded jobserver v0.1.34 |
| 381 | 2026-03-11T15:28:44.043Z | Downloaded opaque-debug v0.3.1 |
| 382 | 2026-03-11T15:28:44.043Z | Downloaded blake2 v0.10.6 |
| 383 | 2026-03-11T15:28:44.046Z | Downloaded num_enum_derive v0.5.11 |
| 384 | 2026-03-11T15:28:44.048Z | Downloaded csv-core v0.1.12 |
| 385 | 2026-03-11T15:28:44.051Z | Downloaded lock_api v0.4.13 |
| 386 | 2026-03-11T15:28:44.054Z | Downloaded linear-map v1.2.0 |
| 387 | 2026-03-11T15:28:44.054Z | Downloaded bytecount v0.6.9 |
| 388 | 2026-03-11T15:28:44.057Z | Downloaded hyper-rustls v0.27.7 |
| 389 | 2026-03-11T15:28:44.060Z | Downloaded memoffset v0.9.1 |
| 390 | 2026-03-11T15:28:44.063Z | Downloaded ingot-macros v0.1.1 |
| 391 | 2026-03-11T15:28:44.066Z | Downloaded crossbeam-channel v0.5.15 |
| 392 | 2026-03-11T15:28:44.069Z | Downloaded native-tls v0.2.14 |
| 393 | 2026-03-11T15:28:44.071Z | Downloaded http v1.4.0 |
| 394 | 2026-03-11T15:28:44.074Z | Downloaded clap v4.5.50 |
| 395 | 2026-03-11T15:28:44.082Z | Downloaded pretty-hex v0.4.1 |
| 396 | 2026-03-11T15:28:44.084Z | Downloaded proc-macro-crate v1.3.1 |
| 397 | 2026-03-11T15:28:44.087Z | Downloaded pin-utils v0.1.0 |
| 398 | 2026-03-11T15:28:44.090Z | Downloaded plain v0.2.3 |
| 399 | 2026-03-11T15:28:44.090Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 400 | 2026-03-11T15:28:44.093Z | Downloaded libsw-core v0.3.2 |
| 401 | 2026-03-11T15:28:44.095Z | Downloaded oxide-tokio-rt v0.1.2 |
| 402 | 2026-03-11T15:28:44.098Z | Downloaded progenitor-client v0.10.0 |
| 403 | 2026-03-11T15:28:44.098Z | Downloaded progenitor-macro v0.11.1 |
| 404 | 2026-03-11T15:28:44.101Z | Downloaded progenitor-client v0.11.1 |
| 405 | 2026-03-11T15:28:44.104Z | Downloaded percent-encoding v2.3.2 |
| 406 | 2026-03-11T15:28:44.104Z | Downloaded paste v1.0.15 |
| 407 | 2026-03-11T15:28:44.106Z | Downloaded rand_xorshift v0.4.0 |
| 408 | 2026-03-11T15:28:44.109Z | Downloaded litemap v0.8.0 |
| 409 | 2026-03-11T15:28:44.112Z | Downloaded derive_more v0.99.20 |
| 410 | 2026-03-11T15:28:44.115Z | Downloaded icu_provider v2.0.0 |
| 411 | 2026-03-11T15:28:44.117Z | Downloaded icu_properties v2.0.1 |
| 412 | 2026-03-11T15:28:44.120Z | Downloaded num_enum_derive v0.7.5 |
| 413 | 2026-03-11T15:28:44.123Z | Downloaded memmap2 v0.9.8 |
| 414 | 2026-03-11T15:28:44.125Z | Downloaded password-hash v0.5.0 |
| 415 | 2026-03-11T15:28:44.128Z | Downloaded num_enum v0.5.11 |
| 416 | 2026-03-11T15:28:44.131Z | Downloaded progenitor-macro v0.10.0 |
| 417 | 2026-03-11T15:28:44.134Z | Downloaded httparse v1.10.1 |
| 418 | 2026-03-11T15:28:44.136Z | Downloaded ref-cast-impl v1.0.25 |
| 419 | 2026-03-11T15:28:44.139Z | Downloaded dropshot_endpoint v0.16.7 |
| 420 | 2026-03-11T15:28:44.142Z | Downloaded oxnet v0.1.4 |
| 421 | 2026-03-11T15:28:44.160Z | Downloaded darling_core v0.21.3 |
| 422 | 2026-03-11T15:28:44.160Z | Downloaded quick-error v1.2.3 |
| 423 | 2026-03-11T15:28:44.160Z | Downloaded progenitor-macro v0.13.0 |
| 424 | 2026-03-11T15:28:44.160Z | Downloaded base64 v0.22.1 |
| 425 | 2026-03-11T15:28:44.160Z | Downloaded proc-macro-error-attr v1.0.4 |
| 426 | 2026-03-11T15:28:44.160Z | Downloaded ppv-lite86 v0.2.21 |
| 427 | 2026-03-11T15:28:44.160Z | Downloaded proc-macro-error v1.0.4 |
| 428 | 2026-03-11T15:28:44.164Z | Downloaded same-file v1.0.6 |
| 429 | 2026-03-11T15:28:44.164Z | Downloaded rustc_version v0.1.7 |
| 430 | 2026-03-11T15:28:44.167Z | Downloaded rustc_version v0.4.1 |
| 431 | 2026-03-11T15:28:44.167Z | Downloaded rustc-hash v2.1.1 |
| 432 | 2026-03-11T15:28:44.170Z | Downloaded ref-cast v1.0.25 |
| 433 | 2026-03-11T15:28:44.173Z | Downloaded progenitor-client v0.13.0 |
| 434 | 2026-03-11T15:28:44.176Z | Downloaded proc-macro-error2 v2.0.1 |
| 435 | 2026-03-11T15:28:44.179Z | Downloaded serde-big-array v0.5.1 |
| 436 | 2026-03-11T15:28:44.179Z | Downloaded log v0.4.29 |
| 437 | 2026-03-11T15:28:44.181Z | Downloaded progenitor v0.10.0 |
| 438 | 2026-03-11T15:28:44.184Z | Downloaded poly1305 v0.8.0 |
| 439 | 2026-03-11T15:28:44.187Z | Downloaded pkg-config v0.3.32 |
| 440 | 2026-03-11T15:28:44.190Z | Downloaded pin-project-lite v0.2.16 |
| 441 | 2026-03-11T15:28:44.192Z | Downloaded scroll_derive v0.12.1 |
| 442 | 2026-03-11T15:28:44.195Z | Downloaded rand_core v0.6.4 |
| 443 | 2026-03-11T15:28:44.198Z | Downloaded rand_chacha v0.9.0 |
| 444 | 2026-03-11T15:28:44.198Z | Downloaded indexmap v1.9.3 |
| 445 | 2026-03-11T15:28:44.200Z | Downloaded futures v0.3.31 |
| 446 | 2026-03-11T15:28:44.205Z | Downloaded serde_spanned v1.0.4 |
| 447 | 2026-03-11T15:28:44.207Z | Downloaded bytes v1.11.1 |
| 448 | 2026-03-11T15:28:44.210Z | Downloaded once_cell v1.21.3 |
| 449 | 2026-03-11T15:28:44.213Z | Downloaded owo-colors v4.3.0 |
| 450 | 2026-03-11T15:28:44.216Z | Downloaded omicron-zone-package v0.12.2 |
| 451 | 2026-03-11T15:28:44.219Z | Downloaded serde_spanned v0.6.9 |
| 452 | 2026-03-11T15:28:44.221Z | Downloaded serde_urlencoded v0.7.1 |
| 453 | 2026-03-11T15:28:44.224Z | Downloaded serde_plain v1.0.2 |
| 454 | 2026-03-11T15:28:44.224Z | Downloaded curl v0.4.49 |
| 455 | 2026-03-11T15:28:44.227Z | Downloaded resolv-conf v0.7.5 |
| 456 | 2026-03-11T15:28:44.230Z | Downloaded parking_lot v0.12.4 |
| 457 | 2026-03-11T15:28:44.234Z | Downloaded half v2.7.1 |
| 458 | 2026-03-11T15:28:44.237Z | Downloaded scopeguard v1.2.0 |
| 459 | 2026-03-11T15:28:44.239Z | Downloaded slog-bunyan v2.5.0 |
| 460 | 2026-03-11T15:28:44.239Z | Downloaded siphasher v1.0.1 |
| 461 | 2026-03-11T15:28:44.242Z | Downloaded parse-display-derive v0.10.0 |
| 462 | 2026-03-11T15:28:44.242Z | Downloaded sigpipe v0.1.3 |
| 463 | 2026-03-11T15:28:44.245Z | Downloaded hashbrown v0.15.5 |
| 464 | 2026-03-11T15:28:44.247Z | Downloaded pest_derive v2.8.2 |
| 465 | 2026-03-11T15:28:44.250Z | Downloaded papergrid v0.11.0 |
| 466 | 2026-03-11T15:28:44.254Z | Downloaded strsim v0.11.1 |
| 467 | 2026-03-11T15:28:44.257Z | Downloaded smawk v0.3.2 |
| 468 | 2026-03-11T15:28:44.259Z | Downloaded strum v0.27.2 |
| 469 | 2026-03-11T15:28:44.259Z | Downloaded chacha20poly1305 v0.10.1 |
| 470 | 2026-03-11T15:28:44.262Z | Downloaded strum v0.26.3 |
| 471 | 2026-03-11T15:28:44.265Z | Downloaded rustversion v1.0.22 |
| 472 | 2026-03-11T15:28:44.268Z | Downloaded sha1 v0.10.6 |
| 473 | 2026-03-11T15:28:44.268Z | Downloaded rusty-fork v0.3.0 |
| 474 | 2026-03-11T15:28:44.271Z | Downloaded pin-project-internal v1.1.10 |
| 475 | 2026-03-11T15:28:44.271Z | Downloaded pest_meta v2.8.2 |
| 476 | 2026-03-11T15:28:44.274Z | Downloaded rand_core v0.9.3 |
| 477 | 2026-03-11T15:28:44.277Z | Downloaded rand_chacha v0.3.1 |
| 478 | 2026-03-11T15:28:44.277Z | Downloaded stable_deref_trait v1.2.0 |
| 479 | 2026-03-11T15:28:44.280Z | Downloaded structmeta-derive v0.3.0 |
| 480 | 2026-03-11T15:28:44.280Z | Downloaded structmeta v0.3.0 |
| 481 | 2026-03-11T15:28:44.282Z | Downloaded swrite v0.1.0 |
| 482 | 2026-03-11T15:28:44.282Z | Downloaded signal-hook-tokio v0.3.1 |
| 483 | 2026-03-11T15:28:44.285Z | Downloaded shlex v1.3.0 |
| 484 | 2026-03-11T15:28:44.285Z | Downloaded sha2 v0.10.9 |
| 485 | 2026-03-11T15:28:44.288Z | Downloaded sync_wrapper v1.0.2 |
| 486 | 2026-03-11T15:28:44.290Z | Downloaded tabled_derive v0.7.0 |
| 487 | 2026-03-11T15:28:44.290Z | Downloaded icu_normalizer_data v2.0.0 |
| 488 | 2026-03-11T15:28:44.293Z | Downloaded icu_locale_core v2.0.0 |
| 489 | 2026-03-11T15:28:44.297Z | Downloaded pin-project v1.1.10 |
| 490 | 2026-03-11T15:28:44.306Z | Downloaded take_mut v0.2.2 |
| 491 | 2026-03-11T15:28:44.309Z | Downloaded hickory-resolver v0.25.2 |
| 492 | 2026-03-11T15:28:44.311Z | Downloaded slog-dtrace v0.3.0 |
| 493 | 2026-03-11T15:28:44.314Z | Downloaded slab v0.4.11 |
| 494 | 2026-03-11T15:28:44.314Z | Downloaded testing_table v0.3.0 |
| 495 | 2026-03-11T15:28:44.317Z | Downloaded tagptr v0.2.0 |
| 496 | 2026-03-11T15:28:44.317Z | Downloaded tabwriter v1.4.1 |
| 497 | 2026-03-11T15:28:44.320Z | Downloaded termtree v0.5.1 |
| 498 | 2026-03-11T15:28:44.320Z | Downloaded terminal_size v0.4.3 |
| 499 | 2026-03-11T15:28:44.323Z | Downloaded smf v0.2.3 |
| 500 | 2026-03-11T15:28:44.323Z | Downloaded progenitor-impl v0.10.0 |
| 501 | 2026-03-11T15:28:44.326Z | Downloaded papergrid v0.17.0 |
| 502 | 2026-03-11T15:28:44.329Z | Downloaded quote v1.0.44 |
| 503 | 2026-03-11T15:28:44.332Z | Downloaded tinyvec_macros v0.1.1 |
| 504 | 2026-03-11T15:28:44.334Z | Downloaded slog-term v2.9.2 |
| 505 | 2026-03-11T15:28:44.337Z | Downloaded thread-id v5.0.0 |
| 506 | 2026-03-11T15:28:44.337Z | Downloaded strum_macros v0.26.4 |
| 507 | 2026-03-11T15:28:44.340Z | Downloaded thread-id v4.2.2 |
| 508 | 2026-03-11T15:28:44.340Z | Downloaded miniz_oxide v0.8.9 |
| 509 | 2026-03-11T15:28:44.343Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 510 | 2026-03-11T15:28:44.346Z | Downloaded slog-json v2.6.1 |
| 511 | 2026-03-11T15:28:44.346Z | Downloaded indexmap v2.13.0 |
| 512 | 2026-03-11T15:28:44.349Z | Downloaded proc-macro2 v1.0.106 |
| 513 | 2026-03-11T15:28:44.352Z | Downloaded snafu-derive v0.8.9 |
| 514 | 2026-03-11T15:28:44.355Z | Downloaded postcard v1.1.3 |
| 515 | 2026-03-11T15:28:44.357Z | Downloaded quinn-udp v0.5.14 |
| 516 | 2026-03-11T15:28:44.357Z | Downloaded time-core v0.1.6 |
| 517 | 2026-03-11T15:28:44.360Z | Downloaded strum_macros v0.27.2 |
| 518 | 2026-03-11T15:28:44.362Z | Downloaded toml_datetime v0.6.11 |
| 519 | 2026-03-11T15:28:44.362Z | Downloaded serde_derive_internals v0.29.1 |
| 520 | 2026-03-11T15:28:44.365Z | Downloaded progenitor-impl v0.11.1 |
| 521 | 2026-03-11T15:28:44.368Z | Downloaded synstructure v0.13.2 |
| 522 | 2026-03-11T15:28:44.369Z | Downloaded icu_collections v2.0.0 |
| 523 | 2026-03-11T15:28:44.372Z | Downloaded scroll v0.13.0 |
| 524 | 2026-03-11T15:28:44.375Z | Downloaded topological-sort v0.2.2 |
| 525 | 2026-03-11T15:28:44.375Z | Downloaded toml_write v0.1.2 |
| 526 | 2026-03-11T15:28:44.378Z | Downloaded rustls-pki-types v1.12.0 |
| 527 | 2026-03-11T15:28:44.380Z | Downloaded schemars v0.8.22 |
| 528 | 2026-03-11T15:28:44.388Z | Downloaded thiserror v1.0.69 |
| 529 | 2026-03-11T15:28:44.392Z | Downloaded time-macros v0.2.24 |
| 530 | 2026-03-11T15:28:44.395Z | Downloaded spin v0.9.8 |
| 531 | 2026-03-11T15:28:44.398Z | Downloaded thiserror v2.0.18 |
| 532 | 2026-03-11T15:28:44.403Z | Downloaded typify-macro v0.4.3 |
| 533 | 2026-03-11T15:28:44.403Z | Downloaded progenitor-impl v0.13.0 |
| 534 | 2026-03-11T15:28:44.406Z | Downloaded tower-service v0.3.3 |
| 535 | 2026-03-11T15:28:44.407Z | Downloaded thiserror-impl v1.0.69 |
| 536 | 2026-03-11T15:28:44.407Z | Downloaded signal-hook-registry v1.4.6 |
| 537 | 2026-03-11T15:28:44.410Z | Downloaded hashbrown v0.12.3 |
| 538 | 2026-03-11T15:28:44.413Z | Downloaded tokio-rustls v0.25.0 |
| 539 | 2026-03-11T15:28:44.413Z | Downloaded tokio-macros v2.6.0 |
| 540 | 2026-03-11T15:28:44.415Z | Downloaded thiserror-no-std v2.0.2 |
| 541 | 2026-03-11T15:28:44.418Z | Downloaded try-lock v0.2.5 |
| 542 | 2026-03-11T15:28:44.418Z | Downloaded smallvec v1.15.1 |
| 543 | 2026-03-11T15:28:44.421Z | Downloaded untrusted v0.9.0 |
| 544 | 2026-03-11T15:28:44.421Z | Downloaded unarray v0.1.4 |
| 545 | 2026-03-11T15:28:44.424Z | Downloaded typify-macro v0.6.1 |
| 546 | 2026-03-11T15:28:44.425Z | Downloaded serde_core v1.0.228 |
| 547 | 2026-03-11T15:28:44.428Z | Downloaded untrusted v0.7.1 |
| 548 | 2026-03-11T15:28:44.428Z | Downloaded memchr v2.7.5 |
| 549 | 2026-03-11T15:28:44.430Z | Downloaded usdt-attr-macro v0.5.0 |
| 550 | 2026-03-11T15:28:44.433Z | Downloaded usdt v0.6.0 |
| 551 | 2026-03-11T15:28:44.433Z | Downloaded signal-hook v0.3.18 |
| 552 | 2026-03-11T15:28:44.437Z | Downloaded wait-timeout v0.2.1 |
| 553 | 2026-03-11T15:28:44.437Z | Downloaded tinystr v0.8.1 |
| 554 | 2026-03-11T15:28:44.439Z | Downloaded universal-hash v0.5.1 |
| 555 | 2026-03-11T15:28:44.439Z | Downloaded similar v2.7.0 |
| 556 | 2026-03-11T15:28:44.442Z | Downloaded unicode-xid v0.2.6 |
| 557 | 2026-03-11T15:28:44.445Z | Downloaded thread_local v1.1.9 |
| 558 | 2026-03-11T15:28:44.445Z | Downloaded usdt v0.5.0 |
| 559 | 2026-03-11T15:28:44.448Z | Downloaded tower-layer v0.3.3 |
| 560 | 2026-03-11T15:28:44.448Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 561 | 2026-03-11T15:28:44.451Z | Downloaded usdt-macro v0.6.0 |
| 562 | 2026-03-11T15:28:44.451Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 563 | 2026-03-11T15:28:44.451Z | Downloaded static_assertions v1.1.0 |
| 564 | 2026-03-11T15:28:44.454Z | Downloaded waitgroup v0.1.2 |
| 565 | 2026-03-11T15:28:44.454Z | Downloaded rayon-core v1.13.0 |
| 566 | 2026-03-11T15:28:44.456Z | Downloaded slog v2.8.2 |
| 567 | 2026-03-11T15:28:44.459Z | Downloaded tempfile v3.23.0 |
| 568 | 2026-03-11T15:28:44.462Z | Downloaded utf8parse v0.2.2 |
| 569 | 2026-03-11T15:28:44.462Z | Downloaded utf8_iter v1.0.4 |
| 570 | 2026-03-11T15:28:44.465Z | Downloaded usdt-macro v0.5.0 |
| 571 | 2026-03-11T15:28:44.465Z | Downloaded thiserror-impl v2.0.18 |
| 572 | 2026-03-11T15:28:44.465Z | Downloaded quinn v0.11.9 |
| 573 | 2026-03-11T15:28:44.467Z | Downloaded version_check v0.9.5 |
| 574 | 2026-03-11T15:28:44.470Z | Downloaded usdt-attr-macro v0.6.0 |
| 575 | 2026-03-11T15:28:44.470Z | Downloaded expectorate v1.2.0 |
| 576 | 2026-03-11T15:28:44.473Z | Downloaded serde_with_macros v3.14.1 |
| 577 | 2026-03-11T15:28:44.473Z | Downloaded ryu v1.0.20 |
| 578 | 2026-03-11T15:28:44.477Z | Downloaded unicode-linebreak v0.1.5 |
| 579 | 2026-03-11T15:28:44.481Z | Downloaded tokio-native-tls v0.3.1 |
| 580 | 2026-03-11T15:28:44.481Z | Downloaded term v1.2.0 |
| 581 | 2026-03-11T15:28:44.483Z | Downloaded openssl-sys v0.9.109 |
| 582 | 2026-03-11T15:28:44.486Z | Downloaded zeroize_derive v1.4.3 |
| 583 | 2026-03-11T15:28:44.486Z | Downloaded jiff-static v0.2.15 |
| 584 | 2026-03-11T15:28:44.489Z | Downloaded hickory-resolver v0.24.4 |
| 585 | 2026-03-11T15:28:44.492Z | Downloaded yoke-derive v0.8.0 |
| 586 | 2026-03-11T15:28:44.492Z | Downloaded xattr v1.6.1 |
| 587 | 2026-03-11T15:28:44.495Z | Downloaded serde_derive v1.0.228 |
| 588 | 2026-03-11T15:28:44.495Z | Downloaded dropshot-api-manager v0.5.2 |
| 589 | 2026-03-11T15:28:44.497Z | Downloaded mio v1.0.4 |
| 590 | 2026-03-11T15:28:44.501Z | Downloaded slog-async v2.8.0 |
| 591 | 2026-03-11T15:28:44.504Z | Downloaded tabled_derive v0.11.0 |
| 592 | 2026-03-11T15:28:44.504Z | Downloaded supports-color v3.0.2 |
| 593 | 2026-03-11T15:28:44.507Z | Downloaded serde_yaml v0.9.34+deprecated |
| 594 | 2026-03-11T15:28:44.510Z | Downloaded serde_repr v0.1.20 |
| 595 | 2026-03-11T15:28:44.510Z | Downloaded zerofrom v0.1.6 |
| 596 | 2026-03-11T15:28:44.513Z | Downloaded zone v0.3.1 |
| 597 | 2026-03-11T15:28:44.513Z | Downloaded minimal-lexical v0.2.1 |
| 598 | 2026-03-11T15:28:44.516Z | Downloaded zerofrom-derive v0.1.6 |
| 599 | 2026-03-11T15:28:44.516Z | Downloaded serde_path_to_error v0.1.20 |
| 600 | 2026-03-11T15:28:44.518Z | Downloaded semver v1.0.27 |
| 601 | 2026-03-11T15:28:44.518Z | Downloaded schemars_derive v0.8.22 |
| 602 | 2026-03-11T15:28:44.521Z | Downloaded zone_cfg_derive v0.3.1 |
| 603 | 2026-03-11T15:28:44.521Z | Downloaded socket2 v0.6.0 |
| 604 | 2026-03-11T15:28:44.524Z | Downloaded prettyplease v0.2.37 |
| 605 | 2026-03-11T15:28:44.527Z | Downloaded usdt-impl v0.6.0 |
| 606 | 2026-03-11T15:28:44.527Z | Downloaded textwrap v0.16.2 |
| 607 | 2026-03-11T15:28:44.530Z | Downloaded vsss-rs v3.3.4 |
| 608 | 2026-03-11T15:28:44.533Z | Downloaded tar v0.4.44 |
| 609 | 2026-03-11T15:28:44.533Z | Downloaded toml v0.8.23 |
| 610 | 2026-03-11T15:28:44.536Z | Downloaded tokio-stream v0.1.17 |
| 611 | 2026-03-11T15:28:44.540Z | Downloaded tokio-rustls v0.26.3 |
| 612 | 2026-03-11T15:28:44.543Z | Downloaded ucd-trie v0.1.7 |
| 613 | 2026-03-11T15:28:44.543Z | Downloaded tokio-dtrace v0.1.1 |
| 614 | 2026-03-11T15:28:44.543Z | Downloaded hyper-util v0.1.19 |
| 615 | 2026-03-11T15:28:44.546Z | Downloaded want v0.3.1 |
| 616 | 2026-03-11T15:28:44.549Z | Downloaded schemars v0.9.0 |
| 617 | 2026-03-11T15:28:44.555Z | Downloaded zerovec-derive v0.11.1 |
| 618 | 2026-03-11T15:28:44.559Z | Downloaded test-strategy v0.4.3 |
| 619 | 2026-03-11T15:28:44.562Z | Downloaded walkdir v2.5.0 |
| 620 | 2026-03-11T15:28:44.562Z | Downloaded whoami v1.6.1 |
| 621 | 2026-03-11T15:28:44.565Z | Downloaded iri-string v0.7.8 |
| 622 | 2026-03-11T15:28:44.569Z | Downloaded writeable v0.6.1 |
| 623 | 2026-03-11T15:28:44.569Z | Downloaded rand v0.8.5 |
| 624 | 2026-03-11T15:28:44.572Z | Downloaded chrono v0.4.43 |
| 625 | 2026-03-11T15:28:44.576Z | Downloaded tracing-attributes v0.1.30 |
| 626 | 2026-03-11T15:28:44.580Z | Downloaded idna v1.1.0 |
| 627 | 2026-03-11T15:28:44.583Z | Downloaded zmij v1.0.17 |
| 628 | 2026-03-11T15:28:44.583Z | Downloaded iddqd v0.3.17 |
| 629 | 2026-03-11T15:28:44.587Z | Downloaded serde v1.0.228 |
| 630 | 2026-03-11T15:28:44.590Z | Downloaded nom v7.1.3 |
| 631 | 2026-03-11T15:28:44.594Z | Downloaded usdt-impl v0.5.0 |
| 632 | 2026-03-11T15:28:44.597Z | Downloaded tinyvec v1.10.0 |
| 633 | 2026-03-11T15:28:44.599Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 634 | 2026-03-11T15:28:44.600Z | Downloaded zerocopy-derive v0.7.35 |
| 635 | 2026-03-11T15:28:44.602Z | Downloaded qorb v0.4.1 |
| 636 | 2026-03-11T15:28:44.606Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 637 | 2026-03-11T15:28:44.609Z | Downloaded toml v0.7.8 |
| 638 | 2026-03-11T15:28:44.612Z | Downloaded vergen v8.3.2 |
| 639 | 2026-03-11T15:28:44.615Z | Downloaded pest v2.8.2 |
| 640 | 2026-03-11T15:28:44.618Z | Downloaded icu_properties_data v2.0.1 |
| 641 | 2026-03-11T15:28:44.622Z | Downloaded rand v0.9.2 |
| 642 | 2026-03-11T15:28:44.625Z | Downloaded uuid v1.20.0 |
| 643 | 2026-03-11T15:28:44.628Z | Downloaded tracing-core v0.1.34 |
| 644 | 2026-03-11T15:28:44.632Z | Downloaded zeroize v1.8.1 |
| 645 | 2026-03-11T15:28:44.633Z | Downloaded unicode-ident v1.0.24 |
| 646 | 2026-03-11T15:28:44.635Z | Downloaded typify v0.6.1 |
| 647 | 2026-03-11T15:28:44.638Z | Downloaded libm v0.2.15 |
| 648 | 2026-03-11T15:28:44.643Z | Downloaded schemars v1.2.0 |
| 649 | 2026-03-11T15:28:44.654Z | Downloaded steno v0.4.1 |
| 650 | 2026-03-11T15:28:44.657Z | Downloaded toml_edit v0.22.27 |
| 651 | 2026-03-11T15:28:44.660Z | Downloaded hashbrown v0.16.1 |
| 652 | 2026-03-11T15:28:44.664Z | Downloaded itertools v0.14.0 |
| 653 | 2026-03-11T15:28:44.669Z | Downloaded aws-lc-rs v1.14.0 |
| 654 | 2026-03-11T15:28:44.675Z | Downloaded yoke v0.8.0 |
| 655 | 2026-03-11T15:28:44.678Z | Downloaded unsafe-libyaml v0.2.11 |
| 656 | 2026-03-11T15:28:44.681Z | Downloaded typify v0.4.3 |
| 657 | 2026-03-11T15:28:44.684Z | Downloaded snafu v0.8.9 |
| 658 | 2026-03-11T15:28:44.687Z | Downloaded rustls-webpki v0.103.6 |
| 659 | 2026-03-11T15:28:44.689Z | Downloaded zerotrie v0.2.2 |
| 660 | 2026-03-11T15:28:44.692Z | Downloaded hyper v1.8.1 |
| 661 | 2026-03-11T15:28:44.696Z | Downloaded itertools v0.12.1 |
| 662 | 2026-03-11T15:28:44.701Z | Downloaded hkdf v0.12.4 |
| 663 | 2026-03-11T15:28:44.704Z | Downloaded aho-corasick v1.1.3 |
| 664 | 2026-03-11T15:28:44.706Z | Downloaded num-traits v0.2.19 |
| 665 | 2026-03-11T15:28:44.709Z | Downloaded subtle v2.6.1 |
| 666 | 2026-03-11T15:28:44.709Z | Downloaded clap_builder v4.5.50 |
| 667 | 2026-03-11T15:28:44.714Z | Downloaded serde_tokenstream v0.2.3 |
| 668 | 2026-03-11T15:28:44.718Z | Downloaded toml_edit v0.19.15 |
| 669 | 2026-03-11T15:28:44.727Z | Downloaded url v2.5.7 |
| 670 | 2026-03-11T15:28:44.730Z | Downloaded h2 v0.4.12 |
| 671 | 2026-03-11T15:28:44.734Z | Downloaded futures-util v0.3.31 |
| 672 | 2026-03-11T15:28:44.741Z | Downloaded typenum v1.18.0 |
| 673 | 2026-03-11T15:28:44.744Z | Downloaded reqwest v0.13.2 |
| 674 | 2026-03-11T15:28:44.748Z | Downloaded tower v0.5.2 |
| 675 | 2026-03-11T15:28:44.754Z | Downloaded regex v1.12.3 |
| 676 | 2026-03-11T15:28:44.758Z | Downloaded goblin v0.8.2 |
| 677 | 2026-03-11T15:28:44.762Z | Downloaded tracing v0.1.41 |
| 678 | 2026-03-11T15:28:44.765Z | Downloaded zerocopy-derive v0.8.27 |
| 679 | 2026-03-11T15:28:44.769Z | Downloaded unicode-segmentation v1.12.0 |
| 680 | 2026-03-11T15:28:44.772Z | Downloaded rayon v1.11.0 |
| 681 | 2026-03-11T15:28:44.778Z | Downloaded reqwest v0.12.23 |
| 682 | 2026-03-11T15:28:44.782Z | Downloaded typed-path v0.9.3 |
| 683 | 2026-03-11T15:28:44.786Z | Downloaded tokio-util v0.7.16 |
| 684 | 2026-03-11T15:28:44.791Z | Downloaded scroll v0.12.0 |
| 685 | 2026-03-11T15:28:44.794Z | Downloaded progenitor v0.13.0 |
| 686 | 2026-03-11T15:28:44.794Z | Downloaded rustls-pemfile v2.2.0 |
| 687 | 2026-03-11T15:28:44.796Z | Downloaded semver v0.1.20 |
| 688 | 2026-03-11T15:28:44.796Z | Downloaded progenitor v0.11.1 |
| 689 | 2026-03-11T15:28:44.799Z | Downloaded cc v1.2.38 |
| 690 | 2026-03-11T15:28:44.799Z | Downloaded secrecy v0.10.3 |
| 691 | 2026-03-11T15:28:44.802Z | Downloaded search_path v0.1.4 |
| 692 | 2026-03-11T15:28:44.802Z | Downloaded scroll_derive v0.13.1 |
| 693 | 2026-03-11T15:28:44.804Z | Downloaded portable-atomic v1.11.1 |
| 694 | 2026-03-11T15:28:44.807Z | Downloaded unicode-normalization v0.1.24 |
| 695 | 2026-03-11T15:28:44.810Z | Downloaded phf v0.12.1 |
| 696 | 2026-03-11T15:28:44.813Z | Downloaded serde_json v1.0.149 |
| 697 | 2026-03-11T15:28:44.815Z | Downloaded blake3 v1.8.2 |
| 698 | 2026-03-11T15:28:44.821Z | Downloaded tower-http v0.6.8 |
| 699 | 2026-03-11T15:28:44.828Z | Downloaded time v0.3.44 |
| 700 | 2026-03-11T15:28:44.832Z | Downloaded tough v0.20.0 |
| 701 | 2026-03-11T15:28:44.838Z | Downloaded git2 v0.19.0 |
| 702 | 2026-03-11T15:28:44.844Z | Downloaded proptest v1.8.0 |
| 703 | 2026-03-11T15:28:44.850Z | Downloaded bindgen v0.72.1 |
| 704 | 2026-03-11T15:28:44.855Z | Downloaded rustls-webpki v0.102.8 |
| 705 | 2026-03-11T15:28:44.869Z | Downloaded zerovec v0.11.4 |
| 706 | 2026-03-11T15:28:44.872Z | Downloaded winnow v0.5.40 |
| 707 | 2026-03-11T15:28:44.878Z | Downloaded goblin v0.10.1 |
| 708 | 2026-03-11T15:28:44.883Z | Downloaded serde_with v3.14.1 |
| 709 | 2026-03-11T15:28:44.891Z | Downloaded pest_generator v2.8.2 |
| 710 | 2026-03-11T15:28:44.894Z | Downloaded pem v3.0.5 |
| 711 | 2026-03-11T15:28:44.894Z | Downloaded quinn-proto v0.11.13 |
| 712 | 2026-03-11T15:28:44.899Z | Downloaded zerocopy v0.7.35 |
| 713 | 2026-03-11T15:28:44.910Z | Downloaded moka v0.12.11 |
| 714 | 2026-03-11T15:28:44.917Z | Downloaded parking_lot_core v0.9.11 |
| 715 | 2026-03-11T15:28:44.920Z | Downloaded elliptic-curve v0.13.8 |
| 716 | 2026-03-11T15:28:44.922Z | Downloaded hmac v0.12.1 |
| 717 | 2026-03-11T15:28:44.925Z | Downloaded foldhash v0.2.0 |
| 718 | 2026-03-11T15:28:44.925Z | Downloaded derive-where v1.6.0 |
| 719 | 2026-03-11T15:28:44.929Z | Downloaded num_enum v0.7.5 |
| 720 | 2026-03-11T15:28:44.932Z | Downloaded potential_utf v0.1.3 |
| 721 | 2026-03-11T15:28:44.932Z | Downloaded syn v1.0.109 |
| 722 | 2026-03-11T15:28:44.938Z | Downloaded hickory-proto v0.24.4 |
| 723 | 2026-03-11T15:28:44.948Z | Downloaded tabled v0.15.0 |
| 724 | 2026-03-11T15:28:44.959Z | Downloaded openssl v0.10.73 |
| 725 | 2026-03-11T15:28:44.965Z | Downloaded webpki-roots v1.0.2 |
| 726 | 2026-03-11T15:28:44.968Z | Downloaded unicode-width v0.2.1 |
| 727 | 2026-03-11T15:28:44.972Z | Downloaded winnow v0.7.14 |
| 728 | 2026-03-11T15:28:44.979Z | Downloaded dropshot v0.16.7 |
| 729 | 2026-03-11T15:28:44.994Z | Downloaded tabled v0.20.0 |
| 730 | 2026-03-11T15:28:45.006Z | Downloaded openapiv3 v2.2.0 |
| 731 | 2026-03-11T15:28:45.013Z | Downloaded regress v0.10.5 |
| 732 | 2026-03-11T15:28:45.019Z | Downloaded hickory-proto v0.25.2 |
| 733 | 2026-03-11T15:28:45.029Z | Downloaded vcpkg v0.2.15 |
| 734 | 2026-03-11T15:28:45.057Z | Downloaded zerocopy v0.8.27 |
| 735 | 2026-03-11T15:28:45.072Z | Downloaded rustix v1.1.2 |
| 736 | 2026-03-11T15:28:45.088Z | Downloaded unicode-width v0.1.14 |
| 737 | 2026-03-11T15:28:45.092Z | Downloaded bstr v1.12.0 |
| 738 | 2026-03-11T15:28:45.098Z | Downloaded curve25519-dalek v4.1.3 |
| 739 | 2026-03-11T15:28:45.104Z | Downloaded rustls v0.22.4 |
| 740 | 2026-03-11T15:28:45.112Z | Downloaded syn v2.0.117 |
| 741 | 2026-03-11T15:28:45.120Z | Downloaded smoltcp v0.11.0 |
| 742 | 2026-03-11T15:28:45.128Z | Downloaded rustls v0.23.32 |
| 743 | 2026-03-11T15:28:45.136Z | Downloaded nix v0.30.1 |
| 744 | 2026-03-11T15:28:45.144Z | Downloaded phf_shared v0.12.1 |
| 745 | 2026-03-11T15:28:45.147Z | Downloaded const_format v0.2.34 |
| 746 | 2026-03-11T15:28:45.150Z | Downloaded powerfmt v0.2.0 |
| 747 | 2026-03-11T15:28:45.151Z | Downloaded num-rational v0.4.2 |
| 748 | 2026-03-11T15:28:45.151Z | Downloaded num-integer v0.1.46 |
| 749 | 2026-03-11T15:28:45.153Z | Downloaded num-derive v0.4.2 |
| 750 | 2026-03-11T15:28:45.153Z | Downloaded num-complex v0.4.6 |
| 751 | 2026-03-11T15:28:45.153Z | Downloaded regex-syntax v0.8.6 |
| 752 | 2026-03-11T15:28:45.158Z | Downloaded newtype-uuid v1.3.2 |
| 753 | 2026-03-11T15:28:45.161Z | Downloaded multer v3.1.0 |
| 754 | 2026-03-11T15:28:45.161Z | Downloaded anyhow v1.0.100 |
| 755 | 2026-03-11T15:28:45.164Z | Downloaded getrandom v0.3.3 |
| 756 | 2026-03-11T15:28:45.167Z | Downloaded clang-sys v1.8.1 |
| 757 | 2026-03-11T15:28:45.169Z | Downloaded is_terminal_polyfill v1.70.1 |
| 758 | 2026-03-11T15:28:45.169Z | Downloaded rustix v0.38.44 |
| 759 | 2026-03-11T15:28:45.184Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-03-11T15:28:45.187Z | Downloaded omicron-workspace-hack v0.1.0 |
| 761 | 2026-03-11T15:28:45.187Z | Downloaded libsw v3.5.0 |
| 762 | 2026-03-11T15:28:45.187Z | Downloaded http-body-util v0.1.3 |
| 763 | 2026-03-11T15:28:45.190Z | Downloaded erased-serde v0.3.31 |
| 764 | 2026-03-11T15:28:45.190Z | Downloaded dyn-clone v1.0.20 |
| 765 | 2026-03-11T15:28:45.192Z | Downloaded tokio v1.49.0 |
| 766 | 2026-03-11T15:28:45.217Z | Downloaded chacha20 v0.9.1 |
| 767 | 2026-03-11T15:28:45.220Z | Downloaded darling v0.21.3 |
| 768 | 2026-03-11T15:28:45.223Z | Downloaded camino v1.2.2 |
| 769 | 2026-03-11T15:28:45.223Z | Downloaded bitflags v2.9.4 |
| 770 | 2026-03-11T15:28:45.226Z | Downloaded anstream v0.6.20 |
| 771 | 2026-03-11T15:28:45.229Z | Downloaded crossbeam-utils v0.8.21 |
| 772 | 2026-03-11T15:28:45.229Z | Downloaded cancel-safe-futures v0.1.5 |
| 773 | 2026-03-11T15:28:45.232Z | Downloaded console v0.15.11 |
| 774 | 2026-03-11T15:28:45.234Z | Downloaded ciborium v0.2.2 |
| 775 | 2026-03-11T15:28:45.234Z | Downloaded num-conv v0.1.0 |
| 776 | 2026-03-11T15:28:45.237Z | Downloaded num v0.4.3 |
| 777 | 2026-03-11T15:28:45.237Z | Downloaded newtype-uuid-macros v0.1.0 |
| 778 | 2026-03-11T15:28:45.237Z | Downloaded colored v3.0.0 |
| 779 | 2026-03-11T15:28:45.240Z | Downloaded const_format_proc_macros v0.2.34 |
| 780 | 2026-03-11T15:28:45.240Z | Downloaded ingot-types v0.1.2 |
| 781 | 2026-03-11T15:28:45.243Z | Downloaded ingot v0.1.1 |
| 782 | 2026-03-11T15:28:45.243Z | Downloaded drift v0.1.3 |
| 783 | 2026-03-11T15:28:45.245Z | Downloaded iana-time-zone v0.1.64 |
| 784 | 2026-03-11T15:28:45.248Z | Downloaded humantime v2.3.0 |
| 785 | 2026-03-11T15:28:45.248Z | Downloaded group v0.13.0 |
| 786 | 2026-03-11T15:28:45.252Z | Downloaded futures-executor v0.3.31 |
| 787 | 2026-03-11T15:28:45.252Z | Downloaded defmt v1.0.1 |
| 788 | 2026-03-11T15:28:45.255Z | Downloaded data-encoding v2.9.0 |
| 789 | 2026-03-11T15:28:45.255Z | Downloaded camino-tempfile v1.4.1 |
| 790 | 2026-03-11T15:28:45.255Z | Downloaded cipher v0.4.4 |
| 791 | 2026-03-11T15:28:45.258Z | Downloaded bcs v0.1.6 |
| 792 | 2026-03-11T15:28:45.258Z | Downloaded arrayvec v0.7.6 |
| 793 | 2026-03-11T15:28:45.260Z | Downloaded fs-err v3.1.2 |
| 794 | 2026-03-11T15:28:45.261Z | Downloaded encoding_rs v0.8.35 |
| 795 | 2026-03-11T15:28:45.274Z | Downloaded flate2 v1.1.2 |
| 796 | 2026-03-11T15:28:45.277Z | Downloaded either v1.15.0 |
| 797 | 2026-03-11T15:28:45.280Z | Downloaded dtrace-parser v0.3.0 |
| 798 | 2026-03-11T15:28:45.280Z | Downloaded lazy_static v1.5.0 |
| 799 | 2026-03-11T15:28:45.280Z | Downloaded fastrand v2.3.0 |
| 800 | 2026-03-11T15:28:45.283Z | Downloaded float-ord v0.3.2 |
| 801 | 2026-03-11T15:28:45.283Z | Downloaded cmake v0.1.54 |
| 802 | 2026-03-11T15:28:45.283Z | Downloaded hostname v0.3.1 |
| 803 | 2026-03-11T15:28:45.287Z | Downloaded dtrace-parser v0.2.0 |
| 804 | 2026-03-11T15:28:45.287Z | Downloaded hostname v0.4.2 |
| 805 | 2026-03-11T15:28:45.287Z | Downloaded futures-core v0.3.32 |
| 806 | 2026-03-11T15:28:45.287Z | Downloaded form_urlencoded v1.2.2 |
| 807 | 2026-03-11T15:28:45.287Z | Downloaded foreign-types-macros v0.2.3 |
| 808 | 2026-03-11T15:28:45.287Z | Downloaded errno v0.3.14 |
| 809 | 2026-03-11T15:28:45.290Z | Downloaded display-error-chain v0.2.2 |
| 810 | 2026-03-11T15:28:45.290Z | Downloaded futures-sink v0.3.31 |
| 811 | 2026-03-11T15:28:45.290Z | Downloaded fixedbitset v0.4.2 |
| 812 | 2026-03-11T15:28:45.290Z | Downloaded ciborium-io v0.2.2 |
| 813 | 2026-03-11T15:28:45.293Z | Downloaded cargo-platform v0.1.9 |
| 814 | 2026-03-11T15:28:45.293Z | Downloaded cpufeatures v0.2.17 |
| 815 | 2026-03-11T15:28:45.293Z | Downloaded hex v0.4.3 |
| 816 | 2026-03-11T15:28:45.296Z | Downloaded generic-array v0.14.7 |
| 817 | 2026-03-11T15:28:45.296Z | Downloaded fixedbitset v0.5.7 |
| 818 | 2026-03-11T15:28:45.296Z | Downloaded typify-impl v0.6.1 |
| 819 | 2026-03-11T15:28:45.304Z | Downloaded arrayref v0.3.9 |
| 820 | 2026-03-11T15:28:45.307Z | Downloaded gethostname v0.5.0 |
| 821 | 2026-03-11T15:28:45.307Z | Downloaded crossbeam-epoch v0.9.18 |
| 822 | 2026-03-11T15:28:45.311Z | Downloaded futures-task v0.3.31 |
| 823 | 2026-03-11T15:28:45.311Z | Downloaded debug-ignore v1.0.5 |
| 824 | 2026-03-11T15:28:45.311Z | Downloaded typify-impl v0.4.3 |
| 825 | 2026-03-11T15:28:45.319Z | Downloaded anstyle v1.0.11 |
| 826 | 2026-03-11T15:28:45.321Z | Downloaded foldhash v0.1.5 |
| 827 | 2026-03-11T15:28:45.321Z | Downloaded dunce v1.0.5 |
| 828 | 2026-03-11T15:28:45.321Z | Downloaded displaydoc v0.2.5 |
| 829 | 2026-03-11T15:28:45.324Z | Downloaded constant_time_eq v0.3.1 |
| 830 | 2026-03-11T15:28:45.324Z | Downloaded bit-set v0.8.0 |
| 831 | 2026-03-11T15:28:45.327Z | Downloaded defmt-parser v1.0.0 |
| 832 | 2026-03-11T15:28:45.327Z | Downloaded hash32 v0.3.1 |
| 833 | 2026-03-11T15:28:45.327Z | Downloaded ciborium-ll v0.2.2 |
| 834 | 2026-03-11T15:28:45.329Z | Downloaded block-buffer v0.10.4 |
| 835 | 2026-03-11T15:28:45.329Z | Downloaded base16ct v0.2.0 |
| 836 | 2026-03-11T15:28:45.329Z | Downloaded foreign-types v0.3.2 |
| 837 | 2026-03-11T15:28:45.329Z | Downloaded crossbeam-deque v0.8.6 |
| 838 | 2026-03-11T15:28:45.332Z | Downloaded clap_derive v4.5.49 |
| 839 | 2026-03-11T15:28:45.332Z | Downloaded argon2 v0.5.3 |
| 840 | 2026-03-11T15:28:45.335Z | Downloaded cexpr v0.6.0 |
| 841 | 2026-03-11T15:28:45.335Z | Downloaded anstyle-query v1.1.4 |
| 842 | 2026-03-11T15:28:45.335Z | Downloaded fs_extra v1.3.0 |
| 843 | 2026-03-11T15:28:45.338Z | Downloaded fnv v1.0.7 |
| 844 | 2026-03-11T15:28:45.338Z | Downloaded crypto-common v0.1.6 |
| 845 | 2026-03-11T15:28:45.338Z | Downloaded crc8 v0.1.1 |
| 846 | 2026-03-11T15:28:45.338Z | Downloaded cfg_aliases v0.2.1 |
| 847 | 2026-03-11T15:28:45.341Z | Downloaded async-trait v0.1.89 |
| 848 | 2026-03-11T15:28:45.341Z | Downloaded autocfg v1.5.0 |
| 849 | 2026-03-11T15:28:45.344Z | Downloaded async-recursion v1.1.1 |
| 850 | 2026-03-11T15:28:45.344Z | Downloaded async-stream-impl v0.3.6 |
| 851 | 2026-03-11T15:28:45.407Z | Downloaded regex-automata v0.4.13 |
| 852 | 2026-03-11T15:28:45.448Z | Downloaded petgraph v0.6.5 |
| 853 | 2026-03-11T15:28:45.468Z | Downloaded jiff v0.2.15 |
| 854 | 2026-03-11T15:28:45.480Z | Downloaded libc v0.2.176 |
| 855 | 2026-03-11T15:28:45.498Z | Downloaded chrono-tz v0.10.4 |
| 856 | 2026-03-11T15:28:45.509Z | Downloaded petgraph v0.8.2 |
| 857 | 2026-03-11T15:28:45.530Z | Downloaded libz-sys v1.1.22 |
| 858 | 2026-03-11T15:28:45.545Z | Downloaded csv v1.3.1 |
| 859 | 2026-03-11T15:28:45.559Z | Downloaded sha3 v0.10.8 |
| 860 | 2026-03-11T15:28:45.715Z | Downloaded ring v0.17.14 |
| 861 | 2026-03-11T15:28:45.781Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 862 | 2026-03-11T15:28:45.820Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 863 | 2026-03-11T15:28:46.298Z | Downloaded aws-lc-sys v0.31.0 |
| 864 | 2026-03-11T15:28:46.710Z | Compiling proc-macro2 v1.0.106 |
| 865 | 2026-03-11T15:28:46.710Z | Compiling quote v1.0.44 |
| 866 | 2026-03-11T15:28:46.713Z | Compiling unicode-ident v1.0.24 |
| 867 | 2026-03-11T15:28:46.713Z | Compiling serde_core v1.0.228 |
| 868 | 2026-03-11T15:28:46.713Z | Compiling serde v1.0.228 |
| 869 | 2026-03-11T15:28:46.713Z | Compiling libc v0.2.176 |
| 870 | 2026-03-11T15:28:46.713Z | Compiling autocfg v1.5.0 |
| 871 | 2026-03-11T15:28:47.099Z | Checking cfg-if v1.0.3 |
| 872 | 2026-03-11T15:28:47.181Z | Compiling memchr v2.7.5 |
| 873 | 2026-03-11T15:28:47.476Z | Compiling zmij v1.0.17 |
| 874 | 2026-03-11T15:28:47.560Z | Compiling getrandom v0.3.3 |
| 875 | 2026-03-11T15:28:47.900Z | Compiling libm v0.2.15 |
| 876 | 2026-03-11T15:28:48.068Z | Compiling shlex v1.3.0 |
| 877 | 2026-03-11T15:28:48.127Z | Checking itoa v1.0.15 |
| 878 | 2026-03-11T15:28:48.185Z | Checking smallvec v1.15.1 |
| 879 | 2026-03-11T15:28:48.324Z | Compiling jobserver v0.1.34 |
| 880 | 2026-03-11T15:28:48.351Z | Compiling find-msvc-tools v0.1.2 |
| 881 | 2026-03-11T15:28:48.458Z | Compiling thiserror v2.0.18 |
| 882 | 2026-03-11T15:28:48.563Z | Compiling syn v2.0.117 |
| 883 | 2026-03-11T15:28:48.583Z | Compiling version_check v0.9.5 |
| 884 | 2026-03-11T15:28:48.628Z | Compiling icu_normalizer_data v2.0.0 |
| 885 | 2026-03-11T15:28:48.660Z | Compiling cc v1.2.38 |
| 886 | 2026-03-11T15:28:48.759Z | Compiling icu_properties_data v2.0.1 |
| 887 | 2026-03-11T15:28:48.962Z | Compiling lock_api v0.4.13 |
| 888 | 2026-03-11T15:28:49.062Z | Compiling parking_lot_core v0.9.11 |
| 889 | 2026-03-11T15:28:49.106Z | Checking stable_deref_trait v1.2.0 |
| 890 | 2026-03-11T15:28:49.141Z | Compiling serde_json v1.0.149 |
| 891 | 2026-03-11T15:28:49.446Z | Compiling log v0.4.29 |
| 892 | 2026-03-11T15:28:49.489Z | Compiling heck v0.5.0 |
| 893 | 2026-03-11T15:28:49.695Z | Checking writeable v0.6.1 |
| 894 | 2026-03-11T15:28:49.758Z | Checking litemap v0.8.0 |
| 895 | 2026-03-11T15:28:49.799Z | Compiling num-traits v0.2.19 |
| 896 | 2026-03-11T15:28:49.847Z | Checking percent-encoding v2.3.2 |
| 897 | 2026-03-11T15:28:50.156Z | Checking form_urlencoded v1.2.2 |
| 898 | 2026-03-11T15:28:50.202Z | Checking utf8_iter v1.0.4 |
| 899 | 2026-03-11T15:28:50.289Z | Compiling zerocopy v0.8.27 |
| 900 | 2026-03-11T15:28:50.317Z | Checking pin-project-lite v0.2.16 |
| 901 | 2026-03-11T15:28:50.361Z | Compiling rustversion v1.0.22 |
| 902 | 2026-03-11T15:28:50.421Z | Checking iana-time-zone v0.1.64 |
| 903 | 2026-03-11T15:28:50.495Z | Compiling allocator-api2 v0.2.21 |
| 904 | 2026-03-11T15:28:50.528Z | Compiling regex-syntax v0.8.6 |
| 905 | 2026-03-11T15:28:50.570Z | Compiling equivalent v1.0.2 |
| 906 | 2026-03-11T15:28:50.686Z | Compiling foldhash v0.2.0 |
| 907 | 2026-03-11T15:28:50.930Z | Compiling hashbrown v0.16.1 |
| 908 | 2026-03-11T15:28:50.952Z | Compiling semver v1.0.27 |
| 909 | 2026-03-11T15:28:50.956Z | Checking socket2 v0.6.0 |
| 910 | 2026-03-11T15:28:51.309Z | Compiling aho-corasick v1.1.3 |
| 911 | 2026-03-11T15:28:51.331Z | Checking uuid v1.20.0 |
| 912 | 2026-03-11T15:28:51.357Z | Checking scopeguard v1.2.0 |
| 913 | 2026-03-11T15:28:51.741Z | Checking signal-hook-registry v1.4.6 |
| 914 | 2026-03-11T15:28:51.805Z | Checking getrandom v0.2.16 |
| 915 | 2026-03-11T15:28:51.832Z | Checking mio v1.0.4 |
| 916 | 2026-03-11T15:28:51.961Z | Checking dyn-clone v1.0.20 |
| 917 | 2026-03-11T15:28:51.986Z | Compiling portable-atomic v1.11.1 |
| 918 | 2026-03-11T15:28:52.011Z | Compiling schemars v0.8.22 |
| 919 | 2026-03-11T15:28:52.033Z | Checking parking_lot v0.12.4 |
| 920 | 2026-03-11T15:28:52.344Z | Checking critical-section v1.2.0 |
| 921 | 2026-03-11T15:28:52.504Z | Compiling bitflags v2.9.4 |
| 922 | 2026-03-11T15:28:52.573Z | Compiling regex-automata v0.4.13 |
| 923 | 2026-03-11T15:28:52.595Z | Compiling synstructure v0.13.2 |
| 924 | 2026-03-11T15:28:52.674Z | Compiling serde_derive_internals v0.29.1 |
| 925 | 2026-03-11T15:28:53.428Z | Checking once_cell v1.21.3 |
| 926 | 2026-03-11T15:28:53.457Z | Checking futures-core v0.3.32 |
| 927 | 2026-03-11T15:28:53.604Z | Compiling ring v0.17.14 |
| 928 | 2026-03-11T15:28:53.620Z | Compiling typenum v1.18.0 |
| 929 | 2026-03-11T15:28:53.710Z | Compiling indexmap v2.13.0 |
| 930 | 2026-03-11T15:28:53.863Z | Compiling thiserror v1.0.69 |
| 931 | 2026-03-11T15:28:54.197Z | Compiling httparse v1.10.1 |
| 932 | 2026-03-11T15:28:54.530Z | Compiling serde_derive v1.0.228 |
| 933 | 2026-03-11T15:28:54.559Z | Compiling zerofrom-derive v0.1.6 |
| 934 | 2026-03-11T15:28:54.581Z | Compiling yoke-derive v0.8.0 |
| 935 | 2026-03-11T15:28:54.640Z | Compiling zerovec-derive v0.11.1 |
| 936 | 2026-03-11T15:28:54.667Z | Compiling displaydoc v0.2.5 |
| 937 | 2026-03-11T15:28:55.010Z | Compiling thiserror-impl v2.0.18 |
| 938 | 2026-03-11T15:28:55.635Z | Compiling schemars_derive v0.8.22 |
| 939 | 2026-03-11T15:28:55.972Z | Compiling tokio-macros v2.6.0 |
| 940 | 2026-03-11T15:28:56.060Z | Compiling zerocopy-derive v0.8.27 |
| 941 | 2026-03-11T15:28:56.221Z | Checking zerofrom v0.1.6 |
| 942 | 2026-03-11T15:28:56.223Z | Compiling futures-macro v0.3.31 |
| 943 | 2026-03-11T15:28:56.383Z | Checking yoke v0.8.0 |
| 944 | 2026-03-11T15:28:56.618Z | Checking zerovec v0.11.4 |
| 945 | 2026-03-11T15:28:56.699Z | Checking zerotrie v0.2.2 |
| 946 | 2026-03-11T15:28:57.019Z | Compiling regex v1.12.3 |
| 947 | 2026-03-11T15:28:57.185Z | Compiling zeroize_derive v1.4.3 |
| 948 | 2026-03-11T15:28:57.223Z | Compiling thiserror-impl v1.0.69 |
| 949 | 2026-03-11T15:28:57.563Z | Compiling rustix v1.1.2 |
| 950 | 2026-03-11T15:28:57.585Z | Checking futures-sink v0.3.31 |
| 951 | 2026-03-11T15:28:57.613Z | Checking tinystr v0.8.1 |
| 952 | 2026-03-11T15:28:57.697Z | Checking potential_utf v0.1.3 |
| 953 | 2026-03-11T15:28:57.851Z | Checking icu_locale_core v2.0.0 |
| 954 | 2026-03-11T15:28:57.873Z | Checking icu_collections v2.0.0 |
| 955 | 2026-03-11T15:28:58.028Z | Checking zeroize v1.8.1 |
| 956 | 2026-03-11T15:28:58.252Z | Checking slab v0.4.11 |
| 957 | 2026-03-11T15:28:58.277Z | Compiling either v1.15.0 |
| 958 | 2026-03-11T15:28:58.453Z | Checking subtle v2.6.1 |
| 959 | 2026-03-11T15:28:58.478Z | Checking icu_provider v2.0.0 |
| 960 | 2026-03-11T15:28:58.545Z | Compiling ucd-trie v0.1.7 |
| 961 | 2026-03-11T15:28:58.654Z | Compiling anyhow v1.0.100 |
| 962 | 2026-03-11T15:28:58.685Z | Checking bytes v1.11.1 |
| 963 | 2026-03-11T15:28:58.688Z | Checking chrono v0.4.43 |
| 964 | 2026-03-11T15:28:58.791Z | Checking icu_normalizer v2.0.0 |
| 965 | 2026-03-11T15:28:58.840Z | Checking icu_properties v2.0.1 |
| 966 | 2026-03-11T15:28:58.973Z | Compiling serde_tokenstream v0.2.3 |
| 967 | 2026-03-11T15:28:59.298Z | Checking tokio v1.49.0 |
| 968 | 2026-03-11T15:28:59.339Z | Compiling pest v2.8.2 |
| 969 | 2026-03-11T15:28:59.477Z | Checking futures-channel v0.3.31 |
| 970 | 2026-03-11T15:28:59.719Z | Checking rand_core v0.6.4 |
| 971 | 2026-03-11T15:28:59.741Z | Checking pin-utils v0.1.0 |
| 972 | 2026-03-11T15:28:59.830Z | Checking futures-io v0.3.31 |
| 973 | 2026-03-11T15:28:59.883Z | Checking futures-task v0.3.31 |
| 974 | 2026-03-11T15:28:59.933Z | Compiling pkg-config v0.3.32 |
| 975 | 2026-03-11T15:28:59.979Z | Compiling tracing-attributes v0.1.30 |
| 976 | 2026-03-11T15:29:00.002Z | Checking idna_adapter v1.2.1 |
| 977 | 2026-03-11T15:29:00.067Z | Checking futures-util v0.3.31 |
| 978 | 2026-03-11T15:29:00.160Z | Checking idna v1.1.0 |
| 979 | 2026-03-11T15:29:00.549Z | Checking url v2.5.7 |
| 980 | 2026-03-11T15:29:00.571Z | Checking tracing-core v0.1.34 |
| 981 | 2026-03-11T15:29:00.898Z | Compiling pest_meta v2.8.2 |
| 982 | 2026-03-11T15:29:00.989Z | Compiling generic-array v0.14.7 |
| 983 | 2026-03-11T15:29:01.244Z | Compiling vcpkg v0.2.15 |
| 984 | 2026-03-11T15:29:01.271Z | Checking fnv v1.0.7 |
| 985 | 2026-03-11T15:29:01.725Z | Compiling pest_generator v2.8.2 |
| 986 | 2026-03-11T15:29:01.988Z | Checking tracing v0.1.41 |
| 987 | 2026-03-11T15:29:02.011Z | Compiling http v1.4.0 |
| 988 | 2026-03-11T15:29:02.221Z | Compiling prettyplease v0.2.37 |
| 989 | 2026-03-11T15:29:02.515Z | Compiling rustc-hash v2.1.1 |
| 990 | 2026-03-11T15:29:02.672Z | Compiling regress v0.10.5 |
| 991 | 2026-03-11T15:29:02.800Z | Compiling pest_derive v2.8.2 |
| 992 | 2026-03-11T15:29:02.822Z | Compiling byteorder v1.5.0 |
| 993 | 2026-03-11T15:29:02.825Z | Compiling num-conv v0.1.0 |
| 994 | 2026-03-11T15:29:02.865Z | Compiling time-core v0.1.6 |
| 995 | 2026-03-11T15:29:03.062Z | Compiling time-macros v0.2.24 |
| 996 | 2026-03-11T15:29:03.122Z | Checking errno v0.3.14 |
| 997 | 2026-03-11T15:29:03.172Z | Compiling minimal-lexical v0.2.1 |
| 998 | 2026-03-11T15:29:03.273Z | Compiling glob v0.3.3 |
| 999 | 2026-03-11T15:29:03.432Z | Compiling nom v7.1.3 |
| 1000 | 2026-03-11T15:29:03.716Z | Compiling clang-sys v1.8.1 |
| 1001 | 2026-03-11T15:29:03.742Z | Checking ipnet v2.11.0 |
| 1002 | 2026-03-11T15:29:04.049Z | Checking base64 v0.22.1 |
| 1003 | 2026-03-11T15:29:04.207Z | Checking tokio-util v0.7.16 |
| 1004 | 2026-03-11T15:29:04.357Z | Checking crypto-common v0.1.6 |
| 1005 | 2026-03-11T15:29:04.515Z | Compiling scroll_derive v0.13.1 |
| 1006 | 2026-03-11T15:29:04.868Z | Compiling libloading v0.8.9 |
| 1007 | 2026-03-11T15:29:04.890Z | Compiling camino v1.2.2 |
| 1008 | 2026-03-11T15:29:05.115Z | Compiling bindgen v0.72.1 |
| 1009 | 2026-03-11T15:29:05.521Z | Compiling cexpr v0.6.0 |
| 1010 | 2026-03-11T15:29:05.524Z | Checking http-body v1.0.1 |
| 1011 | 2026-03-11T15:29:05.565Z | Checking ppv-lite86 v0.2.21 |
| 1012 | 2026-03-11T15:29:05.687Z | Compiling itertools v0.12.1 |
| 1013 | 2026-03-11T15:29:05.710Z | Checking atomic-waker v1.1.2 |
| 1014 | 2026-03-11T15:29:05.732Z | Compiling syn v1.0.109 |
| 1015 | 2026-03-11T15:29:05.736Z | Compiling crossbeam-utils v0.8.21 |
| 1016 | 2026-03-11T15:29:05.993Z | Compiling slog v2.8.2 |
| 1017 | 2026-03-11T15:29:06.109Z | Checking tower-layer v0.3.3 |
| 1018 | 2026-03-11T15:29:06.188Z | Compiling paste v1.0.15 |
| 1019 | 2026-03-11T15:29:06.225Z | Checking try-lock v0.2.5 |
| 1020 | 2026-03-11T15:29:06.255Z | Checking tower-service v0.3.3 |
| 1021 | 2026-03-11T15:29:06.310Z | Checking h2 v0.4.12 |
| 1022 | 2026-03-11T15:29:06.354Z | Checking want v0.3.1 |
| 1023 | 2026-03-11T15:29:06.357Z | Checking ipnetwork v0.21.1 |
| 1024 | 2026-03-11T15:29:06.398Z | Checking erased-serde v0.3.31 |
| 1025 | 2026-03-11T15:29:06.509Z | Checking rustls-pki-types v1.12.0 |
| 1026 | 2026-03-11T15:29:06.616Z | Checking ryu v1.0.20 |
| 1027 | 2026-03-11T15:29:06.651Z | Checking pretty-hex v0.4.1 |
| 1028 | 2026-03-11T15:29:06.750Z | Checking httpdate v1.0.3 |
| 1029 | 2026-03-11T15:29:06.903Z | Compiling async-trait v0.1.89 |
| 1030 | 2026-03-11T15:29:06.932Z | Checking untrusted v0.9.0 |
| 1031 | 2026-03-11T15:29:07.282Z | Compiling scroll v0.13.0 |
| 1032 | 2026-03-11T15:29:07.327Z | Compiling openssl-sys v0.9.109 |
| 1033 | 2026-03-11T15:29:07.462Z | Compiling plain v0.2.3 |
| 1034 | 2026-03-11T15:29:07.627Z | Compiling strsim v0.11.1 |
| 1035 | 2026-03-11T15:29:08.032Z | Compiling usdt-impl v0.6.0 |
| 1036 | 2026-03-11T15:29:08.200Z | Compiling goblin v0.10.1 |
| 1037 | 2026-03-11T15:29:08.237Z | Checking http-body-util v0.1.3 |
| 1038 | 2026-03-11T15:29:08.368Z | Checking block-buffer v0.10.4 |
| 1039 | 2026-03-11T15:29:08.420Z | Compiling openapiv3 v2.2.0 |
| 1040 | 2026-03-11T15:29:08.523Z | Checking rand_core v0.9.3 |
| 1041 | 2026-03-11T15:29:08.784Z | Checking hyper v1.8.1 |
| 1042 | 2026-03-11T15:29:08.926Z | Compiling slog-async v2.8.0 |
| 1043 | 2026-03-11T15:29:09.958Z | Checking digest v0.10.7 |
| 1044 | 2026-03-11T15:29:09.985Z | Checking hyper-util v0.1.19 |
| 1045 | 2026-03-11T15:29:10.215Z | Checking serde_urlencoded v0.7.1 |
| 1046 | 2026-03-11T15:29:10.505Z | Checking oxnet v0.1.4 |
| 1047 | 2026-03-11T15:29:10.528Z | Compiling typify-impl v0.4.3 |
| 1048 | 2026-03-11T15:29:10.572Z | Compiling dtrace-parser v0.3.0 |
| 1049 | 2026-03-11T15:29:10.820Z | Compiling cmake v0.1.54 |
| 1050 | 2026-03-11T15:29:10.884Z | Compiling thread-id v5.0.0 |
| 1051 | 2026-03-11T15:29:10.995Z | Compiling fs_extra v1.3.0 |
| 1052 | 2026-03-11T15:29:11.287Z | Compiling dunce v1.0.5 |
| 1053 | 2026-03-11T15:29:11.333Z | Compiling ident_case v1.0.1 |
| 1054 | 2026-03-11T15:29:11.415Z | Compiling omicron-workspace-hack v0.1.0 |
| 1055 | 2026-03-11T15:29:11.468Z | Compiling darling_core v0.21.3 |
| 1056 | 2026-03-11T15:29:11.491Z | Checking rand_chacha v0.9.0 |
| 1057 | 2026-03-11T15:29:11.513Z | Compiling daft-derive v0.1.4 |
| 1058 | 2026-03-11T15:29:11.708Z | Checking powerfmt v0.2.0 |
| 1059 | 2026-03-11T15:29:11.739Z | Checking rand v0.9.2 |
| 1060 | 2026-03-11T15:29:11.917Z | Compiling unsafe-libyaml v0.2.11 |
| 1061 | 2026-03-11T15:29:12.074Z | Compiling dof v0.4.0 |
| 1062 | 2026-03-11T15:29:12.353Z | Checking deranged v0.5.3 |
| 1063 | 2026-03-11T15:29:12.466Z | Checking sync_wrapper v1.0.2 |
| 1064 | 2026-03-11T15:29:13.151Z | Compiling serde_yaml v0.9.34+deprecated |
| 1065 | 2026-03-11T15:29:13.509Z | Compiling rustls v0.22.4 |
| 1066 | 2026-03-11T15:29:13.537Z | Compiling aws-lc-rs v1.14.0 |
| 1067 | 2026-03-11T15:29:13.561Z | Compiling usdt-macro v0.6.0 |
| 1068 | 2026-03-11T15:29:13.775Z | Compiling usdt-attr-macro v0.6.0 |
| 1069 | 2026-03-11T15:29:13.972Z | Checking num_threads v0.1.7 |
| 1070 | 2026-03-11T15:29:14.068Z | Checking cpufeatures v0.2.17 |
| 1071 | 2026-03-11T15:29:14.090Z | Checking time v0.3.44 |
| 1072 | 2026-03-11T15:29:14.213Z | Compiling aws-lc-sys v0.31.0 |
| 1073 | 2026-03-11T15:29:14.542Z | Compiling darling_macro v0.21.3 |
| 1074 | 2026-03-11T15:29:14.604Z | Checking tower v0.5.2 |
| 1075 | 2026-03-11T15:29:15.119Z | Compiling structmeta-derive v0.3.0 |
| 1076 | 2026-03-11T15:29:15.233Z | Compiling darling v0.21.3 |
| 1077 | 2026-03-11T15:29:15.345Z | Checking encoding_rs v0.8.35 |
| 1078 | 2026-03-11T15:29:15.511Z | Compiling typify-macro v0.4.3 |
| 1079 | 2026-03-11T15:29:15.595Z | Checking iri-string v0.7.8 |
| 1080 | 2026-03-11T15:29:15.652Z | Checking mime v0.3.17 |
| 1081 | 2026-03-11T15:29:15.891Z | Checking crossbeam-channel v0.5.15 |
| 1082 | 2026-03-11T15:29:16.152Z | Checking futures-executor v0.3.31 |
| 1083 | 2026-03-11T15:29:16.342Z | Compiling multer v3.1.0 |
| 1084 | 2026-03-11T15:29:16.364Z | Checking foreign-types-shared v0.1.1 |
| 1085 | 2026-03-11T15:29:16.477Z | Compiling openssl v0.10.73 |
| 1086 | 2026-03-11T15:29:16.534Z | Compiling structmeta v0.3.0 |
| 1087 | 2026-03-11T15:29:16.627Z | Checking unicode-width v0.2.1 |
| 1088 | 2026-03-11T15:29:16.685Z | Checking untrusted v0.7.1 |
| 1089 | 2026-03-11T15:29:16.794Z | Checking hex v0.4.3 |
| 1090 | 2026-03-11T15:29:16.816Z | Checking fastrand v2.3.0 |
| 1091 | 2026-03-11T15:29:16.887Z | Checking foreign-types v0.3.2 |
| 1092 | 2026-03-11T15:29:16.925Z | Checking futures v0.3.31 |
| 1093 | 2026-03-11T15:29:17.024Z | Compiling openssl-macros v0.1.1 |
| 1094 | 2026-03-11T15:29:17.046Z | Checking tempfile v3.23.0 |
| 1095 | 2026-03-11T15:29:17.092Z | Compiling async-stream-impl v0.3.6 |
| 1096 | 2026-03-11T15:29:17.115Z | Checking tower-http v0.6.8 |
| 1097 | 2026-03-11T15:29:17.295Z | Compiling strum_macros v0.26.4 |
| 1098 | 2026-03-11T15:29:17.318Z | Checking thread_local v1.1.9 |
| 1099 | 2026-03-11T15:29:17.475Z | Compiling rustls v0.23.32 |
| 1100 | 2026-03-11T15:29:17.524Z | Compiling typify v0.4.3 |
| 1101 | 2026-03-11T15:29:17.546Z | Checking openssl-probe v0.1.6 |
| 1102 | 2026-03-11T15:29:17.583Z | Compiling native-tls v0.2.14 |
| 1103 | 2026-03-11T15:29:17.928Z | Compiling newtype-uuid-macros v0.1.0 |
| 1104 | 2026-03-11T15:29:17.949Z | Compiling dropshot v0.16.7 |
| 1105 | 2026-03-11T15:29:18.169Z | Checking memmap2 v0.9.8 |
| 1106 | 2026-03-11T15:29:18.199Z | Checking is-terminal v0.4.16 |
| 1107 | 2026-03-11T15:29:18.226Z | Compiling ref-cast v1.0.25 |
| 1108 | 2026-03-11T15:29:18.313Z | Checking winnow v0.7.14 |
| 1109 | 2026-03-11T15:29:18.378Z | Checking term v1.2.0 |
| 1110 | 2026-03-11T15:29:18.627Z | Checking take_mut v0.2.2 |
| 1111 | 2026-03-11T15:29:18.667Z | Checking match_cfg v0.1.0 |
| 1112 | 2026-03-11T15:29:18.758Z | Checking hostname v0.3.1 |
| 1113 | 2026-03-11T15:29:18.903Z | Checking slog-term v2.9.2 |
| 1114 | 2026-03-11T15:29:19.004Z | Checking slog-json v2.6.1 |
| 1115 | 2026-03-11T15:29:19.024Z | Compiling dropshot_endpoint v0.16.7 |
| 1116 | 2026-03-11T15:29:19.200Z | Compiling ref-cast-impl v1.0.25 |
| 1117 | 2026-03-11T15:29:19.238Z | Checking slog-bunyan v2.5.0 |
| 1118 | 2026-03-11T15:29:19.385Z | Compiling derive-ex v0.1.8 |
| 1119 | 2026-03-11T15:29:19.776Z | Checking webpki-roots v1.0.2 |
| 1120 | 2026-03-11T15:29:19.895Z | Compiling strum_macros v0.27.2 |
| 1121 | 2026-03-11T15:29:20.031Z | Compiling progenitor-impl v0.11.1 |
| 1122 | 2026-03-11T15:29:20.165Z | Checking newtype-uuid v1.3.2 |
| 1123 | 2026-03-11T15:29:20.690Z | Checking daft v0.1.4 |
| 1124 | 2026-03-11T15:29:20.906Z | Checking tokio-native-tls v0.3.1 |
| 1125 | 2026-03-11T15:29:20.997Z | Compiling serde_with_macros v3.14.1 |
| 1126 | 2026-03-11T15:29:21.111Z | Checking hyper-tls v0.6.0 |
| 1127 | 2026-03-11T15:29:21.519Z | Compiling test-strategy v0.4.3 |
| 1128 | 2026-03-11T15:29:21.585Z | Checking rustls-webpki v0.102.8 |
| 1129 | 2026-03-11T15:29:21.699Z | Checking debug-ignore v1.0.5 |
| 1130 | 2026-03-11T15:29:21.828Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1131 | 2026-03-11T15:29:22.453Z | Compiling parse-display-derive v0.10.0 |
| 1132 | 2026-03-11T15:29:22.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1133 | 2026-03-11T15:29:23.046Z | Compiling progenitor-macro v0.11.1 |
| 1134 | 2026-03-11T15:29:23.128Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1135 | 2026-03-11T15:29:23.309Z | Checking usdt v0.6.0 |
| 1136 | 2026-03-11T15:29:23.335Z | Checking serde_spanned v1.0.4 |
| 1137 | 2026-03-11T15:29:23.390Z | Checking spin v0.9.8 |
| 1138 | 2026-03-11T15:29:23.503Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1139 | 2026-03-11T15:29:23.745Z | Checking toml v0.9.11+spec-1.1.0 |
| 1140 | 2026-03-11T15:29:23.828Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1141 | 2026-03-11T15:29:23.899Z | Checking strum v0.26.3 |
| 1142 | 2026-03-11T15:29:24.044Z | Checking async-stream v0.3.6 |
| 1143 | 2026-03-11T15:29:24.065Z | Checking tokio-rustls v0.25.0 |
| 1144 | 2026-03-11T15:29:24.207Z | Checking sha1 v0.10.6 |
| 1145 | 2026-03-11T15:29:24.253Z | Checking rustls-pemfile v2.2.0 |
| 1146 | 2026-03-11T15:29:24.320Z | Checking rand_chacha v0.3.1 |
| 1147 | 2026-03-11T15:29:24.416Z | Checking waitgroup v0.1.2 |
| 1148 | 2026-03-11T15:29:24.438Z | Compiling toml_datetime v0.6.11 |
| 1149 | 2026-03-11T15:29:24.487Z | Checking macaddr v1.0.1 |
| 1150 | 2026-03-11T15:29:24.546Z | Checking serde_path_to_error v0.1.20 |
| 1151 | 2026-03-11T15:29:24.569Z | Checking hostname v0.4.2 |
| 1152 | 2026-03-11T15:29:24.590Z | Checking wait-timeout v0.2.1 |
| 1153 | 2026-03-11T15:29:24.654Z | Checking quick-error v1.2.3 |
| 1154 | 2026-03-11T15:29:24.695Z | Checking bit-vec v0.8.0 |
| 1155 | 2026-03-11T15:29:24.745Z | Checking lazy_static v1.5.0 |
| 1156 | 2026-03-11T15:29:24.768Z | Checking rand v0.8.5 |
| 1157 | 2026-03-11T15:29:24.789Z | Checking rusty-fork v0.3.0 |
| 1158 | 2026-03-11T15:29:24.884Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1159 | 2026-03-11T15:29:24.950Z | Checking bit-set v0.8.0 |
| 1160 | 2026-03-11T15:29:25.141Z | Checking tabwriter v1.4.1 |
| 1161 | 2026-03-11T15:29:25.163Z | Checking rand_xorshift v0.4.0 |
| 1162 | 2026-03-11T15:29:25.339Z | Compiling clap_derive v4.5.49 |
| 1163 | 2026-03-11T15:29:25.467Z | Checking utf8parse v0.2.2 |
| 1164 | 2026-03-11T15:29:25.489Z | Checking unarray v0.1.4 |
| 1165 | 2026-03-11T15:29:25.525Z | Checking colored v3.0.0 |
| 1166 | 2026-03-11T15:29:25.623Z | Checking proptest v1.8.0 |
| 1167 | 2026-03-11T15:29:25.626Z | Checking anstyle-parse v0.2.7 |
| 1168 | 2026-03-11T15:29:25.783Z | Checking strum v0.27.2 |
| 1169 | 2026-03-11T15:29:25.927Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1170 | 2026-03-11T15:29:25.982Z | Checking terminal_size v0.4.3 |
| 1171 | 2026-03-11T15:29:26.517Z | Checking anstyle v1.0.11 |
| 1172 | 2026-03-11T15:29:26.703Z | Checking anstyle-query v1.1.4 |
| 1173 | 2026-03-11T15:29:26.725Z | Checking colorchoice v1.0.4 |
| 1174 | 2026-03-11T15:29:26.761Z | Checking is_terminal_polyfill v1.70.1 |
| 1175 | 2026-03-11T15:29:26.877Z | Checking anstream v0.6.20 |
| 1176 | 2026-03-11T15:29:27.126Z | Checking itertools v0.14.0 |
| 1177 | 2026-03-11T15:29:27.712Z | Checking clap_lex v0.7.5 |
| 1178 | 2026-03-11T15:29:27.908Z | Checking clap_builder v4.5.50 |
| 1179 | 2026-03-11T15:29:27.955Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1180 | 2026-03-11T15:29:28.682Z | Checking serde_with v3.14.1 |
| 1181 | 2026-03-11T15:29:29.540Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1182 | 2026-03-11T15:29:29.646Z | Checking clap v4.5.50 |
| 1183 | 2026-03-11T15:29:29.724Z | Checking instant v0.1.13 |
| 1184 | 2026-03-11T15:29:29.935Z | Checking iddqd v0.3.17 |
| 1185 | 2026-03-11T15:29:30.027Z | Checking backoff v0.4.0 |
| 1186 | 2026-03-11T15:29:30.254Z | Checking parse-display v0.10.0 |
| 1187 | 2026-03-11T15:29:30.467Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1188 | 2026-03-11T15:29:30.609Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1189 | 2026-03-11T15:29:33.227Z | Compiling rustls-webpki v0.103.6 |
| 1190 | 2026-03-11T15:29:37.074Z | Checking serde_spanned v0.6.9 |
| 1191 | 2026-03-11T15:29:37.097Z | Compiling memoffset v0.9.1 |
| 1192 | 2026-03-11T15:29:37.387Z | Compiling cfg_aliases v0.2.1 |
| 1193 | 2026-03-11T15:29:37.486Z | Compiling nix v0.30.1 |
| 1194 | 2026-03-11T15:29:37.556Z | Compiling tokio-rustls v0.26.3 |
| 1195 | 2026-03-11T15:29:38.176Z | Compiling hyper-rustls v0.27.7 |
| 1196 | 2026-03-11T15:29:38.363Z | Checking crossbeam-epoch v0.9.18 |
| 1197 | 2026-03-11T15:29:38.533Z | Compiling reqwest v0.12.23 |
| 1198 | 2026-03-11T15:29:38.629Z | Compiling winnow v0.5.40 |
| 1199 | 2026-03-11T15:29:40.143Z | Compiling progenitor-client v0.11.1 |
| 1200 | 2026-03-11T15:29:40.451Z | Compiling toml_edit v0.19.15 |
| 1201 | 2026-03-11T15:29:42.105Z | Compiling proc-macro-crate v1.3.1 |
| 1202 | 2026-03-11T15:29:42.729Z | Compiling progenitor v0.11.1 |
| 1203 | 2026-03-11T15:29:43.507Z | Compiling num-integer v0.1.46 |
| 1204 | 2026-03-11T15:29:43.829Z | Compiling rayon-core v1.13.0 |
| 1205 | 2026-03-11T15:29:44.202Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1206 | 2026-03-11T15:29:44.234Z | Compiling progenitor-client v0.10.0 |
| 1207 | 2026-03-11T15:29:45.052Z | Compiling hubpack_derive v0.1.1 |
| 1208 | 2026-03-11T15:29:45.725Z | Compiling zerocopy-derive v0.7.35 |
| 1209 | 2026-03-11T15:29:46.116Z | Checking toml_write v0.1.2 |
| 1210 | 2026-03-11T15:29:46.454Z | Checking toml_edit v0.22.27 |
| 1211 | 2026-03-11T15:29:46.503Z | Checking hubpack v0.1.2 |
| 1212 | 2026-03-11T15:29:46.651Z | Checking num-rational v0.4.2 |
| 1213 | 2026-03-11T15:29:46.722Z | Checking num-iter v0.1.45 |
| 1214 | 2026-03-11T15:29:46.882Z | Checking crossbeam-deque v0.8.6 |
| 1215 | 2026-03-11T15:29:47.113Z | Compiling num-complex v0.4.6 |
| 1216 | 2026-03-11T15:29:47.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1217 | 2026-03-11T15:29:47.669Z | Checking static_assertions v1.1.0 |
| 1218 | 2026-03-11T15:29:47.690Z | Checking num v0.4.3 |
| 1219 | 2026-03-11T15:29:47.892Z | Compiling proc-macro-error-attr v1.0.4 |
| 1220 | 2026-03-11T15:29:47.931Z | Checking toml v0.8.23 |
| 1221 | 2026-03-11T15:29:48.181Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-03-11T15:29:48.298Z | Checking float-ord v0.3.2 |
| 1223 | 2026-03-11T15:29:48.379Z | Compiling heapless v0.8.0 |
| 1224 | 2026-03-11T15:29:48.650Z | Compiling ingot-macros v0.1.1 |
| 1225 | 2026-03-11T15:29:48.795Z | Checking hash32 v0.3.1 |
| 1226 | 2026-03-11T15:29:48.958Z | Compiling proc-macro-error v1.0.4 |
| 1227 | 2026-03-11T15:29:49.010Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1228 | 2026-03-11T15:29:49.033Z | Checking bytecount v0.6.9 |
| 1229 | 2026-03-11T15:29:49.166Z | Compiling smoltcp v0.11.0 |
| 1230 | 2026-03-11T15:29:49.629Z | Compiling zerocopy v0.7.35 |
| 1231 | 2026-03-11T15:29:49.911Z | Compiling num_enum_derive v0.7.5 |
| 1232 | 2026-03-11T15:29:50.543Z | Compiling num-derive v0.3.3 |
| 1233 | 2026-03-11T15:29:51.201Z | Checking cobs v0.3.0 |
| 1234 | 2026-03-11T15:29:51.326Z | Compiling scroll_derive v0.12.1 |
| 1235 | 2026-03-11T15:29:51.363Z | Compiling foreign-types-macros v0.2.3 |
| 1236 | 2026-03-11T15:29:51.392Z | Compiling usdt-impl v0.5.0 |
| 1237 | 2026-03-11T15:29:51.527Z | Checking managed v0.8.0 |
| 1238 | 2026-03-11T15:29:51.711Z | Checking foreign-types-shared v0.3.1 |
| 1239 | 2026-03-11T15:29:51.741Z | Checking bitflags v1.3.2 |
| 1240 | 2026-03-11T15:29:51.787Z | Compiling crucible-workspace-hack v0.1.0 |
| 1241 | 2026-03-11T15:29:51.829Z | Checking libscf-sys v1.1.0 |
| 1242 | 2026-03-11T15:29:52.089Z | Checking postcard v1.1.3 |
| 1243 | 2026-03-11T15:29:52.133Z | Checking num_enum v0.7.5 |
| 1244 | 2026-03-11T15:29:52.179Z | Checking foreign-types v0.5.0 |
| 1245 | 2026-03-11T15:29:52.240Z | Checking scroll v0.12.0 |
| 1246 | 2026-03-11T15:29:52.243Z | Checking ingot-types v0.1.2 |
| 1247 | 2026-03-11T15:29:52.285Z | Compiling dof v0.3.0 |
| 1248 | 2026-03-11T15:29:52.602Z | Compiling dtrace-parser v0.2.0 |
| 1249 | 2026-03-11T15:29:52.629Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1250 | 2026-03-11T15:29:52.680Z | Checking camino-tempfile v1.4.1 |
| 1251 | 2026-03-11T15:29:52.728Z | Checking ingot v0.1.1 |
| 1252 | 2026-03-11T15:29:52.790Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1253 | 2026-03-11T15:29:52.896Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-03-11T15:29:53.186Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-03-11T15:29:53.350Z | Checking cstr-argument v0.1.2 |
| 1256 | 2026-03-11T15:29:53.409Z | Compiling thread-id v4.2.2 |
| 1257 | 2026-03-11T15:29:53.475Z | Compiling heck v0.4.1 |
| 1258 | 2026-03-11T15:29:53.521Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1259 | 2026-03-11T15:29:53.565Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1260 | 2026-03-11T15:29:53.565Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1261 | 2026-03-11T15:29:53.702Z | Checking goblin v0.8.2 |
| 1262 | 2026-03-11T15:29:53.756Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1263 | 2026-03-11T15:29:53.778Z | Checking rayon v1.11.0 |
| 1264 | 2026-03-11T15:29:54.024Z | Compiling num_enum_derive v0.5.11 |
| 1265 | 2026-03-11T15:29:54.269Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1266 | 2026-03-11T15:29:54.538Z | Compiling rustc_version v0.4.1 |
| 1267 | 2026-03-11T15:29:54.576Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1268 | 2026-03-11T15:29:54.929Z | Checking tinyvec_macros v0.1.1 |
| 1269 | 2026-03-11T15:29:55.022Z | Compiling convert_case v0.4.0 |
| 1270 | 2026-03-11T15:29:55.263Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1271 | 2026-03-11T15:29:55.332Z | Compiling rustix v0.38.44 |
| 1272 | 2026-03-11T15:29:55.451Z | Compiling derive_more v0.99.20 |
| 1273 | 2026-03-11T15:29:55.643Z | Checking num_enum v0.5.11 |
| 1274 | 2026-03-11T15:29:55.696Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-03-11T15:29:55.955Z | Checking tinyvec v1.10.0 |
| 1276 | 2026-03-11T15:29:56.180Z | Compiling libz-sys v1.1.22 |
| 1277 | 2026-03-11T15:29:56.322Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1278 | 2026-03-11T15:29:56.369Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1279 | 2026-03-11T15:29:56.393Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1280 | 2026-03-11T15:29:56.825Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1281 | 2026-03-11T15:29:56.954Z | Compiling proc-macro-error2 v2.0.1 |
| 1282 | 2026-03-11T15:29:57.285Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1283 | 2026-03-11T15:29:57.516Z | Compiling usdt-macro v0.5.0 |
| 1284 | 2026-03-11T15:29:57.760Z | Compiling usdt-attr-macro v0.5.0 |
| 1285 | 2026-03-11T15:29:58.039Z | Compiling zone_cfg_derive v0.3.1 |
| 1286 | 2026-03-11T15:29:58.259Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1287 | 2026-03-11T15:29:58.389Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1288 | 2026-03-11T15:29:58.504Z | Compiling num-derive v0.4.2 |
| 1289 | 2026-03-11T15:29:58.606Z | Checking sigpipe v0.1.3 |
| 1290 | 2026-03-11T15:29:58.694Z | Checking memmap v0.7.0 |
| 1291 | 2026-03-11T15:29:58.869Z | Checking jiff v0.2.15 |
| 1292 | 2026-03-11T15:29:58.898Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-03-11T15:29:58.955Z | Checking usdt v0.5.0 |
| 1294 | 2026-03-11T15:29:59.169Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1295 | 2026-03-11T15:29:59.222Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1296 | 2026-03-11T15:29:59.483Z | Compiling tabled_derive v0.11.0 |
| 1297 | 2026-03-11T15:29:59.535Z | Checking papergrid v0.17.0 |
| 1298 | 2026-03-11T15:29:59.566Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1299 | 2026-03-11T15:29:59.709Z | Checking zone v0.3.1 |
| 1300 | 2026-03-11T15:29:59.730Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1301 | 2026-03-11T15:30:00.020Z | Checking testing_table v0.3.0 |
| 1302 | 2026-03-11T15:30:00.042Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1303 | 2026-03-11T15:30:00.141Z | Checking smf v0.2.3 |
| 1304 | 2026-03-11T15:30:00.171Z | Checking secrecy v0.10.3 |
| 1305 | 2026-03-11T15:30:00.325Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1306 | 2026-03-11T15:30:00.496Z | Checking bstr v1.12.0 |
| 1307 | 2026-03-11T15:30:00.627Z | Checking whoami v1.6.1 |
| 1308 | 2026-03-11T15:30:00.672Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1309 | 2026-03-11T15:30:00.716Z | Compiling curve25519-dalek v4.1.3 |
| 1310 | 2026-03-11T15:30:00.867Z | Checking hmac v0.12.1 |
| 1311 | 2026-03-11T15:30:00.959Z | Checking tabled v0.20.0 |
| 1312 | 2026-03-11T15:30:00.983Z | Checking inout v0.1.4 |
| 1313 | 2026-03-11T15:30:01.046Z | Checking ff v0.13.1 |
| 1314 | 2026-03-11T15:30:01.074Z | Compiling enum-as-inner v0.6.1 |
| 1315 | 2026-03-11T15:30:01.159Z | Checking data-encoding v2.9.0 |
| 1316 | 2026-03-11T15:30:01.210Z | Compiling semver v0.1.20 |
| 1317 | 2026-03-11T15:30:01.521Z | Compiling rustc_version v0.1.7 |
| 1318 | 2026-03-11T15:30:01.554Z | Checking group v0.13.0 |
| 1319 | 2026-03-11T15:30:01.697Z | Checking cipher v0.4.4 |
| 1320 | 2026-03-11T15:30:01.808Z | Checking hkdf v0.12.4 |
| 1321 | 2026-03-11T15:30:01.886Z | Checking atomicwrites v0.4.4 |
| 1322 | 2026-03-11T15:30:01.926Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1323 | 2026-03-11T15:30:01.957Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1324 | 2026-03-11T15:30:01.981Z | Checking universal-hash v0.5.1 |
| 1325 | 2026-03-11T15:30:02.052Z | Checking crypto-bigint v0.5.5 |
| 1326 | 2026-03-11T15:30:02.139Z | Checking half v2.7.1 |
| 1327 | 2026-03-11T15:30:02.380Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1328 | 2026-03-11T15:30:02.480Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1329 | 2026-03-11T15:30:02.584Z | Checking ciborium-io v0.2.2 |
| 1330 | 2026-03-11T15:30:02.709Z | Checking indent_write v2.2.0 |
| 1331 | 2026-03-11T15:30:02.880Z | Checking opaque-debug v0.3.1 |
| 1332 | 2026-03-11T15:30:03.265Z | Checking base16ct v0.2.0 |
| 1333 | 2026-03-11T15:30:03.350Z | Checking base64ct v1.8.0 |
| 1334 | 2026-03-11T15:30:03.418Z | Checking thiserror-no-std v2.0.2 |
| 1335 | 2026-03-11T15:30:03.532Z | Checking poly1305 v0.8.0 |
| 1336 | 2026-03-11T15:30:03.618Z | Checking elliptic-curve v0.13.8 |
| 1337 | 2026-03-11T15:30:03.667Z | Checking password-hash v0.5.0 |
| 1338 | 2026-03-11T15:30:03.736Z | Checking ciborium-ll v0.2.2 |
| 1339 | 2026-03-11T15:30:03.808Z | Checking chacha20 v0.9.1 |
| 1340 | 2026-03-11T15:30:03.846Z | Compiling newtype_derive v0.1.6 |
| 1341 | 2026-03-11T15:30:03.954Z | Checking similar v2.7.0 |
| 1342 | 2026-03-11T15:30:03.978Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1343 | 2026-03-11T15:30:03.982Z | Checking blake2 v0.10.6 |
| 1344 | 2026-03-11T15:30:04.053Z | Compiling typify-impl v0.6.1 |
| 1345 | 2026-03-11T15:30:04.133Z | Checking aead v0.5.2 |
| 1346 | 2026-03-11T15:30:04.283Z | Checking keccak v0.1.5 |
| 1347 | 2026-03-11T15:30:04.306Z | Checking resolv-conf v0.7.5 |
| 1348 | 2026-03-11T15:30:04.331Z | Checking linked-hash-map v0.5.6 |
| 1349 | 2026-03-11T15:30:04.397Z | Compiling owo-colors v4.3.0 |
| 1350 | 2026-03-11T15:30:04.420Z | Checking vsss-rs v3.3.4 |
| 1351 | 2026-03-11T15:30:04.494Z | Checking sha3 v0.10.8 |
| 1352 | 2026-03-11T15:30:04.547Z | Checking chacha20poly1305 v0.10.1 |
| 1353 | 2026-03-11T15:30:04.570Z | Checking lru-cache v0.1.2 |
| 1354 | 2026-03-11T15:30:04.712Z | Checking argon2 v0.5.3 |
| 1355 | 2026-03-11T15:30:04.755Z | Checking ciborium v0.2.2 |
| 1356 | 2026-03-11T15:30:04.801Z | Checking hickory-proto v0.24.4 |
| 1357 | 2026-03-11T15:30:04.873Z | Checking tokio-dtrace v0.1.1 |
| 1358 | 2026-03-11T15:30:04.895Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1359 | 2026-03-11T15:30:05.095Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1360 | 2026-03-11T15:30:05.118Z | Checking serde-big-array v0.5.1 |
| 1361 | 2026-03-11T15:30:05.269Z | Compiling serde_repr v0.1.20 |
| 1362 | 2026-03-11T15:30:05.292Z | Compiling derive-where v1.6.0 |
| 1363 | 2026-03-11T15:30:05.318Z | Checking siphasher v1.0.1 |
| 1364 | 2026-03-11T15:30:05.397Z | Checking same-file v1.0.6 |
| 1365 | 2026-03-11T15:30:05.563Z | Checking unicode-segmentation v1.12.0 |
| 1366 | 2026-03-11T15:30:05.604Z | Checking walkdir v2.5.0 |
| 1367 | 2026-03-11T15:30:05.820Z | Checking phf_shared v0.12.1 |
| 1368 | 2026-03-11T15:30:05.984Z | Checking newline-converter v0.3.0 |
| 1369 | 2026-03-11T15:30:06.011Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1370 | 2026-03-11T15:30:06.048Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1371 | 2026-03-11T15:30:06.128Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1372 | 2026-03-11T15:30:06.131Z | Checking oxide-tokio-rt v0.1.2 |
| 1373 | 2026-03-11T15:30:06.492Z | Compiling progenitor-impl v0.10.0 |
| 1374 | 2026-03-11T15:30:07.003Z | Checking hickory-resolver v0.24.4 |
| 1375 | 2026-03-11T15:30:07.027Z | Checking console v0.15.11 |
| 1376 | 2026-03-11T15:30:07.222Z | Checking tokio-stream v0.1.17 |
| 1377 | 2026-03-11T15:30:07.404Z | Compiling pin-project-internal v1.1.10 |
| 1378 | 2026-03-11T15:30:07.724Z | Compiling slog-dtrace v0.3.0 |
| 1379 | 2026-03-11T15:30:07.746Z | Checking csv-core v0.1.12 |
| 1380 | 2026-03-11T15:30:07.901Z | Compiling cancel-safe-futures v0.1.5 |
| 1381 | 2026-03-11T15:30:07.988Z | Checking smawk v0.3.2 |
| 1382 | 2026-03-11T15:30:08.014Z | Compiling chrono-tz v0.10.4 |
| 1383 | 2026-03-11T15:30:08.158Z | Checking foldhash v0.1.5 |
| 1384 | 2026-03-11T15:30:08.215Z | Checking unicode-linebreak v0.1.5 |
| 1385 | 2026-03-11T15:30:08.285Z | Compiling unicode-xid v0.2.6 |
| 1386 | 2026-03-11T15:30:08.344Z | Checking unicode-width v0.1.14 |
| 1387 | 2026-03-11T15:30:08.452Z | Checking swrite v0.1.0 |
| 1388 | 2026-03-11T15:30:08.497Z | Checking textwrap v0.16.2 |
| 1389 | 2026-03-11T15:30:08.572Z | Compiling const_format_proc_macros v0.2.34 |
| 1390 | 2026-03-11T15:30:08.675Z | Checking hashbrown v0.15.5 |
| 1391 | 2026-03-11T15:30:08.870Z | Checking pin-project v1.1.10 |
| 1392 | 2026-03-11T15:30:08.917Z | Checking csv v1.3.1 |
| 1393 | 2026-03-11T15:30:09.000Z | Checking qorb v0.4.1 |
| 1394 | 2026-03-11T15:30:09.048Z | Compiling typify-macro v0.6.1 |
| 1395 | 2026-03-11T15:30:09.127Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1396 | 2026-03-11T15:30:09.314Z | Checking expectorate v1.2.0 |
| 1397 | 2026-03-11T15:30:09.416Z | Checking phf v0.12.1 |
| 1398 | 2026-03-11T15:30:09.455Z | Compiling progenitor-macro v0.10.0 |
| 1399 | 2026-03-11T15:30:09.483Z | Checking unicode-normalization v0.1.24 |
| 1400 | 2026-03-11T15:30:09.613Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1401 | 2026-03-11T15:30:10.038Z | Checking libsw-core v0.3.2 |
| 1402 | 2026-03-11T15:30:10.232Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1403 | 2026-03-11T15:30:10.262Z | Compiling async-recursion v1.1.1 |
| 1404 | 2026-03-11T15:30:10.265Z | Compiling snafu-derive v0.8.9 |
| 1405 | 2026-03-11T15:30:10.806Z | Compiling cookie v0.18.1 |
| 1406 | 2026-03-11T15:30:10.810Z | Checking fixedbitset v0.4.2 |
| 1407 | 2026-03-11T15:30:11.037Z | Compiling moka v0.12.11 |
| 1408 | 2026-03-11T15:30:11.106Z | Checking fixedbitset v0.5.7 |
| 1409 | 2026-03-11T15:30:11.168Z | Checking highway v1.3.0 |
| 1410 | 2026-03-11T15:30:11.201Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1411 | 2026-03-11T15:30:11.342Z | Compiling typify v0.6.1 |
| 1412 | 2026-03-11T15:30:11.372Z | Checking petgraph v0.8.2 |
| 1413 | 2026-03-11T15:30:11.463Z | Checking petgraph v0.6.5 |
| 1414 | 2026-03-11T15:30:11.539Z | Checking libsw v3.5.0 |
| 1415 | 2026-03-11T15:30:11.737Z | Checking olpc-cjson v0.1.4 |
| 1416 | 2026-03-11T15:30:11.919Z | Checking const_format v0.2.34 |
| 1417 | 2026-03-11T15:30:12.681Z | Checking snafu v0.8.9 |
| 1418 | 2026-03-11T15:30:12.880Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-03-11T15:30:13.224Z | Checking papergrid v0.11.0 |
| 1420 | 2026-03-11T15:30:13.284Z | Checking globset v0.4.16 |
| 1421 | 2026-03-11T15:30:13.418Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1422 | 2026-03-11T15:30:13.478Z | Checking gethostname v0.5.0 |
| 1423 | 2026-03-11T15:30:13.620Z | Compiling tabled_derive v0.7.0 |
| 1424 | 2026-03-11T15:30:13.742Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-03-11T15:30:14.074Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-03-11T15:30:14.160Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-03-11T15:30:14.796Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1428 | 2026-03-11T15:30:15.334Z | Checking reqwest v0.13.2 |
| 1429 | 2026-03-11T15:30:15.382Z | Checking progenitor v0.10.0 |
| 1430 | 2026-03-11T15:30:15.575Z | Checking bcs v0.1.6 |
| 1431 | 2026-03-11T15:30:15.626Z | Checking pem v3.0.5 |
| 1432 | 2026-03-11T15:30:15.838Z | Checking serde_plain v1.0.2 |
| 1433 | 2026-03-11T15:30:15.880Z | Checking linear-map v1.2.0 |
| 1434 | 2026-03-11T15:30:16.035Z | Checking tagptr v0.2.0 |
| 1435 | 2026-03-11T15:30:16.089Z | Checking typed-path v0.9.3 |
| 1436 | 2026-03-11T15:30:16.116Z | Checking crc8 v0.1.1 |
| 1437 | 2026-03-11T15:30:16.226Z | Checking termtree v0.5.1 |
| 1438 | 2026-03-11T15:30:16.249Z | Compiling signal-hook v0.3.18 |
| 1439 | 2026-03-11T15:30:16.303Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1440 | 2026-03-11T15:30:16.401Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1441 | 2026-03-11T15:30:16.569Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1442 | 2026-03-11T15:30:16.893Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1443 | 2026-03-11T15:30:16.935Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-03-11T15:30:17.171Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-03-11T15:30:17.229Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1446 | 2026-03-11T15:30:17.358Z | Checking tough v0.20.0 |
| 1447 | 2026-03-11T15:30:17.398Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-03-11T15:30:17.674Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-03-11T15:30:17.780Z | Checking tabled v0.15.0 |
| 1450 | 2026-03-11T15:30:17.920Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-03-11T15:30:18.218Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-03-11T15:30:18.263Z | Checking steno v0.4.1 |
| 1453 | 2026-03-11T15:30:18.693Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1454 | 2026-03-11T15:30:18.721Z | Compiling progenitor-impl v0.13.0 |
| 1455 | 2026-03-11T15:30:19.338Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-03-11T15:30:19.566Z | Checking dropshot-api-manager-types v0.5.2 |
| 1457 | 2026-03-11T15:30:19.791Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1458 | 2026-03-11T15:30:19.994Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-03-11T15:30:20.304Z | Compiling vergen v8.3.2 |
| 1460 | 2026-03-11T15:30:20.326Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-03-11T15:30:20.528Z | Compiling crc32fast v1.5.0 |
| 1462 | 2026-03-11T15:30:20.571Z | Checking humantime v2.3.0 |
| 1463 | 2026-03-11T15:30:20.711Z | Compiling cargo_metadata v0.18.1 |
| 1464 | 2026-03-11T15:30:20.772Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1465 | 2026-03-11T15:30:20.816Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1466 | 2026-03-11T15:30:21.594Z | Checking hickory-resolver v0.25.2 |
| 1467 | 2026-03-11T15:30:21.693Z | Compiling progenitor-macro v0.13.0 |
| 1468 | 2026-03-11T15:30:22.121Z | Checking progenitor-client v0.13.0 |
| 1469 | 2026-03-11T15:30:22.216Z | Checking sha2 v0.10.9 |
| 1470 | 2026-03-11T15:30:22.245Z | Compiling blake3 v1.8.2 |
| 1471 | 2026-03-11T15:30:22.398Z | Checking adler2 v2.0.1 |
| 1472 | 2026-03-11T15:30:22.565Z | Checking miniz_oxide v0.8.9 |
| 1473 | 2026-03-11T15:30:22.611Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1474 | 2026-03-11T15:30:23.030Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-03-11T15:30:23.116Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1476 | 2026-03-11T15:30:23.651Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1477 | 2026-03-11T15:30:23.690Z | Checking git-stub v1.0.0 |
| 1478 | 2026-03-11T15:30:23.886Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1479 | 2026-03-11T15:30:24.632Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-03-11T15:30:25.289Z | Checking filetime v0.2.26 |
| 1481 | 2026-03-11T15:30:25.356Z | Checking arrayvec v0.7.6 |
| 1482 | 2026-03-11T15:30:25.483Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1483 | 2026-03-11T15:30:25.519Z | Checking xattr v1.6.1 |
| 1484 | 2026-03-11T15:30:25.642Z | Checking arrayref v0.3.9 |
| 1485 | 2026-03-11T15:30:25.694Z | Checking constant_time_eq v0.3.1 |
| 1486 | 2026-03-11T15:30:25.742Z | Checking is_ci v1.2.0 |
| 1487 | 2026-03-11T15:30:25.765Z | Compiling curl v0.4.49 |
| 1488 | 2026-03-11T15:30:25.870Z | Checking supports-color v3.0.2 |
| 1489 | 2026-03-11T15:30:25.893Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-03-11T15:30:26.070Z | Checking tar v0.4.44 |
| 1491 | 2026-03-11T15:30:26.122Z | Checking toml v0.7.8 |
| 1492 | 2026-03-11T15:30:26.590Z | Checking git-stub-vcs v0.1.0 |
| 1493 | 2026-03-11T15:30:26.739Z | Checking flate2 v1.1.2 |
| 1494 | 2026-03-11T15:30:26.836Z | Checking drift v0.1.3 |
| 1495 | 2026-03-11T15:30:27.053Z | Checking kstat-rs v0.2.4 |
| 1496 | 2026-03-11T15:30:27.140Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1497 | 2026-03-11T15:30:27.167Z | Checking topological-sort v0.2.2 |
| 1498 | 2026-03-11T15:30:27.191Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-03-11T15:30:27.296Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1500 | 2026-03-11T15:30:27.339Z | Checking omicron-zone-package v0.12.2 |
| 1501 | 2026-03-11T15:30:27.630Z | Checking dropshot-api-manager v0.5.2 |
| 1502 | 2026-03-11T15:30:27.693Z | Checking progenitor v0.13.0 |
| 1503 | 2026-03-11T15:30:27.855Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1504 | 2026-03-11T15:30:28.752Z | Checking signal-hook-tokio v0.3.1 |
| 1505 | 2026-03-11T15:30:28.794Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1506 | 2026-03-11T15:30:28.906Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1507 | 2026-03-11T15:30:29.485Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1508 | 2026-03-11T15:30:29.618Z | Checking display-error-chain v0.2.2 |
| 1509 | 2026-03-11T15:30:29.745Z | Checking internet-checksum v0.2.1 |
| 1510 | 2026-03-11T15:30:29.773Z | Checking search_path v0.1.4 |
| 1511 | 2026-03-11T15:30:29.900Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1512 | 2026-03-11T15:30:29.923Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1513 | 2026-03-11T15:30:29.949Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1514 | 2026-03-11T15:30:30.882Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1515 | 2026-03-11T15:30:31.057Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1516 | 2026-03-11T15:30:32.688Z | Compiling git2 v0.19.0 |
| 1517 | 2026-03-11T15:30:35.881Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1518 | 2026-03-11T15:30:38.412Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1519 | 2026-03-11T15:30:43.255Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1520 | 2026-03-11T15:30:45.017Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1521 | 2026-03-11T15:30:51.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
| 1522 | 2026-03-11T15:30:51.976Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1523 | 2026-03-11T15:30:51.976Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1524 | 2026-03-11T15:30:52.723Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1525 | 2026-03-11T15:30:52.726Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1526 | 2026-03-11T15:30:52.813Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1527 | 2026-03-11T15:30:52.816Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1528 | 2026-03-11T15:31:02.745Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1529 | 2026-03-11T15:31:02.749Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-03-11T15:31:06.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
| 1531 | 2026-03-11T15:31:06.352Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1532 | 2026-03-11T15:31:06.352Z | + cargo clippy --features softnpu -- --deny warnings |
| 1533 | 2026-03-11T15:31:06.838Z | Downloading crates ... |
| 1534 | 2026-03-11T15:31:07.006Z | Downloaded wyz v0.5.1 |
| 1535 | 2026-03-11T15:31:07.011Z | Downloaded radium v0.7.0 |
| 1536 | 2026-03-11T15:31:07.014Z | Downloaded typeid v1.0.3 |
| 1537 | 2026-03-11T15:31:07.014Z | Downloaded serde_arrays v0.1.0 |
| 1538 | 2026-03-11T15:31:07.017Z | Downloaded ascii v1.1.0 |
| 1539 | 2026-03-11T15:31:07.017Z | Downloaded tap v1.0.1 |
| 1540 | 2026-03-11T15:31:07.020Z | Downloaded funty v2.0.0 |
| 1541 | 2026-03-11T15:31:07.020Z | Downloaded bitstruct_derive v0.1.0 |
| 1542 | 2026-03-11T15:31:07.020Z | Downloaded erased-serde v0.4.8 |
| 1543 | 2026-03-11T15:31:07.023Z | Downloaded libloading v0.7.4 |
| 1544 | 2026-03-11T15:31:07.026Z | Downloaded bitstruct v0.1.1 |
| 1545 | 2026-03-11T15:31:07.030Z | Downloaded num-bigint v0.4.6 |
| 1546 | 2026-03-11T15:31:07.041Z | Downloaded bitvec v1.0.1 |
| 1547 | 2026-03-11T15:31:07.208Z | Checking num-integer v0.1.46 |
| 1548 | 2026-03-11T15:31:07.296Z | Checking num-complex v0.4.6 |
| 1549 | 2026-03-11T15:31:07.311Z | Compiling radium v0.7.0 |
| 1550 | 2026-03-11T15:31:07.322Z | Checking tap v1.0.1 |
| 1551 | 2026-03-11T15:31:07.333Z | Checking funty v2.0.0 |
| 1552 | 2026-03-11T15:31:07.343Z | Compiling typeid v1.0.3 |
| 1553 | 2026-03-11T15:31:07.346Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1554 | 2026-03-11T15:31:07.365Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1555 | 2026-03-11T15:31:07.439Z | Checking wyz v0.5.1 |
| 1556 | 2026-03-11T15:31:07.567Z | Checking num-bigint v0.4.6 |
| 1557 | 2026-03-11T15:31:07.579Z | Checking num-iter v0.1.45 |
| 1558 | 2026-03-11T15:31:07.621Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1559 | 2026-03-11T15:31:07.669Z | Compiling erased-serde v0.4.8 |
| 1560 | 2026-03-11T15:31:07.754Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1561 | 2026-03-11T15:31:07.768Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1562 | 2026-03-11T15:31:07.783Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1563 | 2026-03-11T15:31:07.818Z | Compiling bitstruct_derive v0.1.0 |
| 1564 | 2026-03-11T15:31:07.850Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1565 | 2026-03-11T15:31:07.882Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-03-11T15:31:07.894Z | Checking bitvec v1.0.1 |
| 1567 | 2026-03-11T15:31:07.929Z | Checking ascii v1.1.0 |
| 1568 | 2026-03-11T15:31:07.943Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1569 | 2026-03-11T15:31:07.988Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-03-11T15:31:08.124Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-03-11T15:31:08.139Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1572 | 2026-03-11T15:31:08.142Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1573 | 2026-03-11T15:31:08.174Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-03-11T15:31:08.565Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-03-11T15:31:08.582Z | Checking serde_arrays v0.1.0 |
| 1576 | 2026-03-11T15:31:08.631Z | Checking bitstruct v0.1.1 |
| 1577 | 2026-03-11T15:31:08.716Z | Checking libloading v0.7.4 |
| 1578 | 2026-03-11T15:31:08.729Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1579 | 2026-03-11T15:31:08.785Z | Checking num-rational v0.4.2 |
| 1580 | 2026-03-11T15:31:09.152Z | Checking num v0.4.3 |
| 1581 | 2026-03-11T15:31:09.232Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1582 | 2026-03-11T15:31:09.942Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1583 | 2026-03-11T15:31:10.303Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1584 | 2026-03-11T15:31:10.307Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1585 | 2026-03-11T15:31:10.549Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-03-11T15:31:10.921Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-03-11T15:31:10.925Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1588 | 2026-03-11T15:31:11.517Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1589 | 2026-03-11T15:31:11.778Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1590 | 2026-03-11T15:31:11.778Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1591 | 2026-03-11T15:31:11.781Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-03-11T15:31:11.809Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-03-11T15:31:12.282Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1594 | 2026-03-11T15:31:12.866Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1595 | 2026-03-11T15:31:13.963Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-03-11T15:31:13.991Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1597 | 2026-03-11T15:31:18.207Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1598 | 2026-03-11T15:31:19.825Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1599 | 2026-03-11T15:31:19.965Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1600 | 2026-03-11T15:31:29.184Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-03-11T15:31:30.955Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-03-11T15:31:31.638Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1603 | 2026-03-11T15:31:37.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.06s |
| 1604 | 2026-03-11T15:31:37.732Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1605 | 2026-03-11T15:31:37.732Z | + cargo clippy --features chaos -- --deny warnings |
| 1606 | 2026-03-11T15:31:38.469Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1607 | 2026-03-11T15:31:38.472Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1608 | 2026-03-11T15:31:38.472Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1609 | 2026-03-11T15:31:48.574Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1610 | 2026-03-11T15:31:48.577Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1611 | 2026-03-11T15:31:51.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
| 1612 | 2026-03-11T15:31:52.154Z | + banner fmt |
| 1613 | 2026-03-11T15:31:52.157Z | |
| 1614 | 2026-03-11T15:31:52.157Z | ###### # # ##### |
| 1615 | 2026-03-11T15:31:52.157Z | # ## ## # |
| 1616 | 2026-03-11T15:31:52.157Z | ##### # ## # # |
| 1617 | 2026-03-11T15:31:52.157Z | # # # # |
| 1618 | 2026-03-11T15:31:52.157Z | # # # # |
| 1619 | 2026-03-11T15:31:52.157Z | # # # # |
| 1620 | 2026-03-11T15:31:52.157Z | |
| 1621 | 2026-03-11T15:31:52.157Z | + cargo fmt -- --check |
| 1622 | 2026-03-11T15:31:52.892Z | + banner test |
| 1623 | 2026-03-11T15:31:52.896Z | |
| 1624 | 2026-03-11T15:31:52.896Z | ##### ###### #### ##### |
| 1625 | 2026-03-11T15:31:52.896Z | # # # # |
| 1626 | 2026-03-11T15:31:52.896Z | # ##### #### # |
| 1627 | 2026-03-11T15:31:52.896Z | # # # # |
| 1628 | 2026-03-11T15:31:52.896Z | # # # # # |
| 1629 | 2026-03-11T15:31:52.896Z | # ###### #### # |
| 1630 | 2026-03-11T15:31:52.896Z | |
| 1631 | 2026-03-11T15:31:52.897Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1632 | 2026-03-11T15:31:52.897Z | + RUST_BACKTRACE=full |
| 1633 | 2026-03-11T15:31:52.897Z | + cargo test --features tofino_stub --no-fail-fast |
| 1634 | 2026-03-11T15:31:54.121Z | Compiling unicode-ident v1.0.24 |
| 1635 | 2026-03-11T15:31:54.125Z | Compiling cfg-if v1.0.3 |
| 1636 | 2026-03-11T15:31:54.125Z | Compiling memchr v2.7.5 |
| 1637 | 2026-03-11T15:31:54.251Z | Compiling serde_core v1.0.228 |
| 1638 | 2026-03-11T15:31:54.268Z | Compiling itoa v1.0.15 |
| 1639 | 2026-03-11T15:31:54.268Z | Compiling libc v0.2.176 |
| 1640 | 2026-03-11T15:31:54.271Z | Compiling zmij v1.0.17 |
| 1641 | 2026-03-11T15:31:54.327Z | Compiling log v0.4.29 |
| 1642 | 2026-03-11T15:31:54.375Z | Compiling proc-macro2 v1.0.106 |
| 1643 | 2026-03-11T15:31:54.433Z | Compiling libm v0.2.15 |
| 1644 | 2026-03-11T15:31:54.562Z | Compiling heck v0.5.0 |
| 1645 | 2026-03-11T15:31:54.909Z | Compiling quote v1.0.44 |
| 1646 | 2026-03-11T15:31:55.041Z | Compiling equivalent v1.0.2 |
| 1647 | 2026-03-11T15:31:55.066Z | Compiling smallvec v1.15.1 |
| 1648 | 2026-03-11T15:31:55.149Z | Compiling syn v2.0.117 |
| 1649 | 2026-03-11T15:31:55.174Z | Compiling iana-time-zone v0.1.64 |
| 1650 | 2026-03-11T15:31:55.312Z | Compiling allocator-api2 v0.2.21 |
| 1651 | 2026-03-11T15:31:55.336Z | Compiling foldhash v0.2.0 |
| 1652 | 2026-03-11T15:31:55.352Z | Compiling dyn-clone v1.0.20 |
| 1653 | 2026-03-11T15:31:55.539Z | Compiling regex-syntax v0.8.6 |
| 1654 | 2026-03-11T15:31:55.555Z | Compiling aho-corasick v1.1.3 |
| 1655 | 2026-03-11T15:31:55.647Z | Compiling stable_deref_trait v1.2.0 |
| 1656 | 2026-03-11T15:31:55.750Z | Compiling hashbrown v0.16.1 |
| 1657 | 2026-03-11T15:31:55.769Z | Compiling pin-project-lite v0.2.16 |
| 1658 | 2026-03-11T15:31:55.894Z | Compiling fnv v1.0.7 |
| 1659 | 2026-03-11T15:31:56.016Z | Compiling percent-encoding v2.3.2 |
| 1660 | 2026-03-11T15:31:56.051Z | Compiling writeable v0.6.1 |
| 1661 | 2026-03-11T15:31:56.259Z | Compiling litemap v0.8.0 |
| 1662 | 2026-03-11T15:31:56.438Z | Compiling icu_properties_data v2.0.1 |
| 1663 | 2026-03-11T15:31:56.543Z | Compiling icu_normalizer_data v2.0.0 |
| 1664 | 2026-03-11T15:31:56.558Z | Compiling form_urlencoded v1.2.2 |
| 1665 | 2026-03-11T15:31:56.613Z | Compiling utf8_iter v1.0.4 |
| 1666 | 2026-03-11T15:31:56.639Z | Compiling scopeguard v1.2.0 |
| 1667 | 2026-03-11T15:31:56.775Z | Compiling semver v1.0.27 |
| 1668 | 2026-03-11T15:31:56.792Z | Compiling serde_json v1.0.149 |
| 1669 | 2026-03-11T15:31:56.807Z | Compiling indexmap v2.13.0 |
| 1670 | 2026-03-11T15:31:56.880Z | Compiling lock_api v0.4.13 |
| 1671 | 2026-03-11T15:31:57.169Z | Compiling num-traits v0.2.19 |
| 1672 | 2026-03-11T15:31:57.225Z | Compiling getrandom v0.3.3 |
| 1673 | 2026-03-11T15:31:57.459Z | Compiling byteorder v1.5.0 |
| 1674 | 2026-03-11T15:31:57.580Z | Compiling regex-automata v0.4.13 |
| 1675 | 2026-03-11T15:31:57.660Z | Compiling ucd-trie v0.1.7 |
| 1676 | 2026-03-11T15:31:57.758Z | Compiling uuid v1.20.0 |
| 1677 | 2026-03-11T15:31:58.040Z | Compiling futures-core v0.3.32 |
| 1678 | 2026-03-11T15:31:58.178Z | Compiling num-conv v0.1.0 |
| 1679 | 2026-03-11T15:31:58.231Z | Compiling time-core v0.1.6 |
| 1680 | 2026-03-11T15:31:58.322Z | Compiling futures-sink v0.3.31 |
| 1681 | 2026-03-11T15:31:58.338Z | Compiling ryu v1.0.20 |
| 1682 | 2026-03-11T15:31:58.383Z | Compiling regress v0.10.5 |
| 1683 | 2026-03-11T15:31:58.422Z | Compiling time-macros v0.2.24 |
| 1684 | 2026-03-11T15:31:58.578Z | Compiling glob v0.3.3 |
| 1685 | 2026-03-11T15:31:59.178Z | Compiling synstructure v0.13.2 |
| 1686 | 2026-03-11T15:31:59.213Z | Compiling serde_derive_internals v0.29.1 |
| 1687 | 2026-03-11T15:31:59.416Z | Compiling pretty-hex v0.4.1 |
| 1688 | 2026-03-11T15:31:59.596Z | Compiling slab v0.4.11 |
| 1689 | 2026-03-11T15:31:59.650Z | Compiling minimal-lexical v0.2.1 |
| 1690 | 2026-03-11T15:31:59.810Z | Compiling clang-sys v1.8.1 |
| 1691 | 2026-03-11T15:31:59.825Z | Compiling strsim v0.11.1 |
| 1692 | 2026-03-11T15:31:59.877Z | Compiling prettyplease v0.2.37 |
| 1693 | 2026-03-11T15:31:59.981Z | Compiling regex v1.12.3 |
| 1694 | 2026-03-11T15:32:00.267Z | Compiling nom v7.1.3 |
| 1695 | 2026-03-11T15:32:00.322Z | Compiling plain v0.2.3 |
| 1696 | 2026-03-11T15:32:00.504Z | Compiling libloading v0.8.9 |
| 1697 | 2026-03-11T15:32:00.668Z | Compiling bindgen v0.72.1 |
| 1698 | 2026-03-11T15:32:00.758Z | Compiling futures-channel v0.3.31 |
| 1699 | 2026-03-11T15:32:00.804Z | Compiling pin-utils v0.1.0 |
| 1700 | 2026-03-11T15:32:00.899Z | Compiling syn v1.0.109 |
| 1701 | 2026-03-11T15:32:01.049Z | Compiling futures-task v0.3.31 |
| 1702 | 2026-03-11T15:32:01.070Z | Compiling serde_derive v1.0.228 |
| 1703 | 2026-03-11T15:32:01.274Z | Compiling zerofrom-derive v0.1.6 |
| 1704 | 2026-03-11T15:32:01.291Z | Compiling yoke-derive v0.8.0 |
| 1705 | 2026-03-11T15:32:01.821Z | Compiling zerovec-derive v0.11.1 |
| 1706 | 2026-03-11T15:32:02.216Z | Compiling displaydoc v0.2.5 |
| 1707 | 2026-03-11T15:32:02.731Z | Compiling thiserror-impl v2.0.18 |
| 1708 | 2026-03-11T15:32:02.988Z | Compiling schemars_derive v0.8.22 |
| 1709 | 2026-03-11T15:32:03.226Z | Compiling tokio-macros v2.6.0 |
| 1710 | 2026-03-11T15:32:03.305Z | Compiling zerocopy-derive v0.8.27 |
| 1711 | 2026-03-11T15:32:03.708Z | Compiling zeroize_derive v1.4.3 |
| 1712 | 2026-03-11T15:32:04.215Z | Compiling futures-macro v0.3.31 |
| 1713 | 2026-03-11T15:32:04.400Z | Compiling thiserror v2.0.18 |
| 1714 | 2026-03-11T15:32:04.537Z | Compiling zerofrom v0.1.6 |
| 1715 | 2026-03-11T15:32:04.608Z | Compiling thiserror-impl v1.0.69 |
| 1716 | 2026-03-11T15:32:04.625Z | Compiling tracing-attributes v0.1.30 |
| 1717 | 2026-03-11T15:32:04.705Z | Compiling yoke v0.8.0 |
| 1718 | 2026-03-11T15:32:04.758Z | Compiling serde v1.0.228 |
| 1719 | 2026-03-11T15:32:04.984Z | Compiling zerovec v0.11.4 |
| 1720 | 2026-03-11T15:32:05.270Z | Compiling zerocopy v0.8.27 |
| 1721 | 2026-03-11T15:32:05.333Z | Compiling zerotrie v0.2.2 |
| 1722 | 2026-03-11T15:32:05.549Z | Compiling bytes v1.11.1 |
| 1723 | 2026-03-11T15:32:05.700Z | Compiling serde_tokenstream v0.2.3 |
| 1724 | 2026-03-11T15:32:05.785Z | Compiling chrono v0.4.43 |
| 1725 | 2026-03-11T15:32:05.886Z | Compiling pest v2.8.2 |
| 1726 | 2026-03-11T15:32:06.077Z | Compiling cexpr v0.6.0 |
| 1727 | 2026-03-11T15:32:06.216Z | Compiling tinystr v0.8.1 |
| 1728 | 2026-03-11T15:32:06.236Z | Compiling potential_utf v0.1.3 |
| 1729 | 2026-03-11T15:32:06.367Z | Compiling http v1.4.0 |
| 1730 | 2026-03-11T15:32:06.457Z | Compiling icu_locale_core v2.0.0 |
| 1731 | 2026-03-11T15:32:06.473Z | Compiling icu_collections v2.0.0 |
| 1732 | 2026-03-11T15:32:07.155Z | Compiling icu_provider v2.0.0 |
| 1733 | 2026-03-11T15:32:07.378Z | Compiling schemars v0.8.22 |
| 1734 | 2026-03-11T15:32:07.504Z | Compiling icu_normalizer v2.0.0 |
| 1735 | 2026-03-11T15:32:07.577Z | Compiling icu_properties v2.0.1 |
| 1736 | 2026-03-11T15:32:07.652Z | Compiling pest_meta v2.8.2 |
| 1737 | 2026-03-11T15:32:07.731Z | Compiling scroll_derive v0.13.1 |
| 1738 | 2026-03-11T15:32:07.734Z | Compiling futures-io v0.3.31 |
| 1739 | 2026-03-11T15:32:07.910Z | Compiling async-trait v0.1.89 |
| 1740 | 2026-03-11T15:32:08.333Z | Compiling thiserror v1.0.69 |
| 1741 | 2026-03-11T15:32:08.465Z | Compiling pest_generator v2.8.2 |
| 1742 | 2026-03-11T15:32:08.828Z | Compiling idna_adapter v1.2.1 |
| 1743 | 2026-03-11T15:32:08.935Z | Compiling scroll v0.13.0 |
| 1744 | 2026-03-11T15:32:09.013Z | Compiling idna v1.1.0 |
| 1745 | 2026-03-11T15:32:09.241Z | Compiling socket2 v0.6.0 |
| 1746 | 2026-03-11T15:32:09.257Z | Compiling goblin v0.10.1 |
| 1747 | 2026-03-11T15:32:09.324Z | Compiling parking_lot_core v0.9.11 |
| 1748 | 2026-03-11T15:32:09.586Z | Compiling pest_derive v2.8.2 |
| 1749 | 2026-03-11T15:32:09.713Z | Compiling url v2.5.7 |
| 1750 | 2026-03-11T15:32:09.845Z | Compiling parking_lot v0.12.4 |
| 1751 | 2026-03-11T15:32:09.861Z | Compiling signal-hook-registry v1.4.6 |
| 1752 | 2026-03-11T15:32:10.052Z | Compiling mio v1.0.4 |
| 1753 | 2026-03-11T15:32:10.056Z | Compiling thread-id v5.0.0 |
| 1754 | 2026-03-11T15:32:10.266Z | Compiling openapiv3 v2.2.0 |
| 1755 | 2026-03-11T15:32:10.299Z | Compiling dtrace-parser v0.3.0 |
| 1756 | 2026-03-11T15:32:10.552Z | Compiling tokio v1.49.0 |
| 1757 | 2026-03-11T15:32:10.834Z | Compiling daft-derive v0.1.4 |
| 1758 | 2026-03-11T15:32:10.946Z | Compiling darling_core v0.21.3 |
| 1759 | 2026-03-11T15:32:11.833Z | Compiling typify-impl v0.4.3 |
| 1760 | 2026-03-11T15:32:12.225Z | Compiling serde_yaml v0.9.34+deprecated |
| 1761 | 2026-03-11T15:32:13.612Z | Compiling aws-lc-sys v0.31.0 |
| 1762 | 2026-03-11T15:32:13.697Z | Compiling dof v0.4.0 |
| 1763 | 2026-03-11T15:32:13.991Z | Compiling ppv-lite86 v0.2.21 |
| 1764 | 2026-03-11T15:32:14.011Z | Compiling bitflags v2.9.4 |
| 1765 | 2026-03-11T15:32:14.027Z | Compiling darling_macro v0.21.3 |
| 1766 | 2026-03-11T15:32:14.326Z | Compiling openssl-macros v0.1.1 |
| 1767 | 2026-03-11T15:32:14.451Z | Compiling usdt-impl v0.6.0 |
| 1768 | 2026-03-11T15:32:14.759Z | Compiling darling v0.21.3 |
| 1769 | 2026-03-11T15:32:14.870Z | Compiling getrandom v0.2.16 |
| 1770 | 2026-03-11T15:32:14.940Z | Compiling base64 v0.22.1 |
| 1771 | 2026-03-11T15:32:15.110Z | Compiling http-body v1.0.1 |
| 1772 | 2026-03-11T15:32:15.229Z | Compiling erased-serde v0.3.31 |
| 1773 | 2026-03-11T15:32:15.312Z | Compiling typenum v1.18.0 |
| 1774 | 2026-03-11T15:32:15.378Z | Compiling portable-atomic v1.11.1 |
| 1775 | 2026-03-11T15:32:15.419Z | Compiling ipnet v2.11.0 |
| 1776 | 2026-03-11T15:32:15.990Z | Compiling usdt-macro v0.6.0 |
| 1777 | 2026-03-11T15:32:16.047Z | Compiling usdt-attr-macro v0.6.0 |
| 1778 | 2026-03-11T15:32:16.080Z | Compiling atomic-waker v1.1.2 |
| 1779 | 2026-03-11T15:32:16.184Z | Compiling anyhow v1.0.100 |
| 1780 | 2026-03-11T15:32:16.200Z | Compiling httparse v1.10.1 |
| 1781 | 2026-03-11T15:32:16.238Z | Compiling tower-layer v0.3.3 |
| 1782 | 2026-03-11T15:32:16.451Z | Compiling critical-section v1.2.0 |
| 1783 | 2026-03-11T15:32:16.596Z | Compiling untrusted v0.9.0 |
| 1784 | 2026-03-11T15:32:16.613Z | Compiling tower-service v0.3.3 |
| 1785 | 2026-03-11T15:32:16.716Z | Compiling once_cell v1.21.3 |
| 1786 | 2026-03-11T15:32:16.749Z | Compiling zeroize v1.8.1 |
| 1787 | 2026-03-11T15:32:17.227Z | Compiling try-lock v0.2.5 |
| 1788 | 2026-03-11T15:32:17.365Z | Compiling want v0.3.1 |
| 1789 | 2026-03-11T15:32:17.579Z | Compiling httpdate v1.0.3 |
| 1790 | 2026-03-11T15:32:17.798Z | Compiling structmeta-derive v0.3.0 |
| 1791 | 2026-03-11T15:32:17.887Z | Compiling newtype-uuid-macros v0.1.0 |
| 1792 | 2026-03-11T15:32:18.522Z | Compiling strum_macros v0.26.4 |
| 1793 | 2026-03-11T15:32:19.216Z | Compiling structmeta v0.3.0 |
| 1794 | 2026-03-11T15:32:19.488Z | Compiling async-stream-impl v0.3.6 |
| 1795 | 2026-03-11T15:32:19.640Z | Compiling powerfmt v0.2.0 |
| 1796 | 2026-03-11T15:32:19.905Z | Compiling deranged v0.5.3 |
| 1797 | 2026-03-11T15:32:20.157Z | Compiling num_threads v0.1.7 |
| 1798 | 2026-03-11T15:32:20.327Z | Compiling omicron-workspace-hack v0.1.0 |
| 1799 | 2026-03-11T15:32:20.374Z | Compiling dropshot_endpoint v0.16.7 |
| 1800 | 2026-03-11T15:32:20.466Z | Compiling typify-macro v0.4.3 |
| 1801 | 2026-03-11T15:32:20.516Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-03-11T15:32:20.589Z | Compiling ref-cast-impl v1.0.25 |
| 1803 | 2026-03-11T15:32:20.829Z | Compiling derive-ex v0.1.8 |
| 1804 | 2026-03-11T15:32:21.393Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-03-11T15:32:21.477Z | Compiling strum_macros v0.27.2 |
| 1806 | 2026-03-11T15:32:21.622Z | Compiling sync_wrapper v1.0.2 |
| 1807 | 2026-03-11T15:32:21.732Z | Compiling serde_with_macros v3.14.1 |
| 1808 | 2026-03-11T15:32:21.762Z | Compiling subtle v2.6.1 |
| 1809 | 2026-03-11T15:32:21.986Z | Compiling iri-string v0.7.8 |
| 1810 | 2026-03-11T15:32:22.740Z | Compiling rand_core v0.6.4 |
| 1811 | 2026-03-11T15:32:23.022Z | Compiling test-strategy v0.4.3 |
| 1812 | 2026-03-11T15:32:23.040Z | Compiling futures-util v0.3.31 |
| 1813 | 2026-03-11T15:32:23.231Z | Compiling typify v0.4.3 |
| 1814 | 2026-03-11T15:32:23.248Z | Compiling thread_local v1.1.9 |
| 1815 | 2026-03-11T15:32:23.347Z | Compiling progenitor-impl v0.11.1 |
| 1816 | 2026-03-11T15:32:24.007Z | Compiling match_cfg v0.1.0 |
| 1817 | 2026-03-11T15:32:24.101Z | Compiling parse-display-derive v0.10.0 |
| 1818 | 2026-03-11T15:32:24.157Z | Compiling tracing-core v0.1.34 |
| 1819 | 2026-03-11T15:32:24.299Z | Compiling toml_datetime v0.6.11 |
| 1820 | 2026-03-11T15:32:24.377Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1821 | 2026-03-11T15:32:24.652Z | Compiling take_mut v0.2.2 |
| 1822 | 2026-03-11T15:32:24.907Z | Compiling term v1.2.0 |
| 1823 | 2026-03-11T15:32:24.962Z | Compiling tracing v0.1.41 |
| 1824 | 2026-03-11T15:32:25.348Z | Compiling camino v1.2.2 |
| 1825 | 2026-03-11T15:32:25.881Z | Compiling clap_derive v4.5.49 |
| 1826 | 2026-03-11T15:32:26.007Z | Compiling fastrand v2.3.0 |
| 1827 | 2026-03-11T15:32:26.361Z | Compiling cpufeatures v0.2.17 |
| 1828 | 2026-03-11T15:32:26.377Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1829 | 2026-03-11T15:32:26.472Z | Compiling encoding_rs v0.8.35 |
| 1830 | 2026-03-11T15:32:26.488Z | Compiling unicode-width v0.2.1 |
| 1831 | 2026-03-11T15:32:26.624Z | Compiling mime v0.3.17 |
| 1832 | 2026-03-11T15:32:27.307Z | Compiling errno v0.3.14 |
| 1833 | 2026-03-11T15:32:27.503Z | Compiling generic-array v0.14.7 |
| 1834 | 2026-03-11T15:32:28.261Z | Compiling progenitor-macro v0.11.1 |
| 1835 | 2026-03-11T15:32:28.478Z | Compiling hex v0.4.3 |
| 1836 | 2026-03-11T15:32:28.670Z | Compiling ipnetwork v0.21.1 |
| 1837 | 2026-03-11T15:32:28.829Z | Compiling crossbeam-utils v0.8.21 |
| 1838 | 2026-03-11T15:32:29.196Z | Compiling rustix v1.1.2 |
| 1839 | 2026-03-11T15:32:29.249Z | Compiling slog v2.8.2 |
| 1840 | 2026-03-11T15:32:29.400Z | Compiling tokio-util v0.7.16 |
| 1841 | 2026-03-11T15:32:29.515Z | Compiling winnow v0.7.14 |
| 1842 | 2026-03-11T15:32:29.912Z | Compiling crypto-common v0.1.6 |
| 1843 | 2026-03-11T15:32:30.079Z | Compiling rand_core v0.9.3 |
| 1844 | 2026-03-11T15:32:30.340Z | Compiling h2 v0.4.12 |
| 1845 | 2026-03-11T15:32:30.365Z | Compiling oxnet v0.1.4 |
| 1846 | 2026-03-11T15:32:30.971Z | Compiling itertools v0.14.0 |
| 1847 | 2026-03-11T15:32:31.439Z | Compiling rand_chacha v0.9.0 |
| 1848 | 2026-03-11T15:32:32.086Z | Compiling rand v0.9.2 |
| 1849 | 2026-03-11T15:32:32.680Z | Compiling rustls-pki-types v1.12.0 |
| 1850 | 2026-03-11T15:32:33.023Z | Compiling quick-error v1.2.3 |
| 1851 | 2026-03-11T15:32:34.162Z | Compiling hyper v1.8.1 |
| 1852 | 2026-03-11T15:32:34.165Z | Compiling debug-ignore v1.0.5 |
| 1853 | 2026-03-11T15:32:34.165Z | Compiling spin v0.9.8 |
| 1854 | 2026-03-11T15:32:34.165Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1855 | 2026-03-11T15:32:34.165Z | Compiling tabwriter v1.4.1 |
| 1856 | 2026-03-11T15:32:34.208Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1857 | 2026-03-11T15:32:34.558Z | Compiling serde_spanned v1.0.4 |
| 1858 | 2026-03-11T15:32:34.610Z | Compiling hyper-util v0.1.19 |
| 1859 | 2026-03-11T15:32:34.761Z | Compiling bit-vec v0.8.0 |
| 1860 | 2026-03-11T15:32:34.837Z | Compiling lazy_static v1.5.0 |
| 1861 | 2026-03-11T15:32:34.856Z | Compiling colored v3.0.0 |
| 1862 | 2026-03-11T15:32:34.968Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1863 | 2026-03-11T15:32:35.071Z | Compiling bit-set v0.8.0 |
| 1864 | 2026-03-11T15:32:35.253Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1865 | 2026-03-11T15:32:35.277Z | Compiling time v0.3.44 |
| 1866 | 2026-03-11T15:32:35.296Z | Compiling strum v0.26.3 |
| 1867 | 2026-03-11T15:32:35.377Z | Compiling async-stream v0.3.6 |
| 1868 | 2026-03-11T15:32:35.507Z | Compiling ring v0.17.14 |
| 1869 | 2026-03-11T15:32:35.529Z | Compiling waitgroup v0.1.2 |
| 1870 | 2026-03-11T15:32:35.591Z | Compiling serde_path_to_error v0.1.20 |
| 1871 | 2026-03-11T15:32:35.632Z | Compiling anstyle v1.0.11 |
| 1872 | 2026-03-11T15:32:35.700Z | Compiling unarray v0.1.4 |
| 1873 | 2026-03-11T15:32:35.839Z | Compiling crossbeam-channel v0.5.15 |
| 1874 | 2026-03-11T15:32:35.924Z | Compiling block-buffer v0.10.4 |
| 1875 | 2026-03-11T15:32:36.072Z | Compiling macaddr v1.0.1 |
| 1876 | 2026-03-11T15:32:36.114Z | Compiling utf8parse v0.2.2 |
| 1877 | 2026-03-11T15:32:36.257Z | Compiling anstyle-parse v0.2.7 |
| 1878 | 2026-03-11T15:32:36.368Z | Compiling digest v0.10.7 |
| 1879 | 2026-03-11T15:32:36.506Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1880 | 2026-03-11T15:32:36.658Z | Compiling ref-cast v1.0.25 |
| 1881 | 2026-03-11T15:32:36.738Z | Compiling is_terminal_polyfill v1.70.1 |
| 1882 | 2026-03-11T15:32:36.768Z | Compiling anstyle-query v1.1.4 |
| 1883 | 2026-03-11T15:32:36.855Z | Compiling colorchoice v1.0.4 |
| 1884 | 2026-03-11T15:32:36.878Z | Compiling strum v0.27.2 |
| 1885 | 2026-03-11T15:32:36.902Z | Compiling is-terminal v0.4.16 |
| 1886 | 2026-03-11T15:32:36.974Z | Compiling anstream v0.6.20 |
| 1887 | 2026-03-11T15:32:37.251Z | Compiling clap_lex v0.7.5 |
| 1888 | 2026-03-11T15:32:37.446Z | Compiling slog-term v2.9.2 |
| 1889 | 2026-03-11T15:32:37.463Z | Compiling slog-json v2.6.1 |
| 1890 | 2026-03-11T15:32:37.576Z | Compiling slog-async v2.8.0 |
| 1891 | 2026-03-11T15:32:37.649Z | Compiling tower v0.5.2 |
| 1892 | 2026-03-11T15:32:37.713Z | Compiling hostname v0.3.1 |
| 1893 | 2026-03-11T15:32:38.292Z | Compiling tower-http v0.6.8 |
| 1894 | 2026-03-11T15:32:38.309Z | Compiling slog-bunyan v2.5.0 |
| 1895 | 2026-03-11T15:32:38.774Z | Compiling futures-executor v0.3.31 |
| 1896 | 2026-03-11T15:32:38.850Z | Compiling instant v0.1.13 |
| 1897 | 2026-03-11T15:32:38.988Z | Compiling futures v0.3.31 |
| 1898 | 2026-03-11T15:32:39.094Z | Compiling openssl-sys v0.9.109 |
| 1899 | 2026-03-11T15:32:39.867Z | Compiling memmap2 v0.9.8 |
| 1900 | 2026-03-11T15:32:40.152Z | Compiling untrusted v0.7.1 |
| 1901 | 2026-03-11T15:32:40.223Z | Compiling foreign-types-shared v0.1.1 |
| 1902 | 2026-03-11T15:32:40.308Z | Compiling foreign-types v0.3.2 |
| 1903 | 2026-03-11T15:32:40.334Z | Compiling tempfile v3.23.0 |
| 1904 | 2026-03-11T15:32:40.937Z | Compiling openssl-probe v0.1.6 |
| 1905 | 2026-03-11T15:32:41.211Z | Compiling openssl v0.10.73 |
| 1906 | 2026-03-11T15:32:41.771Z | Compiling either v1.15.0 |
| 1907 | 2026-03-11T15:32:42.174Z | Compiling webpki-roots v1.0.2 |
| 1908 | 2026-03-11T15:32:42.911Z | Compiling usdt v0.6.0 |
| 1909 | 2026-03-11T15:32:43.084Z | Compiling newtype-uuid v1.3.2 |
| 1910 | 2026-03-11T15:32:44.457Z | Compiling native-tls v0.2.14 |
| 1911 | 2026-03-11T15:32:44.461Z | Compiling daft v0.1.4 |
| 1912 | 2026-03-11T15:32:44.811Z | Compiling tokio-native-tls v0.3.1 |
| 1913 | 2026-03-11T15:32:45.024Z | Compiling hyper-tls v0.6.0 |
| 1914 | 2026-03-11T15:32:45.552Z | Compiling rustls-webpki v0.102.8 |
| 1915 | 2026-03-11T15:32:46.600Z | Compiling rustls v0.22.4 |
| 1916 | 2026-03-11T15:32:47.742Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1917 | 2026-03-11T15:32:48.687Z | Compiling sha1 v0.10.6 |
| 1918 | 2026-03-11T15:32:48.714Z | Compiling multer v3.1.0 |
| 1919 | 2026-03-11T15:32:49.120Z | Compiling tokio-rustls v0.25.0 |
| 1920 | 2026-03-11T15:32:49.387Z | Compiling rustls-pemfile v2.2.0 |
| 1921 | 2026-03-11T15:32:49.418Z | Compiling terminal_size v0.4.3 |
| 1922 | 2026-03-11T15:32:49.639Z | Compiling rand_chacha v0.3.1 |
| 1923 | 2026-03-11T15:32:50.238Z | Compiling wait-timeout v0.2.1 |
| 1924 | 2026-03-11T15:32:50.280Z | Compiling hostname v0.4.2 |
| 1925 | 2026-03-11T15:32:50.673Z | Compiling dropshot v0.16.7 |
| 1926 | 2026-03-11T15:32:50.822Z | Compiling rusty-fork v0.3.0 |
| 1927 | 2026-03-11T15:32:51.565Z | Compiling rand v0.8.5 |
| 1928 | 2026-03-11T15:32:51.789Z | Compiling rustls-webpki v0.103.6 |
| 1929 | 2026-03-11T15:32:52.458Z | Compiling rand_xorshift v0.4.0 |
| 1930 | 2026-03-11T15:32:53.003Z | Compiling proptest v1.8.0 |
| 1931 | 2026-03-11T15:32:53.639Z | Compiling rustls v0.23.32 |
| 1932 | 2026-03-11T15:32:55.024Z | Compiling aws-lc-rs v1.14.0 |
| 1933 | 2026-03-11T15:32:55.084Z | Compiling clap_builder v4.5.50 |
| 1934 | 2026-03-11T15:32:56.208Z | Compiling hubpack_derive v0.1.1 |
| 1935 | 2026-03-11T15:32:57.263Z | Compiling tokio-rustls v0.26.3 |
| 1936 | 2026-03-11T15:32:57.509Z | Compiling clap v4.5.50 |
| 1937 | 2026-03-11T15:32:58.215Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1938 | 2026-03-11T15:32:59.154Z | Compiling serde_spanned v0.6.9 |
| 1939 | 2026-03-11T15:32:59.372Z | Compiling winnow v0.5.40 |
| 1940 | 2026-03-11T15:32:59.431Z | Compiling hyper-rustls v0.27.7 |
| 1941 | 2026-03-11T15:33:00.363Z | Compiling serde_with v3.14.1 |
| 1942 | 2026-03-11T15:33:00.546Z | Compiling reqwest v0.12.23 |
| 1943 | 2026-03-11T15:33:00.757Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1944 | 2026-03-11T15:33:01.350Z | Compiling rustc-hash v2.1.1 |
| 1945 | 2026-03-11T15:33:01.513Z | Compiling iddqd v0.3.17 |
| 1946 | 2026-03-11T15:33:02.618Z | Compiling backoff v0.4.0 |
| 1947 | 2026-03-11T15:33:02.885Z | Compiling parse-display v0.10.0 |
| 1948 | 2026-03-11T15:33:03.126Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1949 | 2026-03-11T15:33:03.291Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1950 | 2026-03-11T15:33:05.615Z | Compiling progenitor-client v0.11.1 |
| 1951 | 2026-03-11T15:33:05.737Z | Compiling progenitor-client v0.10.0 |
| 1952 | 2026-03-11T15:33:05.932Z | Compiling progenitor v0.11.1 |
| 1953 | 2026-03-11T15:33:06.112Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1954 | 2026-03-11T15:33:07.092Z | Compiling num-derive v0.3.3 |
| 1955 | 2026-03-11T15:33:08.416Z | Compiling toml_write v0.1.2 |
| 1956 | 2026-03-11T15:33:09.125Z | Compiling toml_edit v0.22.27 |
| 1957 | 2026-03-11T15:33:10.019Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1958 | 2026-03-11T15:33:11.423Z | Compiling toml_edit v0.19.15 |
| 1959 | 2026-03-11T15:33:11.917Z | Compiling num-integer v0.1.46 |
| 1960 | 2026-03-11T15:33:12.177Z | Compiling float-ord v0.3.2 |
| 1961 | 2026-03-11T15:33:12.385Z | Compiling toml v0.8.23 |
| 1962 | 2026-03-11T15:33:12.944Z | Compiling proc-macro-crate v1.3.1 |
| 1963 | 2026-03-11T15:33:15.061Z | Compiling num-rational v0.4.2 |
| 1964 | 2026-03-11T15:33:16.005Z | Compiling num-iter v0.1.45 |
| 1965 | 2026-03-11T15:33:16.605Z | Compiling num-complex v0.4.6 |
| 1966 | 2026-03-11T15:33:17.906Z | Compiling num v0.4.3 |
| 1967 | 2026-03-11T15:33:22.282Z | Compiling zerocopy-derive v0.7.35 |
| 1968 | 2026-03-11T15:33:22.811Z | Compiling ingot-macros v0.1.1 |
| 1969 | 2026-03-11T15:33:22.901Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-03-11T15:33:23.167Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-03-11T15:33:24.118Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1972 | 2026-03-11T15:33:24.760Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1973 | 2026-03-11T15:33:24.911Z | Compiling zerocopy v0.7.35 |
| 1974 | 2026-03-11T15:33:26.563Z | Compiling num_enum_derive v0.7.5 |
| 1975 | 2026-03-11T15:33:27.287Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-03-11T15:33:27.843Z | Compiling memoffset v0.9.1 |
| 1977 | 2026-03-11T15:33:28.122Z | Compiling foreign-types-macros v0.2.3 |
| 1978 | 2026-03-11T15:33:29.556Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-03-11T15:33:29.874Z | Compiling nix v0.30.1 |
| 1980 | 2026-03-11T15:33:30.641Z | Compiling libscf-sys v1.1.0 |
| 1981 | 2026-03-11T15:33:31.425Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1982 | 2026-03-11T15:33:31.620Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1983 | 2026-03-11T15:33:31.755Z | Compiling proc-macro-error-attr v1.0.4 |
| 1984 | 2026-03-11T15:33:32.009Z | Compiling proc-macro-error2 v2.0.1 |
| 1985 | 2026-03-11T15:33:32.201Z | Compiling dtrace-parser v0.2.0 |
| 1986 | 2026-03-11T15:33:32.221Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1987 | 2026-03-11T15:33:32.314Z | Compiling proc-macro-error v1.0.4 |
| 1988 | 2026-03-11T15:33:32.356Z | Compiling tabled_derive v0.11.0 |
| 1989 | 2026-03-11T15:33:32.814Z | Compiling dof v0.3.0 |
| 1990 | 2026-03-11T15:33:32.863Z | Compiling num_enum_derive v0.5.11 |
| 1991 | 2026-03-11T15:33:33.308Z | Compiling hubpack v0.1.2 |
| 1992 | 2026-03-11T15:33:33.575Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1993 | 2026-03-11T15:33:33.634Z | Compiling thread-id v4.2.2 |
| 1994 | 2026-03-11T15:33:34.148Z | Compiling static_assertions v1.1.0 |
| 1995 | 2026-03-11T15:33:34.219Z | Compiling usdt-impl v0.5.0 |
| 1996 | 2026-03-11T15:33:35.366Z | Compiling derive_more v0.99.20 |
| 1997 | 2026-03-11T15:33:37.197Z | Compiling bytecount v0.6.9 |
| 1998 | 2026-03-11T15:33:37.816Z | Compiling usdt-macro v0.5.0 |
| 1999 | 2026-03-11T15:33:38.584Z | Compiling usdt-attr-macro v0.5.0 |
| 2000 | 2026-03-11T15:33:39.208Z | Compiling zone_cfg_derive v0.3.1 |
| 2001 | 2026-03-11T15:33:39.325Z | Compiling num-derive v0.4.2 |
| 2002 | 2026-03-11T15:33:39.660Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2003 | 2026-03-11T15:33:40.197Z | Compiling rustc_version v0.4.1 |
| 2004 | 2026-03-11T15:33:40.378Z | Compiling crossbeam-epoch v0.9.18 |
| 2005 | 2026-03-11T15:33:40.585Z | Compiling papergrid v0.17.0 |
| 2006 | 2026-03-11T15:33:40.651Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2007 | 2026-03-11T15:33:40.667Z | Compiling testing_table v0.3.0 |
| 2008 | 2026-03-11T15:33:40.884Z | Compiling enum-as-inner v0.6.1 |
| 2009 | 2026-03-11T15:33:40.957Z | Compiling curve25519-dalek v4.1.3 |
| 2010 | 2026-03-11T15:33:41.157Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2011 | 2026-03-11T15:33:41.506Z | Compiling crossbeam-deque v0.8.6 |
| 2012 | 2026-03-11T15:33:41.759Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2013 | 2026-03-11T15:33:41.775Z | Compiling typify-impl v0.6.1 |
| 2014 | 2026-03-11T15:33:41.996Z | Compiling tabled v0.20.0 |
| 2015 | 2026-03-11T15:33:42.462Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2016 | 2026-03-11T15:33:42.573Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2017 | 2026-03-11T15:33:43.426Z | Compiling rayon-core v1.13.0 |
| 2018 | 2026-03-11T15:33:43.501Z | Compiling scroll v0.12.0 |
| 2019 | 2026-03-11T15:33:43.961Z | Compiling hash32 v0.3.1 |
| 2020 | 2026-03-11T15:33:44.019Z | Compiling goblin v0.8.2 |
| 2021 | 2026-03-11T15:33:44.158Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2022 | 2026-03-11T15:33:44.302Z | Compiling heapless v0.8.0 |
| 2023 | 2026-03-11T15:33:44.444Z | Compiling ingot-types v0.1.2 |
| 2024 | 2026-03-11T15:33:45.170Z | Compiling cobs v0.3.0 |
| 2025 | 2026-03-11T15:33:45.194Z | Compiling managed v0.8.0 |
| 2026 | 2026-03-11T15:33:45.318Z | Compiling foreign-types-shared v0.3.1 |
| 2027 | 2026-03-11T15:33:45.427Z | Compiling bitflags v1.3.2 |
| 2028 | 2026-03-11T15:33:45.486Z | Compiling foreign-types v0.5.0 |
| 2029 | 2026-03-11T15:33:45.527Z | Compiling postcard v1.1.3 |
| 2030 | 2026-03-11T15:33:45.542Z | Compiling smoltcp v0.11.0 |
| 2031 | 2026-03-11T15:33:45.881Z | Compiling ingot v0.1.1 |
| 2032 | 2026-03-11T15:33:45.988Z | Compiling num_enum v0.7.5 |
| 2033 | 2026-03-11T15:33:46.147Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2034 | 2026-03-11T15:33:46.298Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2035 | 2026-03-11T15:33:46.417Z | Compiling camino-tempfile v1.4.1 |
| 2036 | 2026-03-11T15:33:46.565Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2037 | 2026-03-11T15:33:46.708Z | Compiling derive-where v1.6.0 |
| 2038 | 2026-03-11T15:33:46.742Z | Compiling serde_repr v0.1.20 |
| 2039 | 2026-03-11T15:33:47.084Z | Compiling cstr-argument v0.1.2 |
| 2040 | 2026-03-11T15:33:47.912Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2041 | 2026-03-11T15:33:48.401Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2042 | 2026-03-11T15:33:49.148Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2043 | 2026-03-11T15:33:49.385Z | Compiling rayon v1.11.0 |
| 2044 | 2026-03-11T15:33:49.514Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2045 | 2026-03-11T15:33:49.670Z | Compiling crucible-workspace-hack v0.1.0 |
| 2046 | 2026-03-11T15:33:50.564Z | Compiling typify-macro v0.6.1 |
| 2047 | 2026-03-11T15:33:50.597Z | Compiling memmap v0.7.0 |
| 2048 | 2026-03-11T15:33:50.850Z | Compiling tinyvec_macros v0.1.1 |
| 2049 | 2026-03-11T15:33:50.945Z | Compiling tinyvec v1.10.0 |
| 2050 | 2026-03-11T15:33:50.972Z | Compiling usdt v0.5.0 |
| 2051 | 2026-03-11T15:33:51.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2052 | 2026-03-11T15:33:51.362Z | Compiling num_enum v0.5.11 |
| 2053 | 2026-03-11T15:33:51.873Z | Compiling pin-project-internal v1.1.10 |
| 2054 | 2026-03-11T15:33:53.111Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2055 | 2026-03-11T15:33:53.346Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2056 | 2026-03-11T15:33:53.379Z | Compiling typify v0.6.1 |
| 2057 | 2026-03-11T15:33:53.513Z | Compiling progenitor-impl v0.13.0 |
| 2058 | 2026-03-11T15:33:53.564Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2059 | 2026-03-11T15:33:53.798Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2060 | 2026-03-11T15:33:54.163Z | Compiling rustix v0.38.44 |
| 2061 | 2026-03-11T15:33:54.437Z | Compiling itertools v0.12.1 |
| 2062 | 2026-03-11T15:33:54.614Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2063 | 2026-03-11T15:33:54.687Z | Compiling progenitor-impl v0.10.0 |
| 2064 | 2026-03-11T15:33:55.135Z | Compiling sigpipe v0.1.3 |
| 2065 | 2026-03-11T15:33:55.268Z | Compiling jiff v0.2.15 |
| 2066 | 2026-03-11T15:33:55.431Z | Compiling const_format_proc_macros v0.2.34 |
| 2067 | 2026-03-11T15:33:55.600Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2068 | 2026-03-11T15:33:55.882Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2069 | 2026-03-11T15:33:56.157Z | Compiling zone v0.3.1 |
| 2070 | 2026-03-11T15:33:57.109Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2071 | 2026-03-11T15:33:57.474Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2072 | 2026-03-11T15:33:58.110Z | Compiling secrecy v0.10.3 |
| 2073 | 2026-03-11T15:33:58.174Z | Compiling smf v0.2.3 |
| 2074 | 2026-03-11T15:33:58.317Z | Compiling async-recursion v1.1.1 |
| 2075 | 2026-03-11T15:33:58.411Z | Compiling progenitor-macro v0.13.0 |
| 2076 | 2026-03-11T15:33:58.886Z | Compiling snafu-derive v0.8.9 |
| 2077 | 2026-03-11T15:33:59.109Z | Compiling bstr v1.12.0 |
| 2078 | 2026-03-11T15:33:59.504Z | Compiling progenitor-macro v0.10.0 |
| 2079 | 2026-03-11T15:33:59.671Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2080 | 2026-03-11T15:33:59.801Z | Compiling whoami v1.6.1 |
| 2081 | 2026-03-11T15:34:00.212Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2082 | 2026-03-11T15:34:02.576Z | Compiling hmac v0.12.1 |
| 2083 | 2026-03-11T15:34:03.000Z | Compiling inout v0.1.4 |
| 2084 | 2026-03-11T15:34:03.212Z | Compiling ff v0.13.1 |
| 2085 | 2026-03-11T15:34:03.247Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2086 | 2026-03-11T15:34:03.263Z | Compiling crc8 v0.1.1 |
| 2087 | 2026-03-11T15:34:03.411Z | Compiling data-encoding v2.9.0 |
| 2088 | 2026-03-11T15:34:04.392Z | Compiling group v0.13.0 |
| 2089 | 2026-03-11T15:34:04.542Z | Compiling cipher v0.4.4 |
| 2090 | 2026-03-11T15:34:04.580Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2091 | 2026-03-11T15:34:04.835Z | Compiling hkdf v0.12.4 |
| 2092 | 2026-03-11T15:34:05.181Z | Compiling atomicwrites v0.4.4 |
| 2093 | 2026-03-11T15:34:05.451Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2094 | 2026-03-11T15:34:05.481Z | Compiling tokio-dtrace v0.1.1 |
| 2095 | 2026-03-11T15:34:05.840Z | Compiling tabled_derive v0.7.0 |
| 2096 | 2026-03-11T15:34:06.479Z | Compiling reqwest v0.13.2 |
| 2097 | 2026-03-11T15:34:06.496Z | Compiling universal-hash v0.5.1 |
| 2098 | 2026-03-11T15:34:06.670Z | Compiling crypto-bigint v0.5.5 |
| 2099 | 2026-03-11T15:34:06.840Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2100 | 2026-03-11T15:34:07.149Z | Compiling half v2.7.1 |
| 2101 | 2026-03-11T15:34:07.343Z | Compiling ciborium-io v0.2.2 |
| 2102 | 2026-03-11T15:34:07.477Z | Compiling base64ct v1.8.0 |
| 2103 | 2026-03-11T15:34:07.560Z | Compiling base16ct v0.2.0 |
| 2104 | 2026-03-11T15:34:07.780Z | Compiling indent_write v2.2.0 |
| 2105 | 2026-03-11T15:34:07.880Z | Compiling opaque-debug v0.3.1 |
| 2106 | 2026-03-11T15:34:07.966Z | Compiling poly1305 v0.8.0 |
| 2107 | 2026-03-11T15:34:07.982Z | Compiling password-hash v0.5.0 |
| 2108 | 2026-03-11T15:34:08.044Z | Compiling progenitor-client v0.13.0 |
| 2109 | 2026-03-11T15:34:08.432Z | Compiling elliptic-curve v0.13.8 |
| 2110 | 2026-03-11T15:34:08.517Z | Compiling ciborium-ll v0.2.2 |
| 2111 | 2026-03-11T15:34:09.099Z | Compiling oxide-tokio-rt v0.1.2 |
| 2112 | 2026-03-11T15:34:09.352Z | Compiling chacha20 v0.9.1 |
| 2113 | 2026-03-11T15:34:09.433Z | Compiling similar v2.7.0 |
| 2114 | 2026-03-11T15:34:09.538Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-03-11T15:34:10.107Z | Compiling thiserror-no-std v2.0.2 |
| 2116 | 2026-03-11T15:34:11.111Z | Compiling blake2 v0.10.6 |
| 2117 | 2026-03-11T15:34:11.599Z | Compiling aead v0.5.2 |
| 2118 | 2026-03-11T15:34:11.743Z | Compiling resolv-conf v0.7.5 |
| 2119 | 2026-03-11T15:34:11.908Z | Compiling linked-hash-map v0.5.6 |
| 2120 | 2026-03-11T15:34:12.156Z | Compiling keccak v0.1.5 |
| 2121 | 2026-03-11T15:34:13.025Z | Compiling lru-cache v0.1.2 |
| 2122 | 2026-03-11T15:34:13.025Z | Compiling sha3 v0.10.8 |
| 2123 | 2026-03-11T15:34:13.025Z | Compiling chacha20poly1305 v0.10.1 |
| 2124 | 2026-03-11T15:34:13.025Z | Compiling argon2 v0.5.3 |
| 2125 | 2026-03-11T15:34:13.025Z | Compiling vsss-rs v3.3.4 |
| 2126 | 2026-03-11T15:34:13.025Z | Compiling progenitor v0.13.0 |
| 2127 | 2026-03-11T15:34:13.086Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2128 | 2026-03-11T15:34:13.469Z | Compiling ciborium v0.2.2 |
| 2129 | 2026-03-11T15:34:13.504Z | Compiling hickory-proto v0.24.4 |
| 2130 | 2026-03-11T15:34:14.462Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2131 | 2026-03-11T15:34:14.910Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2132 | 2026-03-11T15:34:14.950Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2133 | 2026-03-11T15:34:15.134Z | Compiling serde-big-array v0.5.1 |
| 2134 | 2026-03-11T15:34:15.328Z | Compiling unicode-segmentation v1.12.0 |
| 2135 | 2026-03-11T15:34:15.798Z | Compiling siphasher v1.0.1 |
| 2136 | 2026-03-11T15:34:15.922Z | Compiling same-file v1.0.6 |
| 2137 | 2026-03-11T15:34:16.073Z | Compiling walkdir v2.5.0 |
| 2138 | 2026-03-11T15:34:16.096Z | Compiling hickory-resolver v0.24.4 |
| 2139 | 2026-03-11T15:34:16.112Z | Compiling phf_shared v0.12.1 |
| 2140 | 2026-03-11T15:34:16.161Z | Compiling newline-converter v0.3.0 |
| 2141 | 2026-03-11T15:34:16.395Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2142 | 2026-03-11T15:34:16.520Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2143 | 2026-03-11T15:34:17.262Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2144 | 2026-03-11T15:34:18.169Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2145 | 2026-03-11T15:34:18.511Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2146 | 2026-03-11T15:34:18.983Z | Compiling newtype_derive v0.1.6 |
| 2147 | 2026-03-11T15:34:19.095Z | Compiling owo-colors v4.3.0 |
| 2148 | 2026-03-11T15:34:19.356Z | Compiling tokio-stream v0.1.17 |
| 2149 | 2026-03-11T15:34:19.660Z | Compiling console v0.15.11 |
| 2150 | 2026-03-11T15:34:19.966Z | Compiling csv-core v0.1.12 |
| 2151 | 2026-03-11T15:34:20.059Z | Compiling foldhash v0.1.5 |
| 2152 | 2026-03-11T15:34:20.206Z | Compiling unicode-linebreak v0.1.5 |
| 2153 | 2026-03-11T15:34:20.335Z | Compiling smawk v0.3.2 |
| 2154 | 2026-03-11T15:34:20.525Z | Compiling unicode-width v0.1.14 |
| 2155 | 2026-03-11T15:34:20.564Z | Compiling swrite v0.1.0 |
| 2156 | 2026-03-11T15:34:20.615Z | Compiling termtree v0.5.1 |
| 2157 | 2026-03-11T15:34:20.691Z | Compiling textwrap v0.16.2 |
| 2158 | 2026-03-11T15:34:20.919Z | Compiling hashbrown v0.15.5 |
| 2159 | 2026-03-11T15:34:21.026Z | Compiling csv v1.3.1 |
| 2160 | 2026-03-11T15:34:21.059Z | Compiling expectorate v1.2.0 |
| 2161 | 2026-03-11T15:34:21.264Z | Compiling qorb v0.4.1 |
| 2162 | 2026-03-11T15:34:21.716Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2163 | 2026-03-11T15:34:21.831Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-03-11T15:34:24.033Z | Compiling phf v0.12.1 |
| 2165 | 2026-03-11T15:34:24.168Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2166 | 2026-03-11T15:34:24.502Z | Compiling pin-project v1.1.10 |
| 2167 | 2026-03-11T15:34:24.642Z | Compiling unicode-normalization v0.1.24 |
| 2168 | 2026-03-11T15:34:24.717Z | Compiling libz-sys v1.1.22 |
| 2169 | 2026-03-11T15:34:24.861Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-03-11T15:34:26.240Z | Compiling libsw-core v0.3.2 |
| 2171 | 2026-03-11T15:34:26.281Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2172 | 2026-03-11T15:34:26.948Z | Compiling fixedbitset v0.4.2 |
| 2173 | 2026-03-11T15:34:26.965Z | Compiling fixedbitset v0.5.7 |
| 2174 | 2026-03-11T15:34:27.172Z | Compiling highway v1.3.0 |
| 2175 | 2026-03-11T15:34:27.426Z | Compiling petgraph v0.8.2 |
| 2176 | 2026-03-11T15:34:27.521Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-03-11T15:34:28.482Z | Compiling petgraph v0.6.5 |
| 2178 | 2026-03-11T15:34:28.586Z | Compiling progenitor v0.10.0 |
| 2179 | 2026-03-11T15:34:29.089Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2180 | 2026-03-11T15:34:29.848Z | Compiling libsw v3.5.0 |
| 2181 | 2026-03-11T15:34:30.120Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-03-11T15:34:30.292Z | Compiling olpc-cjson v0.1.4 |
| 2183 | 2026-03-11T15:34:30.316Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2184 | 2026-03-11T15:34:30.571Z | Compiling snafu v0.8.9 |
| 2185 | 2026-03-11T15:34:31.104Z | Compiling chrono-tz v0.10.4 |
| 2186 | 2026-03-11T15:34:31.893Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2187 | 2026-03-11T15:34:32.151Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2188 | 2026-03-11T15:34:32.286Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-03-11T15:34:33.404Z | Compiling papergrid v0.11.0 |
| 2190 | 2026-03-11T15:34:33.578Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-03-11T15:34:33.927Z | Compiling globset v0.4.16 |
| 2192 | 2026-03-11T15:34:34.272Z | Compiling const_format v0.2.34 |
| 2193 | 2026-03-11T15:34:34.725Z | Compiling slog-dtrace v0.3.0 |
| 2194 | 2026-03-11T15:34:35.018Z | Compiling cancel-safe-futures v0.1.5 |
| 2195 | 2026-03-11T15:34:35.078Z | Compiling gethostname v0.5.0 |
| 2196 | 2026-03-11T15:34:35.262Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2197 | 2026-03-11T15:34:35.892Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-03-11T15:34:36.685Z | Compiling pem v3.0.5 |
| 2199 | 2026-03-11T15:34:36.718Z | Compiling bcs v0.1.6 |
| 2200 | 2026-03-11T15:34:37.151Z | Compiling cargo-platform v0.1.9 |
| 2201 | 2026-03-11T15:34:37.196Z | Compiling serde_plain v1.0.2 |
| 2202 | 2026-03-11T15:34:37.257Z | Compiling linear-map v1.2.0 |
| 2203 | 2026-03-11T15:34:37.466Z | Compiling typed-path v0.9.3 |
| 2204 | 2026-03-11T15:34:37.469Z | Compiling tagptr v0.2.0 |
| 2205 | 2026-03-11T15:34:38.730Z | Compiling tough v0.20.0 |
| 2206 | 2026-03-11T15:34:40.411Z | Compiling moka v0.12.11 |
| 2207 | 2026-03-11T15:34:40.620Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-03-11T15:34:41.460Z | Compiling cargo_metadata v0.18.1 |
| 2209 | 2026-03-11T15:34:42.133Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-03-11T15:34:42.849Z | Compiling tabled v0.15.0 |
| 2211 | 2026-03-11T15:34:43.041Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-03-11T15:34:43.158Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2213 | 2026-03-11T15:34:43.659Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-03-11T15:34:43.881Z | Compiling git2 v0.19.0 |
| 2215 | 2026-03-11T15:34:43.911Z | Compiling steno v0.4.1 |
| 2216 | 2026-03-11T15:34:47.746Z | Compiling cookie v0.18.1 |
| 2217 | 2026-03-11T15:34:47.790Z | Compiling hickory-proto v0.25.2 |
| 2218 | 2026-03-11T15:34:49.458Z | Compiling humantime v2.3.0 |
| 2219 | 2026-03-11T15:34:49.838Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-03-11T15:34:50.454Z | Compiling hickory-resolver v0.25.2 |
| 2221 | 2026-03-11T15:34:53.887Z | Compiling vergen v8.3.2 |
| 2222 | 2026-03-11T15:34:55.560Z | Compiling signal-hook v0.3.18 |
| 2223 | 2026-03-11T15:34:56.944Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2224 | 2026-03-11T15:34:57.376Z | Compiling mockall_derive v0.13.1 |
| 2225 | 2026-03-11T15:34:57.651Z | Compiling predicates-core v1.0.9 |
| 2226 | 2026-03-11T15:34:57.920Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2227 | 2026-03-11T15:34:58.111Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2228 | 2026-03-11T15:34:58.647Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2229 | 2026-03-11T15:35:00.018Z | Compiling sha2 v0.10.9 |
| 2230 | 2026-03-11T15:35:00.270Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2231 | 2026-03-11T15:35:00.756Z | Compiling yansi v1.0.1 |
| 2232 | 2026-03-11T15:35:00.830Z | Compiling adler2 v2.0.1 |
| 2233 | 2026-03-11T15:35:01.024Z | Compiling diff v0.1.13 |
| 2234 | 2026-03-11T15:35:01.167Z | Compiling miniz_oxide v0.8.9 |
| 2235 | 2026-03-11T15:35:01.216Z | Compiling pretty_assertions v1.4.1 |
| 2236 | 2026-03-11T15:35:01.464Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2237 | 2026-03-11T15:35:02.145Z | Compiling predicates-tree v1.0.12 |
| 2238 | 2026-03-11T15:35:02.495Z | Compiling predicates v3.1.3 |
| 2239 | 2026-03-11T15:35:03.098Z | Compiling fs-err v3.1.2 |
| 2240 | 2026-03-11T15:35:03.180Z | Compiling crc32fast v1.5.0 |
| 2241 | 2026-03-11T15:35:04.180Z | Compiling git-stub v1.0.0 |
| 2242 | 2026-03-11T15:35:04.558Z | Compiling filetime v0.2.26 |
| 2243 | 2026-03-11T15:35:04.804Z | Compiling xattr v1.6.1 |
| 2244 | 2026-03-11T15:35:05.034Z | Compiling downcast v0.11.0 |
| 2245 | 2026-03-11T15:35:05.234Z | Compiling arrayref v0.3.9 |
| 2246 | 2026-03-11T15:35:05.337Z | Compiling fragile v2.0.1 |
| 2247 | 2026-03-11T15:35:05.763Z | Compiling is_ci v1.2.0 |
| 2248 | 2026-03-11T15:35:05.961Z | Compiling arrayvec v0.7.6 |
| 2249 | 2026-03-11T15:35:06.247Z | Compiling constant_time_eq v0.3.1 |
| 2250 | 2026-03-11T15:35:06.403Z | Compiling blake3 v1.8.2 |
| 2251 | 2026-03-11T15:35:06.937Z | Compiling mockall v0.13.1 |
| 2252 | 2026-03-11T15:35:07.187Z | Compiling toml v0.7.8 |
| 2253 | 2026-03-11T15:35:08.145Z | Compiling supports-color v3.0.2 |
| 2254 | 2026-03-11T15:35:08.363Z | Compiling tar v0.4.44 |
| 2255 | 2026-03-11T15:35:08.386Z | Compiling git-stub-vcs v0.1.0 |
| 2256 | 2026-03-11T15:35:08.471Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2257 | 2026-03-11T15:35:08.690Z | Compiling signal-hook-tokio v0.3.1 |
| 2258 | 2026-03-11T15:35:08.872Z | Compiling flate2 v1.1.2 |
| 2259 | 2026-03-11T15:35:09.075Z | Compiling drift v0.1.3 |
| 2260 | 2026-03-11T15:35:09.460Z | Compiling kstat-rs v0.2.4 |
| 2261 | 2026-03-11T15:35:09.757Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2262 | 2026-03-11T15:35:09.885Z | Compiling display-error-chain v0.2.2 |
| 2263 | 2026-03-11T15:35:10.071Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2264 | 2026-03-11T15:35:10.087Z | Compiling topological-sort v0.2.2 |
| 2265 | 2026-03-11T15:35:10.156Z | Compiling hex-literal v1.0.0 |
| 2266 | 2026-03-11T15:35:10.275Z | Compiling omicron-zone-package v0.12.2 |
| 2267 | 2026-03-11T15:35:10.399Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2268 | 2026-03-11T15:35:11.438Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2269 | 2026-03-11T15:35:13.268Z | Compiling dropshot-api-manager v0.5.2 |
| 2270 | 2026-03-11T15:35:13.309Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2271 | 2026-03-11T15:35:14.284Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-03-11T15:35:14.997Z | Compiling curl v0.4.49 |
| 2273 | 2026-03-11T15:35:15.119Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2274 | 2026-03-11T15:35:15.280Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2275 | 2026-03-11T15:35:15.651Z | Compiling internet-checksum v0.2.1 |
| 2276 | 2026-03-11T15:35:15.840Z | Compiling search_path v0.1.4 |
| 2277 | 2026-03-11T15:35:16.229Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2278 | 2026-03-11T15:35:16.392Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2279 | 2026-03-11T15:35:20.442Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2280 | 2026-03-11T15:35:21.976Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2281 | 2026-03-11T15:36:21.013Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 28s |
| 2282 | 2026-03-11T15:36:21.162Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 2283 | 2026-03-11T15:36:21.164Z | |
| 2284 | 2026-03-11T15:36:21.165Z | running 5 tests |
| 2285 | 2026-03-11T15:36:21.168Z | test fuse::tests::chip_revision_b1 ... ok |
| 2286 | 2026-03-11T15:36:21.168Z | test fuse::tests::chip_revision_b0 ... ok |
| 2287 | 2026-03-11T15:36:21.168Z | test fuse::tests::chip_revision_a0 ... ok |
| 2288 | 2026-03-11T15:36:21.168Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2289 | 2026-03-11T15:36:21.168Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2290 | 2026-03-11T15:36:21.168Z | |
| 2291 | 2026-03-11T15:36:21.168Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2292 | 2026-03-11T15:36:21.168Z | |
| 2293 | 2026-03-11T15:36:21.168Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2294 | 2026-03-11T15:36:21.170Z | |
| 2295 | 2026-03-11T15:36:21.170Z | running 0 tests |
| 2296 | 2026-03-11T15:36:21.170Z | |
| 2297 | 2026-03-11T15:36:21.171Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2298 | 2026-03-11T15:36:21.171Z | |
| 2299 | 2026-03-11T15:36:21.171Z | Running unittests src/lib.rs (target/debug/deps/asic-1d7da80ed3d32b1f) |
| 2300 | 2026-03-11T15:36:21.174Z | |
| 2301 | 2026-03-11T15:36:21.174Z | running 0 tests |
| 2302 | 2026-03-11T15:36:21.174Z | |
| 2303 | 2026-03-11T15:36:21.174Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2304 | 2026-03-11T15:36:21.174Z | |
| 2305 | 2026-03-11T15:36:21.174Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2306 | 2026-03-11T15:36:21.177Z | |
| 2307 | 2026-03-11T15:36:21.177Z | running 10 tests |
| 2308 | 2026-03-11T15:36:21.177Z | test nat::tests::test_vni ... ok |
| 2309 | 2026-03-11T15:36:21.177Z | test network::tests::test_equal ... ok |
| 2310 | 2026-03-11T15:36:21.177Z | test network::tests::test_eui64 ... ok |
| 2311 | 2026-03-11T15:36:21.177Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2312 | 2026-03-11T15:36:21.177Z | test network::tests::test_into ... ok |
| 2313 | 2026-03-11T15:36:21.177Z | test network::tests::test_not_equal ... ok |
| 2314 | 2026-03-11T15:36:21.177Z | test network::tests::test_to_string ... ok |
| 2315 | 2026-03-11T15:36:21.177Z | test network::tests::test_parse ... ok |
| 2316 | 2026-03-11T15:36:21.177Z | test test_purge ... ok |
| 2317 | 2026-03-11T15:36:21.180Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2318 | 2026-03-11T15:36:21.180Z | |
| 2319 | 2026-03-11T15:36:21.184Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2320 | 2026-03-11T15:36:21.184Z | |
| 2321 | 2026-03-11T15:36:21.184Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a) |
| 2322 | 2026-03-11T15:36:21.187Z | |
| 2323 | 2026-03-11T15:36:21.187Z | running 1 test |
| 2324 | 2026-03-11T15:36:22.679Z | test test::test_apis_up_to_date ... ok |
| 2325 | 2026-03-11T15:36:22.679Z | |
| 2326 | 2026-03-11T15:36:22.679Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s |
| 2327 | 2026-03-11T15:36:22.679Z | |
| 2328 | 2026-03-11T15:36:22.731Z | Running unittests src/main.rs (target/debug/deps/dpd-b73a0c33cecba41a) |
| 2329 | 2026-03-11T15:36:22.738Z | |
| 2330 | 2026-03-11T15:36:22.738Z | running 18 tests |
| 2331 | 2026-03-11T15:36:22.741Z | test freemap::test_ordering ... ok |
| 2332 | 2026-03-11T15:36:22.741Z | test freemap::test_split ... ok |
| 2333 | 2026-03-11T15:36:22.741Z | test config::tests::test_updates ... ok |
| 2334 | 2026-03-11T15:36:22.741Z | test macaddrs::tests::test_mac_offset ... ok |
| 2335 | 2026-03-11T15:36:22.741Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2336 | 2026-03-11T15:36:22.744Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2337 | 2026-03-11T15:36:22.744Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2338 | 2026-03-11T15:36:22.744Z | test nat::test_mapping ... ok |
| 2339 | 2026-03-11T15:36:22.744Z | test port_map::tests::dump_map ... ok |
| 2340 | 2026-03-11T15:36:22.745Z | test port_map::tests::test_backplane_group ... ok |
| 2341 | 2026-03-11T15:36:22.745Z | test port_map::tests::test_port_map ... ok |
| 2342 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.329 DEBG created new freemapMar 11 15:36:21.329, unitDEBGMar 11 15:36:21.329 :DEBG created new freemapfreemap_test , created new freemapunit, |
| 2343 | 2026-03-11T15:36:22.745Z | :unit: Mar 11 15:36:21.329 freemap_test freemap_testDEBG |
| 2344 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.329 |
| 2345 | 2026-03-11T15:36:22.745Z | DEBGcreated new freemap initted freemap. size: 128, , unitunit:Mar 11 15:36:21.329: Mar 11 15:36:21.329freemap_testDEBG |
| 2346 | 2026-03-11T15:36:22.745Z | DEBGinitted freemap. size: 128 , initted freemap. size: 128unit :, freemap_testunitfreemap_testMar 11 15:36:21.329 |
| 2347 | 2026-03-11T15:36:22.745Z | |
| 2348 | 2026-03-11T15:36:22.745Z | : DEBG freemap_testreset freemap, |
| 2349 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.329unit :Mar 11 15:36:21.329 freemap_testDEBG |
| 2350 | 2026-03-11T15:36:22.745Z | DEBGMar 11 15:36:21.329 DEBGreset freemap , reset freemapunit, :initted freemap. size: 128 unit, freemap_test:unit : |
| 2351 | 2026-03-11T15:36:22.745Z | freemap_testfreemap_test |
| 2352 | 2026-03-11T15:36:22.745Z | |
| 2353 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.329 DEBG reset freemap, unit: freemap_test |
| 2354 | 2026-03-11T15:36:22.745Z | test freemap::test_exhaustion ... ok |
| 2355 | 2026-03-11T15:36:22.745Z | test freemap::test_free ... ok |
| 2356 | 2026-03-11T15:36:22.745Z | test freemap::test_basic ... ok |
| 2357 | 2026-03-11T15:36:22.745Z | test freemap::test_reclaim ... ok |
| 2358 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.330 DEBG created new freemap, unit: freemap_test |
| 2359 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.330 DEBG initted freemap. size: 128, unit: freemap_test |
| 2360 | 2026-03-11T15:36:22.745Z | Mar 11 15:36:21.330 DEBG reset freemap, unit: freemap_test |
| 2361 | 2026-03-11T15:36:22.745Z | test freemap::test_span ... ok |
| 2362 | 2026-03-11T15:36:22.748Z | test api_server::tests::test_build_info ... ok |
| 2363 | 2026-03-11T15:36:22.748Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2364 | 2026-03-11T15:36:22.748Z | |
| 2365 | 2026-03-11T15:36:22.748Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2366 | 2026-03-11T15:36:22.748Z | |
| 2367 | 2026-03-11T15:36:22.751Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-50ff7125eda53d64) |
| 2368 | 2026-03-11T15:36:22.751Z | |
| 2369 | 2026-03-11T15:36:22.751Z | running 0 tests |
| 2370 | 2026-03-11T15:36:22.751Z | |
| 2371 | 2026-03-11T15:36:22.751Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2372 | 2026-03-11T15:36:22.751Z | |
| 2373 | 2026-03-11T15:36:22.754Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978) |
| 2374 | 2026-03-11T15:36:22.754Z | |
| 2375 | 2026-03-11T15:36:22.754Z | running 0 tests |
| 2376 | 2026-03-11T15:36:22.754Z | |
| 2377 | 2026-03-11T15:36:22.754Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2378 | 2026-03-11T15:36:22.754Z | |
| 2379 | 2026-03-11T15:36:22.754Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-eb373a352e17e928) |
| 2380 | 2026-03-11T15:36:22.757Z | |
| 2381 | 2026-03-11T15:36:22.757Z | running 6 tests |
| 2382 | 2026-03-11T15:36:22.757Z | test tests::test_full_lot_id_neither_present ... ok |
| 2383 | 2026-03-11T15:36:22.757Z | test tests::test_full_lot_id_lot_only ... ok |
| 2384 | 2026-03-11T15:36:22.757Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2385 | 2026-03-11T15:36:22.757Z | test tests::test_parse_client_port_id ... ok |
| 2386 | 2026-03-11T15:36:22.757Z | test tests::test_port_id_cmp ... ok |
| 2387 | 2026-03-11T15:36:22.757Z | test tests::test_full_lot_id_both_present ... ok |
| 2388 | 2026-03-11T15:36:22.757Z | |
| 2389 | 2026-03-11T15:36:22.760Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2390 | 2026-03-11T15:36:22.760Z | |
| 2391 | 2026-03-11T15:36:22.760Z | Running tests/test_all.rs (target/debug/deps/test_all-1268644c25aa8eb5) |
| 2392 | 2026-03-11T15:36:22.760Z | |
| 2393 | 2026-03-11T15:36:22.760Z | running 0 tests |
| 2394 | 2026-03-11T15:36:22.760Z | |
| 2395 | 2026-03-11T15:36:22.760Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2396 | 2026-03-11T15:36:22.760Z | |
| 2397 | 2026-03-11T15:36:22.763Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 2398 | 2026-03-11T15:36:22.763Z | |
| 2399 | 2026-03-11T15:36:22.763Z | running 0 tests |
| 2400 | 2026-03-11T15:36:22.763Z | |
| 2401 | 2026-03-11T15:36:22.763Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2402 | 2026-03-11T15:36:22.763Z | |
| 2403 | 2026-03-11T15:36:22.763Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2404 | 2026-03-11T15:36:22.766Z | |
| 2405 | 2026-03-11T15:36:22.766Z | running 12 tests |
| 2406 | 2026-03-11T15:36:22.766Z | test icmp::test_v6_checksum ... ok |
| 2407 | 2026-03-11T15:36:22.766Z | test pbuf::test_byte ... ok |
| 2408 | 2026-03-11T15:36:22.766Z | test icmp::test_v4_checksum ... ok |
| 2409 | 2026-03-11T15:36:22.766Z | test lldp::test_lldp_parse ... ok |
| 2410 | 2026-03-11T15:36:22.766Z | test ipv6::test_ipv6_parse ... ok |
| 2411 | 2026-03-11T15:36:22.766Z | test pbuf::test_nibble ... ok |
| 2412 | 2026-03-11T15:36:22.766Z | test pbuf::test_overflow ... ok |
| 2413 | 2026-03-11T15:36:22.766Z | test pbuf::test_short ... ok |
| 2414 | 2026-03-11T15:36:22.767Z | test pbuf::test_twelve ... ok |
| 2415 | 2026-03-11T15:36:22.767Z | test pbuf::test_word ... ok |
| 2416 | 2026-03-11T15:36:22.767Z | test tcp::test_checksum_ack_data ... ok |
| 2417 | 2026-03-11T15:36:22.767Z | test tcp::test_checksum_syn_nodata ... ok |
| 2418 | 2026-03-11T15:36:22.767Z | |
| 2419 | 2026-03-11T15:36:22.767Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2420 | 2026-03-11T15:36:22.767Z | |
| 2421 | 2026-03-11T15:36:22.770Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2422 | 2026-03-11T15:36:22.770Z | |
| 2423 | 2026-03-11T15:36:22.770Z | running 0 tests |
| 2424 | 2026-03-11T15:36:22.770Z | |
| 2425 | 2026-03-11T15:36:22.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2426 | 2026-03-11T15:36:22.770Z | |
| 2427 | 2026-03-11T15:36:22.770Z | Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa) |
| 2428 | 2026-03-11T15:36:22.773Z | |
| 2429 | 2026-03-11T15:36:22.773Z | running 4 tests |
| 2430 | 2026-03-11T15:36:22.773Z | test switchport::test::test_compute_lanes ... ok |
| 2431 | 2026-03-11T15:36:22.776Z | test switchport::test::port_id_ordering ... ok |
| 2432 | 2026-03-11T15:36:22.776Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2433 | 2026-03-11T15:36:22.776Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2434 | 2026-03-11T15:36:22.776Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2435 | 2026-03-11T15:36:22.776Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2436 | 2026-03-11T15:36:22.777Z | Tx Enabled: Yes Yes Lane 0Yes Yes |
| 2437 | 2026-03-11T15:36:22.777Z | Lane 1 Tx Loss-of-lock: NoLane 2 NoLane 3 |
| 2438 | 2026-03-11T15:36:22.777Z | No State: Activated NoActivated |
| 2439 | 2026-03-11T15:36:22.777Z | Tx Loss-of-signal: No NoActivated NoActivated |
| 2440 | 2026-03-11T15:36:22.777Z | No |
| 2441 | 2026-03-11T15:36:22.777Z | Rx Output Enabled: false Tx CDR Enabled: No Nofalse Nofalse Nofalse |
| 2442 | 2026-03-11T15:36:22.777Z | |
| 2443 | 2026-03-11T15:36:22.777Z | Tx Adaptive EQ Fault: No Rx Output Status: valid No validNo No |
| 2444 | 2026-03-11T15:36:22.777Z | valid Tx Fault: Yesvalid |
| 2445 | 2026-03-11T15:36:22.777Z | Yes Rx Loss-of-lock: trueYes Yestrue |
| 2446 | 2026-03-11T15:36:22.777Z | true true |
| 2447 | 2026-03-11T15:36:22.777Z | Rx Loss-of-signal: false false false false |
| 2448 | 2026-03-11T15:36:22.777Z | Rx Auto-squelch Disable: true true true true |
| 2449 | 2026-03-11T15:36:22.778Z | Tx Output Enabled: true true true true |
| 2450 | 2026-03-11T15:36:22.778Z | Tx Output Status: invalid invalid invalid invalid |
| 2451 | 2026-03-11T15:36:22.778Z | Tx Loss-of-lock: false false false false |
| 2452 | 2026-03-11T15:36:22.778Z | Tx Loss-of-signal: true true true true |
| 2453 | 2026-03-11T15:36:22.778Z | Tx Auto-squelch Disable: false false false false |
| 2454 | 2026-03-11T15:36:22.778Z | Tx Adaptive EQ Fail: true true true true |
| 2455 | 2026-03-11T15:36:22.778Z | Tx Failure: false false false false |
| 2456 | 2026-03-11T15:36:22.778Z | Tx Force Squelch: true true true true |
| 2457 | 2026-03-11T15:36:22.778Z | Tx Input Polarity: normal normal normal normal |
| 2458 | 2026-03-11T15:36:22.778Z | test switchport::test::test_print_sff_datapath ... ok |
| 2459 | 2026-03-11T15:36:22.778Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2460 | 2026-03-11T15:36:22.778Z | |
| 2461 | 2026-03-11T15:36:22.778Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2462 | 2026-03-11T15:36:22.778Z | |
| 2463 | 2026-03-11T15:36:22.778Z | Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209) |
| 2464 | 2026-03-11T15:36:22.779Z | |
| 2465 | 2026-03-11T15:36:22.779Z | running 1 test |
| 2466 | 2026-03-11T15:36:22.779Z | test test_p4_counter_list ... ignored |
| 2467 | 2026-03-11T15:36:22.779Z | |
| 2468 | 2026-03-11T15:36:22.779Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2469 | 2026-03-11T15:36:22.779Z | |
| 2470 | 2026-03-11T15:36:22.779Z | Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45) |
| 2471 | 2026-03-11T15:36:22.782Z | |
| 2472 | 2026-03-11T15:36:22.782Z | running 5 tests |
| 2473 | 2026-03-11T15:36:22.782Z | test test_an ... ignored |
| 2474 | 2026-03-11T15:36:22.782Z | test test_enable ... ignored |
| 2475 | 2026-03-11T15:36:22.782Z | test test_ip_addresses ... ignored |
| 2476 | 2026-03-11T15:36:22.782Z | test test_kr ... ignored |
| 2477 | 2026-03-11T15:36:22.782Z | test test_mac ... ignored |
| 2478 | 2026-03-11T15:36:22.782Z | |
| 2479 | 2026-03-11T15:36:22.782Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2480 | 2026-03-11T15:36:22.782Z | |
| 2481 | 2026-03-11T15:36:22.782Z | Running unittests src/main.rs (target/debug/deps/tfportd-bd3f96b8cac39b69) |
| 2482 | 2026-03-11T15:36:22.785Z | |
| 2483 | 2026-03-11T15:36:22.785Z | running 3 tests |
| 2484 | 2026-03-11T15:36:22.785Z | test linklocal::test_parse_ipadm ... ok |
| 2485 | 2026-03-11T15:36:22.785Z | test tfport::test_parse_tfport ... ok |
| 2486 | 2026-03-11T15:36:22.785Z | test config::tests::test_updates ... ok |
| 2487 | 2026-03-11T15:36:22.785Z | |
| 2488 | 2026-03-11T15:36:22.785Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2489 | 2026-03-11T15:36:22.785Z | |
| 2490 | 2026-03-11T15:36:22.788Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2491 | 2026-03-11T15:36:22.791Z | |
| 2492 | 2026-03-11T15:36:22.791Z | running 0 tests |
| 2493 | 2026-03-11T15:36:22.791Z | |
| 2494 | 2026-03-11T15:36:22.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2495 | 2026-03-11T15:36:22.791Z | |
| 2496 | 2026-03-11T15:36:22.791Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2497 | 2026-03-11T15:36:22.791Z | |
| 2498 | 2026-03-11T15:36:22.791Z | running 0 tests |
| 2499 | 2026-03-11T15:36:22.791Z | |
| 2500 | 2026-03-11T15:36:22.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2501 | 2026-03-11T15:36:22.791Z | |
| 2502 | 2026-03-11T15:36:22.794Z | Doc-tests aal |
| 2503 | 2026-03-11T15:36:22.951Z | |
| 2504 | 2026-03-11T15:36:22.951Z | running 0 tests |
| 2505 | 2026-03-11T15:36:22.951Z | |
| 2506 | 2026-03-11T15:36:22.951Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2507 | 2026-03-11T15:36:22.951Z | |
| 2508 | 2026-03-11T15:36:22.970Z | Doc-tests aal_macros |
| 2509 | 2026-03-11T15:36:23.059Z | |
| 2510 | 2026-03-11T15:36:23.060Z | running 0 tests |
| 2511 | 2026-03-11T15:36:23.060Z | |
| 2512 | 2026-03-11T15:36:23.060Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2513 | 2026-03-11T15:36:23.060Z | |
| 2514 | 2026-03-11T15:36:23.072Z | Doc-tests common |
| 2515 | 2026-03-11T15:36:23.377Z | |
| 2516 | 2026-03-11T15:36:23.378Z | running 0 tests |
| 2517 | 2026-03-11T15:36:23.378Z | |
| 2518 | 2026-03-11T15:36:23.378Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2519 | 2026-03-11T15:36:23.378Z | |
| 2520 | 2026-03-11T15:36:23.400Z | Doc-tests dpd_api |
| 2521 | 2026-03-11T15:36:24.840Z | |
| 2522 | 2026-03-11T15:36:24.840Z | running 2 tests |
| 2523 | 2026-03-11T15:36:24.840Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2524 | 2026-03-11T15:36:24.840Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2525 | 2026-03-11T15:36:24.840Z | |
| 2526 | 2026-03-11T15:36:24.840Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2527 | 2026-03-11T15:36:24.840Z | |
| 2528 | 2026-03-11T15:36:24.886Z | Doc-tests dpd_client |
| 2529 | 2026-03-11T15:36:26.526Z | |
| 2530 | 2026-03-11T15:36:26.526Z | running 0 tests |
| 2531 | 2026-03-11T15:36:26.526Z | |
| 2532 | 2026-03-11T15:36:26.526Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2533 | 2026-03-11T15:36:26.526Z | |
| 2534 | 2026-03-11T15:36:26.579Z | Doc-tests dpd_types |
| 2535 | 2026-03-11T15:36:27.013Z | |
| 2536 | 2026-03-11T15:36:27.013Z | running 0 tests |
| 2537 | 2026-03-11T15:36:27.013Z | |
| 2538 | 2026-03-11T15:36:27.013Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2539 | 2026-03-11T15:36:27.013Z | |
| 2540 | 2026-03-11T15:36:27.046Z | Doc-tests packet |
| 2541 | 2026-03-11T15:36:27.188Z | |
| 2542 | 2026-03-11T15:36:27.189Z | running 0 tests |
| 2543 | 2026-03-11T15:36:27.189Z | |
| 2544 | 2026-03-11T15:36:27.189Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2545 | 2026-03-11T15:36:27.189Z | |
| 2546 | 2026-03-11T15:36:27.206Z | Doc-tests pcap |
| 2547 | 2026-03-11T15:36:27.272Z | |
| 2548 | 2026-03-11T15:36:27.272Z | running 0 tests |
| 2549 | 2026-03-11T15:36:27.272Z | |
| 2550 | 2026-03-11T15:36:27.275Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2551 | 2026-03-11T15:36:27.275Z | |
| 2552 | 2026-03-11T15:36:27.346Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2553 | 2026-03-11T15:36:27.346Z | + RUST_BACKTRACE=full |
| 2554 | 2026-03-11T15:36:27.346Z | + cargo test --features tofino_asic --no-fail-fast |
| 2555 | 2026-03-11T15:36:28.212Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2556 | 2026-03-11T15:36:28.302Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2557 | 2026-03-11T15:36:28.312Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2558 | 2026-03-11T15:36:28.322Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2559 | 2026-03-11T15:36:39.871Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2560 | 2026-03-11T15:36:40.104Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2561 | 2026-03-11T15:37:32.278Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 2562 | 2026-03-11T15:37:32.413Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 2563 | 2026-03-11T15:37:32.416Z | |
| 2564 | 2026-03-11T15:37:32.416Z | running 5 tests |
| 2565 | 2026-03-11T15:37:32.419Z | test fuse::tests::chip_revision_a0 ... ok |
| 2566 | 2026-03-11T15:37:32.419Z | test fuse::tests::chip_revision_b0 ... ok |
| 2567 | 2026-03-11T15:37:32.419Z | test fuse::tests::chip_revision_b1 ... ok |
| 2568 | 2026-03-11T15:37:32.419Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2569 | 2026-03-11T15:37:32.419Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2570 | 2026-03-11T15:37:32.419Z | |
| 2571 | 2026-03-11T15:37:32.419Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2572 | 2026-03-11T15:37:32.419Z | |
| 2573 | 2026-03-11T15:37:32.419Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2574 | 2026-03-11T15:37:32.422Z | |
| 2575 | 2026-03-11T15:37:32.422Z | running 0 tests |
| 2576 | 2026-03-11T15:37:32.422Z | |
| 2577 | 2026-03-11T15:37:32.422Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2578 | 2026-03-11T15:37:32.422Z | |
| 2579 | 2026-03-11T15:37:32.422Z | Running unittests src/lib.rs (target/debug/deps/asic-64c28bdcd2a22fef) |
| 2580 | 2026-03-11T15:37:32.532Z | |
| 2581 | 2026-03-11T15:37:32.532Z | running 8 tests |
| 2582 | 2026-03-11T15:37:32.535Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2583 | 2026-03-11T15:37:32.535Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2584 | 2026-03-11T15:37:32.535Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2585 | 2026-03-11T15:37:32.535Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2586 | 2026-03-11T15:37:32.535Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2587 | 2026-03-11T15:37:32.535Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2588 | 2026-03-11T15:37:32.542Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2589 | 2026-03-11T15:37:33.034Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2590 | 2026-03-11T15:37:33.034Z | |
| 2591 | 2026-03-11T15:37:33.034Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2592 | 2026-03-11T15:37:33.034Z | |
| 2593 | 2026-03-11T15:37:33.045Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2594 | 2026-03-11T15:37:33.048Z | |
| 2595 | 2026-03-11T15:37:33.048Z | running 10 tests |
| 2596 | 2026-03-11T15:37:33.051Z | test network::tests::test_equal ... ok |
| 2597 | 2026-03-11T15:37:33.051Z | test nat::tests::test_vni ... ok |
| 2598 | 2026-03-11T15:37:33.051Z | test network::tests::test_eui64 ... ok |
| 2599 | 2026-03-11T15:37:33.051Z | test network::tests::test_into ... ok |
| 2600 | 2026-03-11T15:37:33.051Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2601 | 2026-03-11T15:37:33.051Z | test network::tests::test_not_equal ... ok |
| 2602 | 2026-03-11T15:37:33.051Z | test network::tests::test_to_string ... ok |
| 2603 | 2026-03-11T15:37:33.051Z | test network::tests::test_parse ... ok |
| 2604 | 2026-03-11T15:37:33.051Z | test test_purge ... ok |
| 2605 | 2026-03-11T15:37:33.054Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2606 | 2026-03-11T15:37:33.054Z | |
| 2607 | 2026-03-11T15:37:33.054Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2608 | 2026-03-11T15:37:33.054Z | |
| 2609 | 2026-03-11T15:37:33.054Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a) |
| 2610 | 2026-03-11T15:37:33.058Z | |
| 2611 | 2026-03-11T15:37:33.058Z | running 1 test |
| 2612 | 2026-03-11T15:37:34.515Z | test test::test_apis_up_to_date ... ok |
| 2613 | 2026-03-11T15:37:34.515Z | |
| 2614 | 2026-03-11T15:37:34.515Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s |
| 2615 | 2026-03-11T15:37:34.515Z | |
| 2616 | 2026-03-11T15:37:34.568Z | Running unittests src/main.rs (target/debug/deps/dpd-3e6cac36a7653c59) |
| 2617 | 2026-03-11T15:37:34.651Z | |
| 2618 | 2026-03-11T15:37:34.651Z | running 46 tests |
| 2619 | 2026-03-11T15:37:34.655Z | test freemap::test_ordering ... ok |
| 2620 | 2026-03-11T15:37:34.655Z | test freemap::test_split ... ok |
| 2621 | 2026-03-11T15:37:34.655Z | test config::tests::test_updates ... ok |
| 2622 | 2026-03-11T15:37:34.655Z | test macaddrs::tests::test_mac_offset ... ok |
| 2623 | 2026-03-11T15:37:34.655Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2624 | 2026-03-11T15:37:34.655Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2625 | 2026-03-11T15:37:34.655Z | test nat::test_mapping ... ok |
| 2626 | 2026-03-11T15:37:34.655Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2627 | 2026-03-11T15:37:34.655Z | test port_map::tests::dump_map ... ok |
| 2628 | 2026-03-11T15:37:34.655Z | test port_map::tests::test_backplane_group ... ok |
| 2629 | 2026-03-11T15:37:34.655Z | test port_map::tests::test_port_map ... ok |
| 2630 | 2026-03-11T15:37:34.658Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2631 | 2026-03-11T15:37:34.658Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2632 | 2026-03-11T15:37:34.658Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2633 | 2026-03-11T15:37:34.658Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2634 | 2026-03-11T15:37:34.658Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2635 | 2026-03-11T15:37:34.658Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2636 | 2026-03-11T15:37:34.658Z | Mar 11 15:37:33.238 DEBG created new freemap, unit: freemap_test |
| 2637 | 2026-03-11T15:37:34.658Z | Mar 11 15:37:33.238Mar 11 15:37:33.238 DEBGDEBG Mar 11 15:37:33.238created new freemap , DEBGunit :created new freemap , freemap_testunit |
| 2638 | 2026-03-11T15:37:34.658Z | : freemap_test |
| 2639 | 2026-03-11T15:37:34.658Z | Mar 11 15:37:33.238 DEBG initted freemap. size: 128initted freemap. size: 128, , Mar 11 15:37:33.238unit unit::DEBG freemap_test initted freemap. size: 128 |
| 2640 | 2026-03-11T15:37:34.658Z | , freemap_testunit: |
| 2641 | 2026-03-11T15:37:34.659Z | freemap_testMar 11 15:37:33.238 |
| 2642 | 2026-03-11T15:37:34.659Z | DEBG reset freemap, Mar 11 15:37:33.238unit :DEBG freemap_testMar 11 15:37:33.238reset freemap |
| 2643 | 2026-03-11T15:37:34.659Z | , unit:DEBG freemap_testreset freemap |
| 2644 | 2026-03-11T15:37:34.659Z | , unit: freemap_test |
| 2645 | 2026-03-11T15:37:34.659Z | Mar 11 15:37:33.238 DEBG created new freemap, unit: freemap_test |
| 2646 | 2026-03-11T15:37:34.659Z | Mar 11 15:37:33.238 DEBG initted freemap. size: 128, unit: freemap_test |
| 2647 | 2026-03-11T15:37:34.659Z | Mar 11 15:37:33.238 DEBG reset freemap, unit: freemap_test |
| 2648 | 2026-03-11T15:37:34.659Z | Mar 11 15:37:33.238 DEBG created new freemap, unit: freemap_test |
| 2649 | 2026-03-11T15:37:34.659Z | Mar 11 15:37:33.238 DEBG initted freemap. size: 128, unit: freemap_test |
| 2650 | 2026-03-11T15:37:34.659Z | Mar 11 15:37:33.238 DEBG reset freemap, unit: freemap_test |
| 2651 | 2026-03-11T15:37:34.659Z | test freemap::test_exhaustion ... ok |
| 2652 | 2026-03-11T15:37:34.659Z | test freemap::test_reclaim ... ok |
| 2653 | 2026-03-11T15:37:34.659Z | test freemap::test_basic ... ok |
| 2654 | 2026-03-11T15:37:34.659Z | test freemap::test_free ... ok |
| 2655 | 2026-03-11T15:37:34.659Z | test freemap::test_span ... ok |
| 2656 | 2026-03-11T15:37:34.659Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2657 | 2026-03-11T15:37:34.659Z | test api_server::tests::test_build_info ... ok |
| 2658 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2659 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2660 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2661 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2662 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2663 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2664 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2665 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2666 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2667 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2668 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2669 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2670 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2671 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2672 | 2026-03-11T15:37:34.659Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2673 | 2026-03-11T15:37:34.662Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2674 | 2026-03-11T15:37:34.663Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2675 | 2026-03-11T15:37:34.663Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2676 | 2026-03-11T15:37:34.663Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2677 | 2026-03-11T15:37:34.663Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2678 | 2026-03-11T15:37:34.663Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2679 | 2026-03-11T15:37:34.663Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2680 | 2026-03-11T15:37:34.663Z | |
| 2681 | 2026-03-11T15:37:34.663Z | test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2682 | 2026-03-11T15:37:34.663Z | |
| 2683 | 2026-03-11T15:37:34.674Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-3e2a52195fef326e) |
| 2684 | 2026-03-11T15:37:34.677Z | |
| 2685 | 2026-03-11T15:37:34.677Z | running 0 tests |
| 2686 | 2026-03-11T15:37:34.677Z | |
| 2687 | 2026-03-11T15:37:34.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2688 | 2026-03-11T15:37:34.677Z | |
| 2689 | 2026-03-11T15:37:34.677Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978) |
| 2690 | 2026-03-11T15:37:34.681Z | |
| 2691 | 2026-03-11T15:37:34.681Z | running 0 tests |
| 2692 | 2026-03-11T15:37:34.681Z | |
| 2693 | 2026-03-11T15:37:34.681Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2694 | 2026-03-11T15:37:34.681Z | |
| 2695 | 2026-03-11T15:37:34.681Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-13decc51ae393b55) |
| 2696 | 2026-03-11T15:37:34.684Z | |
| 2697 | 2026-03-11T15:37:34.684Z | running 6 tests |
| 2698 | 2026-03-11T15:37:34.684Z | test tests::test_parse_client_port_id ... ok |
| 2699 | 2026-03-11T15:37:34.684Z | test tests::test_port_id_cmp ... ok |
| 2700 | 2026-03-11T15:37:34.684Z | test tests::test_full_lot_id_neither_present ... ok |
| 2701 | 2026-03-11T15:37:34.684Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2702 | 2026-03-11T15:37:34.684Z | test tests::test_full_lot_id_both_present ... ok |
| 2703 | 2026-03-11T15:37:34.684Z | test tests::test_full_lot_id_lot_only ... ok |
| 2704 | 2026-03-11T15:37:34.684Z | |
| 2705 | 2026-03-11T15:37:34.684Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2706 | 2026-03-11T15:37:34.684Z | |
| 2707 | 2026-03-11T15:37:34.687Z | Running tests/test_all.rs (target/debug/deps/test_all-5fe95bf569e4cf93) |
| 2708 | 2026-03-11T15:37:34.687Z | |
| 2709 | 2026-03-11T15:37:34.687Z | running 0 tests |
| 2710 | 2026-03-11T15:37:34.687Z | |
| 2711 | 2026-03-11T15:37:34.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2712 | 2026-03-11T15:37:34.687Z | |
| 2713 | 2026-03-11T15:37:34.687Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 2714 | 2026-03-11T15:37:34.690Z | |
| 2715 | 2026-03-11T15:37:34.690Z | running 0 tests |
| 2716 | 2026-03-11T15:37:34.690Z | |
| 2717 | 2026-03-11T15:37:34.690Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2718 | 2026-03-11T15:37:34.690Z | |
| 2719 | 2026-03-11T15:37:34.690Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2720 | 2026-03-11T15:37:34.693Z | |
| 2721 | 2026-03-11T15:37:34.693Z | running 12 tests |
| 2722 | 2026-03-11T15:37:34.693Z | test lldp::test_lldp_parse ... ok |
| 2723 | 2026-03-11T15:37:34.693Z | test icmp::test_v6_checksum ... ok |
| 2724 | 2026-03-11T15:37:34.693Z | test icmp::test_v4_checksum ... ok |
| 2725 | 2026-03-11T15:37:34.693Z | test ipv6::test_ipv6_parse ... ok |
| 2726 | 2026-03-11T15:37:34.693Z | test pbuf::test_byte ... ok |
| 2727 | 2026-03-11T15:37:34.693Z | test pbuf::test_nibble ... ok |
| 2728 | 2026-03-11T15:37:34.693Z | test pbuf::test_overflow ... ok |
| 2729 | 2026-03-11T15:37:34.693Z | test pbuf::test_short ... ok |
| 2730 | 2026-03-11T15:37:34.694Z | test pbuf::test_twelve ... ok |
| 2731 | 2026-03-11T15:37:34.694Z | test pbuf::test_word ... ok |
| 2732 | 2026-03-11T15:37:34.694Z | test tcp::test_checksum_syn_nodata ... ok |
| 2733 | 2026-03-11T15:37:34.694Z | test tcp::test_checksum_ack_data ... ok |
| 2734 | 2026-03-11T15:37:34.694Z | |
| 2735 | 2026-03-11T15:37:34.694Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2736 | 2026-03-11T15:37:34.694Z | |
| 2737 | 2026-03-11T15:37:34.694Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2738 | 2026-03-11T15:37:34.697Z | |
| 2739 | 2026-03-11T15:37:34.697Z | running 0 tests |
| 2740 | 2026-03-11T15:37:34.697Z | |
| 2741 | 2026-03-11T15:37:34.697Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2742 | 2026-03-11T15:37:34.697Z | |
| 2743 | 2026-03-11T15:37:34.697Z | Running unittests src/main.rs (target/debug/deps/swadm-f57ffb4a28531277) |
| 2744 | 2026-03-11T15:37:34.700Z | |
| 2745 | 2026-03-11T15:37:34.700Z | running 4 tests |
| 2746 | 2026-03-11T15:37:34.700Z | test switchport::test::test_compute_lanes ... ok |
| 2747 | 2026-03-11T15:37:34.700Z | test switchport::test::port_id_ordering ... ok |
| 2748 | 2026-03-11T15:37:34.700Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2749 | 2026-03-11T15:37:34.700Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2750 | 2026-03-11T15:37:34.700Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2751 | 2026-03-11T15:37:34.700Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2752 | 2026-03-11T15:37:34.700Z | Tx Enabled: Yes Yes Yes Yes |
| 2753 | 2026-03-11T15:37:34.700Z | Tx Loss-of-lock: No No No No |
| 2754 | 2026-03-11T15:37:34.700Z | Tx Loss-of-signal: No No No No |
| 2755 | 2026-03-11T15:37:34.700Z | Tx CDR Enabled: No No No No |
| 2756 | 2026-03-11T15:37:34.700Z | Tx Adaptive EQ Fault: No No No No |
| 2757 | 2026-03-11T15:37:34.700Z | Tx Fault: Yes Yes Yes Yes |
| 2758 | 2026-03-11T15:37:34.700Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2759 | 2026-03-11T15:37:34.700Z | State: Activated Activated Activated Activated |
| 2760 | 2026-03-11T15:37:34.700Z | Rx Output Enabled: false false false false |
| 2761 | 2026-03-11T15:37:34.700Z | Rx Output Status: valid valid valid valid |
| 2762 | 2026-03-11T15:37:34.700Z | Rx Loss-of-lock: true true true true |
| 2763 | 2026-03-11T15:37:34.700Z | Rx Loss-of-signal: false false false false |
| 2764 | 2026-03-11T15:37:34.700Z | Rx Auto-squelch Disable: true true true true |
| 2765 | 2026-03-11T15:37:34.700Z | Tx Output Enabled: true true true true |
| 2766 | 2026-03-11T15:37:34.700Z | Tx Output Status: invalid invalid invalid invalid |
| 2767 | 2026-03-11T15:37:34.700Z | Tx Loss-of-lock: false false false false |
| 2768 | 2026-03-11T15:37:34.701Z | Tx Loss-of-signal: true true true true |
| 2769 | 2026-03-11T15:37:34.701Z | Tx Auto-squelch Disable: false false false false |
| 2770 | 2026-03-11T15:37:34.701Z | Tx Adaptive EQ Fail: true true true true |
| 2771 | 2026-03-11T15:37:34.701Z | Tx Failure: false false false false |
| 2772 | 2026-03-11T15:37:34.701Z | Tx Force Squelch: true true truetest switchport::test::test_print_sff_datapath ... oktrue |
| 2773 | 2026-03-11T15:37:34.701Z | |
| 2774 | 2026-03-11T15:37:34.701Z | Tx Input Polarity: normal normal normal normal |
| 2775 | 2026-03-11T15:37:34.701Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2776 | 2026-03-11T15:37:34.701Z | |
| 2777 | 2026-03-11T15:37:34.701Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2778 | 2026-03-11T15:37:34.701Z | |
| 2779 | 2026-03-11T15:37:34.701Z | Running tests/counters.rs (target/debug/deps/counters-28ea2e8a5e3ec089) |
| 2780 | 2026-03-11T15:37:34.704Z | |
| 2781 | 2026-03-11T15:37:34.704Z | running 1 test |
| 2782 | 2026-03-11T15:37:34.704Z | test test_p4_counter_list ... ignored |
| 2783 | 2026-03-11T15:37:34.704Z | |
| 2784 | 2026-03-11T15:37:34.704Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2785 | 2026-03-11T15:37:34.704Z | |
| 2786 | 2026-03-11T15:37:34.704Z | Running tests/port-link.rs (target/debug/deps/port_link-cbb066236a2e083c) |
| 2787 | 2026-03-11T15:37:34.707Z | |
| 2788 | 2026-03-11T15:37:34.707Z | running 5 tests |
| 2789 | 2026-03-11T15:37:34.707Z | test test_an ... ignored |
| 2790 | 2026-03-11T15:37:34.707Z | test test_enable ... ignored |
| 2791 | 2026-03-11T15:37:34.707Z | test test_ip_addresses ... ignored |
| 2792 | 2026-03-11T15:37:34.707Z | test test_kr ... ignored |
| 2793 | 2026-03-11T15:37:34.707Z | test test_mac ... ignored |
| 2794 | 2026-03-11T15:37:34.708Z | |
| 2795 | 2026-03-11T15:37:34.708Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2796 | 2026-03-11T15:37:34.708Z | |
| 2797 | 2026-03-11T15:37:34.708Z | Running unittests src/main.rs (target/debug/deps/tfportd-24628c79dd9e4c4a) |
| 2798 | 2026-03-11T15:37:34.711Z | |
| 2799 | 2026-03-11T15:37:34.711Z | running 3 tests |
| 2800 | 2026-03-11T15:37:34.711Z | test linklocal::test_parse_ipadm ... ok |
| 2801 | 2026-03-11T15:37:34.711Z | test tfport::test_parse_tfport ... ok |
| 2802 | 2026-03-11T15:37:34.714Z | test config::tests::test_updates ... ok |
| 2803 | 2026-03-11T15:37:34.714Z | |
| 2804 | 2026-03-11T15:37:34.714Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2805 | 2026-03-11T15:37:34.714Z | |
| 2806 | 2026-03-11T15:37:34.714Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2807 | 2026-03-11T15:37:34.717Z | |
| 2808 | 2026-03-11T15:37:34.717Z | running 0 tests |
| 2809 | 2026-03-11T15:37:34.717Z | |
| 2810 | 2026-03-11T15:37:34.717Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2811 | 2026-03-11T15:37:34.717Z | |
| 2812 | 2026-03-11T15:37:34.717Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2813 | 2026-03-11T15:37:34.717Z | |
| 2814 | 2026-03-11T15:37:34.717Z | running 0 tests |
| 2815 | 2026-03-11T15:37:34.717Z | |
| 2816 | 2026-03-11T15:37:34.717Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2817 | 2026-03-11T15:37:34.717Z | |
| 2818 | 2026-03-11T15:37:34.720Z | Doc-tests aal |
| 2819 | 2026-03-11T15:37:34.868Z | |
| 2820 | 2026-03-11T15:37:34.868Z | running 0 tests |
| 2821 | 2026-03-11T15:37:34.868Z | |
| 2822 | 2026-03-11T15:37:34.868Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2823 | 2026-03-11T15:37:34.868Z | |
| 2824 | 2026-03-11T15:37:34.885Z | Doc-tests aal_macros |
| 2825 | 2026-03-11T15:37:34.972Z | |
| 2826 | 2026-03-11T15:37:34.972Z | running 0 tests |
| 2827 | 2026-03-11T15:37:34.972Z | |
| 2828 | 2026-03-11T15:37:34.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2829 | 2026-03-11T15:37:34.972Z | |
| 2830 | 2026-03-11T15:37:34.983Z | Doc-tests common |
| 2831 | 2026-03-11T15:37:35.289Z | |
| 2832 | 2026-03-11T15:37:35.289Z | running 0 tests |
| 2833 | 2026-03-11T15:37:35.289Z | |
| 2834 | 2026-03-11T15:37:35.289Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2835 | 2026-03-11T15:37:35.289Z | |
| 2836 | 2026-03-11T15:37:35.314Z | Doc-tests dpd_api |
| 2837 | 2026-03-11T15:37:36.788Z | |
| 2838 | 2026-03-11T15:37:36.788Z | running 2 tests |
| 2839 | 2026-03-11T15:37:36.788Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2840 | 2026-03-11T15:37:36.788Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2841 | 2026-03-11T15:37:36.788Z | |
| 2842 | 2026-03-11T15:37:36.788Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2843 | 2026-03-11T15:37:36.788Z | |
| 2844 | 2026-03-11T15:37:36.834Z | Doc-tests dpd_client |
| 2845 | 2026-03-11T15:37:38.473Z | |
| 2846 | 2026-03-11T15:37:38.473Z | running 0 tests |
| 2847 | 2026-03-11T15:37:38.473Z | |
| 2848 | 2026-03-11T15:37:38.473Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2849 | 2026-03-11T15:37:38.473Z | |
| 2850 | 2026-03-11T15:37:38.525Z | Doc-tests dpd_types |
| 2851 | 2026-03-11T15:37:38.959Z | |
| 2852 | 2026-03-11T15:37:38.959Z | running 0 tests |
| 2853 | 2026-03-11T15:37:38.959Z | |
| 2854 | 2026-03-11T15:37:38.960Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2855 | 2026-03-11T15:37:38.960Z | |
| 2856 | 2026-03-11T15:37:38.992Z | Doc-tests packet |
| 2857 | 2026-03-11T15:37:39.136Z | |
| 2858 | 2026-03-11T15:37:39.136Z | running 0 tests |
| 2859 | 2026-03-11T15:37:39.136Z | |
| 2860 | 2026-03-11T15:37:39.136Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2861 | 2026-03-11T15:37:39.136Z | |
| 2862 | 2026-03-11T15:37:39.153Z | Doc-tests pcap |
| 2863 | 2026-03-11T15:37:39.217Z | |
| 2864 | 2026-03-11T15:37:39.217Z | running 0 tests |
| 2865 | 2026-03-11T15:37:39.217Z | |
| 2866 | 2026-03-11T15:37:39.220Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2867 | 2026-03-11T15:37:39.220Z | |
| 2868 | 2026-03-11T15:37:39.270Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2869 | 2026-03-11T15:37:39.270Z | + RUST_BACKTRACE=full |
| 2870 | 2026-03-11T15:37:39.270Z | + cargo test --features softnpu --no-fail-fast |
| 2871 | 2026-03-11T15:37:40.206Z | Compiling num-integer v0.1.46 |
| 2872 | 2026-03-11T15:37:40.301Z | Compiling num-complex v0.4.6 |
| 2873 | 2026-03-11T15:37:40.371Z | Compiling bitstruct_derive v0.1.0 |
| 2874 | 2026-03-11T15:37:40.374Z | Compiling tap v1.0.1 |
| 2875 | 2026-03-11T15:37:40.530Z | Compiling wyz v0.5.1 |
| 2876 | 2026-03-11T15:37:40.701Z | Compiling num-iter v0.1.45 |
| 2877 | 2026-03-11T15:37:40.763Z | Compiling num-rational v0.4.2 |
| 2878 | 2026-03-11T15:37:40.786Z | Compiling num-bigint v0.4.6 |
| 2879 | 2026-03-11T15:37:40.928Z | Compiling radium v0.7.0 |
| 2880 | 2026-03-11T15:37:40.944Z | Compiling funty v2.0.0 |
| 2881 | 2026-03-11T15:37:40.979Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2882 | 2026-03-11T15:37:41.011Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2883 | 2026-03-11T15:37:41.218Z | Compiling num v0.4.3 |
| 2884 | 2026-03-11T15:37:41.260Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2885 | 2026-03-11T15:37:41.275Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2886 | 2026-03-11T15:37:41.317Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2887 | 2026-03-11T15:37:41.429Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2888 | 2026-03-11T15:37:41.514Z | Compiling bitvec v1.0.1 |
| 2889 | 2026-03-11T15:37:41.603Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2890 | 2026-03-11T15:37:41.650Z | Compiling typeid v1.0.3 |
| 2891 | 2026-03-11T15:37:41.756Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2892 | 2026-03-11T15:37:41.802Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2893 | 2026-03-11T15:37:41.937Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2894 | 2026-03-11T15:37:42.068Z | Compiling ascii v1.1.0 |
| 2895 | 2026-03-11T15:37:42.445Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2896 | 2026-03-11T15:37:42.784Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2897 | 2026-03-11T15:37:43.173Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2898 | 2026-03-11T15:37:43.189Z | Compiling erased-serde v0.4.8 |
| 2899 | 2026-03-11T15:37:43.237Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2900 | 2026-03-11T15:37:43.432Z | Compiling bitstruct v0.1.1 |
| 2901 | 2026-03-11T15:37:43.536Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2902 | 2026-03-11T15:37:43.809Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2903 | 2026-03-11T15:37:43.857Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2904 | 2026-03-11T15:37:43.881Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2905 | 2026-03-11T15:37:44.333Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2906 | 2026-03-11T15:37:44.355Z | Compiling serde_arrays v0.1.0 |
| 2907 | 2026-03-11T15:37:44.513Z | Compiling libloading v0.7.4 |
| 2908 | 2026-03-11T15:37:44.678Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2909 | 2026-03-11T15:37:44.811Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2910 | 2026-03-11T15:37:45.021Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2911 | 2026-03-11T15:37:46.198Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2912 | 2026-03-11T15:37:47.577Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2913 | 2026-03-11T15:37:48.833Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2914 | 2026-03-11T15:37:57.324Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2915 | 2026-03-11T15:37:57.593Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2916 | 2026-03-11T15:37:57.596Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2917 | 2026-03-11T15:37:57.669Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2918 | 2026-03-11T15:37:57.683Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2919 | 2026-03-11T15:37:58.425Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2920 | 2026-03-11T15:37:59.113Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2921 | 2026-03-11T15:38:00.570Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2922 | 2026-03-11T15:38:01.056Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2923 | 2026-03-11T15:38:08.660Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2924 | 2026-03-11T15:38:09.108Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2925 | 2026-03-11T15:38:09.917Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2926 | 2026-03-11T15:38:11.444Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2927 | 2026-03-11T15:38:21.539Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2928 | 2026-03-11T15:38:24.852Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2929 | 2026-03-11T15:38:30.630Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2930 | 2026-03-11T15:39:22.968Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 43s |
| 2931 | 2026-03-11T15:39:23.109Z | Running unittests src/lib.rs (target/debug/deps/aal-bb60838731184978) |
| 2932 | 2026-03-11T15:39:23.113Z | |
| 2933 | 2026-03-11T15:39:23.113Z | running 5 tests |
| 2934 | 2026-03-11T15:39:23.116Z | test fuse::tests::chip_revision_a0 ... ok |
| 2935 | 2026-03-11T15:39:23.116Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2936 | 2026-03-11T15:39:23.116Z | test fuse::tests::chip_revision_b1 ... ok |
| 2937 | 2026-03-11T15:39:23.116Z | test fuse::tests::chip_revision_b0 ... ok |
| 2938 | 2026-03-11T15:39:23.116Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2939 | 2026-03-11T15:39:23.116Z | |
| 2940 | 2026-03-11T15:39:23.116Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2941 | 2026-03-11T15:39:23.116Z | |
| 2942 | 2026-03-11T15:39:23.116Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2943 | 2026-03-11T15:39:23.119Z | |
| 2944 | 2026-03-11T15:39:23.119Z | running 0 tests |
| 2945 | 2026-03-11T15:39:23.119Z | |
| 2946 | 2026-03-11T15:39:23.119Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2947 | 2026-03-11T15:39:23.119Z | |
| 2948 | 2026-03-11T15:39:23.119Z | Running unittests src/lib.rs (target/debug/deps/asic-e3250f8f9e53e673) |
| 2949 | 2026-03-11T15:39:23.122Z | |
| 2950 | 2026-03-11T15:39:23.122Z | running 0 tests |
| 2951 | 2026-03-11T15:39:23.122Z | |
| 2952 | 2026-03-11T15:39:23.122Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2953 | 2026-03-11T15:39:23.122Z | |
| 2954 | 2026-03-11T15:39:23.122Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2955 | 2026-03-11T15:39:23.125Z | |
| 2956 | 2026-03-11T15:39:23.125Z | running 10 tests |
| 2957 | 2026-03-11T15:39:23.125Z | test nat::tests::test_vni ... ok |
| 2958 | 2026-03-11T15:39:23.125Z | test network::tests::test_equal ... ok |
| 2959 | 2026-03-11T15:39:23.125Z | test network::tests::test_eui64 ... ok |
| 2960 | 2026-03-11T15:39:23.125Z | test network::tests::test_into ... ok |
| 2961 | 2026-03-11T15:39:23.125Z | test network::tests::test_not_equal ... ok |
| 2962 | 2026-03-11T15:39:23.125Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2963 | 2026-03-11T15:39:23.125Z | test network::tests::test_parse ... ok |
| 2964 | 2026-03-11T15:39:23.125Z | test network::tests::test_to_string ... ok |
| 2965 | 2026-03-11T15:39:23.125Z | test test_purge ... ok |
| 2966 | 2026-03-11T15:39:23.128Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2967 | 2026-03-11T15:39:23.128Z | |
| 2968 | 2026-03-11T15:39:23.128Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2969 | 2026-03-11T15:39:23.128Z | |
| 2970 | 2026-03-11T15:39:23.128Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-09a0c3c5734c5169) |
| 2971 | 2026-03-11T15:39:23.133Z | |
| 2972 | 2026-03-11T15:39:23.133Z | running 1 test |
| 2973 | 2026-03-11T15:39:24.587Z | test test::test_apis_up_to_date ... ok |
| 2974 | 2026-03-11T15:39:24.588Z | |
| 2975 | 2026-03-11T15:39:24.588Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.45s |
| 2976 | 2026-03-11T15:39:24.588Z | |
| 2977 | 2026-03-11T15:39:24.640Z | Running unittests src/main.rs (target/debug/deps/dpd-2cc2715f080c1670) |
| 2978 | 2026-03-11T15:39:24.646Z | |
| 2979 | 2026-03-11T15:39:24.646Z | running 18 tests |
| 2980 | 2026-03-11T15:39:24.649Z | test freemap::test_ordering ... ok |
| 2981 | 2026-03-11T15:39:24.649Z | test freemap::test_split ... ok |
| 2982 | 2026-03-11T15:39:24.649Z | test config::tests::test_updates ... ok |
| 2983 | 2026-03-11T15:39:24.649Z | test macaddrs::tests::test_mac_offset ... ok |
| 2984 | 2026-03-11T15:39:24.650Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2985 | 2026-03-11T15:39:24.650Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2986 | 2026-03-11T15:39:24.650Z | test nat::test_mapping ... ok |
| 2987 | 2026-03-11T15:39:24.650Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2988 | 2026-03-11T15:39:24.653Z | test port_map::tests::dump_map ... ok |
| 2989 | 2026-03-11T15:39:24.653Z | test port_map::tests::test_backplane_group ... ok |
| 2990 | 2026-03-11T15:39:24.653Z | test port_map::tests::test_port_map ... ok |
| 2991 | 2026-03-11T15:39:24.653Z | Mar 11 15:39:23.227Mar 11 15:39:23.227 Mar 11 15:39:23.227DEBGDEBG DEBG created new freemapcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test |
| 2992 | 2026-03-11T15:39:24.653Z | , |
| 2993 | 2026-03-11T15:39:24.653Z | unit:Mar 11 15:39:23.227 freemap_testDEBG |
| 2994 | 2026-03-11T15:39:24.653Z | initted freemap. size: 128, unitMar 11 15:39:23.227: DEBGfreemap_testMar 11 15:39:23.227 |
| 2995 | 2026-03-11T15:39:24.653Z | created new freemapMar 11 15:39:23.227 , DEBGMar 11 15:39:23.227 unit :DEBG initted freemap. size: 128DEBG freemap_test, initted freemap. size: 128unit |
| 2996 | 2026-03-11T15:39:24.653Z | :, reset freemapunit, : unit :freemap_test freemap_test |
| 2997 | 2026-03-11T15:39:24.653Z | freemap_test |
| 2998 | 2026-03-11T15:39:24.653Z | Mar 11 15:39:23.227 |
| 2999 | 2026-03-11T15:39:24.653Z | DEBG initted freemap. size: 128, Mar 11 15:39:23.227unitMar 11 15:39:23.227 : DEBGfreemap_testDEBG |
| 3000 | 2026-03-11T15:39:24.653Z | reset freemap , reset freemapunit, Mar 11 15:39:23.227:unit : Mar 11 15:39:23.227DEBG freemap_testDEBG |
| 3001 | 2026-03-11T15:39:24.653Z | reset freemap freemap_testcreated new freemap, |
| 3002 | 2026-03-11T15:39:24.653Z | unit:, unitfreemap_test: |
| 3003 | 2026-03-11T15:39:24.653Z | freemap_test |
| 3004 | 2026-03-11T15:39:24.653Z | Mar 11 15:39:23.227 DEBG initted freemap. size: 128, unit: freemap_test |
| 3005 | 2026-03-11T15:39:24.653Z | Mar 11 15:39:23.227 DEBG reset freemap, unit: freemap_test |
| 3006 | 2026-03-11T15:39:24.653Z | test freemap::test_exhaustion ... ok |
| 3007 | 2026-03-11T15:39:24.653Z | test freemap::test_free ... ok |
| 3008 | 2026-03-11T15:39:24.653Z | test freemap::test_reclaim ... ok |
| 3009 | 2026-03-11T15:39:24.653Z | test freemap::test_basic ... ok |
| 3010 | 2026-03-11T15:39:24.653Z | test freemap::test_span ... ok |
| 3011 | 2026-03-11T15:39:24.653Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3012 | 2026-03-11T15:39:24.653Z | test api_server::tests::test_build_info ... ok |
| 3013 | 2026-03-11T15:39:24.653Z | |
| 3014 | 2026-03-11T15:39:24.653Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3015 | 2026-03-11T15:39:24.653Z | |
| 3016 | 2026-03-11T15:39:24.657Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b7c04691d97e771d) |
| 3017 | 2026-03-11T15:39:24.660Z | |
| 3018 | 2026-03-11T15:39:24.660Z | running 0 tests |
| 3019 | 2026-03-11T15:39:24.660Z | |
| 3020 | 2026-03-11T15:39:24.660Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3021 | 2026-03-11T15:39:24.660Z | |
| 3022 | 2026-03-11T15:39:24.660Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-b570bfc4ac4fceab) |
| 3023 | 2026-03-11T15:39:24.663Z | |
| 3024 | 2026-03-11T15:39:24.663Z | running 0 tests |
| 3025 | 2026-03-11T15:39:24.663Z | |
| 3026 | 2026-03-11T15:39:24.663Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3027 | 2026-03-11T15:39:24.663Z | |
| 3028 | 2026-03-11T15:39:24.663Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-657060a014220687) |
| 3029 | 2026-03-11T15:39:24.671Z | |
| 3030 | 2026-03-11T15:39:24.671Z | running 6 tests |
| 3031 | 2026-03-11T15:39:24.671Z | test tests::test_full_lot_id_neither_present ... ok |
| 3032 | 2026-03-11T15:39:24.671Z | test tests::test_parse_client_port_id ... ok |
| 3033 | 2026-03-11T15:39:24.671Z | test tests::test_port_id_cmp ... ok |
| 3034 | 2026-03-11T15:39:24.671Z | test tests::test_full_lot_id_lot_only ... ok |
| 3035 | 2026-03-11T15:39:24.671Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3036 | 2026-03-11T15:39:24.672Z | test tests::test_full_lot_id_both_present ... ok |
| 3037 | 2026-03-11T15:39:24.672Z | |
| 3038 | 2026-03-11T15:39:24.672Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3039 | 2026-03-11T15:39:24.672Z | |
| 3040 | 2026-03-11T15:39:24.672Z | Running tests/test_all.rs (target/debug/deps/test_all-68e2118271530066) |
| 3041 | 2026-03-11T15:39:24.675Z | |
| 3042 | 2026-03-11T15:39:24.675Z | running 0 tests |
| 3043 | 2026-03-11T15:39:24.675Z | |
| 3044 | 2026-03-11T15:39:24.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3045 | 2026-03-11T15:39:24.675Z | |
| 3046 | 2026-03-11T15:39:24.675Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-721067c811af9dbe) |
| 3047 | 2026-03-11T15:39:24.675Z | |
| 3048 | 2026-03-11T15:39:24.675Z | running 0 tests |
| 3049 | 2026-03-11T15:39:24.675Z | |
| 3050 | 2026-03-11T15:39:24.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3051 | 2026-03-11T15:39:24.675Z | |
| 3052 | 2026-03-11T15:39:24.675Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3053 | 2026-03-11T15:39:24.676Z | |
| 3054 | 2026-03-11T15:39:24.676Z | running 12 tests |
| 3055 | 2026-03-11T15:39:24.676Z | test icmp::test_v6_checksum ... ok |
| 3056 | 2026-03-11T15:39:24.676Z | test icmp::test_v4_checksum ... ok |
| 3057 | 2026-03-11T15:39:24.676Z | test lldp::test_lldp_parse ... ok |
| 3058 | 2026-03-11T15:39:24.676Z | test pbuf::test_byte ... ok |
| 3059 | 2026-03-11T15:39:24.676Z | test ipv6::test_ipv6_parse ... ok |
| 3060 | 2026-03-11T15:39:24.676Z | test pbuf::test_nibble ... ok |
| 3061 | 2026-03-11T15:39:24.676Z | test pbuf::test_overflow ... ok |
| 3062 | 2026-03-11T15:39:24.676Z | test pbuf::test_short ... ok |
| 3063 | 2026-03-11T15:39:24.676Z | test pbuf::test_twelve ... ok |
| 3064 | 2026-03-11T15:39:24.676Z | test pbuf::test_word ... ok |
| 3065 | 2026-03-11T15:39:24.676Z | test tcp::test_checksum_ack_data ... ok |
| 3066 | 2026-03-11T15:39:24.676Z | test tcp::test_checksum_syn_nodata ... ok |
| 3067 | 2026-03-11T15:39:24.676Z | |
| 3068 | 2026-03-11T15:39:24.676Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3069 | 2026-03-11T15:39:24.676Z | |
| 3070 | 2026-03-11T15:39:24.676Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3071 | 2026-03-11T15:39:24.679Z | |
| 3072 | 2026-03-11T15:39:24.679Z | running 0 tests |
| 3073 | 2026-03-11T15:39:24.679Z | |
| 3074 | 2026-03-11T15:39:24.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3075 | 2026-03-11T15:39:24.679Z | |
| 3076 | 2026-03-11T15:39:24.679Z | Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa) |
| 3077 | 2026-03-11T15:39:24.687Z | |
| 3078 | 2026-03-11T15:39:24.688Z | running 4 tests |
| 3079 | 2026-03-11T15:39:24.691Z | test switchport::test::test_compute_lanes ... ok |
| 3080 | 2026-03-11T15:39:24.694Z | test switchport::test::port_id_ordering ... ok |
| 3081 | 2026-03-11T15:39:24.697Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3082 | 2026-03-11T15:39:24.697Z | State: Activated Activated Activated Activated |
| 3083 | 2026-03-11T15:39:24.697Z | Lane 0 Rx Output Enabled: false Lane 1 false Lane 2false falseLane 3 |
| 3084 | 2026-03-11T15:39:24.697Z | |
| 3085 | 2026-03-11T15:39:24.697Z | Rx Output Status: valid Rx Loss-of-lock: Yes validYes valid Yesvalid |
| 3086 | 2026-03-11T15:39:24.697Z | Yes |
| 3087 | 2026-03-11T15:39:24.697Z | Rx Loss-of-lock: true Rx Loss-of-signal: Yes true Yes true Yestrue |
| 3088 | 2026-03-11T15:39:24.697Z | Yes |
| 3089 | 2026-03-11T15:39:24.697Z | Rx Loss-of-signal: false Rx CDR Enabled: Yesfalse Yes false Yes falseYes |
| 3090 | 2026-03-11T15:39:24.697Z | |
| 3091 | 2026-03-11T15:39:24.697Z | Tx Enabled: YesRx Auto-squelch Disable: true Yes true Yes trueYes |
| 3092 | 2026-03-11T15:39:24.697Z | true Tx Loss-of-lock: No |
| 3093 | 2026-03-11T15:39:24.697Z | Tx Output Enabled: true Notrue No trueNo |
| 3094 | 2026-03-11T15:39:24.697Z | true Tx Loss-of-signal: No |
| 3095 | 2026-03-11T15:39:24.697Z | Tx Output Status: invalid No invalidNo invalidNo |
| 3096 | 2026-03-11T15:39:24.698Z | Tx CDR Enabled: Noinvalid |
| 3097 | 2026-03-11T15:39:24.698Z | Tx Loss-of-lock: falseNo Nofalse No |
| 3098 | 2026-03-11T15:39:24.698Z | Tx Adaptive EQ Fault: Nofalse falseNo |
| 3099 | 2026-03-11T15:39:24.698Z | Tx Loss-of-signal: trueNo trueNo |
| 3100 | 2026-03-11T15:39:24.698Z | Tx Fault: Yestrue Yestrue |
| 3101 | 2026-03-11T15:39:24.698Z | Tx Auto-squelch Disable: falseYes Yesfalse |
| 3102 | 2026-03-11T15:39:24.698Z | false false |
| 3103 | 2026-03-11T15:39:24.698Z | Tx Adaptive EQ Fail: true true true true |
| 3104 | 2026-03-11T15:39:24.698Z | Tx Failure: false false false false |
| 3105 | 2026-03-11T15:39:24.698Z | Tx Force Squelch: true true true true |
| 3106 | 2026-03-11T15:39:24.698Z | Tx Input Polarity: normal normal normal normal |
| 3107 | 2026-03-11T15:39:24.698Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3108 | 2026-03-11T15:39:24.698Z | test switchport::test::test_print_sff_datapath ... ok |
| 3109 | 2026-03-11T15:39:24.698Z | |
| 3110 | 2026-03-11T15:39:24.698Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3111 | 2026-03-11T15:39:24.698Z | |
| 3112 | 2026-03-11T15:39:24.701Z | Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209) |
| 3113 | 2026-03-11T15:39:24.704Z | |
| 3114 | 2026-03-11T15:39:24.705Z | running 1 test |
| 3115 | 2026-03-11T15:39:24.708Z | test test_p4_counter_list ... ignored |
| 3116 | 2026-03-11T15:39:24.708Z | |
| 3117 | 2026-03-11T15:39:24.708Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3118 | 2026-03-11T15:39:24.708Z | |
| 3119 | 2026-03-11T15:39:24.708Z | Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45) |
| 3120 | 2026-03-11T15:39:24.713Z | |
| 3121 | 2026-03-11T15:39:24.713Z | running 5 tests |
| 3122 | 2026-03-11T15:39:24.715Z | test test_an ... ignored |
| 3123 | 2026-03-11T15:39:24.715Z | test test_enable ... ignored |
| 3124 | 2026-03-11T15:39:24.715Z | test test_ip_addresses ... ignored |
| 3125 | 2026-03-11T15:39:24.715Z | test test_kr ... ignored |
| 3126 | 2026-03-11T15:39:24.715Z | test test_mac ... ignored |
| 3127 | 2026-03-11T15:39:24.715Z | |
| 3128 | 2026-03-11T15:39:24.715Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3129 | 2026-03-11T15:39:24.715Z | |
| 3130 | 2026-03-11T15:39:24.715Z | Running unittests src/main.rs (target/debug/deps/tfportd-37e7e1f15a73414d) |
| 3131 | 2026-03-11T15:39:24.719Z | |
| 3132 | 2026-03-11T15:39:24.719Z | running 3 tests |
| 3133 | 2026-03-11T15:39:24.721Z | test linklocal::test_parse_ipadm ... ok |
| 3134 | 2026-03-11T15:39:24.721Z | test tfport::test_parse_tfport ... ok |
| 3135 | 2026-03-11T15:39:24.721Z | test config::tests::test_updates ... ok |
| 3136 | 2026-03-11T15:39:24.721Z | |
| 3137 | 2026-03-11T15:39:24.721Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3138 | 2026-03-11T15:39:24.721Z | |
| 3139 | 2026-03-11T15:39:24.721Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3140 | 2026-03-11T15:39:24.724Z | |
| 3141 | 2026-03-11T15:39:24.724Z | running 0 tests |
| 3142 | 2026-03-11T15:39:24.724Z | |
| 3143 | 2026-03-11T15:39:24.724Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3144 | 2026-03-11T15:39:24.724Z | |
| 3145 | 2026-03-11T15:39:24.724Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3146 | 2026-03-11T15:39:24.728Z | |
| 3147 | 2026-03-11T15:39:24.728Z | running 0 tests |
| 3148 | 2026-03-11T15:39:24.728Z | |
| 3149 | 2026-03-11T15:39:24.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3150 | 2026-03-11T15:39:24.728Z | |
| 3151 | 2026-03-11T15:39:24.728Z | Doc-tests aal |
| 3152 | 2026-03-11T15:39:24.886Z | |
| 3153 | 2026-03-11T15:39:24.886Z | running 0 tests |
| 3154 | 2026-03-11T15:39:24.886Z | |
| 3155 | 2026-03-11T15:39:24.886Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3156 | 2026-03-11T15:39:24.886Z | |
| 3157 | 2026-03-11T15:39:24.904Z | Doc-tests aal_macros |
| 3158 | 2026-03-11T15:39:24.991Z | |
| 3159 | 2026-03-11T15:39:24.991Z | running 0 tests |
| 3160 | 2026-03-11T15:39:24.992Z | |
| 3161 | 2026-03-11T15:39:24.992Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3162 | 2026-03-11T15:39:24.992Z | |
| 3163 | 2026-03-11T15:39:25.005Z | Doc-tests common |
| 3164 | 2026-03-11T15:39:25.314Z | |
| 3165 | 2026-03-11T15:39:25.314Z | running 0 tests |
| 3166 | 2026-03-11T15:39:25.314Z | |
| 3167 | 2026-03-11T15:39:25.314Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3168 | 2026-03-11T15:39:25.314Z | |
| 3169 | 2026-03-11T15:39:25.337Z | Doc-tests dpd_api |
| 3170 | 2026-03-11T15:39:26.816Z | |
| 3171 | 2026-03-11T15:39:26.816Z | running 2 tests |
| 3172 | 2026-03-11T15:39:26.816Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3173 | 2026-03-11T15:39:26.816Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3174 | 2026-03-11T15:39:26.816Z | |
| 3175 | 2026-03-11T15:39:26.816Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3176 | 2026-03-11T15:39:26.816Z | |
| 3177 | 2026-03-11T15:39:26.863Z | Doc-tests dpd_client |
| 3178 | 2026-03-11T15:39:28.520Z | |
| 3179 | 2026-03-11T15:39:28.520Z | running 0 tests |
| 3180 | 2026-03-11T15:39:28.520Z | |
| 3181 | 2026-03-11T15:39:28.520Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3182 | 2026-03-11T15:39:28.520Z | |
| 3183 | 2026-03-11T15:39:28.571Z | Doc-tests dpd_types |
| 3184 | 2026-03-11T15:39:29.013Z | |
| 3185 | 2026-03-11T15:39:29.013Z | running 0 tests |
| 3186 | 2026-03-11T15:39:29.013Z | |
| 3187 | 2026-03-11T15:39:29.013Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3188 | 2026-03-11T15:39:29.013Z | |
| 3189 | 2026-03-11T15:39:29.047Z | Doc-tests packet |
| 3190 | 2026-03-11T15:39:29.191Z | |
| 3191 | 2026-03-11T15:39:29.191Z | running 0 tests |
| 3192 | 2026-03-11T15:39:29.191Z | |
| 3193 | 2026-03-11T15:39:29.191Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3194 | 2026-03-11T15:39:29.191Z | |
| 3195 | 2026-03-11T15:39:29.210Z | Doc-tests pcap |
| 3196 | 2026-03-11T15:39:29.274Z | |
| 3197 | 2026-03-11T15:39:29.274Z | running 0 tests |
| 3198 | 2026-03-11T15:39:29.274Z | |
| 3199 | 2026-03-11T15:39:29.274Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3200 | 2026-03-11T15:39:29.274Z | |
| 3201 | 2026-03-11T15:39:29.329Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3202 | 2026-03-11T15:39:29.329Z | + RUST_BACKTRACE=full |
| 3203 | 2026-03-11T15:39:29.329Z | + cargo test --features chaos --no-fail-fast |
| 3204 | 2026-03-11T15:39:30.199Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3205 | 2026-03-11T15:39:30.290Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3206 | 2026-03-11T15:39:30.303Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3207 | 2026-03-11T15:39:41.751Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3208 | 2026-03-11T15:39:41.827Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3209 | 2026-03-11T15:40:27.934Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 58.54s |
| 3210 | 2026-03-11T15:40:28.076Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 3211 | 2026-03-11T15:40:28.082Z | |
| 3212 | 2026-03-11T15:40:28.082Z | running 5 tests |
| 3213 | 2026-03-11T15:40:28.084Z | test fuse::tests::chip_revision_b1 ... ok |
| 3214 | 2026-03-11T15:40:28.084Z | test fuse::tests::chip_revision_b0 ... ok |
| 3215 | 2026-03-11T15:40:28.084Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3216 | 2026-03-11T15:40:28.084Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3217 | 2026-03-11T15:40:28.085Z | test fuse::tests::chip_revision_a0 ... ok |
| 3218 | 2026-03-11T15:40:28.085Z | |
| 3219 | 2026-03-11T15:40:28.085Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3220 | 2026-03-11T15:40:28.085Z | |
| 3221 | 2026-03-11T15:40:28.085Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 3222 | 2026-03-11T15:40:28.089Z | |
| 3223 | 2026-03-11T15:40:28.089Z | running 0 tests |
| 3224 | 2026-03-11T15:40:28.089Z | |
| 3225 | 2026-03-11T15:40:28.092Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3226 | 2026-03-11T15:40:28.092Z | |
| 3227 | 2026-03-11T15:40:28.092Z | Running unittests src/lib.rs (target/debug/deps/asic-13ed8881661abd05) |
| 3228 | 2026-03-11T15:40:28.096Z | |
| 3229 | 2026-03-11T15:40:28.096Z | running 0 tests |
| 3230 | 2026-03-11T15:40:28.099Z | |
| 3231 | 2026-03-11T15:40:28.099Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3232 | 2026-03-11T15:40:28.099Z | |
| 3233 | 2026-03-11T15:40:28.099Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3234 | 2026-03-11T15:40:28.105Z | |
| 3235 | 2026-03-11T15:40:28.105Z | running 10 tests |
| 3236 | 2026-03-11T15:40:28.108Z | test nat::tests::test_vni ... ok |
| 3237 | 2026-03-11T15:40:28.108Z | test network::tests::test_equal ... ok |
| 3238 | 2026-03-11T15:40:28.108Z | test network::tests::test_eui64 ... ok |
| 3239 | 2026-03-11T15:40:28.108Z | test network::tests::test_into ... ok |
| 3240 | 2026-03-11T15:40:28.108Z | test network::tests::test_not_equal ... ok |
| 3241 | 2026-03-11T15:40:28.108Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3242 | 2026-03-11T15:40:28.108Z | test network::tests::test_parse ... ok |
| 3243 | 2026-03-11T15:40:28.108Z | test network::tests::test_to_string ... ok |
| 3244 | 2026-03-11T15:40:28.108Z | test test_purge ... ok |
| 3245 | 2026-03-11T15:40:28.113Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3246 | 2026-03-11T15:40:28.113Z | |
| 3247 | 2026-03-11T15:40:28.115Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3248 | 2026-03-11T15:40:28.115Z | |
| 3249 | 2026-03-11T15:40:28.115Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a) |
| 3250 | 2026-03-11T15:40:28.142Z | |
| 3251 | 2026-03-11T15:40:28.143Z | running 1 test |
| 3252 | 2026-03-11T15:40:29.627Z | test test::test_apis_up_to_date ... ok |
| 3253 | 2026-03-11T15:40:29.628Z | |
| 3254 | 2026-03-11T15:40:29.628Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.48s |
| 3255 | 2026-03-11T15:40:29.628Z | |
| 3256 | 2026-03-11T15:40:29.682Z | Running unittests src/main.rs (target/debug/deps/dpd-23ac965eb82549e2) |
| 3257 | 2026-03-11T15:40:29.689Z | |
| 3258 | 2026-03-11T15:40:29.689Z | running 18 tests |
| 3259 | 2026-03-11T15:40:29.692Z | test freemap::test_ordering ... ok |
| 3260 | 2026-03-11T15:40:29.692Z | test freemap::test_split ... ok |
| 3261 | 2026-03-11T15:40:29.692Z | test config::tests::test_updates ... ok |
| 3262 | 2026-03-11T15:40:29.692Z | test macaddrs::tests::test_mac_offset ... ok |
| 3263 | 2026-03-11T15:40:29.692Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3264 | 2026-03-11T15:40:29.692Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3265 | 2026-03-11T15:40:29.692Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3266 | 2026-03-11T15:40:29.692Z | test nat::test_mapping ... ok |
| 3267 | 2026-03-11T15:40:29.695Z | test port_map::tests::dump_map ... ok |
| 3268 | 2026-03-11T15:40:29.695Z | test port_map::tests::test_backplane_group ... ok |
| 3269 | 2026-03-11T15:40:29.695Z | test port_map::tests::test_port_map ... ok |
| 3270 | 2026-03-11T15:40:29.695Z | Mar 11 15:40:28.266 DEBG created new freemapMar 11 15:40:28.266Mar 11 15:40:28.266 , DEBGDEBG unitcreated new freemapcreated new freemap:, unit, :freemap_test unitfreemap_test: |
| 3271 | 2026-03-11T15:40:29.695Z | freemap_test |
| 3272 | 2026-03-11T15:40:29.695Z | |
| 3273 | 2026-03-11T15:40:29.695Z | Mar 11 15:40:28.266 DEBG Mar 11 15:40:28.266Mar 11 15:40:28.266Mar 11 15:40:28.266 created new freemapDEBGDEBG, unit :initted freemap. size: 128 , freemap_testunit |
| 3274 | 2026-03-11T15:40:29.696Z | DEBGinitted freemap. size: 128 , initted freemap. size: 128unit:Mar 11 15:40:28.266 , Mar 11 15:40:28.266DEBG: freemap_testinitted freemap. size: 128 |
| 3275 | 2026-03-11T15:40:29.696Z | freemap_test, DEBGunit Mar 11 15:40:28.266:created new freemap |
| 3276 | 2026-03-11T15:40:29.696Z | freemap_test, unitDEBG |
| 3277 | 2026-03-11T15:40:29.696Z | :reset freemap , freemap_testunitMar 11 15:40:28.266Mar 11 15:40:28.266: |
| 3278 | 2026-03-11T15:40:29.696Z | freemap_test |
| 3279 | 2026-03-11T15:40:29.696Z | DEBGDEBG reset freemapreset freemapMar 11 15:40:28.266, unit, DEBGunit :initted freemap. size: 128: , freemap_testfreemap_test |
| 3280 | 2026-03-11T15:40:29.696Z | |
| 3281 | 2026-03-11T15:40:29.696Z | unit: freemap_test |
| 3282 | 2026-03-11T15:40:29.696Z | Mar 11 15:40:28.266 DEBG reset freemap, unit: freemap_test |
| 3283 | 2026-03-11T15:40:29.696Z | unit: freemap_test |
| 3284 | 2026-03-11T15:40:29.696Z | Mar 11 15:40:28.266 DEBG reset freemap, unit: freemap_test |
| 3285 | 2026-03-11T15:40:29.696Z | test freemap::test_exhaustion ... ok |
| 3286 | 2026-03-11T15:40:29.696Z | test freemap::test_free ... ok |
| 3287 | 2026-03-11T15:40:29.696Z | test freemap::test_reclaim ... ok |
| 3288 | 2026-03-11T15:40:29.697Z | test freemap::test_basic ... ok |
| 3289 | 2026-03-11T15:40:29.697Z | test freemap::test_span ... ok |
| 3290 | 2026-03-11T15:40:29.697Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3291 | 2026-03-11T15:40:29.697Z | test api_server::tests::test_build_info ... ok |
| 3292 | 2026-03-11T15:40:29.697Z | |
| 3293 | 2026-03-11T15:40:29.697Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3294 | 2026-03-11T15:40:29.697Z | |
| 3295 | 2026-03-11T15:40:29.700Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7f7cd0a040d7d945) |
| 3296 | 2026-03-11T15:40:29.706Z | |
| 3297 | 2026-03-11T15:40:29.706Z | running 0 tests |
| 3298 | 2026-03-11T15:40:29.706Z | |
| 3299 | 2026-03-11T15:40:29.709Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3300 | 2026-03-11T15:40:29.709Z | |
| 3301 | 2026-03-11T15:40:29.709Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978) |
| 3302 | 2026-03-11T15:40:29.713Z | |
| 3303 | 2026-03-11T15:40:29.713Z | running 0 tests |
| 3304 | 2026-03-11T15:40:29.716Z | |
| 3305 | 2026-03-11T15:40:29.716Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3306 | 2026-03-11T15:40:29.716Z | |
| 3307 | 2026-03-11T15:40:29.716Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-aebf87b370e5ad17) |
| 3308 | 2026-03-11T15:40:29.724Z | |
| 3309 | 2026-03-11T15:40:29.724Z | running 6 tests |
| 3310 | 2026-03-11T15:40:29.729Z | test tests::test_full_lot_id_neither_present ... ok |
| 3311 | 2026-03-11T15:40:29.729Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3312 | 2026-03-11T15:40:29.729Z | test tests::test_full_lot_id_both_present ... ok |
| 3313 | 2026-03-11T15:40:29.729Z | test tests::test_full_lot_id_lot_only ... ok |
| 3314 | 2026-03-11T15:40:29.729Z | test tests::test_port_id_cmp ... ok |
| 3315 | 2026-03-11T15:40:29.729Z | test tests::test_parse_client_port_id ... ok |
| 3316 | 2026-03-11T15:40:29.729Z | |
| 3317 | 2026-03-11T15:40:29.732Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3318 | 2026-03-11T15:40:29.732Z | |
| 3319 | 2026-03-11T15:40:29.732Z | Running tests/test_all.rs (target/debug/deps/test_all-eb21f1bec2bd0646) |
| 3320 | 2026-03-11T15:40:29.736Z | |
| 3321 | 2026-03-11T15:40:29.736Z | running 6 tests |
| 3322 | 2026-03-11T15:40:32.746Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3323 | 2026-03-11T15:40:32.749Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3324 | 2026-03-11T15:40:32.749Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3325 | 2026-03-11T15:40:32.755Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3326 | 2026-03-11T15:40:33.095Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3327 | 2026-03-11T15:40:36.851Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3328 | 2026-03-11T15:40:36.851Z | |
| 3329 | 2026-03-11T15:40:36.851Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.11s |
| 3330 | 2026-03-11T15:40:36.851Z | |
| 3331 | 2026-03-11T15:40:36.858Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 3332 | 2026-03-11T15:40:36.865Z | |
| 3333 | 2026-03-11T15:40:36.865Z | running 0 tests |
| 3334 | 2026-03-11T15:40:36.865Z | |
| 3335 | 2026-03-11T15:40:36.868Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3336 | 2026-03-11T15:40:36.868Z | |
| 3337 | 2026-03-11T15:40:36.868Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3338 | 2026-03-11T15:40:36.873Z | |
| 3339 | 2026-03-11T15:40:36.874Z | running 12 tests |
| 3340 | 2026-03-11T15:40:36.876Z | test icmp::test_v6_checksum ... ok |
| 3341 | 2026-03-11T15:40:36.876Z | test icmp::test_v4_checksum ... ok |
| 3342 | 2026-03-11T15:40:36.876Z | test ipv6::test_ipv6_parse ... ok |
| 3343 | 2026-03-11T15:40:36.876Z | test lldp::test_lldp_parse ... ok |
| 3344 | 2026-03-11T15:40:36.876Z | test pbuf::test_byte ... ok |
| 3345 | 2026-03-11T15:40:36.876Z | test pbuf::test_nibble ... ok |
| 3346 | 2026-03-11T15:40:36.876Z | test pbuf::test_short ... ok |
| 3347 | 2026-03-11T15:40:36.876Z | test pbuf::test_twelve ... ok |
| 3348 | 2026-03-11T15:40:36.876Z | test pbuf::test_overflow ... ok |
| 3349 | 2026-03-11T15:40:36.876Z | test pbuf::test_word ... ok |
| 3350 | 2026-03-11T15:40:36.879Z | test tcp::test_checksum_syn_nodata ... ok |
| 3351 | 2026-03-11T15:40:36.879Z | test tcp::test_checksum_ack_data ... ok |
| 3352 | 2026-03-11T15:40:36.879Z | |
| 3353 | 2026-03-11T15:40:36.879Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3354 | 2026-03-11T15:40:36.879Z | |
| 3355 | 2026-03-11T15:40:36.879Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3356 | 2026-03-11T15:40:36.882Z | |
| 3357 | 2026-03-11T15:40:36.882Z | running 0 tests |
| 3358 | 2026-03-11T15:40:36.882Z | |
| 3359 | 2026-03-11T15:40:36.882Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3360 | 2026-03-11T15:40:36.882Z | |
| 3361 | 2026-03-11T15:40:36.885Z | Running unittests src/main.rs (target/debug/deps/swadm-2133c2de568e9037) |
| 3362 | 2026-03-11T15:40:36.889Z | |
| 3363 | 2026-03-11T15:40:36.889Z | running 4 tests |
| 3364 | 2026-03-11T15:40:36.891Z | test switchport::test::test_compute_lanes ... ok |
| 3365 | 2026-03-11T15:40:36.891Z | test switchport::test::port_id_ordering ... ok |
| 3366 | 2026-03-11T15:40:36.892Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3367 | 2026-03-11T15:40:36.892Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3368 | 2026-03-11T15:40:36.892Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3369 | 2026-03-11T15:40:36.892Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3370 | 2026-03-11T15:40:36.892Z | Tx Enabled: Yes Yes Yes Yes |
| 3371 | 2026-03-11T15:40:36.892Z | Tx Loss-of-lock: No No No No |
| 3372 | 2026-03-11T15:40:36.892Z | Tx Loss-of-signal: No No No No |
| 3373 | 2026-03-11T15:40:36.892Z | Tx CDR Enabled: No No No No |
| 3374 | 2026-03-11T15:40:36.892Z | Tx Adaptive EQ Fault: No No No No |
| 3375 | 2026-03-11T15:40:36.892Z | Tx Fault: Yes Yes Yes Yes |
| 3376 | 2026-03-11T15:40:36.892Z | test switchport::test::test_print_sff_datapath ... ok |
| 3377 | 2026-03-11T15:40:36.892Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3378 | 2026-03-11T15:40:36.892Z | State: Activated Activated Activated Activated |
| 3379 | 2026-03-11T15:40:36.892Z | Rx Output Enabled: false false false false |
| 3380 | 2026-03-11T15:40:36.892Z | Rx Output Status: valid valid valid valid |
| 3381 | 2026-03-11T15:40:36.892Z | Rx Loss-of-lock: true true true true |
| 3382 | 2026-03-11T15:40:36.892Z | Rx Loss-of-signal: false false false false |
| 3383 | 2026-03-11T15:40:36.892Z | Rx Auto-squelch Disable: true true true true |
| 3384 | 2026-03-11T15:40:36.892Z | Tx Output Enabled: true true true true |
| 3385 | 2026-03-11T15:40:36.892Z | Tx Output Status: invalid invalid invalid invalid |
| 3386 | 2026-03-11T15:40:36.892Z | Tx Loss-of-lock: false false false false |
| 3387 | 2026-03-11T15:40:36.892Z | Tx Loss-of-signal: true true true true |
| 3388 | 2026-03-11T15:40:36.892Z | Tx Auto-squelch Disable: false false false false |
| 3389 | 2026-03-11T15:40:36.892Z | Tx Adaptive EQ Fail: true true true true |
| 3390 | 2026-03-11T15:40:36.892Z | Tx Failure: false false false false |
| 3391 | 2026-03-11T15:40:36.892Z | Tx Force Squelch: true true true true |
| 3392 | 2026-03-11T15:40:36.892Z | Tx Input Polarity: normal normal normal normal |
| 3393 | 2026-03-11T15:40:36.892Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3394 | 2026-03-11T15:40:36.892Z | |
| 3395 | 2026-03-11T15:40:36.892Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3396 | 2026-03-11T15:40:36.892Z | |
| 3397 | 2026-03-11T15:40:36.892Z | Running tests/counters.rs (target/debug/deps/counters-3bafc2b63c4bdc8e) |
| 3398 | 2026-03-11T15:40:36.898Z | |
| 3399 | 2026-03-11T15:40:36.898Z | running 1 test |
| 3400 | 2026-03-11T15:40:36.901Z | test test_p4_counter_list ... ignored |
| 3401 | 2026-03-11T15:40:36.901Z | |
| 3402 | 2026-03-11T15:40:36.902Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3403 | 2026-03-11T15:40:36.902Z | |
| 3404 | 2026-03-11T15:40:36.902Z | Running tests/port-link.rs (target/debug/deps/port_link-4679af1143aba65a) |
| 3405 | 2026-03-11T15:40:36.907Z | |
| 3406 | 2026-03-11T15:40:36.907Z | running 5 tests |
| 3407 | 2026-03-11T15:40:36.909Z | test test_an ... ignored |
| 3408 | 2026-03-11T15:40:36.909Z | test test_enable ... ignored |
| 3409 | 2026-03-11T15:40:36.909Z | test test_ip_addresses ... ignored |
| 3410 | 2026-03-11T15:40:36.909Z | test test_kr ... ignored |
| 3411 | 2026-03-11T15:40:36.909Z | test test_mac ... ignored |
| 3412 | 2026-03-11T15:40:36.910Z | |
| 3413 | 2026-03-11T15:40:36.910Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3414 | 2026-03-11T15:40:36.910Z | |
| 3415 | 2026-03-11T15:40:36.910Z | Running unittests src/main.rs (target/debug/deps/tfportd-40270ce48812325a) |
| 3416 | 2026-03-11T15:40:36.913Z | |
| 3417 | 2026-03-11T15:40:36.913Z | running 3 tests |
| 3418 | 2026-03-11T15:40:36.916Z | test linklocal::test_parse_ipadm ... ok |
| 3419 | 2026-03-11T15:40:36.916Z | test tfport::test_parse_tfport ... ok |
| 3420 | 2026-03-11T15:40:36.916Z | test config::tests::test_updates ... ok |
| 3421 | 2026-03-11T15:40:36.916Z | |
| 3422 | 2026-03-11T15:40:36.916Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3423 | 2026-03-11T15:40:36.916Z | |
| 3424 | 2026-03-11T15:40:36.916Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3425 | 2026-03-11T15:40:36.921Z | |
| 3426 | 2026-03-11T15:40:36.921Z | running 0 tests |
| 3427 | 2026-03-11T15:40:36.921Z | |
| 3428 | 2026-03-11T15:40:36.924Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3429 | 2026-03-11T15:40:36.924Z | |
| 3430 | 2026-03-11T15:40:36.924Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3431 | 2026-03-11T15:40:36.927Z | |
| 3432 | 2026-03-11T15:40:36.927Z | running 0 tests |
| 3433 | 2026-03-11T15:40:36.927Z | |
| 3434 | 2026-03-11T15:40:36.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3435 | 2026-03-11T15:40:36.927Z | |
| 3436 | 2026-03-11T15:40:36.930Z | Doc-tests aal |
| 3437 | 2026-03-11T15:40:37.142Z | |
| 3438 | 2026-03-11T15:40:37.142Z | running 0 tests |
| 3439 | 2026-03-11T15:40:37.142Z | |
| 3440 | 2026-03-11T15:40:37.145Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3441 | 2026-03-11T15:40:37.145Z | |
| 3442 | 2026-03-11T15:40:37.159Z | Doc-tests aal_macros |
| 3443 | 2026-03-11T15:40:37.250Z | |
| 3444 | 2026-03-11T15:40:37.250Z | running 0 tests |
| 3445 | 2026-03-11T15:40:37.250Z | |
| 3446 | 2026-03-11T15:40:37.250Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3447 | 2026-03-11T15:40:37.250Z | |
| 3448 | 2026-03-11T15:40:37.262Z | Doc-tests common |
| 3449 | 2026-03-11T15:40:37.573Z | |
| 3450 | 2026-03-11T15:40:37.573Z | running 0 tests |
| 3451 | 2026-03-11T15:40:37.573Z | |
| 3452 | 2026-03-11T15:40:37.573Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3453 | 2026-03-11T15:40:37.573Z | |
| 3454 | 2026-03-11T15:40:37.595Z | Doc-tests dpd_api |
| 3455 | 2026-03-11T15:40:39.150Z | |
| 3456 | 2026-03-11T15:40:39.150Z | running 2 tests |
| 3457 | 2026-03-11T15:40:39.150Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3458 | 2026-03-11T15:40:39.150Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3459 | 2026-03-11T15:40:39.150Z | |
| 3460 | 2026-03-11T15:40:39.150Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3461 | 2026-03-11T15:40:39.150Z | |
| 3462 | 2026-03-11T15:40:39.195Z | Doc-tests dpd_client |
| 3463 | 2026-03-11T15:40:40.878Z | |
| 3464 | 2026-03-11T15:40:40.878Z | running 0 tests |
| 3465 | 2026-03-11T15:40:40.878Z | |
| 3466 | 2026-03-11T15:40:40.878Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3467 | 2026-03-11T15:40:40.878Z | |
| 3468 | 2026-03-11T15:40:40.930Z | Doc-tests dpd_types |
| 3469 | 2026-03-11T15:40:41.370Z | |
| 3470 | 2026-03-11T15:40:41.370Z | running 0 tests |
| 3471 | 2026-03-11T15:40:41.370Z | |
| 3472 | 2026-03-11T15:40:41.370Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3473 | 2026-03-11T15:40:41.370Z | |
| 3474 | 2026-03-11T15:40:41.402Z | Doc-tests packet |
| 3475 | 2026-03-11T15:40:41.546Z | |
| 3476 | 2026-03-11T15:40:41.546Z | running 0 tests |
| 3477 | 2026-03-11T15:40:41.546Z | |
| 3478 | 2026-03-11T15:40:41.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3479 | 2026-03-11T15:40:41.546Z | |
| 3480 | 2026-03-11T15:40:41.563Z | Doc-tests pcap |
| 3481 | 2026-03-11T15:40:41.629Z | |
| 3482 | 2026-03-11T15:40:41.629Z | running 0 tests |
| 3483 | 2026-03-11T15:40:41.629Z | |
| 3484 | 2026-03-11T15:40:41.629Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3485 | 2026-03-11T15:40:41.629Z | |
| 3486 | 2026-03-11T15:40:41.684Z | process exited: duration 854252 ms, exit code 0 |
| |
| 3487 | 2026-03-11T15:40:41.690Z | found 0 output files |