|
|
|
| 1 | 2026-07-29T07:31:41.811Z | job assigned to worker 01KYPCH1ECM2C85NQS361NN93P [factory aws, i-081878a934c7ad0b1] (queued for 55 s) |
| |
| 2 | 2026-07-29T07:31:49.529Z | starting task 0: "setup" |
| 3 | 2026-07-29T07:31:49.534Z | ++ uname -s |
| 4 | 2026-07-29T07:31:49.538Z | + kern=SunOS |
| 5 | 2026-07-29T07:31:49.538Z | + build_user=build |
| 6 | 2026-07-29T07:31:49.538Z | + build_uid=12345 |
| 7 | 2026-07-29T07:31:49.538Z | + work_dir=/work |
| 8 | 2026-07-29T07:31:49.538Z | + input_dir=/input |
| 9 | 2026-07-29T07:31:49.538Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-29T07:31:49.538Z | + case "$kern" in |
| 11 | 2026-07-29T07:31:49.538Z | + groupadd -g 12345 build |
| 12 | 2026-07-29T07:31:49.541Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-29T07:31:52.088Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-29T07:31:52.104Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-29T07:31:52.104Z | + home_fs=zfs |
| 16 | 2026-07-29T07:31:52.104Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-29T07:31:52.104Z | + mkdir -p /home/build |
| 18 | 2026-07-29T07:31:52.104Z | + chown build:build /home/build /work |
| 19 | 2026-07-29T07:31:53.752Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-29T07:31:53.772Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-07-29T07:31:53.789Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-29T07:31:53.804Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-07-29T07:31:53.804Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-07-29T07:31:53.804Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-29T07:31:53.804Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-29T07:31:53.804Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-29T07:31:53.804Z | * rust toolchain profile = "default" |
| 28 | 2026-07-29T07:31:53.809Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-29T07:31:53.809Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-29T07:31:54.041Z | info: downloading installer |
| 31 | 2026-07-29T07:31:55.310Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-29T07:31:55.310Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-29T07:31:55.310Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-29T07:31:55.310Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-29T07:31:55.321Z | info: profile set to default |
| 36 | 2026-07-29T07:31:55.321Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-29T07:31:55.324Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-29T07:31:55.457Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-29T07:31:55.461Z | info: downloading 6 components |
| 40 | 2026-07-29T07:32:10.497Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-29T07:32:10.497Z | |
| 42 | 2026-07-29T07:32:10.526Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-29T07:32:10.526Z | |
| 44 | 2026-07-29T07:32:10.526Z | |
| 45 | 2026-07-29T07:32:10.526Z | Rust is installed now. Great! |
| 46 | 2026-07-29T07:32:10.526Z | |
| 47 | 2026-07-29T07:32:10.526Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-29T07:32:10.526Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-29T07:32:10.526Z | |
| 50 | 2026-07-29T07:32:10.526Z | To configure your current shell, you need to source |
| 51 | 2026-07-29T07:32:10.526Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-29T07:32:10.526Z | |
| 53 | 2026-07-29T07:32:10.526Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-29T07:32:10.530Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-29T07:32:10.530Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-29T07:32:10.530Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-29T07:32:10.530Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-29T07:32:10.530Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-29T07:32:10.530Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-29T07:32:10.530Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-29T07:32:10.530Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-29T07:32:10.632Z | + rustup --version |
| 63 | 2026-07-29T07:32:10.638Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-29T07:32:10.638Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-29T07:32:10.658Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-29T07:32:10.661Z | + cargo --version |
| 67 | 2026-07-29T07:32:10.669Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-29T07:32:10.672Z | + rustc --version |
| 69 | 2026-07-29T07:32:10.692Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-29T07:32:10.695Z | process exited: duration 16905 ms, exit code 0 |
| |
| 71 | 2026-07-29T07:32:10.701Z | starting task 2: "authentication" |
| 72 | 2026-07-29T07:32:10.720Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-29T07:32:10.730Z | starting task 3: "clone repository" |
| 74 | 2026-07-29T07:32:10.733Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-29T07:32:10.736Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-29T07:32:10.766Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-29T07:32:20.494Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-29T07:32:20.494Z | + git fetch origin ea8cb15d41e6f8733fdb01922edec9063adcb169 |
| 79 | 2026-07-29T07:32:20.817Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-29T07:32:20.818Z | * branch ea8cb15d41e6f8733fdb01922edec9063adcb169 -> FETCH_HEAD |
| 81 | 2026-07-29T07:32:20.832Z | + [[ -n '' ]] |
| 82 | 2026-07-29T07:32:20.832Z | + git reset --hard ea8cb15d41e6f8733fdb01922edec9063adcb169 |
| 83 | 2026-07-29T07:32:20.909Z | HEAD is now at ea8cb15d4 avoid setting serde_json's float_roundtrip |
| 84 | 2026-07-29T07:32:20.912Z | process exited: duration 10182 ms, exit code 0 |
| |
| 85 | 2026-07-29T07:32:20.917Z | starting task 4: "build" |
| 86 | 2026-07-29T07:32:20.923Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-29T07:32:20.923Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-29T07:32:20.923Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-29T07:32:20.926Z | +++ uname -s |
| 90 | 2026-07-29T07:32:20.926Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-29T07:32:20.926Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-29T07:32:20.929Z | + cargo --version |
| 93 | 2026-07-29T07:32:20.937Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-07-29T07:32:20.940Z | + rustc --version |
| 95 | 2026-07-29T07:32:20.961Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-07-29T07:32:20.964Z | + WORK=/work |
| 97 | 2026-07-29T07:32:20.964Z | + pfexec mkdir -p /work |
| 98 | 2026-07-29T07:32:20.967Z | + pfexec chown build /work |
| 99 | 2026-07-29T07:32:20.970Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-07-29T07:32:22.810Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-07-29T07:32:23.045Z | Startup: Caching catalogs ... Done |
| 102 | 2026-07-29T07:32:24.243Z | Planning: Solver setup ... Done (1.113s) |
| 103 | 2026-07-29T07:32:24.287Z | Planning: Running solver ... Done (0.044s) |
| 104 | 2026-07-29T07:32:24.318Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-07-29T07:32:24.329Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-07-29T07:32:24.344Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-07-29T07:32:24.358Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-07-29T07:32:24.361Z | Planning: Merging actions ... Done (0.002s) |
| 109 | 2026-07-29T07:32:24.574Z | Planning: Checking for conflicting actions ... Done (0.214s) |
| 110 | 2026-07-29T07:32:24.577Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-07-29T07:32:25.459Z | Planning: Evaluating mediators ... Done (0.883s) |
| 112 | 2026-07-29T07:32:25.462Z | Planning: Planning completed in 2.38 seconds |
| 113 | 2026-07-29T07:32:25.469Z | Packages to install: 2 |
| 114 | 2026-07-29T07:32:25.469Z | Estimated space available: 156.02 GB |
| 115 | 2026-07-29T07:32:25.469Z | Estimated space to be consumed: 55.05 MB |
| 116 | 2026-07-29T07:32:25.469Z | Create boot environment: No |
| 117 | 2026-07-29T07:32:25.473Z | Create backup boot environment: No |
| 118 | 2026-07-29T07:32:25.473Z | Rebuild boot archive: No |
| 119 | 2026-07-29T07:32:25.473Z | |
| 120 | 2026-07-29T07:32:25.473Z | Changed packages: |
| 121 | 2026-07-29T07:32:25.473Z | helios |
| 122 | 2026-07-29T07:32:25.473Z | developer/build-essential |
| 123 | 2026-07-29T07:32:25.473Z | None -> 11-3.0 |
| 124 | 2026-07-29T07:32:25.473Z | library/libxmlsec1 |
| 125 | 2026-07-29T07:32:25.473Z | None -> 1.2.35-3.0 |
| 126 | 2026-07-29T07:32:25.495Z | |
| 127 | 2026-07-29T07:32:25.495Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-07-29T07:32:25.563Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 129 | 2026-07-29T07:32:25.688Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-07-29T07:32:25.725Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-07-29T07:32:25.750Z | Finalize: Updating package state database ... Done (0.025s) |
| 132 | 2026-07-29T07:32:25.750Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-07-29T07:32:25.808Z | Finalize: Updating image state ... Done (0.058s) |
| 134 | 2026-07-29T07:32:28.423Z | Finalize: Creating fast lookup database ... Done (2.577s) |
| 135 | 2026-07-29T07:32:28.493Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-07-29T07:32:28.496Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-07-29T07:32:28.582Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-07-29T07:32:28.935Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-07-29T07:32:29.041Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-07-29T07:32:29.044Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-07-29T07:32:29.197Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-07-29T07:32:29.201Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-07-29T07:32:29.220Z | Mediators to change: 2 |
| 144 | 2026-07-29T07:32:29.220Z | Create boot environment: No |
| 145 | 2026-07-29T07:32:29.220Z | Create backup boot environment: No |
| 146 | 2026-07-29T07:32:29.274Z | Finalize: Updating package state database ... Done |
| 147 | 2026-07-29T07:32:29.274Z | Finalize: Updating package cache ... Done |
| 148 | 2026-07-29T07:32:29.313Z | Finalize: Updating image state ... Done |
| 149 | 2026-07-29T07:32:31.268Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-07-29T07:32:31.331Z | Finalize: Reading search index ... Done |
| 151 | 2026-07-29T07:32:31.335Z | Finalize: Updating search index ... Done |
| 152 | 2026-07-29T07:32:31.411Z | Finalize: Updating package cache ... Done |
| 153 | 2026-07-29T07:32:31.702Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-07-29T07:32:31.810Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-07-29T07:32:31.813Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-07-29T07:32:31.987Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-07-29T07:32:31.994Z | Planning: Planning completed in 0.27 seconds |
| 158 | 2026-07-29T07:32:31.998Z | Mediators to change: 1 |
| 159 | 2026-07-29T07:32:31.998Z | Create boot environment: No |
| 160 | 2026-07-29T07:32:31.998Z | Create backup boot environment: No |
| 161 | 2026-07-29T07:32:32.064Z | Finalize: Updating package state database ... Done |
| 162 | 2026-07-29T07:32:32.064Z | Finalize: Updating package cache ... Done |
| 163 | 2026-07-29T07:32:32.096Z | Finalize: Updating image state ... Done |
| 164 | 2026-07-29T07:32:34.052Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-07-29T07:32:34.116Z | Finalize: Reading search index ... Done |
| 166 | 2026-07-29T07:32:34.119Z | Finalize: Updating search index ... Done |
| 167 | 2026-07-29T07:32:34.191Z | Finalize: Updating package cache ... Done |
| 168 | 2026-07-29T07:32:34.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-07-29T07:32:34.505Z | apache system 2.4 system |
| 170 | 2026-07-29T07:32:34.505Z | clang system 15 system |
| 171 | 2026-07-29T07:32:34.505Z | csh system system illumos |
| 172 | 2026-07-29T07:32:34.505Z | ctags system system illumos |
| 173 | 2026-07-29T07:32:34.505Z | file vendor vendor darwinsys |
| 174 | 2026-07-29T07:32:34.505Z | file system system illumos |
| 175 | 2026-07-29T07:32:34.505Z | gcc vendor 14 vendor |
| 176 | 2026-07-29T07:32:34.505Z | gcc system 13 system |
| 177 | 2026-07-29T07:32:34.505Z | gcc system 10 system |
| 178 | 2026-07-29T07:32:34.505Z | go system 1.25 system |
| 179 | 2026-07-29T07:32:34.505Z | llvm system 15 system |
| 180 | 2026-07-29T07:32:34.505Z | mariadb system 11.4 system |
| 181 | 2026-07-29T07:32:34.505Z | mta vendor vendor dma |
| 182 | 2026-07-29T07:32:34.505Z | openjdk system 17 system |
| 183 | 2026-07-29T07:32:34.505Z | openjdk system 11 system |
| 184 | 2026-07-29T07:32:34.505Z | openssl vendor 3 vendor |
| 185 | 2026-07-29T07:32:34.505Z | perl system 5.40 system |
| 186 | 2026-07-29T07:32:34.505Z | postgresql system 18 system |
| 187 | 2026-07-29T07:32:34.505Z | postgresql system 17 system |
| 188 | 2026-07-29T07:32:34.505Z | python vendor 3 vendor |
| 189 | 2026-07-29T07:32:34.505Z | python system 2 system |
| 190 | 2026-07-29T07:32:34.505Z | python3 vendor 3.13 vendor |
| 191 | 2026-07-29T07:32:34.505Z | ruby system 3.4 system |
| 192 | 2026-07-29T07:32:34.505Z | ruby system 3.0 system |
| 193 | 2026-07-29T07:32:34.505Z | words vendor vendor american-english |
| 194 | 2026-07-29T07:32:34.505Z | words system system australian-english |
| 195 | 2026-07-29T07:32:34.505Z | words system system british-english |
| 196 | 2026-07-29T07:32:34.505Z | words system system canadian-english |
| 197 | 2026-07-29T07:32:34.505Z | words system system french |
| 198 | 2026-07-29T07:32:34.505Z | words system system italian |
| 199 | 2026-07-29T07:32:34.505Z | words system system ngerman |
| 200 | 2026-07-29T07:32:34.505Z | words system system ogerman |
| 201 | 2026-07-29T07:32:34.505Z | words system system spanish |
| 202 | 2026-07-29T07:32:34.759Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-07-29T07:32:34.759Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-07-29T07:32:35.151Z | FMRI IFO |
| 205 | 2026-07-29T07:32:35.151Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-07-29T07:32:35.151Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-07-29T07:32:35.151Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-07-29T07:32:35.151Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-07-29T07:32:35.151Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-07-29T07:32:35.152Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-07-29T07:32:35.152Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-07-29T07:32:35.152Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-07-29T07:32:35.152Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-07-29T07:32:35.451Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-07-29T07:32:35.775Z | Updating crates.io index |
| 216 | 2026-07-29T07:32:35.779Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-07-29T07:32:36.051Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-07-29T07:32:36.377Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-07-29T07:32:37.288Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-07-29T07:32:37.804Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-07-29T07:32:39.323Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-07-29T07:32:40.176Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-07-29T07:32:40.474Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-07-29T07:32:40.840Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-07-29T07:32:42.262Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-07-29T07:32:42.720Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-07-29T07:32:43.060Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 228 | 2026-07-29T07:32:43.368Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 229 | 2026-07-29T07:32:43.907Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 230 | 2026-07-29T07:32:44.459Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 231 | 2026-07-29T07:32:44.716Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-07-29T07:32:44.984Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-07-29T07:32:45.283Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 234 | 2026-07-29T07:32:45.593Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-07-29T07:32:45.833Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-07-29T07:32:46.050Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-07-29T07:32:46.326Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 238 | 2026-07-29T07:32:46.688Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 239 | 2026-07-29T07:32:47.022Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-07-29T07:32:47.252Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-07-29T07:32:47.753Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-07-29T07:32:47.994Z | Updating git repository `https://github.com/oxidecomputer/sigstore-verify` |
| 243 | 2026-07-29T07:32:48.230Z | Updating git submodule `https://github.com/sigstore/sigstore-conformance` |
| 244 | 2026-07-29T07:32:48.593Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-07-29T07:32:48.984Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-07-29T07:32:49.268Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-07-29T07:32:49.484Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-07-29T07:32:49.689Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-07-29T07:32:50.006Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-07-29T07:32:50.338Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-07-29T07:32:50.542Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-07-29T07:32:50.833Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-07-29T07:32:51.065Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-07-29T07:32:51.324Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-07-29T07:32:51.590Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 256 | 2026-07-29T07:32:52.237Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 257 | 2026-07-29T07:32:52.476Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 258 | 2026-07-29T07:32:52.706Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 259 | 2026-07-29T07:32:52.916Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-07-29T07:32:55.465Z | Downloading crates ... |
| 261 | 2026-07-29T07:32:55.518Z | Downloaded zerocopy-derive v0.7.35 |
| 262 | 2026-07-29T07:32:55.522Z | Downloaded anstyle-parse v1.0.0 |
| 263 | 2026-07-29T07:32:55.525Z | Downloaded camino-tempfile v1.4.1 |
| 264 | 2026-07-29T07:32:55.525Z | Downloaded heck v0.5.0 |
| 265 | 2026-07-29T07:32:55.530Z | Downloaded utf8parse v0.2.2 |
| 266 | 2026-07-29T07:32:55.530Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-07-29T07:32:55.530Z | Downloaded scroll_derive v0.12.1 |
| 268 | 2026-07-29T07:32:55.530Z | Downloaded serde_spanned v0.6.9 |
| 269 | 2026-07-29T07:32:55.530Z | Downloaded anstream v1.0.0 |
| 270 | 2026-07-29T07:32:55.530Z | Downloaded thiserror v2.0.18 |
| 271 | 2026-07-29T07:32:55.535Z | Downloaded usdt-attr-macro v0.5.0 |
| 272 | 2026-07-29T07:32:55.535Z | Downloaded usdt-impl v0.5.0 |
| 273 | 2026-07-29T07:32:55.535Z | Downloaded thread-id v4.2.2 |
| 274 | 2026-07-29T07:32:55.538Z | Downloaded is_terminal_polyfill v1.70.2 |
| 275 | 2026-07-29T07:32:55.538Z | Downloaded usdt v0.5.0 |
| 276 | 2026-07-29T07:32:55.543Z | Downloaded ucd-trie v0.1.7 |
| 277 | 2026-07-29T07:32:55.543Z | Downloaded bitflags v2.11.0 |
| 278 | 2026-07-29T07:32:55.543Z | Downloaded usdt-macro v0.5.0 |
| 279 | 2026-07-29T07:32:55.548Z | Downloaded version_check v0.9.5 |
| 280 | 2026-07-29T07:32:55.548Z | Downloaded errno v0.3.14 |
| 281 | 2026-07-29T07:32:55.548Z | Downloaded cargo_toml v0.21.0 |
| 282 | 2026-07-29T07:32:55.557Z | Downloaded dtrace-parser v0.2.0 |
| 283 | 2026-07-29T07:32:55.557Z | Downloaded fastrand v2.3.0 |
| 284 | 2026-07-29T07:32:55.565Z | Downloaded cargo-platform v0.3.2 |
| 285 | 2026-07-29T07:32:55.565Z | Downloaded heck v0.4.1 |
| 286 | 2026-07-29T07:32:55.565Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-07-29T07:32:55.565Z | Downloaded equivalent v1.0.2 |
| 288 | 2026-07-29T07:32:55.565Z | Downloaded crypto-common v0.1.7 |
| 289 | 2026-07-29T07:32:55.565Z | Downloaded cargo_metadata v0.23.1 |
| 290 | 2026-07-29T07:32:55.571Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-07-29T07:32:55.571Z | Downloaded digest v0.10.7 |
| 292 | 2026-07-29T07:32:55.576Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-07-29T07:32:55.580Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-07-29T07:32:55.580Z | Downloaded anstyle-query v1.1.5 |
| 295 | 2026-07-29T07:32:55.583Z | Downloaded clap_lex v1.0.0 |
| 296 | 2026-07-29T07:32:55.587Z | Downloaded itoa v1.0.17 |
| 297 | 2026-07-29T07:32:55.587Z | Downloaded fnv v1.0.7 |
| 298 | 2026-07-29T07:32:55.587Z | Downloaded clap_derive v4.6.1 |
| 299 | 2026-07-29T07:32:55.590Z | Downloaded zmij v1.0.21 |
| 300 | 2026-07-29T07:32:55.594Z | Downloaded fs-err v3.3.0 |
| 301 | 2026-07-29T07:32:55.599Z | Downloaded macaddr v1.0.1 |
| 302 | 2026-07-29T07:32:55.603Z | Downloaded terminal_size v0.4.3 |
| 303 | 2026-07-29T07:32:55.606Z | Downloaded dof v0.3.0 |
| 304 | 2026-07-29T07:32:55.615Z | Downloaded unicode-linebreak v0.1.5 |
| 305 | 2026-07-29T07:32:55.618Z | Downloaded smawk v0.3.2 |
| 306 | 2026-07-29T07:32:55.618Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-07-29T07:32:55.622Z | Downloaded swrite v0.1.0 |
| 308 | 2026-07-29T07:32:55.625Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-07-29T07:32:55.628Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2026-07-29T07:32:55.633Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2026-07-29T07:32:55.636Z | Downloaded strsim v0.11.1 |
| 312 | 2026-07-29T07:32:55.636Z | Downloaded memmap v0.7.0 |
| 313 | 2026-07-29T07:32:55.636Z | Downloaded plain v0.2.3 |
| 314 | 2026-07-29T07:32:55.640Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-07-29T07:32:55.643Z | Downloaded bytecount v0.6.9 |
| 316 | 2026-07-29T07:32:55.646Z | Downloaded byteorder v1.5.0 |
| 317 | 2026-07-29T07:32:55.649Z | Downloaded thiserror-impl v1.0.69 |
| 318 | 2026-07-29T07:32:55.653Z | Downloaded semver v1.0.28 |
| 319 | 2026-07-29T07:32:55.653Z | Downloaded scroll v0.12.0 |
| 320 | 2026-07-29T07:32:55.653Z | Downloaded anstyle v1.0.14 |
| 321 | 2026-07-29T07:32:55.656Z | Downloaded camino v1.2.2 |
| 322 | 2026-07-29T07:32:55.659Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2026-07-29T07:32:55.666Z | Downloaded serde_tokenstream v0.2.3 |
| 324 | 2026-07-29T07:32:55.669Z | Downloaded quote v1.0.45 |
| 325 | 2026-07-29T07:32:55.669Z | Downloaded tabled_derive v0.7.0 |
| 326 | 2026-07-29T07:32:55.669Z | Downloaded thiserror-impl v2.0.18 |
| 327 | 2026-07-29T07:32:55.674Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-07-29T07:32:55.715Z | Downloaded anyhow v1.0.102 |
| 329 | 2026-07-29T07:32:55.715Z | Downloaded thiserror v1.0.69 |
| 330 | 2026-07-29T07:32:55.715Z | Downloaded tempfile v3.25.0 |
| 331 | 2026-07-29T07:32:55.716Z | Downloaded toml v0.8.23 |
| 332 | 2026-07-29T07:32:55.716Z | Downloaded pest_generator v2.8.6 |
| 333 | 2026-07-29T07:32:55.720Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-07-29T07:32:55.727Z | Downloaded log v0.4.29 |
| 335 | 2026-07-29T07:32:55.730Z | Downloaded papergrid v0.11.0 |
| 336 | 2026-07-29T07:32:55.733Z | Downloaded unicode-ident v1.0.24 |
| 337 | 2026-07-29T07:32:55.733Z | Downloaded getrandom v0.4.1 |
| 338 | 2026-07-29T07:32:55.736Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-07-29T07:32:55.743Z | Downloaded proc-macro2 v1.0.106 |
| 340 | 2026-07-29T07:32:55.747Z | Downloaded clap v4.6.1 |
| 341 | 2026-07-29T07:32:55.751Z | Downloaded pest_derive v2.8.6 |
| 342 | 2026-07-29T07:32:55.772Z | Downloaded pest_meta v2.8.6 |
| 343 | 2026-07-29T07:32:55.775Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-07-29T07:32:55.786Z | Downloaded serde v1.0.228 |
| 345 | 2026-07-29T07:32:55.790Z | Downloaded serde_core v1.0.228 |
| 346 | 2026-07-29T07:32:55.794Z | Downloaded serde_derive v1.0.228 |
| 347 | 2026-07-29T07:32:55.794Z | Downloaded memchr v2.8.0 |
| 348 | 2026-07-29T07:32:55.801Z | Downloaded zerocopy v0.7.35 |
| 349 | 2026-07-29T07:32:55.809Z | Downloaded indexmap v2.14.0 |
| 350 | 2026-07-29T07:32:55.815Z | Downloaded typenum v1.20.1 |
| 351 | 2026-07-29T07:32:55.843Z | Downloaded pest v2.8.6 |
| 352 | 2026-07-29T07:32:55.850Z | Downloaded winnow v0.7.14 |
| 353 | 2026-07-29T07:32:55.855Z | Downloaded serde_json v1.0.151 |
| 354 | 2026-07-29T07:32:55.867Z | Downloaded clap_builder v4.6.0 |
| 355 | 2026-07-29T07:32:55.870Z | Downloaded hashbrown v0.17.0 |
| 356 | 2026-07-29T07:32:55.895Z | Downloaded tabled v0.15.0 |
| 357 | 2026-07-29T07:32:55.904Z | Downloaded goblin v0.8.2 |
| 358 | 2026-07-29T07:32:55.922Z | Downloaded syn v1.0.109 |
| 359 | 2026-07-29T07:32:55.927Z | Downloaded unicode-width v0.2.0 |
| 360 | 2026-07-29T07:32:55.930Z | Downloaded unicode-width v0.1.14 |
| 361 | 2026-07-29T07:32:55.933Z | Downloaded syn v2.0.117 |
| 362 | 2026-07-29T07:32:55.953Z | Downloaded rustix v1.1.3 |
| 363 | 2026-07-29T07:32:55.985Z | Downloaded libc v0.2.185 |
| 364 | 2026-07-29T07:32:56.049Z | Compiling proc-macro2 v1.0.106 |
| 365 | 2026-07-29T07:32:56.049Z | Compiling unicode-ident v1.0.24 |
| 366 | 2026-07-29T07:32:56.049Z | Compiling quote v1.0.45 |
| 367 | 2026-07-29T07:32:56.049Z | Compiling serde_core v1.0.228 |
| 368 | 2026-07-29T07:32:56.052Z | Compiling libc v0.2.185 |
| 369 | 2026-07-29T07:32:56.052Z | Compiling version_check v0.9.5 |
| 370 | 2026-07-29T07:32:56.053Z | Compiling memchr v2.8.0 |
| 371 | 2026-07-29T07:32:56.053Z | Compiling serde v1.0.228 |
| 372 | 2026-07-29T07:32:56.231Z | Compiling zmij v1.0.21 |
| 373 | 2026-07-29T07:32:56.235Z | Compiling thiserror v1.0.69 |
| 374 | 2026-07-29T07:32:56.235Z | Compiling ucd-trie v0.1.7 |
| 375 | 2026-07-29T07:32:56.235Z | Compiling itoa v1.0.17 |
| 376 | 2026-07-29T07:32:56.241Z | Compiling rustix v1.1.3 |
| 377 | 2026-07-29T07:32:56.258Z | Compiling byteorder v1.5.0 |
| 378 | 2026-07-29T07:32:56.494Z | Compiling serde_json v1.0.151 |
| 379 | 2026-07-29T07:32:56.602Z | Compiling bitflags v2.11.0 |
| 380 | 2026-07-29T07:32:56.656Z | Compiling usdt-impl v0.5.0 |
| 381 | 2026-07-29T07:32:56.694Z | Compiling proc-macro-error-attr v1.0.4 |
| 382 | 2026-07-29T07:32:56.764Z | Compiling pest v2.8.6 |
| 383 | 2026-07-29T07:32:56.907Z | Compiling camino v1.2.2 |
| 384 | 2026-07-29T07:32:56.911Z | Compiling syn v1.0.109 |
| 385 | 2026-07-29T07:32:56.977Z | Compiling proc-macro-error v1.0.4 |
| 386 | 2026-07-29T07:32:57.045Z | Compiling equivalent v1.0.2 |
| 387 | 2026-07-29T07:32:57.045Z | Compiling plain v0.2.3 |
| 388 | 2026-07-29T07:32:57.049Z | Compiling log v0.4.29 |
| 389 | 2026-07-29T07:32:57.064Z | Compiling hashbrown v0.17.0 |
| 390 | 2026-07-29T07:32:57.081Z | Compiling getrandom v0.4.1 |
| 391 | 2026-07-29T07:32:57.116Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-07-29T07:32:57.170Z | Compiling errno v0.3.14 |
| 393 | 2026-07-29T07:32:57.170Z | Compiling thread-id v4.2.2 |
| 394 | 2026-07-29T07:32:57.229Z | Compiling anstyle v1.0.14 |
| 395 | 2026-07-29T07:32:57.229Z | Compiling thiserror v2.0.18 |
| 396 | 2026-07-29T07:32:57.283Z | Compiling anstyle-parse v1.0.0 |
| 397 | 2026-07-29T07:32:57.302Z | Compiling winnow v0.7.14 |
| 398 | 2026-07-29T07:32:57.355Z | Compiling pretty-hex v0.4.1 |
| 399 | 2026-07-29T07:32:57.358Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-07-29T07:32:57.358Z | Compiling autocfg v1.5.0 |
| 401 | 2026-07-29T07:32:57.460Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-07-29T07:32:57.526Z | Compiling toml_write v0.1.2 |
| 403 | 2026-07-29T07:32:57.545Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-07-29T07:32:57.583Z | Compiling cfg-if v1.0.4 |
| 405 | 2026-07-29T07:32:57.621Z | Compiling anyhow v1.0.102 |
| 406 | 2026-07-29T07:32:57.636Z | Compiling bytecount v0.6.9 |
| 407 | 2026-07-29T07:32:57.680Z | Compiling syn v2.0.117 |
| 408 | 2026-07-29T07:32:57.728Z | Compiling indexmap v2.14.0 |
| 409 | 2026-07-29T07:32:57.808Z | Compiling anstream v1.0.0 |
| 410 | 2026-07-29T07:32:57.868Z | Compiling clap_lex v1.0.0 |
| 411 | 2026-07-29T07:32:57.868Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-07-29T07:32:57.909Z | Compiling fs-err v3.3.0 |
| 413 | 2026-07-29T07:32:57.966Z | Compiling heck v0.5.0 |
| 414 | 2026-07-29T07:32:57.993Z | Compiling unicode-width v0.1.14 |
| 415 | 2026-07-29T07:32:58.015Z | Compiling fnv v1.0.7 |
| 416 | 2026-07-29T07:32:58.045Z | Compiling fastrand v2.3.0 |
| 417 | 2026-07-29T07:32:58.066Z | Compiling strsim v0.11.1 |
| 418 | 2026-07-29T07:32:58.082Z | Compiling heck v0.4.1 |
| 419 | 2026-07-29T07:32:58.102Z | Compiling once_cell v1.21.3 |
| 420 | 2026-07-29T07:32:58.231Z | Compiling papergrid v0.11.0 |
| 421 | 2026-07-29T07:32:58.236Z | Compiling memmap v0.7.0 |
| 422 | 2026-07-29T07:32:58.278Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-29T07:32:58.331Z | Compiling tempfile v3.25.0 |
| 424 | 2026-07-29T07:32:58.334Z | Compiling unicode-linebreak v0.1.5 |
| 425 | 2026-07-29T07:32:58.371Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-29T07:32:58.371Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-07-29T07:32:58.429Z | Compiling clap_builder v4.6.0 |
| 428 | 2026-07-29T07:32:58.464Z | Compiling swrite v0.1.0 |
| 429 | 2026-07-29T07:32:58.686Z | Compiling cargo-platform v0.3.2 |
| 430 | 2026-07-29T07:32:58.726Z | Compiling semver v1.0.28 |
| 431 | 2026-07-29T07:32:58.752Z | Compiling textwrap v0.16.2 |
| 432 | 2026-07-29T07:32:58.891Z | Compiling camino-tempfile v1.4.1 |
| 433 | 2026-07-29T07:32:59.205Z | Compiling tabled_derive v0.7.0 |
| 434 | 2026-07-29T07:32:59.856Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-07-29T07:32:59.894Z | Compiling tabled v0.15.0 |
| 436 | 2026-07-29T07:33:00.360Z | Compiling serde_derive v1.0.228 |
| 437 | 2026-07-29T07:33:00.360Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-07-29T07:33:00.363Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-07-29T07:33:00.363Z | Compiling scroll_derive v0.12.1 |
| 440 | 2026-07-29T07:33:00.363Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-07-29T07:33:00.363Z | Compiling clap_derive v4.6.1 |
| 442 | 2026-07-29T07:33:00.467Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-07-29T07:33:01.010Z | Compiling scroll v0.12.0 |
| 444 | 2026-07-29T07:33:01.100Z | Compiling zerocopy v0.7.35 |
| 445 | 2026-07-29T07:33:01.220Z | Compiling goblin v0.8.2 |
| 446 | 2026-07-29T07:33:01.437Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2026-07-29T07:33:01.700Z | Compiling clap v4.6.1 |
| 448 | 2026-07-29T07:33:02.774Z | Compiling toml_datetime v0.6.11 |
| 449 | 2026-07-29T07:33:02.775Z | Compiling serde_spanned v0.6.9 |
| 450 | 2026-07-29T07:33:02.775Z | Compiling cargo_metadata v0.23.1 |
| 451 | 2026-07-29T07:33:02.778Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 452 | 2026-07-29T07:33:02.778Z | Compiling macaddr v1.0.1 |
| 453 | 2026-07-29T07:33:02.792Z | Compiling dof v0.3.0 |
| 454 | 2026-07-29T07:33:02.795Z | Compiling serde_tokenstream v0.2.3 |
| 455 | 2026-07-29T07:33:02.966Z | Compiling toml_edit v0.22.27 |
| 456 | 2026-07-29T07:33:03.498Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-07-29T07:33:03.502Z | Compiling usdt-attr-macro v0.5.0 |
| 458 | 2026-07-29T07:33:04.112Z | Compiling usdt v0.5.0 |
| 459 | 2026-07-29T07:33:04.241Z | Compiling toml v0.8.23 |
| 460 | 2026-07-29T07:33:04.565Z | Compiling cargo_toml v0.21.0 |
| 461 | 2026-07-29T07:33:05.870Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 462 | 2026-07-29T07:33:07.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.65s |
| 463 | 2026-07-29T07:33:08.151Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 464 | 2026-07-29T07:33:08.672Z | Downloading crates ... |
| 465 | 2026-07-29T07:33:08.715Z | Downloaded adler2 v2.0.1 |
| 466 | 2026-07-29T07:33:08.720Z | Downloaded async-stream-impl v0.3.6 |
| 467 | 2026-07-29T07:33:08.723Z | Downloaded atomicwrites v0.4.4 |
| 468 | 2026-07-29T07:33:08.723Z | Downloaded anstyle-parse v0.2.7 |
| 469 | 2026-07-29T07:33:08.726Z | Downloaded ascii-canvas v3.0.0 |
| 470 | 2026-07-29T07:33:08.730Z | Downloaded array-init v0.0.4 |
| 471 | 2026-07-29T07:33:08.730Z | Downloaded compression-core v0.4.31 |
| 472 | 2026-07-29T07:33:08.738Z | Downloaded argon2 v0.5.3 |
| 473 | 2026-07-29T07:33:08.741Z | Downloaded cbc v0.2.1 |
| 474 | 2026-07-29T07:33:08.742Z | Downloaded chacha20 v0.9.1 |
| 475 | 2026-07-29T07:33:08.745Z | Downloaded hash32 v0.3.1 |
| 476 | 2026-07-29T07:33:08.745Z | Downloaded bb8 v0.8.6 |
| 477 | 2026-07-29T07:33:08.745Z | Downloaded globset v0.4.18 |
| 478 | 2026-07-29T07:33:08.751Z | Downloaded httparse v1.10.1 |
| 479 | 2026-07-29T07:33:08.754Z | Downloaded futures-macro v0.3.32 |
| 480 | 2026-07-29T07:33:08.754Z | Downloaded float-ord v0.3.2 |
| 481 | 2026-07-29T07:33:08.755Z | Downloaded backoff v0.4.0 |
| 482 | 2026-07-29T07:33:08.755Z | Downloaded cancel-safe-futures v0.1.5 |
| 483 | 2026-07-29T07:33:08.758Z | Downloaded erased-serde v0.3.31 |
| 484 | 2026-07-29T07:33:08.758Z | Downloaded bitfield-struct v0.6.2 |
| 485 | 2026-07-29T07:33:08.758Z | Downloaded fs_extra v1.3.0 |
| 486 | 2026-07-29T07:33:08.761Z | Downloaded assert_matches v1.5.0 |
| 487 | 2026-07-29T07:33:08.761Z | Downloaded base16ct v1.0.0 |
| 488 | 2026-07-29T07:33:08.761Z | Downloaded bit-set v0.8.0 |
| 489 | 2026-07-29T07:33:08.765Z | Downloaded bitfield-macros v0.19.4 |
| 490 | 2026-07-29T07:33:08.765Z | Downloaded expectorate v1.2.0 |
| 491 | 2026-07-29T07:33:08.765Z | Downloaded funty v2.0.0 |
| 492 | 2026-07-29T07:33:08.765Z | Downloaded aead v0.6.1 |
| 493 | 2026-07-29T07:33:08.769Z | Downloaded aead v0.5.2 |
| 494 | 2026-07-29T07:33:08.769Z | Downloaded atty v0.2.14 |
| 495 | 2026-07-29T07:33:08.769Z | Downloaded ghash v0.6.0 |
| 496 | 2026-07-29T07:33:08.770Z | Downloaded fixedbitset v0.4.2 |
| 497 | 2026-07-29T07:33:08.772Z | Downloaded filetime v0.2.27 |
| 498 | 2026-07-29T07:33:08.776Z | Downloaded enum_dispatch v0.3.13 |
| 499 | 2026-07-29T07:33:08.776Z | Downloaded ff v0.14.0 |
| 500 | 2026-07-29T07:33:08.776Z | Downloaded const_format_proc_macros v0.2.34 |
| 501 | 2026-07-29T07:33:08.781Z | Downloaded fixedbitset v0.5.7 |
| 502 | 2026-07-29T07:33:08.781Z | Downloaded flume v0.11.1 |
| 503 | 2026-07-29T07:33:08.784Z | Downloaded async-recursion v1.1.1 |
| 504 | 2026-07-29T07:33:08.784Z | Downloaded block-padding v0.4.2 |
| 505 | 2026-07-29T07:33:08.784Z | Downloaded foreign-types-shared v0.3.1 |
| 506 | 2026-07-29T07:33:08.784Z | Downloaded form_urlencoded v1.2.2 |
| 507 | 2026-07-29T07:33:08.784Z | Downloaded fxhash v0.2.1 |
| 508 | 2026-07-29T07:33:08.784Z | Downloaded futures-task v0.3.32 |
| 509 | 2026-07-29T07:33:08.784Z | Downloaded git-stub v1.0.0 |
| 510 | 2026-07-29T07:33:08.788Z | Downloaded bitfield v0.19.4 |
| 511 | 2026-07-29T07:33:08.788Z | Downloaded foreign-types-shared v0.1.1 |
| 512 | 2026-07-29T07:33:08.788Z | Downloaded anstream v0.6.21 |
| 513 | 2026-07-29T07:33:08.788Z | Downloaded atomic-waker v1.1.2 |
| 514 | 2026-07-29T07:33:08.788Z | Downloaded env_filter v1.0.0 |
| 515 | 2026-07-29T07:33:08.788Z | Downloaded gethostname v0.5.0 |
| 516 | 2026-07-29T07:33:08.791Z | Downloaded base16ct v0.2.0 |
| 517 | 2026-07-29T07:33:08.791Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 518 | 2026-07-29T07:33:08.791Z | Downloaded foreign-types-macros v0.2.3 |
| 519 | 2026-07-29T07:33:08.791Z | Downloaded bit-set v0.5.3 |
| 520 | 2026-07-29T07:33:08.795Z | Downloaded ciborium-ll v0.2.2 |
| 521 | 2026-07-29T07:33:08.795Z | Downloaded flagset v0.4.7 |
| 522 | 2026-07-29T07:33:08.798Z | Downloaded foreign-types v0.3.2 |
| 523 | 2026-07-29T07:33:08.798Z | Downloaded endian-type v0.1.2 |
| 524 | 2026-07-29T07:33:08.798Z | Downloaded cfg_aliases v0.1.1 |
| 525 | 2026-07-29T07:33:08.798Z | Downloaded base64 v0.21.7 |
| 526 | 2026-07-29T07:33:08.801Z | Downloaded enum-as-inner v0.6.1 |
| 527 | 2026-07-29T07:33:08.801Z | Downloaded futures-sink v0.3.32 |
| 528 | 2026-07-29T07:33:08.804Z | Downloaded foreign-types v0.5.0 |
| 529 | 2026-07-29T07:33:08.804Z | Downloaded hostname v0.3.1 |
| 530 | 2026-07-29T07:33:08.804Z | Downloaded backon v1.6.0 |
| 531 | 2026-07-29T07:33:08.807Z | Downloaded base64ct v1.8.3 |
| 532 | 2026-07-29T07:33:08.807Z | Downloaded bit-vec v0.6.3 |
| 533 | 2026-07-29T07:33:08.807Z | Downloaded ar_archive_writer v0.5.1 |
| 534 | 2026-07-29T07:33:08.811Z | Downloaded futures-core v0.3.32 |
| 535 | 2026-07-29T07:33:08.811Z | Downloaded hex v0.4.3 |
| 536 | 2026-07-29T07:33:08.811Z | Downloaded fallible-iterator v0.2.0 |
| 537 | 2026-07-29T07:33:08.811Z | Downloaded foldhash v0.1.5 |
| 538 | 2026-07-29T07:33:08.814Z | Downloaded foldhash v0.2.0 |
| 539 | 2026-07-29T07:33:08.814Z | Downloaded ff v0.13.1 |
| 540 | 2026-07-29T07:33:08.814Z | Downloaded fs-err v2.11.0 |
| 541 | 2026-07-29T07:33:08.814Z | Downloaded arrayref v0.3.9 |
| 542 | 2026-07-29T07:33:08.817Z | Downloaded httpdate v1.0.3 |
| 543 | 2026-07-29T07:33:08.817Z | Downloaded fd-lock v4.0.4 |
| 544 | 2026-07-29T07:33:08.817Z | Downloaded block-buffer v0.12.1 |
| 545 | 2026-07-29T07:33:08.820Z | Downloaded futures-io v0.3.32 |
| 546 | 2026-07-29T07:33:08.820Z | Downloaded cobs v0.3.0 |
| 547 | 2026-07-29T07:33:08.823Z | Downloaded cfg_aliases v0.2.1 |
| 548 | 2026-07-29T07:33:08.823Z | Downloaded hubpack_derive v0.1.1 |
| 549 | 2026-07-29T07:33:08.823Z | Downloaded hostname v0.4.2 |
| 550 | 2026-07-29T07:33:08.828Z | Downloaded http-range v0.1.5 |
| 551 | 2026-07-29T07:33:08.828Z | Downloaded ciborium-io v0.2.2 |
| 552 | 2026-07-29T07:33:08.828Z | Downloaded hubpack v0.1.2 |
| 553 | 2026-07-29T07:33:08.833Z | Downloaded http-body v1.0.1 |
| 554 | 2026-07-29T07:33:08.838Z | Downloaded packed_struct_codegen v0.10.1 |
| 555 | 2026-07-29T07:33:08.841Z | Downloaded float-cmp v0.10.0 |
| 556 | 2026-07-29T07:33:08.841Z | Downloaded futures-executor v0.3.32 |
| 557 | 2026-07-29T07:33:08.841Z | Downloaded git-stub-vcs v0.1.0 |
| 558 | 2026-07-29T07:33:08.844Z | Downloaded normalize-line-endings v0.3.0 |
| 559 | 2026-07-29T07:33:08.844Z | Downloaded env_logger v0.11.9 |
| 560 | 2026-07-29T07:33:08.844Z | Downloaded async-stream v0.3.6 |
| 561 | 2026-07-29T07:33:08.848Z | Downloaded hyper-tls v0.6.0 |
| 562 | 2026-07-29T07:33:08.848Z | Downloaded hash32 v0.2.1 |
| 563 | 2026-07-29T07:33:08.848Z | Downloaded headers-core v0.3.0 |
| 564 | 2026-07-29T07:33:08.851Z | Downloaded castaway v0.2.4 |
| 565 | 2026-07-29T07:33:08.851Z | Downloaded num-derive v0.4.2 |
| 566 | 2026-07-29T07:33:08.851Z | Downloaded olpc-cjson v0.1.4 |
| 567 | 2026-07-29T07:33:08.851Z | Downloaded hex-literal v1.1.0 |
| 568 | 2026-07-29T07:33:08.855Z | Downloaded futures-channel v0.3.32 |
| 569 | 2026-07-29T07:33:08.855Z | Downloaded getrandom v0.2.17 |
| 570 | 2026-07-29T07:33:08.858Z | Downloaded arc-swap v1.8.2 |
| 571 | 2026-07-29T07:33:08.858Z | Downloaded bcs v0.1.6 |
| 572 | 2026-07-29T07:33:08.861Z | Downloaded bitflags v1.3.2 |
| 573 | 2026-07-29T07:33:08.861Z | Downloaded globwalk v0.9.1 |
| 574 | 2026-07-29T07:33:08.861Z | Downloaded bit-vec v0.8.0 |
| 575 | 2026-07-29T07:33:08.865Z | Downloaded cipher v0.4.4 |
| 576 | 2026-07-29T07:33:08.865Z | Downloaded num_enum_derive v0.7.6 |
| 577 | 2026-07-29T07:33:08.865Z | Downloaded arrayvec v0.7.6 |
| 578 | 2026-07-29T07:33:08.865Z | Downloaded byte-wrapper v0.1.0 |
| 579 | 2026-07-29T07:33:08.868Z | Downloaded cmake v0.1.57 |
| 580 | 2026-07-29T07:33:08.868Z | Downloaded progenitor-macro v0.14.0 |
| 581 | 2026-07-29T07:33:08.868Z | Downloaded radium v0.7.0 |
| 582 | 2026-07-29T07:33:08.871Z | Downloaded phf_shared v0.13.1 |
| 583 | 2026-07-29T07:33:08.872Z | Downloaded ref-cast-impl v1.0.25 |
| 584 | 2026-07-29T07:33:08.872Z | Downloaded rand_xorshift v0.4.0 |
| 585 | 2026-07-29T07:33:08.875Z | Downloaded ref-cast v1.0.25 |
| 586 | 2026-07-29T07:33:08.875Z | Downloaded russh-cryptovec v0.62.0 |
| 587 | 2026-07-29T07:33:08.875Z | Downloaded powerfmt v0.2.0 |
| 588 | 2026-07-29T07:33:08.878Z | Downloaded proc-macro-crate v1.3.1 |
| 589 | 2026-07-29T07:33:08.878Z | Downloaded scheduled-thread-pool v0.2.7 |
| 590 | 2026-07-29T07:33:08.878Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 591 | 2026-07-29T07:33:08.881Z | Downloaded sha1 v0.11.0 |
| 592 | 2026-07-29T07:33:08.884Z | Downloaded find-msvc-tools v0.1.9 |
| 593 | 2026-07-29T07:33:08.884Z | Downloaded highway v1.3.0 |
| 594 | 2026-07-29T07:33:08.884Z | Downloaded serde_spanned v1.1.1 |
| 595 | 2026-07-29T07:33:08.884Z | Downloaded humantime v2.3.0 |
| 596 | 2026-07-29T07:33:08.887Z | Downloaded secrecy v0.10.3 |
| 597 | 2026-07-29T07:33:08.887Z | Downloaded signal-hook-tokio v0.3.1 |
| 598 | 2026-07-29T07:33:08.887Z | Downloaded group v0.13.0 |
| 599 | 2026-07-29T07:33:08.888Z | Downloaded http-body-util v0.1.3 |
| 600 | 2026-07-29T07:33:08.888Z | Downloaded hyper-staticfile v0.10.1 |
| 601 | 2026-07-29T07:33:08.891Z | Downloaded async-trait v0.1.89 |
| 602 | 2026-07-29T07:33:08.895Z | Downloaded group v0.14.0 |
| 603 | 2026-07-29T07:33:08.898Z | Downloaded bs58 v0.5.1 |
| 604 | 2026-07-29T07:33:08.898Z | Downloaded serde_urlencoded v0.7.1 |
| 605 | 2026-07-29T07:33:08.898Z | Downloaded camino-tempfile-ext v0.3.3 |
| 606 | 2026-07-29T07:33:08.901Z | Downloaded signature v2.2.0 |
| 607 | 2026-07-29T07:33:08.901Z | Downloaded stable_deref_trait v1.2.1 |
| 608 | 2026-07-29T07:33:08.904Z | Downloaded embedded-io v0.4.0 |
| 609 | 2026-07-29T07:33:08.905Z | Downloaded cmov v0.5.4 |
| 610 | 2026-07-29T07:33:08.908Z | Downloaded home v0.5.12 |
| 611 | 2026-07-29T07:33:08.908Z | Downloaded slog-envlogger v2.2.0 |
| 612 | 2026-07-29T07:33:08.908Z | Downloaded structmeta-derive v0.3.0 |
| 613 | 2026-07-29T07:33:08.911Z | Downloaded strum v0.26.3 |
| 614 | 2026-07-29T07:33:08.916Z | Downloaded cmpv2 v0.2.0 |
| 615 | 2026-07-29T07:33:08.917Z | Downloaded nu-ansi-term v0.50.3 |
| 616 | 2026-07-29T07:33:08.920Z | Downloaded oxnet v0.1.6 |
| 617 | 2026-07-29T07:33:08.920Z | Downloaded pbkdf2 v0.13.0 |
| 618 | 2026-07-29T07:33:08.920Z | Downloaded futures v0.3.32 |
| 619 | 2026-07-29T07:33:08.920Z | Downloaded hybrid-array v0.4.13 |
| 620 | 2026-07-29T07:33:08.924Z | Downloaded structmeta v0.3.0 |
| 621 | 2026-07-29T07:33:08.924Z | Downloaded sync_wrapper v1.0.2 |
| 622 | 2026-07-29T07:33:08.924Z | Downloaded cassowary v0.3.0 |
| 623 | 2026-07-29T07:33:08.924Z | Downloaded cipher v0.5.2 |
| 624 | 2026-07-29T07:33:08.928Z | Downloaded num-integer v0.1.46 |
| 625 | 2026-07-29T07:33:08.928Z | Downloaded blowfish v0.10.0 |
| 626 | 2026-07-29T07:33:08.928Z | Downloaded termtree v0.5.1 |
| 627 | 2026-07-29T07:33:08.928Z | Downloaded tower-service v0.3.3 |
| 628 | 2026-07-29T07:33:08.928Z | Downloaded sqlparser_derive v0.5.0 |
| 629 | 2026-07-29T07:33:08.928Z | Downloaded time-core v0.1.8 |
| 630 | 2026-07-29T07:33:08.931Z | Downloaded pem v3.0.6 |
| 631 | 2026-07-29T07:33:08.931Z | Downloaded ppv-lite86 v0.2.21 |
| 632 | 2026-07-29T07:33:08.935Z | Downloaded rand_chacha v0.9.0 |
| 633 | 2026-07-29T07:33:08.935Z | Downloaded ahash v0.8.12 |
| 634 | 2026-07-29T07:33:08.935Z | Downloaded buf-list v1.1.2 |
| 635 | 2026-07-29T07:33:08.939Z | Downloaded unarray v0.1.4 |
| 636 | 2026-07-29T07:33:08.944Z | Downloaded topological-sort v0.2.2 |
| 637 | 2026-07-29T07:33:08.947Z | Downloaded pem-rfc7468 v0.7.0 |
| 638 | 2026-07-29T07:33:08.947Z | Downloaded progenitor v0.14.0 |
| 639 | 2026-07-29T07:33:08.947Z | Downloaded typify-macro v0.6.2 |
| 640 | 2026-07-29T07:33:08.947Z | Downloaded untrusted v0.9.0 |
| 641 | 2026-07-29T07:33:08.951Z | Downloaded progenitor v0.13.0 |
| 642 | 2026-07-29T07:33:08.951Z | Downloaded rusty-fork v0.3.1 |
| 643 | 2026-07-29T07:33:08.951Z | Downloaded scrypt v0.12.0 |
| 644 | 2026-07-29T07:33:08.954Z | Downloaded waitgroup v0.1.2 |
| 645 | 2026-07-29T07:33:08.955Z | Downloaded want v0.3.1 |
| 646 | 2026-07-29T07:33:08.955Z | Downloaded serde-hex v0.1.0 |
| 647 | 2026-07-29T07:33:08.974Z | Downloaded convert_case v0.4.0 |
| 648 | 2026-07-29T07:33:08.975Z | Downloaded zerofrom v0.1.6 |
| 649 | 2026-07-29T07:33:08.975Z | Downloaded zerofrom-derive v0.1.6 |
| 650 | 2026-07-29T07:33:08.983Z | Downloaded crc v3.4.0 |
| 651 | 2026-07-29T07:33:08.983Z | Downloaded crc-catalog v2.4.0 |
| 652 | 2026-07-29T07:33:08.983Z | Downloaded glob v0.3.3 |
| 653 | 2026-07-29T07:33:08.983Z | Downloaded hyper-rustls v0.27.7 |
| 654 | 2026-07-29T07:33:08.983Z | Downloaded ciborium v0.2.2 |
| 655 | 2026-07-29T07:33:08.984Z | Downloaded serde_json_canonicalizer v0.3.2 |
| 656 | 2026-07-29T07:33:08.984Z | Downloaded argon2 v0.6.0-rc.8 |
| 657 | 2026-07-29T07:33:08.984Z | Downloaded bzip2 v0.4.4 |
| 658 | 2026-07-29T07:33:08.984Z | Downloaded const-oid v0.9.6 |
| 659 | 2026-07-29T07:33:08.984Z | Downloaded fatfs v0.3.6 |
| 660 | 2026-07-29T07:33:08.984Z | Downloaded getrandom v0.3.4 |
| 661 | 2026-07-29T07:33:08.984Z | Downloaded slog-json v2.6.1 |
| 662 | 2026-07-29T07:33:08.984Z | Downloaded stacker v0.1.23 |
| 663 | 2026-07-29T07:33:08.984Z | Downloaded colored v2.2.0 |
| 664 | 2026-07-29T07:33:08.984Z | Downloaded compression-codecs v0.4.37 |
| 665 | 2026-07-29T07:33:08.988Z | Downloaded async-bb8-diesel v0.2.1 |
| 666 | 2026-07-29T07:33:08.988Z | Downloaded blake2 v0.11.0-rc.6 |
| 667 | 2026-07-29T07:33:08.988Z | Downloaded darling_macro v0.13.4 |
| 668 | 2026-07-29T07:33:08.988Z | Downloaded bzip2 v0.6.1 |
| 669 | 2026-07-29T07:33:08.988Z | Downloaded chacha20 v0.10.0 |
| 670 | 2026-07-29T07:33:08.988Z | Downloaded clang-sys v1.8.1 |
| 671 | 2026-07-29T07:33:08.988Z | Downloaded cexpr v0.6.0 |
| 672 | 2026-07-29T07:33:08.988Z | Downloaded console v0.15.11 |
| 673 | 2026-07-29T07:33:08.992Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 674 | 2026-07-29T07:33:08.992Z | Downloaded generic-array v1.4.3 |
| 675 | 2026-07-29T07:33:08.992Z | Downloaded hmac v0.13.0 |
| 676 | 2026-07-29T07:33:08.992Z | Downloaded console v0.16.2 |
| 677 | 2026-07-29T07:33:08.995Z | Downloaded half v1.8.3 |
| 678 | 2026-07-29T07:33:08.995Z | Downloaded parking_lot_core v0.9.12 |
| 679 | 2026-07-29T07:33:08.996Z | Downloaded synstructure v0.13.2 |
| 680 | 2026-07-29T07:33:08.996Z | Downloaded smf v0.2.3 |
| 681 | 2026-07-29T07:33:08.996Z | Downloaded trait-variant v0.1.2 |
| 682 | 2026-07-29T07:33:09.007Z | Downloaded thiserror-no-std v2.0.2 |
| 683 | 2026-07-29T07:33:09.007Z | Downloaded derive_builder_macro v0.20.2 |
| 684 | 2026-07-29T07:33:09.007Z | Downloaded dsl_auto_type v0.2.0 |
| 685 | 2026-07-29T07:33:09.007Z | Downloaded allocator-api2 v0.2.21 |
| 686 | 2026-07-29T07:33:09.011Z | Downloaded inout v0.1.4 |
| 687 | 2026-07-29T07:33:09.011Z | Downloaded flate2 v1.1.9 |
| 688 | 2026-07-29T07:33:09.011Z | Downloaded password-hash v0.5.0 |
| 689 | 2026-07-29T07:33:09.011Z | Downloaded phf v0.12.1 |
| 690 | 2026-07-29T07:33:09.011Z | Downloaded idna_adapter v1.2.1 |
| 691 | 2026-07-29T07:33:09.011Z | Downloaded indoc v1.0.9 |
| 692 | 2026-07-29T07:33:09.011Z | Downloaded is_ci v1.2.0 |
| 693 | 2026-07-29T07:33:09.011Z | Downloaded pkcs8 v0.11.0 |
| 694 | 2026-07-29T07:33:09.012Z | Downloaded poly1305 v0.9.0 |
| 695 | 2026-07-29T07:33:09.012Z | Downloaded vergen-gitcl v1.0.8 |
| 696 | 2026-07-29T07:33:09.012Z | Downloaded writeable v0.6.2 |
| 697 | 2026-07-29T07:33:09.019Z | Downloaded poly1305 v0.8.0 |
| 698 | 2026-07-29T07:33:09.019Z | Downloaded tokio-native-tls v0.3.1 |
| 699 | 2026-07-29T07:33:09.022Z | Downloaded vergen-git2 v9.1.0 |
| 700 | 2026-07-29T07:33:09.022Z | Downloaded walkdir v2.5.0 |
| 701 | 2026-07-29T07:33:09.022Z | Downloaded zeroize v1.9.0 |
| 702 | 2026-07-29T07:33:09.023Z | Downloaded keccak v0.1.6 |
| 703 | 2026-07-29T07:33:09.023Z | Downloaded libscf-sys v1.1.0 |
| 704 | 2026-07-29T07:33:09.023Z | Downloaded mime v0.3.17 |
| 705 | 2026-07-29T07:33:09.029Z | Downloaded hmac v0.12.1 |
| 706 | 2026-07-29T07:33:09.032Z | Downloaded half v2.7.1 |
| 707 | 2026-07-29T07:33:09.032Z | Downloaded blake2 v0.10.6 |
| 708 | 2026-07-29T07:33:09.040Z | Downloaded colored v3.1.1 |
| 709 | 2026-07-29T07:33:09.044Z | Downloaded const-oid v0.10.2 |
| 710 | 2026-07-29T07:33:09.044Z | Downloaded maybe-uninit v2.0.0 |
| 711 | 2026-07-29T07:33:09.044Z | Downloaded num-derive v0.3.3 |
| 712 | 2026-07-29T07:33:09.048Z | Downloaded oso v0.27.3 |
| 713 | 2026-07-29T07:33:09.051Z | Downloaded derive-ex v0.1.8 |
| 714 | 2026-07-29T07:33:09.051Z | Downloaded daft-derive v0.1.7 |
| 715 | 2026-07-29T07:33:09.058Z | Downloaded smallvec v1.15.1 |
| 716 | 2026-07-29T07:33:09.058Z | Downloaded oso-derive v0.27.3 |
| 717 | 2026-07-29T07:33:09.058Z | Downloaded defmt v1.0.1 |
| 718 | 2026-07-29T07:33:09.061Z | Downloaded path-slash v0.1.5 |
| 719 | 2026-07-29T07:33:09.061Z | Downloaded precomputed-hash v0.1.1 |
| 720 | 2026-07-29T07:33:09.061Z | Downloaded displaydoc v0.2.5 |
| 721 | 2026-07-29T07:33:09.065Z | Downloaded ed25519 v3.0.0 |
| 722 | 2026-07-29T07:33:09.069Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 723 | 2026-07-29T07:33:09.069Z | Downloaded ingot-types v0.2.0 |
| 724 | 2026-07-29T07:33:09.069Z | Downloaded kem v0.3.0 |
| 725 | 2026-07-29T07:33:09.069Z | Downloaded psl-types v2.0.11 |
| 726 | 2026-07-29T07:33:09.069Z | Downloaded same-file v1.0.6 |
| 727 | 2026-07-29T07:33:09.072Z | Downloaded ipnetwork v0.21.1 |
| 728 | 2026-07-29T07:33:09.075Z | Downloaded pin-project v1.1.11 |
| 729 | 2026-07-29T07:33:09.083Z | Downloaded rfc6979 v0.4.0 |
| 730 | 2026-07-29T07:33:09.086Z | Downloaded russh-util v0.52.0 |
| 731 | 2026-07-29T07:33:09.086Z | Downloaded rtoolbox v0.0.3 |
| 732 | 2026-07-29T07:33:09.086Z | Downloaded rustls-platform-verifier v0.7.0 |
| 733 | 2026-07-29T07:33:09.086Z | Downloaded serde_bytes v0.11.19 |
| 734 | 2026-07-29T07:33:09.086Z | Downloaded schemars v0.8.22 |
| 735 | 2026-07-29T07:33:09.092Z | Downloaded unicase v2.9.0 |
| 736 | 2026-07-29T07:33:09.096Z | Downloaded signal-hook v0.3.18 |
| 737 | 2026-07-29T07:33:09.096Z | Downloaded keccak v0.2.0 |
| 738 | 2026-07-29T07:33:09.096Z | Downloaded match_cfg v0.1.0 |
| 739 | 2026-07-29T07:33:09.099Z | Downloaded usdt-impl v0.6.0 |
| 740 | 2026-07-29T07:33:09.099Z | Downloaded lock_api v0.4.14 |
| 741 | 2026-07-29T07:33:09.099Z | Downloaded nanorand v0.7.0 |
| 742 | 2026-07-29T07:33:09.099Z | Downloaded native-tls v0.2.18 |
| 743 | 2026-07-29T07:33:09.099Z | Downloaded tabled_derive v0.11.0 |
| 744 | 2026-07-29T07:33:09.107Z | Downloaded num_enum v0.5.11 |
| 745 | 2026-07-29T07:33:09.107Z | Downloaded constant_time_eq v0.4.2 |
| 746 | 2026-07-29T07:33:09.110Z | Downloaded scroll_derive v0.13.1 |
| 747 | 2026-07-29T07:33:09.110Z | Downloaded serde-big-array v0.5.1 |
| 748 | 2026-07-29T07:33:09.110Z | Downloaded supports-color v3.0.2 |
| 749 | 2026-07-29T07:33:09.110Z | Downloaded testing_table v0.3.0 |
| 750 | 2026-07-29T07:33:09.110Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 751 | 2026-07-29T07:33:09.110Z | Downloaded tinyvec_macros v0.1.1 |
| 752 | 2026-07-29T07:33:09.110Z | Downloaded mime_guess v2.0.5 |
| 753 | 2026-07-29T07:33:09.110Z | Downloaded yasna v0.5.2 |
| 754 | 2026-07-29T07:33:09.120Z | Downloaded tokio-macros v2.7.0 |
| 755 | 2026-07-29T07:33:09.123Z | Downloaded openssl-sys v0.9.115 |
| 756 | 2026-07-29T07:33:09.128Z | Downloaded pem-rfc7468 v1.0.0 |
| 757 | 2026-07-29T07:33:09.132Z | Downloaded try-lock v0.2.5 |
| 758 | 2026-07-29T07:33:09.132Z | Downloaded darling v0.23.0 |
| 759 | 2026-07-29T07:33:09.137Z | Downloaded owo-colors v4.3.0 |
| 760 | 2026-07-29T07:33:09.137Z | Downloaded tower-layer v0.3.3 |
| 761 | 2026-07-29T07:33:09.137Z | Downloaded parse-display-derive v0.10.0 |
| 762 | 2026-07-29T07:33:09.138Z | Downloaded chacha20poly1305 v0.10.1 |
| 763 | 2026-07-29T07:33:09.138Z | Downloaded phc v0.6.1 |
| 764 | 2026-07-29T07:33:09.138Z | Downloaded untrusted v0.7.1 |
| 765 | 2026-07-29T07:33:09.141Z | Downloaded xshell-macros v0.2.7 |
| 766 | 2026-07-29T07:33:09.141Z | Downloaded const_format v0.2.35 |
| 767 | 2026-07-29T07:33:09.145Z | Downloaded polyval v0.7.1 |
| 768 | 2026-07-29T07:33:09.148Z | Downloaded progenitor-client v0.13.0 |
| 769 | 2026-07-29T07:33:09.148Z | Downloaded tinyvec v1.10.0 |
| 770 | 2026-07-29T07:33:09.148Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 771 | 2026-07-29T07:33:09.152Z | Downloaded async-compression v0.4.41 |
| 772 | 2026-07-29T07:33:09.155Z | Downloaded resolv-conf v0.7.6 |
| 773 | 2026-07-29T07:33:09.158Z | Downloaded crc8 v0.1.1 |
| 774 | 2026-07-29T07:33:09.158Z | Downloaded prettyplease v0.2.37 |
| 775 | 2026-07-29T07:33:09.167Z | Downloaded cpufeatures v0.3.0 |
| 776 | 2026-07-29T07:33:09.167Z | Downloaded darling_macro v0.20.11 |
| 777 | 2026-07-29T07:33:09.167Z | Downloaded p384 v0.14.0 |
| 778 | 2026-07-29T07:33:09.167Z | Downloaded sec1 v0.7.3 |
| 779 | 2026-07-29T07:33:09.171Z | Downloaded slab v0.4.12 |
| 780 | 2026-07-29T07:33:09.171Z | Downloaded crc-any v2.5.0 |
| 781 | 2026-07-29T07:33:09.171Z | Downloaded rayon-core v1.13.0 |
| 782 | 2026-07-29T07:33:09.171Z | Downloaded uuid v1.23.4 |
| 783 | 2026-07-29T07:33:09.171Z | Downloaded litrs v1.0.0 |
| 784 | 2026-07-29T07:33:09.171Z | Downloaded ssh-cipher v0.3.0 |
| 785 | 2026-07-29T07:33:09.171Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 786 | 2026-07-29T07:33:09.175Z | Downloaded debug-ignore v1.0.5 |
| 787 | 2026-07-29T07:33:09.175Z | Downloaded dirs-sys-next v0.1.2 |
| 788 | 2026-07-29T07:33:09.175Z | Downloaded display-error-chain v0.2.2 |
| 789 | 2026-07-29T07:33:09.175Z | Downloaded document-features v0.2.12 |
| 790 | 2026-07-29T07:33:09.175Z | Downloaded ident_case v1.0.1 |
| 791 | 2026-07-29T07:33:09.175Z | Downloaded dirs-next v2.0.0 |
| 792 | 2026-07-29T07:33:09.175Z | Downloaded instability v0.3.11 |
| 793 | 2026-07-29T07:33:09.179Z | Downloaded base64 v0.22.1 |
| 794 | 2026-07-29T07:33:09.179Z | Downloaded crc32fast v1.5.0 |
| 795 | 2026-07-29T07:33:09.189Z | Downloaded hickory-resolver v0.25.2 |
| 796 | 2026-07-29T07:33:09.189Z | Downloaded string_cache v0.8.9 |
| 797 | 2026-07-29T07:33:09.192Z | Downloaded zopfli v0.8.3 |
| 798 | 2026-07-29T07:33:09.193Z | Downloaded headers v0.4.1 |
| 799 | 2026-07-29T07:33:09.193Z | Downloaded bumpalo v3.20.2 |
| 800 | 2026-07-29T07:33:09.193Z | Downloaded heapless v0.7.17 |
| 801 | 2026-07-29T07:33:09.193Z | Downloaded bytes v1.11.1 |
| 802 | 2026-07-29T07:33:09.193Z | Downloaded heapless v0.8.0 |
| 803 | 2026-07-29T07:33:09.197Z | Downloaded slog v2.8.2 |
| 804 | 2026-07-29T07:33:09.197Z | Downloaded smallvec v0.6.14 |
| 805 | 2026-07-29T07:33:09.198Z | Downloaded tar v0.4.46 |
| 806 | 2026-07-29T07:33:09.201Z | Downloaded strum_macros v0.24.3 |
| 807 | 2026-07-29T07:33:09.201Z | Downloaded tokio-tungstenite v0.21.0 |
| 808 | 2026-07-29T07:33:09.201Z | Downloaded indent_write v2.2.0 |
| 809 | 2026-07-29T07:33:09.201Z | Downloaded uzers v0.12.2 |
| 810 | 2026-07-29T07:33:09.205Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 811 | 2026-07-29T07:33:09.205Z | Downloaded linked-hash-map v0.5.6 |
| 812 | 2026-07-29T07:33:09.205Z | Downloaded nibble_vec v0.1.0 |
| 813 | 2026-07-29T07:33:09.205Z | Downloaded des v0.9.0 |
| 814 | 2026-07-29T07:33:09.205Z | Downloaded vsss-rs v3.3.4 |
| 815 | 2026-07-29T07:33:09.208Z | Downloaded dropshot_endpoint v0.17.1 |
| 816 | 2026-07-29T07:33:09.209Z | Downloaded tui-tree-widget v0.23.1 |
| 817 | 2026-07-29T07:33:09.209Z | Downloaded wyz v0.5.1 |
| 818 | 2026-07-29T07:33:09.212Z | Downloaded md5 v0.8.0 |
| 819 | 2026-07-29T07:33:09.212Z | Downloaded newline-converter v0.3.0 |
| 820 | 2026-07-29T07:33:09.212Z | Downloaded psm v0.1.30 |
| 821 | 2026-07-29T07:33:09.212Z | Downloaded drift v0.2.0 |
| 822 | 2026-07-29T07:33:09.219Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 823 | 2026-07-29T07:33:09.227Z | Downloaded diff v0.1.13 |
| 824 | 2026-07-29T07:33:09.234Z | Downloaded rustls-pki-types v1.14.0 |
| 825 | 2026-07-29T07:33:09.241Z | Downloaded csv-core v0.1.13 |
| 826 | 2026-07-29T07:33:09.241Z | Downloaded zstd v0.13.3 |
| 827 | 2026-07-29T07:33:09.241Z | Downloaded password-hash v0.6.1 |
| 828 | 2026-07-29T07:33:09.241Z | Downloaded percent-encoding v2.3.2 |
| 829 | 2026-07-29T07:33:09.241Z | Downloaded potential_utf v0.1.4 |
| 830 | 2026-07-29T07:33:09.241Z | Downloaded phf_shared v0.12.1 |
| 831 | 2026-07-29T07:33:09.241Z | Downloaded proc-macro-crate v3.4.0 |
| 832 | 2026-07-29T07:33:09.241Z | Downloaded publicsuffix v2.3.0 |
| 833 | 2026-07-29T07:33:09.244Z | Downloaded quinn v0.11.9 |
| 834 | 2026-07-29T07:33:09.244Z | Downloaded tungstenite v0.23.0 |
| 835 | 2026-07-29T07:33:09.244Z | Downloaded papergrid v0.17.0 |
| 836 | 2026-07-29T07:33:09.244Z | Downloaded sha2 v0.11.0 |
| 837 | 2026-07-29T07:33:09.250Z | Downloaded deranged v0.5.8 |
| 838 | 2026-07-29T07:33:09.250Z | Downloaded defmt-macros v1.0.1 |
| 839 | 2026-07-29T07:33:09.253Z | Downloaded rustc-hash v2.1.1 |
| 840 | 2026-07-29T07:33:09.253Z | Downloaded semver v0.1.20 |
| 841 | 2026-07-29T07:33:09.253Z | Downloaded hashbrown v0.12.3 |
| 842 | 2026-07-29T07:33:09.253Z | Downloaded hickory-resolver v0.24.4 |
| 843 | 2026-07-29T07:33:09.257Z | Downloaded sapling-renderdag v0.1.0 |
| 844 | 2026-07-29T07:33:09.257Z | Downloaded hickory-server v0.25.2 |
| 845 | 2026-07-29T07:33:09.257Z | Downloaded hyper-util v0.1.20 |
| 846 | 2026-07-29T07:33:09.264Z | Downloaded term v0.7.0 |
| 847 | 2026-07-29T07:33:09.268Z | Downloaded compact_str v0.8.1 |
| 848 | 2026-07-29T07:33:09.268Z | Downloaded cc v1.2.56 |
| 849 | 2026-07-29T07:33:09.268Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 850 | 2026-07-29T07:33:09.268Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 851 | 2026-07-29T07:33:09.268Z | Downloaded ipnet v2.11.0 |
| 852 | 2026-07-29T07:33:09.272Z | Downloaded darling_core v0.23.0 |
| 853 | 2026-07-29T07:33:09.272Z | Downloaded jobserver v0.1.34 |
| 854 | 2026-07-29T07:33:09.272Z | Downloaded libsw-core v0.3.2 |
| 855 | 2026-07-29T07:33:09.279Z | Downloaded serde_repr v0.1.20 |
| 856 | 2026-07-29T07:33:09.279Z | Downloaded prefix-trie v0.7.0 |
| 857 | 2026-07-29T07:33:09.279Z | Downloaded num-complex v0.4.6 |
| 858 | 2026-07-29T07:33:09.283Z | Downloaded universal-hash v0.5.1 |
| 859 | 2026-07-29T07:33:09.283Z | Downloaded tokio-postgres v0.7.16 |
| 860 | 2026-07-29T07:33:09.283Z | Downloaded icu_normalizer v2.1.1 |
| 861 | 2026-07-29T07:33:09.284Z | Downloaded progenitor-impl v0.14.0 |
| 862 | 2026-07-29T07:33:09.287Z | Downloaded aes-gcm v0.11.0 |
| 863 | 2026-07-29T07:33:09.287Z | Downloaded cookie v0.18.1 |
| 864 | 2026-07-29T07:33:09.287Z | Downloaded sync-ptr v0.1.4 |
| 865 | 2026-07-29T07:33:09.287Z | Downloaded oxide-update-engine-display v0.1.2 |
| 866 | 2026-07-29T07:33:09.287Z | Downloaded x509-tsp v0.1.0 |
| 867 | 2026-07-29T07:33:09.287Z | Downloaded xattr v1.6.1 |
| 868 | 2026-07-29T07:33:09.294Z | Downloaded zeroize_derive v1.5.0 |
| 869 | 2026-07-29T07:33:09.298Z | Downloaded cstr-argument v0.1.2 |
| 870 | 2026-07-29T07:33:09.298Z | Downloaded dof v0.4.0 |
| 871 | 2026-07-29T07:33:09.298Z | Downloaded serde_yaml v0.9.34+deprecated |
| 872 | 2026-07-29T07:33:09.303Z | Downloaded rustls-platform-verifier v0.6.2 |
| 873 | 2026-07-29T07:33:09.303Z | Downloaded progenitor-extras v0.2.0 |
| 874 | 2026-07-29T07:33:09.303Z | Downloaded rand_core v0.6.4 |
| 875 | 2026-07-29T07:33:09.308Z | Downloaded rand_core v0.9.5 |
| 876 | 2026-07-29T07:33:09.312Z | Downloaded dtrace-parser v0.3.0 |
| 877 | 2026-07-29T07:33:09.312Z | Downloaded dunce v1.0.5 |
| 878 | 2026-07-29T07:33:09.312Z | Downloaded pkg-config v0.3.32 |
| 879 | 2026-07-29T07:33:09.316Z | Downloaded yansi v1.0.1 |
| 880 | 2026-07-29T07:33:09.316Z | Downloaded schemars_derive v0.8.22 |
| 881 | 2026-07-29T07:33:09.316Z | Downloaded serde_plain v1.0.2 |
| 882 | 2026-07-29T07:33:09.320Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 883 | 2026-07-29T07:33:09.323Z | Downloaded lalrpop-util v0.19.12 |
| 884 | 2026-07-29T07:33:09.335Z | Downloaded serde_path_to_error v0.1.20 |
| 885 | 2026-07-29T07:33:09.339Z | Downloaded snafu-derive v0.8.9 |
| 886 | 2026-07-29T07:33:09.339Z | Downloaded signal-hook-registry v1.4.8 |
| 887 | 2026-07-29T07:33:09.339Z | Downloaded strum_macros v0.26.4 |
| 888 | 2026-07-29T07:33:09.339Z | Downloaded lru-slab v0.1.2 |
| 889 | 2026-07-29T07:33:09.339Z | Downloaded nonempty v0.12.0 |
| 890 | 2026-07-29T07:33:09.339Z | Downloaded newtype_derive v0.1.6 |
| 891 | 2026-07-29T07:33:09.339Z | Downloaded tungstenite v0.21.0 |
| 892 | 2026-07-29T07:33:09.343Z | Downloaded spki v0.7.3 |
| 893 | 2026-07-29T07:33:09.346Z | Downloaded litemap v0.8.1 |
| 894 | 2026-07-29T07:33:09.346Z | Downloaded pretty_assertions v1.4.1 |
| 895 | 2026-07-29T07:33:09.350Z | Downloaded ed25519-dalek v2.2.0 |
| 896 | 2026-07-29T07:33:09.350Z | Downloaded num-iter v0.1.45 |
| 897 | 2026-07-29T07:33:09.350Z | Downloaded num_threads v0.1.7 |
| 898 | 2026-07-29T07:33:09.350Z | Downloaded simd-adler32 v0.3.8 |
| 899 | 2026-07-29T07:33:09.353Z | Downloaded stringprep v0.1.5 |
| 900 | 2026-07-29T07:33:09.353Z | Downloaded openssl-probe v0.2.1 |
| 901 | 2026-07-29T07:33:09.354Z | Downloaded support-bundle-viewer v0.1.2 |
| 902 | 2026-07-29T07:33:09.354Z | Downloaded time-macros v0.2.27 |
| 903 | 2026-07-29T07:33:09.361Z | Downloaded tokio-dtrace v0.1.1 |
| 904 | 2026-07-29T07:33:09.361Z | Downloaded usdt-attr-macro v0.6.0 |
| 905 | 2026-07-29T07:33:09.361Z | Downloaded vergen-lib v0.1.6 |
| 906 | 2026-07-29T07:33:09.364Z | Downloaded convert_case v0.10.0 |
| 907 | 2026-07-29T07:33:09.364Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 908 | 2026-07-29T07:33:09.364Z | Downloaded rand_chacha v0.3.1 |
| 909 | 2026-07-29T07:33:09.367Z | Downloaded daft v0.1.7 |
| 910 | 2026-07-29T07:33:09.367Z | Downloaded darling v0.13.4 |
| 911 | 2026-07-29T07:33:09.367Z | Downloaded data-encoding v2.10.0 |
| 912 | 2026-07-29T07:33:09.371Z | Downloaded hashbrown v0.13.2 |
| 913 | 2026-07-29T07:33:09.371Z | Downloaded http v1.4.2 |
| 914 | 2026-07-29T07:33:09.378Z | Downloaded parking_lot_core v0.8.6 |
| 915 | 2026-07-29T07:33:09.378Z | Downloaded quick-error v1.2.3 |
| 916 | 2026-07-29T07:33:09.379Z | Downloaded crossbeam-epoch v0.9.18 |
| 917 | 2026-07-29T07:33:09.382Z | Downloaded darling v0.21.3 |
| 918 | 2026-07-29T07:33:09.382Z | Downloaded crossbeam-deque v0.8.6 |
| 919 | 2026-07-29T07:33:09.382Z | Downloaded postgres-types v0.2.12 |
| 920 | 2026-07-29T07:33:09.382Z | Downloaded quinn-udp v0.5.14 |
| 921 | 2026-07-29T07:33:09.382Z | Downloaded rustc_version v0.4.1 |
| 922 | 2026-07-29T07:33:09.382Z | Downloaded shell-words v1.1.1 |
| 923 | 2026-07-29T07:33:09.386Z | Downloaded snafu v0.8.9 |
| 924 | 2026-07-29T07:33:09.389Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 925 | 2026-07-29T07:33:09.392Z | Downloaded serde_with v1.14.0 |
| 926 | 2026-07-29T07:33:09.396Z | Downloaded derive_builder_core v0.20.2 |
| 927 | 2026-07-29T07:33:09.396Z | Downloaded sigpipe v0.1.3 |
| 928 | 2026-07-29T07:33:09.399Z | Downloaded take_mut v0.2.2 |
| 929 | 2026-07-29T07:33:09.403Z | Downloaded unsafe-libyaml v0.2.11 |
| 930 | 2026-07-29T07:33:09.406Z | Downloaded der v0.7.10 |
| 931 | 2026-07-29T07:33:09.410Z | Downloaded tagptr v0.2.0 |
| 932 | 2026-07-29T07:33:09.414Z | Downloaded unicode-truncate v1.1.0 |
| 933 | 2026-07-29T07:33:09.414Z | Downloaded unicode-xid v0.2.6 |
| 934 | 2026-07-29T07:33:09.414Z | Downloaded yoke-derive v0.8.1 |
| 935 | 2026-07-29T07:33:09.418Z | Downloaded module-lattice v0.2.3 |
| 936 | 2026-07-29T07:33:09.418Z | Downloaded ingot v0.2.1 |
| 937 | 2026-07-29T07:33:09.418Z | Downloaded lzss v0.8.2 |
| 938 | 2026-07-29T07:33:09.421Z | Downloaded packed_struct v0.10.1 |
| 939 | 2026-07-29T07:33:09.421Z | Downloaded phf v0.13.1 |
| 940 | 2026-07-29T07:33:09.421Z | Downloaded tracing-core v0.1.36 |
| 941 | 2026-07-29T07:33:09.430Z | Downloaded zone v0.3.1 |
| 942 | 2026-07-29T07:33:09.435Z | Downloaded zone_cfg_derive v0.3.1 |
| 943 | 2026-07-29T07:33:09.438Z | Downloaded samael v0.0.19 |
| 944 | 2026-07-29T07:33:09.438Z | Downloaded crunchy v0.2.4 |
| 945 | 2026-07-29T07:33:09.441Z | Downloaded rand_core v0.10.0 |
| 946 | 2026-07-29T07:33:09.442Z | Downloaded num-traits v0.2.19 |
| 947 | 2026-07-29T07:33:09.442Z | Downloaded omicron-zone-package v0.12.3 |
| 948 | 2026-07-29T07:33:09.445Z | Downloaded oxide-update-engine-types v0.1.2 |
| 949 | 2026-07-29T07:33:09.445Z | Downloaded vergen v9.1.0 |
| 950 | 2026-07-29T07:33:09.449Z | Downloaded whoami v1.6.1 |
| 951 | 2026-07-29T07:33:09.449Z | Downloaded primeorder v0.14.0 |
| 952 | 2026-07-29T07:33:09.449Z | Downloaded scroll v0.13.0 |
| 953 | 2026-07-29T07:33:09.449Z | Downloaded defmt v0.3.100 |
| 954 | 2026-07-29T07:33:09.452Z | Downloaded difflib v0.4.0 |
| 955 | 2026-07-29T07:33:09.452Z | Downloaded inout v0.2.2 |
| 956 | 2026-07-29T07:33:09.452Z | Downloaded kstat-rs v0.2.4 |
| 957 | 2026-07-29T07:33:09.452Z | Downloaded lazy_static v1.5.0 |
| 958 | 2026-07-29T07:33:09.452Z | Downloaded crossbeam-utils v0.8.21 |
| 959 | 2026-07-29T07:33:09.456Z | Downloaded ingot-macros v0.2.0 |
| 960 | 2026-07-29T07:33:09.456Z | Downloaded hashbrown v0.15.5 |
| 961 | 2026-07-29T07:33:09.466Z | Downloaded static_assertions v1.1.0 |
| 962 | 2026-07-29T07:33:09.469Z | Downloaded is-terminal v0.4.17 |
| 963 | 2026-07-29T07:33:09.470Z | Downloaded new_debug_unreachable v1.0.6 |
| 964 | 2026-07-29T07:33:09.470Z | Downloaded newtype-uuid-macros v0.1.0 |
| 965 | 2026-07-29T07:33:09.470Z | Downloaded opaque-debug v0.3.1 |
| 966 | 2026-07-29T07:33:09.470Z | Downloaded icu_normalizer_data v2.1.1 |
| 967 | 2026-07-29T07:33:09.470Z | Downloaded openssl-macros v0.1.1 |
| 968 | 2026-07-29T07:33:09.470Z | Downloaded parse-display v0.10.0 |
| 969 | 2026-07-29T07:33:09.470Z | Downloaded slog-dtrace v0.3.0 |
| 970 | 2026-07-29T07:33:09.476Z | Downloaded tls_codec_derive v0.4.2 |
| 971 | 2026-07-29T07:33:09.482Z | Downloaded progenitor-client v0.14.0 |
| 972 | 2026-07-29T07:33:09.486Z | Downloaded progenitor-macro v0.13.0 |
| 973 | 2026-07-29T07:33:09.489Z | Downloaded siphasher v1.0.2 |
| 974 | 2026-07-29T07:33:09.493Z | Downloaded miniz_oxide v0.8.9 |
| 975 | 2026-07-29T07:33:09.493Z | Downloaded similar v2.7.0 |
| 976 | 2026-07-29T07:33:09.496Z | Downloaded tinystr v0.8.2 |
| 977 | 2026-07-29T07:33:09.496Z | Downloaded tiny-keccak v2.0.2 |
| 978 | 2026-07-29T07:33:09.504Z | Downloaded tls_codec v0.4.2 |
| 979 | 2026-07-29T07:33:09.504Z | Downloaded zerotrie v0.2.3 |
| 980 | 2026-07-29T07:33:09.511Z | Downloaded scopeguard v1.2.0 |
| 981 | 2026-07-29T07:33:09.512Z | Downloaded aes v0.9.1 |
| 982 | 2026-07-29T07:33:09.512Z | Downloaded unicode-bidi v0.3.18 |
| 983 | 2026-07-29T07:33:09.512Z | Downloaded ed25519-dalek v3.0.0 |
| 984 | 2026-07-29T07:33:09.512Z | Downloaded yoke v0.8.1 |
| 985 | 2026-07-29T07:33:09.515Z | Downloaded signature v3.0.0 |
| 986 | 2026-07-29T07:33:09.516Z | Downloaded pkcs1 v0.7.5 |
| 987 | 2026-07-29T07:33:09.516Z | Downloaded rand v0.9.2 |
| 988 | 2026-07-29T07:33:09.516Z | Downloaded crypto-bigint v0.5.5 |
| 989 | 2026-07-29T07:33:09.521Z | Downloaded toml v0.7.8 |
| 990 | 2026-07-29T07:33:09.525Z | Downloaded ron v0.8.1 |
| 991 | 2026-07-29T07:33:09.525Z | Downloaded ctutils v0.4.2 |
| 992 | 2026-07-29T07:33:09.525Z | Downloaded diesel-dtrace v0.5.0 |
| 993 | 2026-07-29T07:33:09.525Z | Downloaded ecdsa v0.16.9 |
| 994 | 2026-07-29T07:33:09.535Z | Downloaded usdt-macro v0.6.0 |
| 995 | 2026-07-29T07:33:09.535Z | Downloaded reedline v0.40.0 |
| 996 | 2026-07-29T07:33:09.542Z | Downloaded void v1.0.2 |
| 997 | 2026-07-29T07:33:09.542Z | Downloaded wnaf v0.14.0 |
| 998 | 2026-07-29T07:33:09.542Z | Downloaded derive_more v2.1.1 |
| 999 | 2026-07-29T07:33:09.542Z | Downloaded elliptic-curve v0.13.8 |
| 1000 | 2026-07-29T07:33:09.547Z | Downloaded derive_more v0.99.20 |
| 1001 | 2026-07-29T07:33:09.547Z | Downloaded icu_provider v2.1.1 |
| 1002 | 2026-07-29T07:33:09.548Z | Downloaded newtype-uuid v1.3.2 |
| 1003 | 2026-07-29T07:33:09.548Z | Downloaded serde_with_macros v3.21.0 |
| 1004 | 2026-07-29T07:33:09.548Z | Downloaded peg-macros v0.8.5 |
| 1005 | 2026-07-29T07:33:09.567Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1006 | 2026-07-29T07:33:09.567Z | Downloaded serde_cbor v0.11.2 |
| 1007 | 2026-07-29T07:33:09.567Z | Downloaded strum_macros v0.27.2 |
| 1008 | 2026-07-29T07:33:09.567Z | Downloaded indexmap v1.9.3 |
| 1009 | 2026-07-29T07:33:09.567Z | Downloaded nodrop v0.1.14 |
| 1010 | 2026-07-29T07:33:09.568Z | Downloaded illumos-nvpair v0.3.0 |
| 1011 | 2026-07-29T07:33:09.568Z | Downloaded rustls-native-certs v0.8.3 |
| 1012 | 2026-07-29T07:33:09.568Z | Downloaded ml-kem v0.3.2 |
| 1013 | 2026-07-29T07:33:09.568Z | Downloaded jiff-static v0.2.21 |
| 1014 | 2026-07-29T07:33:09.571Z | Downloaded port-file v0.1.0 |
| 1015 | 2026-07-29T07:33:09.571Z | Downloaded rfc6979 v0.6.0 |
| 1016 | 2026-07-29T07:33:09.571Z | Downloaded termios v0.3.3 |
| 1017 | 2026-07-29T07:33:09.571Z | Downloaded spki v0.8.0 |
| 1018 | 2026-07-29T07:33:09.580Z | Downloaded parse-size v1.1.0 |
| 1019 | 2026-07-29T07:33:09.580Z | Downloaded recursive v0.1.1 |
| 1020 | 2026-07-29T07:33:09.583Z | Downloaded rand v0.10.1 |
| 1021 | 2026-07-29T07:33:09.583Z | Downloaded regex v1.12.3 |
| 1022 | 2026-07-29T07:33:09.587Z | Downloaded salsa20 v0.11.0 |
| 1023 | 2026-07-29T07:33:09.590Z | Downloaded tokio-tungstenite v0.23.1 |
| 1024 | 2026-07-29T07:33:09.590Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1025 | 2026-07-29T07:33:09.590Z | Downloaded unit-prefix v0.5.2 |
| 1026 | 2026-07-29T07:33:09.594Z | Downloaded libxml v0.3.3 |
| 1027 | 2026-07-29T07:33:09.594Z | Downloaded thread-id v5.1.0 |
| 1028 | 2026-07-29T07:33:09.601Z | Downloaded tokio-test v0.4.5 |
| 1029 | 2026-07-29T07:33:09.601Z | Downloaded delegate v0.13.5 |
| 1030 | 2026-07-29T07:33:09.601Z | Downloaded qorb v0.4.1 |
| 1031 | 2026-07-29T07:33:09.605Z | Downloaded steno v0.4.1 |
| 1032 | 2026-07-29T07:33:09.605Z | Downloaded hyper v1.10.1 |
| 1033 | 2026-07-29T07:33:09.605Z | Downloaded num-bigint v0.4.6 |
| 1034 | 2026-07-29T07:33:09.608Z | Downloaded futures-util v0.3.32 |
| 1035 | 2026-07-29T07:33:09.617Z | Downloaded hkdf v0.12.4 |
| 1036 | 2026-07-29T07:33:09.621Z | Downloaded hkdf v0.13.0 |
| 1037 | 2026-07-29T07:33:09.621Z | Downloaded socket2 v0.6.3 |
| 1038 | 2026-07-29T07:33:09.621Z | Downloaded ena v0.14.4 |
| 1039 | 2026-07-29T07:33:09.621Z | Downloaded memoffset v0.9.1 |
| 1040 | 2026-07-29T07:33:09.621Z | Downloaded der_derive v0.7.3 |
| 1041 | 2026-07-29T07:33:09.621Z | Downloaded indoc v2.0.7 |
| 1042 | 2026-07-29T07:33:09.621Z | Downloaded pin-project-internal v1.1.11 |
| 1043 | 2026-07-29T07:33:09.621Z | Downloaded digest-io v0.1.0 |
| 1044 | 2026-07-29T07:33:09.621Z | Downloaded linear-map v1.2.0 |
| 1045 | 2026-07-29T07:33:09.625Z | Downloaded multimap v0.10.1 |
| 1046 | 2026-07-29T07:33:09.625Z | Downloaded maplit v1.0.2 |
| 1047 | 2026-07-29T07:33:09.625Z | Downloaded internet-checksum v0.2.1 |
| 1048 | 2026-07-29T07:33:09.625Z | Downloaded num-conv v0.2.0 |
| 1049 | 2026-07-29T07:33:09.625Z | Downloaded aho-corasick v1.1.4 |
| 1050 | 2026-07-29T07:33:09.630Z | Downloaded libsw v3.5.0 |
| 1051 | 2026-07-29T07:33:09.630Z | Downloaded postgres-protocol v0.6.10 |
| 1052 | 2026-07-29T07:33:09.631Z | Downloaded socket2 v0.5.10 |
| 1053 | 2026-07-29T07:33:09.631Z | Downloaded vte v0.14.1 |
| 1054 | 2026-07-29T07:33:09.634Z | Downloaded serde_derive_internals v0.29.1 |
| 1055 | 2026-07-29T07:33:09.634Z | Downloaded paste v1.0.15 |
| 1056 | 2026-07-29T07:33:09.634Z | Downloaded predicates-tree v1.0.13 |
| 1057 | 2026-07-29T07:33:09.634Z | Downloaded sha1 v0.10.6 |
| 1058 | 2026-07-29T07:33:09.638Z | Downloaded hashbrown v0.16.1 |
| 1059 | 2026-07-29T07:33:09.638Z | Downloaded primeorder v0.13.6 |
| 1060 | 2026-07-29T07:33:09.643Z | Downloaded zip v4.6.1 |
| 1061 | 2026-07-29T07:33:09.643Z | Downloaded term v1.2.1 |
| 1062 | 2026-07-29T07:33:09.646Z | Downloaded bitvec v1.0.1 |
| 1063 | 2026-07-29T07:33:09.655Z | Downloaded num_enum v0.7.6 |
| 1064 | 2026-07-29T07:33:09.658Z | Downloaded p256 v0.14.0 |
| 1065 | 2026-07-29T07:33:09.658Z | Downloaded bindgen v0.71.1 |
| 1066 | 2026-07-29T07:33:09.661Z | Downloaded r2d2 v0.8.10 |
| 1067 | 2026-07-29T07:33:09.661Z | Downloaded seq-macro v0.3.6 |
| 1068 | 2026-07-29T07:33:09.662Z | Downloaded slog-async v2.8.0 |
| 1069 | 2026-07-29T07:33:09.662Z | Downloaded slog-term v2.9.2 |
| 1070 | 2026-07-29T07:33:09.665Z | Downloaded signal-hook-mio v0.2.5 |
| 1071 | 2026-07-29T07:33:09.665Z | Downloaded ssh-encoding v0.3.0 |
| 1072 | 2026-07-29T07:33:09.666Z | Downloaded slog-bunyan v2.5.0 |
| 1073 | 2026-07-29T07:33:09.666Z | Downloaded elliptic-curve v0.14.1 |
| 1074 | 2026-07-29T07:33:09.669Z | Downloaded twox-hash v2.1.2 |
| 1075 | 2026-07-29T07:33:09.669Z | Downloaded zstd-safe v7.2.4 |
| 1076 | 2026-07-29T07:33:09.669Z | Downloaded tap v1.0.1 |
| 1077 | 2026-07-29T07:33:09.672Z | Downloaded postcard v1.1.3 |
| 1078 | 2026-07-29T07:33:09.672Z | Downloaded wait-timeout v0.2.1 |
| 1079 | 2026-07-29T07:33:09.672Z | Downloaded derive-where v1.6.0 |
| 1080 | 2026-07-29T07:33:09.675Z | Downloaded crypto-common v0.2.2 |
| 1081 | 2026-07-29T07:33:09.675Z | Downloaded darling_macro v0.21.3 |
| 1082 | 2026-07-29T07:33:09.675Z | Downloaded ignore v0.4.25 |
| 1083 | 2026-07-29T07:33:09.679Z | Downloaded h2 v0.4.15 |
| 1084 | 2026-07-29T07:33:09.682Z | Downloaded icu_collections v2.1.1 |
| 1085 | 2026-07-29T07:33:09.682Z | Downloaded diesel_derives v2.3.7 |
| 1086 | 2026-07-29T07:33:09.686Z | Downloaded critical-section v1.2.0 |
| 1087 | 2026-07-29T07:33:09.689Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1088 | 2026-07-29T07:33:09.689Z | Downloaded lru v0.12.5 |
| 1089 | 2026-07-29T07:33:09.689Z | Downloaded xshell v0.2.7 |
| 1090 | 2026-07-29T07:33:09.689Z | Downloaded num-rational v0.4.2 |
| 1091 | 2026-07-29T07:33:09.692Z | Downloaded salty v0.3.0 |
| 1092 | 2026-07-29T07:33:09.700Z | Downloaded cms v0.2.3 |
| 1093 | 2026-07-29T07:33:09.703Z | Downloaded progenitor-impl v0.13.0 |
| 1094 | 2026-07-29T07:33:09.703Z | Downloaded ryu v1.0.23 |
| 1095 | 2026-07-29T07:33:09.703Z | Downloaded peg v0.8.5 |
| 1096 | 2026-07-29T07:33:09.703Z | Downloaded peg-runtime v0.8.5 |
| 1097 | 2026-07-29T07:33:09.703Z | Downloaded pin-project-lite v0.2.17 |
| 1098 | 2026-07-29T07:33:09.707Z | Downloaded primefield v0.14.0 |
| 1099 | 2026-07-29T07:33:09.707Z | Downloaded tabwriter v1.4.1 |
| 1100 | 2026-07-29T07:33:09.710Z | Downloaded crmf v0.2.0 |
| 1101 | 2026-07-29T07:33:09.720Z | Downloaded rustls-pemfile v2.2.0 |
| 1102 | 2026-07-29T07:33:09.724Z | Downloaded icu_properties_data v2.1.2 |
| 1103 | 2026-07-29T07:33:09.724Z | Downloaded subprocess v0.2.15 |
| 1104 | 2026-07-29T07:33:09.724Z | Downloaded managed v0.8.0 |
| 1105 | 2026-07-29T07:33:09.724Z | Downloaded md-5 v0.10.6 |
| 1106 | 2026-07-29T07:33:09.729Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1107 | 2026-07-29T07:33:09.729Z | Downloaded shlex v1.3.0 |
| 1108 | 2026-07-29T07:33:09.733Z | Downloaded phf_shared v0.11.3 |
| 1109 | 2026-07-29T07:33:09.736Z | Downloaded corncobs v0.1.4 |
| 1110 | 2026-07-29T07:33:09.739Z | Downloaded utf8_iter v1.0.4 |
| 1111 | 2026-07-29T07:33:09.746Z | Downloaded darling_core v0.20.11 |
| 1112 | 2026-07-29T07:33:09.746Z | Downloaded rsa v0.10.0-rc.18 |
| 1113 | 2026-07-29T07:33:09.753Z | Downloaded subtle v2.6.1 |
| 1114 | 2026-07-29T07:33:09.753Z | Downloaded unicode-properties v0.1.4 |
| 1115 | 2026-07-29T07:33:09.753Z | Downloaded derive_builder v0.20.2 |
| 1116 | 2026-07-29T07:33:09.753Z | Downloaded icu_locale_core v2.1.1 |
| 1117 | 2026-07-29T07:33:09.756Z | Downloaded zerocopy v0.6.6 |
| 1118 | 2026-07-29T07:33:09.761Z | Downloaded downcast-rs v2.0.2 |
| 1119 | 2026-07-29T07:33:09.761Z | Downloaded num v0.4.3 |
| 1120 | 2026-07-29T07:33:09.761Z | Downloaded num_enum_derive v0.5.11 |
| 1121 | 2026-07-29T07:33:09.765Z | Downloaded rustyline v14.0.0 |
| 1122 | 2026-07-29T07:33:09.765Z | Downloaded openssl-probe v0.1.6 |
| 1123 | 2026-07-29T07:33:09.765Z | Downloaded either v1.15.0 |
| 1124 | 2026-07-29T07:33:09.765Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1125 | 2026-07-29T07:33:09.768Z | Downloaded sponge-cursor v0.1.0 |
| 1126 | 2026-07-29T07:33:09.768Z | Downloaded strsim v0.10.0 |
| 1127 | 2026-07-29T07:33:09.771Z | Downloaded unicode_categories v0.1.1 |
| 1128 | 2026-07-29T07:33:09.771Z | Downloaded ed25519 v2.2.3 |
| 1129 | 2026-07-29T07:33:09.776Z | Downloaded blake3 v1.8.5 |
| 1130 | 2026-07-29T07:33:09.782Z | Downloaded mio v1.2.0 |
| 1131 | 2026-07-29T07:33:09.787Z | Downloaded slog-scope v4.4.1 |
| 1132 | 2026-07-29T07:33:09.787Z | Downloaded slog-stdlog v4.1.1 |
| 1133 | 2026-07-29T07:33:09.787Z | Downloaded strum v0.27.2 |
| 1134 | 2026-07-29T07:33:09.787Z | Downloaded vergen-lib v9.1.0 |
| 1135 | 2026-07-29T07:33:09.787Z | Downloaded instant v0.1.13 |
| 1136 | 2026-07-29T07:33:09.787Z | Downloaded universal-hash v0.6.1 |
| 1137 | 2026-07-29T07:33:09.787Z | Downloaded embedded-io v0.6.1 |
| 1138 | 2026-07-29T07:33:09.787Z | Downloaded cpubits v0.1.1 |
| 1139 | 2026-07-29T07:33:09.787Z | Downloaded usdt v0.6.0 |
| 1140 | 2026-07-29T07:33:09.791Z | Downloaded zerovec-derive v0.11.2 |
| 1141 | 2026-07-29T07:33:09.795Z | Downloaded pkcs5 v0.8.1 |
| 1142 | 2026-07-29T07:33:09.795Z | Downloaded tokio-rustls v0.26.4 |
| 1143 | 2026-07-29T07:33:09.795Z | Downloaded tokio-stream v0.1.18 |
| 1144 | 2026-07-29T07:33:09.798Z | Downloaded lru-cache v0.1.2 |
| 1145 | 2026-07-29T07:33:09.802Z | Downloaded rand_pcg v0.10.2 |
| 1146 | 2026-07-29T07:33:09.802Z | Downloaded rcgen v0.12.1 |
| 1147 | 2026-07-29T07:33:09.808Z | Downloaded darling_core v0.21.3 |
| 1148 | 2026-07-29T07:33:09.813Z | Downloaded darling_macro v0.23.0 |
| 1149 | 2026-07-29T07:33:09.813Z | Downloaded pkcs8 v0.10.2 |
| 1150 | 2026-07-29T07:33:09.813Z | Downloaded defmt-parser v1.0.0 |
| 1151 | 2026-07-29T07:33:09.813Z | Downloaded darling_core v0.13.4 |
| 1152 | 2026-07-29T07:33:09.813Z | Downloaded serdect v0.4.3 |
| 1153 | 2026-07-29T07:33:09.816Z | Downloaded sqlformat v0.3.5 |
| 1154 | 2026-07-29T07:33:09.816Z | Downloaded whoami v2.1.0 |
| 1155 | 2026-07-29T07:33:09.823Z | Downloaded der v0.8.0 |
| 1156 | 2026-07-29T07:33:09.826Z | Downloaded memmap2 v0.9.10 |
| 1157 | 2026-07-29T07:33:09.826Z | Downloaded utf-8 v0.7.6 |
| 1158 | 2026-07-29T07:33:09.830Z | Downloaded icu_properties v2.1.2 |
| 1159 | 2026-07-29T07:33:09.830Z | Downloaded minimal-lexical v0.2.1 |
| 1160 | 2026-07-29T07:33:09.833Z | Downloaded predicates-core v1.0.10 |
| 1161 | 2026-07-29T07:33:09.834Z | Downloaded rand_seeder v0.4.0 |
| 1162 | 2026-07-29T07:33:09.834Z | Downloaded rustversion v1.0.22 |
| 1163 | 2026-07-29T07:33:09.837Z | Downloaded secrecy v0.8.0 |
| 1164 | 2026-07-29T07:33:09.837Z | Downloaded dyn-clone v1.0.20 |
| 1165 | 2026-07-29T07:33:09.837Z | Downloaded libefi-sys v0.1.0 |
| 1166 | 2026-07-29T07:33:09.840Z | Downloaded git2 v0.20.4 |
| 1167 | 2026-07-29T07:33:09.844Z | Downloaded iri-string v0.7.10 |
| 1168 | 2026-07-29T07:33:09.850Z | Downloaded rustc_version v0.1.7 |
| 1169 | 2026-07-29T07:33:09.850Z | Downloaded sec1 v0.8.1 |
| 1170 | 2026-07-29T07:33:09.853Z | Downloaded crossbeam-channel v0.5.15 |
| 1171 | 2026-07-29T07:33:09.858Z | Downloaded p256 v0.13.2 |
| 1172 | 2026-07-29T07:33:09.862Z | Downloaded winnow v0.6.26 |
| 1173 | 2026-07-29T07:33:09.865Z | Downloaded rpassword v7.5.4 |
| 1174 | 2026-07-29T07:33:09.869Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1175 | 2026-07-29T07:33:09.869Z | Downloaded iana-time-zone v0.1.65 |
| 1176 | 2026-07-29T07:33:09.869Z | Downloaded proc-macro-error2 v2.0.1 |
| 1177 | 2026-07-29T07:33:09.872Z | Downloaded rawzip v0.4.4 |
| 1178 | 2026-07-29T07:33:09.876Z | Downloaded zerovec v0.11.5 |
| 1179 | 2026-07-29T07:33:09.876Z | Downloaded oxide-update-engine v0.1.2 |
| 1180 | 2026-07-29T07:33:09.876Z | Downloaded tower v0.5.3 |
| 1181 | 2026-07-29T07:33:09.881Z | Downloaded typify v0.6.2 |
| 1182 | 2026-07-29T07:33:09.884Z | Downloaded thread_local v1.1.9 |
| 1183 | 2026-07-29T07:33:09.884Z | Downloaded tracing-attributes v0.1.31 |
| 1184 | 2026-07-29T07:33:09.890Z | Downloaded ecdsa v0.17.0 |
| 1185 | 2026-07-29T07:33:09.890Z | Downloaded ctr v0.10.1 |
| 1186 | 2026-07-29T07:33:09.890Z | Downloaded serde_with_macros v1.5.2 |
| 1187 | 2026-07-29T07:33:09.893Z | Downloaded itertools v0.15.0 |
| 1188 | 2026-07-29T07:33:09.893Z | Downloaded predicates v3.1.4 |
| 1189 | 2026-07-29T07:33:09.893Z | Downloaded p384 v0.13.1 |
| 1190 | 2026-07-29T07:33:09.897Z | Downloaded digest v0.11.3 |
| 1191 | 2026-07-29T07:33:09.900Z | Downloaded indicatif v0.18.4 |
| 1192 | 2026-07-29T07:33:09.900Z | Downloaded libloading v0.8.9 |
| 1193 | 2026-07-29T07:33:09.904Z | Downloaded cookie_store v0.22.1 |
| 1194 | 2026-07-29T07:33:09.907Z | Downloaded typed-path v0.9.3 |
| 1195 | 2026-07-29T07:33:09.914Z | Downloaded p521 v0.14.0 |
| 1196 | 2026-07-29T07:33:09.922Z | Downloaded unicode-normalization v0.1.25 |
| 1197 | 2026-07-29T07:33:09.926Z | Downloaded tough v0.22.0 |
| 1198 | 2026-07-29T07:33:09.926Z | Downloaded darling v0.20.11 |
| 1199 | 2026-07-29T07:33:09.930Z | Downloaded parking_lot v0.11.2 |
| 1200 | 2026-07-29T07:33:09.933Z | Downloaded unicode-segmentation v1.12.0 |
| 1201 | 2026-07-29T07:33:09.936Z | Downloaded spin v0.9.8 |
| 1202 | 2026-07-29T07:33:09.936Z | Downloaded chrono v0.4.45 |
| 1203 | 2026-07-29T07:33:09.940Z | Downloaded multer v3.1.0 |
| 1204 | 2026-07-29T07:33:09.944Z | Downloaded aws-lc-rs v1.16.3 |
| 1205 | 2026-07-29T07:33:09.947Z | Downloaded schemars v0.9.0 |
| 1206 | 2026-07-29T07:33:09.954Z | Downloaded ryu-js v1.0.3 |
| 1207 | 2026-07-29T07:33:09.960Z | Downloaded zerocopy-derive v0.8.40 |
| 1208 | 2026-07-29T07:33:09.975Z | Downloaded radix_trie v0.2.1 |
| 1209 | 2026-07-29T07:33:09.978Z | Downloaded parking_lot v0.12.5 |
| 1210 | 2026-07-29T07:33:09.982Z | Downloaded test-strategy v0.4.5 |
| 1211 | 2026-07-29T07:33:09.982Z | Downloaded russh v0.62.4 |
| 1212 | 2026-07-29T07:33:09.986Z | Downloaded itertools v0.12.1 |
| 1213 | 2026-07-29T07:33:09.994Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-07-29T07:33:09.998Z | Downloaded rustls-webpki v0.103.13 |
| 1215 | 2026-07-29T07:33:10.002Z | Downloaded rand v0.8.6 |
| 1216 | 2026-07-29T07:33:10.007Z | Downloaded url v2.5.8 |
| 1217 | 2026-07-29T07:33:10.010Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1218 | 2026-07-29T07:33:10.022Z | Downloaded schemars v1.2.1 |
| 1219 | 2026-07-29T07:33:10.030Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1220 | 2026-07-29T07:33:10.054Z | Downloaded zip v0.6.6 |
| 1221 | 2026-07-29T07:33:10.058Z | Downloaded num-bigint-dig v0.8.6 |
| 1222 | 2026-07-29T07:33:10.058Z | Downloaded rsa v0.9.10 |
| 1223 | 2026-07-29T07:33:10.058Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-07-29T07:33:10.067Z | Downloaded derive_more-impl v2.1.1 |
| 1225 | 2026-07-29T07:33:10.070Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-07-29T07:33:10.074Z | Downloaded crossterm v0.29.0 |
| 1227 | 2026-07-29T07:33:10.078Z | Downloaded x509-cert v0.2.5 |
| 1228 | 2026-07-29T07:33:10.081Z | Downloaded petname v2.0.2 |
| 1229 | 2026-07-29T07:33:10.084Z | Downloaded smoltcp v0.9.1 |
| 1230 | 2026-07-29T07:33:10.089Z | Downloaded object v0.30.4 |
| 1231 | 2026-07-29T07:33:10.103Z | Downloaded dropshot-api-manager v0.7.2 |
| 1232 | 2026-07-29T07:33:10.107Z | Downloaded vcpkg v0.2.15 |
| 1233 | 2026-07-29T07:33:10.121Z | Downloaded itertools v0.10.5 |
| 1234 | 2026-07-29T07:33:10.125Z | Downloaded itertools v0.13.0 |
| 1235 | 2026-07-29T07:33:10.128Z | Downloaded openssl v0.10.79 |
| 1236 | 2026-07-29T07:33:10.134Z | Downloaded zerocopy v0.8.40 |
| 1237 | 2026-07-29T07:33:10.140Z | Downloaded nix v0.27.1 |
| 1238 | 2026-07-29T07:33:10.145Z | Downloaded nom v7.1.3 |
| 1239 | 2026-07-29T07:33:10.148Z | Downloaded reqwest v0.12.28 |
| 1240 | 2026-07-29T07:33:10.151Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-07-29T07:33:10.156Z | Downloaded crossterm v0.28.1 |
| 1242 | 2026-07-29T07:33:10.163Z | Downloaded crypto-bigint v0.7.5 |
| 1243 | 2026-07-29T07:33:10.171Z | Downloaded nom v8.0.0 |
| 1244 | 2026-07-29T07:33:10.175Z | Downloaded crypto-primes v0.7.2 |
| 1245 | 2026-07-29T07:33:10.175Z | Downloaded bstr v1.12.1 |
| 1246 | 2026-07-29T07:33:10.181Z | Downloaded polar-core v0.27.3 |
| 1247 | 2026-07-29T07:33:10.185Z | Downloaded reqwest v0.13.2 |
| 1248 | 2026-07-29T07:33:10.189Z | Downloaded winnow v1.0.3 |
| 1249 | 2026-07-29T07:33:10.210Z | Downloaded rayon v1.11.0 |
| 1250 | 2026-07-29T07:33:10.215Z | Downloaded time v0.3.47 |
| 1251 | 2026-07-29T07:33:10.215Z | Downloaded tokio-util v0.7.18 |
| 1252 | 2026-07-29T07:33:10.215Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-07-29T07:33:10.218Z | Downloaded libm v0.2.16 |
| 1254 | 2026-07-29T07:33:10.221Z | Downloaded zlib-rs v0.6.2 |
| 1255 | 2026-07-29T07:33:10.225Z | Downloaded tabled v0.20.0 |
| 1256 | 2026-07-29T07:33:10.232Z | Downloaded lalrpop v0.19.12 |
| 1257 | 2026-07-29T07:33:10.238Z | Downloaded serde_with v3.21.0 |
| 1258 | 2026-07-29T07:33:10.245Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-07-29T07:33:10.253Z | Downloaded nix v0.28.0 |
| 1260 | 2026-07-29T07:33:10.256Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-07-29T07:33:10.260Z | Downloaded proptest v1.10.0 |
| 1262 | 2026-07-29T07:33:10.267Z | Downloaded rustix v0.38.44 |
| 1263 | 2026-07-29T07:33:10.280Z | Downloaded itertools v0.14.0 |
| 1264 | 2026-07-29T07:33:10.289Z | Downloaded idna v1.1.0 |
| 1265 | 2026-07-29T07:33:10.292Z | Downloaded smoltcp v0.11.0 |
| 1266 | 2026-07-29T07:33:10.292Z | Downloaded quick-xml v0.37.5 |
| 1267 | 2026-07-29T07:33:10.296Z | Downloaded regress v0.10.5 |
| 1268 | 2026-07-29T07:33:10.300Z | Downloaded sha3 v0.12.0 |
| 1269 | 2026-07-29T07:33:10.303Z | Downloaded openapiv3 v2.2.0 |
| 1270 | 2026-07-29T07:33:10.308Z | Downloaded moka v0.12.13 |
| 1271 | 2026-07-29T07:33:10.313Z | Downloaded hickory-proto v0.24.4 |
| 1272 | 2026-07-29T07:33:10.322Z | Downloaded object v0.37.3 |
| 1273 | 2026-07-29T07:33:10.327Z | Downloaded iddqd v0.4.2 |
| 1274 | 2026-07-29T07:33:10.331Z | Downloaded nix v0.31.2 |
| 1275 | 2026-07-29T07:33:10.339Z | Downloaded regress v0.11.1 |
| 1276 | 2026-07-29T07:33:10.346Z | Downloaded hickory-proto v0.25.2 |
| 1277 | 2026-07-29T07:33:10.352Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-07-29T07:33:10.361Z | Downloaded quinn-proto v0.11.16 |
| 1279 | 2026-07-29T07:33:10.365Z | Downloaded rustls v0.23.41 |
| 1280 | 2026-07-29T07:33:10.371Z | Downloaded curve25519-dalek v5.0.0 |
| 1281 | 2026-07-29T07:33:10.377Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-07-29T07:33:10.382Z | Downloaded dropshot v0.17.1 |
| 1283 | 2026-07-29T07:33:10.393Z | Downloaded sled v0.34.7 |
| 1284 | 2026-07-29T07:33:10.399Z | Downloaded sqlparser v0.61.0 |
| 1285 | 2026-07-29T07:33:10.405Z | Downloaded sha3 v0.11.0 |
| 1286 | 2026-07-29T07:33:10.411Z | Downloaded ratatui v0.29.0 |
| 1287 | 2026-07-29T07:33:10.431Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-07-29T07:33:10.445Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1289 | 2026-07-29T07:33:10.452Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-07-29T07:33:10.459Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-07-29T07:33:10.486Z | Downloaded regex-automata v0.4.14 |
| 1292 | 2026-07-29T07:33:10.528Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1293 | 2026-07-29T07:33:10.546Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-07-29T07:33:10.601Z | Downloaded csv v1.4.0 |
| 1295 | 2026-07-29T07:33:10.602Z | Downloaded petgraph v0.8.3 |
| 1296 | 2026-07-29T07:33:10.624Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-07-29T07:33:10.625Z | Downloaded jiff v0.2.21 |
| 1298 | 2026-07-29T07:33:10.625Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-07-29T07:33:10.625Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-07-29T07:33:10.625Z | Downloaded tokio v1.52.1 |
| 1301 | 2026-07-29T07:33:10.641Z | Downloaded encoding_rs v0.8.35 |
| 1302 | 2026-07-29T07:33:10.655Z | Downloaded ring v0.17.14 |
| 1303 | 2026-07-29T07:33:10.692Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1304 | 2026-07-29T07:33:11.162Z | Downloaded aws-lc-sys v0.40.0 |
| 1305 | 2026-07-29T07:33:11.426Z | Compiling libc v0.2.185 |
| 1306 | 2026-07-29T07:33:11.426Z | Compiling serde_core v1.0.228 |
| 1307 | 2026-07-29T07:33:11.426Z | Compiling serde v1.0.228 |
| 1308 | 2026-07-29T07:33:11.429Z | Compiling smallvec v1.15.1 |
| 1309 | 2026-07-29T07:33:11.429Z | Compiling log v0.4.29 |
| 1310 | 2026-07-29T07:33:11.429Z | Compiling stable_deref_trait v1.2.1 |
| 1311 | 2026-07-29T07:33:11.429Z | Compiling subtle v2.6.1 |
| 1312 | 2026-07-29T07:33:11.429Z | Compiling shlex v1.3.0 |
| 1313 | 2026-07-29T07:33:11.586Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-07-29T07:33:11.590Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-07-29T07:33:11.590Z | Compiling libm v0.2.16 |
| 1316 | 2026-07-29T07:33:11.590Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-07-29T07:33:11.629Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-07-29T07:33:11.642Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-29T07:33:11.652Z | Compiling syn v2.0.117 |
| 1320 | 2026-07-29T07:33:11.655Z | Compiling writeable v0.6.2 |
| 1321 | 2026-07-29T07:33:11.708Z | Compiling litemap v0.8.1 |
| 1322 | 2026-07-29T07:33:11.771Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-07-29T07:33:11.786Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-07-29T07:33:11.802Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-07-29T07:33:11.828Z | Compiling icu_normalizer_data v2.1.1 |
| 1326 | 2026-07-29T07:33:11.879Z | Compiling icu_properties_data v2.1.2 |
| 1327 | 2026-07-29T07:33:11.892Z | Compiling typenum v1.20.1 |
| 1328 | 2026-07-29T07:33:11.921Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-07-29T07:33:11.949Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-07-29T07:33:11.954Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-07-29T07:33:11.954Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-07-29T07:33:11.954Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2026-07-29T07:33:12.068Z | Compiling serde_json v1.0.151 |
| 1334 | 2026-07-29T07:33:12.097Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-29T07:33:12.115Z | Compiling futures-core v0.3.32 |
| 1336 | 2026-07-29T07:33:12.174Z | Compiling generic-array v0.14.7 |
| 1337 | 2026-07-29T07:33:12.196Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-07-29T07:33:12.242Z | Compiling const-oid v0.9.6 |
| 1339 | 2026-07-29T07:33:12.275Z | Compiling iana-time-zone v0.1.65 |
| 1340 | 2026-07-29T07:33:12.300Z | Compiling futures-sink v0.3.32 |
| 1341 | 2026-07-29T07:33:12.315Z | Compiling futures-task v0.3.32 |
| 1342 | 2026-07-29T07:33:12.356Z | Compiling futures-io v0.3.32 |
| 1343 | 2026-07-29T07:33:12.371Z | Compiling slab v0.4.12 |
| 1344 | 2026-07-29T07:33:12.385Z | Compiling getrandom v0.3.4 |
| 1345 | 2026-07-29T07:33:12.424Z | Compiling futures-channel v0.3.32 |
| 1346 | 2026-07-29T07:33:12.483Z | Compiling dyn-clone v1.0.20 |
| 1347 | 2026-07-29T07:33:12.498Z | Compiling rustix v1.1.3 |
| 1348 | 2026-07-29T07:33:12.501Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-29T07:33:12.523Z | Compiling schemars v0.8.22 |
| 1350 | 2026-07-29T07:33:12.577Z | Compiling regex-syntax v0.8.10 |
| 1351 | 2026-07-29T07:33:12.596Z | Compiling errno v0.3.14 |
| 1352 | 2026-07-29T07:33:12.643Z | Compiling jobserver v0.1.34 |
| 1353 | 2026-07-29T07:33:12.676Z | Compiling getrandom v0.2.17 |
| 1354 | 2026-07-29T07:33:12.745Z | Compiling signal-hook-registry v1.4.8 |
| 1355 | 2026-07-29T07:33:12.775Z | Compiling mio v1.2.0 |
| 1356 | 2026-07-29T07:33:12.789Z | Compiling socket2 v0.6.3 |
| 1357 | 2026-07-29T07:33:12.882Z | Compiling cc v1.2.56 |
| 1358 | 2026-07-29T07:33:12.925Z | Compiling once_cell v1.21.3 |
| 1359 | 2026-07-29T07:33:12.941Z | Compiling rand_core v0.6.4 |
| 1360 | 2026-07-29T07:33:12.984Z | Compiling parking_lot v0.12.5 |
| 1361 | 2026-07-29T07:33:13.052Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-07-29T07:33:13.080Z | Compiling rustversion v1.0.22 |
| 1363 | 2026-07-29T07:33:13.083Z | Compiling dunce v1.0.5 |
| 1364 | 2026-07-29T07:33:13.160Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-07-29T07:33:13.190Z | Compiling tracing-core v0.1.36 |
| 1366 | 2026-07-29T07:33:13.207Z | Compiling vcpkg v0.2.15 |
| 1367 | 2026-07-29T07:33:13.222Z | Compiling tinyvec_macros v0.1.1 |
| 1368 | 2026-07-29T07:33:13.239Z | Compiling openssl-probe v0.2.1 |
| 1369 | 2026-07-29T07:33:13.242Z | Compiling httparse v1.10.1 |
| 1370 | 2026-07-29T07:33:13.269Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-07-29T07:33:13.296Z | Compiling tinyvec v1.10.0 |
| 1372 | 2026-07-29T07:33:13.311Z | Compiling base64ct v1.8.3 |
| 1373 | 2026-07-29T07:33:13.345Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-07-29T07:33:13.360Z | Compiling atomic-waker v1.1.2 |
| 1375 | 2026-07-29T07:33:13.383Z | Compiling flagset v0.4.7 |
| 1376 | 2026-07-29T07:33:13.432Z | Compiling try-lock v0.2.5 |
| 1377 | 2026-07-29T07:33:13.503Z | Compiling tower-layer v0.3.3 |
| 1378 | 2026-07-29T07:33:13.534Z | Compiling tower-service v0.3.3 |
| 1379 | 2026-07-29T07:33:13.557Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-07-29T07:33:13.565Z | Compiling want v0.3.1 |
| 1381 | 2026-07-29T07:33:13.568Z | Compiling httpdate v1.0.3 |
| 1382 | 2026-07-29T07:33:13.616Z | Compiling cmake v0.1.57 |
| 1383 | 2026-07-29T07:33:13.648Z | Compiling unicode-normalization v0.1.25 |
| 1384 | 2026-07-29T07:33:13.663Z | Compiling untrusted v0.7.1 |
| 1385 | 2026-07-29T07:33:13.666Z | Compiling aho-corasick v1.1.4 |
| 1386 | 2026-07-29T07:33:13.693Z | Compiling bitflags v2.11.0 |
| 1387 | 2026-07-29T07:33:13.705Z | Compiling semver v1.0.28 |
| 1388 | 2026-07-29T07:33:13.769Z | Compiling uuid v1.23.4 |
| 1389 | 2026-07-29T07:33:13.835Z | Compiling indexmap v2.14.0 |
| 1390 | 2026-07-29T07:33:13.930Z | Compiling rustc_version v0.4.1 |
| 1391 | 2026-07-29T07:33:13.944Z | Compiling cmov v0.5.4 |
| 1392 | 2026-07-29T07:33:14.032Z | Compiling openssl v0.10.79 |
| 1393 | 2026-07-29T07:33:14.054Z | Compiling untrusted v0.9.0 |
| 1394 | 2026-07-29T07:33:14.102Z | Compiling cpufeatures v0.2.17 |
| 1395 | 2026-07-29T07:33:14.126Z | Compiling foreign-types-shared v0.1.1 |
| 1396 | 2026-07-29T07:33:14.286Z | Compiling rustls v0.23.41 |
| 1397 | 2026-07-29T07:33:14.303Z | Compiling foreign-types v0.3.2 |
| 1398 | 2026-07-29T07:33:14.317Z | Compiling ctutils v0.4.2 |
| 1399 | 2026-07-29T07:33:14.321Z | Compiling wait-timeout v0.2.1 |
| 1400 | 2026-07-29T07:33:14.346Z | Compiling sync_wrapper v1.0.2 |
| 1401 | 2026-07-29T07:33:14.374Z | Compiling bit-vec v0.8.0 |
| 1402 | 2026-07-29T07:33:14.395Z | Compiling time-core v0.1.8 |
| 1403 | 2026-07-29T07:33:14.410Z | Compiling native-tls v0.2.18 |
| 1404 | 2026-07-29T07:33:14.472Z | Compiling quick-error v1.2.3 |
| 1405 | 2026-07-29T07:33:14.487Z | Compiling num-conv v0.2.0 |
| 1406 | 2026-07-29T07:33:14.539Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-07-29T07:33:14.570Z | Compiling serde_derive_internals v0.29.1 |
| 1408 | 2026-07-29T07:33:14.574Z | Compiling aws-lc-sys v0.40.0 |
| 1409 | 2026-07-29T07:33:14.600Z | Compiling openssl-sys v0.9.115 |
| 1410 | 2026-07-29T07:33:14.618Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-07-29T07:33:14.618Z | Compiling powerfmt v0.2.0 |
| 1412 | 2026-07-29T07:33:14.647Z | Compiling bit-set v0.8.0 |
| 1413 | 2026-07-29T07:33:14.650Z | Compiling darling_core v0.20.11 |
| 1414 | 2026-07-29T07:33:14.650Z | Compiling time-macros v0.2.27 |
| 1415 | 2026-07-29T07:33:14.675Z | Compiling regex-automata v0.4.14 |
| 1416 | 2026-07-29T07:33:14.850Z | Compiling deranged v0.5.8 |
| 1417 | 2026-07-29T07:33:14.866Z | Compiling rand_xorshift v0.4.0 |
| 1418 | 2026-07-29T07:33:15.026Z | Compiling tempfile v3.25.0 |
| 1419 | 2026-07-29T07:33:15.064Z | Compiling iri-string v0.7.10 |
| 1420 | 2026-07-29T07:33:15.096Z | Compiling ryu v1.0.23 |
| 1421 | 2026-07-29T07:33:15.208Z | Compiling unarray v0.1.4 |
| 1422 | 2026-07-29T07:33:15.208Z | Compiling num_threads v0.1.7 |
| 1423 | 2026-07-29T07:33:15.303Z | Compiling rusty-fork v0.3.1 |
| 1424 | 2026-07-29T07:33:15.331Z | Compiling usdt-impl v0.6.0 |
| 1425 | 2026-07-29T07:33:15.344Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1426 | 2026-07-29T07:33:15.344Z | Compiling thread-id v5.1.0 |
| 1427 | 2026-07-29T07:33:15.388Z | Compiling spin v0.9.8 |
| 1428 | 2026-07-29T07:33:15.477Z | Compiling cookie v0.18.1 |
| 1429 | 2026-07-29T07:33:15.497Z | Compiling encoding_rs v0.8.35 |
| 1430 | 2026-07-29T07:33:15.532Z | Compiling paste v1.0.15 |
| 1431 | 2026-07-29T07:33:15.599Z | Compiling unicode-properties v0.1.4 |
| 1432 | 2026-07-29T07:33:15.627Z | Compiling unicode-bidi v0.3.18 |
| 1433 | 2026-07-29T07:33:15.670Z | Compiling mime v0.3.17 |
| 1434 | 2026-07-29T07:33:15.696Z | Compiling crc32fast v1.5.0 |
| 1435 | 2026-07-29T07:33:15.718Z | Compiling siphasher v1.0.2 |
| 1436 | 2026-07-29T07:33:15.862Z | Compiling time v0.3.47 |
| 1437 | 2026-07-29T07:33:15.904Z | Compiling darling_core v0.23.0 |
| 1438 | 2026-07-29T07:33:15.919Z | Compiling crossbeam-utils v0.8.21 |
| 1439 | 2026-07-29T07:33:15.934Z | Compiling simd-adler32 v0.3.8 |
| 1440 | 2026-07-29T07:33:15.937Z | Compiling litrs v1.0.0 |
| 1441 | 2026-07-29T07:33:15.967Z | Compiling psl-types v2.0.11 |
| 1442 | 2026-07-29T07:33:15.979Z | Compiling syn v1.0.109 |
| 1443 | 2026-07-29T07:33:16.057Z | Compiling stringprep v0.1.5 |
| 1444 | 2026-07-29T07:33:16.103Z | Compiling fallible-iterator v0.2.0 |
| 1445 | 2026-07-29T07:33:16.206Z | Compiling allocator-api2 v0.2.21 |
| 1446 | 2026-07-29T07:33:16.369Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1447 | 2026-07-29T07:33:16.384Z | Compiling serde_derive v1.0.228 |
| 1448 | 2026-07-29T07:33:16.428Z | Compiling zeroize_derive v1.5.0 |
| 1449 | 2026-07-29T07:33:16.442Z | Compiling zerofrom-derive v0.1.6 |
| 1450 | 2026-07-29T07:33:16.491Z | Compiling yoke-derive v0.8.1 |
| 1451 | 2026-07-29T07:33:16.531Z | Compiling zerovec-derive v0.11.2 |
| 1452 | 2026-07-29T07:33:16.571Z | Compiling displaydoc v0.2.5 |
| 1453 | 2026-07-29T07:33:16.677Z | Compiling zerocopy-derive v0.8.40 |
| 1454 | 2026-07-29T07:33:16.702Z | Compiling tokio-macros v2.7.0 |
| 1455 | 2026-07-29T07:33:16.808Z | Compiling futures-macro v0.3.32 |
| 1456 | 2026-07-29T07:33:17.092Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-07-29T07:33:17.110Z | Compiling thiserror-impl v2.0.18 |
| 1458 | 2026-07-29T07:33:17.129Z | Compiling zeroize v1.9.0 |
| 1459 | 2026-07-29T07:33:17.382Z | Compiling tracing-attributes v0.1.31 |
| 1460 | 2026-07-29T07:33:17.489Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-07-29T07:33:17.545Z | Compiling der_derive v0.7.3 |
| 1462 | 2026-07-29T07:33:17.680Z | Compiling futures-util v0.3.32 |
| 1463 | 2026-07-29T07:33:17.737Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-29T07:33:17.752Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-07-29T07:33:17.927Z | Compiling zerofrom v0.1.6 |
| 1466 | 2026-07-29T07:33:17.984Z | Compiling block-buffer v0.10.4 |
| 1467 | 2026-07-29T07:33:17.999Z | Compiling crypto-common v0.1.7 |
| 1468 | 2026-07-29T07:33:18.074Z | Compiling yoke v0.8.1 |
| 1469 | 2026-07-29T07:33:18.173Z | Compiling digest v0.10.7 |
| 1470 | 2026-07-29T07:33:18.188Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-07-29T07:33:18.250Z | Compiling zerovec v0.11.5 |
| 1472 | 2026-07-29T07:33:18.265Z | Compiling zerotrie v0.2.3 |
| 1473 | 2026-07-29T07:33:18.456Z | Compiling hmac v0.12.1 |
| 1474 | 2026-07-29T07:33:18.470Z | Compiling sha2 v0.10.9 |
| 1475 | 2026-07-29T07:33:18.546Z | Compiling thiserror v2.0.18 |
| 1476 | 2026-07-29T07:33:18.578Z | Compiling hybrid-array v0.4.13 |
| 1477 | 2026-07-29T07:33:18.594Z | Compiling der v0.7.10 |
| 1478 | 2026-07-29T07:33:18.608Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-07-29T07:33:18.640Z | Compiling scroll v0.13.0 |
| 1480 | 2026-07-29T07:33:18.643Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-07-29T07:33:18.684Z | Compiling scroll_derive v0.12.1 |
| 1482 | 2026-07-29T07:33:18.817Z | Compiling tinystr v0.8.2 |
| 1483 | 2026-07-29T07:33:18.820Z | Compiling potential_utf v0.1.4 |
| 1484 | 2026-07-29T07:33:18.951Z | Compiling tracing v0.1.44 |
| 1485 | 2026-07-29T07:33:19.022Z | Compiling icu_locale_core v2.1.1 |
| 1486 | 2026-07-29T07:33:19.049Z | Compiling icu_collections v2.1.1 |
| 1487 | 2026-07-29T07:33:19.053Z | Compiling goblin v0.10.5 |
| 1488 | 2026-07-29T07:33:19.138Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-07-29T07:33:19.326Z | Compiling darling v0.20.11 |
| 1490 | 2026-07-29T07:33:19.421Z | Compiling md-5 v0.10.6 |
| 1491 | 2026-07-29T07:33:19.438Z | Compiling zerocopy-derive v0.7.35 |
| 1492 | 2026-07-29T07:33:19.457Z | Compiling async-trait v0.1.89 |
| 1493 | 2026-07-29T07:33:19.481Z | Compiling scroll v0.12.0 |
| 1494 | 2026-07-29T07:33:19.614Z | Compiling spki v0.7.3 |
| 1495 | 2026-07-29T07:33:19.629Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-07-29T07:33:19.780Z | Compiling icu_provider v2.1.1 |
| 1497 | 2026-07-29T07:33:19.843Z | Compiling pkcs8 v0.10.2 |
| 1498 | 2026-07-29T07:33:19.888Z | Compiling goblin v0.8.2 |
| 1499 | 2026-07-29T07:33:19.903Z | Compiling darling_macro v0.23.0 |
| 1500 | 2026-07-29T07:33:19.974Z | Compiling signature v2.2.0 |
| 1501 | 2026-07-29T07:33:20.099Z | Compiling bytes v1.11.1 |
| 1502 | 2026-07-29T07:33:20.115Z | Compiling icu_normalizer v2.1.1 |
| 1503 | 2026-07-29T07:33:20.129Z | Compiling icu_properties v2.1.2 |
| 1504 | 2026-07-29T07:33:20.146Z | Compiling chrono v0.4.45 |
| 1505 | 2026-07-29T07:33:20.181Z | Compiling ipnet v2.11.0 |
| 1506 | 2026-07-29T07:33:20.366Z | Compiling serde_urlencoded v0.7.1 |
| 1507 | 2026-07-29T07:33:20.445Z | Compiling hex v0.4.3 |
| 1508 | 2026-07-29T07:33:20.545Z | Compiling zerocopy v0.7.35 |
| 1509 | 2026-07-29T07:33:20.559Z | Compiling serde_tokenstream v0.2.3 |
| 1510 | 2026-07-29T07:33:20.581Z | Compiling thiserror v1.0.69 |
| 1511 | 2026-07-29T07:33:20.639Z | Compiling tokio v1.52.1 |
| 1512 | 2026-07-29T07:33:20.688Z | Compiling http v1.4.2 |
| 1513 | 2026-07-29T07:33:20.704Z | Compiling rustls-native-certs v0.8.3 |
| 1514 | 2026-07-29T07:33:20.749Z | Compiling bstr v1.12.1 |
| 1515 | 2026-07-29T07:33:20.765Z | Compiling document-features v0.2.12 |
| 1516 | 2026-07-29T07:33:20.892Z | Compiling pin-project-internal v1.1.11 |
| 1517 | 2026-07-29T07:33:21.025Z | Compiling idna_adapter v1.2.1 |
| 1518 | 2026-07-29T07:33:21.188Z | Compiling idna v1.1.0 |
| 1519 | 2026-07-29T07:33:21.273Z | Compiling ppv-lite86 v0.2.21 |
| 1520 | 2026-07-29T07:33:21.294Z | Compiling daft-derive v0.1.7 |
| 1521 | 2026-07-29T07:33:21.403Z | Compiling http-body v1.0.1 |
| 1522 | 2026-07-29T07:33:21.423Z | Compiling heapless v0.7.17 |
| 1523 | 2026-07-29T07:33:21.438Z | Compiling slog v2.8.2 |
| 1524 | 2026-07-29T07:33:21.458Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-07-29T07:33:21.579Z | Compiling url v2.5.8 |
| 1526 | 2026-07-29T07:33:21.582Z | Compiling rand_chacha v0.9.0 |
| 1527 | 2026-07-29T07:33:21.621Z | Compiling http-body-util v0.1.3 |
| 1528 | 2026-07-29T07:33:21.643Z | Compiling publicsuffix v2.3.0 |
| 1529 | 2026-07-29T07:33:21.658Z | Compiling anyhow v1.0.102 |
| 1530 | 2026-07-29T07:33:21.679Z | Compiling adler2 v2.0.1 |
| 1531 | 2026-07-29T07:33:21.696Z | Compiling signal-hook v0.3.18 |
| 1532 | 2026-07-29T07:33:21.787Z | Compiling ref-cast v1.0.25 |
| 1533 | 2026-07-29T07:33:21.828Z | Compiling rand v0.9.2 |
| 1534 | 2026-07-29T07:33:21.831Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-07-29T07:33:21.918Z | Compiling dof v0.4.0 |
| 1536 | 2026-07-29T07:33:21.932Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-07-29T07:33:21.935Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-07-29T07:33:22.040Z | Compiling pin-project v1.1.11 |
| 1539 | 2026-07-29T07:33:22.066Z | Compiling darling v0.23.0 |
| 1540 | 2026-07-29T07:33:22.214Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-07-29T07:33:22.228Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-07-29T07:33:22.335Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-07-29T07:33:22.374Z | Compiling futures-executor v0.3.32 |
| 1544 | 2026-07-29T07:33:22.410Z | Compiling block-padding v0.4.2 |
| 1545 | 2026-07-29T07:33:22.460Z | Compiling proptest v1.10.0 |
| 1546 | 2026-07-29T07:33:22.476Z | Compiling postgres-protocol v0.6.10 |
| 1547 | 2026-07-29T07:33:22.502Z | Compiling crypto-common v0.2.2 |
| 1548 | 2026-07-29T07:33:22.597Z | Compiling block-buffer v0.12.1 |
| 1549 | 2026-07-29T07:33:22.733Z | Compiling snafu-derive v0.8.9 |
| 1550 | 2026-07-29T07:33:22.814Z | Compiling ref-cast-impl v1.0.25 |
| 1551 | 2026-07-29T07:33:23.034Z | Compiling ipnetwork v0.21.1 |
| 1552 | 2026-07-29T07:33:23.252Z | Compiling camino v1.2.2 |
| 1553 | 2026-07-29T07:33:23.390Z | Compiling phf_shared v0.13.1 |
| 1554 | 2026-07-29T07:33:23.405Z | Compiling curve25519-dalek v4.1.3 |
| 1555 | 2026-07-29T07:33:23.445Z | Compiling vergen-lib v9.1.0 |
| 1556 | 2026-07-29T07:33:23.460Z | Compiling num-integer v0.1.46 |
| 1557 | 2026-07-29T07:33:23.495Z | Compiling ff v0.13.1 |
| 1558 | 2026-07-29T07:33:23.512Z | Compiling hash32 v0.2.1 |
| 1559 | 2026-07-29T07:33:23.529Z | Compiling memoffset v0.9.1 |
| 1560 | 2026-07-29T07:33:23.652Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-07-29T07:33:23.655Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-07-29T07:33:23.656Z | Compiling foldhash v0.2.0 |
| 1563 | 2026-07-29T07:33:23.669Z | Compiling rustix v0.38.44 |
| 1564 | 2026-07-29T07:33:23.697Z | Compiling base16ct v0.2.0 |
| 1565 | 2026-07-29T07:33:23.728Z | Compiling same-file v1.0.6 |
| 1566 | 2026-07-29T07:33:23.731Z | Compiling smoltcp v0.9.1 |
| 1567 | 2026-07-29T07:33:23.759Z | Compiling cfg_aliases v0.2.1 |
| 1568 | 2026-07-29T07:33:23.846Z | Compiling nix v0.31.2 |
| 1569 | 2026-07-29T07:33:23.863Z | Compiling walkdir v2.5.0 |
| 1570 | 2026-07-29T07:33:23.907Z | Compiling sec1 v0.7.3 |
| 1571 | 2026-07-29T07:33:23.922Z | Compiling hashbrown v0.16.1 |
| 1572 | 2026-07-29T07:33:23.925Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-07-29T07:33:24.117Z | Compiling group v0.13.0 |
| 1574 | 2026-07-29T07:33:24.134Z | Compiling phf v0.13.1 |
| 1575 | 2026-07-29T07:33:24.158Z | Compiling usdt-attr-macro v0.6.0 |
| 1576 | 2026-07-29T07:33:24.208Z | Compiling usdt-macro v0.6.0 |
| 1577 | 2026-07-29T07:33:24.280Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-07-29T07:33:24.325Z | Compiling inout v0.2.2 |
| 1579 | 2026-07-29T07:33:24.325Z | Compiling futures v0.3.32 |
| 1580 | 2026-07-29T07:33:24.354Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-07-29T07:33:24.433Z | Compiling serde_with_macros v3.21.0 |
| 1582 | 2026-07-29T07:33:24.501Z | Compiling tokio-util v0.7.18 |
| 1583 | 2026-07-29T07:33:24.525Z | Compiling tower v0.5.3 |
| 1584 | 2026-07-29T07:33:24.525Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-07-29T07:33:24.584Z | Compiling rand v0.8.6 |
| 1586 | 2026-07-29T07:33:24.707Z | Compiling snafu v0.8.9 |
| 1587 | 2026-07-29T07:33:24.744Z | Compiling globset v0.4.18 |
| 1588 | 2026-07-29T07:33:24.749Z | Compiling dtrace-parser v0.2.0 |
| 1589 | 2026-07-29T07:33:24.758Z | Compiling serde_plain v1.0.2 |
| 1590 | 2026-07-29T07:33:24.982Z | Compiling tower-http v0.6.8 |
| 1591 | 2026-07-29T07:33:25.021Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-07-29T07:33:25.038Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-07-29T07:33:25.055Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-07-29T07:33:25.061Z | Compiling regex v1.12.3 |
| 1595 | 2026-07-29T07:33:25.086Z | Compiling async-recursion v1.1.1 |
| 1596 | 2026-07-29T07:33:25.221Z | Compiling h2 v0.4.15 |
| 1597 | 2026-07-29T07:33:25.379Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-07-29T07:33:25.419Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1599 | 2026-07-29T07:33:25.434Z | Compiling lazy_static v1.5.0 |
| 1600 | 2026-07-29T07:33:25.468Z | Compiling anstyle-parse v0.2.7 |
| 1601 | 2026-07-29T07:33:25.504Z | Compiling terminal_size v0.4.3 |
| 1602 | 2026-07-29T07:33:25.519Z | Compiling vergen v9.1.0 |
| 1603 | 2026-07-29T07:33:25.535Z | Compiling cargo-platform v0.3.2 |
| 1604 | 2026-07-29T07:33:25.583Z | Compiling pem v3.0.6 |
| 1605 | 2026-07-29T07:33:25.629Z | Compiling thread-id v4.2.2 |
| 1606 | 2026-07-29T07:33:25.666Z | Compiling memmap2 v0.9.10 |
| 1607 | 2026-07-29T07:33:25.681Z | Compiling ahash v0.8.12 |
| 1608 | 2026-07-29T07:33:25.723Z | Compiling fs-err v3.3.0 |
| 1609 | 2026-07-29T07:33:25.739Z | Compiling unicode-segmentation v1.12.0 |
| 1610 | 2026-07-29T07:33:25.789Z | Compiling typed-path v0.9.3 |
| 1611 | 2026-07-29T07:33:25.827Z | Compiling libbz2-rs-sys v0.2.2 |
| 1612 | 2026-07-29T07:33:25.906Z | Compiling foldhash v0.1.5 |
| 1613 | 2026-07-29T07:33:25.922Z | Compiling bumpalo v3.20.2 |
| 1614 | 2026-07-29T07:33:25.936Z | Compiling object v0.37.3 |
| 1615 | 2026-07-29T07:33:25.939Z | Compiling managed v0.8.0 |
| 1616 | 2026-07-29T07:33:26.098Z | Compiling winnow v0.5.40 |
| 1617 | 2026-07-29T07:33:26.101Z | Compiling whoami v2.1.0 |
| 1618 | 2026-07-29T07:33:26.146Z | Compiling bitflags v1.3.2 |
| 1619 | 2026-07-29T07:33:26.177Z | Compiling zopfli v0.8.3 |
| 1620 | 2026-07-29T07:33:26.340Z | Compiling bzip2 v0.6.1 |
| 1621 | 2026-07-29T07:33:26.523Z | Compiling elliptic-curve v0.13.8 |
| 1622 | 2026-07-29T07:33:26.540Z | Compiling hashbrown v0.15.5 |
| 1623 | 2026-07-29T07:33:26.573Z | Compiling flate2 v1.1.9 |
| 1624 | 2026-07-29T07:33:26.762Z | Compiling clap_builder v4.6.0 |
| 1625 | 2026-07-29T07:33:26.782Z | Compiling hubpack_derive v0.1.1 |
| 1626 | 2026-07-29T07:33:26.925Z | Compiling cargo_metadata v0.23.1 |
| 1627 | 2026-07-29T07:33:26.952Z | Compiling anstream v0.6.21 |
| 1628 | 2026-07-29T07:33:27.001Z | Compiling daft v0.1.7 |
| 1629 | 2026-07-29T07:33:27.060Z | Compiling signal-hook-mio v0.2.5 |
| 1630 | 2026-07-29T07:33:27.123Z | Compiling cipher v0.5.2 |
| 1631 | 2026-07-29T07:33:27.202Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-07-29T07:33:27.282Z | Compiling hubpack v0.1.2 |
| 1633 | 2026-07-29T07:33:27.296Z | Compiling zstd v0.13.3 |
| 1634 | 2026-07-29T07:33:27.432Z | Compiling toml_edit v0.19.15 |
| 1635 | 2026-07-29T07:33:27.452Z | Compiling strum v0.27.2 |
| 1636 | 2026-07-29T07:33:27.455Z | Compiling postgres-types v0.2.12 |
| 1637 | 2026-07-29T07:33:27.481Z | Compiling dof v0.3.0 |
| 1638 | 2026-07-29T07:33:27.516Z | Compiling cookie_store v0.22.1 |
| 1639 | 2026-07-29T07:33:27.583Z | Compiling ed25519 v2.2.3 |
| 1640 | 2026-07-29T07:33:27.605Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-07-29T07:33:27.608Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-07-29T07:33:27.777Z | Compiling olpc-cjson v0.1.4 |
| 1643 | 2026-07-29T07:33:27.820Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-07-29T07:33:27.960Z | Compiling clap_derive v4.6.1 |
| 1645 | 2026-07-29T07:33:27.976Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-07-29T07:33:28.008Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-07-29T07:33:28.038Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-07-29T07:33:28.185Z | Compiling phf_shared v0.11.3 |
| 1649 | 2026-07-29T07:33:28.210Z | Compiling jiff v0.2.21 |
| 1650 | 2026-07-29T07:33:28.291Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-07-29T07:33:28.388Z | Compiling hyper v1.10.1 |
| 1652 | 2026-07-29T07:33:28.404Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-07-29T07:33:28.457Z | Compiling fixedbitset v0.4.2 |
| 1654 | 2026-07-29T07:33:28.511Z | Compiling data-encoding v2.10.0 |
| 1655 | 2026-07-29T07:33:28.526Z | Compiling winnow v1.0.3 |
| 1656 | 2026-07-29T07:33:28.614Z | Compiling normalize-line-endings v0.3.0 |
| 1657 | 2026-07-29T07:33:28.715Z | Compiling either v1.15.0 |
| 1658 | 2026-07-29T07:33:28.729Z | Compiling difflib v0.4.0 |
| 1659 | 2026-07-29T07:33:28.744Z | Compiling precomputed-hash v0.1.1 |
| 1660 | 2026-07-29T07:33:28.852Z | Compiling const-oid v0.10.2 |
| 1661 | 2026-07-29T07:33:28.901Z | Compiling cpufeatures v0.3.0 |
| 1662 | 2026-07-29T07:33:28.946Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-07-29T07:33:28.994Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-07-29T07:33:29.078Z | Compiling keccak v0.1.6 |
| 1665 | 2026-07-29T07:33:29.081Z | Compiling static_assertions v1.1.0 |
| 1666 | 2026-07-29T07:33:29.139Z | Compiling fixedbitset v0.5.7 |
| 1667 | 2026-07-29T07:33:29.208Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1668 | 2026-07-29T07:33:29.257Z | Compiling sha3 v0.10.8 |
| 1669 | 2026-07-29T07:33:29.279Z | Compiling toml_edit v0.22.27 |
| 1670 | 2026-07-29T07:33:29.334Z | Compiling predicates v3.1.4 |
| 1671 | 2026-07-29T07:33:29.472Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-07-29T07:33:29.532Z | Compiling string_cache v0.8.9 |
| 1673 | 2026-07-29T07:33:29.751Z | Compiling hyper-util v0.1.20 |
| 1674 | 2026-07-29T07:33:29.772Z | Compiling clap v4.6.1 |
| 1675 | 2026-07-29T07:33:29.791Z | Compiling digest v0.11.3 |
| 1676 | 2026-07-29T07:33:29.858Z | Compiling chacha20 v0.10.0 |
| 1677 | 2026-07-29T07:33:29.876Z | Compiling itertools v0.13.0 |
| 1678 | 2026-07-29T07:33:29.890Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1679 | 2026-07-29T07:33:29.894Z | Compiling strum v0.26.3 |
| 1680 | 2026-07-29T07:33:30.014Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-07-29T07:33:30.044Z | Compiling toml v0.7.8 |
| 1682 | 2026-07-29T07:33:30.058Z | Compiling petgraph v0.6.5 |
| 1683 | 2026-07-29T07:33:30.103Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-07-29T07:33:30.178Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-07-29T07:33:30.262Z | Compiling rsa v0.9.10 |
| 1686 | 2026-07-29T07:33:30.479Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-07-29T07:33:30.553Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-07-29T07:33:30.671Z | Compiling tokio-postgres v0.7.16 |
| 1689 | 2026-07-29T07:33:31.176Z | Compiling hyper-tls v0.6.0 |
| 1690 | 2026-07-29T07:33:31.202Z | Compiling zip v4.6.1 |
| 1691 | 2026-07-29T07:33:31.329Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-07-29T07:33:31.432Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-07-29T07:33:31.555Z | Compiling zip v0.6.6 |
| 1694 | 2026-07-29T07:33:31.620Z | Compiling iddqd v0.4.2 |
| 1695 | 2026-07-29T07:33:32.141Z | Compiling similar v2.7.0 |
| 1696 | 2026-07-29T07:33:32.144Z | Compiling heck v0.4.1 |
| 1697 | 2026-07-29T07:33:32.171Z | Compiling usdt v0.6.0 |
| 1698 | 2026-07-29T07:33:32.190Z | Compiling serde_with v3.21.0 |
| 1699 | 2026-07-29T07:33:32.404Z | Compiling tokio-stream v0.1.18 |
| 1700 | 2026-07-29T07:33:32.462Z | Compiling buf-list v1.1.2 |
| 1701 | 2026-07-29T07:33:32.521Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-07-29T07:33:32.638Z | Compiling byte-wrapper v0.1.0 |
| 1703 | 2026-07-29T07:33:32.788Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1704 | 2026-07-29T07:33:32.868Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-07-29T07:33:32.897Z | Compiling x509-cert v0.2.5 |
| 1706 | 2026-07-29T07:33:32.938Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-07-29T07:33:32.974Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-07-29T07:33:33.304Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-07-29T07:33:33.356Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-07-29T07:33:33.888Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-07-29T07:33:34.236Z | Compiling is-terminal v0.4.17 |
| 1712 | 2026-07-29T07:33:34.256Z | Compiling filetime v0.2.27 |
| 1713 | 2026-07-29T07:33:34.338Z | Compiling xattr v1.6.1 |
| 1714 | 2026-07-29T07:33:34.354Z | Compiling term v1.2.1 |
| 1715 | 2026-07-29T07:33:34.357Z | Compiling take_mut v0.2.2 |
| 1716 | 2026-07-29T07:33:34.421Z | Compiling camino-tempfile v1.4.1 |
| 1717 | 2026-07-29T07:33:34.475Z | Compiling tar v0.4.46 |
| 1718 | 2026-07-29T07:33:34.645Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-07-29T07:33:52.151Z | Compiling rustls-webpki v0.103.13 |
| 1720 | 2026-07-29T07:33:54.846Z | Compiling tokio-rustls v0.26.4 |
| 1721 | 2026-07-29T07:33:54.847Z | Compiling rustls-platform-verifier v0.6.2 |
| 1722 | 2026-07-29T07:33:54.851Z | Compiling tough v0.22.0 |
| 1723 | 2026-07-29T07:33:55.057Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-07-29T07:33:55.255Z | Compiling reqwest v0.13.2 |
| 1725 | 2026-07-29T07:33:57.588Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-07-29T07:33:57.827Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-07-29T07:34:00.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.60s |
| 1728 | 2026-07-29T07:34:00.964Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1729 | 2026-07-29T07:34:01.020Z | Jul 29 07:33:59.612 INFO Starting download, target: Clickhouse |
| 1730 | 2026-07-29T07:34:01.020Z | Jul 29 07:33:59.613 INFO Starting download, target: Cockroach |
| 1731 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Starting download, target: Console |
| 1732 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Starting download, target: DendriteStub |
| 1733 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Starting download, target: MaghemiteDdmd |
| 1735 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Starting download, target: TransceiverControl |
| 1736 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.614 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.614 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1740 | 2026-07-29T07:34:01.023Z | Jul 29 07:33:59.614 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-07-29T07:34:01.024Z | Jul 29 07:33:59.614 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-07-29T07:34:01.024Z | Jul 29 07:33:59.614 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1743 | 2026-07-29T07:34:01.685Z | Jul 29 07:34:00.263 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-07-29T07:34:01.917Z | Jul 29 07:34:00.498 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-07-29T07:34:03.104Z | Jul 29 07:34:01.689 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-07-29T07:34:03.154Z | Jul 29 07:34:01.740 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1747 | 2026-07-29T07:34:03.358Z | Jul 29 07:34:01.948 INFO Download complete, target: Console |
| 1748 | 2026-07-29T07:34:03.860Z | Jul 29 07:34:02.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-07-29T07:34:03.976Z | Jul 29 07:34:02.565 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1750 | 2026-07-29T07:34:04.338Z | Jul 29 07:34:02.928 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1751 | 2026-07-29T07:34:04.557Z | Jul 29 07:34:03.128 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1752 | 2026-07-29T07:34:04.557Z | Jul 29 07:34:03.128 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1753 | 2026-07-29T07:34:06.729Z | Jul 29 07:34:05.322 INFO Download complete, target: MaghemiteDdmd |
| 1754 | 2026-07-29T07:34:06.775Z | Jul 29 07:34:05.366 INFO Download complete, target: MaghemiteMgd |
| 1755 | 2026-07-29T07:34:06.804Z | Jul 29 07:34:05.397 INFO Download complete, target: DendriteStub |
| 1756 | 2026-07-29T07:34:09.249Z | Jul 29 07:34:07.841 INFO Checking that binary works, target: Cockroach |
| 1757 | 2026-07-29T07:34:09.367Z | Jul 29 07:34:07.961 INFO Download complete, target: Cockroach |
| 1758 | 2026-07-29T07:34:10.037Z | Jul 29 07:34:08.629 INFO Checking that binary works, target: Clickhouse |
| 1759 | 2026-07-29T07:34:10.134Z | Jul 29 07:34:08.728 INFO Download complete, target: Clickhouse |
| 1760 | 2026-07-29T07:34:10.140Z | All prerequisites installed successfully |
| 1761 | 2026-07-29T07:34:10.143Z | |
| 1762 | 2026-07-29T07:34:10.143Z | real 1:49.166849223 |
| 1763 | 2026-07-29T07:34:10.143Z | user 7:03.918476154 |
| 1764 | 2026-07-29T07:34:10.143Z | sys 1:43.130748877 |
| 1765 | 2026-07-29T07:34:10.143Z | trap 0.286188324 |
| 1766 | 2026-07-29T07:34:10.143Z | tflt 0.784049380 |
| 1767 | 2026-07-29T07:34:10.143Z | dflt 1.742915968 |
| 1768 | 2026-07-29T07:34:10.143Z | kflt 0.021855633 |
| 1769 | 2026-07-29T07:34:10.143Z | lock 27:05.415417583 |
| 1770 | 2026-07-29T07:34:10.143Z | slp 18:58.632632333 |
| 1771 | 2026-07-29T07:34:10.143Z | lat 27.597991615 |
| 1772 | 2026-07-29T07:34:10.143Z | stop 3:23.821709341 |
| 1773 | 2026-07-29T07:34:10.143Z | + ptime -m cargo xtask download softnpu |
| 1774 | 2026-07-29T07:34:10.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1775 | 2026-07-29T07:34:10.630Z | Running `target/debug/xtask download softnpu` |
| 1776 | 2026-07-29T07:34:11.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1777 | 2026-07-29T07:34:11.473Z | Running `target/debug/xtask-downloader softnpu` |
| 1778 | 2026-07-29T07:34:11.518Z | Jul 29 07:34:10.110 INFO Starting download, target: Softnpu |
| 1779 | 2026-07-29T07:34:11.522Z | Jul 29 07:34:10.110 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1780 | 2026-07-29T07:34:12.276Z | Jul 29 07:34:10.867 INFO Download complete, target: Softnpu |
| 1781 | 2026-07-29T07:34:12.283Z | |
| 1782 | 2026-07-29T07:34:12.284Z | real 2.129631473 |
| 1783 | 2026-07-29T07:34:12.284Z | user 1.330573427 |
| 1784 | 2026-07-29T07:34:12.284Z | sys 0.638105195 |
| 1785 | 2026-07-29T07:34:12.284Z | trap 0.000586870 |
| 1786 | 2026-07-29T07:34:12.284Z | tflt 0.000164940 |
| 1787 | 2026-07-29T07:34:12.284Z | dflt 0.000307780 |
| 1788 | 2026-07-29T07:34:12.284Z | kflt 0.000000000 |
| 1789 | 2026-07-29T07:34:12.284Z | lock 14.073771738 |
| 1790 | 2026-07-29T07:34:12.284Z | slp 0.609712095 |
| 1791 | 2026-07-29T07:34:12.284Z | lat 0.117955704 |
| 1792 | 2026-07-29T07:34:12.284Z | stop 0.000186290 |
| 1793 | 2026-07-29T07:34:12.284Z | + export CARGO_INCREMENTAL=0 |
| 1794 | 2026-07-29T07:34:12.284Z | + CARGO_INCREMENTAL=0 |
| 1795 | 2026-07-29T07:34:12.285Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1796 | 2026-07-29T07:34:13.195Z | Compiling proc-macro2 v1.0.106 |
| 1797 | 2026-07-29T07:34:13.196Z | Compiling quote v1.0.45 |
| 1798 | 2026-07-29T07:34:13.196Z | Compiling unicode-ident v1.0.24 |
| 1799 | 2026-07-29T07:34:13.196Z | Compiling libc v0.2.185 |
| 1800 | 2026-07-29T07:34:13.199Z | Compiling serde_core v1.0.228 |
| 1801 | 2026-07-29T07:34:13.200Z | Compiling serde v1.0.228 |
| 1802 | 2026-07-29T07:34:13.372Z | Compiling cfg-if v1.0.4 |
| 1803 | 2026-07-29T07:34:13.433Z | Compiling version_check v0.9.5 |
| 1804 | 2026-07-29T07:34:13.433Z | Compiling find-msvc-tools v0.1.9 |
| 1805 | 2026-07-29T07:34:13.433Z | Compiling shlex v1.3.0 |
| 1806 | 2026-07-29T07:34:13.433Z | Compiling zmij v1.0.21 |
| 1807 | 2026-07-29T07:34:13.433Z | Compiling memchr v2.8.0 |
| 1808 | 2026-07-29T07:34:13.433Z | Compiling autocfg v1.5.0 |
| 1809 | 2026-07-29T07:34:13.433Z | Compiling portable-atomic v1.13.1 |
| 1810 | 2026-07-29T07:34:13.498Z | Compiling zerocopy v0.8.40 |
| 1811 | 2026-07-29T07:34:13.556Z | Compiling getrandom v0.4.1 |
| 1812 | 2026-07-29T07:34:13.656Z | Compiling libm v0.2.16 |
| 1813 | 2026-07-29T07:34:13.746Z | Compiling parking_lot_core v0.9.12 |
| 1814 | 2026-07-29T07:34:13.746Z | Compiling icu_normalizer_data v2.1.1 |
| 1815 | 2026-07-29T07:34:13.786Z | Compiling num-traits v0.2.19 |
| 1816 | 2026-07-29T07:34:13.865Z | Compiling generic-array v0.14.7 |
| 1817 | 2026-07-29T07:34:13.983Z | Compiling icu_properties_data v2.1.2 |
| 1818 | 2026-07-29T07:34:14.001Z | Compiling smallvec v1.15.1 |
| 1819 | 2026-07-29T07:34:14.009Z | Compiling itoa v1.0.17 |
| 1820 | 2026-07-29T07:34:14.009Z | Compiling log v0.4.29 |
| 1821 | 2026-07-29T07:34:14.029Z | Compiling subtle v2.6.1 |
| 1822 | 2026-07-29T07:34:14.035Z | Compiling pkg-config v0.3.32 |
| 1823 | 2026-07-29T07:34:14.091Z | Compiling stable_deref_trait v1.2.1 |
| 1824 | 2026-07-29T07:34:14.160Z | Compiling typenum v1.20.1 |
| 1825 | 2026-07-29T07:34:14.237Z | Compiling jobserver v0.1.34 |
| 1826 | 2026-07-29T07:34:14.252Z | Compiling serde_json v1.0.151 |
| 1827 | 2026-07-29T07:34:14.277Z | Compiling scopeguard v1.2.0 |
| 1828 | 2026-07-29T07:34:14.312Z | Compiling errno v0.3.14 |
| 1829 | 2026-07-29T07:34:14.373Z | Compiling lock_api v0.4.14 |
| 1830 | 2026-07-29T07:34:14.443Z | Compiling rand_core v0.10.0 |
| 1831 | 2026-07-29T07:34:14.461Z | Compiling cc v1.2.56 |
| 1832 | 2026-07-29T07:34:14.533Z | Compiling getrandom v0.2.17 |
| 1833 | 2026-07-29T07:34:14.552Z | Compiling thiserror v2.0.18 |
| 1834 | 2026-07-29T07:34:14.575Z | Compiling getrandom v0.3.4 |
| 1835 | 2026-07-29T07:34:14.589Z | Compiling pin-project-lite v0.2.17 |
| 1836 | 2026-07-29T07:34:14.679Z | Compiling rand_core v0.6.4 |
| 1837 | 2026-07-29T07:34:14.694Z | Compiling equivalent v1.0.2 |
| 1838 | 2026-07-29T07:34:14.712Z | Compiling syn v2.0.117 |
| 1839 | 2026-07-29T07:34:14.720Z | Compiling writeable v0.6.2 |
| 1840 | 2026-07-29T07:34:14.724Z | Compiling litemap v0.8.1 |
| 1841 | 2026-07-29T07:34:14.758Z | Compiling percent-encoding v2.3.2 |
| 1842 | 2026-07-29T07:34:14.799Z | Compiling rustversion v1.0.22 |
| 1843 | 2026-07-29T07:34:14.870Z | Compiling schemars v0.8.22 |
| 1844 | 2026-07-29T07:34:15.000Z | Compiling fs_extra v1.3.0 |
| 1845 | 2026-07-29T07:34:15.032Z | Compiling critical-section v1.2.0 |
| 1846 | 2026-07-29T07:34:15.038Z | Compiling dunce v1.0.5 |
| 1847 | 2026-07-29T07:34:15.038Z | Compiling rustix v1.1.3 |
| 1848 | 2026-07-29T07:34:15.170Z | Compiling hashbrown v0.17.0 |
| 1849 | 2026-07-29T07:34:15.236Z | Compiling cmake v0.1.57 |
| 1850 | 2026-07-29T07:34:15.293Z | Compiling signal-hook-registry v1.4.8 |
| 1851 | 2026-07-29T07:34:15.325Z | Compiling heck v0.5.0 |
| 1852 | 2026-07-29T07:34:15.362Z | Compiling utf8_iter v1.0.4 |
| 1853 | 2026-07-29T07:34:15.402Z | Compiling form_urlencoded v1.2.2 |
| 1854 | 2026-07-29T07:34:15.549Z | Compiling once_cell v1.21.3 |
| 1855 | 2026-07-29T07:34:15.552Z | Compiling parking_lot v0.12.5 |
| 1856 | 2026-07-29T07:34:15.696Z | Compiling semver v1.0.28 |
| 1857 | 2026-07-29T07:34:15.712Z | Compiling indexmap v2.14.0 |
| 1858 | 2026-07-29T07:34:15.767Z | Compiling socket2 v0.6.3 |
| 1859 | 2026-07-29T07:34:15.788Z | Compiling mio v1.2.0 |
| 1860 | 2026-07-29T07:34:15.816Z | Compiling aws-lc-sys v0.40.0 |
| 1861 | 2026-07-29T07:34:15.845Z | Compiling bitflags v2.11.0 |
| 1862 | 2026-07-29T07:34:15.967Z | Compiling aws-lc-rs v1.16.3 |
| 1863 | 2026-07-29T07:34:15.994Z | Compiling futures-core v0.3.32 |
| 1864 | 2026-07-29T07:34:16.043Z | Compiling const-oid v0.9.6 |
| 1865 | 2026-07-29T07:34:16.064Z | Compiling strsim v0.11.1 |
| 1866 | 2026-07-29T07:34:16.178Z | Compiling httparse v1.10.1 |
| 1867 | 2026-07-29T07:34:16.398Z | Compiling ucd-trie v0.1.7 |
| 1868 | 2026-07-29T07:34:16.456Z | Compiling thiserror v1.0.69 |
| 1869 | 2026-07-29T07:34:16.478Z | Compiling byteorder v1.5.0 |
| 1870 | 2026-07-29T07:34:16.566Z | Compiling pest v2.8.6 |
| 1871 | 2026-07-29T07:34:16.583Z | Compiling vcpkg v0.2.15 |
| 1872 | 2026-07-29T07:34:16.586Z | Compiling fnv v1.0.7 |
| 1873 | 2026-07-29T07:34:16.618Z | Compiling iana-time-zone v0.1.65 |
| 1874 | 2026-07-29T07:34:16.681Z | Compiling regex-syntax v0.8.10 |
| 1875 | 2026-07-29T07:34:16.731Z | Compiling syn v1.0.109 |
| 1876 | 2026-07-29T07:34:16.765Z | Compiling ident_case v1.0.1 |
| 1877 | 2026-07-29T07:34:16.883Z | Compiling uuid v1.23.4 |
| 1878 | 2026-07-29T07:34:16.976Z | Compiling rustc_version v0.4.1 |
| 1879 | 2026-07-29T07:34:17.039Z | Compiling futures-sink v0.3.32 |
| 1880 | 2026-07-29T07:34:17.146Z | Compiling rustls v0.23.41 |
| 1881 | 2026-07-29T07:34:17.368Z | Compiling openssl-sys v0.9.115 |
| 1882 | 2026-07-29T07:34:17.368Z | Compiling futures-channel v0.3.32 |
| 1883 | 2026-07-29T07:34:17.381Z | Compiling aho-corasick v1.1.4 |
| 1884 | 2026-07-29T07:34:17.381Z | Compiling futures-task v0.3.32 |
| 1885 | 2026-07-29T07:34:17.381Z | Compiling slab v0.4.12 |
| 1886 | 2026-07-29T07:34:17.381Z | Compiling futures-io v0.3.32 |
| 1887 | 2026-07-29T07:34:17.532Z | Compiling dyn-clone v1.0.20 |
| 1888 | 2026-07-29T07:34:17.560Z | Compiling plain v0.2.3 |
| 1889 | 2026-07-29T07:34:17.584Z | Compiling synstructure v0.13.2 |
| 1890 | 2026-07-29T07:34:17.593Z | Compiling serde_derive_internals v0.29.1 |
| 1891 | 2026-07-29T07:34:17.670Z | Compiling crc32fast v1.5.0 |
| 1892 | 2026-07-29T07:34:17.689Z | Compiling pest_meta v2.8.6 |
| 1893 | 2026-07-29T07:34:17.697Z | Compiling time-core v0.1.8 |
| 1894 | 2026-07-29T07:34:17.733Z | Compiling num-conv v0.2.0 |
| 1895 | 2026-07-29T07:34:17.900Z | Compiling base64 v0.22.1 |
| 1896 | 2026-07-29T07:34:17.908Z | Compiling time-macros v0.2.27 |
| 1897 | 2026-07-29T07:34:17.963Z | Compiling crossbeam-utils v0.8.21 |
| 1898 | 2026-07-29T07:34:18.011Z | Compiling openssl v0.10.79 |
| 1899 | 2026-07-29T07:34:18.109Z | Compiling pretty-hex v0.4.1 |
| 1900 | 2026-07-29T07:34:18.162Z | Compiling darling_core v0.23.0 |
| 1901 | 2026-07-29T07:34:18.270Z | Compiling regex-automata v0.4.14 |
| 1902 | 2026-07-29T07:34:18.287Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1903 | 2026-07-29T07:34:18.335Z | Compiling pest_generator v2.8.6 |
| 1904 | 2026-07-29T07:34:18.372Z | Compiling base64ct v1.8.3 |
| 1905 | 2026-07-29T07:34:18.433Z | Compiling native-tls v0.2.18 |
| 1906 | 2026-07-29T07:34:18.513Z | Compiling anyhow v1.0.102 |
| 1907 | 2026-07-29T07:34:18.666Z | Compiling pem-rfc7468 v0.7.0 |
| 1908 | 2026-07-29T07:34:18.678Z | Compiling rand_core v0.9.5 |
| 1909 | 2026-07-29T07:34:18.848Z | Compiling slog v2.8.2 |
| 1910 | 2026-07-29T07:34:18.864Z | Compiling tracing-core v0.1.36 |
| 1911 | 2026-07-29T07:34:18.885Z | Compiling serde_derive v1.0.228 |
| 1912 | 2026-07-29T07:34:18.903Z | Compiling zeroize_derive v1.5.0 |
| 1913 | 2026-07-29T07:34:18.906Z | Compiling zerofrom-derive v0.1.6 |
| 1914 | 2026-07-29T07:34:18.948Z | Compiling yoke-derive v0.8.1 |
| 1915 | 2026-07-29T07:34:18.981Z | Compiling zerovec-derive v0.11.2 |
| 1916 | 2026-07-29T07:34:18.997Z | Compiling displaydoc v0.2.5 |
| 1917 | 2026-07-29T07:34:19.065Z | Compiling zerocopy-derive v0.8.40 |
| 1918 | 2026-07-29T07:34:19.097Z | Compiling tokio-macros v2.7.0 |
| 1919 | 2026-07-29T07:34:19.290Z | Compiling futures-macro v0.3.32 |
| 1920 | 2026-07-29T07:34:19.410Z | Compiling thiserror-impl v2.0.18 |
| 1921 | 2026-07-29T07:34:19.542Z | Compiling zeroize v1.9.0 |
| 1922 | 2026-07-29T07:34:19.789Z | Compiling schemars_derive v0.8.22 |
| 1923 | 2026-07-29T07:34:19.908Z | Compiling tracing-attributes v0.1.31 |
| 1924 | 2026-07-29T07:34:19.911Z | Compiling der_derive v0.7.3 |
| 1925 | 2026-07-29T07:34:20.029Z | Compiling thiserror-impl v1.0.69 |
| 1926 | 2026-07-29T07:34:20.054Z | Compiling zerofrom v0.1.6 |
| 1927 | 2026-07-29T07:34:20.206Z | Compiling yoke v0.8.1 |
| 1928 | 2026-07-29T07:34:20.351Z | Compiling crypto-common v0.1.7 |
| 1929 | 2026-07-29T07:34:20.392Z | Compiling zerovec v0.11.5 |
| 1930 | 2026-07-29T07:34:20.427Z | Compiling zerotrie v0.2.3 |
| 1931 | 2026-07-29T07:34:20.586Z | Compiling pest_derive v2.8.6 |
| 1932 | 2026-07-29T07:34:20.594Z | Compiling block-buffer v0.10.4 |
| 1933 | 2026-07-29T07:34:20.838Z | Compiling futures-util v0.3.32 |
| 1934 | 2026-07-29T07:34:20.894Z | Compiling digest v0.10.7 |
| 1935 | 2026-07-29T07:34:20.921Z | Compiling tinystr v0.8.2 |
| 1936 | 2026-07-29T07:34:20.999Z | Compiling potential_utf v0.1.4 |
| 1937 | 2026-07-29T07:34:21.124Z | Compiling icu_locale_core v2.1.1 |
| 1938 | 2026-07-29T07:34:21.138Z | Compiling icu_collections v2.1.1 |
| 1939 | 2026-07-29T07:34:21.189Z | Compiling scroll_derive v0.13.1 |
| 1940 | 2026-07-29T07:34:21.193Z | Compiling scroll_derive v0.12.1 |
| 1941 | 2026-07-29T07:34:21.218Z | Compiling openssl-macros v0.1.1 |
| 1942 | 2026-07-29T07:34:21.431Z | Compiling regex v1.12.3 |
| 1943 | 2026-07-29T07:34:21.635Z | Compiling darling_macro v0.23.0 |
| 1944 | 2026-07-29T07:34:21.760Z | Compiling icu_provider v2.1.1 |
| 1945 | 2026-07-29T07:34:21.856Z | Compiling zerocopy-derive v0.7.35 |
| 1946 | 2026-07-29T07:34:21.993Z | Compiling bytes v1.11.1 |
| 1947 | 2026-07-29T07:34:22.121Z | Compiling icu_normalizer v2.1.1 |
| 1948 | 2026-07-29T07:34:22.139Z | Compiling icu_properties v2.1.2 |
| 1949 | 2026-07-29T07:34:22.142Z | Compiling chrono v0.4.45 |
| 1950 | 2026-07-29T07:34:22.259Z | Compiling serde_tokenstream v0.2.3 |
| 1951 | 2026-07-29T07:34:22.568Z | Compiling tokio v1.52.1 |
| 1952 | 2026-07-29T07:34:22.654Z | Compiling http v1.4.2 |
| 1953 | 2026-07-29T07:34:23.280Z | Compiling idna_adapter v1.2.1 |
| 1954 | 2026-07-29T07:34:23.330Z | Compiling ppv-lite86 v0.2.21 |
| 1955 | 2026-07-29T07:34:23.442Z | Compiling idna v1.1.0 |
| 1956 | 2026-07-29T07:34:23.488Z | Compiling cookie v0.18.1 |
| 1957 | 2026-07-29T07:34:23.544Z | Compiling flagset v0.4.7 |
| 1958 | 2026-07-29T07:34:23.560Z | Compiling camino v1.2.2 |
| 1959 | 2026-07-29T07:34:23.711Z | Compiling der v0.7.10 |
| 1960 | 2026-07-29T07:34:23.739Z | Compiling darling v0.23.0 |
| 1961 | 2026-07-29T07:34:23.844Z | Compiling url v2.5.8 |
| 1962 | 2026-07-29T07:34:24.014Z | Compiling tracing v0.1.44 |
| 1963 | 2026-07-29T07:34:24.181Z | Compiling rand_chacha v0.9.0 |
| 1964 | 2026-07-29T07:34:24.542Z | Compiling http-body v1.0.1 |
| 1965 | 2026-07-29T07:34:24.559Z | Compiling spki v0.7.3 |
| 1966 | 2026-07-29T07:34:24.598Z | Compiling rustls-pki-types v1.14.0 |
| 1967 | 2026-07-29T07:34:24.803Z | Compiling usdt-impl v0.5.0 |
| 1968 | 2026-07-29T07:34:24.862Z | Compiling openssl-probe v0.2.1 |
| 1969 | 2026-07-29T07:34:24.917Z | Compiling paste v1.0.15 |
| 1970 | 2026-07-29T07:34:24.993Z | Compiling usdt-impl v0.6.0 |
| 1971 | 2026-07-29T07:34:25.054Z | Compiling either v1.15.0 |
| 1972 | 2026-07-29T07:34:25.068Z | Compiling ref-cast v1.0.25 |
| 1973 | 2026-07-29T07:34:25.191Z | Compiling cmov v0.5.4 |
| 1974 | 2026-07-29T07:34:25.203Z | Compiling fastrand v2.3.0 |
| 1975 | 2026-07-29T07:34:25.229Z | Compiling tinyvec_macros v0.1.1 |
| 1976 | 2026-07-29T07:34:25.314Z | Compiling tinyvec v1.10.0 |
| 1977 | 2026-07-29T07:34:25.425Z | Compiling ctutils v0.4.2 |
| 1978 | 2026-07-29T07:34:25.529Z | Compiling rand v0.9.2 |
| 1979 | 2026-07-29T07:34:25.597Z | Compiling toml_datetime v0.6.11 |
| 1980 | 2026-07-29T07:34:25.628Z | Compiling serde_spanned v0.6.9 |
| 1981 | 2026-07-29T07:34:25.646Z | Compiling scroll v0.13.0 |
| 1982 | 2026-07-29T07:34:25.683Z | Compiling scroll v0.12.0 |
| 1983 | 2026-07-29T07:34:25.705Z | Compiling async-trait v0.1.89 |
| 1984 | 2026-07-29T07:34:25.758Z | Compiling heapless v0.7.17 |
| 1985 | 2026-07-29T07:34:25.828Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1986 | 2026-07-29T07:34:25.859Z | Compiling litrs v1.0.0 |
| 1987 | 2026-07-29T07:34:25.862Z | Compiling untrusted v0.7.1 |
| 1988 | 2026-07-29T07:34:25.890Z | Compiling winnow v0.7.14 |
| 1989 | 2026-07-29T07:34:25.930Z | Compiling rustix v0.38.44 |
| 1990 | 2026-07-29T07:34:25.968Z | Compiling tower-layer v0.3.3 |
| 1991 | 2026-07-29T07:34:26.021Z | Compiling signal-hook v0.3.18 |
| 1992 | 2026-07-29T07:34:26.037Z | Compiling try-lock v0.2.5 |
| 1993 | 2026-07-29T07:34:26.116Z | Compiling atomic-waker v1.1.2 |
| 1994 | 2026-07-29T07:34:26.138Z | Compiling cpufeatures v0.2.17 |
| 1995 | 2026-07-29T07:34:26.155Z | Compiling zstd-safe v7.2.4 |
| 1996 | 2026-07-29T07:34:26.224Z | Compiling winnow v1.0.3 |
| 1997 | 2026-07-29T07:34:26.241Z | Compiling tower-service v0.3.3 |
| 1998 | 2026-07-29T07:34:26.264Z | Compiling want v0.3.1 |
| 1999 | 2026-07-29T07:34:26.281Z | Compiling goblin v0.8.2 |
| 2000 | 2026-07-29T07:34:26.313Z | Compiling goblin v0.10.5 |
| 2001 | 2026-07-29T07:34:26.330Z | Compiling document-features v0.2.12 |
| 2002 | 2026-07-29T07:34:26.444Z | Compiling hybrid-array v0.4.13 |
| 2003 | 2026-07-29T07:34:26.599Z | Compiling tokio-util v0.7.18 |
| 2004 | 2026-07-29T07:34:26.615Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2005 | 2026-07-29T07:34:27.182Z | Compiling pkcs8 v0.10.2 |
| 2006 | 2026-07-29T07:34:27.323Z | Compiling h2 v0.4.15 |
| 2007 | 2026-07-29T07:34:27.379Z | Compiling zerocopy v0.7.35 |
| 2008 | 2026-07-29T07:34:27.448Z | Compiling ipnet v2.11.0 |
| 2009 | 2026-07-29T07:34:27.455Z | Compiling hmac v0.12.1 |
| 2010 | 2026-07-29T07:34:27.513Z | Compiling ref-cast-impl v1.0.25 |
| 2011 | 2026-07-29T07:34:27.569Z | Compiling darling_core v0.20.11 |
| 2012 | 2026-07-29T07:34:27.615Z | Compiling curve25519-dalek v4.1.3 |
| 2013 | 2026-07-29T07:34:27.831Z | Compiling memoffset v0.9.1 |
| 2014 | 2026-07-29T07:34:28.070Z | Compiling winnow v0.5.40 |
| 2015 | 2026-07-29T07:34:28.088Z | Compiling powerfmt v0.2.0 |
| 2016 | 2026-07-29T07:34:28.106Z | Compiling foreign-types-shared v0.1.1 |
| 2017 | 2026-07-29T07:34:28.137Z | Compiling utf8parse v0.2.2 |
| 2018 | 2026-07-29T07:34:28.320Z | Compiling untrusted v0.9.0 |
| 2019 | 2026-07-29T07:34:28.407Z | Compiling httpdate v1.0.3 |
| 2020 | 2026-07-29T07:34:28.439Z | Compiling deranged v0.5.8 |
| 2021 | 2026-07-29T07:34:28.474Z | Compiling tempfile v3.25.0 |
| 2022 | 2026-07-29T07:34:28.616Z | Compiling dof v0.3.0 |
| 2023 | 2026-07-29T07:34:28.644Z | Compiling foreign-types v0.3.2 |
| 2024 | 2026-07-29T07:34:28.897Z | Compiling unicode-normalization v0.1.25 |
| 2025 | 2026-07-29T07:34:29.004Z | Compiling dtrace-parser v0.2.0 |
| 2026 | 2026-07-29T07:34:29.252Z | Compiling dof v0.4.0 |
| 2027 | 2026-07-29T07:34:29.392Z | Compiling toml_edit v0.19.15 |
| 2028 | 2026-07-29T07:34:29.633Z | Compiling dtrace-parser v0.3.0 |
| 2029 | 2026-07-29T07:34:29.638Z | Compiling darling_macro v0.20.11 |
| 2030 | 2026-07-29T07:34:29.649Z | Compiling daft-derive v0.1.7 |
| 2031 | 2026-07-29T07:34:29.968Z | Compiling pin-project-internal v1.1.11 |
| 2032 | 2026-07-29T07:34:30.170Z | Compiling spin v0.9.8 |
| 2033 | 2026-07-29T07:34:30.207Z | Compiling thread-id v5.1.0 |
| 2034 | 2026-07-29T07:34:30.223Z | Compiling thread-id v4.2.2 |
| 2035 | 2026-07-29T07:34:30.293Z | Compiling smoltcp v0.9.1 |
| 2036 | 2026-07-29T07:34:30.335Z | Compiling num-bigint-dig v0.8.6 |
| 2037 | 2026-07-29T07:34:30.415Z | Compiling cfg_aliases v0.2.1 |
| 2038 | 2026-07-29T07:34:30.503Z | Compiling num_threads v0.1.7 |
| 2039 | 2026-07-29T07:34:30.535Z | Compiling hyper v1.10.1 |
| 2040 | 2026-07-29T07:34:30.535Z | Compiling anstyle v1.0.14 |
| 2041 | 2026-07-29T07:34:30.566Z | Compiling nix v0.31.2 |
| 2042 | 2026-07-29T07:34:30.622Z | Compiling time v0.3.47 |
| 2043 | 2026-07-29T07:34:30.889Z | Compiling darling v0.20.11 |
| 2044 | 2026-07-29T07:34:31.163Z | Compiling sha2 v0.10.9 |
| 2045 | 2026-07-29T07:34:31.240Z | Compiling ipnetwork v0.21.1 |
| 2046 | 2026-07-29T07:34:31.297Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2047 | 2026-07-29T07:34:31.330Z | Compiling strum_macros v0.26.4 |
| 2048 | 2026-07-29T07:34:31.552Z | Compiling sync_wrapper v1.0.2 |
| 2049 | 2026-07-29T07:34:31.591Z | Compiling wait-timeout v0.2.1 |
| 2050 | 2026-07-29T07:34:31.682Z | Compiling hyper-util v0.1.20 |
| 2051 | 2026-07-29T07:34:31.723Z | Compiling colorchoice v1.0.4 |
| 2052 | 2026-07-29T07:34:31.745Z | Compiling anstyle-query v1.1.5 |
| 2053 | 2026-07-29T07:34:31.843Z | Compiling quick-error v1.2.3 |
| 2054 | 2026-07-29T07:34:31.865Z | Compiling is_terminal_polyfill v1.70.2 |
| 2055 | 2026-07-29T07:34:31.879Z | Compiling bit-vec v0.8.0 |
| 2056 | 2026-07-29T07:34:31.969Z | Compiling siphasher v1.0.2 |
| 2057 | 2026-07-29T07:34:31.986Z | Compiling simd-adler32 v0.3.8 |
| 2058 | 2026-07-29T07:34:32.118Z | Compiling bit-set v0.8.0 |
| 2059 | 2026-07-29T07:34:32.175Z | Compiling rusty-fork v0.3.1 |
| 2060 | 2026-07-29T07:34:32.297Z | Compiling tower v0.5.3 |
| 2061 | 2026-07-29T07:34:32.730Z | Compiling derive_builder_core v0.20.2 |
| 2062 | 2026-07-29T07:34:32.803Z | Compiling http-body-util v0.1.3 |
| 2063 | 2026-07-29T07:34:32.852Z | Compiling signature v2.2.0 |
| 2064 | 2026-07-29T07:34:32.941Z | Compiling hubpack_derive v0.1.1 |
| 2065 | 2026-07-29T07:34:33.030Z | Compiling strum_macros v0.27.2 |
| 2066 | 2026-07-29T07:34:33.115Z | Compiling snafu-derive v0.8.9 |
| 2067 | 2026-07-29T07:34:33.400Z | Compiling rand_xorshift v0.4.0 |
| 2068 | 2026-07-29T07:34:33.522Z | Compiling ahash v0.8.12 |
| 2069 | 2026-07-29T07:34:33.543Z | Compiling fs-err v3.3.0 |
| 2070 | 2026-07-29T07:34:33.591Z | Compiling object v0.37.3 |
| 2071 | 2026-07-29T07:34:33.720Z | Compiling iri-string v0.7.10 |
| 2072 | 2026-07-29T07:34:33.755Z | Compiling ryu v1.0.23 |
| 2073 | 2026-07-29T07:34:33.773Z | Compiling unicode-segmentation v1.12.0 |
| 2074 | 2026-07-29T07:34:33.773Z | Compiling allocator-api2 v0.2.21 |
| 2075 | 2026-07-29T07:34:33.879Z | Compiling unicode-bidi v0.3.18 |
| 2076 | 2026-07-29T07:34:33.971Z | Compiling unicode-properties v0.1.4 |
| 2077 | 2026-07-29T07:34:34.121Z | Compiling unarray v0.1.4 |
| 2078 | 2026-07-29T07:34:34.145Z | Compiling adler2 v2.0.1 |
| 2079 | 2026-07-29T07:34:34.181Z | Compiling serde_urlencoded v0.7.1 |
| 2080 | 2026-07-29T07:34:34.251Z | Compiling miniz_oxide v0.8.9 |
| 2081 | 2026-07-29T07:34:34.291Z | Compiling proptest v1.10.0 |
| 2082 | 2026-07-29T07:34:34.307Z | Compiling stringprep v0.1.5 |
| 2083 | 2026-07-29T07:34:34.663Z | Compiling derive_builder_macro v0.20.2 |
| 2084 | 2026-07-29T07:34:34.791Z | Compiling tokio-native-tls v0.3.1 |
| 2085 | 2026-07-29T07:34:34.808Z | Compiling usdt-macro v0.6.0 |
| 2086 | 2026-07-29T07:34:34.848Z | Compiling usdt-attr-macro v0.6.0 |
| 2087 | 2026-07-29T07:34:34.958Z | Compiling tower-http v0.6.8 |
| 2088 | 2026-07-29T07:34:35.133Z | Compiling anstyle-parse v1.0.0 |
| 2089 | 2026-07-29T07:34:35.183Z | Compiling block-buffer v0.12.1 |
| 2090 | 2026-07-29T07:34:35.262Z | Compiling crypto-common v0.2.2 |
| 2091 | 2026-07-29T07:34:35.330Z | Compiling block-padding v0.4.2 |
| 2092 | 2026-07-29T07:34:35.615Z | Compiling rustls-native-certs v0.8.3 |
| 2093 | 2026-07-29T07:34:35.739Z | Compiling rand_chacha v0.3.1 |
| 2094 | 2026-07-29T07:34:35.758Z | Compiling hex v0.4.3 |
| 2095 | 2026-07-29T07:34:35.784Z | Compiling erased-serde v0.3.31 |
| 2096 | 2026-07-29T07:34:35.893Z | Compiling md-5 v0.10.6 |
| 2097 | 2026-07-29T07:34:35.909Z | Compiling bstr v1.12.1 |
| 2098 | 2026-07-29T07:34:36.076Z | Compiling num-integer v0.1.46 |
| 2099 | 2026-07-29T07:34:36.097Z | Compiling hash32 v0.2.1 |
| 2100 | 2026-07-29T07:34:36.170Z | Compiling ff v0.13.1 |
| 2101 | 2026-07-29T07:34:36.247Z | Compiling vergen-lib v9.1.0 |
| 2102 | 2026-07-29T07:34:36.309Z | Compiling encoding_rs v0.8.35 |
| 2103 | 2026-07-29T07:34:36.406Z | Compiling mime v0.3.17 |
| 2104 | 2026-07-29T07:34:36.454Z | Compiling zlib-rs v0.6.2 |
| 2105 | 2026-07-29T07:34:36.514Z | Compiling base16ct v0.2.0 |
| 2106 | 2026-07-29T07:34:36.529Z | Compiling psl-types v2.0.11 |
| 2107 | 2026-07-29T07:34:36.574Z | Compiling cpufeatures v0.3.0 |
| 2108 | 2026-07-29T07:34:36.676Z | Compiling fallible-iterator v0.2.0 |
| 2109 | 2026-07-29T07:34:36.679Z | Compiling sec1 v0.7.3 |
| 2110 | 2026-07-29T07:34:36.710Z | Compiling publicsuffix v2.3.0 |
| 2111 | 2026-07-29T07:34:36.913Z | Compiling num-iter v0.1.45 |
| 2112 | 2026-07-29T07:34:36.946Z | Compiling newtype-uuid v1.3.2 |
| 2113 | 2026-07-29T07:34:36.963Z | Compiling postgres-protocol v0.6.10 |
| 2114 | 2026-07-29T07:34:37.002Z | Compiling group v0.13.0 |
| 2115 | 2026-07-29T07:34:37.193Z | Compiling rand v0.8.6 |
| 2116 | 2026-07-29T07:34:37.470Z | Compiling oxnet v0.1.6 |
| 2117 | 2026-07-29T07:34:37.639Z | Compiling inout v0.2.2 |
| 2118 | 2026-07-29T07:34:37.673Z | Compiling anstream v1.0.0 |
| 2119 | 2026-07-29T07:34:37.676Z | Compiling derive_builder v0.20.2 |
| 2120 | 2026-07-29T07:34:37.763Z | Compiling hyper-tls v0.6.0 |
| 2121 | 2026-07-29T07:34:37.826Z | Compiling heck v0.4.1 |
| 2122 | 2026-07-29T07:34:37.867Z | Compiling phf_shared v0.13.1 |
| 2123 | 2026-07-29T07:34:37.867Z | Compiling pin-project v1.1.11 |
| 2124 | 2026-07-29T07:34:37.940Z | Compiling lazy_static v1.5.0 |
| 2125 | 2026-07-29T07:34:37.956Z | Compiling anstyle-parse v0.2.7 |
| 2126 | 2026-07-29T07:34:38.041Z | Compiling hkdf v0.12.4 |
| 2127 | 2026-07-29T07:34:38.101Z | Compiling terminal_size v0.4.3 |
| 2128 | 2026-07-29T07:34:38.117Z | Compiling serde_with_macros v3.21.0 |
| 2129 | 2026-07-29T07:34:38.134Z | Compiling futures-executor v0.3.32 |
| 2130 | 2026-07-29T07:34:38.164Z | Compiling crypto-bigint v0.5.5 |
| 2131 | 2026-07-29T07:34:38.167Z | Compiling async-recursion v1.1.1 |
| 2132 | 2026-07-29T07:34:38.167Z | Compiling clap_derive v4.6.1 |
| 2133 | 2026-07-29T07:34:38.210Z | Compiling enum-as-inner v0.6.1 |
| 2134 | 2026-07-29T07:34:38.258Z | Compiling serde_repr v0.1.20 |
| 2135 | 2026-07-29T07:34:38.476Z | Compiling flate2 v1.1.9 |
| 2136 | 2026-07-29T07:34:38.667Z | Compiling vergen v9.1.0 |
| 2137 | 2026-07-29T07:34:38.731Z | Compiling cargo-platform v0.3.2 |
| 2138 | 2026-07-29T07:34:38.806Z | Compiling bitflags v1.3.2 |
| 2139 | 2026-07-29T07:34:38.825Z | Compiling same-file v1.0.6 |
| 2140 | 2026-07-29T07:34:38.880Z | Compiling bumpalo v3.20.2 |
| 2141 | 2026-07-29T07:34:38.994Z | Compiling libbz2-rs-sys v0.2.2 |
| 2142 | 2026-07-29T07:34:39.010Z | Compiling managed v0.8.0 |
| 2143 | 2026-07-29T07:34:39.188Z | Compiling clap_lex v1.0.0 |
| 2144 | 2026-07-29T07:34:39.291Z | Compiling foldhash v0.1.5 |
| 2145 | 2026-07-29T07:34:39.306Z | Compiling foldhash v0.2.0 |
| 2146 | 2026-07-29T07:34:39.420Z | Compiling hashbrown v0.15.5 |
| 2147 | 2026-07-29T07:34:39.471Z | Compiling hashbrown v0.16.1 |
| 2148 | 2026-07-29T07:34:39.573Z | Compiling bzip2 v0.6.1 |
| 2149 | 2026-07-29T07:34:39.591Z | Compiling clap_builder v4.6.0 |
| 2150 | 2026-07-29T07:34:39.795Z | Compiling elliptic-curve v0.13.8 |
| 2151 | 2026-07-29T07:34:39.833Z | Compiling zopfli v0.8.3 |
| 2152 | 2026-07-29T07:34:39.849Z | Compiling walkdir v2.5.0 |
| 2153 | 2026-07-29T07:34:39.982Z | Compiling cargo_metadata v0.23.1 |
| 2154 | 2026-07-29T07:34:40.089Z | Compiling zstd v0.13.3 |
| 2155 | 2026-07-29T07:34:40.163Z | Compiling futures v0.3.32 |
| 2156 | 2026-07-29T07:34:40.509Z | Compiling anstream v0.6.21 |
| 2157 | 2026-07-29T07:34:40.576Z | Compiling phf v0.13.1 |
| 2158 | 2026-07-29T07:34:40.757Z | Compiling reqwest v0.12.28 |
| 2159 | 2026-07-29T07:34:40.795Z | Compiling snafu v0.8.9 |
| 2160 | 2026-07-29T07:34:41.149Z | Compiling cipher v0.5.2 |
| 2161 | 2026-07-29T07:34:41.211Z | Compiling signal-hook-mio v0.2.5 |
| 2162 | 2026-07-29T07:34:41.255Z | Compiling daft v0.1.7 |
| 2163 | 2026-07-29T07:34:41.341Z | Compiling cookie_store v0.22.1 |
| 2164 | 2026-07-29T07:34:41.356Z | Compiling postgres-types v0.2.12 |
| 2165 | 2026-07-29T07:34:41.395Z | Compiling bzip2 v0.4.4 |
| 2166 | 2026-07-29T07:34:41.429Z | Compiling globset v0.4.18 |
| 2167 | 2026-07-29T07:34:41.445Z | Compiling strum v0.27.2 |
| 2168 | 2026-07-29T07:34:41.697Z | Compiling hubpack v0.1.2 |
| 2169 | 2026-07-29T07:34:41.717Z | Compiling ed25519 v2.2.3 |
| 2170 | 2026-07-29T07:34:41.733Z | Compiling phf_shared v0.11.3 |
| 2171 | 2026-07-29T07:34:41.881Z | Compiling crossbeam-epoch v0.9.18 |
| 2172 | 2026-07-29T07:34:41.930Z | Compiling olpc-cjson v0.1.4 |
| 2173 | 2026-07-29T07:34:41.934Z | Compiling rfc6979 v0.4.0 |
| 2174 | 2026-07-29T07:34:41.995Z | Compiling pkcs1 v0.7.5 |
| 2175 | 2026-07-29T07:34:42.115Z | Compiling pem v3.0.6 |
| 2176 | 2026-07-29T07:34:42.175Z | Compiling serde_plain v1.0.2 |
| 2177 | 2026-07-29T07:34:42.218Z | Compiling serde-big-array v0.5.1 |
| 2178 | 2026-07-29T07:34:42.374Z | Compiling float-cmp v0.10.0 |
| 2179 | 2026-07-29T07:34:42.390Z | Compiling jiff v0.2.21 |
| 2180 | 2026-07-29T07:34:42.393Z | Compiling memmap2 v0.9.10 |
| 2181 | 2026-07-29T07:34:42.393Z | Compiling env_filter v1.0.0 |
| 2182 | 2026-07-29T07:34:42.536Z | Compiling predicates-core v1.0.10 |
| 2183 | 2026-07-29T07:34:42.584Z | Compiling fixedbitset v0.5.7 |
| 2184 | 2026-07-29T07:34:42.606Z | Compiling toml_write v0.1.2 |
| 2185 | 2026-07-29T07:34:42.634Z | Compiling new_debug_unreachable v1.0.6 |
| 2186 | 2026-07-29T07:34:42.707Z | Compiling data-encoding v2.10.0 |
| 2187 | 2026-07-29T07:34:42.710Z | Compiling static_assertions v1.1.0 |
| 2188 | 2026-07-29T07:34:42.741Z | Compiling difflib v0.4.0 |
| 2189 | 2026-07-29T07:34:42.745Z | Compiling precomputed-hash v0.1.1 |
| 2190 | 2026-07-29T07:34:42.814Z | Compiling keccak v0.1.6 |
| 2191 | 2026-07-29T07:34:42.831Z | Compiling typed-path v0.9.3 |
| 2192 | 2026-07-29T07:34:42.881Z | Compiling whoami v2.1.0 |
| 2193 | 2026-07-29T07:34:42.959Z | Compiling const-oid v0.10.2 |
| 2194 | 2026-07-29T07:34:43.049Z | Compiling fixedbitset v0.4.2 |
| 2195 | 2026-07-29T07:34:43.174Z | Compiling normalize-line-endings v0.3.0 |
| 2196 | 2026-07-29T07:34:43.191Z | Compiling digest v0.11.3 |
| 2197 | 2026-07-29T07:34:43.232Z | Compiling petgraph v0.6.5 |
| 2198 | 2026-07-29T07:34:43.250Z | Compiling tokio-postgres v0.7.16 |
| 2199 | 2026-07-29T07:34:43.275Z | Compiling predicates v3.1.4 |
| 2200 | 2026-07-29T07:34:43.290Z | Compiling hickory-proto v0.25.2 |
| 2201 | 2026-07-29T07:34:43.309Z | Compiling chacha20 v0.10.0 |
| 2202 | 2026-07-29T07:34:43.340Z | Compiling sha3 v0.10.8 |
| 2203 | 2026-07-29T07:34:43.386Z | Compiling string_cache v0.8.9 |
| 2204 | 2026-07-29T07:34:43.424Z | Compiling petgraph v0.8.3 |
| 2205 | 2026-07-29T07:34:43.440Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2206 | 2026-07-29T07:34:43.623Z | Compiling toml_edit v0.22.27 |
| 2207 | 2026-07-29T07:34:43.641Z | Compiling env_logger v0.11.9 |
| 2208 | 2026-07-29T07:34:43.856Z | Compiling usdt v0.6.0 |
| 2209 | 2026-07-29T07:34:44.049Z | Compiling rsa v0.9.10 |
| 2210 | 2026-07-29T07:34:44.702Z | Compiling ecdsa v0.16.9 |
| 2211 | 2026-07-29T07:34:45.111Z | Compiling zip v4.6.1 |
| 2212 | 2026-07-29T07:34:45.358Z | Compiling ed25519-dalek v2.2.0 |
| 2213 | 2026-07-29T07:34:45.699Z | Compiling zip v0.6.6 |
| 2214 | 2026-07-29T07:34:45.805Z | Compiling iddqd v0.4.2 |
| 2215 | 2026-07-29T07:34:45.967Z | Compiling crossterm v0.28.1 |
| 2216 | 2026-07-29T07:34:46.009Z | Compiling clap v4.6.1 |
| 2217 | 2026-07-29T07:34:46.212Z | Compiling serde_with v3.21.0 |
| 2218 | 2026-07-29T07:34:46.228Z | Compiling similar v2.7.0 |
| 2219 | 2026-07-29T07:34:46.469Z | Compiling byte-wrapper v0.1.0 |
| 2220 | 2026-07-29T07:34:46.524Z | Compiling strum v0.26.3 |
| 2221 | 2026-07-29T07:34:46.546Z | Compiling toml v0.7.8 |
| 2222 | 2026-07-29T07:34:46.676Z | Compiling tokio-stream v0.1.18 |
| 2223 | 2026-07-29T07:34:46.790Z | Compiling buf-list v1.1.2 |
| 2224 | 2026-07-29T07:34:47.016Z | Compiling itertools v0.13.0 |
| 2225 | 2026-07-29T07:34:47.051Z | Compiling x509-cert v0.2.5 |
| 2226 | 2026-07-29T07:34:47.093Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2227 | 2026-07-29T07:34:47.149Z | Compiling openapiv3 v2.2.0 |
| 2228 | 2026-07-29T07:34:48.108Z | Compiling lalrpop-util v0.19.12 |
| 2229 | 2026-07-29T07:34:48.172Z | Compiling peg-runtime v0.8.5 |
| 2230 | 2026-07-29T07:35:03.760Z | Compiling rustls-webpki v0.103.13 |
| 2231 | 2026-07-29T07:35:05.756Z | Compiling macaddr v1.0.1 |
| 2232 | 2026-07-29T07:35:05.796Z | Compiling structmeta-derive v0.3.0 |
| 2233 | 2026-07-29T07:35:05.814Z | Compiling rayon-core v1.13.0 |
| 2234 | 2026-07-29T07:35:05.987Z | Compiling crucible-workspace-hack v0.1.0 |
| 2235 | 2026-07-29T07:35:06.049Z | Compiling itertools v0.15.0 |
| 2236 | 2026-07-29T07:35:06.065Z | Compiling secrecy v0.10.3 |
| 2237 | 2026-07-29T07:35:06.099Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2238 | 2026-07-29T07:35:06.212Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2239 | 2026-07-29T07:35:06.238Z | Compiling heapless v0.8.0 |
| 2240 | 2026-07-29T07:35:06.339Z | Compiling crossbeam-deque v0.8.6 |
| 2241 | 2026-07-29T07:35:06.354Z | Compiling inout v0.1.4 |
| 2242 | 2026-07-29T07:35:06.408Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2243 | 2026-07-29T07:35:06.476Z | Compiling hash32 v0.3.1 |
| 2244 | 2026-07-29T07:35:06.547Z | Compiling multer v3.1.0 |
| 2245 | 2026-07-29T07:35:06.563Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2246 | 2026-07-29T07:35:06.581Z | Compiling thread_local v1.1.9 |
| 2247 | 2026-07-29T07:35:06.594Z | Compiling unicode-width v0.2.0 |
| 2248 | 2026-07-29T07:35:06.659Z | Compiling match_cfg v0.1.0 |
| 2249 | 2026-07-29T07:35:06.725Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2250 | 2026-07-29T07:35:06.743Z | Compiling slog-async v2.8.0 |
| 2251 | 2026-07-29T07:35:06.760Z | Compiling compression-core v0.4.31 |
| 2252 | 2026-07-29T07:35:06.776Z | Compiling smoltcp v0.11.0 |
| 2253 | 2026-07-29T07:35:06.795Z | Compiling structmeta v0.3.0 |
| 2254 | 2026-07-29T07:35:06.922Z | Compiling compression-codecs v0.4.37 |
| 2255 | 2026-07-29T07:35:06.956Z | Compiling proc-macro-crate v3.4.0 |
| 2256 | 2026-07-29T07:35:07.009Z | Compiling hostname v0.3.1 |
| 2257 | 2026-07-29T07:35:07.027Z | Compiling derive-ex v0.1.8 |
| 2258 | 2026-07-29T07:35:07.130Z | Compiling cipher v0.4.4 |
| 2259 | 2026-07-29T07:35:07.197Z | Compiling atomicwrites v0.4.4 |
| 2260 | 2026-07-29T07:35:07.306Z | Compiling slog-json v2.6.1 |
| 2261 | 2026-07-29T07:35:07.323Z | Compiling crossbeam-channel v0.5.15 |
| 2262 | 2026-07-29T07:35:07.396Z | Compiling half v2.7.1 |
| 2263 | 2026-07-29T07:35:07.411Z | Compiling newtype-uuid-macros v0.1.0 |
| 2264 | 2026-07-29T07:35:07.442Z | Compiling tokio-rustls v0.26.4 |
| 2265 | 2026-07-29T07:35:07.496Z | Compiling rustls-platform-verifier v0.6.2 |
| 2266 | 2026-07-29T07:35:07.533Z | Compiling tough v0.22.0 |
| 2267 | 2026-07-29T07:35:07.572Z | Compiling ingot-macros v0.2.0 |
| 2268 | 2026-07-29T07:35:07.719Z | Compiling hyper-rustls v0.27.7 |
| 2269 | 2026-07-29T07:35:07.735Z | Compiling cobs v0.3.0 |
| 2270 | 2026-07-29T07:35:07.766Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2271 | 2026-07-29T07:35:08.022Z | Compiling reqwest v0.13.2 |
| 2272 | 2026-07-29T07:35:08.062Z | Compiling universal-hash v0.5.1 |
| 2273 | 2026-07-29T07:35:08.065Z | Compiling async-stream-impl v0.3.6 |
| 2274 | 2026-07-29T07:35:08.166Z | Compiling serde_spanned v1.1.1 |
| 2275 | 2026-07-29T07:35:08.232Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2276 | 2026-07-29T07:35:08.340Z | Compiling is-terminal v0.4.17 |
| 2277 | 2026-07-29T07:35:08.465Z | Compiling proc-macro-error-attr v1.0.4 |
| 2278 | 2026-07-29T07:35:08.590Z | Compiling dropshot v0.17.1 |
| 2279 | 2026-07-29T07:35:08.628Z | Compiling convert_case v0.4.0 |
| 2280 | 2026-07-29T07:35:08.674Z | Compiling opaque-debug v0.3.1 |
| 2281 | 2026-07-29T07:35:08.690Z | Compiling take_mut v0.2.2 |
| 2282 | 2026-07-29T07:35:08.707Z | Compiling ciborium-io v0.2.2 |
| 2283 | 2026-07-29T07:35:08.766Z | Compiling term v1.2.1 |
| 2284 | 2026-07-29T07:35:08.810Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2285 | 2026-07-29T07:35:08.828Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2286 | 2026-07-29T07:35:08.831Z | Compiling thiserror-no-std v2.0.2 |
| 2287 | 2026-07-29T07:35:08.890Z | Compiling ciborium-ll v0.2.2 |
| 2288 | 2026-07-29T07:35:08.955Z | Compiling derive_more v0.99.20 |
| 2289 | 2026-07-29T07:35:09.080Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2290 | 2026-07-29T07:35:09.101Z | Compiling slog-term v2.9.2 |
| 2291 | 2026-07-29T07:35:09.116Z | Compiling poly1305 v0.8.0 |
| 2292 | 2026-07-29T07:35:09.235Z | Compiling async-stream v0.3.6 |
| 2293 | 2026-07-29T07:35:09.364Z | Compiling test-strategy v0.4.5 |
| 2294 | 2026-07-29T07:35:09.451Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2295 | 2026-07-29T07:35:09.726Z | Compiling postcard v1.1.3 |
| 2296 | 2026-07-29T07:35:09.764Z | Compiling slog-bunyan v2.5.0 |
| 2297 | 2026-07-29T07:35:10.135Z | Compiling num_enum_derive v0.7.6 |
| 2298 | 2026-07-29T07:35:10.174Z | Compiling chacha20 v0.9.1 |
| 2299 | 2026-07-29T07:35:10.253Z | Compiling ingot-types v0.2.0 |
| 2300 | 2026-07-29T07:35:10.372Z | Compiling async-compression v0.4.41 |
| 2301 | 2026-07-29T07:35:10.444Z | Compiling parse-display-derive v0.10.0 |
| 2302 | 2026-07-29T07:35:10.675Z | Compiling ingot v0.2.1 |
| 2303 | 2026-07-29T07:35:10.736Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2304 | 2026-07-29T07:35:10.951Z | Compiling sha1 v0.11.0 |
| 2305 | 2026-07-29T07:35:11.087Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2306 | 2026-07-29T07:35:11.193Z | Compiling proc-macro-crate v1.3.1 |
| 2307 | 2026-07-29T07:35:11.279Z | Compiling waitgroup v0.1.2 |
| 2308 | 2026-07-29T07:35:11.304Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2309 | 2026-07-29T07:35:11.337Z | Compiling backon v1.6.0 |
| 2310 | 2026-07-29T07:35:11.356Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2311 | 2026-07-29T07:35:11.430Z | Compiling rustls-pemfile v2.2.0 |
| 2312 | 2026-07-29T07:35:11.455Z | Compiling password-hash v0.5.0 |
| 2313 | 2026-07-29T07:35:11.519Z | Compiling dropshot_endpoint v0.17.1 |
| 2314 | 2026-07-29T07:35:11.549Z | Compiling blake2 v0.10.6 |
| 2315 | 2026-07-29T07:35:11.626Z | Compiling aead v0.5.2 |
| 2316 | 2026-07-29T07:35:11.705Z | Compiling foreign-types-macros v0.2.3 |
| 2317 | 2026-07-29T07:35:11.746Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2318 | 2026-07-29T07:35:11.761Z | Compiling serde_path_to_error v0.1.20 |
| 2319 | 2026-07-29T07:35:11.849Z | Compiling hostname v0.4.2 |
| 2320 | 2026-07-29T07:35:11.936Z | Compiling proc-macro-error v1.0.4 |
| 2321 | 2026-07-29T07:35:12.053Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2322 | 2026-07-29T07:35:12.074Z | Compiling instant v0.1.13 |
| 2323 | 2026-07-29T07:35:12.164Z | Compiling foreign-types-shared v0.3.1 |
| 2324 | 2026-07-29T07:35:12.189Z | Compiling debug-ignore v1.0.5 |
| 2325 | 2026-07-29T07:35:12.223Z | Compiling backoff v0.4.0 |
| 2326 | 2026-07-29T07:35:12.244Z | Compiling parse-display v0.10.0 |
| 2327 | 2026-07-29T07:35:12.286Z | Compiling argon2 v0.5.3 |
| 2328 | 2026-07-29T07:35:12.318Z | Compiling foreign-types v0.5.0 |
| 2329 | 2026-07-29T07:35:12.318Z | Compiling chacha20poly1305 v0.10.1 |
| 2330 | 2026-07-29T07:35:12.348Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2331 | 2026-07-29T07:35:12.362Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2332 | 2026-07-29T07:35:12.365Z | Compiling num_enum_derive v0.5.11 |
| 2333 | 2026-07-29T07:35:12.432Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2334 | 2026-07-29T07:35:12.448Z | Compiling num_enum v0.7.6 |
| 2335 | 2026-07-29T07:35:12.598Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2336 | 2026-07-29T07:35:12.619Z | Compiling ciborium v0.2.2 |
| 2337 | 2026-07-29T07:35:12.772Z | Compiling vsss-rs v3.3.4 |
| 2338 | 2026-07-29T07:35:12.906Z | Compiling tabwriter v1.4.1 |
| 2339 | 2026-07-29T07:35:12.956Z | Compiling regress v0.10.5 |
| 2340 | 2026-07-29T07:35:12.971Z | Compiling itertools v0.14.0 |
| 2341 | 2026-07-29T07:35:13.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2342 | 2026-07-29T07:35:13.127Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2343 | 2026-07-29T07:35:13.157Z | Compiling cstr-argument v0.1.2 |
| 2344 | 2026-07-29T07:35:13.191Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2345 | 2026-07-29T07:35:13.247Z | Compiling humantime v2.3.0 |
| 2346 | 2026-07-29T07:35:13.313Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-07-29T07:35:13.364Z | Compiling num_enum v0.5.11 |
| 2348 | 2026-07-29T07:35:13.381Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2349 | 2026-07-29T07:35:13.425Z | Compiling rayon v1.11.0 |
| 2350 | 2026-07-29T07:35:13.515Z | Compiling rand v0.10.1 |
| 2351 | 2026-07-29T07:35:13.538Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2352 | 2026-07-29T07:35:13.554Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2353 | 2026-07-29T07:35:13.597Z | Compiling colored v3.1.1 |
| 2354 | 2026-07-29T07:35:13.658Z | Compiling indent_write v2.2.0 |
| 2355 | 2026-07-29T07:35:13.705Z | Compiling libefi-sys v0.1.0 |
| 2356 | 2026-07-29T07:35:13.708Z | Compiling zone_cfg_derive v0.3.1 |
| 2357 | 2026-07-29T07:35:13.736Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2358 | 2026-07-29T07:35:13.838Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2359 | 2026-07-29T07:35:13.910Z | Compiling camino-tempfile v1.4.1 |
| 2360 | 2026-07-29T07:35:13.927Z | Compiling itertools v0.12.1 |
| 2361 | 2026-07-29T07:35:13.968Z | Compiling usdt-attr-macro v0.5.0 |
| 2362 | 2026-07-29T07:35:14.077Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2363 | 2026-07-29T07:35:14.300Z | Compiling usdt-macro v0.5.0 |
| 2364 | 2026-07-29T07:35:14.320Z | Compiling bitfield-struct v0.6.2 |
| 2365 | 2026-07-29T07:35:14.338Z | Compiling num-derive v0.4.2 |
| 2366 | 2026-07-29T07:35:14.352Z | Compiling blake3 v1.8.5 |
| 2367 | 2026-07-29T07:35:14.367Z | Compiling sigpipe v0.1.3 |
| 2368 | 2026-07-29T07:35:14.385Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2369 | 2026-07-29T07:35:14.482Z | Compiling memmap v0.7.0 |
| 2370 | 2026-07-29T07:35:14.510Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2371 | 2026-07-29T07:35:14.530Z | Compiling glob v0.3.3 |
| 2372 | 2026-07-29T07:35:14.544Z | Compiling swrite v0.1.0 |
| 2373 | 2026-07-29T07:35:14.676Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2374 | 2026-07-29T07:35:14.786Z | Compiling smf v0.2.3 |
| 2375 | 2026-07-29T07:35:14.960Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-29T07:35:14.976Z | Compiling filetime v0.2.27 |
| 2377 | 2026-07-29T07:35:14.999Z | Compiling constant_time_eq v0.4.2 |
| 2378 | 2026-07-29T07:35:15.020Z | Compiling usdt v0.5.0 |
| 2379 | 2026-07-29T07:35:15.202Z | Compiling whoami v1.6.1 |
| 2380 | 2026-07-29T07:35:15.218Z | Compiling arrayvec v0.7.6 |
| 2381 | 2026-07-29T07:35:15.233Z | Compiling zone v0.3.1 |
| 2382 | 2026-07-29T07:35:15.236Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2383 | 2026-07-29T07:35:15.286Z | Compiling arrayref v0.3.9 |
| 2384 | 2026-07-29T07:35:15.289Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2385 | 2026-07-29T07:35:15.382Z | Compiling xattr v1.6.1 |
| 2386 | 2026-07-29T07:35:15.400Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2387 | 2026-07-29T07:35:15.416Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2388 | 2026-07-29T07:35:15.475Z | Compiling tokio-dtrace v0.1.1 |
| 2389 | 2026-07-29T07:35:15.604Z | Compiling tar v0.4.46 |
| 2390 | 2026-07-29T07:35:15.622Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2391 | 2026-07-29T07:35:15.672Z | Compiling console v0.16.2 |
| 2392 | 2026-07-29T07:35:15.687Z | Compiling gethostname v0.5.0 |
| 2393 | 2026-07-29T07:35:15.867Z | Compiling topological-sort v0.2.2 |
| 2394 | 2026-07-29T07:35:15.883Z | Compiling unit-prefix v0.5.2 |
| 2395 | 2026-07-29T07:35:15.937Z | Compiling oxide-tokio-rt v0.1.4 |
| 2396 | 2026-07-29T07:35:15.953Z | Compiling toml v0.8.23 |
| 2397 | 2026-07-29T07:35:16.056Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2398 | 2026-07-29T07:35:16.096Z | Compiling indicatif v0.18.4 |
| 2399 | 2026-07-29T07:35:16.266Z | Compiling shell-words v1.1.1 |
| 2400 | 2026-07-29T07:35:25.630Z | Compiling progenitor-client v0.14.0 |
| 2401 | 2026-07-29T07:35:25.630Z | Compiling omicron-zone-package v0.12.3 |
| 2402 | 2026-07-29T07:35:25.866Z | Compiling progenitor-extras v0.2.0 |
| 2403 | 2026-07-29T07:35:26.210Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2404 | 2026-07-29T07:35:26.284Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2405 | 2026-07-29T07:35:26.309Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2406 | 2026-07-29T07:35:26.399Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2407 | 2026-07-29T07:35:26.445Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2408 | 2026-07-29T07:35:26.467Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2409 | 2026-07-29T07:35:26.501Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2410 | 2026-07-29T07:35:26.623Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2411 | 2026-07-29T07:35:27.597Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2412 | 2026-07-29T07:35:31.442Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2413 | 2026-07-29T07:35:39.599Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2414 | 2026-07-29T07:35:42.870Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2415 | 2026-07-29T07:35:43.927Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2416 | 2026-07-29T07:35:53.303Z | Finished `release` profile [optimized] target(s) in 1m 41s |
| 2417 | 2026-07-29T07:35:53.449Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2418 | 2026-07-29T07:35:53.509Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2419 | 2026-07-29T07:35:53.512Z | Created new build target 'test' and set it as active |
| 2420 | 2026-07-29T07:35:53.515Z | |
| 2421 | 2026-07-29T07:35:53.515Z | real 1:41.230743458 |
| 2422 | 2026-07-29T07:35:53.515Z | user 16:30.911936209 |
| 2423 | 2026-07-29T07:35:53.515Z | sys 2:36.053157294 |
| 2424 | 2026-07-29T07:35:53.515Z | trap 0.458937280 |
| 2425 | 2026-07-29T07:35:53.515Z | tflt 2.283978362 |
| 2426 | 2026-07-29T07:35:53.515Z | dflt 4.393767317 |
| 2427 | 2026-07-29T07:35:53.515Z | kflt 0.000668100 |
| 2428 | 2026-07-29T07:35:53.515Z | lock 53:18.502519919 |
| 2429 | 2026-07-29T07:35:53.515Z | slp 42:05.444995425 |
| 2430 | 2026-07-29T07:35:53.515Z | lat 43.314748612 |
| 2431 | 2026-07-29T07:35:53.515Z | stop 5:44.996366162 |
| 2432 | 2026-07-29T07:35:53.515Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2433 | 2026-07-29T07:35:54.407Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2434 | 2026-07-29T07:35:54.480Z | Running `target/release/omicron-package -t test package` |
| 2435 | 2026-07-29T07:35:54.536Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2436 | 2026-07-29T07:35:55.941Z | Compiling serde_json v1.0.151 |
| 2437 | 2026-07-29T07:35:56.243Z | Compiling heck v0.5.0 |
| 2438 | 2026-07-29T07:35:56.281Z | Compiling regress v0.11.1 |
| 2439 | 2026-07-29T07:35:56.302Z | Compiling unsafe-libyaml v0.2.11 |
| 2440 | 2026-07-29T07:35:56.351Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2441 | 2026-07-29T07:35:56.373Z | Compiling derive-where v1.6.0 |
| 2442 | 2026-07-29T07:35:56.375Z | Compiling bytecount v0.6.9 |
| 2443 | 2026-07-29T07:35:56.376Z | Compiling atomicwrites v0.4.4 |
| 2444 | 2026-07-29T07:35:56.430Z | Compiling is-terminal v0.4.17 |
| 2445 | 2026-07-29T07:35:56.433Z | Compiling prettyplease v0.2.37 |
| 2446 | 2026-07-29T07:35:56.433Z | Compiling console v0.15.11 |
| 2447 | 2026-07-29T07:35:56.433Z | Compiling newline-converter v0.3.0 |
| 2448 | 2026-07-29T07:35:56.433Z | Compiling slog-dtrace v0.3.0 |
| 2449 | 2026-07-29T07:35:56.450Z | Compiling resolv-conf v0.7.6 |
| 2450 | 2026-07-29T07:35:56.491Z | Compiling num-rational v0.4.2 |
| 2451 | 2026-07-29T07:35:56.578Z | Compiling num-complex v0.4.6 |
| 2452 | 2026-07-29T07:35:56.603Z | Compiling thread_local v1.1.9 |
| 2453 | 2026-07-29T07:35:56.606Z | Compiling match_cfg v0.1.0 |
| 2454 | 2026-07-29T07:35:56.644Z | Compiling cancel-safe-futures v0.1.5 |
| 2455 | 2026-07-29T07:35:56.647Z | Compiling compression-core v0.4.31 |
| 2456 | 2026-07-29T07:35:56.721Z | Compiling unicode-width v0.1.14 |
| 2457 | 2026-07-29T07:35:56.815Z | Compiling compression-codecs v0.4.37 |
| 2458 | 2026-07-29T07:35:56.843Z | Compiling serde_yaml v0.9.34+deprecated |
| 2459 | 2026-07-29T07:35:56.865Z | Compiling expectorate v1.2.0 |
| 2460 | 2026-07-29T07:35:56.868Z | Compiling hostname v0.3.1 |
| 2461 | 2026-07-29T07:35:56.938Z | Compiling multer v3.1.0 |
| 2462 | 2026-07-29T07:35:56.994Z | Compiling num v0.4.3 |
| 2463 | 2026-07-29T07:35:57.017Z | Compiling slog-async v2.8.0 |
| 2464 | 2026-07-29T07:35:57.048Z | Compiling schemars v0.8.22 |
| 2465 | 2026-07-29T07:35:57.074Z | Compiling openapiv3 v2.2.0 |
| 2466 | 2026-07-29T07:35:57.077Z | Compiling cookie_store v0.22.1 |
| 2467 | 2026-07-29T07:35:57.098Z | Compiling dof v0.4.0 |
| 2468 | 2026-07-29T07:35:57.121Z | Compiling dof v0.3.0 |
| 2469 | 2026-07-29T07:35:57.141Z | Compiling reqwest v0.12.28 |
| 2470 | 2026-07-29T07:35:57.144Z | Compiling olpc-cjson v0.1.4 |
| 2471 | 2026-07-29T07:35:57.144Z | Compiling postgres-types v0.2.12 |
| 2472 | 2026-07-29T07:35:57.165Z | Compiling slog-json v2.6.1 |
| 2473 | 2026-07-29T07:35:57.403Z | Compiling crossbeam-channel v0.5.15 |
| 2474 | 2026-07-29T07:35:57.498Z | Compiling slog-bunyan v2.5.0 |
| 2475 | 2026-07-29T07:35:57.551Z | Compiling usdt-impl v0.5.0 |
| 2476 | 2026-07-29T07:35:57.712Z | Compiling reqwest v0.13.2 |
| 2477 | 2026-07-29T07:35:57.774Z | Compiling tokio-postgres v0.7.16 |
| 2478 | 2026-07-29T07:35:57.809Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2479 | 2026-07-29T07:35:57.897Z | Compiling usdt-impl v0.6.0 |
| 2480 | 2026-07-29T07:35:58.131Z | Compiling ipnetwork v0.21.1 |
| 2481 | 2026-07-29T07:35:58.157Z | Compiling newtype-uuid v1.3.2 |
| 2482 | 2026-07-29T07:35:58.346Z | Compiling usdt v0.6.0 |
| 2483 | 2026-07-29T07:35:58.814Z | Compiling oxnet v0.1.6 |
| 2484 | 2026-07-29T07:35:58.989Z | Compiling serde_with v3.21.0 |
| 2485 | 2026-07-29T07:35:59.017Z | Compiling tough v0.22.0 |
| 2486 | 2026-07-29T07:35:59.083Z | Compiling byte-wrapper v0.1.0 |
| 2487 | 2026-07-29T07:35:59.087Z | Compiling dropshot v0.17.1 |
| 2488 | 2026-07-29T07:35:59.397Z | Compiling daft v0.1.7 |
| 2489 | 2026-07-29T07:35:59.648Z | Compiling progenitor-client v0.14.0 |
| 2490 | 2026-07-29T07:35:59.700Z | Compiling iddqd v0.4.2 |
| 2491 | 2026-07-29T07:35:59.745Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2492 | 2026-07-29T07:35:59.946Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2493 | 2026-07-29T07:36:00.042Z | Compiling progenitor-extras v0.2.0 |
| 2494 | 2026-07-29T07:36:00.174Z | Compiling typify-impl v0.6.2 |
| 2495 | 2026-07-29T07:36:00.426Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2496 | 2026-07-29T07:36:01.025Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2497 | 2026-07-29T07:36:01.058Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2498 | 2026-07-29T07:36:01.204Z | Compiling usdt v0.5.0 |
| 2499 | 2026-07-29T07:36:01.362Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2500 | 2026-07-29T07:36:01.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2501 | 2026-07-29T07:36:01.541Z | Compiling tokio-dtrace v0.1.1 |
| 2502 | 2026-07-29T07:36:01.848Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2503 | 2026-07-29T07:36:01.870Z | Compiling oxide-tokio-rt v0.1.4 |
| 2504 | 2026-07-29T07:36:01.911Z | Compiling oxide-update-engine-types v0.1.2 |
| 2505 | 2026-07-29T07:36:01.955Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2506 | 2026-07-29T07:36:02.103Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2507 | 2026-07-29T07:36:02.317Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2508 | 2026-07-29T07:36:02.478Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2509 | 2026-07-29T07:36:02.505Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2510 | 2026-07-29T07:36:02.593Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-07-29T07:36:02.809Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2512 | 2026-07-29T07:36:02.872Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2513 | 2026-07-29T07:36:03.057Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2514 | 2026-07-29T07:36:03.591Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2515 | 2026-07-29T07:36:03.641Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2516 | 2026-07-29T07:36:03.691Z | Compiling typify-macro v0.6.2 |
| 2517 | 2026-07-29T07:36:03.737Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2518 | 2026-07-29T07:36:03.759Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2519 | 2026-07-29T07:36:03.915Z | Compiling serde_spanned v1.1.1 |
| 2520 | 2026-07-29T07:36:04.113Z | Compiling take_mut v0.2.2 |
| 2521 | 2026-07-29T07:36:04.255Z | Compiling float-ord v0.3.2 |
| 2522 | 2026-07-29T07:36:04.397Z | Compiling term v1.2.1 |
| 2523 | 2026-07-29T07:36:04.474Z | Compiling linked-hash-map v0.5.6 |
| 2524 | 2026-07-29T07:36:04.740Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2525 | 2026-07-29T07:36:04.922Z | Compiling slog-term v2.9.2 |
| 2526 | 2026-07-29T07:36:04.995Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2527 | 2026-07-29T07:36:05.051Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2528 | 2026-07-29T07:36:05.220Z | Compiling typify v0.6.2 |
| 2529 | 2026-07-29T07:36:05.411Z | Compiling progenitor-impl v0.14.0 |
| 2530 | 2026-07-29T07:36:05.456Z | Compiling lru-cache v0.1.2 |
| 2531 | 2026-07-29T07:36:06.088Z | Compiling async-compression v0.4.41 |
| 2532 | 2026-07-29T07:36:06.481Z | Compiling async-stream v0.3.6 |
| 2533 | 2026-07-29T07:36:06.671Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2534 | 2026-07-29T07:36:06.703Z | Compiling sha1 v0.11.0 |
| 2535 | 2026-07-29T07:36:06.809Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2536 | 2026-07-29T07:36:06.838Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2537 | 2026-07-29T07:36:07.328Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2538 | 2026-07-29T07:36:07.522Z | Compiling waitgroup v0.1.2 |
| 2539 | 2026-07-29T07:36:07.545Z | Compiling rustls-pemfile v2.2.0 |
| 2540 | 2026-07-29T07:36:07.569Z | Compiling progenitor-macro v0.14.0 |
| 2541 | 2026-07-29T07:36:07.685Z | Compiling backon v1.6.0 |
| 2542 | 2026-07-29T07:36:07.770Z | Compiling serde_path_to_error v0.1.20 |
| 2543 | 2026-07-29T07:36:07.937Z | Compiling hostname v0.4.2 |
| 2544 | 2026-07-29T07:36:08.105Z | Compiling instant v0.1.13 |
| 2545 | 2026-07-29T07:36:08.151Z | Compiling debug-ignore v1.0.5 |
| 2546 | 2026-07-29T07:36:08.242Z | Compiling minimal-lexical v0.2.1 |
| 2547 | 2026-07-29T07:36:08.292Z | Compiling linear-map v1.2.0 |
| 2548 | 2026-07-29T07:36:08.537Z | Compiling oxide-update-engine v0.1.2 |
| 2549 | 2026-07-29T07:36:08.559Z | Compiling nom v7.1.3 |
| 2550 | 2026-07-29T07:36:09.174Z | Compiling backoff v0.4.0 |
| 2551 | 2026-07-29T07:36:09.550Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2552 | 2026-07-29T07:36:09.773Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2553 | 2026-07-29T07:36:09.966Z | Compiling parse-display v0.10.0 |
| 2554 | 2026-07-29T07:36:10.305Z | Compiling hickory-proto v0.24.4 |
| 2555 | 2026-07-29T07:36:11.204Z | Compiling regress v0.10.5 |
| 2556 | 2026-07-29T07:36:11.700Z | Compiling progenitor v0.14.0 |
| 2557 | 2026-07-29T07:36:11.891Z | Compiling itertools v0.14.0 |
| 2558 | 2026-07-29T07:36:12.232Z | Compiling macaddr v1.0.1 |
| 2559 | 2026-07-29T07:36:12.302Z | Compiling humantime v2.3.0 |
| 2560 | 2026-07-29T07:36:12.378Z | Compiling unicode-xid v0.2.6 |
| 2561 | 2026-07-29T07:36:12.530Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2562 | 2026-07-29T07:36:12.576Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2563 | 2026-07-29T07:36:12.580Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2564 | 2026-07-29T07:36:12.649Z | Compiling convert_case v0.10.0 |
| 2565 | 2026-07-29T07:36:12.782Z | Compiling owo-colors v4.3.0 |
| 2566 | 2026-07-29T07:36:12.918Z | Compiling hickory-resolver v0.24.4 |
| 2567 | 2026-07-29T07:36:12.941Z | Compiling derive_more-impl v2.1.1 |
| 2568 | 2026-07-29T07:36:13.282Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2569 | 2026-07-29T07:36:13.332Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2570 | 2026-07-29T07:36:13.588Z | Compiling toml v0.8.23 |
| 2571 | 2026-07-29T07:36:13.762Z | Compiling derive_more v2.1.1 |
| 2572 | 2026-07-29T07:36:13.883Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2573 | 2026-07-29T07:36:14.186Z | Compiling qorb v0.4.1 |
| 2574 | 2026-07-29T07:36:15.819Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2575 | 2026-07-29T07:36:15.939Z | Compiling papergrid v0.11.0 |
| 2576 | 2026-07-29T07:36:15.981Z | Compiling tabled_derive v0.7.0 |
| 2577 | 2026-07-29T07:36:16.005Z | Compiling termtree v0.5.1 |
| 2578 | 2026-07-29T07:36:16.203Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2579 | 2026-07-29T07:36:16.306Z | Compiling crossterm v0.29.0 |
| 2580 | 2026-07-29T07:36:16.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2581 | 2026-07-29T07:36:18.007Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2582 | 2026-07-29T07:36:18.028Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2583 | 2026-07-29T07:36:18.533Z | Compiling tabled v0.15.0 |
| 2584 | 2026-07-29T07:36:18.558Z | Compiling phf_shared v0.12.1 |
| 2585 | 2026-07-29T07:36:19.174Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2586 | 2026-07-29T07:36:19.632Z | Compiling csv-core v0.1.13 |
| 2587 | 2026-07-29T07:36:19.655Z | Compiling vte v0.14.1 |
| 2588 | 2026-07-29T07:36:19.709Z | Compiling chrono-tz v0.10.4 |
| 2589 | 2026-07-29T07:36:19.921Z | Compiling highway v1.3.0 |
| 2590 | 2026-07-29T07:36:19.982Z | Compiling csv v1.4.0 |
| 2591 | 2026-07-29T07:36:20.073Z | Compiling strip-ansi-escapes v0.2.1 |
| 2592 | 2026-07-29T07:36:20.404Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2593 | 2026-07-29T07:36:20.428Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2594 | 2026-07-29T07:36:20.633Z | Compiling phf v0.12.1 |
| 2595 | 2026-07-29T07:36:20.655Z | Compiling const_format_proc_macros v0.2.34 |
| 2596 | 2026-07-29T07:36:20.845Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2597 | 2026-07-29T07:36:20.916Z | Compiling fd-lock v4.0.4 |
| 2598 | 2026-07-29T07:36:21.096Z | Compiling peg-macros v0.8.5 |
| 2599 | 2026-07-29T07:36:21.173Z | Compiling nu-ansi-term v0.50.3 |
| 2600 | 2026-07-29T07:36:21.442Z | Compiling const_format v0.2.35 |
| 2601 | 2026-07-29T07:36:21.549Z | Compiling reedline v0.40.0 |
| 2602 | 2026-07-29T07:36:21.708Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2603 | 2026-07-29T07:36:21.865Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2604 | 2026-07-29T07:36:21.965Z | Compiling bcs v0.1.6 |
| 2605 | 2026-07-29T07:36:22.371Z | Compiling peg v0.8.5 |
| 2606 | 2026-07-29T07:36:22.400Z | Compiling nom v8.0.0 |
| 2607 | 2026-07-29T07:36:22.483Z | Compiling semver v0.1.20 |
| 2608 | 2026-07-29T07:36:22.696Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2609 | 2026-07-29T07:36:22.802Z | Compiling rustc_version v0.1.7 |
| 2610 | 2026-07-29T07:36:22.855Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2611 | 2026-07-29T07:36:22.998Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2612 | 2026-07-29T07:36:23.082Z | Compiling newtype_derive v0.1.6 |
| 2613 | 2026-07-29T07:36:23.299Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2614 | 2026-07-29T07:36:23.321Z | Compiling unicode-linebreak v0.1.5 |
| 2615 | 2026-07-29T07:36:23.387Z | Compiling smawk v0.3.2 |
| 2616 | 2026-07-29T07:36:23.414Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2617 | 2026-07-29T07:36:23.542Z | Compiling textwrap v0.16.2 |
| 2618 | 2026-07-29T07:36:23.647Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2619 | 2026-07-29T07:36:23.650Z | Compiling base64 v0.21.7 |
| 2620 | 2026-07-29T07:36:23.805Z | Compiling steno v0.4.1 |
| 2621 | 2026-07-29T07:36:24.223Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2622 | 2026-07-29T07:36:24.821Z | Compiling sha1 v0.10.6 |
| 2623 | 2026-07-29T07:36:24.967Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2624 | 2026-07-29T07:36:25.103Z | Compiling utf-8 v0.7.6 |
| 2625 | 2026-07-29T07:36:25.205Z | Compiling tagptr v0.2.0 |
| 2626 | 2026-07-29T07:36:25.284Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2627 | 2026-07-29T07:36:25.351Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2628 | 2026-07-29T07:36:25.406Z | Compiling moka v0.12.13 |
| 2629 | 2026-07-29T07:36:25.531Z | Compiling tungstenite v0.21.0 |
| 2630 | 2026-07-29T07:36:25.559Z | Compiling display-error-chain v0.2.2 |
| 2631 | 2026-07-29T07:36:26.040Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2632 | 2026-07-29T07:36:26.293Z | Compiling tokio-tungstenite v0.21.0 |
| 2633 | 2026-07-29T07:36:26.317Z | Compiling darling_core v0.21.3 |
| 2634 | 2026-07-29T07:36:26.410Z | Compiling radium v0.7.0 |
| 2635 | 2026-07-29T07:36:26.530Z | Compiling tap v1.0.1 |
| 2636 | 2026-07-29T07:36:26.643Z | Compiling hickory-resolver v0.25.2 |
| 2637 | 2026-07-29T07:36:26.685Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2638 | 2026-07-29T07:36:26.708Z | Compiling maybe-uninit v2.0.0 |
| 2639 | 2026-07-29T07:36:26.751Z | Compiling wyz v0.5.1 |
| 2640 | 2026-07-29T07:36:26.996Z | Compiling num-derive v0.3.3 |
| 2641 | 2026-07-29T07:36:27.045Z | Compiling vergen-lib v0.1.6 |
| 2642 | 2026-07-29T07:36:27.087Z | Compiling zerocopy-derive v0.6.6 |
| 2643 | 2026-07-29T07:36:27.266Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2644 | 2026-07-29T07:36:27.539Z | Compiling packed_struct v0.10.1 |
| 2645 | 2026-07-29T07:36:27.624Z | Compiling funty v2.0.0 |
| 2646 | 2026-07-29T07:36:27.687Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2647 | 2026-07-29T07:36:27.839Z | Compiling crc-catalog v2.4.0 |
| 2648 | 2026-07-29T07:36:27.906Z | Compiling diesel_derives v2.3.7 |
| 2649 | 2026-07-29T07:36:27.964Z | Compiling libscf-sys v1.1.0 |
| 2650 | 2026-07-29T07:36:28.006Z | Compiling bitvec v1.0.1 |
| 2651 | 2026-07-29T07:36:28.173Z | Compiling crc v3.4.0 |
| 2652 | 2026-07-29T07:36:28.204Z | Compiling zerocopy v0.6.6 |
| 2653 | 2026-07-29T07:36:28.442Z | Compiling proc-macro-error2 v2.0.1 |
| 2654 | 2026-07-29T07:36:28.577Z | Compiling darling_macro v0.21.3 |
| 2655 | 2026-07-29T07:36:28.701Z | Compiling scheduled-thread-pool v0.2.7 |
| 2656 | 2026-07-29T07:36:28.734Z | Compiling packed_struct_codegen v0.10.1 |
| 2657 | 2026-07-29T07:36:28.771Z | Compiling vergen-gitcl v1.0.8 |
| 2658 | 2026-07-29T07:36:28.828Z | Compiling bitfield-macros v0.19.4 |
| 2659 | 2026-07-29T07:36:29.001Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2660 | 2026-07-29T07:36:29.144Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2661 | 2026-07-29T07:36:29.229Z | Compiling darling v0.21.3 |
| 2662 | 2026-07-29T07:36:29.293Z | Compiling dirs-sys-next v0.1.2 |
| 2663 | 2026-07-29T07:36:29.345Z | Compiling dsl_auto_type v0.2.0 |
| 2664 | 2026-07-29T07:36:29.551Z | Compiling indexmap v1.9.3 |
| 2665 | 2026-07-29T07:36:29.572Z | Compiling crunchy v0.2.4 |
| 2666 | 2026-07-29T07:36:29.759Z | Compiling maplit v1.0.2 |
| 2667 | 2026-07-29T07:36:29.781Z | Compiling glob v0.3.3 |
| 2668 | 2026-07-29T07:36:29.854Z | Compiling nodrop v0.1.14 |
| 2669 | 2026-07-29T07:36:29.954Z | Compiling array-init v0.0.4 |
| 2670 | 2026-07-29T07:36:30.021Z | Compiling bitfield v0.19.4 |
| 2671 | 2026-07-29T07:36:30.137Z | Compiling clang-sys v1.8.1 |
| 2672 | 2026-07-29T07:36:30.349Z | Compiling dirs-next v2.0.0 |
| 2673 | 2026-07-29T07:36:30.404Z | Compiling r2d2 v0.8.10 |
| 2674 | 2026-07-29T07:36:30.501Z | Compiling tabled_derive v0.11.0 |
| 2675 | 2026-07-29T07:36:30.531Z | Compiling smallvec v0.6.14 |
| 2676 | 2026-07-29T07:36:30.702Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2677 | 2026-07-29T07:36:30.779Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2678 | 2026-07-29T07:36:30.848Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2679 | 2026-07-29T07:36:31.140Z | Compiling papergrid v0.17.0 |
| 2680 | 2026-07-29T07:36:31.501Z | Compiling testing_table v0.3.0 |
| 2681 | 2026-07-29T07:36:31.530Z | Compiling tiny-keccak v2.0.2 |
| 2682 | 2026-07-29T07:36:31.582Z | Compiling hashbrown v0.12.3 |
| 2683 | 2026-07-29T07:36:31.667Z | Compiling downcast-rs v2.0.2 |
| 2684 | 2026-07-29T07:36:31.782Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2685 | 2026-07-29T07:36:31.804Z | Compiling serde-hex v0.1.0 |
| 2686 | 2026-07-29T07:36:32.047Z | Compiling term v0.7.0 |
| 2687 | 2026-07-29T07:36:32.218Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2688 | 2026-07-29T07:36:32.321Z | Compiling ron v0.8.1 |
| 2689 | 2026-07-29T07:36:32.345Z | Compiling tabled v0.20.0 |
| 2690 | 2026-07-29T07:36:32.464Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2691 | 2026-07-29T07:36:32.546Z | Compiling hashbrown v0.13.2 |
| 2692 | 2026-07-29T07:36:32.709Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2693 | 2026-07-29T07:36:32.954Z | Compiling crc-any v2.5.0 |
| 2694 | 2026-07-29T07:36:33.199Z | Compiling bit-vec v0.6.3 |
| 2695 | 2026-07-29T07:36:33.307Z | Compiling object v0.30.4 |
| 2696 | 2026-07-29T07:36:33.384Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2697 | 2026-07-29T07:36:33.443Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2698 | 2026-07-29T07:36:33.926Z | Compiling bit-set v0.5.3 |
| 2699 | 2026-07-29T07:36:34.049Z | Compiling ascii-canvas v3.0.0 |
| 2700 | 2026-07-29T07:36:34.095Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2701 | 2026-07-29T07:36:34.316Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2702 | 2026-07-29T07:36:34.363Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2703 | 2026-07-29T07:36:34.621Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2704 | 2026-07-29T07:36:34.682Z | Compiling diesel v2.3.7 |
| 2705 | 2026-07-29T07:36:34.722Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2706 | 2026-07-29T07:36:34.931Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2707 | 2026-07-29T07:36:34.954Z | Compiling itertools v0.10.5 |
| 2708 | 2026-07-29T07:36:35.113Z | Compiling ena v0.14.4 |
| 2709 | 2026-07-29T07:36:35.258Z | Compiling libloading v0.8.9 |
| 2710 | 2026-07-29T07:36:35.366Z | Compiling diff v0.1.13 |
| 2711 | 2026-07-29T07:36:35.505Z | Compiling regex-syntax v0.6.29 |
| 2712 | 2026-07-29T07:36:35.630Z | Compiling bindgen v0.71.1 |
| 2713 | 2026-07-29T07:36:35.679Z | Compiling xshell-macros v0.2.7 |
| 2714 | 2026-07-29T07:36:35.935Z | Compiling path-slash v0.1.5 |
| 2715 | 2026-07-29T07:36:36.095Z | Compiling unicase v2.9.0 |
| 2716 | 2026-07-29T07:36:36.132Z | Compiling xshell v0.2.7 |
| 2717 | 2026-07-29T07:36:36.598Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2718 | 2026-07-29T07:36:37.416Z | Compiling lalrpop v0.19.12 |
| 2719 | 2026-07-29T07:36:37.438Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2720 | 2026-07-29T07:36:37.789Z | Compiling cexpr v0.6.0 |
| 2721 | 2026-07-29T07:36:38.108Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2722 | 2026-07-29T07:36:38.476Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2723 | 2026-07-29T07:36:38.594Z | Compiling rustc-hash v2.1.1 |
| 2724 | 2026-07-29T07:36:38.697Z | Compiling crc8 v0.1.1 |
| 2725 | 2026-07-29T07:36:38.866Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2726 | 2026-07-29T07:36:39.330Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2727 | 2026-07-29T07:36:39.404Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2728 | 2026-07-29T07:36:39.894Z | Compiling headers-core v0.3.0 |
| 2729 | 2026-07-29T07:36:40.037Z | Compiling libxml v0.3.3 |
| 2730 | 2026-07-29T07:36:40.062Z | Compiling headers v0.4.1 |
| 2731 | 2026-07-29T07:36:40.238Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2732 | 2026-07-29T07:36:40.376Z | Compiling strum_macros v0.24.3 |
| 2733 | 2026-07-29T07:36:40.397Z | Compiling indoc v1.0.9 |
| 2734 | 2026-07-29T07:36:40.573Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2735 | 2026-07-29T07:36:40.837Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2736 | 2026-07-29T07:36:41.092Z | Compiling derive_builder v0.20.2 |
| 2737 | 2026-07-29T07:36:41.273Z | Compiling oso-derive v0.27.3 |
| 2738 | 2026-07-29T07:36:41.599Z | Compiling quick-xml v0.37.5 |
| 2739 | 2026-07-29T07:36:41.693Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2740 | 2026-07-29T07:36:41.720Z | Compiling openssl-probe v0.1.6 |
| 2741 | 2026-07-29T07:36:41.827Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2742 | 2026-07-29T07:36:42.022Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2743 | 2026-07-29T07:36:42.394Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2744 | 2026-07-29T07:36:42.416Z | Compiling bb8 v0.8.6 |
| 2745 | 2026-07-29T07:36:42.459Z | Compiling trait-variant v0.1.2 |
| 2746 | 2026-07-29T07:36:42.546Z | Compiling half v1.8.3 |
| 2747 | 2026-07-29T07:36:42.653Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2748 | 2026-07-29T07:36:42.801Z | Compiling serde_cbor v0.11.2 |
| 2749 | 2026-07-29T07:36:42.984Z | Compiling progenitor-impl v0.13.0 |
| 2750 | 2026-07-29T07:36:43.009Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2751 | 2026-07-29T07:36:43.038Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2752 | 2026-07-29T07:36:43.287Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2753 | 2026-07-29T07:36:43.445Z | Compiling samael v0.0.19 |
| 2754 | 2026-07-29T07:36:43.811Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2755 | 2026-07-29T07:36:43.900Z | Compiling progenitor-client v0.13.0 |
| 2756 | 2026-07-29T07:36:44.154Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2757 | 2026-07-29T07:36:44.345Z | Compiling nonempty v0.12.0 |
| 2758 | 2026-07-29T07:36:44.417Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2759 | 2026-07-29T07:36:44.448Z | Compiling fxhash v0.2.1 |
| 2760 | 2026-07-29T07:36:44.584Z | Compiling libz-sys v1.1.24 |
| 2761 | 2026-07-29T07:36:44.622Z | Compiling salty v0.3.0 |
| 2762 | 2026-07-29T07:36:45.026Z | Compiling polar-core v0.27.3 |
| 2763 | 2026-07-29T07:36:45.095Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2764 | 2026-07-29T07:36:45.142Z | Compiling progenitor-macro v0.13.0 |
| 2765 | 2026-07-29T07:36:45.240Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2766 | 2026-07-29T07:36:45.489Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2767 | 2026-07-29T07:36:45.538Z | Compiling kstat-rs v0.2.4 |
| 2768 | 2026-07-29T07:36:45.710Z | Compiling arc-swap v1.8.2 |
| 2769 | 2026-07-29T07:36:45.992Z | Compiling fs-err v2.11.0 |
| 2770 | 2026-07-29T07:36:46.345Z | Compiling mime_guess v2.0.5 |
| 2771 | 2026-07-29T07:36:46.368Z | Compiling slog-scope v4.4.1 |
| 2772 | 2026-07-29T07:36:46.765Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2773 | 2026-07-29T07:36:46.807Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2774 | 2026-07-29T07:36:46.854Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2775 | 2026-07-29T07:36:47.333Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2776 | 2026-07-29T07:36:48.054Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2777 | 2026-07-29T07:36:48.598Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2778 | 2026-07-29T07:36:49.277Z | Compiling nanorand v0.7.0 |
| 2779 | 2026-07-29T07:36:49.307Z | Compiling progenitor v0.13.0 |
| 2780 | 2026-07-29T07:36:49.521Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2781 | 2026-07-29T07:36:49.652Z | Compiling parking_lot_core v0.8.6 |
| 2782 | 2026-07-29T07:36:49.822Z | Compiling flume v0.11.1 |
| 2783 | 2026-07-29T07:36:49.989Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2784 | 2026-07-29T07:36:50.241Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2785 | 2026-07-29T07:36:50.548Z | Compiling slog-stdlog v4.1.1 |
| 2786 | 2026-07-29T07:36:51.349Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2787 | 2026-07-29T07:36:51.405Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2788 | 2026-07-29T07:36:51.463Z | Compiling primeorder v0.13.6 |
| 2789 | 2026-07-29T07:36:51.536Z | Compiling git-stub v1.0.0 |
| 2790 | 2026-07-29T07:36:51.783Z | Compiling atty v0.2.14 |
| 2791 | 2026-07-29T07:36:51.811Z | Compiling strsim v0.10.0 |
| 2792 | 2026-07-29T07:36:51.934Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2793 | 2026-07-29T07:36:52.116Z | Compiling parse-size v1.1.0 |
| 2794 | 2026-07-29T07:36:52.172Z | Compiling instability v0.3.11 |
| 2795 | 2026-07-29T07:36:52.405Z | Compiling diesel-dtrace v0.5.0 |
| 2796 | 2026-07-29T07:36:52.581Z | Compiling async-bb8-diesel v0.2.1 |
| 2797 | 2026-07-29T07:36:52.770Z | Compiling http-range v0.1.5 |
| 2798 | 2026-07-29T07:36:53.109Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2799 | 2026-07-29T07:36:53.160Z | Compiling darling_core v0.13.4 |
| 2800 | 2026-07-29T07:36:54.828Z | Compiling oso v0.27.3 |
| 2801 | 2026-07-29T07:36:55.865Z | Compiling p384 v0.13.1 |
| 2802 | 2026-07-29T07:36:56.844Z | Compiling git-stub-vcs v0.1.0 |
| 2803 | 2026-07-29T07:36:57.201Z | Compiling slog-envlogger v2.2.0 |
| 2804 | 2026-07-29T07:36:58.022Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2805 | 2026-07-29T07:36:58.414Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2806 | 2026-07-29T07:36:58.751Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2807 | 2026-07-29T07:36:58.790Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2808 | 2026-07-29T07:36:59.103Z | Compiling ignore v0.4.25 |
| 2809 | 2026-07-29T07:36:59.279Z | Compiling castaway v0.2.4 |
| 2810 | 2026-07-29T07:36:59.455Z | Compiling vergen-git2 v9.1.0 |
| 2811 | 2026-07-29T07:36:59.680Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2812 | 2026-07-29T07:36:59.913Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2813 | 2026-07-29T07:37:00.208Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2814 | 2026-07-29T07:37:00.402Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2815 | 2026-07-29T07:37:01.492Z | Compiling indoc v2.0.7 |
| 2816 | 2026-07-29T07:37:02.182Z | Compiling globwalk v0.9.1 |
| 2817 | 2026-07-29T07:37:02.638Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2818 | 2026-07-29T07:37:02.758Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2819 | 2026-07-29T07:37:02.876Z | Compiling compact_str v0.8.1 |
| 2820 | 2026-07-29T07:37:04.017Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2821 | 2026-07-29T07:37:04.039Z | Compiling parking_lot v0.11.2 |
| 2822 | 2026-07-29T07:37:04.385Z | Compiling hyper-staticfile v0.10.1 |
| 2823 | 2026-07-29T07:37:04.649Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2824 | 2026-07-29T07:37:04.924Z | Compiling darling_macro v0.13.4 |
| 2825 | 2026-07-29T07:37:05.365Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2826 | 2026-07-29T07:37:05.425Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2827 | 2026-07-29T07:37:05.460Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2828 | 2026-07-29T07:37:05.534Z | Compiling predicates-tree v1.0.13 |
| 2829 | 2026-07-29T07:37:05.950Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2830 | 2026-07-29T07:37:06.012Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2831 | 2026-07-29T07:37:06.180Z | Compiling unicode-truncate v1.1.0 |
| 2832 | 2026-07-29T07:37:06.393Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2833 | 2026-07-29T07:37:06.440Z | Compiling lru v0.12.5 |
| 2834 | 2026-07-29T07:37:06.613Z | Compiling prefix-trie v0.7.0 |
| 2835 | 2026-07-29T07:37:06.669Z | Compiling rand_seeder v0.4.0 |
| 2836 | 2026-07-29T07:37:06.807Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2837 | 2026-07-29T07:37:06.926Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2838 | 2026-07-29T07:37:07.011Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2839 | 2026-07-29T07:37:07.113Z | Compiling corncobs v0.1.4 |
| 2840 | 2026-07-29T07:37:07.194Z | Compiling cassowary v0.3.0 |
| 2841 | 2026-07-29T07:37:07.275Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2842 | 2026-07-29T07:37:07.326Z | Compiling hickory-server v0.25.2 |
| 2843 | 2026-07-29T07:37:07.367Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2844 | 2026-07-29T07:37:07.581Z | Compiling ratatui v0.29.0 |
| 2845 | 2026-07-29T07:37:07.884Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2846 | 2026-07-29T07:37:07.962Z | Compiling camino-tempfile-ext v0.3.3 |
| 2847 | 2026-07-29T07:37:08.245Z | Compiling darling v0.13.4 |
| 2848 | 2026-07-29T07:37:08.414Z | Compiling sled v0.34.7 |
| 2849 | 2026-07-29T07:37:08.573Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2850 | 2026-07-29T07:37:08.715Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2851 | 2026-07-29T07:37:08.759Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2852 | 2026-07-29T07:37:08.978Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2853 | 2026-07-29T07:37:09.008Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2854 | 2026-07-29T07:37:09.549Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2855 | 2026-07-29T07:37:10.825Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2856 | 2026-07-29T07:37:11.047Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2857 | 2026-07-29T07:37:11.268Z | Compiling secrecy v0.8.0 |
| 2858 | 2026-07-29T07:37:11.466Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2859 | 2026-07-29T07:37:11.821Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2860 | 2026-07-29T07:37:12.358Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2861 | 2026-07-29T07:37:12.627Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2862 | 2026-07-29T07:37:13.095Z | Compiling serde_with_macros v1.5.2 |
| 2863 | 2026-07-29T07:37:13.959Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2864 | 2026-07-29T07:37:14.354Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2865 | 2026-07-29T07:37:14.389Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2866 | 2026-07-29T07:37:15.049Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2867 | 2026-07-29T07:37:15.206Z | Compiling git2 v0.20.4 |
| 2868 | 2026-07-29T07:37:15.275Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2869 | 2026-07-29T07:37:15.501Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2870 | 2026-07-29T07:37:15.726Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2871 | 2026-07-29T07:37:15.955Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2872 | 2026-07-29T07:37:16.013Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2873 | 2026-07-29T07:37:16.192Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2874 | 2026-07-29T07:37:16.267Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2875 | 2026-07-29T07:37:16.412Z | Compiling void v1.0.2 |
| 2876 | 2026-07-29T07:37:16.549Z | Compiling lzss v0.8.2 |
| 2877 | 2026-07-29T07:37:16.727Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2878 | 2026-07-29T07:37:16.973Z | Compiling illumos-nvpair v0.3.0 |
| 2879 | 2026-07-29T07:37:17.576Z | Compiling serde_with v1.14.0 |
| 2880 | 2026-07-29T07:37:18.047Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2881 | 2026-07-29T07:37:18.286Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2882 | 2026-07-29T07:37:19.137Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2883 | 2026-07-29T07:37:20.028Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2884 | 2026-07-29T07:37:20.060Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2885 | 2026-07-29T07:37:20.584Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2886 | 2026-07-29T07:37:21.691Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2887 | 2026-07-29T07:37:22.322Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2888 | 2026-07-29T07:37:23.037Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2889 | 2026-07-29T07:37:23.058Z | Compiling tungstenite v0.23.0 |
| 2890 | 2026-07-29T07:37:23.288Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2891 | 2026-07-29T07:37:23.666Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2892 | 2026-07-29T07:37:25.311Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2893 | 2026-07-29T07:37:25.355Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2894 | 2026-07-29T07:37:25.535Z | Compiling nix v0.27.1 |
| 2895 | 2026-07-29T07:37:25.583Z | Compiling twox-hash v2.1.2 |
| 2896 | 2026-07-29T07:37:25.700Z | Compiling libsw-core v0.3.2 |
| 2897 | 2026-07-29T07:37:25.921Z | Compiling serde_bytes v0.11.19 |
| 2898 | 2026-07-29T07:37:26.113Z | Compiling libsw v3.5.0 |
| 2899 | 2026-07-29T07:37:26.230Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2900 | 2026-07-29T07:37:26.321Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2901 | 2026-07-29T07:37:26.348Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2902 | 2026-07-29T07:37:26.700Z | Compiling tokio-tungstenite v0.23.1 |
| 2903 | 2026-07-29T07:37:26.957Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2904 | 2026-07-29T07:37:27.089Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2905 | 2026-07-29T07:37:27.361Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2906 | 2026-07-29T07:37:28.773Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2907 | 2026-07-29T07:37:29.556Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2908 | 2026-07-29T07:37:30.203Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2909 | 2026-07-29T07:37:30.238Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2910 | 2026-07-29T07:37:30.262Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2911 | 2026-07-29T07:37:30.299Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2912 | 2026-07-29T07:37:30.550Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2913 | 2026-07-29T07:37:30.616Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2914 | 2026-07-29T07:37:30.649Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2915 | 2026-07-29T07:37:32.205Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2916 | 2026-07-29T07:37:32.295Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2917 | 2026-07-29T07:37:33.132Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2918 | 2026-07-29T07:37:35.182Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2919 | 2026-07-29T07:37:36.599Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2920 | 2026-07-29T07:37:36.743Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2921 | 2026-07-29T07:37:37.582Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2922 | 2026-07-29T07:37:37.812Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2923 | 2026-07-29T07:37:37.842Z | Compiling signal-hook-tokio v0.3.1 |
| 2924 | 2026-07-29T07:37:38.009Z | Compiling fatfs v0.3.6 |
| 2925 | 2026-07-29T07:37:38.035Z | Compiling yasna v0.5.2 |
| 2926 | 2026-07-29T07:37:38.435Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2927 | 2026-07-29T07:37:38.493Z | Compiling is_ci v1.2.0 |
| 2928 | 2026-07-29T07:37:38.690Z | Compiling assert_matches v1.5.0 |
| 2929 | 2026-07-29T07:37:38.727Z | Compiling seq-macro v0.3.6 |
| 2930 | 2026-07-29T07:37:38.796Z | Compiling supports-color v3.0.2 |
| 2931 | 2026-07-29T07:37:39.098Z | Compiling rcgen v0.12.1 |
| 2932 | 2026-07-29T07:37:39.231Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2933 | 2026-07-29T07:37:39.646Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2934 | 2026-07-29T07:37:40.130Z | Compiling oxide-update-engine-display v0.1.2 |
| 2935 | 2026-07-29T07:37:40.163Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2936 | 2026-07-29T07:37:41.110Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2937 | 2026-07-29T07:37:41.721Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2938 | 2026-07-29T07:37:41.954Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-07-29T07:37:42.206Z | Compiling port-file v0.1.0 |
| 2940 | 2026-07-29T07:37:42.248Z | Compiling rtoolbox v0.0.3 |
| 2941 | 2026-07-29T07:37:42.529Z | Compiling subprocess v0.2.15 |
| 2942 | 2026-07-29T07:37:42.551Z | Compiling rpassword v7.5.4 |
| 2943 | 2026-07-29T07:37:43.183Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2944 | 2026-07-29T07:37:43.605Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2945 | 2026-07-29T07:37:44.688Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2946 | 2026-07-29T07:37:46.055Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2947 | 2026-07-29T07:37:46.196Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2948 | 2026-07-29T07:37:46.590Z | Compiling tui-tree-widget v0.23.1 |
| 2949 | 2026-07-29T07:37:46.879Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2950 | 2026-07-29T07:37:46.936Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2951 | 2026-07-29T07:37:47.941Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2952 | 2026-07-29T07:37:48.508Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2953 | 2026-07-29T07:37:48.731Z | Compiling uzers v0.12.2 |
| 2954 | 2026-07-29T07:37:49.716Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2955 | 2026-07-29T07:37:50.151Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2956 | 2026-07-29T07:37:50.779Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2957 | 2026-07-29T07:37:51.592Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2958 | 2026-07-29T07:37:52.453Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2959 | 2026-07-29T07:37:54.551Z | Compiling support-bundle-viewer v0.1.2 |
| 2960 | 2026-07-29T07:37:55.482Z | Compiling multimap v0.10.1 |
| 2961 | 2026-07-29T07:38:06.940Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2962 | 2026-07-29T07:38:11.543Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2963 | 2026-07-29T07:38:16.747Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2964 | 2026-07-29T07:38:17.867Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2965 | 2026-07-29T07:45:21.024Z | Finished `release` profile [optimized] target(s) in 9m 26s |
| 2966 | 2026-07-29T07:45:21.027Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2967 | 2026-07-29T07:45:21.027Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2968 | 2026-07-29T07:46:09.803Z | |
| 2969 | 2026-07-29T07:46:09.803Z | real 10:16.260744436 |
| 2970 | 2026-07-29T07:46:09.803Z | user 1:23:59.463032886 |
| 2971 | 2026-07-29T07:46:09.806Z | sys 3:47.604377607 |
| 2972 | 2026-07-29T07:46:09.806Z | trap 1.911239007 |
| 2973 | 2026-07-29T07:46:09.806Z | tflt 2.177762507 |
| 2974 | 2026-07-29T07:46:09.806Z | dflt 19.774945027 |
| 2975 | 2026-07-29T07:46:09.806Z | kflt 0.116331556 |
| 2976 | 2026-07-29T07:46:09.806Z | lock 7:55:14.532307045 |
| 2977 | 2026-07-29T07:46:09.806Z | slp 2:26:01.358958347 |
| 2978 | 2026-07-29T07:46:09.806Z | lat 2:46.378347975 |
| 2979 | 2026-07-29T07:46:09.806Z | stop 6:31.293264881 |
| 2980 | 2026-07-29T07:46:09.806Z | + mapfile -t packages |
| 2981 | 2026-07-29T07:46:09.806Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2982 | 2026-07-29T07:46:10.754Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2983 | 2026-07-29T07:46:10.824Z | Running `target/release/omicron-package -t test list-outputs` |
| 2984 | 2026-07-29T07:46:10.886Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2985 | 2026-07-29T07:46:10.889Z | + ptime -m cargo build --locked --release -p xtask |
| 2986 | 2026-07-29T07:46:11.386Z | Compiling libc v0.2.185 |
| 2987 | 2026-07-29T07:46:11.386Z | Compiling serde_core v1.0.228 |
| 2988 | 2026-07-29T07:46:11.386Z | Compiling serde v1.0.228 |
| 2989 | 2026-07-29T07:46:11.389Z | Compiling rustix v1.1.3 |
| 2990 | 2026-07-29T07:46:11.389Z | Compiling serde_json v1.0.151 |
| 2991 | 2026-07-29T07:46:11.517Z | Compiling bitflags v2.11.0 |
| 2992 | 2026-07-29T07:46:11.538Z | Compiling usdt-impl v0.5.0 |
| 2993 | 2026-07-29T07:46:11.559Z | Compiling syn v2.0.117 |
| 2994 | 2026-07-29T07:46:11.559Z | Compiling syn v1.0.109 |
| 2995 | 2026-07-29T07:46:11.571Z | Compiling log v0.4.29 |
| 2996 | 2026-07-29T07:46:11.571Z | Compiling getrandom v0.4.1 |
| 2997 | 2026-07-29T07:46:11.593Z | Compiling indexmap v2.14.0 |
| 2998 | 2026-07-29T07:46:11.608Z | Compiling fs-err v3.3.0 |
| 2999 | 2026-07-29T07:46:11.808Z | Compiling heck v0.4.1 |
| 3000 | 2026-07-29T07:46:11.856Z | Compiling anyhow v1.0.102 |
| 3001 | 2026-07-29T07:46:11.868Z | Compiling once_cell v1.21.3 |
| 3002 | 2026-07-29T07:46:12.230Z | Compiling errno v0.3.14 |
| 3003 | 2026-07-29T07:46:12.230Z | Compiling thread-id v4.2.2 |
| 3004 | 2026-07-29T07:46:12.233Z | Compiling memmap v0.7.0 |
| 3005 | 2026-07-29T07:46:13.026Z | Compiling proc-macro-error v1.0.4 |
| 3006 | 2026-07-29T07:46:13.213Z | Compiling terminal_size v0.4.3 |
| 3007 | 2026-07-29T07:46:13.213Z | Compiling tempfile v3.25.0 |
| 3008 | 2026-07-29T07:46:13.291Z | Compiling tabled_derive v0.7.0 |
| 3009 | 2026-07-29T07:46:13.311Z | Compiling clap_builder v4.6.0 |
| 3010 | 2026-07-29T07:46:13.315Z | Compiling textwrap v0.16.2 |
| 3011 | 2026-07-29T07:46:13.608Z | Compiling camino v1.2.2 |
| 3012 | 2026-07-29T07:46:13.608Z | Compiling cargo-platform v0.3.2 |
| 3013 | 2026-07-29T07:46:13.663Z | Compiling semver v1.0.28 |
| 3014 | 2026-07-29T07:46:13.724Z | Compiling pest_generator v2.8.6 |
| 3015 | 2026-07-29T07:46:13.926Z | Compiling camino-tempfile v1.4.1 |
| 3016 | 2026-07-29T07:46:14.048Z | Compiling tabled v0.15.0 |
| 3017 | 2026-07-29T07:46:14.222Z | Compiling serde_derive v1.0.228 |
| 3018 | 2026-07-29T07:46:14.222Z | Compiling thiserror-impl v1.0.69 |
| 3019 | 2026-07-29T07:46:14.225Z | Compiling zerocopy-derive v0.7.35 |
| 3020 | 2026-07-29T07:46:14.225Z | Compiling scroll_derive v0.12.1 |
| 3021 | 2026-07-29T07:46:14.225Z | Compiling thiserror-impl v2.0.18 |
| 3022 | 2026-07-29T07:46:14.225Z | Compiling clap_derive v4.6.1 |
| 3023 | 2026-07-29T07:46:14.289Z | Compiling pest_derive v2.8.6 |
| 3024 | 2026-07-29T07:46:14.914Z | Compiling scroll v0.12.0 |
| 3025 | 2026-07-29T07:46:15.090Z | Compiling zerocopy v0.7.35 |
| 3026 | 2026-07-29T07:46:15.244Z | Compiling goblin v0.8.2 |
| 3027 | 2026-07-29T07:46:15.372Z | Compiling thiserror v1.0.69 |
| 3028 | 2026-07-29T07:46:15.518Z | Compiling dtrace-parser v0.2.0 |
| 3029 | 2026-07-29T07:46:15.719Z | Compiling thiserror v2.0.18 |
| 3030 | 2026-07-29T07:46:15.953Z | Compiling clap v4.6.1 |
| 3031 | 2026-07-29T07:46:17.437Z | Compiling dof v0.3.0 |
| 3032 | 2026-07-29T07:46:17.472Z | Compiling toml_datetime v0.6.11 |
| 3033 | 2026-07-29T07:46:17.497Z | Compiling serde_spanned v0.6.9 |
| 3034 | 2026-07-29T07:46:17.543Z | Compiling serde_tokenstream v0.2.3 |
| 3035 | 2026-07-29T07:46:17.555Z | Compiling macaddr v1.0.1 |
| 3036 | 2026-07-29T07:46:17.603Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3037 | 2026-07-29T07:46:17.675Z | Compiling cargo_metadata v0.23.1 |
| 3038 | 2026-07-29T07:46:17.827Z | Compiling toml_edit v0.22.27 |
| 3039 | 2026-07-29T07:46:18.213Z | Compiling usdt-attr-macro v0.5.0 |
| 3040 | 2026-07-29T07:46:18.213Z | Compiling usdt-macro v0.5.0 |
| 3041 | 2026-07-29T07:46:18.866Z | Compiling usdt v0.5.0 |
| 3042 | 2026-07-29T07:46:19.351Z | Compiling toml v0.8.23 |
| 3043 | 2026-07-29T07:46:19.792Z | Compiling cargo_toml v0.21.0 |
| 3044 | 2026-07-29T07:46:24.232Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3045 | 2026-07-29T07:46:27.484Z | Finished `release` profile [optimized] target(s) in 16.58s |
| 3046 | 2026-07-29T07:46:27.628Z | |
| 3047 | 2026-07-29T07:46:27.629Z | real 16.702968662 |
| 3048 | 2026-07-29T07:46:27.629Z | user 2:06.672065953 |
| 3049 | 2026-07-29T07:46:27.629Z | sys 13.819159450 |
| 3050 | 2026-07-29T07:46:27.629Z | trap 0.080923969 |
| 3051 | 2026-07-29T07:46:27.629Z | tflt 0.415134674 |
| 3052 | 2026-07-29T07:46:27.632Z | dflt 1.498995980 |
| 3053 | 2026-07-29T07:46:27.632Z | kflt 0.000032310 |
| 3054 | 2026-07-29T07:46:27.632Z | lock 4:52.247855986 |
| 3055 | 2026-07-29T07:46:27.632Z | slp 2:45.665087780 |
| 3056 | 2026-07-29T07:46:27.632Z | lat 4.136639148 |
| 3057 | 2026-07-29T07:46:27.632Z | stop 16.120962577 |
| 3058 | 2026-07-29T07:46:27.632Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3059 | 2026-07-29T07:46:27.632Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3060 | 2026-07-29T07:46:27.632Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3061 | 2026-07-29T07:46:27.632Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3062 | 2026-07-29T07:46:27.632Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3063 | 2026-07-29T07:46:28.572Z | Compiling progenitor-client v0.14.0 |
| 3064 | 2026-07-29T07:46:28.572Z | Compiling newtype-uuid-macros v0.1.0 |
| 3065 | 2026-07-29T07:46:28.572Z | Compiling match_cfg v0.1.0 |
| 3066 | 2026-07-29T07:46:28.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3067 | 2026-07-29T07:46:28.575Z | Compiling slog-json v2.6.1 |
| 3068 | 2026-07-29T07:46:28.575Z | Compiling structmeta-derive v0.3.0 |
| 3069 | 2026-07-29T07:46:28.721Z | Compiling sha1 v0.11.0 |
| 3070 | 2026-07-29T07:46:28.724Z | Compiling multer v3.1.0 |
| 3071 | 2026-07-29T07:46:28.724Z | Compiling compression-core v0.4.31 |
| 3072 | 2026-07-29T07:46:28.724Z | Compiling debug-ignore v1.0.5 |
| 3073 | 2026-07-29T07:46:28.725Z | Compiling async-stream-impl v0.3.6 |
| 3074 | 2026-07-29T07:46:28.737Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3075 | 2026-07-29T07:46:28.739Z | Compiling serde_spanned v1.1.1 |
| 3076 | 2026-07-29T07:46:28.739Z | Compiling dropshot v0.17.1 |
| 3077 | 2026-07-29T07:46:28.740Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3078 | 2026-07-29T07:46:28.740Z | Compiling waitgroup v0.1.2 |
| 3079 | 2026-07-29T07:46:28.969Z | Compiling rustls-pemfile v2.2.0 |
| 3080 | 2026-07-29T07:46:29.019Z | Compiling compression-codecs v0.4.37 |
| 3081 | 2026-07-29T07:46:29.023Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3082 | 2026-07-29T07:46:29.023Z | Compiling dropshot_endpoint v0.17.1 |
| 3083 | 2026-07-29T07:46:29.023Z | Compiling hostname v0.4.2 |
| 3084 | 2026-07-29T07:46:29.086Z | Compiling hostname v0.3.1 |
| 3085 | 2026-07-29T07:46:29.089Z | Compiling serde_path_to_error v0.1.20 |
| 3086 | 2026-07-29T07:46:29.125Z | Compiling atomicwrites v0.4.4 |
| 3087 | 2026-07-29T07:46:29.128Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3088 | 2026-07-29T07:46:29.178Z | Compiling macaddr v1.0.1 |
| 3089 | 2026-07-29T07:46:29.199Z | Compiling slog-bunyan v2.5.0 |
| 3090 | 2026-07-29T07:46:29.236Z | Compiling async-compression v0.4.41 |
| 3091 | 2026-07-29T07:46:29.239Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3092 | 2026-07-29T07:46:29.287Z | Compiling instant v0.1.13 |
| 3093 | 2026-07-29T07:46:29.323Z | Compiling itertools v0.14.0 |
| 3094 | 2026-07-29T07:46:29.361Z | Compiling regress v0.10.5 |
| 3095 | 2026-07-29T07:46:29.364Z | Compiling backon v1.6.0 |
| 3096 | 2026-07-29T07:46:29.364Z | Compiling humantime v2.3.0 |
| 3097 | 2026-07-29T07:46:29.417Z | Compiling backoff v0.4.0 |
| 3098 | 2026-07-29T07:46:29.445Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3099 | 2026-07-29T07:46:29.468Z | Compiling regress v0.11.1 |
| 3100 | 2026-07-29T07:46:29.486Z | Compiling half v2.7.1 |
| 3101 | 2026-07-29T07:46:29.554Z | Compiling async-stream v0.3.6 |
| 3102 | 2026-07-29T07:46:29.579Z | Compiling progenitor-extras v0.2.0 |
| 3103 | 2026-07-29T07:46:29.625Z | Compiling crucible-workspace-hack v0.1.0 |
| 3104 | 2026-07-29T07:46:29.659Z | Compiling ciborium-io v0.2.2 |
| 3105 | 2026-07-29T07:46:29.676Z | Compiling convert_case v0.4.0 |
| 3106 | 2026-07-29T07:46:29.703Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3107 | 2026-07-29T07:46:29.760Z | Compiling ciborium-ll v0.2.2 |
| 3108 | 2026-07-29T07:46:29.781Z | Compiling secrecy v0.10.3 |
| 3109 | 2026-07-29T07:46:29.799Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3110 | 2026-07-29T07:46:29.799Z | Compiling unsafe-libyaml v0.2.11 |
| 3111 | 2026-07-29T07:46:29.833Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3112 | 2026-07-29T07:46:29.869Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3113 | 2026-07-29T07:46:29.872Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3114 | 2026-07-29T07:46:29.921Z | Compiling inout v0.1.4 |
| 3115 | 2026-07-29T07:46:29.967Z | Compiling ciborium v0.2.2 |
| 3116 | 2026-07-29T07:46:29.997Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3117 | 2026-07-29T07:46:30.014Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3118 | 2026-07-29T07:46:30.068Z | Compiling derive_more v0.99.20 |
| 3119 | 2026-07-29T07:46:30.072Z | Compiling structmeta v0.3.0 |
| 3120 | 2026-07-29T07:46:30.113Z | Compiling cipher v0.4.4 |
| 3121 | 2026-07-29T07:46:30.131Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3122 | 2026-07-29T07:46:30.236Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3123 | 2026-07-29T07:46:30.258Z | Compiling universal-hash v0.5.1 |
| 3124 | 2026-07-29T07:46:30.284Z | Compiling opaque-debug v0.3.1 |
| 3125 | 2026-07-29T07:46:30.323Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3126 | 2026-07-29T07:46:30.341Z | Compiling derive-ex v0.1.8 |
| 3127 | 2026-07-29T07:46:30.373Z | Compiling parse-display-derive v0.10.0 |
| 3128 | 2026-07-29T07:46:30.390Z | Compiling serde_yaml v0.9.34+deprecated |
| 3129 | 2026-07-29T07:46:30.423Z | Compiling poly1305 v0.8.0 |
| 3130 | 2026-07-29T07:46:30.478Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3131 | 2026-07-29T07:46:30.570Z | Compiling chacha20 v0.9.1 |
| 3132 | 2026-07-29T07:46:30.615Z | Compiling blake2 v0.10.6 |
| 3133 | 2026-07-29T07:46:30.649Z | Compiling aead v0.5.2 |
| 3134 | 2026-07-29T07:46:30.717Z | Compiling password-hash v0.5.0 |
| 3135 | 2026-07-29T07:46:30.873Z | Compiling proc-macro-crate v3.4.0 |
| 3136 | 2026-07-29T07:46:30.890Z | Compiling indent_write v2.2.0 |
| 3137 | 2026-07-29T07:46:31.059Z | Compiling argon2 v0.5.3 |
| 3138 | 2026-07-29T07:46:31.162Z | Compiling typify-impl v0.6.2 |
| 3139 | 2026-07-29T07:46:31.205Z | Compiling chacha20poly1305 v0.10.1 |
| 3140 | 2026-07-29T07:46:31.221Z | Compiling itertools v0.15.0 |
| 3141 | 2026-07-29T07:46:31.361Z | Compiling heapless v0.8.0 |
| 3142 | 2026-07-29T07:46:31.390Z | Compiling tabwriter v1.4.1 |
| 3143 | 2026-07-29T07:46:31.409Z | Compiling thiserror-no-std v2.0.2 |
| 3144 | 2026-07-29T07:46:31.454Z | Compiling num_enum_derive v0.7.6 |
| 3145 | 2026-07-29T07:46:31.529Z | Compiling vsss-rs v3.3.4 |
| 3146 | 2026-07-29T07:46:31.654Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3147 | 2026-07-29T07:46:31.890Z | Compiling hash32 v0.3.1 |
| 3148 | 2026-07-29T07:46:31.949Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3149 | 2026-07-29T07:46:31.967Z | Compiling smoltcp v0.11.0 |
| 3150 | 2026-07-29T07:46:32.105Z | Compiling test-strategy v0.4.5 |
| 3151 | 2026-07-29T07:46:32.188Z | Compiling parse-display v0.10.0 |
| 3152 | 2026-07-29T07:46:32.229Z | Compiling cobs v0.3.0 |
| 3153 | 2026-07-29T07:46:32.290Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3154 | 2026-07-29T07:46:32.376Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3155 | 2026-07-29T07:46:32.421Z | Compiling colored v3.1.1 |
| 3156 | 2026-07-29T07:46:32.455Z | Compiling postcard v1.1.3 |
| 3157 | 2026-07-29T07:46:32.485Z | Compiling proc-macro-error v1.0.4 |
| 3158 | 2026-07-29T07:46:32.565Z | Compiling proc-macro-crate v1.3.1 |
| 3159 | 2026-07-29T07:46:32.617Z | Compiling num_enum v0.7.6 |
| 3160 | 2026-07-29T07:46:32.636Z | Compiling rand v0.10.1 |
| 3161 | 2026-07-29T07:46:32.640Z | Compiling ingot-macros v0.2.0 |
| 3162 | 2026-07-29T07:46:32.672Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3163 | 2026-07-29T07:46:32.768Z | Compiling foreign-types-macros v0.2.3 |
| 3164 | 2026-07-29T07:46:32.800Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3165 | 2026-07-29T07:46:32.819Z | Compiling foreign-types-shared v0.3.1 |
| 3166 | 2026-07-29T07:46:32.837Z | Compiling rayon-core v1.13.0 |
| 3167 | 2026-07-29T07:46:32.841Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3168 | 2026-07-29T07:46:32.940Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3169 | 2026-07-29T07:46:33.020Z | Compiling crossbeam-deque v0.8.6 |
| 3170 | 2026-07-29T07:46:33.037Z | Compiling num_enum_derive v0.5.11 |
| 3171 | 2026-07-29T07:46:33.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3172 | 2026-07-29T07:46:33.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3173 | 2026-07-29T07:46:33.131Z | Compiling cstr-argument v0.1.2 |
| 3174 | 2026-07-29T07:46:33.149Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3175 | 2026-07-29T07:46:33.152Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3176 | 2026-07-29T07:46:33.315Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3177 | 2026-07-29T07:46:33.402Z | Compiling cpubits v0.1.1 |
| 3178 | 2026-07-29T07:46:33.406Z | Compiling zone_cfg_derive v0.3.1 |
| 3179 | 2026-07-29T07:46:33.437Z | Compiling foreign-types v0.5.0 |
| 3180 | 2026-07-29T07:46:33.505Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3181 | 2026-07-29T07:46:33.531Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3182 | 2026-07-29T07:46:33.548Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3183 | 2026-07-29T07:46:33.584Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3184 | 2026-07-29T07:46:33.634Z | Compiling rayon v1.11.0 |
| 3185 | 2026-07-29T07:46:33.661Z | Compiling itertools v0.12.1 |
| 3186 | 2026-07-29T07:46:33.679Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3187 | 2026-07-29T07:46:33.697Z | Compiling num-derive v0.4.2 |
| 3188 | 2026-07-29T07:46:33.783Z | Compiling sigpipe v0.1.3 |
| 3189 | 2026-07-29T07:46:33.812Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3190 | 2026-07-29T07:46:33.898Z | Compiling glob v0.3.3 |
| 3191 | 2026-07-29T07:46:33.931Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3192 | 2026-07-29T07:46:34.008Z | Compiling smf v0.2.3 |
| 3193 | 2026-07-29T07:46:34.064Z | Compiling whoami v1.6.1 |
| 3194 | 2026-07-29T07:46:34.134Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3195 | 2026-07-29T07:46:34.157Z | Compiling num_enum v0.5.11 |
| 3196 | 2026-07-29T07:46:34.197Z | Compiling usdt-attr-macro v0.5.0 |
| 3197 | 2026-07-29T07:46:34.284Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3198 | 2026-07-29T07:46:34.306Z | Compiling usdt-macro v0.5.0 |
| 3199 | 2026-07-29T07:46:34.324Z | Compiling gethostname v0.5.0 |
| 3200 | 2026-07-29T07:46:34.341Z | Compiling num-rational v0.4.2 |
| 3201 | 2026-07-29T07:46:34.381Z | Compiling pem-rfc7468 v1.0.0 |
| 3202 | 2026-07-29T07:46:34.554Z | Compiling num-complex v0.4.6 |
| 3203 | 2026-07-29T07:46:34.622Z | Compiling derive-where v1.6.0 |
| 3204 | 2026-07-29T07:46:34.686Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3205 | 2026-07-29T07:46:34.714Z | Compiling memmap v0.7.0 |
| 3206 | 2026-07-29T07:46:34.762Z | Compiling float-ord v0.3.2 |
| 3207 | 2026-07-29T07:46:34.914Z | Compiling zone v0.3.1 |
| 3208 | 2026-07-29T07:46:34.933Z | Compiling num v0.4.3 |
| 3209 | 2026-07-29T07:46:34.953Z | Compiling toml v0.8.23 |
| 3210 | 2026-07-29T07:46:34.953Z | Compiling hmac v0.13.0 |
| 3211 | 2026-07-29T07:46:34.989Z | Compiling universal-hash v0.6.1 |
| 3212 | 2026-07-29T07:46:35.036Z | Compiling resolv-conf v0.7.6 |
| 3213 | 2026-07-29T07:46:35.068Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3214 | 2026-07-29T07:46:35.104Z | Compiling cancel-safe-futures v0.1.5 |
| 3215 | 2026-07-29T07:46:35.122Z | Compiling usdt v0.5.0 |
| 3216 | 2026-07-29T07:46:35.148Z | Compiling polyval v0.7.1 |
| 3217 | 2026-07-29T07:46:35.183Z | Compiling der v0.8.0 |
| 3218 | 2026-07-29T07:46:35.234Z | Compiling prettyplease v0.2.37 |
| 3219 | 2026-07-29T07:46:35.328Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3220 | 2026-07-29T07:46:35.413Z | Compiling ghash v0.6.0 |
| 3221 | 2026-07-29T07:46:35.431Z | Compiling pbkdf2 v0.13.0 |
| 3222 | 2026-07-29T07:46:35.434Z | Compiling crypto-bigint v0.7.5 |
| 3223 | 2026-07-29T07:46:35.531Z | Compiling aes v0.9.1 |
| 3224 | 2026-07-29T07:46:35.573Z | Compiling console v0.15.11 |
| 3225 | 2026-07-29T07:46:35.621Z | Compiling hickory-proto v0.24.4 |
| 3226 | 2026-07-29T07:46:35.624Z | Compiling ingot-types v0.2.0 |
| 3227 | 2026-07-29T07:46:35.624Z | Compiling newline-converter v0.3.0 |
| 3228 | 2026-07-29T07:46:35.672Z | Compiling ctr v0.10.1 |
| 3229 | 2026-07-29T07:46:35.690Z | Compiling aead v0.6.1 |
| 3230 | 2026-07-29T07:46:35.783Z | Compiling sha2 v0.11.0 |
| 3231 | 2026-07-29T07:46:35.787Z | Compiling linear-map v1.2.0 |
| 3232 | 2026-07-29T07:46:35.816Z | Compiling typify-macro v0.6.2 |
| 3233 | 2026-07-29T07:46:35.888Z | Compiling linked-hash-map v0.5.6 |
| 3234 | 2026-07-29T07:46:35.916Z | Compiling libefi-sys v0.1.0 |
| 3235 | 2026-07-29T07:46:36.013Z | Compiling aes-gcm v0.11.0 |
| 3236 | 2026-07-29T07:46:36.031Z | Compiling expectorate v1.2.0 |
| 3237 | 2026-07-29T07:46:36.050Z | Compiling ingot v0.2.1 |
| 3238 | 2026-07-29T07:46:36.111Z | Compiling oxide-update-engine-types v0.1.2 |
| 3239 | 2026-07-29T07:46:36.130Z | Compiling lru-cache v0.1.2 |
| 3240 | 2026-07-29T07:46:36.205Z | Compiling spki v0.8.0 |
| 3241 | 2026-07-29T07:46:36.226Z | Compiling salsa20 v0.11.0 |
| 3242 | 2026-07-29T07:46:36.247Z | Compiling bitfield-struct v0.6.2 |
| 3243 | 2026-07-29T07:46:36.284Z | Compiling nom v8.0.0 |
| 3244 | 2026-07-29T07:46:36.410Z | Compiling semver v0.1.20 |
| 3245 | 2026-07-29T07:46:36.559Z | Compiling scrypt v0.12.0 |
| 3246 | 2026-07-29T07:46:36.674Z | Compiling rustc_version v0.1.7 |
| 3247 | 2026-07-29T07:46:36.693Z | Compiling tokio-dtrace v0.1.1 |
| 3248 | 2026-07-29T07:46:36.697Z | Compiling cbc v0.2.1 |
| 3249 | 2026-07-29T07:46:36.744Z | Compiling slog-dtrace v0.3.0 |
| 3250 | 2026-07-29T07:46:36.885Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3251 | 2026-07-29T07:46:36.924Z | Compiling minimal-lexical v0.2.1 |
| 3252 | 2026-07-29T07:46:36.951Z | Compiling newtype_derive v0.1.6 |
| 3253 | 2026-07-29T07:46:36.970Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3254 | 2026-07-29T07:46:37.005Z | Compiling oxide-tokio-rt v0.1.4 |
| 3255 | 2026-07-29T07:46:37.008Z | Compiling pkcs5 v0.8.1 |
| 3256 | 2026-07-29T07:46:37.049Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3257 | 2026-07-29T07:46:37.177Z | Compiling oxide-update-engine v0.1.2 |
| 3258 | 2026-07-29T07:46:37.229Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3259 | 2026-07-29T07:46:37.290Z | Compiling nom v7.1.3 |
| 3260 | 2026-07-29T07:46:37.293Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3261 | 2026-07-29T07:46:37.339Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3262 | 2026-07-29T07:46:37.392Z | Compiling phf_shared v0.12.1 |
| 3263 | 2026-07-29T07:46:37.409Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3264 | 2026-07-29T07:46:37.604Z | Compiling csv-core v0.1.13 |
| 3265 | 2026-07-29T07:46:37.622Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3266 | 2026-07-29T07:46:37.625Z | Compiling chrono-tz v0.10.4 |
| 3267 | 2026-07-29T07:46:37.658Z | Compiling unicode-xid v0.2.6 |
| 3268 | 2026-07-29T07:46:37.693Z | Compiling typify v0.6.2 |
| 3269 | 2026-07-29T07:46:37.722Z | Compiling highway v1.3.0 |
| 3270 | 2026-07-29T07:46:37.739Z | Compiling xshell-macros v0.2.7 |
| 3271 | 2026-07-29T07:46:37.816Z | Compiling progenitor-impl v0.14.0 |
| 3272 | 2026-07-29T07:46:37.820Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3273 | 2026-07-29T07:46:37.851Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3274 | 2026-07-29T07:46:37.870Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3275 | 2026-07-29T07:46:37.905Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3276 | 2026-07-29T07:46:37.935Z | Compiling hickory-resolver v0.24.4 |
| 3277 | 2026-07-29T07:46:38.059Z | Compiling const_format_proc_macros v0.2.34 |
| 3278 | 2026-07-29T07:46:38.132Z | Compiling csv v1.4.0 |
| 3279 | 2026-07-29T07:46:38.174Z | Compiling xshell v0.2.7 |
| 3280 | 2026-07-29T07:46:38.693Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3281 | 2026-07-29T07:46:38.724Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3282 | 2026-07-29T07:46:38.744Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3283 | 2026-07-29T07:46:38.744Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3284 | 2026-07-29T07:46:38.929Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3285 | 2026-07-29T07:46:38.948Z | Compiling phf v0.12.1 |
| 3286 | 2026-07-29T07:46:39.037Z | Compiling qorb v0.4.1 |
| 3287 | 2026-07-29T07:46:39.135Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3288 | 2026-07-29T07:46:39.271Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3289 | 2026-07-29T07:46:39.370Z | Compiling pkcs8 v0.11.0 |
| 3290 | 2026-07-29T07:46:39.485Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3291 | 2026-07-29T07:46:39.494Z | Compiling ff v0.14.0 |
| 3292 | 2026-07-29T07:46:39.609Z | Compiling owo-colors v4.3.0 |
| 3293 | 2026-07-29T07:46:39.734Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3294 | 2026-07-29T07:46:39.820Z | Compiling const_format v0.2.35 |
| 3295 | 2026-07-29T07:46:39.835Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3296 | 2026-07-29T07:46:40.037Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3297 | 2026-07-29T07:46:40.069Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3298 | 2026-07-29T07:46:40.154Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3299 | 2026-07-29T07:46:40.171Z | Compiling tabled_derive v0.7.0 |
| 3300 | 2026-07-29T07:46:40.209Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3301 | 2026-07-29T07:46:40.531Z | Compiling progenitor-macro v0.14.0 |
| 3302 | 2026-07-29T07:46:40.733Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3303 | 2026-07-29T07:46:40.758Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3304 | 2026-07-29T07:46:40.895Z | Compiling bcs v0.1.6 |
| 3305 | 2026-07-29T07:46:41.021Z | Compiling salty v0.3.0 |
| 3306 | 2026-07-29T07:46:41.149Z | Compiling tagptr v0.2.0 |
| 3307 | 2026-07-29T07:46:41.206Z | Compiling termtree v0.5.1 |
| 3308 | 2026-07-29T07:46:41.267Z | Compiling textwrap v0.16.2 |
| 3309 | 2026-07-29T07:46:41.284Z | Compiling tabled v0.15.0 |
| 3310 | 2026-07-29T07:46:41.331Z | Compiling moka v0.12.13 |
| 3311 | 2026-07-29T07:46:41.347Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3312 | 2026-07-29T07:46:41.398Z | Compiling steno v0.4.1 |
| 3313 | 2026-07-29T07:46:41.417Z | Compiling group v0.14.0 |
| 3314 | 2026-07-29T07:46:41.552Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3315 | 2026-07-29T07:46:41.600Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3316 | 2026-07-29T07:46:41.638Z | Compiling sha1 v0.10.6 |
| 3317 | 2026-07-29T07:46:41.735Z | Compiling signature v3.0.0 |
| 3318 | 2026-07-29T07:46:41.774Z | Compiling base64 v0.21.7 |
| 3319 | 2026-07-29T07:46:41.791Z | Compiling base16ct v1.0.0 |
| 3320 | 2026-07-29T07:46:41.863Z | Compiling radium v0.7.0 |
| 3321 | 2026-07-29T07:46:41.960Z | Compiling sec1 v0.8.1 |
| 3322 | 2026-07-29T07:46:42.009Z | Compiling hkdf v0.13.0 |
| 3323 | 2026-07-29T07:46:42.137Z | Compiling hickory-resolver v0.25.2 |
| 3324 | 2026-07-29T07:46:42.172Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3325 | 2026-07-29T07:46:42.191Z | Compiling maybe-uninit v2.0.0 |
| 3326 | 2026-07-29T07:46:42.225Z | Compiling tap v1.0.1 |
| 3327 | 2026-07-29T07:46:42.320Z | Compiling elliptic-curve v0.14.1 |
| 3328 | 2026-07-29T07:46:42.355Z | Compiling wyz v0.5.1 |
| 3329 | 2026-07-29T07:46:42.372Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3330 | 2026-07-29T07:46:42.490Z | Compiling primeorder v0.13.6 |
| 3331 | 2026-07-29T07:46:42.583Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3332 | 2026-07-29T07:46:42.611Z | Compiling funty v2.0.0 |
| 3333 | 2026-07-29T07:46:42.753Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3334 | 2026-07-29T07:46:42.789Z | Compiling parking_lot_core v0.8.6 |
| 3335 | 2026-07-29T07:46:42.920Z | Compiling utf-8 v0.7.6 |
| 3336 | 2026-07-29T07:46:42.970Z | Compiling packed_struct v0.10.1 |
| 3337 | 2026-07-29T07:46:43.052Z | Compiling proc-macro-error2 v2.0.1 |
| 3338 | 2026-07-29T07:46:43.098Z | Compiling tungstenite v0.21.0 |
| 3339 | 2026-07-29T07:46:43.159Z | Compiling bitvec v1.0.1 |
| 3340 | 2026-07-29T07:46:43.219Z | Compiling p384 v0.13.1 |
| 3341 | 2026-07-29T07:46:43.387Z | Compiling wnaf v0.14.0 |
| 3342 | 2026-07-29T07:46:43.410Z | Compiling primefield v0.14.0 |
| 3343 | 2026-07-29T07:46:43.637Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3344 | 2026-07-29T07:46:43.705Z | Compiling rfc6979 v0.6.0 |
| 3345 | 2026-07-29T07:46:43.729Z | Compiling git-stub v1.0.0 |
| 3346 | 2026-07-29T07:46:43.776Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3347 | 2026-07-29T07:46:43.838Z | Compiling packed_struct_codegen v0.10.1 |
| 3348 | 2026-07-29T07:46:43.887Z | Compiling num-derive v0.3.3 |
| 3349 | 2026-07-29T07:46:44.000Z | Compiling bitfield-macros v0.19.4 |
| 3350 | 2026-07-29T07:46:44.045Z | Compiling zerocopy-derive v0.6.6 |
| 3351 | 2026-07-29T07:46:44.063Z | Compiling indexmap v1.9.3 |
| 3352 | 2026-07-29T07:46:44.063Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3353 | 2026-07-29T07:46:44.122Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3354 | 2026-07-29T07:46:44.295Z | Compiling nodrop v0.1.14 |
| 3355 | 2026-07-29T07:46:44.317Z | Compiling crc-catalog v2.4.0 |
| 3356 | 2026-07-29T07:46:44.393Z | Compiling array-init v0.0.4 |
| 3357 | 2026-07-29T07:46:44.420Z | Compiling crc v3.4.0 |
| 3358 | 2026-07-29T07:46:44.470Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3359 | 2026-07-29T07:46:44.576Z | Compiling git-stub-vcs v0.1.0 |
| 3360 | 2026-07-29T07:46:44.649Z | Compiling ecdsa v0.17.0 |
| 3361 | 2026-07-29T07:46:44.710Z | Compiling tokio-tungstenite v0.21.0 |
| 3362 | 2026-07-29T07:46:44.729Z | Compiling primeorder v0.14.0 |
| 3363 | 2026-07-29T07:46:44.732Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3364 | 2026-07-29T07:46:44.786Z | Compiling tabled_derive v0.11.0 |
| 3365 | 2026-07-29T07:46:44.814Z | Compiling bitfield v0.19.4 |
| 3366 | 2026-07-29T07:46:44.866Z | Compiling libscf-sys v1.1.0 |
| 3367 | 2026-07-29T07:46:44.913Z | Compiling smallvec v0.6.14 |
| 3368 | 2026-07-29T07:46:44.994Z | Compiling zerocopy v0.6.6 |
| 3369 | 2026-07-29T07:46:45.037Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3370 | 2026-07-29T07:46:45.071Z | Compiling progenitor-impl v0.13.0 |
| 3371 | 2026-07-29T07:46:45.152Z | Compiling papergrid v0.17.0 |
| 3372 | 2026-07-29T07:46:45.171Z | Compiling testing_table v0.3.0 |
| 3373 | 2026-07-29T07:46:45.174Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3374 | 2026-07-29T07:46:45.174Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3375 | 2026-07-29T07:46:45.219Z | Compiling curve25519-dalek v5.0.0 |
| 3376 | 2026-07-29T07:46:45.364Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3377 | 2026-07-29T07:46:45.383Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3378 | 2026-07-29T07:46:45.386Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3379 | 2026-07-29T07:46:45.386Z | Compiling unicase v2.9.0 |
| 3380 | 2026-07-29T07:46:45.660Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3381 | 2026-07-29T07:46:45.677Z | Compiling corncobs v0.1.4 |
| 3382 | 2026-07-29T07:46:45.680Z | Compiling hashbrown v0.12.3 |
| 3383 | 2026-07-29T07:46:45.764Z | Compiling mime_guess v2.0.5 |
| 3384 | 2026-07-29T07:46:45.801Z | Compiling progenitor v0.14.0 |
| 3385 | 2026-07-29T07:46:45.804Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3386 | 2026-07-29T07:46:45.837Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3387 | 2026-07-29T07:46:45.878Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3388 | 2026-07-29T07:46:45.921Z | Compiling parking_lot v0.11.2 |
| 3389 | 2026-07-29T07:46:45.991Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3390 | 2026-07-29T07:46:46.037Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3391 | 2026-07-29T07:46:46.102Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3392 | 2026-07-29T07:46:46.205Z | Compiling tabled v0.20.0 |
| 3393 | 2026-07-29T07:46:46.260Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3394 | 2026-07-29T07:46:46.335Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3395 | 2026-07-29T07:46:46.352Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3396 | 2026-07-29T07:46:46.373Z | Compiling serde-hex v0.1.0 |
| 3397 | 2026-07-29T07:46:46.391Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3398 | 2026-07-29T07:46:46.456Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3399 | 2026-07-29T07:46:46.700Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3400 | 2026-07-29T07:46:46.791Z | Compiling ron v0.8.1 |
| 3401 | 2026-07-29T07:46:46.855Z | Compiling ssh-encoding v0.3.0 |
| 3402 | 2026-07-29T07:46:46.890Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3403 | 2026-07-29T07:46:46.974Z | Compiling hashbrown v0.13.2 |
| 3404 | 2026-07-29T07:46:46.991Z | Compiling progenitor-client v0.13.0 |
| 3405 | 2026-07-29T07:46:47.110Z | Compiling prefix-trie v0.7.0 |
| 3406 | 2026-07-29T07:46:47.233Z | Compiling fxhash v0.2.1 |
| 3407 | 2026-07-29T07:46:47.345Z | Compiling secrecy v0.8.0 |
| 3408 | 2026-07-29T07:46:47.408Z | Compiling keccak v0.2.0 |
| 3409 | 2026-07-29T07:46:47.516Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3410 | 2026-07-29T07:46:47.533Z | Compiling crc-any v2.5.0 |
| 3411 | 2026-07-29T07:46:47.616Z | Compiling hickory-server v0.25.2 |
| 3412 | 2026-07-29T07:46:47.774Z | Compiling object v0.30.4 |
| 3413 | 2026-07-29T07:46:47.808Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3414 | 2026-07-29T07:46:47.894Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3415 | 2026-07-29T07:46:48.145Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3416 | 2026-07-29T07:46:48.208Z | Compiling progenitor-macro v0.13.0 |
| 3417 | 2026-07-29T07:46:48.486Z | Compiling sled v0.34.7 |
| 3418 | 2026-07-29T07:46:48.708Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3419 | 2026-07-29T07:46:48.725Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3420 | 2026-07-29T07:46:48.872Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3421 | 2026-07-29T07:46:49.015Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3422 | 2026-07-29T07:46:49.255Z | Compiling ed25519 v3.0.0 |
| 3423 | 2026-07-29T07:46:49.329Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3424 | 2026-07-29T07:46:49.514Z | Compiling crypto-primes v0.7.2 |
| 3425 | 2026-07-29T07:46:49.576Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3426 | 2026-07-29T07:46:50.014Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3427 | 2026-07-29T07:46:50.102Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3428 | 2026-07-29T07:46:50.311Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3429 | 2026-07-29T07:46:50.429Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3430 | 2026-07-29T07:46:50.463Z | Compiling poly1305 v0.9.0 |
| 3431 | 2026-07-29T07:46:50.510Z | Compiling blowfish v0.10.0 |
| 3432 | 2026-07-29T07:46:50.592Z | Compiling blake2 v0.11.0-rc.6 |
| 3433 | 2026-07-29T07:46:50.786Z | Compiling http-range v0.1.5 |
| 3434 | 2026-07-29T07:46:50.801Z | Compiling path-slash v0.1.5 |
| 3435 | 2026-07-29T07:46:50.819Z | Compiling half v1.8.3 |
| 3436 | 2026-07-29T07:46:50.981Z | Compiling crc8 v0.1.1 |
| 3437 | 2026-07-29T07:46:51.014Z | Compiling argon2 v0.6.0-rc.8 |
| 3438 | 2026-07-29T07:46:51.098Z | Compiling serde_cbor v0.11.2 |
| 3439 | 2026-07-29T07:46:51.124Z | Compiling ssh-cipher v0.3.0 |
| 3440 | 2026-07-29T07:46:51.143Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3441 | 2026-07-29T07:46:51.165Z | Compiling rsa v0.10.0-rc.18 |
| 3442 | 2026-07-29T07:46:51.248Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3443 | 2026-07-29T07:46:51.481Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3444 | 2026-07-29T07:46:51.499Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3445 | 2026-07-29T07:46:51.607Z | Compiling ed25519-dalek v3.0.0 |
| 3446 | 2026-07-29T07:46:51.732Z | Compiling illumos-nvpair v0.3.0 |
| 3447 | 2026-07-29T07:46:52.037Z | Compiling sha3 v0.11.0 |
| 3448 | 2026-07-29T07:46:52.122Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3449 | 2026-07-29T07:46:52.159Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3450 | 2026-07-29T07:46:52.241Z | Compiling p256 v0.14.0 |
| 3451 | 2026-07-29T07:46:52.258Z | Compiling p521 v0.14.0 |
| 3452 | 2026-07-29T07:46:52.273Z | Compiling p384 v0.14.0 |
| 3453 | 2026-07-29T07:46:52.313Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3454 | 2026-07-29T07:46:52.497Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3455 | 2026-07-29T07:46:52.523Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3456 | 2026-07-29T07:46:52.547Z | Compiling yasna v0.5.2 |
| 3457 | 2026-07-29T07:46:52.616Z | Compiling kstat-rs v0.2.4 |
| 3458 | 2026-07-29T07:46:52.947Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3459 | 2026-07-29T07:46:52.993Z | Compiling headers-core v0.3.0 |
| 3460 | 2026-07-29T07:46:53.044Z | Compiling kem v0.3.0 |
| 3461 | 2026-07-29T07:46:53.062Z | Compiling module-lattice v0.2.3 |
| 3462 | 2026-07-29T07:46:53.140Z | Compiling nanorand v0.7.0 |
| 3463 | 2026-07-29T07:46:53.201Z | Compiling atty v0.2.14 |
| 3464 | 2026-07-29T07:46:53.251Z | Compiling sponge-cursor v0.1.0 |
| 3465 | 2026-07-29T07:46:53.292Z | Compiling headers v0.4.1 |
| 3466 | 2026-07-29T07:46:53.343Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3467 | 2026-07-29T07:46:53.359Z | Compiling flume v0.11.1 |
| 3468 | 2026-07-29T07:46:53.377Z | Compiling sha3 v0.12.0 |
| 3469 | 2026-07-29T07:46:53.381Z | Compiling ml-kem v0.3.2 |
| 3470 | 2026-07-29T07:46:53.411Z | Compiling progenitor v0.13.0 |
| 3471 | 2026-07-29T07:46:53.434Z | Compiling rcgen v0.12.1 |
| 3472 | 2026-07-29T07:46:53.460Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3473 | 2026-07-29T07:46:53.604Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3474 | 2026-07-29T07:46:53.701Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3475 | 2026-07-29T07:46:53.960Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3476 | 2026-07-29T07:46:54.074Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3477 | 2026-07-29T07:46:54.326Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3478 | 2026-07-29T07:46:54.368Z | Compiling hyper-staticfile v0.10.1 |
| 3479 | 2026-07-29T07:46:54.392Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3480 | 2026-07-29T07:46:54.505Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3481 | 2026-07-29T07:46:54.523Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3482 | 2026-07-29T07:46:54.634Z | Compiling russh-cryptovec v0.62.0 |
| 3483 | 2026-07-29T07:46:54.662Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3484 | 2026-07-29T07:46:54.801Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3485 | 2026-07-29T07:46:54.837Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3486 | 2026-07-29T07:46:54.901Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3487 | 2026-07-29T07:46:54.919Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3488 | 2026-07-29T07:46:55.063Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3489 | 2026-07-29T07:46:55.300Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3490 | 2026-07-29T07:46:55.319Z | Compiling port-file v0.1.0 |
| 3491 | 2026-07-29T07:46:55.339Z | Compiling num-bigint v0.4.6 |
| 3492 | 2026-07-29T07:46:55.485Z | Compiling ssh-key v0.7.0-rc.11 |
| 3493 | 2026-07-29T07:46:55.635Z | Compiling generic-array v1.4.3 |
| 3494 | 2026-07-29T07:46:55.675Z | Compiling russh-util v0.52.0 |
| 3495 | 2026-07-29T07:46:55.748Z | Compiling enum_dispatch v0.3.13 |
| 3496 | 2026-07-29T07:46:55.868Z | Compiling delegate v0.13.5 |
| 3497 | 2026-07-29T07:46:55.935Z | Compiling subprocess v0.2.15 |
| 3498 | 2026-07-29T07:46:56.094Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3499 | 2026-07-29T07:46:56.152Z | Compiling md5 v0.8.0 |
| 3500 | 2026-07-29T07:46:56.230Z | Compiling display-error-chain v0.2.2 |
| 3501 | 2026-07-29T07:46:56.277Z | Compiling hex-literal v1.1.0 |
| 3502 | 2026-07-29T07:46:56.423Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3503 | 2026-07-29T07:46:56.442Z | Compiling colored v2.2.0 |
| 3504 | 2026-07-29T07:46:56.466Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3505 | 2026-07-29T07:46:56.553Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3506 | 2026-07-29T07:46:56.725Z | Compiling socket2 v0.5.10 |
| 3507 | 2026-07-29T07:46:56.747Z | Compiling internet-checksum v0.2.1 |
| 3508 | 2026-07-29T07:46:56.905Z | Compiling russh v0.62.4 |
| 3509 | 2026-07-29T07:46:57.960Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3510 | 2026-07-29T07:46:58.668Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3511 | 2026-07-29T07:46:59.159Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3512 | 2026-07-29T07:47:00.520Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3513 | 2026-07-29T07:47:01.362Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3514 | 2026-07-29T07:47:09.956Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3515 | 2026-07-29T07:47:09.956Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3516 | 2026-07-29T07:47:09.959Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3517 | 2026-07-29T07:47:09.959Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3518 | 2026-07-29T07:47:11.717Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3519 | 2026-07-29T07:47:11.830Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3520 | 2026-07-29T07:47:15.885Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3521 | 2026-07-29T07:47:56.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3522 | 2026-07-29T07:47:56.957Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3523 | 2026-07-29T07:47:56.957Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3524 | 2026-07-29T07:47:57.183Z | |
| 3525 | 2026-07-29T07:47:57.183Z | real 1:29.485844786 |
| 3526 | 2026-07-29T07:47:57.183Z | user 8:42.116831854 |
| 3527 | 2026-07-29T07:47:57.183Z | sys 1:45.268757933 |
| 3528 | 2026-07-29T07:47:57.183Z | trap 0.272220796 |
| 3529 | 2026-07-29T07:47:57.183Z | tflt 0.283117123 |
| 3530 | 2026-07-29T07:47:57.183Z | dflt 1.599821995 |
| 3531 | 2026-07-29T07:47:57.187Z | kflt 0.000346380 |
| 3532 | 2026-07-29T07:47:57.187Z | lock 32:23.450604626 |
| 3533 | 2026-07-29T07:47:57.187Z | slp 19:53.685927289 |
| 3534 | 2026-07-29T07:47:57.187Z | lat 41.404963421 |
| 3535 | 2026-07-29T07:47:57.187Z | stop 3:19.637466482 |
| 3536 | 2026-07-29T07:47:57.187Z | + mkdir tests |
| 3537 | 2026-07-29T07:47:57.190Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3538 | 2026-07-29T07:47:57.190Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3539 | 2026-07-29T07:47:57.211Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-49406d368615a71b tests/ |
| 3540 | 2026-07-29T07:47:57.243Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c729adda96b499f2 tests/ |
| 3541 | 2026-07-29T07:47:57.278Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e1ed01c501a47d9c tests/ |
| 3542 | 2026-07-29T07:47:57.310Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cdbbff304d08a3e2 tests/ |
| 3543 | 2026-07-29T07:47:57.674Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3544 | 2026-07-29T07:47:57.678Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-c729adda96b499f2 tests/commtest-e1ed01c501a47d9c tests/dhcp_server-49406d368615a71b tests/end_to_end_tests-cdbbff304d08a3e2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3545 | 2026-07-29T07:49:23.441Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3546 | 2026-07-29T07:49:23.441Z | a .github/buildomat/ci-env.sh 1K |
| 3547 | 2026-07-29T07:49:23.441Z | a out/target/test 1K |
| 3548 | 2026-07-29T07:49:23.441Z | a out/npuzone/npuzone 27402K |
| 3549 | 2026-07-29T07:49:23.441Z | a package-manifest.toml 35K |
| 3550 | 2026-07-29T07:49:23.441Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3551 | 2026-07-29T07:49:23.441Z | a target/release/omicron-package 45079K |
| 3552 | 2026-07-29T07:49:23.441Z | a target/release/xtask 11722K |
| 3553 | 2026-07-29T07:49:23.441Z | a target/debug/bootstrap 406595K |
| 3554 | 2026-07-29T07:49:23.441Z | a tests/bootstrap-c729adda96b499f2 34514K |
| 3555 | 2026-07-29T07:49:23.441Z | a tests/commtest-e1ed01c501a47d9c 34896K |
| 3556 | 2026-07-29T07:49:23.441Z | a tests/dhcp_server-49406d368615a71b 34514K |
| 3557 | 2026-07-29T07:49:23.441Z | a tests/end_to_end_tests-cdbbff304d08a3e2 469586K |
| 3558 | 2026-07-29T07:49:23.441Z | a tools/opte_version 1K |
| 3559 | 2026-07-29T07:49:23.441Z | a tools/opte_version_override 2K |
| 3560 | 2026-07-29T07:49:23.441Z | a out/clickhouse.tar.gz 313400K |
| 3561 | 2026-07-29T07:49:23.441Z | a out/clickhouse_keeper.tar.gz 299613K |
| 3562 | 2026-07-29T07:49:23.441Z | a out/clickhouse_server.tar.gz 313398K |
| 3563 | 2026-07-29T07:49:23.441Z | a out/cockroachdb.tar.gz 161741K |
| 3564 | 2026-07-29T07:49:23.441Z | a out/crucible-pantry-zone.tar.gz 39516K |
| 3565 | 2026-07-29T07:49:23.441Z | a out/crucible-utils.tar 18900K |
| 3566 | 2026-07-29T07:49:23.441Z | a out/crucible-zone.tar.gz 54212K |
| 3567 | 2026-07-29T07:49:23.441Z | a out/external-dns.tar.gz 48106K |
| 3568 | 2026-07-29T07:49:23.441Z | a out/internal-dns.tar.gz 48106K |
| 3569 | 2026-07-29T07:49:23.442Z | a out/mg-ddm-gz.tar 100917K |
| 3570 | 2026-07-29T07:49:23.442Z | a out/nexus.tar.gz 350075K |
| 3571 | 2026-07-29T07:49:23.442Z | a out/ntp.tar.gz 30684K |
| 3572 | 2026-07-29T07:49:23.442Z | a out/omicron-gateway-softnpu.tar.gz 29434K |
| 3573 | 2026-07-29T07:49:23.442Z | a out/omicron-sled-agent.tar 219680K |
| 3574 | 2026-07-29T07:49:23.442Z | a out/overlay.tar.gz 4K |
| 3575 | 2026-07-29T07:49:23.442Z | a out/oximeter.tar.gz 64636K |
| 3576 | 2026-07-29T07:49:23.442Z | a out/oxlog.tar 4018K |
| 3577 | 2026-07-29T07:49:23.442Z | a out/probe.tar.gz 3037K |
| 3578 | 2026-07-29T07:49:23.442Z | a out/propolis-server.tar.gz 34372K |
| 3579 | 2026-07-29T07:49:23.442Z | a out/pumpkind-gz.tar 26647K |
| 3580 | 2026-07-29T07:49:23.442Z | a out/switch-softnpu.tar.gz 497228K |
| 3581 | 2026-07-29T07:49:23.446Z | |
| 3582 | 2026-07-29T07:49:23.446Z | real 1:25.762923200 |
| 3583 | 2026-07-29T07:49:23.446Z | user 1:22.948200201 |
| 3584 | 2026-07-29T07:49:23.446Z | sys 4.744580286 |
| 3585 | 2026-07-29T07:49:23.446Z | trap 0.006300414 |
| 3586 | 2026-07-29T07:49:23.446Z | tflt 0.000000000 |
| 3587 | 2026-07-29T07:49:23.446Z | dflt 0.000000000 |
| 3588 | 2026-07-29T07:49:23.446Z | kflt 0.000000000 |
| 3589 | 2026-07-29T07:49:23.446Z | lock 0.000000000 |
| 3590 | 2026-07-29T07:49:23.446Z | slp 1:22.817102632 |
| 3591 | 2026-07-29T07:49:23.446Z | lat 1.004808326 |
| 3592 | 2026-07-29T07:49:23.446Z | stop 0.000274480 |
| 3593 | 2026-07-29T07:49:23.446Z | process exited: duration 1022519 ms, exit code 0 |
| |
| 3594 | 2026-07-29T07:49:23.460Z | found 1 output files |
| 3595 | 2026-07-29T07:49:23.460Z | uploading: /work/package.tar.gz (2656477265 bytes) |
| 3596 | 2026-07-29T07:49:54.051Z | uploaded: /work/package.tar.gz |