|
|
|
| 1 | 2025-07-01T18:24:13.398Z | job assigned to worker 01JZ3KNFR9R11TBE26V0B2AFHJ [factory aws, i-0df97a56724b36baf] (queued for 50 s) |
| |
| 2 | 2025-07-01T18:24:22.079Z | starting task 0: "setup" |
| 3 | 2025-07-01T18:24:22.084Z | ++ uname -s |
| 4 | 2025-07-01T18:24:22.088Z | + kern=SunOS |
| 5 | 2025-07-01T18:24:22.088Z | + build_user=build |
| 6 | 2025-07-01T18:24:22.088Z | + build_uid=12345 |
| 7 | 2025-07-01T18:24:22.088Z | + work_dir=/work |
| 8 | 2025-07-01T18:24:22.088Z | + input_dir=/input |
| 9 | 2025-07-01T18:24:22.088Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-01T18:24:22.088Z | + case "$kern" in |
| 11 | 2025-07-01T18:24:22.088Z | + groupadd -g 12345 build |
| 12 | 2025-07-01T18:24:22.091Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-01T18:24:24.100Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-01T18:24:24.279Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-01T18:24:24.282Z | + home_fs=zfs |
| 16 | 2025-07-01T18:24:24.282Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-01T18:24:24.282Z | + mkdir -p /home/build |
| 18 | 2025-07-01T18:24:24.285Z | + chown build:build /home/build /work |
| 19 | 2025-07-01T18:24:26.286Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-01T18:24:26.289Z | process exited: duration 4211 ms, exit code 0 |
| |
| 21 | 2025-07-01T18:24:26.296Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-01T18:24:26.302Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-07-01T18:24:26.302Z | * rust toolchain channel = "1.87.0" |
| 24 | 2025-07-01T18:24:26.302Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-07-01T18:24:26.302Z | * rust toolchain profile = "default" |
| 26 | 2025-07-01T18:24:26.302Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-01T18:24:26.302Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-01T18:24:26.305Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-01T18:24:26.305Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-07-01T18:24:26.429Z | info: downloading installer |
| 31 | 2025-07-01T18:24:27.624Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-01T18:24:27.624Z | warn: /opt/ooce/bin |
| 33 | 2025-07-01T18:24:27.624Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-01T18:24:27.624Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-01T18:24:27.624Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-01T18:24:27.624Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-01T18:24:27.624Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-01T18:24:27.624Z | error: cannot install while Rust is installed |
| 39 | 2025-07-01T18:24:27.624Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-01T18:24:27.642Z | info: profile set to 'default' |
| 41 | 2025-07-01T18:24:27.642Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-01T18:24:27.646Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-07-01T18:24:27.800Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-07-01T18:24:27.800Z | info: downloading component 'cargo' |
| 45 | 2025-07-01T18:24:28.738Z | info: downloading component 'clippy' |
| 46 | 2025-07-01T18:24:29.119Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-01T18:24:30.276Z | info: downloading component 'rust-std' |
| 48 | 2025-07-01T18:24:31.882Z | info: downloading component 'rustc' |
| 49 | 2025-07-01T18:24:39.170Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-01T18:24:39.441Z | info: installing component 'cargo' |
| 51 | 2025-07-01T18:24:40.338Z | info: installing component 'clippy' |
| 52 | 2025-07-01T18:24:40.728Z | info: installing component 'rust-docs' |
| 53 | 2025-07-01T18:24:42.600Z | info: installing component 'rust-std' |
| 54 | 2025-07-01T18:24:44.466Z | info: installing component 'rustc' |
| 55 | 2025-07-01T18:24:51.035Z | info: installing component 'rustfmt' |
| 56 | 2025-07-01T18:24:51.363Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-07-01T18:24:51.363Z | |
| 58 | 2025-07-01T18:24:51.783Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-07-01T18:24:51.783Z | |
| 60 | 2025-07-01T18:24:51.786Z | |
| 61 | 2025-07-01T18:24:51.786Z | Rust is installed now. Great! |
| 62 | 2025-07-01T18:24:51.786Z | |
| 63 | 2025-07-01T18:24:51.786Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-01T18:24:51.786Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-01T18:24:51.786Z | |
| 66 | 2025-07-01T18:24:51.786Z | To configure your current shell, you need to source |
| 67 | 2025-07-01T18:24:51.786Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-01T18:24:51.786Z | |
| 69 | 2025-07-01T18:24:51.786Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-01T18:24:51.786Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-01T18:24:51.786Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-01T18:24:51.786Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-01T18:24:51.874Z | + rustup --version |
| 74 | 2025-07-01T18:24:51.886Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-01T18:24:51.890Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-01T18:24:51.990Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-07-01T18:24:51.993Z | + cargo --version |
| 78 | 2025-07-01T18:24:52.084Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-07-01T18:24:52.089Z | + rustc --version |
| 80 | 2025-07-01T18:24:52.180Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-07-01T18:24:52.192Z | process exited: duration 25866 ms, exit code 0 |
| |
| 82 | 2025-07-01T18:24:52.214Z | starting task 2: "authentication" |
| 83 | 2025-07-01T18:24:52.249Z | process exited: duration 30 ms, exit code 0 |
| |
| 84 | 2025-07-01T18:24:52.286Z | starting task 3: "clone repository" |
| 85 | 2025-07-01T18:24:52.298Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-01T18:24:52.298Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-01T18:24:52.368Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-01T18:25:00.688Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-01T18:25:00.696Z | + git fetch origin 8930190bbe30b92f7115059b006e026b8ce59209 |
| 90 | 2025-07-01T18:25:01.051Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-01T18:25:01.055Z | * branch 8930190bbe30b92f7115059b006e026b8ce59209 -> FETCH_HEAD |
| 92 | 2025-07-01T18:25:01.067Z | + [[ -n dap/mgs-u16 ]] |
| 93 | 2025-07-01T18:25:01.067Z | ++ git branch --show-current |
| 94 | 2025-07-01T18:25:01.073Z | + current=main |
| 95 | 2025-07-01T18:25:01.073Z | + [[ main != dap/mgs-u16 ]] |
| 96 | 2025-07-01T18:25:01.073Z | + git branch -f dap/mgs-u16 8930190bbe30b92f7115059b006e026b8ce59209 |
| 97 | 2025-07-01T18:25:01.073Z | + git checkout -f dap/mgs-u16 |
| 98 | 2025-07-01T18:25:01.304Z | Switched to branch 'dap/mgs-u16' |
| 99 | 2025-07-01T18:25:01.310Z | + git reset --hard 8930190bbe30b92f7115059b006e026b8ce59209 |
| 100 | 2025-07-01T18:25:01.315Z | HEAD is now at 8930190bb Merge remote-tracking branch 'origin/main' into dap/mgs-u16 |
| 101 | 2025-07-01T18:25:01.315Z | process exited: duration 9028 ms, exit code 0 |
| |
| 102 | 2025-07-01T18:25:01.324Z | starting task 4: "build" |
| 103 | 2025-07-01T18:25:01.328Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-07-01T18:25:01.328Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-07-01T18:25:01.328Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-07-01T18:25:01.328Z | + cargo --version |
| 107 | 2025-07-01T18:25:01.400Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-07-01T18:25:01.403Z | + rustc --version |
| 109 | 2025-07-01T18:25:01.454Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-07-01T18:25:01.458Z | + WORK=/work |
| 111 | 2025-07-01T18:25:01.458Z | + pfexec mkdir -p /work |
| 112 | 2025-07-01T18:25:01.463Z | + pfexec chown build /work |
| 113 | 2025-07-01T18:25:01.466Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-07-01T18:25:11.350Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-07-01T18:25:18.227Z | Startup: Caching catalogs ... Done |
| 116 | 2025-07-01T18:25:22.124Z | Planning: Solver setup ... Done (2.606s) |
| 117 | 2025-07-01T18:25:22.150Z | Planning: Running solver ... Done (0.026s) |
| 118 | 2025-07-01T18:25:22.239Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-07-01T18:25:22.253Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-07-01T18:25:22.389Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-07-01T18:25:22.439Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2025-07-01T18:25:22.490Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2025-07-01T18:25:22.789Z | Planning: Checking for conflicting actions ... Done (0.300s) |
| 124 | 2025-07-01T18:25:22.803Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-07-01T18:25:23.864Z | Planning: Evaluating mediators ... Done (1.062s) |
| 126 | 2025-07-01T18:25:23.874Z | Planning: Planning completed in 5.53 seconds |
| 127 | 2025-07-01T18:25:23.893Z | Packages to install: 4 |
| 128 | 2025-07-01T18:25:23.893Z | Mediators to change: 2 |
| 129 | 2025-07-01T18:25:23.896Z | Services to change: 1 |
| 130 | 2025-07-01T18:25:23.896Z | Estimated space available: 155.50 GB |
| 131 | 2025-07-01T18:25:23.897Z | Estimated space to be consumed: 1.69 GB |
| 132 | 2025-07-01T18:25:23.897Z | Create boot environment: No |
| 133 | 2025-07-01T18:25:23.897Z | Create backup boot environment: No |
| 134 | 2025-07-01T18:25:23.897Z | Rebuild boot archive: No |
| 135 | 2025-07-01T18:25:23.897Z | |
| 136 | 2025-07-01T18:25:23.897Z | Changed mediators: |
| 137 | 2025-07-01T18:25:23.897Z | mediator clang: |
| 138 | 2025-07-01T18:25:23.897Z | version: None -> 15 (system default) |
| 139 | 2025-07-01T18:25:23.897Z | |
| 140 | 2025-07-01T18:25:23.897Z | mediator llvm: |
| 141 | 2025-07-01T18:25:23.897Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-07-01T18:25:23.897Z | |
| 143 | 2025-07-01T18:25:23.897Z | Changed packages: |
| 144 | 2025-07-01T18:25:23.897Z | helios-dev |
| 145 | 2025-07-01T18:25:23.897Z | developer/build-essential |
| 146 | 2025-07-01T18:25:23.897Z | None -> 11-2.0 |
| 147 | 2025-07-01T18:25:23.897Z | library/libxmlsec1 |
| 148 | 2025-07-01T18:25:23.897Z | None -> 1.2.35-2.0 |
| 149 | 2025-07-01T18:25:23.897Z | ooce/developer/clang-15 |
| 150 | 2025-07-01T18:25:23.897Z | None -> 15.0.7-2.0 |
| 151 | 2025-07-01T18:25:23.897Z | ooce/developer/llvm-15 |
| 152 | 2025-07-01T18:25:23.897Z | None -> 15.0.7-2.0 |
| 153 | 2025-07-01T18:25:23.897Z | |
| 154 | 2025-07-01T18:25:23.897Z | Services: |
| 155 | 2025-07-01T18:25:23.897Z | restart_fmri: |
| 156 | 2025-07-01T18:25:23.898Z | svc:/system/update-man-index:default |
| 157 | 2025-07-01T18:25:23.943Z | |
| 158 | 2025-07-01T18:25:23.943Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-07-01T18:25:29.027Z | Download: 1193/3290 items 83.5/212.6MB 39% complete (17.7M/s) |
| 160 | 2025-07-01T18:25:33.768Z | Download: Completed 212.60 MB in 9.82 seconds (21.6M/s) |
| 161 | 2025-07-01T18:25:34.068Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2025-07-01T18:25:38.673Z | Actions: Completed 3689 actions in 4.61 seconds. |
| 163 | 2025-07-01T18:25:39.019Z | Done (0.338s) |
| 164 | 2025-07-01T18:25:39.019Z | Done (0.000s) |
| 165 | 2025-07-01T18:25:39.858Z | Done (0.841s) |
| 166 | 2025-07-01T18:25:44.385Z | Done (4.210s) |
| 167 | 2025-07-01T18:25:44.475Z | Done (0.019s) |
| 168 | 2025-07-01T18:25:44.478Z | Done (0.000s) |
| 169 | 2025-07-01T18:25:44.628Z | Done (0.000s) |
| 170 | 2025-07-01T18:25:45.468Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2025-07-01T18:25:45.634Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2025-07-01T18:25:45.637Z | Planning: Consolidating action changes ... Done |
| 173 | 2025-07-01T18:25:45.909Z | Planning: Evaluating mediators ... Done |
| 174 | 2025-07-01T18:25:45.912Z | Planning: Planning completed in 0.44 seconds |
| 175 | 2025-07-01T18:25:45.944Z | Mediators to change: 2 |
| 176 | 2025-07-01T18:25:45.947Z | Create boot environment: No |
| 177 | 2025-07-01T18:25:45.947Z | Create backup boot environment: No |
| 178 | 2025-07-01T18:25:46.020Z | Done |
| 179 | 2025-07-01T18:25:46.020Z | Done |
| 180 | 2025-07-01T18:25:46.599Z | Done |
| 181 | 2025-07-01T18:25:50.194Z | Done |
| 182 | 2025-07-01T18:25:50.280Z | Done |
| 183 | 2025-07-01T18:25:50.286Z | Done |
| 184 | 2025-07-01T18:25:50.408Z | Done |
| 185 | 2025-07-01T18:25:51.362Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2025-07-01T18:25:51.369Z | Planning: Merging actions ... Done |
| 187 | 2025-07-01T18:25:51.369Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-07-01T18:25:51.369Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-07-01T18:25:51.506Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-07-01T18:25:51.564Z | Planning: Planning completed in 0.78 seconds |
| 191 | 2025-07-01T18:25:51.601Z | Packages to change: 1 |
| 192 | 2025-07-01T18:25:51.601Z | Mediators to change: 1 |
| 193 | 2025-07-01T18:25:51.606Z | Services to change: 1 |
| 194 | 2025-07-01T18:25:51.606Z | Create boot environment: No |
| 195 | 2025-07-01T18:25:51.606Z | Create backup boot environment: Yes |
| 196 | 2025-07-01T18:25:54.081Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2025-07-01T18:25:54.084Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2025-07-01T18:25:54.087Z | Done |
| 199 | 2025-07-01T18:25:54.088Z | Done |
| 200 | 2025-07-01T18:25:54.256Z | Done |
| 201 | 2025-07-01T18:25:57.869Z | Done |
| 202 | 2025-07-01T18:25:57.965Z | Done |
| 203 | 2025-07-01T18:25:57.968Z | Done |
| 204 | 2025-07-01T18:25:58.119Z | Done |
| 205 | 2025-07-01T18:25:58.554Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2025-07-01T18:25:58.554Z | clang system 15 system |
| 207 | 2025-07-01T18:25:58.554Z | csh system system illumos |
| 208 | 2025-07-01T18:25:58.554Z | ctags system system illumos |
| 209 | 2025-07-01T18:25:58.554Z | file system system illumos |
| 210 | 2025-07-01T18:25:58.554Z | gcc vendor 12 vendor |
| 211 | 2025-07-01T18:25:58.554Z | gcc system 10 system |
| 212 | 2025-07-01T18:25:58.554Z | gcc system 7 system |
| 213 | 2025-07-01T18:25:58.555Z | go system 1.20 system |
| 214 | 2025-07-01T18:25:58.555Z | go system 1.19 system |
| 215 | 2025-07-01T18:25:58.555Z | llvm system 15 system |
| 216 | 2025-07-01T18:25:58.555Z | llvm system 14 system |
| 217 | 2025-07-01T18:25:58.555Z | mariadb system 10.6 system |
| 218 | 2025-07-01T18:25:58.555Z | mta vendor vendor dma |
| 219 | 2025-07-01T18:25:58.555Z | openjdk system 17 system |
| 220 | 2025-07-01T18:25:58.555Z | openjdk system 11 system |
| 221 | 2025-07-01T18:25:58.555Z | openjdk system 1.8 system |
| 222 | 2025-07-01T18:25:58.555Z | openssl vendor 3 vendor |
| 223 | 2025-07-01T18:25:58.555Z | perl system 5.36 system |
| 224 | 2025-07-01T18:25:58.555Z | postgresql system 15 system |
| 225 | 2025-07-01T18:25:58.555Z | postgresql system 13 system |
| 226 | 2025-07-01T18:25:58.555Z | python vendor 3 vendor |
| 227 | 2025-07-01T18:25:58.555Z | python system 2 system |
| 228 | 2025-07-01T18:25:58.555Z | python3 system 3.11 system |
| 229 | 2025-07-01T18:25:58.555Z | ruby system 3.0 system |
| 230 | 2025-07-01T18:25:58.555Z | words vendor vendor american-english |
| 231 | 2025-07-01T18:25:58.555Z | words system system australian-english |
| 232 | 2025-07-01T18:25:58.555Z | words system system british-english |
| 233 | 2025-07-01T18:25:58.555Z | words system system canadian-english |
| 234 | 2025-07-01T18:25:58.555Z | words system system french |
| 235 | 2025-07-01T18:25:58.555Z | words system system italian |
| 236 | 2025-07-01T18:25:58.555Z | words system system ngerman |
| 237 | 2025-07-01T18:25:58.555Z | words system system ogerman |
| 238 | 2025-07-01T18:25:58.555Z | words system system spanish |
| 239 | 2025-07-01T18:25:58.894Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2025-07-01T18:25:58.894Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2025-07-01T18:26:03.406Z | FMRI IFO |
| 242 | 2025-07-01T18:26:03.406Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2025-07-01T18:26:03.406Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2025-07-01T18:26:03.407Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2025-07-01T18:26:04.381Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2025-07-01T18:26:04.712Z | Updating crates.io index |
| 260 | 2025-07-01T18:26:04.783Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2025-07-01T18:26:05.224Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2025-07-01T18:26:05.846Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2025-07-01T18:26:06.117Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2025-07-01T18:26:06.452Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2025-07-01T18:26:06.814Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2025-07-01T18:26:07.928Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2025-07-01T18:26:09.864Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2025-07-01T18:26:10.807Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2025-07-01T18:26:11.494Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 270 | 2025-07-01T18:26:11.808Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 271 | 2025-07-01T18:26:12.171Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2025-07-01T18:26:16.929Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2025-07-01T18:26:17.130Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 274 | 2025-07-01T18:26:17.130Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2025-07-01T18:26:17.130Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2025-07-01T18:26:17.130Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2025-07-01T18:26:17.130Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2025-07-01T18:26:17.131Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2025-07-01T18:26:17.131Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2025-07-01T18:26:17.131Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2025-07-01T18:26:17.131Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 282 | 2025-07-01T18:26:17.131Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 283 | 2025-07-01T18:26:17.131Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2025-07-01T18:26:17.361Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 285 | 2025-07-01T18:26:17.776Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 286 | 2025-07-01T18:26:18.116Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 287 | 2025-07-01T18:26:18.568Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 288 | 2025-07-01T18:26:19.031Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2025-07-01T18:26:19.374Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2025-07-01T18:26:19.685Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2025-07-01T18:26:20.014Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 292 | 2025-07-01T18:26:28.992Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 293 | 2025-07-01T18:26:30.198Z | Downloading crates ... |
| 294 | 2025-07-01T18:26:30.249Z | Downloaded is_terminal_polyfill v1.70.1 |
| 295 | 2025-07-01T18:26:30.255Z | Downloaded clap v4.5.40 |
| 296 | 2025-07-01T18:26:30.260Z | Downloaded cargo_toml v0.21.0 |
| 297 | 2025-07-01T18:26:30.261Z | Downloaded anstyle v1.0.11 |
| 298 | 2025-07-01T18:26:30.267Z | Downloaded anstream v0.6.18 |
| 299 | 2025-07-01T18:26:30.267Z | Downloaded thread-id v4.2.2 |
| 300 | 2025-07-01T18:26:30.273Z | Downloaded generic-array v0.14.7 |
| 301 | 2025-07-01T18:26:30.273Z | Downloaded tabled_derive v0.7.0 |
| 302 | 2025-07-01T18:26:30.273Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2025-07-01T18:26:30.273Z | Downloaded clap_lex v0.7.4 |
| 304 | 2025-07-01T18:26:30.273Z | Downloaded anstyle-parse v0.2.5 |
| 305 | 2025-07-01T18:26:30.279Z | Downloaded errno v0.3.12 |
| 306 | 2025-07-01T18:26:30.279Z | Downloaded typenum v1.17.0 |
| 307 | 2025-07-01T18:26:30.280Z | Downloaded typeid v1.0.3 |
| 308 | 2025-07-01T18:26:30.285Z | Downloaded thiserror-impl v2.0.12 |
| 309 | 2025-07-01T18:26:30.285Z | Downloaded unicode-ident v1.0.18 |
| 310 | 2025-07-01T18:26:30.285Z | Downloaded unicode-linebreak v0.1.5 |
| 311 | 2025-07-01T18:26:30.292Z | Downloaded thiserror v1.0.69 |
| 312 | 2025-07-01T18:26:30.292Z | Downloaded yoke-derive v0.7.4 |
| 313 | 2025-07-01T18:26:30.293Z | Downloaded bitflags v2.9.0 |
| 314 | 2025-07-01T18:26:30.299Z | Downloaded zerofrom v0.1.4 |
| 315 | 2025-07-01T18:26:30.299Z | Downloaded usdt-attr-macro v0.5.0 |
| 316 | 2025-07-01T18:26:30.299Z | Downloaded write16 v1.0.0 |
| 317 | 2025-07-01T18:26:30.299Z | Downloaded serde_spanned v0.6.9 |
| 318 | 2025-07-01T18:26:30.305Z | Downloaded serde-untagged v0.1.7 |
| 319 | 2025-07-01T18:26:30.306Z | Downloaded icu_provider v1.5.0 |
| 320 | 2025-07-01T18:26:30.306Z | Downloaded zerofrom-derive v0.1.4 |
| 321 | 2025-07-01T18:26:30.311Z | Downloaded utf8_iter v1.0.4 |
| 322 | 2025-07-01T18:26:30.311Z | Downloaded scroll_derive v0.12.0 |
| 323 | 2025-07-01T18:26:30.311Z | Downloaded zerovec-derive v0.10.3 |
| 324 | 2025-07-01T18:26:30.311Z | Downloaded usdt-impl v0.5.0 |
| 325 | 2025-07-01T18:26:30.327Z | Downloaded utf8parse v0.2.2 |
| 326 | 2025-07-01T18:26:30.327Z | Downloaded unicode-xid v0.2.6 |
| 327 | 2025-07-01T18:26:30.327Z | Downloaded thiserror v2.0.12 |
| 328 | 2025-07-01T18:26:30.331Z | Downloaded zerocopy-derive v0.7.35 |
| 329 | 2025-07-01T18:26:30.331Z | Downloaded yoke v0.7.4 |
| 330 | 2025-07-01T18:26:30.331Z | Downloaded ucd-trie v0.1.7 |
| 331 | 2025-07-01T18:26:30.331Z | Downloaded writeable v0.5.5 |
| 332 | 2025-07-01T18:26:30.331Z | Downloaded macaddr v1.0.1 |
| 333 | 2025-07-01T18:26:30.333Z | Downloaded icu_locid_transform_data v1.5.0 |
| 334 | 2025-07-01T18:26:30.333Z | Downloaded toml_write v0.1.2 |
| 335 | 2025-07-01T18:26:30.337Z | Downloaded toml v0.8.23 |
| 336 | 2025-07-01T18:26:30.337Z | Downloaded textwrap v0.16.2 |
| 337 | 2025-07-01T18:26:30.341Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2025-07-01T18:26:30.341Z | Downloaded usdt v0.5.0 |
| 339 | 2025-07-01T18:26:30.341Z | Downloaded url v2.5.4 |
| 340 | 2025-07-01T18:26:30.345Z | Downloaded swrite v0.1.0 |
| 341 | 2025-07-01T18:26:30.345Z | Downloaded icu_provider_macros v1.5.0 |
| 342 | 2025-07-01T18:26:30.345Z | Downloaded toml_edit v0.22.27 |
| 343 | 2025-07-01T18:26:30.349Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2025-07-01T18:26:30.353Z | Downloaded block-buffer v0.10.4 |
| 345 | 2025-07-01T18:26:30.353Z | Downloaded zerovec v0.10.4 |
| 346 | 2025-07-01T18:26:30.356Z | Downloaded serde-value v0.7.0 |
| 347 | 2025-07-01T18:26:30.360Z | Downloaded zerocopy v0.7.35 |
| 348 | 2025-07-01T18:26:30.372Z | Downloaded strsim v0.11.1 |
| 349 | 2025-07-01T18:26:30.376Z | Downloaded winnow v0.7.10 |
| 350 | 2025-07-01T18:26:30.382Z | Downloaded synstructure v0.13.1 |
| 351 | 2025-07-01T18:26:30.385Z | Downloaded cargo-util-schemas v0.2.0 |
| 352 | 2025-07-01T18:26:30.385Z | Downloaded ordered-float v2.10.1 |
| 353 | 2025-07-01T18:26:30.389Z | Downloaded memmap v0.7.0 |
| 354 | 2025-07-01T18:26:30.389Z | Downloaded unicode-width v0.2.0 |
| 355 | 2025-07-01T18:26:30.393Z | Downloaded unicode-width v0.1.14 |
| 356 | 2025-07-01T18:26:30.398Z | Downloaded bytecount v0.6.8 |
| 357 | 2025-07-01T18:26:30.403Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2025-07-01T18:26:30.406Z | Downloaded quote v1.0.40 |
| 359 | 2025-07-01T18:26:30.407Z | Downloaded camino-tempfile v1.4.1 |
| 360 | 2025-07-01T18:26:30.407Z | Downloaded once_cell v1.21.3 |
| 361 | 2025-07-01T18:26:30.410Z | Downloaded sha2 v0.10.9 |
| 362 | 2025-07-01T18:26:30.414Z | Downloaded clap_derive v4.5.40 |
| 363 | 2025-07-01T18:26:30.414Z | Downloaded terminal_size v0.4.0 |
| 364 | 2025-07-01T18:26:30.414Z | Downloaded litemap v0.7.3 |
| 365 | 2025-07-01T18:26:30.418Z | Downloaded proc-macro2 v1.0.95 |
| 366 | 2025-07-01T18:26:30.421Z | Downloaded icu_locid_transform v1.5.0 |
| 367 | 2025-07-01T18:26:30.422Z | Downloaded serde_tokenstream v0.2.2 |
| 368 | 2025-07-01T18:26:30.425Z | Downloaded ryu v1.0.18 |
| 369 | 2025-07-01T18:26:30.425Z | Downloaded pest_meta v2.7.14 |
| 370 | 2025-07-01T18:26:30.429Z | Downloaded log v0.4.27 |
| 371 | 2025-07-01T18:26:30.429Z | Downloaded camino v1.1.10 |
| 372 | 2025-07-01T18:26:30.433Z | Downloaded pest_derive v2.7.14 |
| 373 | 2025-07-01T18:26:30.433Z | Downloaded semver v1.0.26 |
| 374 | 2025-07-01T18:26:30.436Z | Downloaded icu_locid v1.5.0 |
| 375 | 2025-07-01T18:26:30.440Z | Downloaded tempfile v3.20.0 |
| 376 | 2025-07-01T18:26:30.444Z | Downloaded icu_properties v1.5.1 |
| 377 | 2025-07-01T18:26:30.447Z | Downloaded num-traits v0.2.19 |
| 378 | 2025-07-01T18:26:30.447Z | Downloaded percent-encoding v2.3.1 |
| 379 | 2025-07-01T18:26:30.447Z | Downloaded idna_adapter v1.2.0 |
| 380 | 2025-07-01T18:26:30.451Z | Downloaded smallvec v1.15.0 |
| 381 | 2025-07-01T18:26:30.451Z | Downloaded serde_derive v1.0.219 |
| 382 | 2025-07-01T18:26:30.455Z | Downloaded serde v1.0.219 |
| 383 | 2025-07-01T18:26:30.572Z | Downloaded pest v2.7.14 |
| 384 | 2025-07-01T18:26:30.573Z | Downloaded papergrid v0.11.0 |
| 385 | 2025-07-01T18:26:30.573Z | Downloaded erased-serde v0.4.6 |
| 386 | 2025-07-01T18:26:30.573Z | Downloaded displaydoc v0.2.5 |
| 387 | 2025-07-01T18:26:30.573Z | Downloaded memchr v2.7.4 |
| 388 | 2025-07-01T18:26:30.573Z | Downloaded indexmap v2.9.0 |
| 389 | 2025-07-01T18:26:30.573Z | Downloaded icu_collections v1.5.0 |
| 390 | 2025-07-01T18:26:30.573Z | Downloaded cargo_metadata v0.20.0 |
| 391 | 2025-07-01T18:26:30.573Z | Downloaded cargo-platform v0.2.0 |
| 392 | 2025-07-01T18:26:30.573Z | Downloaded anstyle-query v1.1.1 |
| 393 | 2025-07-01T18:26:30.573Z | Downloaded stable_deref_trait v1.2.0 |
| 394 | 2025-07-01T18:26:30.574Z | Downloaded smawk v0.3.2 |
| 395 | 2025-07-01T18:26:30.574Z | Downloaded scroll v0.12.0 |
| 396 | 2025-07-01T18:26:30.574Z | Downloaded idna v1.0.3 |
| 397 | 2025-07-01T18:26:30.574Z | Downloaded fastrand v2.1.1 |
| 398 | 2025-07-01T18:26:30.574Z | Downloaded serde_json v1.0.140 |
| 399 | 2025-07-01T18:26:30.574Z | Downloaded colorchoice v1.0.2 |
| 400 | 2025-07-01T18:26:30.574Z | Downloaded hashbrown v0.15.4 |
| 401 | 2025-07-01T18:26:30.596Z | Downloaded pest_generator v2.7.14 |
| 402 | 2025-07-01T18:26:30.596Z | Downloaded itoa v1.0.11 |
| 403 | 2025-07-01T18:26:30.596Z | Downloaded fs-err v3.1.1 |
| 404 | 2025-07-01T18:26:30.596Z | Downloaded digest v0.10.7 |
| 405 | 2025-07-01T18:26:30.596Z | Downloaded cpufeatures v0.2.14 |
| 406 | 2025-07-01T18:26:30.596Z | Downloaded equivalent v1.0.2 |
| 407 | 2025-07-01T18:26:30.596Z | Downloaded clap_builder v4.5.40 |
| 408 | 2025-07-01T18:26:30.596Z | Downloaded version_check v0.9.5 |
| 409 | 2025-07-01T18:26:30.596Z | Downloaded goblin v0.8.2 |
| 410 | 2025-07-01T18:26:30.597Z | Downloaded tabled v0.15.0 |
| 411 | 2025-07-01T18:26:30.597Z | Downloaded toml_datetime v0.6.11 |
| 412 | 2025-07-01T18:26:30.597Z | Downloaded syn v1.0.109 |
| 413 | 2025-07-01T18:26:30.597Z | Downloaded icu_properties_data v1.5.0 |
| 414 | 2025-07-01T18:26:30.597Z | Downloaded tinystr v0.7.6 |
| 415 | 2025-07-01T18:26:30.597Z | Downloaded thiserror-impl v1.0.69 |
| 416 | 2025-07-01T18:26:30.597Z | Downloaded plain v0.2.3 |
| 417 | 2025-07-01T18:26:30.597Z | Downloaded icu_normalizer_data v1.5.0 |
| 418 | 2025-07-01T18:26:30.597Z | Downloaded heck v0.4.1 |
| 419 | 2025-07-01T18:26:30.597Z | Downloaded byteorder v1.5.0 |
| 420 | 2025-07-01T18:26:30.597Z | Downloaded heck v0.5.0 |
| 421 | 2025-07-01T18:26:30.597Z | Downloaded autocfg v1.4.0 |
| 422 | 2025-07-01T18:26:30.597Z | Downloaded utf16_iter v1.0.5 |
| 423 | 2025-07-01T18:26:30.597Z | Downloaded usdt-macro v0.5.0 |
| 424 | 2025-07-01T18:26:30.597Z | Downloaded form_urlencoded v1.2.1 |
| 425 | 2025-07-01T18:26:30.597Z | Downloaded dof v0.3.0 |
| 426 | 2025-07-01T18:26:30.597Z | Downloaded icu_normalizer v1.5.0 |
| 427 | 2025-07-01T18:26:30.602Z | Downloaded syn v2.0.104 |
| 428 | 2025-07-01T18:26:30.602Z | Downloaded crypto-common v0.1.6 |
| 429 | 2025-07-01T18:26:30.602Z | Downloaded getrandom v0.3.1 |
| 430 | 2025-07-01T18:26:30.602Z | Downloaded fnv v1.0.7 |
| 431 | 2025-07-01T18:26:30.602Z | Downloaded rustix v0.38.37 |
| 432 | 2025-07-01T18:26:30.616Z | Downloaded cfg-if v1.0.1 |
| 433 | 2025-07-01T18:26:30.622Z | Downloaded rustix v1.0.7 |
| 434 | 2025-07-01T18:26:30.641Z | Downloaded anyhow v1.0.98 |
| 435 | 2025-07-01T18:26:30.649Z | Downloaded libc v0.2.174 |
| 436 | 2025-07-01T18:26:30.733Z | Compiling proc-macro2 v1.0.95 |
| 437 | 2025-07-01T18:26:30.734Z | Compiling unicode-ident v1.0.18 |
| 438 | 2025-07-01T18:26:30.734Z | Compiling serde v1.0.219 |
| 439 | 2025-07-01T18:26:30.734Z | Compiling version_check v0.9.5 |
| 440 | 2025-07-01T18:26:30.740Z | Compiling thiserror v1.0.69 |
| 441 | 2025-07-01T18:26:30.740Z | Compiling libc v0.2.174 |
| 442 | 2025-07-01T18:26:30.740Z | Compiling memchr v2.7.4 |
| 443 | 2025-07-01T18:26:30.740Z | Compiling stable_deref_trait v1.2.0 |
| 444 | 2025-07-01T18:26:31.162Z | Compiling autocfg v1.4.0 |
| 445 | 2025-07-01T18:26:31.211Z | Compiling ryu v1.0.18 |
| 446 | 2025-07-01T18:26:31.529Z | Compiling litemap v0.7.3 |
| 447 | 2025-07-01T18:26:31.648Z | Compiling writeable v0.5.5 |
| 448 | 2025-07-01T18:26:31.685Z | Compiling itoa v1.0.11 |
| 449 | 2025-07-01T18:26:31.926Z | Compiling ucd-trie v0.1.7 |
| 450 | 2025-07-01T18:26:31.958Z | Compiling once_cell v1.21.3 |
| 451 | 2025-07-01T18:26:32.028Z | Compiling bitflags v2.9.0 |
| 452 | 2025-07-01T18:26:32.192Z | Compiling byteorder v1.5.0 |
| 453 | 2025-07-01T18:26:32.343Z | Compiling icu_locid_transform_data v1.5.0 |
| 454 | 2025-07-01T18:26:32.422Z | Compiling serde_json v1.0.140 |
| 455 | 2025-07-01T18:26:32.464Z | Compiling icu_properties_data v1.5.0 |
| 456 | 2025-07-01T18:26:32.492Z | Compiling num-traits v0.2.19 |
| 457 | 2025-07-01T18:26:32.591Z | Compiling typeid v1.0.3 |
| 458 | 2025-07-01T18:26:32.616Z | Compiling utf8_iter v1.0.4 |
| 459 | 2025-07-01T18:26:32.774Z | Compiling quote v1.0.40 |
| 460 | 2025-07-01T18:26:32.799Z | Compiling write16 v1.0.0 |
| 461 | 2025-07-01T18:26:32.868Z | Compiling errno v0.3.12 |
| 462 | 2025-07-01T18:26:32.953Z | Compiling rustix v0.38.37 |
| 463 | 2025-07-01T18:26:33.092Z | Compiling icu_normalizer_data v1.5.0 |
| 464 | 2025-07-01T18:26:33.092Z | Compiling equivalent v1.0.2 |
| 465 | 2025-07-01T18:26:33.111Z | Compiling utf16_iter v1.0.5 |
| 466 | 2025-07-01T18:26:33.156Z | Compiling hashbrown v0.15.4 |
| 467 | 2025-07-01T18:26:33.160Z | Compiling smallvec v1.15.0 |
| 468 | 2025-07-01T18:26:33.207Z | Compiling syn v2.0.104 |
| 469 | 2025-07-01T18:26:33.491Z | Compiling proc-macro-error-attr v1.0.4 |
| 470 | 2025-07-01T18:26:33.515Z | Compiling usdt-impl v0.5.0 |
| 471 | 2025-07-01T18:26:33.586Z | Compiling syn v1.0.109 |
| 472 | 2025-07-01T18:26:33.716Z | Compiling toml_write v0.1.2 |
| 473 | 2025-07-01T18:26:33.788Z | Compiling winnow v0.7.10 |
| 474 | 2025-07-01T18:26:33.998Z | Compiling thread-id v4.2.2 |
| 475 | 2025-07-01T18:26:34.174Z | Compiling proc-macro-error v1.0.4 |
| 476 | 2025-07-01T18:26:34.225Z | Compiling getrandom v0.3.1 |
| 477 | 2025-07-01T18:26:34.291Z | Compiling indexmap v2.9.0 |
| 478 | 2025-07-01T18:26:34.320Z | Compiling plain v0.2.3 |
| 479 | 2025-07-01T18:26:34.478Z | Compiling utf8parse v0.2.2 |
| 480 | 2025-07-01T18:26:34.507Z | Compiling camino v1.1.10 |
| 481 | 2025-07-01T18:26:34.715Z | Compiling rustix v1.0.7 |
| 482 | 2025-07-01T18:26:34.921Z | Compiling percent-encoding v2.3.1 |
| 483 | 2025-07-01T18:26:35.080Z | Compiling semver v1.0.26 |
| 484 | 2025-07-01T18:26:35.252Z | Compiling log v0.4.27 |
| 485 | 2025-07-01T18:26:35.283Z | Compiling form_urlencoded v1.2.1 |
| 486 | 2025-07-01T18:26:35.572Z | Compiling terminal_size v0.4.0 |
| 487 | 2025-07-01T18:26:35.638Z | Compiling anstyle-parse v0.2.5 |
| 488 | 2025-07-01T18:26:35.740Z | Compiling ordered-float v2.10.1 |
| 489 | 2025-07-01T18:26:35.850Z | Compiling anstyle-query v1.1.1 |
| 490 | 2025-07-01T18:26:36.023Z | Compiling pretty-hex v0.4.1 |
| 491 | 2025-07-01T18:26:36.054Z | Compiling anstyle v1.0.11 |
| 492 | 2025-07-01T18:26:36.201Z | Compiling thiserror v2.0.12 |
| 493 | 2025-07-01T18:26:36.237Z | Compiling colorchoice v1.0.2 |
| 494 | 2025-07-01T18:26:36.269Z | Compiling is_terminal_polyfill v1.70.1 |
| 495 | 2025-07-01T18:26:36.438Z | Compiling cfg-if v1.0.1 |
| 496 | 2025-07-01T18:26:36.461Z | Compiling anstream v0.6.18 |
| 497 | 2025-07-01T18:26:37.022Z | Compiling fs-err v3.1.1 |
| 498 | 2025-07-01T18:26:37.052Z | Compiling anyhow v1.0.98 |
| 499 | 2025-07-01T18:26:37.205Z | Compiling unicode-width v0.1.14 |
| 500 | 2025-07-01T18:26:37.222Z | Compiling heck v0.4.1 |
| 501 | 2025-07-01T18:26:37.325Z | Compiling strsim v0.11.1 |
| 502 | 2025-07-01T18:26:37.636Z | Compiling fastrand v2.1.1 |
| 503 | 2025-07-01T18:26:37.663Z | Compiling clap_lex v0.7.4 |
| 504 | 2025-07-01T18:26:37.717Z | Compiling heck v0.5.0 |
| 505 | 2025-07-01T18:26:38.006Z | Compiling fnv v1.0.7 |
| 506 | 2025-07-01T18:26:38.176Z | Compiling unicode-xid v0.2.6 |
| 507 | 2025-07-01T18:26:38.201Z | Compiling bytecount v0.6.8 |
| 508 | 2025-07-01T18:26:38.524Z | Compiling papergrid v0.11.0 |
| 509 | 2025-07-01T18:26:39.453Z | Compiling clap_builder v4.5.40 |
| 510 | 2025-07-01T18:26:39.655Z | Compiling tempfile v3.20.0 |
| 511 | 2025-07-01T18:26:39.655Z | Compiling memmap v0.7.0 |
| 512 | 2025-07-01T18:26:39.655Z | Compiling smawk v0.3.2 |
| 513 | 2025-07-01T18:26:39.655Z | Compiling unicode-linebreak v0.1.5 |
| 514 | 2025-07-01T18:26:39.655Z | Compiling unicode-width v0.2.0 |
| 515 | 2025-07-01T18:26:39.881Z | Compiling synstructure v0.13.1 |
| 516 | 2025-07-01T18:26:40.134Z | Compiling textwrap v0.16.2 |
| 517 | 2025-07-01T18:26:40.316Z | Compiling swrite v0.1.0 |
| 518 | 2025-07-01T18:26:40.471Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 519 | 2025-07-01T18:26:40.712Z | Compiling tabled_derive v0.7.0 |
| 520 | 2025-07-01T18:26:42.150Z | Compiling tabled v0.15.0 |
| 521 | 2025-07-01T18:26:42.253Z | Compiling serde_derive v1.0.219 |
| 522 | 2025-07-01T18:26:42.257Z | Compiling zerofrom-derive v0.1.4 |
| 523 | 2025-07-01T18:26:42.257Z | Compiling thiserror-impl v1.0.69 |
| 524 | 2025-07-01T18:26:42.410Z | Compiling yoke-derive v0.7.4 |
| 525 | 2025-07-01T18:26:42.844Z | Compiling zerovec-derive v0.10.3 |
| 526 | 2025-07-01T18:26:44.975Z | Compiling displaydoc v0.2.5 |
| 527 | 2025-07-01T18:26:45.002Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2025-07-01T18:26:45.307Z | Compiling zerocopy-derive v0.7.35 |
| 529 | 2025-07-01T18:26:45.461Z | Compiling pest v2.7.14 |
| 530 | 2025-07-01T18:26:45.601Z | Compiling zerofrom v0.1.4 |
| 531 | 2025-07-01T18:26:45.859Z | Compiling yoke v0.7.4 |
| 532 | 2025-07-01T18:26:46.028Z | Compiling scroll_derive v0.12.0 |
| 533 | 2025-07-01T18:26:46.240Z | Compiling zerovec v0.10.4 |
| 534 | 2025-07-01T18:26:46.379Z | Compiling thiserror-impl v2.0.12 |
| 535 | 2025-07-01T18:26:47.090Z | Compiling clap_derive v4.5.40 |
| 536 | 2025-07-01T18:26:47.175Z | Compiling zerocopy v0.7.35 |
| 537 | 2025-07-01T18:26:47.368Z | Compiling scroll v0.12.0 |
| 538 | 2025-07-01T18:26:47.925Z | Compiling goblin v0.8.2 |
| 539 | 2025-07-01T18:26:48.305Z | Compiling tinystr v0.7.6 |
| 540 | 2025-07-01T18:26:48.409Z | Compiling pest_meta v2.7.14 |
| 541 | 2025-07-01T18:26:48.530Z | Compiling icu_collections v1.5.0 |
| 542 | 2025-07-01T18:26:48.620Z | Compiling icu_locid v1.5.0 |
| 543 | 2025-07-01T18:26:49.747Z | Compiling icu_provider v1.5.0 |
| 544 | 2025-07-01T18:26:49.870Z | Compiling pest_generator v2.7.14 |
| 545 | 2025-07-01T18:26:50.561Z | Compiling icu_locid_transform v1.5.0 |
| 546 | 2025-07-01T18:26:50.592Z | Compiling clap v4.5.40 |
| 547 | 2025-07-01T18:26:51.524Z | Compiling pest_derive v2.7.14 |
| 548 | 2025-07-01T18:26:51.694Z | Compiling icu_properties v1.5.1 |
| 549 | 2025-07-01T18:26:52.264Z | Compiling dtrace-parser v0.2.0 |
| 550 | 2025-07-01T18:26:53.640Z | Compiling serde_spanned v0.6.9 |
| 551 | 2025-07-01T18:26:53.686Z | Compiling toml_datetime v0.6.11 |
| 552 | 2025-07-01T18:26:53.940Z | Compiling serde_tokenstream v0.2.2 |
| 553 | 2025-07-01T18:26:53.944Z | Compiling erased-serde v0.4.6 |
| 554 | 2025-07-01T18:26:54.177Z | Compiling toml_edit v0.22.27 |
| 555 | 2025-07-01T18:26:54.535Z | Compiling serde-value v0.7.0 |
| 556 | 2025-07-01T18:26:55.026Z | Compiling icu_normalizer v1.5.0 |
| 557 | 2025-07-01T18:26:55.112Z | Compiling serde-untagged v0.1.7 |
| 558 | 2025-07-01T18:26:55.340Z | Compiling cargo-platform v0.2.0 |
| 559 | 2025-07-01T18:26:55.612Z | Compiling dof v0.3.0 |
| 560 | 2025-07-01T18:26:55.824Z | Compiling camino-tempfile v1.4.1 |
| 561 | 2025-07-01T18:26:55.898Z | Compiling macaddr v1.0.1 |
| 562 | 2025-07-01T18:26:56.146Z | Compiling idna_adapter v1.2.0 |
| 563 | 2025-07-01T18:26:56.338Z | Compiling idna v1.0.3 |
| 564 | 2025-07-01T18:26:57.017Z | Compiling url v2.5.4 |
| 565 | 2025-07-01T18:26:57.252Z | Compiling usdt-attr-macro v0.5.0 |
| 566 | 2025-07-01T18:26:57.252Z | Compiling usdt-macro v0.5.0 |
| 567 | 2025-07-01T18:26:57.413Z | Compiling toml v0.8.23 |
| 568 | 2025-07-01T18:26:58.222Z | Compiling cargo-util-schemas v0.2.0 |
| 569 | 2025-07-01T18:26:58.222Z | Compiling cargo_toml v0.21.0 |
| 570 | 2025-07-01T18:26:58.538Z | Compiling usdt v0.5.0 |
| 571 | 2025-07-01T18:26:59.671Z | Compiling cargo_metadata v0.20.0 |
| 572 | 2025-07-01T18:27:01.489Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2025-07-01T18:27:04.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 574 | 2025-07-01T18:27:05.149Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2025-07-01T18:27:05.808Z | Downloading crates ... |
| 576 | 2025-07-01T18:27:05.930Z | Downloaded aead v0.5.2 |
| 577 | 2025-07-01T18:27:05.933Z | Downloaded adler2 v2.0.0 |
| 578 | 2025-07-01T18:27:05.936Z | Downloaded addr2line v0.24.2 |
| 579 | 2025-07-01T18:27:05.945Z | Downloaded atomic-waker v1.1.2 |
| 580 | 2025-07-01T18:27:05.948Z | Downloaded atty v0.2.14 |
| 581 | 2025-07-01T18:27:05.951Z | Downloaded bit-set v0.8.0 |
| 582 | 2025-07-01T18:27:05.954Z | Downloaded bcs v0.1.6 |
| 583 | 2025-07-01T18:27:05.957Z | Downloaded home v0.5.9 |
| 584 | 2025-07-01T18:27:05.961Z | Downloaded hostname v0.4.0 |
| 585 | 2025-07-01T18:27:05.961Z | Downloaded atomicwrites v0.4.4 |
| 586 | 2025-07-01T18:27:05.964Z | Downloaded arrayvec v0.7.6 |
| 587 | 2025-07-01T18:27:05.964Z | Downloaded bit-vec v0.8.0 |
| 588 | 2025-07-01T18:27:05.967Z | Downloaded base64 v0.13.1 |
| 589 | 2025-07-01T18:27:05.970Z | Downloaded assert_matches v1.5.0 |
| 590 | 2025-07-01T18:27:05.973Z | Downloaded crucible-workspace-hack v0.1.0 |
| 591 | 2025-07-01T18:27:05.973Z | Downloaded base64ct v1.6.0 |
| 592 | 2025-07-01T18:27:05.976Z | Downloaded bit-set v0.5.3 |
| 593 | 2025-07-01T18:27:05.979Z | Downloaded base16ct v0.2.0 |
| 594 | 2025-07-01T18:27:05.979Z | Downloaded backoff v0.4.0 |
| 595 | 2025-07-01T18:27:05.982Z | Downloaded indicatif v0.17.11 |
| 596 | 2025-07-01T18:27:05.986Z | Downloaded colored v2.2.0 |
| 597 | 2025-07-01T18:27:05.989Z | Downloaded lazycell v1.3.0 |
| 598 | 2025-07-01T18:27:05.992Z | Downloaded bit-vec v0.6.3 |
| 599 | 2025-07-01T18:27:05.995Z | Downloaded lalrpop-util v0.19.12 |
| 600 | 2025-07-01T18:27:05.995Z | Downloaded hickory-client v0.25.2 |
| 601 | 2025-07-01T18:27:05.998Z | Downloaded bitfield v0.14.0 |
| 602 | 2025-07-01T18:27:06.001Z | Downloaded async-stream-impl v0.3.6 |
| 603 | 2025-07-01T18:27:06.001Z | Downloaded jiff-static v0.2.15 |
| 604 | 2025-07-01T18:27:06.004Z | Downloaded is_ci v1.2.0 |
| 605 | 2025-07-01T18:27:06.007Z | Downloaded crc32fast v1.4.2 |
| 606 | 2025-07-01T18:27:06.011Z | Downloaded crc8 v0.1.1 |
| 607 | 2025-07-01T18:27:06.011Z | Downloaded ciborium-io v0.2.2 |
| 608 | 2025-07-01T18:27:06.011Z | Downloaded ascii-canvas v3.0.0 |
| 609 | 2025-07-01T18:27:06.014Z | Downloaded arrayref v0.3.9 |
| 610 | 2025-07-01T18:27:06.017Z | Downloaded iana-time-zone v0.1.63 |
| 611 | 2025-07-01T18:27:06.020Z | Downloaded crc-catalog v2.4.0 |
| 612 | 2025-07-01T18:27:06.020Z | Downloaded ciborium-ll v0.2.2 |
| 613 | 2025-07-01T18:27:06.023Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 614 | 2025-07-01T18:27:06.023Z | Downloaded bitfield-struct v0.6.2 |
| 615 | 2025-07-01T18:27:06.026Z | Downloaded bb8 v0.8.5 |
| 616 | 2025-07-01T18:27:06.026Z | Downloaded async-bb8-diesel v0.2.1 |
| 617 | 2025-07-01T18:27:06.029Z | Downloaded ingot-types v0.1.0 |
| 618 | 2025-07-01T18:27:06.032Z | Downloaded multimap v0.10.1 |
| 619 | 2025-07-01T18:27:06.035Z | Downloaded hyper v1.6.0 |
| 620 | 2025-07-01T18:27:06.042Z | Downloaded progenitor-client v0.8.0 |
| 621 | 2025-07-01T18:27:06.045Z | Downloaded linear-map v1.2.0 |
| 622 | 2025-07-01T18:27:06.049Z | Downloaded blowfish v0.9.1 |
| 623 | 2025-07-01T18:27:06.049Z | Downloaded new_debug_unreachable v1.0.6 |
| 624 | 2025-07-01T18:27:06.052Z | Downloaded instability v0.3.2 |
| 625 | 2025-07-01T18:27:06.055Z | Downloaded constant_time_eq v0.3.1 |
| 626 | 2025-07-01T18:27:06.055Z | Downloaded cargo_metadata v0.18.1 |
| 627 | 2025-07-01T18:27:06.058Z | Downloaded http-range v0.1.5 |
| 628 | 2025-07-01T18:27:06.061Z | Downloaded instant v0.1.13 |
| 629 | 2025-07-01T18:27:06.061Z | Downloaded http-body v1.0.1 |
| 630 | 2025-07-01T18:27:06.064Z | Downloaded cobs v0.2.3 |
| 631 | 2025-07-01T18:27:06.064Z | Downloaded russh-cryptovec v0.7.3 |
| 632 | 2025-07-01T18:27:06.067Z | Downloaded is-terminal v0.4.13 |
| 633 | 2025-07-01T18:27:06.068Z | Downloaded indoc v2.0.6 |
| 634 | 2025-07-01T18:27:06.071Z | Downloaded hubpack_derive v0.1.1 |
| 635 | 2025-07-01T18:27:06.074Z | Downloaded buf-list v1.0.3 |
| 636 | 2025-07-01T18:27:06.077Z | Downloaded ipnet v2.11.0 |
| 637 | 2025-07-01T18:27:06.077Z | Downloaded match_cfg v0.1.0 |
| 638 | 2025-07-01T18:27:06.080Z | Downloaded base64 v0.21.7 |
| 639 | 2025-07-01T18:27:06.083Z | Downloaded md5 v0.7.0 |
| 640 | 2025-07-01T18:27:06.086Z | Downloaded crc v3.2.1 |
| 641 | 2025-07-01T18:27:06.090Z | Downloaded crossbeam-deque v0.8.5 |
| 642 | 2025-07-01T18:27:06.090Z | Downloaded serde_urlencoded v0.7.1 |
| 643 | 2025-07-01T18:27:06.093Z | Downloaded lzss v0.8.2 |
| 644 | 2025-07-01T18:27:06.096Z | Downloaded bitflags v1.3.2 |
| 645 | 2025-07-01T18:27:06.099Z | Downloaded libefi-sys v0.1.0 |
| 646 | 2025-07-01T18:27:06.099Z | Downloaded hex-literal v0.4.1 |
| 647 | 2025-07-01T18:27:06.103Z | Downloaded progenitor-macro v0.10.0 |
| 648 | 2025-07-01T18:27:06.103Z | Downloaded libsw-core v0.3.1 |
| 649 | 2025-07-01T18:27:06.106Z | Downloaded strum v0.26.3 |
| 650 | 2025-07-01T18:27:06.106Z | Downloaded humantime v2.2.0 |
| 651 | 2025-07-01T18:27:06.109Z | Downloaded console v0.15.10 |
| 652 | 2025-07-01T18:27:06.112Z | Downloaded take_mut v0.2.2 |
| 653 | 2025-07-01T18:27:06.115Z | Downloaded sync_wrapper v1.0.1 |
| 654 | 2025-07-01T18:27:06.115Z | Downloaded async-recursion v1.1.1 |
| 655 | 2025-07-01T18:27:06.118Z | Downloaded indoc v1.0.9 |
| 656 | 2025-07-01T18:27:06.121Z | Downloaded ingot-macros v0.1.0 |
| 657 | 2025-07-01T18:27:06.124Z | Downloaded argon2 v0.5.3 |
| 658 | 2025-07-01T18:27:06.127Z | Downloaded time-core v0.1.2 |
| 659 | 2025-07-01T18:27:06.127Z | Downloaded hickory-server v0.25.2 |
| 660 | 2025-07-01T18:27:06.133Z | Downloaded md-5 v0.10.6 |
| 661 | 2025-07-01T18:27:06.137Z | Downloaded lru-cache v0.1.2 |
| 662 | 2025-07-01T18:27:06.137Z | Downloaded topological-sort v0.2.2 |
| 663 | 2025-07-01T18:27:06.140Z | Downloaded sigpipe v0.1.3 |
| 664 | 2025-07-01T18:27:06.140Z | Downloaded quick-error v1.2.3 |
| 665 | 2025-07-01T18:27:06.143Z | Downloaded rustversion v1.0.17 |
| 666 | 2025-07-01T18:27:06.146Z | Downloaded schemars_derive v0.8.22 |
| 667 | 2025-07-01T18:27:06.149Z | Downloaded signature v2.2.0 |
| 668 | 2025-07-01T18:27:06.149Z | Downloaded sha1 v0.10.6 |
| 669 | 2025-07-01T18:27:06.152Z | Downloaded litrs v0.4.1 |
| 670 | 2025-07-01T18:27:06.155Z | Downloaded radium v0.7.0 |
| 671 | 2025-07-01T18:27:06.155Z | Downloaded hyper-rustls v0.27.7 |
| 672 | 2025-07-01T18:27:06.158Z | Downloaded cipher v0.4.4 |
| 673 | 2025-07-01T18:27:06.162Z | Downloaded zone v0.3.1 |
| 674 | 2025-07-01T18:27:06.165Z | Downloaded darling_macro v0.20.10 |
| 675 | 2025-07-01T18:27:06.165Z | Downloaded want v0.3.1 |
| 676 | 2025-07-01T18:27:06.165Z | Downloaded slog-bunyan v2.5.0 |
| 677 | 2025-07-01T18:27:06.168Z | Downloaded tagptr v0.2.0 |
| 678 | 2025-07-01T18:27:06.171Z | Downloaded libm v0.2.8 |
| 679 | 2025-07-01T18:27:06.178Z | Downloaded thread_local v1.1.8 |
| 680 | 2025-07-01T18:27:06.181Z | Downloaded rustc-hash v1.1.0 |
| 681 | 2025-07-01T18:27:06.181Z | Downloaded libsw v3.5.0 |
| 682 | 2025-07-01T18:27:06.185Z | Downloaded multer v3.1.0 |
| 683 | 2025-07-01T18:27:06.188Z | Downloaded mime v0.3.17 |
| 684 | 2025-07-01T18:27:06.188Z | Downloaded serde_bytes v0.11.17 |
| 685 | 2025-07-01T18:27:06.191Z | Downloaded rustc-demangle v0.1.24 |
| 686 | 2025-07-01T18:27:06.194Z | Downloaded document-features v0.2.10 |
| 687 | 2025-07-01T18:27:06.194Z | Downloaded unicode-truncate v1.1.0 |
| 688 | 2025-07-01T18:27:06.197Z | Downloaded thiserror-no-std v2.0.2 |
| 689 | 2025-07-01T18:27:06.201Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 690 | 2025-07-01T18:27:06.204Z | Downloaded fxhash v0.2.1 |
| 691 | 2025-07-01T18:27:06.204Z | Downloaded unarray v0.1.4 |
| 692 | 2025-07-01T18:27:06.208Z | Downloaded native-tls v0.2.12 |
| 693 | 2025-07-01T18:27:06.211Z | Downloaded libxml v0.3.3 |
| 694 | 2025-07-01T18:27:06.226Z | Downloaded openssl-probe v0.1.5 |
| 695 | 2025-07-01T18:27:06.229Z | Downloaded opaque-debug v0.3.1 |
| 696 | 2025-07-01T18:27:06.229Z | Downloaded num_threads v0.1.7 |
| 697 | 2025-07-01T18:27:06.232Z | Downloaded xattr v1.3.1 |
| 698 | 2025-07-01T18:27:06.233Z | Downloaded utf-8 v0.7.6 |
| 699 | 2025-07-01T18:27:06.236Z | Downloaded spin v0.9.8 |
| 700 | 2025-07-01T18:27:06.239Z | Downloaded crc-any v2.5.0 |
| 701 | 2025-07-01T18:27:06.242Z | Downloaded dunce v1.0.5 |
| 702 | 2025-07-01T18:27:06.242Z | Downloaded ff v0.13.0 |
| 703 | 2025-07-01T18:27:06.245Z | Downloaded darling v0.20.10 |
| 704 | 2025-07-01T18:27:06.249Z | Downloaded progenitor-client v0.9.1 |
| 705 | 2025-07-01T18:27:06.252Z | Downloaded iddqd v0.3.8 |
| 706 | 2025-07-01T18:27:06.257Z | Downloaded group v0.13.0 |
| 707 | 2025-07-01T18:27:06.260Z | Downloaded globwalk v0.9.1 |
| 708 | 2025-07-01T18:27:06.263Z | Downloaded glob v0.3.2 |
| 709 | 2025-07-01T18:27:06.263Z | Downloaded rtoolbox v0.0.2 |
| 710 | 2025-07-01T18:27:06.267Z | Downloaded ignore v0.4.23 |
| 711 | 2025-07-01T18:27:06.270Z | Downloaded ref-cast-impl v1.0.24 |
| 712 | 2025-07-01T18:27:06.274Z | Downloaded num_enum_derive v0.5.11 |
| 713 | 2025-07-01T18:27:06.274Z | Downloaded globset v0.4.15 |
| 714 | 2025-07-01T18:27:06.277Z | Downloaded futures-io v0.3.31 |
| 715 | 2025-07-01T18:27:06.277Z | Downloaded foreign-types v0.5.0 |
| 716 | 2025-07-01T18:27:06.277Z | Downloaded rustc_version v0.1.7 |
| 717 | 2025-07-01T18:27:06.280Z | Downloaded zstd-safe v7.2.3 |
| 718 | 2025-07-01T18:27:06.280Z | Downloaded crossbeam-epoch v0.9.18 |
| 719 | 2025-07-01T18:27:06.284Z | Downloaded packed_struct_codegen v0.10.1 |
| 720 | 2025-07-01T18:27:06.287Z | Downloaded pretty-hex v0.2.1 |
| 721 | 2025-07-01T18:27:06.287Z | Downloaded parse-size v1.1.0 |
| 722 | 2025-07-01T18:27:06.290Z | Downloaded parse-display-derive v0.10.0 |
| 723 | 2025-07-01T18:27:06.291Z | Downloaded tokio-macros v2.5.0 |
| 724 | 2025-07-01T18:27:06.294Z | Downloaded structmeta v0.3.0 |
| 725 | 2025-07-01T18:27:06.294Z | Downloaded strip-ansi-escapes v0.2.0 |
| 726 | 2025-07-01T18:27:06.297Z | Downloaded compact_str v0.8.0 |
| 727 | 2025-07-01T18:27:06.300Z | Downloaded typify-macro v0.2.0 |
| 728 | 2025-07-01T18:27:06.303Z | Downloaded typify v0.3.0 |
| 729 | 2025-07-01T18:27:06.306Z | Downloaded des v0.8.1 |
| 730 | 2025-07-01T18:27:06.309Z | Downloaded xshell-macros v0.2.7 |
| 731 | 2025-07-01T18:27:06.309Z | Downloaded test-strategy v0.4.1 |
| 732 | 2025-07-01T18:27:06.313Z | Downloaded waitgroup v0.1.2 |
| 733 | 2025-07-01T18:27:06.316Z | Downloaded siphasher v0.3.11 |
| 734 | 2025-07-01T18:27:06.319Z | Downloaded simd-adler32 v0.3.7 |
| 735 | 2025-07-01T18:27:06.319Z | Downloaded zerocopy v0.6.6 |
| 736 | 2025-07-01T18:27:06.322Z | Downloaded serde_path_to_error v0.1.17 |
| 737 | 2025-07-01T18:27:06.325Z | Downloaded string_cache v0.8.9 |
| 738 | 2025-07-01T18:27:06.329Z | Downloaded stringprep v0.1.5 |
| 739 | 2025-07-01T18:27:06.329Z | Downloaded snafu v0.8.5 |
| 740 | 2025-07-01T18:27:06.335Z | Downloaded tiny-keccak v2.0.2 |
| 741 | 2025-07-01T18:27:06.339Z | Downloaded num-complex v0.4.6 |
| 742 | 2025-07-01T18:27:06.342Z | Downloaded foreign-types-shared v0.3.1 |
| 743 | 2025-07-01T18:27:06.343Z | Downloaded dirs-next v2.0.0 |
| 744 | 2025-07-01T18:27:06.347Z | Downloaded headers-core v0.3.0 |
| 745 | 2025-07-01T18:27:06.347Z | Downloaded endian-type v0.1.2 |
| 746 | 2025-07-01T18:27:06.347Z | Downloaded socket2 v0.5.10 |
| 747 | 2025-07-01T18:27:06.352Z | Downloaded universal-hash v0.5.1 |
| 748 | 2025-07-01T18:27:06.357Z | Downloaded futures-core v0.3.31 |
| 749 | 2025-07-01T18:27:06.357Z | Downloaded typify-macro v0.3.0 |
| 750 | 2025-07-01T18:27:06.357Z | Downloaded tui-tree-widget v0.23.1 |
| 751 | 2025-07-01T18:27:06.360Z | Downloaded peg-runtime v0.8.5 |
| 752 | 2025-07-01T18:27:06.360Z | Downloaded number_prefix v0.4.0 |
| 753 | 2025-07-01T18:27:06.360Z | Downloaded progenitor v0.10.0 |
| 754 | 2025-07-01T18:27:06.363Z | Downloaded postcard v1.0.10 |
| 755 | 2025-07-01T18:27:06.366Z | Downloaded wait-timeout v0.2.0 |
| 756 | 2025-07-01T18:27:06.366Z | Downloaded fatfs v0.3.6 |
| 757 | 2025-07-01T18:27:06.369Z | Downloaded progenitor v0.8.0 |
| 758 | 2025-07-01T18:27:06.373Z | Downloaded signal-hook-registry v1.4.2 |
| 759 | 2025-07-01T18:27:06.376Z | Downloaded half v1.8.3 |
| 760 | 2025-07-01T18:27:06.379Z | Downloaded xshell v0.2.7 |
| 761 | 2025-07-01T18:27:06.379Z | Downloaded serde_derive_internals v0.29.1 |
| 762 | 2025-07-01T18:27:06.382Z | Downloaded hyper-util v0.1.14 |
| 763 | 2025-07-01T18:27:06.387Z | Downloaded embedded-io v0.6.1 |
| 764 | 2025-07-01T18:27:06.390Z | Downloaded either v1.15.0 |
| 765 | 2025-07-01T18:27:06.394Z | Downloaded funty v2.0.0 |
| 766 | 2025-07-01T18:27:06.394Z | Downloaded embedded-io v0.4.0 |
| 767 | 2025-07-01T18:27:06.397Z | Downloaded ena v0.14.3 |
| 768 | 2025-07-01T18:27:06.400Z | Downloaded dirs-sys-next v0.1.2 |
| 769 | 2025-07-01T18:27:06.400Z | Downloaded tabwriter v1.4.0 |
| 770 | 2025-07-01T18:27:06.403Z | Downloaded supports-color v3.0.2 |
| 771 | 2025-07-01T18:27:06.403Z | Downloaded num_enum v0.5.11 |
| 772 | 2025-07-01T18:27:06.407Z | Downloaded nibble_vec v0.1.0 |
| 773 | 2025-07-01T18:27:06.410Z | Downloaded newtype_derive v0.1.6 |
| 774 | 2025-07-01T18:27:06.414Z | Downloaded newtype-uuid v1.2.4 |
| 775 | 2025-07-01T18:27:06.414Z | Downloaded olpc-cjson v0.1.4 |
| 776 | 2025-07-01T18:27:06.417Z | Downloaded walkdir v2.5.0 |
| 777 | 2025-07-01T18:27:06.417Z | Downloaded progenitor-impl v0.8.0 |
| 778 | 2025-07-01T18:27:06.420Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 779 | 2025-07-01T18:27:06.423Z | Downloaded filetime v0.2.25 |
| 780 | 2025-07-01T18:27:06.426Z | Downloaded r2d2 v0.8.10 |
| 781 | 2025-07-01T18:27:06.426Z | Downloaded progenitor-macro v0.8.0 |
| 782 | 2025-07-01T18:27:06.430Z | Downloaded scrypt v0.11.0 |
| 783 | 2025-07-01T18:27:06.430Z | Downloaded cc v1.2.15 |
| 784 | 2025-07-01T18:27:06.433Z | Downloaded quinn-udp v0.5.5 |
| 785 | 2025-07-01T18:27:06.436Z | Downloaded derive_builder v0.20.2 |
| 786 | 2025-07-01T18:27:06.441Z | Downloaded futures-channel v0.3.31 |
| 787 | 2025-07-01T18:27:06.444Z | Downloaded newline-converter v0.3.0 |
| 788 | 2025-07-01T18:27:06.447Z | Downloaded foreign-types-shared v0.1.1 |
| 789 | 2025-07-01T18:27:06.447Z | Downloaded fixedbitset v0.4.2 |
| 790 | 2025-07-01T18:27:06.451Z | Downloaded hash32 v0.3.1 |
| 791 | 2025-07-01T18:27:06.451Z | Downloaded papergrid v0.14.0 |
| 792 | 2025-07-01T18:27:06.460Z | Downloaded predicates-tree v1.0.12 |
| 793 | 2025-07-01T18:27:06.463Z | Downloaded aes v0.8.4 |
| 794 | 2025-07-01T18:27:06.463Z | Downloaded rand_xorshift v0.4.0 |
| 795 | 2025-07-01T18:27:06.466Z | Downloaded termios v0.3.3 |
| 796 | 2025-07-01T18:27:06.466Z | Downloaded termcolor v1.4.1 |
| 797 | 2025-07-01T18:27:06.469Z | Downloaded zone v0.1.8 |
| 798 | 2025-07-01T18:27:06.470Z | Downloaded daft v0.1.3 |
| 799 | 2025-07-01T18:27:06.473Z | Downloaded unicode-segmentation v1.12.0 |
| 800 | 2025-07-01T18:27:06.476Z | Downloaded sqlparser_derive v0.2.2 |
| 801 | 2025-07-01T18:27:06.479Z | Downloaded ssh-cipher v0.2.0 |
| 802 | 2025-07-01T18:27:06.479Z | Downloaded progenitor-impl v0.10.0 |
| 803 | 2025-07-01T18:27:06.482Z | Downloaded cstr-argument v0.1.2 |
| 804 | 2025-07-01T18:27:06.485Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 805 | 2025-07-01T18:27:06.485Z | Downloaded sct v0.7.1 |
| 806 | 2025-07-01T18:27:06.489Z | Downloaded itertools v0.10.5 |
| 807 | 2025-07-01T18:27:06.495Z | Downloaded hashbrown v0.12.3 |
| 808 | 2025-07-01T18:27:06.500Z | Downloaded paste v1.0.15 |
| 809 | 2025-07-01T18:27:06.504Z | Downloaded parse-display v0.10.0 |
| 810 | 2025-07-01T18:27:06.507Z | Downloaded same-file v1.0.6 |
| 811 | 2025-07-01T18:27:06.510Z | Downloaded unsafe-libyaml v0.2.11 |
| 812 | 2025-07-01T18:27:06.513Z | Downloaded tokio-tungstenite v0.21.0 |
| 813 | 2025-07-01T18:27:06.517Z | Downloaded num v0.4.3 |
| 814 | 2025-07-01T18:27:06.517Z | Downloaded vsss-rs v3.3.4 |
| 815 | 2025-07-01T18:27:06.520Z | Downloaded omicron-zone-package v0.12.2 |
| 816 | 2025-07-01T18:27:06.523Z | Downloaded ssh-encoding v0.2.0 |
| 817 | 2025-07-01T18:27:06.526Z | Downloaded slog-stdlog v4.1.1 |
| 818 | 2025-07-01T18:27:06.531Z | Downloaded typed-path v0.9.3 |
| 819 | 2025-07-01T18:27:06.534Z | Downloaded zeroize_derive v1.4.2 |
| 820 | 2025-07-01T18:27:06.537Z | Downloaded serde_repr v0.1.19 |
| 821 | 2025-07-01T18:27:06.541Z | Downloaded tokio-native-tls v0.3.1 |
| 822 | 2025-07-01T18:27:06.541Z | Downloaded try-lock v0.2.5 |
| 823 | 2025-07-01T18:27:06.544Z | Downloaded ron v0.7.1 |
| 824 | 2025-07-01T18:27:06.548Z | Downloaded untrusted v0.7.1 |
| 825 | 2025-07-01T18:27:06.551Z | Downloaded elliptic-curve v0.13.8 |
| 826 | 2025-07-01T18:27:06.554Z | Downloaded password-hash v0.5.0 |
| 827 | 2025-07-01T18:27:06.558Z | Downloaded difflib v0.4.0 |
| 828 | 2025-07-01T18:27:06.558Z | Downloaded defmt-parser v0.3.4 |
| 829 | 2025-07-01T18:27:06.561Z | Downloaded tower-service v0.3.3 |
| 830 | 2025-07-01T18:27:06.561Z | Downloaded itertools v0.12.1 |
| 831 | 2025-07-01T18:27:06.567Z | Downloaded unicode-bidi v0.3.17 |
| 832 | 2025-07-01T18:27:06.571Z | Downloaded oso-derive v0.27.3 |
| 833 | 2025-07-01T18:27:06.574Z | Downloaded nodrop v0.1.14 |
| 834 | 2025-07-01T18:27:06.574Z | Downloaded peg v0.8.5 |
| 835 | 2025-07-01T18:27:06.577Z | Downloaded rand_core v0.6.4 |
| 836 | 2025-07-01T18:27:06.581Z | Downloaded bindgen v0.69.5 |
| 837 | 2025-07-01T18:27:06.588Z | Downloaded void v1.0.2 |
| 838 | 2025-07-01T18:27:06.591Z | Downloaded tap v1.0.1 |
| 839 | 2025-07-01T18:27:06.591Z | Downloaded serde-big-array v0.5.1 |
| 840 | 2025-07-01T18:27:06.594Z | Downloaded semver v0.1.20 |
| 841 | 2025-07-01T18:27:06.597Z | Downloaded secrecy v0.10.3 |
| 842 | 2025-07-01T18:27:06.597Z | Downloaded rustls-pemfile v1.0.4 |
| 843 | 2025-07-01T18:27:06.601Z | Downloaded float-ord v0.3.2 |
| 844 | 2025-07-01T18:27:06.601Z | Downloaded serde_with_macros v3.12.0 |
| 845 | 2025-07-01T18:27:06.604Z | Downloaded num-bigint v0.4.6 |
| 846 | 2025-07-01T18:27:06.608Z | Downloaded rfc6979 v0.4.0 |
| 847 | 2025-07-01T18:27:06.611Z | Downloaded zeroize v1.8.1 |
| 848 | 2025-07-01T18:27:06.614Z | Downloaded half v2.4.1 |
| 849 | 2025-07-01T18:27:06.617Z | Downloaded der_derive v0.7.3 |
| 850 | 2025-07-01T18:27:06.617Z | Downloaded headers v0.4.1 |
| 851 | 2025-07-01T18:27:06.623Z | Downloaded gethostname v0.5.0 |
| 852 | 2025-07-01T18:27:06.626Z | Downloaded enum-as-inner v0.6.1 |
| 853 | 2025-07-01T18:27:06.629Z | Downloaded foreign-types v0.3.2 |
| 854 | 2025-07-01T18:27:06.629Z | Downloaded nu-ansi-term v0.50.1 |
| 855 | 2025-07-01T18:27:06.632Z | Downloaded phf_generator v0.11.2 |
| 856 | 2025-07-01T18:27:06.635Z | Downloaded packed_struct v0.10.1 |
| 857 | 2025-07-01T18:27:06.635Z | Downloaded num-conv v0.1.0 |
| 858 | 2025-07-01T18:27:06.638Z | Downloaded subtle v2.6.1 |
| 859 | 2025-07-01T18:27:06.638Z | Downloaded smallvec v0.6.14 |
| 860 | 2025-07-01T18:27:06.641Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 861 | 2025-07-01T18:27:06.641Z | Downloaded pem-rfc7468 v0.7.0 |
| 862 | 2025-07-01T18:27:06.644Z | Downloaded salsa20 v0.10.2 |
| 863 | 2025-07-01T18:27:06.647Z | Downloaded rusty-fork v0.3.0 |
| 864 | 2025-07-01T18:27:06.647Z | Downloaded tabled_derive v0.10.0 |
| 865 | 2025-07-01T18:27:06.650Z | Downloaded ed25519 v2.2.3 |
| 866 | 2025-07-01T18:27:06.650Z | Downloaded ron v0.8.1 |
| 867 | 2025-07-01T18:27:06.656Z | Downloaded ref-cast v1.0.24 |
| 868 | 2025-07-01T18:27:06.659Z | Downloaded openssl-macros v0.1.1 |
| 869 | 2025-07-01T18:27:06.662Z | Downloaded postgres-types v0.2.9 |
| 870 | 2025-07-01T18:27:06.665Z | Downloaded debug-ignore v1.0.5 |
| 871 | 2025-07-01T18:27:06.666Z | Downloaded twox-hash v2.1.0 |
| 872 | 2025-07-01T18:27:06.669Z | Downloaded num-integer v0.1.46 |
| 873 | 2025-07-01T18:27:06.672Z | Downloaded nom v7.1.3 |
| 874 | 2025-07-01T18:27:06.676Z | Downloaded powerfmt v0.2.0 |
| 875 | 2025-07-01T18:27:06.679Z | Downloaded shell-words v1.1.0 |
| 876 | 2025-07-01T18:27:06.679Z | Downloaded static_assertions v1.1.0 |
| 877 | 2025-07-01T18:27:06.682Z | Downloaded pin-utils v0.1.0 |
| 878 | 2025-07-01T18:27:06.682Z | Downloaded env_logger v0.11.5 |
| 879 | 2025-07-01T18:27:06.685Z | Downloaded data-encoding v2.9.0 |
| 880 | 2025-07-01T18:27:06.689Z | Downloaded blake3 v1.5.4 |
| 881 | 2025-07-01T18:27:06.695Z | Downloaded smf v0.2.3 |
| 882 | 2025-07-01T18:27:06.698Z | Downloaded diesel-dtrace v0.4.2 |
| 883 | 2025-07-01T18:27:06.702Z | Downloaded sync-ptr v0.1.4 |
| 884 | 2025-07-01T18:27:06.702Z | Downloaded phf_shared v0.11.2 |
| 885 | 2025-07-01T18:27:06.702Z | Downloaded tinyvec_macros v0.1.1 |
| 886 | 2025-07-01T18:27:06.705Z | Downloaded parking_lot_core v0.8.6 |
| 887 | 2025-07-01T18:27:06.705Z | Downloaded crunchy v0.2.2 |
| 888 | 2025-07-01T18:27:06.708Z | Downloaded oxnet v0.1.2 |
| 889 | 2025-07-01T18:27:06.708Z | Downloaded serde_cbor v0.11.2 |
| 890 | 2025-07-01T18:27:06.712Z | Downloaded futures-executor v0.3.31 |
| 891 | 2025-07-01T18:27:06.715Z | Downloaded rayon-core v1.12.1 |
| 892 | 2025-07-01T18:27:06.718Z | Downloaded rcgen v0.12.1 |
| 893 | 2025-07-01T18:27:06.722Z | Downloaded zerocopy-derive v0.8.26 |
| 894 | 2025-07-01T18:27:06.727Z | Downloaded vte_generate_state_changes v0.1.2 |
| 895 | 2025-07-01T18:27:06.730Z | Downloaded tokio-rustls v0.24.1 |
| 896 | 2025-07-01T18:27:06.733Z | Downloaded tls_codec v0.4.1 |
| 897 | 2025-07-01T18:27:06.733Z | Downloaded unicode-properties v0.1.3 |
| 898 | 2025-07-01T18:27:06.736Z | Downloaded x509-cert v0.2.5 |
| 899 | 2025-07-01T18:27:06.744Z | Downloaded rustls-pemfile v2.2.0 |
| 900 | 2025-07-01T18:27:06.744Z | Downloaded strum_macros v0.26.4 |
| 901 | 2025-07-01T18:27:06.747Z | Downloaded pin-project-internal v1.1.6 |
| 902 | 2025-07-01T18:27:06.752Z | Downloaded futures-task v0.3.31 |
| 903 | 2025-07-01T18:27:06.752Z | Downloaded resolv-conf v0.7.0 |
| 904 | 2025-07-01T18:27:06.752Z | Downloaded progenitor-macro v0.9.1 |
| 905 | 2025-07-01T18:27:06.752Z | Downloaded primeorder v0.13.6 |
| 906 | 2025-07-01T18:27:06.755Z | Downloaded owo-colors v4.2.2 |
| 907 | 2025-07-01T18:27:06.758Z | Downloaded support-bundle-viewer v0.1.2 |
| 908 | 2025-07-01T18:27:06.761Z | Downloaded pin-project v1.1.6 |
| 909 | 2025-07-01T18:27:06.769Z | Downloaded defmt-macros v0.3.9 |
| 910 | 2025-07-01T18:27:06.772Z | Downloaded rpassword v7.4.0 |
| 911 | 2025-07-01T18:27:06.776Z | Downloaded term v0.7.0 |
| 912 | 2025-07-01T18:27:06.778Z | Downloaded fixedbitset v0.5.7 |
| 913 | 2025-07-01T18:27:06.781Z | Downloaded defmt v0.3.8 |
| 914 | 2025-07-01T18:27:06.785Z | Downloaded expectorate v1.2.0 |
| 915 | 2025-07-01T18:27:06.788Z | Downloaded tungstenite v0.23.0 |
| 916 | 2025-07-01T18:27:06.791Z | Downloaded der v0.7.9 |
| 917 | 2025-07-01T18:27:06.796Z | Downloaded num-derive v0.4.2 |
| 918 | 2025-07-01T18:27:06.799Z | Downloaded num-derive v0.3.3 |
| 919 | 2025-07-01T18:27:06.799Z | Downloaded pkcs5 v0.7.1 |
| 920 | 2025-07-01T18:27:06.802Z | Downloaded quinn v0.11.5 |
| 921 | 2025-07-01T18:27:06.805Z | Downloaded display-error-chain v0.2.2 |
| 922 | 2025-07-01T18:27:06.808Z | Downloaded rand_chacha v0.9.0 |
| 923 | 2025-07-01T18:27:06.810Z | Downloaded pkcs1 v0.7.5 |
| 924 | 2025-07-01T18:27:06.811Z | Downloaded heapless v0.7.17 |
| 925 | 2025-07-01T18:27:06.815Z | Downloaded subprocess v0.2.9 |
| 926 | 2025-07-01T18:27:06.818Z | Downloaded shlex v1.3.0 |
| 927 | 2025-07-01T18:27:06.821Z | Downloaded vergen v8.3.2 |
| 928 | 2025-07-01T18:27:06.826Z | Downloaded parking_lot v0.11.2 |
| 929 | 2025-07-01T18:27:06.829Z | Downloaded tokio-postgres v0.7.13 |
| 930 | 2025-07-01T18:27:06.832Z | Downloaded float-cmp v0.10.0 |
| 931 | 2025-07-01T18:27:06.832Z | Downloaded slog-term v2.9.1 |
| 932 | 2025-07-01T18:27:06.835Z | Downloaded pin-project-lite v0.2.14 |
| 933 | 2025-07-01T18:27:06.838Z | Downloaded flume v0.11.1 |
| 934 | 2025-07-01T18:27:06.842Z | Downloaded p256 v0.13.2 |
| 935 | 2025-07-01T18:27:06.845Z | Downloaded tar v0.4.44 |
| 936 | 2025-07-01T18:27:06.849Z | Downloaded winnow v0.5.40 |
| 937 | 2025-07-01T18:27:06.858Z | Downloaded diff v0.1.13 |
| 938 | 2025-07-01T18:27:06.861Z | Downloaded diesel_derives v2.2.3 |
| 939 | 2025-07-01T18:27:06.865Z | Downloaded serde_yaml v0.9.34+deprecated |
| 940 | 2025-07-01T18:27:06.878Z | Downloaded vte v0.11.1 |
| 941 | 2025-07-01T18:27:06.878Z | Downloaded parking_lot v0.12.3 |
| 942 | 2025-07-01T18:27:06.878Z | Downloaded publicsuffix v2.3.0 |
| 943 | 2025-07-01T18:27:06.878Z | Downloaded prettyplease v0.2.35 |
| 944 | 2025-07-01T18:27:06.883Z | Downloaded zip v0.6.6 |
| 945 | 2025-07-01T18:27:06.887Z | Downloaded crypto-bigint v0.5.5 |
| 946 | 2025-07-01T18:27:06.890Z | Downloaded pretty_assertions v1.4.1 |
| 947 | 2025-07-01T18:27:06.893Z | Downloaded ssh-key v0.6.6 |
| 948 | 2025-07-01T18:27:06.899Z | Downloaded lalrpop v0.19.12 |
| 949 | 2025-07-01T18:27:06.911Z | Downloaded winnow v0.6.26 |
| 950 | 2025-07-01T18:27:06.920Z | Downloaded samael v0.0.19 |
| 951 | 2025-07-01T18:27:06.926Z | Downloaded tokio-util v0.7.15 |
| 952 | 2025-07-01T18:27:06.933Z | Downloaded tower v0.5.2 |
| 953 | 2025-07-01T18:27:06.942Z | Downloaded ed25519-dalek v2.1.1 |
| 954 | 2025-07-01T18:27:06.945Z | Downloaded reedline v0.40.0 |
| 955 | 2025-07-01T18:27:06.953Z | Downloaded radix_trie v0.2.1 |
| 956 | 2025-07-01T18:27:06.959Z | Downloaded moka v0.12.10 |
| 957 | 2025-07-01T18:27:06.970Z | Downloaded unicode-normalization v0.1.24 |
| 958 | 2025-07-01T18:27:06.973Z | Downloaded webpki-roots v1.0.0 |
| 959 | 2025-07-01T18:27:06.977Z | Downloaded portable-atomic v1.11.0 |
| 960 | 2025-07-01T18:27:06.985Z | Downloaded petname v2.0.2 |
| 961 | 2025-07-01T18:27:06.991Z | Downloaded git2 v0.19.0 |
| 962 | 2025-07-01T18:27:07.000Z | Downloaded sqlparser v0.45.0 |
| 963 | 2025-07-01T18:27:07.005Z | Downloaded zip v4.2.0 |
| 964 | 2025-07-01T18:27:07.010Z | Downloaded rustyline v14.0.0 |
| 965 | 2025-07-01T18:27:07.016Z | Downloaded parse-zoneinfo v0.3.1 |
| 966 | 2025-07-01T18:27:07.019Z | Downloaded h2 v0.4.6 |
| 967 | 2025-07-01T18:27:07.025Z | Downloaded serde_with v3.12.0 |
| 968 | 2025-07-01T18:27:07.034Z | Downloaded regex-syntax v0.6.29 |
| 969 | 2025-07-01T18:27:07.042Z | Downloaded rustls-webpki v0.101.7 |
| 970 | 2025-07-01T18:27:07.055Z | Downloaded p521 v0.13.3 |
| 971 | 2025-07-01T18:27:07.059Z | Downloaded regex v1.11.1 |
| 972 | 2025-07-01T18:27:07.073Z | Downloaded futures-util v0.3.31 |
| 973 | 2025-07-01T18:27:07.084Z | Downloaded gimli v0.31.1 |
| 974 | 2025-07-01T18:27:07.093Z | Downloaded zlib-rs v0.5.1 |
| 975 | 2025-07-01T18:27:07.098Z | Downloaded proptest v1.7.0 |
| 976 | 2025-07-01T18:27:07.107Z | Downloaded salty v0.3.0 |
| 977 | 2025-07-01T18:27:07.114Z | Downloaded polar-core v0.27.3 |
| 978 | 2025-07-01T18:27:07.123Z | Downloaded quinn-proto v0.11.8 |
| 979 | 2025-07-01T18:27:07.130Z | Downloaded vcpkg v0.2.15 |
| 980 | 2025-07-01T18:27:07.168Z | Downloaded zerocopy v0.8.26 |
| 981 | 2025-07-01T18:27:07.192Z | Downloaded smoltcp v0.9.1 |
| 982 | 2025-07-01T18:27:07.204Z | Downloaded object v0.36.5 |
| 983 | 2025-07-01T18:27:07.219Z | Downloaded smoltcp v0.11.0 |
| 984 | 2025-07-01T18:27:07.231Z | Downloaded curve25519-dalek v4.1.3 |
| 985 | 2025-07-01T18:27:07.242Z | Downloaded openssl v0.10.73 |
| 986 | 2025-07-01T18:27:07.252Z | Downloaded rustls v0.23.19 |
| 987 | 2025-07-01T18:27:07.265Z | Downloaded nix v0.28.0 |
| 988 | 2025-07-01T18:27:07.279Z | Downloaded nix v0.30.1 |
| 989 | 2025-07-01T18:27:07.292Z | Downloaded nix v0.29.0 |
| 990 | 2025-07-01T18:27:07.306Z | Downloaded regress v0.10.3 |
| 991 | 2025-07-01T18:27:07.316Z | Downloaded openapiv3 v2.2.0 |
| 992 | 2025-07-01T18:27:07.331Z | Downloaded diesel v2.2.11 |
| 993 | 2025-07-01T18:27:07.351Z | Downloaded sled v0.34.7 |
| 994 | 2025-07-01T18:27:07.362Z | Downloaded ratatui v0.29.0 |
| 995 | 2025-07-01T18:27:07.384Z | Downloaded rustls v0.22.4 |
| 996 | 2025-07-01T18:27:07.397Z | Downloaded typify-impl v0.4.1 |
| 997 | 2025-07-01T18:27:07.416Z | Downloaded typify-impl v0.2.0 |
| 998 | 2025-07-01T18:27:07.433Z | Downloaded regex-automata v0.4.8 |
| 999 | 2025-07-01T18:27:07.451Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1000 | 2025-07-01T18:27:07.464Z | Downloaded typify-impl v0.3.0 |
| 1001 | 2025-07-01T18:27:07.482Z | Downloaded zerocopy-derive v0.6.6 |
| 1002 | 2025-07-01T18:27:07.492Z | Downloaded hickory-proto v0.25.2 |
| 1003 | 2025-07-01T18:27:07.509Z | Downloaded jiff v0.2.15 |
| 1004 | 2025-07-01T18:27:07.528Z | Downloaded chrono-tz v0.10.3 |
| 1005 | 2025-07-01T18:27:07.536Z | Downloaded nix v0.27.1 |
| 1006 | 2025-07-01T18:27:07.547Z | Downloaded tabled v0.18.0 |
| 1007 | 2025-07-01T18:27:07.565Z | Downloaded dropshot v0.16.2 |
| 1008 | 2025-07-01T18:27:07.586Z | Downloaded bstr v1.10.0 |
| 1009 | 2025-07-01T18:27:07.597Z | Downloaded petgraph v0.6.5 |
| 1010 | 2025-07-01T18:27:07.617Z | Downloaded libz-sys v1.1.20 |
| 1011 | 2025-07-01T18:27:07.638Z | Downloaded sha3 v0.10.8 |
| 1012 | 2025-07-01T18:27:07.643Z | Downloaded petgraph v0.8.2 |
| 1013 | 2025-07-01T18:27:07.663Z | Downloaded tokio v1.45.1 |
| 1014 | 2025-07-01T18:27:07.701Z | Downloaded lzma-sys v0.1.20 |
| 1015 | 2025-07-01T18:27:07.730Z | Downloaded p384 v0.13.0 |
| 1016 | 2025-07-01T18:27:07.737Z | Downloaded regex-syntax v0.8.5 |
| 1017 | 2025-07-01T18:27:07.745Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1018 | 2025-07-01T18:27:07.764Z | Downloaded csv v1.3.1 |
| 1019 | 2025-07-01T18:27:07.785Z | Downloaded object v0.30.4 |
| 1020 | 2025-07-01T18:27:07.795Z | Downloaded rustls v0.21.12 |
| 1021 | 2025-07-01T18:27:07.807Z | Downloaded hickory-proto v0.24.4 |
| 1022 | 2025-07-01T18:27:07.822Z | Downloaded quick-xml v0.37.2 |
| 1023 | 2025-07-01T18:27:07.829Z | Downloaded reqwest v0.12.20 |
| 1024 | 2025-07-01T18:27:07.837Z | Downloaded chrono v0.4.41 |
| 1025 | 2025-07-01T18:27:07.845Z | Downloaded unicode_categories v0.1.1 |
| 1026 | 2025-07-01T18:27:07.848Z | Downloaded tower-http v0.6.6 |
| 1027 | 2025-07-01T18:27:07.854Z | Downloaded signal-hook v0.3.18 |
| 1028 | 2025-07-01T18:27:07.857Z | Downloaded zopfli v0.8.1 |
| 1029 | 2025-07-01T18:27:07.861Z | Downloaded rustls-pki-types v1.10.0 |
| 1030 | 2025-07-01T18:27:07.864Z | Downloaded flate2 v1.1.2 |
| 1031 | 2025-07-01T18:27:07.867Z | Downloaded bitvec v1.0.1 |
| 1032 | 2025-07-01T18:27:07.884Z | Downloaded tracing v0.1.40 |
| 1033 | 2025-07-01T18:27:07.887Z | Downloaded rustls-webpki v0.102.8 |
| 1034 | 2025-07-01T18:27:07.903Z | Downloaded typify v0.4.1 |
| 1035 | 2025-07-01T18:27:07.907Z | Downloaded toml_edit v0.19.15 |
| 1036 | 2025-07-01T18:27:07.921Z | Downloaded aws-lc-rs v1.12.4 |
| 1037 | 2025-07-01T18:27:07.930Z | Downloaded rayon v1.10.0 |
| 1038 | 2025-07-01T18:27:07.939Z | Downloaded russh v0.45.0 |
| 1039 | 2025-07-01T18:27:07.944Z | Downloaded tough v0.20.0 |
| 1040 | 2025-07-01T18:27:07.952Z | Downloaded rand v0.9.1 |
| 1041 | 2025-07-01T18:27:07.958Z | Downloaded ctr v0.9.2 |
| 1042 | 2025-07-01T18:27:07.961Z | Downloaded termtree v0.5.1 |
| 1043 | 2025-07-01T18:27:07.961Z | Downloaded foldhash v0.1.5 |
| 1044 | 2025-07-01T18:27:07.964Z | Downloaded aho-corasick v1.1.3 |
| 1045 | 2025-07-01T18:27:07.968Z | Downloaded oxide-tokio-rt v0.1.1 |
| 1046 | 2025-07-01T18:27:07.971Z | Downloaded getrandom v0.2.15 |
| 1047 | 2025-07-01T18:27:07.974Z | Downloaded env_logger v0.10.2 |
| 1048 | 2025-07-01T18:27:07.977Z | Downloaded heapless v0.8.0 |
| 1049 | 2025-07-01T18:27:07.980Z | Downloaded encoding_rs v0.8.34 |
| 1050 | 2025-07-01T18:27:08.002Z | Downloaded hkdf v0.12.4 |
| 1051 | 2025-07-01T18:27:08.006Z | Downloaded num-bigint-dig v0.8.4 |
| 1052 | 2025-07-01T18:27:08.009Z | Downloaded rustls-native-certs v0.8.1 |
| 1053 | 2025-07-01T18:27:08.012Z | Downloaded steno v0.4.1 |
| 1054 | 2025-07-01T18:27:08.030Z | Downloaded pkcs8 v0.10.2 |
| 1055 | 2025-07-01T18:27:08.034Z | Downloaded iri-string v0.7.8 |
| 1056 | 2025-07-01T18:27:08.051Z | Downloaded untrusted v0.9.0 |
| 1057 | 2025-07-01T18:27:08.051Z | Downloaded itertools v0.14.0 |
| 1058 | 2025-07-01T18:27:08.054Z | Downloaded ring v0.17.14 |
| 1059 | 2025-07-01T18:27:08.104Z | Downloaded tower-layer v0.3.3 |
| 1060 | 2025-07-01T18:27:08.107Z | Downloaded psl-types v2.0.11 |
| 1061 | 2025-07-01T18:27:08.107Z | Downloaded path-slash v0.1.5 |
| 1062 | 2025-07-01T18:27:08.110Z | Downloaded itertools v0.13.0 |
| 1063 | 2025-07-01T18:27:08.116Z | Downloaded toml v0.7.8 |
| 1064 | 2025-07-01T18:27:08.120Z | Downloaded time v0.3.36 |
| 1065 | 2025-07-01T18:27:08.130Z | Downloaded parking_lot_core v0.9.10 |
| 1066 | 2025-07-01T18:27:08.133Z | Downloaded slog v2.7.0 |
| 1067 | 2025-07-01T18:27:08.136Z | Downloaded futures v0.3.31 |
| 1068 | 2025-07-01T18:27:08.139Z | Downloaded derive-where v1.5.0 |
| 1069 | 2025-07-01T18:27:08.142Z | Downloaded rsa v0.9.6 |
| 1070 | 2025-07-01T18:27:08.147Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1071 | 2025-07-01T18:27:08.205Z | Downloaded tls_codec_derive v0.4.1 |
| 1072 | 2025-07-01T18:27:08.208Z | Downloaded dyn-clone v1.0.19 |
| 1073 | 2025-07-01T18:27:08.208Z | Downloaded ecdsa v0.16.9 |
| 1074 | 2025-07-01T18:27:08.211Z | Downloaded predicates v3.1.3 |
| 1075 | 2025-07-01T18:27:08.215Z | Downloaded ppv-lite86 v0.2.20 |
| 1076 | 2025-07-01T18:27:08.215Z | Downloaded prefix-trie v0.7.0 |
| 1077 | 2025-07-01T18:27:08.218Z | Downloaded normalize-line-endings v0.3.0 |
| 1078 | 2025-07-01T18:27:08.218Z | Downloaded futures-sink v0.3.31 |
| 1079 | 2025-07-01T18:27:08.218Z | Downloaded futures-macro v0.3.31 |
| 1080 | 2025-07-01T18:27:08.221Z | Downloaded flagset v0.4.6 |
| 1081 | 2025-07-01T18:27:08.221Z | Downloaded tokio-stream v0.1.17 |
| 1082 | 2025-07-01T18:27:08.224Z | Downloaded crossterm v0.28.1 |
| 1083 | 2025-07-01T18:27:08.230Z | Downloaded tungstenite v0.21.0 |
| 1084 | 2025-07-01T18:27:08.233Z | Downloaded aes-gcm v0.10.3 |
| 1085 | 2025-07-01T18:27:08.237Z | Downloaded hex v0.4.3 |
| 1086 | 2025-07-01T18:27:08.240Z | Downloaded heck v0.3.3 |
| 1087 | 2025-07-01T18:27:08.240Z | Downloaded hash32 v0.2.1 |
| 1088 | 2025-07-01T18:27:08.240Z | Downloaded ghash v0.5.1 |
| 1089 | 2025-07-01T18:27:08.243Z | Downloaded foreign-types-macros v0.2.3 |
| 1090 | 2025-07-01T18:27:08.243Z | Downloaded slab v0.4.9 |
| 1091 | 2025-07-01T18:27:08.243Z | Downloaded scopeguard v1.2.0 |
| 1092 | 2025-07-01T18:27:08.246Z | Downloaded proc-macro-error2 v2.0.1 |
| 1093 | 2025-07-01T18:27:08.249Z | Downloaded deranged v0.3.11 |
| 1094 | 2025-07-01T18:27:08.249Z | Downloaded rand_chacha v0.3.1 |
| 1095 | 2025-07-01T18:27:08.250Z | Downloaded postgres-protocol v0.6.8 |
| 1096 | 2025-07-01T18:27:08.253Z | Downloaded unicase v2.7.0 |
| 1097 | 2025-07-01T18:27:08.253Z | Downloaded typify-macro v0.4.1 |
| 1098 | 2025-07-01T18:27:08.253Z | Downloaded predicates-core v1.0.8 |
| 1099 | 2025-07-01T18:27:08.256Z | Downloaded precomputed-hash v0.1.1 |
| 1100 | 2025-07-01T18:27:08.256Z | Downloaded tokio-dtrace v0.1.0 |
| 1101 | 2025-07-01T18:27:08.256Z | Downloaded slog-scope v4.4.0 |
| 1102 | 2025-07-01T18:27:08.259Z | Downloaded slog-json v2.6.1 |
| 1103 | 2025-07-01T18:27:08.259Z | Downloaded slog-async v2.8.0 |
| 1104 | 2025-07-01T18:27:08.263Z | Downloaded sec1 v0.7.3 |
| 1105 | 2025-07-01T18:27:08.263Z | Downloaded num-rational v0.4.2 |
| 1106 | 2025-07-01T18:27:08.266Z | Downloaded tokio-rustls v0.26.0 |
| 1107 | 2025-07-01T18:27:08.266Z | Downloaded oso v0.27.3 |
| 1108 | 2025-07-01T18:27:08.269Z | Downloaded sqlformat v0.3.5 |
| 1109 | 2025-07-01T18:27:08.272Z | Downloaded openssl-sys v0.9.109 |
| 1110 | 2025-07-01T18:27:08.275Z | Downloaded tinyvec v1.8.0 |
| 1111 | 2025-07-01T18:27:08.279Z | Downloaded yansi v1.0.1 |
| 1112 | 2025-07-01T18:27:08.282Z | Downloaded similar v2.7.0 |
| 1113 | 2025-07-01T18:27:08.285Z | Downloaded pem v3.0.5 |
| 1114 | 2025-07-01T18:27:08.288Z | Downloaded zone_cfg_derive v0.3.0 |
| 1115 | 2025-07-01T18:27:08.289Z | Downloaded zone_cfg_derive v0.1.2 |
| 1116 | 2025-07-01T18:27:08.289Z | Downloaded pkg-config v0.3.31 |
| 1117 | 2025-07-01T18:27:08.289Z | Downloaded peg-macros v0.8.5 |
| 1118 | 2025-07-01T18:27:08.292Z | Downloaded password-hash v0.4.2 |
| 1119 | 2025-07-01T18:27:08.292Z | Downloaded poly1305 v0.8.0 |
| 1120 | 2025-07-01T18:27:08.295Z | Downloaded tokio-rustls v0.25.0 |
| 1121 | 2025-07-01T18:27:08.298Z | Downloaded num-iter v0.1.45 |
| 1122 | 2025-07-01T18:27:08.298Z | Downloaded slog-envlogger v2.2.0 |
| 1123 | 2025-07-01T18:27:08.299Z | Downloaded dropshot_endpoint v0.16.2 |
| 1124 | 2025-07-01T18:27:08.302Z | Downloaded qorb v0.4.0 |
| 1125 | 2025-07-01T18:27:08.306Z | Downloaded darling_core v0.20.10 |
| 1126 | 2025-07-01T18:27:08.310Z | Downloaded xz2 v0.1.7 |
| 1127 | 2025-07-01T18:27:08.313Z | Downloaded mio v1.0.2 |
| 1128 | 2025-07-01T18:27:08.317Z | Downloaded minimal-lexical v0.2.1 |
| 1129 | 2025-07-01T18:27:08.323Z | Downloaded hashbrown v0.13.2 |
| 1130 | 2025-07-01T18:27:08.326Z | Downloaded hickory-resolver v0.24.4 |
| 1131 | 2025-07-01T18:27:08.330Z | Downloaded wyz v0.5.1 |
| 1132 | 2025-07-01T18:27:08.334Z | Downloaded whoami v1.6.0 |
| 1133 | 2025-07-01T18:27:08.334Z | Downloaded which v4.4.2 |
| 1134 | 2025-07-01T18:27:08.337Z | Downloaded uuid v1.17.0 |
| 1135 | 2025-07-01T18:27:08.340Z | Downloaded tracing-core v0.1.32 |
| 1136 | 2025-07-01T18:27:08.343Z | Downloaded rand v0.8.5 |
| 1137 | 2025-07-01T18:27:08.346Z | Downloaded miniz_oxide v0.8.5 |
| 1138 | 2025-07-01T18:27:08.346Z | Downloaded strum_macros v0.25.3 |
| 1139 | 2025-07-01T18:27:08.350Z | Downloaded structmeta-derive v0.3.0 |
| 1140 | 2025-07-01T18:27:08.350Z | Downloaded rand_core v0.9.2 |
| 1141 | 2025-07-01T18:27:08.353Z | Downloaded derive_more v0.99.20 |
| 1142 | 2025-07-01T18:27:08.356Z | Downloaded derive_builder_core v0.20.2 |
| 1143 | 2025-07-01T18:27:08.359Z | Downloaded crossbeam-channel v0.5.15 |
| 1144 | 2025-07-01T18:27:08.363Z | Downloaded csv-core v0.1.11 |
| 1145 | 2025-07-01T18:27:08.363Z | Downloaded schemars v0.8.22 |
| 1146 | 2025-07-01T18:27:08.373Z | Downloaded bytes v1.10.1 |
| 1147 | 2025-07-01T18:27:08.377Z | Downloaded signal-hook-mio v0.2.4 |
| 1148 | 2025-07-01T18:27:08.381Z | Downloaded serde_plain v1.0.2 |
| 1149 | 2025-07-01T18:27:08.381Z | Downloaded const_format v0.2.34 |
| 1150 | 2025-07-01T18:27:08.384Z | Downloaded signal-hook-tokio v0.3.1 |
| 1151 | 2025-07-01T18:27:08.388Z | Downloaded secrecy v0.8.0 |
| 1152 | 2025-07-01T18:27:08.388Z | Downloaded rustc_version v0.4.1 |
| 1153 | 2025-07-01T18:27:08.388Z | Downloaded rustc-hash v2.1.1 |
| 1154 | 2025-07-01T18:27:08.391Z | Downloaded rand_seeder v0.3.0 |
| 1155 | 2025-07-01T18:27:08.391Z | Downloaded value-bag v1.9.0 |
| 1156 | 2025-07-01T18:27:08.394Z | Downloaded progenitor-client v0.10.0 |
| 1157 | 2025-07-01T18:27:08.394Z | Downloaded progenitor v0.9.1 |
| 1158 | 2025-07-01T18:27:08.394Z | Downloaded proc-macro-crate v1.3.1 |
| 1159 | 2025-07-01T18:27:08.398Z | Downloaded polyval v0.6.2 |
| 1160 | 2025-07-01T18:27:08.398Z | Downloaded fs_extra v1.3.0 |
| 1161 | 2025-07-01T18:27:08.402Z | Downloaded tokio-tungstenite v0.23.1 |
| 1162 | 2025-07-01T18:27:08.402Z | Downloaded bumpalo v3.16.0 |
| 1163 | 2025-07-01T18:27:08.405Z | Downloaded phf_codegen v0.11.2 |
| 1164 | 2025-07-01T18:27:08.405Z | Downloaded phf v0.11.2 |
| 1165 | 2025-07-01T18:27:08.409Z | Downloaded pbkdf2 v0.11.0 |
| 1166 | 2025-07-01T18:27:08.409Z | Downloaded daft-derive v0.1.3 |
| 1167 | 2025-07-01T18:27:08.412Z | Downloaded hickory-resolver v0.25.2 |
| 1168 | 2025-07-01T18:27:08.416Z | Downloaded zstd v0.13.3 |
| 1169 | 2025-07-01T18:27:08.419Z | Downloaded slog-dtrace v0.3.0 |
| 1170 | 2025-07-01T18:27:08.423Z | Downloaded chacha20poly1305 v0.10.1 |
| 1171 | 2025-07-01T18:27:08.423Z | Downloaded fd-lock v4.0.2 |
| 1172 | 2025-07-01T18:27:08.426Z | Downloaded fallible-iterator v0.2.0 |
| 1173 | 2025-07-01T18:27:08.426Z | Downloaded env_filter v0.1.2 |
| 1174 | 2025-07-01T18:27:08.426Z | Downloaded yasna v0.5.2 |
| 1175 | 2025-07-01T18:27:08.429Z | Downloaded typify v0.2.0 |
| 1176 | 2025-07-01T18:27:08.432Z | Downloaded uzers v0.12.1 |
| 1177 | 2025-07-01T18:27:08.432Z | Downloaded base64 v0.22.1 |
| 1178 | 2025-07-01T18:27:08.435Z | Downloaded pbkdf2 v0.12.2 |
| 1179 | 2025-07-01T18:27:08.439Z | Downloaded fs-err v2.11.0 |
| 1180 | 2025-07-01T18:27:08.439Z | Downloaded derive_builder_macro v0.20.2 |
| 1181 | 2025-07-01T18:27:08.439Z | Downloaded backtrace v0.3.74 |
| 1182 | 2025-07-01T18:27:08.443Z | Downloaded tracing-attributes v0.1.27 |
| 1183 | 2025-07-01T18:27:08.446Z | Downloaded russh-keys v0.45.0 |
| 1184 | 2025-07-01T18:27:08.450Z | Downloaded hmac v0.12.1 |
| 1185 | 2025-07-01T18:27:08.450Z | Downloaded arc-swap v1.7.1 |
| 1186 | 2025-07-01T18:27:08.453Z | Downloaded allocator-api2 v0.2.21 |
| 1187 | 2025-07-01T18:27:08.456Z | Downloaded dsl_auto_type v0.1.2 |
| 1188 | 2025-07-01T18:27:08.459Z | Downloaded time-macros v0.2.18 |
| 1189 | 2025-07-01T18:27:08.459Z | Downloaded snafu-derive v0.8.5 |
| 1190 | 2025-07-01T18:27:08.462Z | Downloaded progenitor-impl v0.9.1 |
| 1191 | 2025-07-01T18:27:08.462Z | Downloaded clang-sys v1.8.1 |
| 1192 | 2025-07-01T18:27:08.467Z | Downloaded cancel-safe-futures v0.1.5 |
| 1193 | 2025-07-01T18:27:08.470Z | Downloaded bzip2 v0.4.4 |
| 1194 | 2025-07-01T18:27:08.470Z | Downloaded ahash v0.8.11 |
| 1195 | 2025-07-01T18:27:08.473Z | Downloaded http v1.3.1 |
| 1196 | 2025-07-01T18:27:08.476Z | Downloaded crossbeam-utils v0.8.21 |
| 1197 | 2025-07-01T18:27:08.479Z | Downloaded const-oid v0.9.6 |
| 1198 | 2025-07-01T18:27:08.482Z | Downloaded bzip2 v0.5.2 |
| 1199 | 2025-07-01T18:27:08.482Z | Downloaded indexmap v1.9.3 |
| 1200 | 2025-07-01T18:27:08.487Z | Downloaded strum_macros v0.24.3 |
| 1201 | 2025-07-01T18:27:08.490Z | Downloaded mime_guess v2.0.5 |
| 1202 | 2025-07-01T18:27:08.490Z | Downloaded lock_api v0.4.12 |
| 1203 | 2025-07-01T18:27:08.490Z | Downloaded hyper-staticfile v0.10.1 |
| 1204 | 2025-07-01T18:27:08.493Z | Downloaded httparse v1.9.5 |
| 1205 | 2025-07-01T18:27:08.496Z | Downloaded cookie v0.18.1 |
| 1206 | 2025-07-01T18:27:08.496Z | Downloaded blake2 v0.10.6 |
| 1207 | 2025-07-01T18:27:08.499Z | Downloaded spki v0.7.3 |
| 1208 | 2025-07-01T18:27:08.502Z | Downloaded nanorand v0.7.0 |
| 1209 | 2025-07-01T18:27:08.503Z | Downloaded maybe-uninit v2.0.0 |
| 1210 | 2025-07-01T18:27:08.506Z | Downloaded jobserver v0.1.32 |
| 1211 | 2025-07-01T18:27:08.506Z | Downloaded indent_write v2.2.0 |
| 1212 | 2025-07-01T18:27:08.509Z | Downloaded highway v1.3.0 |
| 1213 | 2025-07-01T18:27:08.509Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1214 | 2025-07-01T18:27:08.512Z | Downloaded memmap2 v0.9.5 |
| 1215 | 2025-07-01T18:27:08.512Z | Downloaded ciborium v0.2.2 |
| 1216 | 2025-07-01T18:27:08.515Z | Downloaded camino-tempfile-ext v0.3.1 |
| 1217 | 2025-07-01T18:27:08.515Z | Downloaded managed v0.8.0 |
| 1218 | 2025-07-01T18:27:08.518Z | Downloaded libz-rs-sys v0.5.1 |
| 1219 | 2025-07-01T18:27:08.519Z | Downloaded hubpack v0.1.2 |
| 1220 | 2025-07-01T18:27:08.519Z | Downloaded memoffset v0.9.1 |
| 1221 | 2025-07-01T18:27:08.519Z | Downloaded maplit v1.0.2 |
| 1222 | 2025-07-01T18:27:08.522Z | Downloaded lockfree-object-pool v0.1.6 |
| 1223 | 2025-07-01T18:27:08.522Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1224 | 2025-07-01T18:27:08.525Z | Downloaded serde-hex v0.1.0 |
| 1225 | 2025-07-01T18:27:08.528Z | Downloaded lru v0.12.5 |
| 1226 | 2025-07-01T18:27:08.528Z | Downloaded ipnetwork v0.21.1 |
| 1227 | 2025-07-01T18:27:08.528Z | Downloaded bindgen v0.71.1 |
| 1228 | 2025-07-01T18:27:08.536Z | Downloaded cookie_store v0.21.1 |
| 1229 | 2025-07-01T18:27:08.539Z | Downloaded httpdate v1.0.3 |
| 1230 | 2025-07-01T18:27:08.542Z | Downloaded http-body-util v0.1.3 |
| 1231 | 2025-07-01T18:27:08.542Z | Downloaded libloading v0.8.5 |
| 1232 | 2025-07-01T18:27:08.545Z | Downloaded keccak v0.1.5 |
| 1233 | 2025-07-01T18:27:08.545Z | Downloaded inout v0.1.3 |
| 1234 | 2025-07-01T18:27:08.545Z | Downloaded ingot v0.1.0 |
| 1235 | 2025-07-01T18:27:08.549Z | Downloaded hostname v0.3.1 |
| 1236 | 2025-07-01T18:27:08.549Z | Downloaded async-trait v0.1.88 |
| 1237 | 2025-07-01T18:27:08.552Z | Downloaded cassowary v0.3.0 |
| 1238 | 2025-07-01T18:27:08.552Z | Downloaded array-init v0.0.4 |
| 1239 | 2025-07-01T18:27:08.556Z | Downloaded lazy_static v1.5.0 |
| 1240 | 2025-07-01T18:27:08.556Z | Downloaded chacha20 v0.9.1 |
| 1241 | 2025-07-01T18:27:08.556Z | Downloaded cargo-platform v0.1.8 |
| 1242 | 2025-07-01T18:27:08.559Z | Downloaded const_format_proc_macros v0.2.34 |
| 1243 | 2025-07-01T18:27:08.562Z | Downloaded cmake v0.1.51 |
| 1244 | 2025-07-01T18:27:08.562Z | Downloaded castaway v0.2.3 |
| 1245 | 2025-07-01T18:27:08.562Z | Downloaded chrono-tz-build v0.4.0 |
| 1246 | 2025-07-01T18:27:08.562Z | Downloaded cexpr v0.6.0 |
| 1247 | 2025-07-01T18:27:08.565Z | Downloaded ident_case v1.0.1 |
| 1248 | 2025-07-01T18:27:08.565Z | Downloaded convert_case v0.4.0 |
| 1249 | 2025-07-01T18:27:08.565Z | Downloaded cbc v0.1.2 |
| 1250 | 2025-07-01T18:27:08.569Z | Downloaded critical-section v1.1.3 |
| 1251 | 2025-07-01T18:27:08.569Z | Downloaded block-padding v0.3.3 |
| 1252 | 2025-07-01T18:27:08.569Z | Downloaded kstat-rs v0.2.4 |
| 1253 | 2025-07-01T18:27:08.572Z | Downloaded async-stream v0.3.6 |
| 1254 | 2025-07-01T18:27:08.572Z | Downloaded linked-hash-map v0.5.6 |
| 1255 | 2025-07-01T18:27:08.575Z | Downloaded libscf-sys v1.1.0 |
| 1256 | 2025-07-01T18:27:08.575Z | Downloaded internet-checksum v0.2.1 |
| 1257 | 2025-07-01T18:27:08.575Z | Downloaded hyper-tls v0.6.0 |
| 1258 | 2025-07-01T18:27:08.578Z | Downloaded cfg_aliases v0.2.1 |
| 1259 | 2025-07-01T18:27:08.578Z | Downloaded cfg_aliases v0.1.1 |
| 1260 | 2025-07-01T18:27:08.793Z | Downloaded aws-lc-sys v0.26.0 |
| 1261 | 2025-07-01T18:27:09.143Z | Compiling value-bag v1.9.0 |
| 1262 | 2025-07-01T18:27:09.143Z | Compiling shlex v1.3.0 |
| 1263 | 2025-07-01T18:27:09.143Z | Compiling lock_api v0.4.12 |
| 1264 | 2025-07-01T18:27:09.146Z | Compiling scopeguard v1.2.0 |
| 1265 | 2025-07-01T18:27:09.146Z | Compiling typenum v1.17.0 |
| 1266 | 2025-07-01T18:27:09.146Z | Compiling generic-array v0.14.7 |
| 1267 | 2025-07-01T18:27:09.147Z | Compiling syn v2.0.104 |
| 1268 | 2025-07-01T18:27:09.147Z | Compiling getrandom v0.2.15 |
| 1269 | 2025-07-01T18:27:09.474Z | Compiling jobserver v0.1.32 |
| 1270 | 2025-07-01T18:27:09.673Z | Compiling rand_core v0.6.4 |
| 1271 | 2025-07-01T18:27:09.692Z | Compiling smallvec v1.15.0 |
| 1272 | 2025-07-01T18:27:09.735Z | Compiling log v0.4.27 |
| 1273 | 2025-07-01T18:27:09.866Z | Compiling cc v1.2.15 |
| 1274 | 2025-07-01T18:27:10.195Z | Compiling portable-atomic v1.11.0 |
| 1275 | 2025-07-01T18:27:10.217Z | Compiling critical-section v1.1.3 |
| 1276 | 2025-07-01T18:27:10.248Z | Compiling subtle v2.6.1 |
| 1277 | 2025-07-01T18:27:10.269Z | Compiling const-oid v0.9.6 |
| 1278 | 2025-07-01T18:27:10.393Z | Compiling pkg-config v0.3.31 |
| 1279 | 2025-07-01T18:27:10.525Z | Compiling parking_lot_core v0.9.10 |
| 1280 | 2025-07-01T18:27:10.589Z | Compiling pin-project-lite v0.2.14 |
| 1281 | 2025-07-01T18:27:10.755Z | Compiling rustix v0.38.37 |
| 1282 | 2025-07-01T18:27:11.485Z | Compiling signal-hook-registry v1.4.2 |
| 1283 | 2025-07-01T18:27:11.580Z | Compiling parking_lot v0.12.3 |
| 1284 | 2025-07-01T18:27:11.650Z | Compiling mio v1.0.2 |
| 1285 | 2025-07-01T18:27:11.677Z | Compiling futures-core v0.3.31 |
| 1286 | 2025-07-01T18:27:11.941Z | Compiling spin v0.9.8 |
| 1287 | 2025-07-01T18:27:12.144Z | Compiling socket2 v0.5.10 |
| 1288 | 2025-07-01T18:27:12.307Z | Compiling once_cell v1.21.3 |
| 1289 | 2025-07-01T18:27:12.327Z | Compiling slab v0.4.9 |
| 1290 | 2025-07-01T18:27:12.350Z | Compiling aho-corasick v1.1.3 |
| 1291 | 2025-07-01T18:27:12.457Z | Compiling either v1.15.0 |
| 1292 | 2025-07-01T18:27:12.635Z | Compiling libm v0.2.8 |
| 1293 | 2025-07-01T18:27:12.695Z | Compiling cpufeatures v0.2.14 |
| 1294 | 2025-07-01T18:27:12.699Z | Compiling serde_json v1.0.140 |
| 1295 | 2025-07-01T18:27:12.816Z | Compiling regex-syntax v0.8.5 |
| 1296 | 2025-07-01T18:27:12.997Z | Compiling num-traits v0.2.19 |
| 1297 | 2025-07-01T18:27:13.040Z | Compiling percent-encoding v2.3.1 |
| 1298 | 2025-07-01T18:27:13.093Z | Compiling glob v0.3.2 |
| 1299 | 2025-07-01T18:27:13.112Z | Compiling futures-sink v0.3.31 |
| 1300 | 2025-07-01T18:27:13.285Z | Compiling getrandom v0.3.1 |
| 1301 | 2025-07-01T18:27:13.634Z | Compiling prettyplease v0.2.35 |
| 1302 | 2025-07-01T18:27:13.705Z | Compiling lazy_static v1.5.0 |
| 1303 | 2025-07-01T18:27:13.849Z | Compiling minimal-lexical v0.2.1 |
| 1304 | 2025-07-01T18:27:13.920Z | Compiling clang-sys v1.8.1 |
| 1305 | 2025-07-01T18:27:14.020Z | Compiling allocator-api2 v0.2.21 |
| 1306 | 2025-07-01T18:27:14.354Z | Compiling foldhash v0.1.5 |
| 1307 | 2025-07-01T18:27:14.414Z | Compiling nom v7.1.3 |
| 1308 | 2025-07-01T18:27:14.767Z | Compiling hashbrown v0.15.4 |
| 1309 | 2025-07-01T18:27:14.784Z | Compiling libloading v0.8.5 |
| 1310 | 2025-07-01T18:27:14.862Z | Compiling bindgen v0.69.5 |
| 1311 | 2025-07-01T18:27:15.154Z | Compiling home v0.5.9 |
| 1312 | 2025-07-01T18:27:15.390Z | Compiling base64ct v1.6.0 |
| 1313 | 2025-07-01T18:27:15.982Z | Compiling pem-rfc7468 v0.7.0 |
| 1314 | 2025-07-01T18:27:16.004Z | Compiling futures-channel v0.3.31 |
| 1315 | 2025-07-01T18:27:16.390Z | Compiling itertools v0.12.1 |
| 1316 | 2025-07-01T18:27:16.415Z | Compiling rustc-hash v1.1.0 |
| 1317 | 2025-07-01T18:27:16.577Z | Compiling regex-automata v0.4.8 |
| 1318 | 2025-07-01T18:27:16.577Z | Compiling futures-io v0.3.31 |
| 1319 | 2025-07-01T18:27:16.658Z | Compiling synstructure v0.13.1 |
| 1320 | 2025-07-01T18:27:17.733Z | Compiling cexpr v0.6.0 |
| 1321 | 2025-07-01T18:27:18.019Z | Compiling pin-utils v0.1.0 |
| 1322 | 2025-07-01T18:27:18.149Z | Compiling futures-task v0.3.31 |
| 1323 | 2025-07-01T18:27:18.462Z | Compiling lazycell v1.3.0 |
| 1324 | 2025-07-01T18:27:18.659Z | Compiling flagset v0.4.6 |
| 1325 | 2025-07-01T18:27:18.737Z | Compiling cmake v0.1.51 |
| 1326 | 2025-07-01T18:27:18.878Z | Compiling fs_extra v1.3.0 |
| 1327 | 2025-07-01T18:27:19.311Z | Compiling dunce v1.0.5 |
| 1328 | 2025-07-01T18:27:19.315Z | Compiling form_urlencoded v1.2.1 |
| 1329 | 2025-07-01T18:27:19.448Z | Compiling zerocopy v0.8.26 |
| 1330 | 2025-07-01T18:27:19.469Z | Compiling paste v1.0.15 |
| 1331 | 2025-07-01T18:27:19.556Z | Compiling vcpkg v0.2.15 |
| 1332 | 2025-07-01T18:27:19.633Z | Compiling crossbeam-utils v0.8.21 |
| 1333 | 2025-07-01T18:27:19.670Z | Compiling ring v0.17.14 |
| 1334 | 2025-07-01T18:27:20.182Z | Compiling tracing-core v0.1.32 |
| 1335 | 2025-07-01T18:27:20.274Z | Compiling iana-time-zone v0.1.63 |
| 1336 | 2025-07-01T18:27:20.649Z | Compiling aws-lc-rs v1.12.4 |
| 1337 | 2025-07-01T18:27:21.047Z | Compiling httparse v1.9.5 |
| 1338 | 2025-07-01T18:27:21.143Z | Compiling openssl-sys v0.9.109 |
| 1339 | 2025-07-01T18:27:21.331Z | Compiling base64 v0.22.1 |
| 1340 | 2025-07-01T18:27:21.418Z | Compiling serde_derive v1.0.219 |
| 1341 | 2025-07-01T18:27:21.701Z | Compiling zeroize_derive v1.4.2 |
| 1342 | 2025-07-01T18:27:21.987Z | Compiling zerofrom-derive v0.1.4 |
| 1343 | 2025-07-01T18:27:22.042Z | Compiling yoke-derive v0.7.4 |
| 1344 | 2025-07-01T18:27:22.125Z | Compiling zerovec-derive v0.10.3 |
| 1345 | 2025-07-01T18:27:22.971Z | Compiling zeroize v1.8.1 |
| 1346 | 2025-07-01T18:27:24.437Z | Compiling displaydoc v0.2.5 |
| 1347 | 2025-07-01T18:27:24.608Z | Compiling zerocopy-derive v0.7.35 |
| 1348 | 2025-07-01T18:27:24.749Z | Compiling crypto-common v0.1.6 |
| 1349 | 2025-07-01T18:27:24.963Z | Compiling block-buffer v0.10.4 |
| 1350 | 2025-07-01T18:27:25.249Z | Compiling digest v0.10.7 |
| 1351 | 2025-07-01T18:27:25.268Z | Compiling zerofrom v0.1.4 |
| 1352 | 2025-07-01T18:27:25.519Z | Compiling yoke v0.7.4 |
| 1353 | 2025-07-01T18:27:25.688Z | Compiling tokio-macros v2.5.0 |
| 1354 | 2025-07-01T18:27:25.712Z | Compiling hmac v0.12.1 |
| 1355 | 2025-07-01T18:27:25.859Z | Compiling zerovec v0.10.4 |
| 1356 | 2025-07-01T18:27:25.893Z | Compiling icu_provider_macros v1.5.0 |
| 1357 | 2025-07-01T18:27:25.984Z | Compiling block-padding v0.3.3 |
| 1358 | 2025-07-01T18:27:26.245Z | Compiling inout v0.1.3 |
| 1359 | 2025-07-01T18:27:26.356Z | Compiling sha2 v0.10.9 |
| 1360 | 2025-07-01T18:27:26.390Z | Compiling zerocopy v0.7.35 |
| 1361 | 2025-07-01T18:27:26.450Z | Compiling regex v1.11.1 |
| 1362 | 2025-07-01T18:27:26.519Z | Compiling cipher v0.4.4 |
| 1363 | 2025-07-01T18:27:27.075Z | Compiling der_derive v0.7.3 |
| 1364 | 2025-07-01T18:27:27.097Z | Compiling futures-macro v0.3.31 |
| 1365 | 2025-07-01T18:27:27.107Z | Compiling thiserror-impl v1.0.69 |
| 1366 | 2025-07-01T18:27:27.414Z | Compiling salsa20 v0.10.2 |
| 1367 | 2025-07-01T18:27:27.674Z | Compiling tinystr v0.7.6 |
| 1368 | 2025-07-01T18:27:27.697Z | Compiling icu_collections v1.5.0 |
| 1369 | 2025-07-01T18:27:27.817Z | Compiling ppv-lite86 v0.2.20 |
| 1370 | 2025-07-01T18:27:28.074Z | Compiling icu_locid v1.5.0 |
| 1371 | 2025-07-01T18:27:28.505Z | Compiling serde v1.0.219 |
| 1372 | 2025-07-01T18:27:28.614Z | Compiling pbkdf2 v0.12.2 |
| 1373 | 2025-07-01T18:27:28.804Z | Compiling scrypt v0.11.0 |
| 1374 | 2025-07-01T18:27:28.835Z | Compiling futures-util v0.3.31 |
| 1375 | 2025-07-01T18:27:28.950Z | Compiling cbc v0.1.2 |
| 1376 | 2025-07-01T18:27:29.111Z | Compiling der v0.7.9 |
| 1377 | 2025-07-01T18:27:29.188Z | Compiling icu_provider v1.5.0 |
| 1378 | 2025-07-01T18:27:29.314Z | Compiling aes v0.8.4 |
| 1379 | 2025-07-01T18:27:29.674Z | Compiling zerocopy-derive v0.8.26 |
| 1380 | 2025-07-01T18:27:29.955Z | Compiling icu_locid_transform v1.5.0 |
| 1381 | 2025-07-01T18:27:29.978Z | Compiling thiserror v1.0.69 |
| 1382 | 2025-07-01T18:27:30.129Z | Compiling pest v2.7.14 |
| 1383 | 2025-07-01T18:27:30.246Z | Compiling tracing-attributes v0.1.27 |
| 1384 | 2025-07-01T18:27:32.027Z | Compiling icu_properties v1.5.1 |
| 1385 | 2025-07-01T18:27:32.070Z | Compiling spki v0.7.3 |
| 1386 | 2025-07-01T18:27:32.146Z | Compiling scroll_derive v0.12.0 |
| 1387 | 2025-07-01T18:27:32.440Z | Compiling pkcs5 v0.7.1 |
| 1388 | 2025-07-01T18:27:33.058Z | Compiling pest_meta v2.7.14 |
| 1389 | 2025-07-01T18:27:33.371Z | Compiling tracing v0.1.40 |
| 1390 | 2025-07-01T18:27:33.541Z | Compiling pkcs8 v0.10.2 |
| 1391 | 2025-07-01T18:27:33.572Z | Compiling tinyvec_macros v0.1.1 |
| 1392 | 2025-07-01T18:27:33.690Z | Compiling bitflags v2.9.0 |
| 1393 | 2025-07-01T18:27:33.893Z | Compiling bytes v1.10.1 |
| 1394 | 2025-07-01T18:27:33.990Z | Compiling semver v1.0.26 |
| 1395 | 2025-07-01T18:27:34.204Z | Compiling indexmap v2.9.0 |
| 1396 | 2025-07-01T18:27:34.680Z | Compiling rustc_version v0.4.1 |
| 1397 | 2025-07-01T18:27:35.299Z | Compiling tokio v1.45.1 |
| 1398 | 2025-07-01T18:27:35.355Z | Compiling http v1.3.1 |
| 1399 | 2025-07-01T18:27:35.619Z | Compiling icu_normalizer v1.5.0 |
| 1400 | 2025-07-01T18:27:36.191Z | Compiling uuid v1.17.0 |
| 1401 | 2025-07-01T18:27:36.524Z | Compiling chrono v0.4.41 |
| 1402 | 2025-07-01T18:27:36.834Z | Compiling idna_adapter v1.2.0 |
| 1403 | 2025-07-01T18:27:37.073Z | Compiling idna v1.0.3 |
| 1404 | 2025-07-01T18:27:37.302Z | Compiling http-body v1.0.1 |
| 1405 | 2025-07-01T18:27:37.332Z | Compiling rustls-pki-types v1.10.0 |
| 1406 | 2025-07-01T18:27:37.441Z | Compiling rand_core v0.9.2 |
| 1407 | 2025-07-01T18:27:37.557Z | Compiling pest_generator v2.7.14 |
| 1408 | 2025-07-01T18:27:37.633Z | Compiling which v4.4.2 |
| 1409 | 2025-07-01T18:27:37.862Z | Compiling url v2.5.4 |
| 1410 | 2025-07-01T18:27:38.286Z | Compiling tinyvec v1.8.0 |
| 1411 | 2025-07-01T18:27:38.617Z | Compiling scroll v0.12.0 |
| 1412 | 2025-07-01T18:27:38.807Z | Compiling serde_derive_internals v0.29.1 |
| 1413 | 2025-07-01T18:27:39.154Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1414 | 2025-07-01T18:27:39.391Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1415 | 2025-07-01T18:27:39.579Z | Compiling rustversion v1.0.17 |
| 1416 | 2025-07-01T18:27:39.650Z | Compiling openssl-probe v0.1.5 |
| 1417 | 2025-07-01T18:27:39.799Z | Compiling try-lock v0.2.5 |
| 1418 | 2025-07-01T18:27:39.940Z | Compiling time-core v0.1.2 |
| 1419 | 2025-07-01T18:27:39.962Z | Compiling openssl v0.10.73 |
| 1420 | 2025-07-01T18:27:39.965Z | Compiling schemars v0.8.22 |
| 1421 | 2025-07-01T18:27:40.121Z | Compiling powerfmt v0.2.0 |
| 1422 | 2025-07-01T18:27:40.143Z | Compiling untrusted v0.9.0 |
| 1423 | 2025-07-01T18:27:40.240Z | Compiling atomic-waker v1.1.2 |
| 1424 | 2025-07-01T18:27:40.314Z | Compiling num-conv v0.1.0 |
| 1425 | 2025-07-01T18:27:40.337Z | Compiling untrusted v0.7.1 |
| 1426 | 2025-07-01T18:27:40.357Z | Compiling tower-service v0.3.3 |
| 1427 | 2025-07-01T18:27:40.430Z | Compiling adler2 v2.0.0 |
| 1428 | 2025-07-01T18:27:40.507Z | Compiling foreign-types-shared v0.1.1 |
| 1429 | 2025-07-01T18:27:40.511Z | Compiling goblin v0.8.2 |
| 1430 | 2025-07-01T18:27:40.550Z | Compiling deranged v0.3.11 |
| 1431 | 2025-07-01T18:27:40.593Z | Compiling time-macros v0.2.18 |
| 1432 | 2025-07-01T18:27:40.643Z | Compiling foreign-types v0.3.2 |
| 1433 | 2025-07-01T18:27:40.664Z | Compiling miniz_oxide v0.8.5 |
| 1434 | 2025-07-01T18:27:40.886Z | Compiling schemars_derive v0.8.22 |
| 1435 | 2025-07-01T18:27:42.063Z | Compiling want v0.3.1 |
| 1436 | 2025-07-01T18:27:43.429Z | Compiling tokio-util v0.7.15 |
| 1437 | 2025-07-01T18:27:43.800Z | Compiling pest_derive v2.7.14 |
| 1438 | 2025-07-01T18:27:44.583Z | Compiling h2 v0.4.6 |
| 1439 | 2025-07-01T18:27:44.642Z | Compiling rand_chacha v0.9.0 |
| 1440 | 2025-07-01T18:27:44.737Z | Compiling ipnet v2.11.0 |
| 1441 | 2025-07-01T18:27:45.848Z | Compiling openssl-macros v0.1.1 |
| 1442 | 2025-07-01T18:27:46.026Z | Compiling dyn-clone v1.0.19 |
| 1443 | 2025-07-01T18:27:46.114Z | Compiling syn v1.0.109 |
| 1444 | 2025-07-01T18:27:46.254Z | Compiling rustls v0.23.19 |
| 1445 | 2025-07-01T18:27:46.530Z | Compiling num_threads v0.1.7 |
| 1446 | 2025-07-01T18:27:46.551Z | Compiling httpdate v1.0.3 |
| 1447 | 2025-07-01T18:27:46.680Z | Compiling native-tls v0.2.12 |
| 1448 | 2025-07-01T18:27:46.773Z | Compiling time v0.3.36 |
| 1449 | 2025-07-01T18:27:46.972Z | Compiling dof v0.3.0 |
| 1450 | 2025-07-01T18:27:48.743Z | Compiling rand v0.9.1 |
| 1451 | 2025-07-01T18:27:49.319Z | Compiling dtrace-parser v0.2.0 |
| 1452 | 2025-07-01T18:27:51.150Z | Compiling unicode-normalization v0.1.24 |
| 1453 | 2025-07-01T18:27:51.171Z | Compiling heapless v0.7.17 |
| 1454 | 2025-07-01T18:27:51.432Z | Compiling hyper v1.6.0 |
| 1455 | 2025-07-01T18:27:51.586Z | Compiling signature v2.2.0 |
| 1456 | 2025-07-01T18:27:51.681Z | Compiling crossbeam-epoch v0.9.18 |
| 1457 | 2025-07-01T18:27:51.885Z | Compiling cookie v0.18.1 |
| 1458 | 2025-07-01T18:27:52.158Z | Compiling crc32fast v1.4.2 |
| 1459 | 2025-07-01T18:27:52.179Z | Compiling unicode-properties v0.1.3 |
| 1460 | 2025-07-01T18:27:52.414Z | Compiling signal-hook v0.3.18 |
| 1461 | 2025-07-01T18:27:52.483Z | Compiling siphasher v0.3.11 |
| 1462 | 2025-07-01T18:27:52.559Z | Compiling slog v2.7.0 |
| 1463 | 2025-07-01T18:27:52.700Z | Compiling zlib-rs v0.5.1 |
| 1464 | 2025-07-01T18:27:52.851Z | Compiling rayon-core v1.12.1 |
| 1465 | 2025-07-01T18:27:53.054Z | Compiling zstd-safe v7.2.3 |
| 1466 | 2025-07-01T18:27:53.115Z | Compiling unicode-bidi v0.3.17 |
| 1467 | 2025-07-01T18:27:53.908Z | Compiling stringprep v0.1.5 |
| 1468 | 2025-07-01T18:27:54.107Z | Compiling hyper-util v0.1.14 |
| 1469 | 2025-07-01T18:27:54.299Z | Compiling phf_shared v0.11.2 |
| 1470 | 2025-07-01T18:27:54.665Z | Compiling crossbeam-deque v0.8.5 |
| 1471 | 2025-07-01T18:27:54.778Z | Compiling usdt-impl v0.5.0 |
| 1472 | 2025-07-01T18:27:54.906Z | Compiling curve25519-dalek v4.1.3 |
| 1473 | 2025-07-01T18:27:55.017Z | Compiling serde_tokenstream v0.2.2 |
| 1474 | 2025-07-01T18:27:55.541Z | Compiling toml_datetime v0.6.11 |
| 1475 | 2025-07-01T18:27:55.568Z | Compiling serde_spanned v0.6.9 |
| 1476 | 2025-07-01T18:27:55.820Z | Compiling rand_chacha v0.3.1 |
| 1477 | 2025-07-01T18:27:55.974Z | Compiling md-5 v0.10.6 |
| 1478 | 2025-07-01T18:27:56.057Z | Compiling num-integer v0.1.46 |
| 1479 | 2025-07-01T18:27:56.272Z | Compiling sync_wrapper v1.0.1 |
| 1480 | 2025-07-01T18:27:56.421Z | Compiling ff v0.13.0 |
| 1481 | 2025-07-01T18:27:56.444Z | Compiling hash32 v0.2.1 |
| 1482 | 2025-07-01T18:27:56.666Z | Compiling memoffset v0.9.1 |
| 1483 | 2025-07-01T18:27:56.747Z | Compiling base16ct v0.2.0 |
| 1484 | 2025-07-01T18:27:56.800Z | Compiling smoltcp v0.9.1 |
| 1485 | 2025-07-01T18:27:56.975Z | Compiling newtype-uuid v1.2.4 |
| 1486 | 2025-07-01T18:27:57.071Z | Compiling gimli v0.31.1 |
| 1487 | 2025-07-01T18:27:58.268Z | Compiling cfg_aliases v0.2.1 |
| 1488 | 2025-07-01T18:27:58.271Z | Compiling psl-types v2.0.11 |
| 1489 | 2025-07-01T18:27:58.271Z | Compiling fallible-iterator v0.2.0 |
| 1490 | 2025-07-01T18:27:58.271Z | Compiling num-bigint-dig v0.8.4 |
| 1491 | 2025-07-01T18:27:58.271Z | Compiling litrs v0.4.1 |
| 1492 | 2025-07-01T18:27:58.271Z | Compiling tower-layer v0.3.3 |
| 1493 | 2025-07-01T18:27:58.271Z | Compiling publicsuffix v2.3.0 |
| 1494 | 2025-07-01T18:27:58.271Z | Compiling tower v0.5.2 |
| 1495 | 2025-07-01T18:27:58.271Z | Compiling postgres-protocol v0.6.8 |
| 1496 | 2025-07-01T18:27:58.271Z | Compiling nix v0.29.0 |
| 1497 | 2025-07-01T18:27:58.684Z | Compiling libz-rs-sys v0.5.1 |
| 1498 | 2025-07-01T18:27:58.798Z | Compiling document-features v0.2.10 |
| 1499 | 2025-07-01T18:27:58.988Z | Compiling flate2 v1.1.2 |
| 1500 | 2025-07-01T18:27:59.072Z | Compiling sec1 v0.7.3 |
| 1501 | 2025-07-01T18:27:59.593Z | Compiling group v0.13.0 |
| 1502 | 2025-07-01T18:27:59.630Z | Compiling num-iter v0.1.45 |
| 1503 | 2025-07-01T18:27:59.857Z | Compiling rand v0.8.5 |
| 1504 | 2025-07-01T18:28:00.478Z | Compiling tokio-native-tls v0.3.1 |
| 1505 | 2025-07-01T18:28:00.942Z | Compiling ipnetwork v0.21.1 |
| 1506 | 2025-07-01T18:28:01.031Z | Compiling rustls-native-certs v0.8.1 |
| 1507 | 2025-07-01T18:28:01.424Z | Compiling addr2line v0.24.2 |
| 1508 | 2025-07-01T18:28:01.476Z | Compiling webpki-roots v1.0.0 |
| 1509 | 2025-07-01T18:28:01.565Z | Compiling terminal_size v0.4.0 |
| 1510 | 2025-07-01T18:28:01.659Z | Compiling http-body-util v0.1.3 |
| 1511 | 2025-07-01T18:28:01.714Z | Compiling hkdf v0.12.4 |
| 1512 | 2025-07-01T18:28:01.759Z | Compiling crypto-bigint v0.5.5 |
| 1513 | 2025-07-01T18:28:01.795Z | Compiling async-trait v0.1.88 |
| 1514 | 2025-07-01T18:28:01.894Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1515 | 2025-07-01T18:28:01.980Z | Compiling thiserror-impl v2.0.12 |
| 1516 | 2025-07-01T18:28:02.080Z | Compiling object v0.36.5 |
| 1517 | 2025-07-01T18:28:02.146Z | Compiling ahash v0.8.11 |
| 1518 | 2025-07-01T18:28:02.513Z | Compiling fs-err v3.1.1 |
| 1519 | 2025-07-01T18:28:02.840Z | Compiling iri-string v0.7.8 |
| 1520 | 2025-07-01T18:28:03.270Z | Compiling anyhow v1.0.98 |
| 1521 | 2025-07-01T18:28:03.876Z | Compiling rustc-demangle v0.1.24 |
| 1522 | 2025-07-01T18:28:04.242Z | Compiling winnow v0.5.40 |
| 1523 | 2025-07-01T18:28:04.809Z | Compiling managed v0.8.0 |
| 1524 | 2025-07-01T18:28:04.976Z | Compiling buf-list v1.0.3 |
| 1525 | 2025-07-01T18:28:05.258Z | Compiling lockfree-object-pool v0.1.6 |
| 1526 | 2025-07-01T18:28:05.536Z | Compiling simd-adler32 v0.3.7 |
| 1527 | 2025-07-01T18:28:05.571Z | Compiling bitflags v1.3.2 |
| 1528 | 2025-07-01T18:28:05.693Z | Compiling bumpalo v3.16.0 |
| 1529 | 2025-07-01T18:28:06.061Z | Compiling zopfli v0.8.1 |
| 1530 | 2025-07-01T18:28:06.169Z | Compiling tower-http v0.6.6 |
| 1531 | 2025-07-01T18:28:06.459Z | Compiling hubpack_derive v0.1.1 |
| 1532 | 2025-07-01T18:28:06.761Z | Compiling strum_macros v0.25.3 |
| 1533 | 2025-07-01T18:28:07.337Z | Compiling hubpack v0.1.2 |
| 1534 | 2025-07-01T18:28:07.452Z | Compiling toml_edit v0.19.15 |
| 1535 | 2025-07-01T18:28:07.610Z | Compiling clap_builder v4.5.40 |
| 1536 | 2025-07-01T18:28:07.678Z | Compiling console v0.15.10 |
| 1537 | 2025-07-01T18:28:07.760Z | Compiling thiserror v2.0.12 |
| 1538 | 2025-07-01T18:28:07.945Z | Compiling elliptic-curve v0.13.8 |
| 1539 | 2025-07-01T18:28:08.811Z | Compiling backtrace v0.3.74 |
| 1540 | 2025-07-01T18:28:09.416Z | Compiling hyper-tls v0.6.0 |
| 1541 | 2025-07-01T18:28:09.465Z | Compiling oxnet v0.1.2 |
| 1542 | 2025-07-01T18:28:10.237Z | Compiling rayon v1.10.0 |
| 1543 | 2025-07-01T18:28:10.368Z | Compiling signal-hook-mio v0.2.4 |
| 1544 | 2025-07-01T18:28:10.562Z | Compiling cookie_store v0.21.1 |
| 1545 | 2025-07-01T18:28:11.549Z | Compiling zstd v0.13.3 |
| 1546 | 2025-07-01T18:28:12.149Z | Compiling postgres-types v0.2.9 |
| 1547 | 2025-07-01T18:28:12.457Z | Compiling usdt-attr-macro v0.5.0 |
| 1548 | 2025-07-01T18:28:13.445Z | Compiling usdt-macro v0.5.0 |
| 1549 | 2025-07-01T18:28:13.994Z | Compiling phf v0.11.2 |
| 1550 | 2025-07-01T18:28:14.035Z | Compiling ed25519 v2.2.3 |
| 1551 | 2025-07-01T18:28:14.494Z | Compiling strum_macros v0.26.4 |
| 1552 | 2025-07-01T18:28:14.678Z | Compiling bzip2 v0.4.4 |
| 1553 | 2025-07-01T18:28:14.739Z | Compiling bzip2 v0.5.2 |
| 1554 | 2025-07-01T18:28:15.068Z | Compiling enum-as-inner v0.6.1 |
| 1555 | 2025-07-01T18:28:15.113Z | Compiling clap_derive v4.5.40 |
| 1556 | 2025-07-01T18:28:15.208Z | Compiling pkcs1 v0.7.5 |
| 1557 | 2025-07-01T18:28:15.771Z | Compiling serde-big-array v0.5.1 |
| 1558 | 2025-07-01T18:28:16.033Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2025-07-01T18:28:16.057Z | Compiling rfc6979 v0.4.0 |
| 1560 | 2025-07-01T18:28:16.106Z | Compiling bstr v1.10.0 |
| 1561 | 2025-07-01T18:28:16.272Z | Compiling daft-derive v0.1.3 |
| 1562 | 2025-07-01T18:28:16.407Z | Compiling serde_repr v0.1.19 |
| 1563 | 2025-07-01T18:28:16.526Z | Compiling float-cmp v0.10.0 |
| 1564 | 2025-07-01T18:28:16.781Z | Compiling encoding_rs v0.8.34 |
| 1565 | 2025-07-01T18:28:17.483Z | Compiling difflib v0.4.0 |
| 1566 | 2025-07-01T18:28:17.599Z | Compiling new_debug_unreachable v1.0.6 |
| 1567 | 2025-07-01T18:28:17.725Z | Compiling predicates-core v1.0.8 |
| 1568 | 2025-07-01T18:28:17.792Z | Compiling whoami v1.6.0 |
| 1569 | 2025-07-01T18:28:18.075Z | Compiling number_prefix v0.4.0 |
| 1570 | 2025-07-01T18:28:18.344Z | Compiling data-encoding v2.9.0 |
| 1571 | 2025-07-01T18:28:18.407Z | Compiling precomputed-hash v0.1.1 |
| 1572 | 2025-07-01T18:28:18.546Z | Compiling unicode-segmentation v1.12.0 |
| 1573 | 2025-07-01T18:28:18.566Z | Compiling static_assertions v1.1.0 |
| 1574 | 2025-07-01T18:28:18.694Z | Compiling normalize-line-endings v0.3.0 |
| 1575 | 2025-07-01T18:28:18.764Z | Compiling fixedbitset v0.4.2 |
| 1576 | 2025-07-01T18:28:18.849Z | Compiling mime v0.3.17 |
| 1577 | 2025-07-01T18:28:19.203Z | Compiling petgraph v0.6.5 |
| 1578 | 2025-07-01T18:28:19.349Z | Compiling similar v2.7.0 |
| 1579 | 2025-07-01T18:28:19.394Z | Compiling hickory-proto v0.25.2 |
| 1580 | 2025-07-01T18:28:19.544Z | Compiling clap v4.5.40 |
| 1581 | 2025-07-01T18:28:19.681Z | Compiling predicates v3.1.3 |
| 1582 | 2025-07-01T18:28:20.087Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1583 | 2025-07-01T18:28:20.469Z | Compiling strum v0.26.3 |
| 1584 | 2025-07-01T18:28:20.673Z | Compiling string_cache v0.8.9 |
| 1585 | 2025-07-01T18:28:21.097Z | Compiling toml_edit v0.22.27 |
| 1586 | 2025-07-01T18:28:21.120Z | Compiling indicatif v0.17.11 |
| 1587 | 2025-07-01T18:28:21.337Z | Compiling tokio-postgres v0.7.13 |
| 1588 | 2025-07-01T18:28:22.702Z | Compiling daft v0.1.3 |
| 1589 | 2025-07-01T18:28:23.029Z | Compiling usdt v0.5.0 |
| 1590 | 2025-07-01T18:28:23.077Z | Compiling ecdsa v0.16.9 |
| 1591 | 2025-07-01T18:28:23.261Z | Compiling rsa v0.9.6 |
| 1592 | 2025-07-01T18:28:23.547Z | Compiling zip v4.2.0 |
| 1593 | 2025-07-01T18:28:23.902Z | Compiling zip v0.6.6 |
| 1594 | 2025-07-01T18:28:25.143Z | Compiling ed25519-dalek v2.1.1 |
| 1595 | 2025-07-01T18:28:26.489Z | Compiling toml v0.7.8 |
| 1596 | 2025-07-01T18:28:26.627Z | Compiling crossterm v0.28.1 |
| 1597 | 2025-07-01T18:28:27.982Z | Compiling tokio-stream v0.1.17 |
| 1598 | 2025-07-01T18:28:28.289Z | Compiling openapiv3 v2.2.0 |
| 1599 | 2025-07-01T18:28:28.310Z | Compiling x509-cert v0.2.5 |
| 1600 | 2025-07-01T18:28:28.425Z | Compiling sha1 v0.10.6 |
| 1601 | 2025-07-01T18:28:28.865Z | Compiling itertools v0.10.5 |
| 1602 | 2025-07-01T18:28:28.963Z | Compiling dirs-sys-next v0.1.2 |
| 1603 | 2025-07-01T18:28:29.478Z | Compiling winnow v0.6.26 |
| 1604 | 2025-07-01T18:28:29.795Z | Compiling rustc-hash v2.1.1 |
| 1605 | 2025-07-01T18:28:30.005Z | Compiling peg-runtime v0.8.5 |
| 1606 | 2025-07-01T18:28:30.577Z | Compiling lalrpop-util v0.19.12 |
| 1607 | 2025-07-01T18:28:30.656Z | Compiling dirs-next v2.0.0 |
| 1608 | 2025-07-01T18:28:30.877Z | Compiling thread_local v1.1.8 |
| 1609 | 2025-07-01T18:28:30.897Z | Compiling slog-async v2.8.0 |
| 1610 | 2025-07-01T18:28:30.945Z | Compiling term v0.7.0 |
| 1611 | 2025-07-01T18:28:31.358Z | Compiling xattr v1.3.1 |
| 1612 | 2025-07-01T18:28:31.443Z | Compiling futures-executor v0.3.31 |
| 1613 | 2025-07-01T18:28:31.484Z | Compiling crossbeam-channel v0.5.15 |
| 1614 | 2025-07-01T18:28:31.640Z | Compiling filetime v0.2.25 |
| 1615 | 2025-07-01T18:28:31.947Z | Compiling is-terminal v0.4.13 |
| 1616 | 2025-07-01T18:28:31.977Z | Compiling take_mut v0.2.2 |
| 1617 | 2025-07-01T18:28:32.105Z | Compiling slog-term v2.9.1 |
| 1618 | 2025-07-01T18:28:32.161Z | Compiling tar v0.4.44 |
| 1619 | 2025-07-01T18:28:32.186Z | Compiling futures v0.3.31 |
| 1620 | 2025-07-01T18:28:32.227Z | Compiling camino v1.1.10 |
| 1621 | 2025-07-01T18:28:38.099Z | Compiling aws-lc-sys v0.26.0 |
| 1622 | 2025-07-01T18:29:07.215Z | Compiling rustls-webpki v0.102.8 |
| 1623 | 2025-07-01T18:29:11.712Z | Compiling tokio-rustls v0.26.0 |
| 1624 | 2025-07-01T18:29:12.009Z | Compiling hyper-rustls v0.27.7 |
| 1625 | 2025-07-01T18:29:12.335Z | Compiling reqwest v0.12.20 |
| 1626 | 2025-07-01T18:29:15.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1627 | 2025-07-01T18:29:15.959Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1628 | 2025-07-01T18:29:20.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1629 | 2025-07-01T18:29:20.624Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1630 | 2025-07-01T18:29:20.678Z | Jul 01 18:29:19.701 INFO Starting download, target: DendriteStub |
| 1631 | 2025-07-01T18:29:20.678Z | Jul 01 18:29:19.701 INFO Starting download, target: Console |
| 1632 | 2025-07-01T18:29:20.678Z | Jul 01 18:29:19.701 INFO Starting download, target: Clickhouse |
| 1633 | 2025-07-01T18:29:20.681Z | Jul 01 18:29:19.701 INFO Starting download, target: Cockroach |
| 1634 | 2025-07-01T18:29:20.681Z | Jul 01 18:29:19.701 INFO Starting download, target: MaghemiteMgd |
| 1635 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.701 INFO Starting download, target: TransceiverControl |
| 1636 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1637 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1638 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.702 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1639 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.702 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1640 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.702 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1641 | 2025-07-01T18:29:20.682Z | Jul 01 18:29:19.702 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1642 | 2025-07-01T18:29:20.978Z | Jul 01 18:29:19.995 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1643 | 2025-07-01T18:29:21.188Z | Jul 01 18:29:20.201 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1644 | 2025-07-01T18:29:21.411Z | Jul 01 18:29:20.427 INFO Download complete, target: TransceiverControl |
| 1645 | 2025-07-01T18:29:21.576Z | Jul 01 18:29:20.589 INFO Download complete, target: Console |
| 1646 | 2025-07-01T18:29:21.850Z | Jul 01 18:29:20.868 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1647 | 2025-07-01T18:29:21.972Z | Jul 01 18:29:20.993 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1648 | 2025-07-01T18:29:22.713Z | Jul 01 18:29:21.735 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1649 | 2025-07-01T18:29:22.713Z | Jul 01 18:29:21.735 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1650 | 2025-07-01T18:29:22.825Z | Jul 01 18:29:21.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1651 | 2025-07-01T18:29:25.039Z | Jul 01 18:29:24.061 INFO Download complete, target: DendriteStub |
| 1652 | 2025-07-01T18:29:25.388Z | Jul 01 18:29:24.410 INFO Download complete, target: MaghemiteMgd |
| 1653 | 2025-07-01T18:29:28.946Z | Jul 01 18:29:27.967 INFO Checking that binary works, target: Cockroach |
| 1654 | 2025-07-01T18:29:29.101Z | Jul 01 18:29:28.122 INFO Download complete, target: Cockroach |
| 1655 | 2025-07-01T18:29:32.702Z | Jul 01 18:29:31.722 INFO Checking that binary works, target: Clickhouse |
| 1656 | 2025-07-01T18:29:32.820Z | Jul 01 18:29:31.840 INFO Download complete, target: Clickhouse |
| 1657 | 2025-07-01T18:29:32.826Z | All prerequisites installed successfully |
| 1658 | 2025-07-01T18:29:32.829Z | |
| 1659 | 2025-07-01T18:29:32.829Z | real 4:31.296690699 |
| 1660 | 2025-07-01T18:29:32.829Z | user 16:12.252293288 |
| 1661 | 2025-07-01T18:29:32.829Z | sys 2:15.538949686 |
| 1662 | 2025-07-01T18:29:32.829Z | trap 0.582673694 |
| 1663 | 2025-07-01T18:29:32.829Z | tflt 0.935047792 |
| 1664 | 2025-07-01T18:29:32.829Z | dflt 1.042672944 |
| 1665 | 2025-07-01T18:29:32.829Z | kflt 0.026344529 |
| 1666 | 2025-07-01T18:29:32.829Z | lock 24:02.796207818 |
| 1667 | 2025-07-01T18:29:32.829Z | slp 58:19.594266674 |
| 1668 | 2025-07-01T18:29:32.829Z | lat 1:01.771638002 |
| 1669 | 2025-07-01T18:29:32.829Z | stop 2:41.285509171 |
| 1670 | 2025-07-01T18:29:32.829Z | + ptime -m cargo xtask download softnpu |
| 1671 | 2025-07-01T18:29:33.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1672 | 2025-07-01T18:29:33.560Z | Running `target/debug/xtask download softnpu` |
| 1673 | 2025-07-01T18:29:34.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1674 | 2025-07-01T18:29:34.595Z | Running `target/debug/xtask-downloader softnpu` |
| 1675 | 2025-07-01T18:29:34.637Z | Jul 01 18:29:33.657 INFO Starting download, target: Softnpu |
| 1676 | 2025-07-01T18:29:34.641Z | Jul 01 18:29:33.658 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1677 | 2025-07-01T18:29:35.152Z | Jul 01 18:29:34.169 INFO Download complete, target: Softnpu |
| 1678 | 2025-07-01T18:29:35.155Z | |
| 1679 | 2025-07-01T18:29:35.155Z | real 2.319470328 |
| 1680 | 2025-07-01T18:29:35.155Z | user 1.485415284 |
| 1681 | 2025-07-01T18:29:35.155Z | sys 0.662024802 |
| 1682 | 2025-07-01T18:29:35.155Z | trap 0.001195928 |
| 1683 | 2025-07-01T18:29:35.155Z | tflt 0.000088759 |
| 1684 | 2025-07-01T18:29:35.155Z | dflt 0.000296316 |
| 1685 | 2025-07-01T18:29:35.155Z | kflt 0.000000000 |
| 1686 | 2025-07-01T18:29:35.155Z | lock 5.499990278 |
| 1687 | 2025-07-01T18:29:35.155Z | slp 0.407265823 |
| 1688 | 2025-07-01T18:29:35.156Z | lat 0.071933738 |
| 1689 | 2025-07-01T18:29:35.156Z | stop 0.000175290 |
| 1690 | 2025-07-01T18:29:35.156Z | + export CARGO_INCREMENTAL=0 |
| 1691 | 2025-07-01T18:29:35.156Z | + CARGO_INCREMENTAL=0 |
| 1692 | 2025-07-01T18:29:35.156Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1693 | 2025-07-01T18:29:36.310Z | Compiling proc-macro2 v1.0.95 |
| 1694 | 2025-07-01T18:29:36.310Z | Compiling unicode-ident v1.0.18 |
| 1695 | 2025-07-01T18:29:36.313Z | Compiling libc v0.2.174 |
| 1696 | 2025-07-01T18:29:36.313Z | Compiling serde v1.0.219 |
| 1697 | 2025-07-01T18:29:36.313Z | Compiling autocfg v1.4.0 |
| 1698 | 2025-07-01T18:29:36.313Z | Compiling cfg-if v1.0.1 |
| 1699 | 2025-07-01T18:29:36.313Z | Compiling version_check v0.9.5 |
| 1700 | 2025-07-01T18:29:36.602Z | Compiling memchr v2.7.4 |
| 1701 | 2025-07-01T18:29:36.627Z | Compiling shlex v1.3.0 |
| 1702 | 2025-07-01T18:29:36.648Z | Compiling portable-atomic v1.11.0 |
| 1703 | 2025-07-01T18:29:37.007Z | Compiling typenum v1.17.0 |
| 1704 | 2025-07-01T18:29:37.038Z | Compiling value-bag v1.9.0 |
| 1705 | 2025-07-01T18:29:37.271Z | Compiling lock_api v0.4.12 |
| 1706 | 2025-07-01T18:29:37.410Z | Compiling generic-array v0.14.7 |
| 1707 | 2025-07-01T18:29:37.533Z | Compiling log v0.4.27 |
| 1708 | 2025-07-01T18:29:37.710Z | Compiling libm v0.2.8 |
| 1709 | 2025-07-01T18:29:37.839Z | Compiling serde_json v1.0.140 |
| 1710 | 2025-07-01T18:29:37.861Z | Compiling num-traits v0.2.19 |
| 1711 | 2025-07-01T18:29:38.031Z | Compiling getrandom v0.3.1 |
| 1712 | 2025-07-01T18:29:38.158Z | Compiling quote v1.0.40 |
| 1713 | 2025-07-01T18:29:38.180Z | Compiling parking_lot_core v0.9.10 |
| 1714 | 2025-07-01T18:29:38.359Z | Compiling jobserver v0.1.32 |
| 1715 | 2025-07-01T18:29:38.406Z | Compiling scopeguard v1.2.0 |
| 1716 | 2025-07-01T18:29:38.427Z | Compiling semver v1.0.26 |
| 1717 | 2025-07-01T18:29:38.551Z | Compiling syn v2.0.104 |
| 1718 | 2025-07-01T18:29:38.572Z | Compiling smallvec v1.15.0 |
| 1719 | 2025-07-01T18:29:38.622Z | Compiling getrandom v0.2.15 |
| 1720 | 2025-07-01T18:29:38.707Z | Compiling pkg-config v0.3.31 |
| 1721 | 2025-07-01T18:29:38.864Z | Compiling cc v1.2.15 |
| 1722 | 2025-07-01T18:29:38.991Z | Compiling itoa v1.0.11 |
| 1723 | 2025-07-01T18:29:39.014Z | Compiling aho-corasick v1.1.3 |
| 1724 | 2025-07-01T18:29:39.034Z | Compiling rustix v0.38.37 |
| 1725 | 2025-07-01T18:29:39.054Z | Compiling regex-syntax v0.8.5 |
| 1726 | 2025-07-01T18:29:39.713Z | Compiling either v1.15.0 |
| 1727 | 2025-07-01T18:29:40.370Z | Compiling critical-section v1.1.3 |
| 1728 | 2025-07-01T18:29:40.545Z | Compiling stable_deref_trait v1.2.0 |
| 1729 | 2025-07-01T18:29:40.672Z | Compiling slab v0.4.9 |
| 1730 | 2025-07-01T18:29:40.992Z | Compiling spin v0.9.8 |
| 1731 | 2025-07-01T18:29:41.010Z | Compiling errno v0.3.12 |
| 1732 | 2025-07-01T18:29:41.194Z | Compiling once_cell v1.21.3 |
| 1733 | 2025-07-01T18:29:41.258Z | Compiling rand_core v0.6.4 |
| 1734 | 2025-07-01T18:29:41.604Z | Compiling glob v0.3.2 |
| 1735 | 2025-07-01T18:29:41.795Z | Compiling thiserror v1.0.69 |
| 1736 | 2025-07-01T18:29:41.950Z | Compiling ryu v1.0.18 |
| 1737 | 2025-07-01T18:29:42.006Z | Compiling equivalent v1.0.2 |
| 1738 | 2025-07-01T18:29:42.139Z | Compiling pin-project-lite v0.2.14 |
| 1739 | 2025-07-01T18:29:42.289Z | Compiling clang-sys v1.8.1 |
| 1740 | 2025-07-01T18:29:42.309Z | Compiling subtle v2.6.1 |
| 1741 | 2025-07-01T18:29:42.328Z | Compiling allocator-api2 v0.2.21 |
| 1742 | 2025-07-01T18:29:42.508Z | Compiling prettyplease v0.2.35 |
| 1743 | 2025-07-01T18:29:42.565Z | Compiling foldhash v0.1.5 |
| 1744 | 2025-07-01T18:29:42.753Z | Compiling regex-automata v0.4.8 |
| 1745 | 2025-07-01T18:29:42.851Z | Compiling lazy_static v1.5.0 |
| 1746 | 2025-07-01T18:29:42.992Z | Compiling hashbrown v0.15.4 |
| 1747 | 2025-07-01T18:29:43.037Z | Compiling writeable v0.5.5 |
| 1748 | 2025-07-01T18:29:43.095Z | Compiling minimal-lexical v0.2.1 |
| 1749 | 2025-07-01T18:29:43.207Z | Compiling schemars v0.8.22 |
| 1750 | 2025-07-01T18:29:43.548Z | Compiling litemap v0.7.3 |
| 1751 | 2025-07-01T18:29:44.044Z | Compiling nom v7.1.3 |
| 1752 | 2025-07-01T18:29:44.494Z | Compiling libloading v0.8.5 |
| 1753 | 2025-07-01T18:29:44.854Z | Compiling bindgen v0.69.5 |
| 1754 | 2025-07-01T18:29:45.072Z | Compiling percent-encoding v2.3.1 |
| 1755 | 2025-07-01T18:29:45.228Z | Compiling home v0.5.9 |
| 1756 | 2025-07-01T18:29:45.533Z | Compiling synstructure v0.13.1 |
| 1757 | 2025-07-01T18:29:45.648Z | Compiling serde_derive_internals v0.29.1 |
| 1758 | 2025-07-01T18:29:46.680Z | Compiling itertools v0.12.1 |
| 1759 | 2025-07-01T18:29:47.027Z | Compiling cexpr v0.6.0 |
| 1760 | 2025-07-01T18:29:47.336Z | Compiling lazycell v1.3.0 |
| 1761 | 2025-07-01T18:29:47.528Z | Compiling icu_locid_transform_data v1.5.0 |
| 1762 | 2025-07-01T18:29:47.549Z | Compiling byteorder v1.5.0 |
| 1763 | 2025-07-01T18:29:47.659Z | Compiling rustc-hash v1.1.0 |
| 1764 | 2025-07-01T18:29:48.059Z | Compiling regex v1.11.1 |
| 1765 | 2025-07-01T18:29:48.262Z | Compiling cmake v0.1.51 |
| 1766 | 2025-07-01T18:29:48.325Z | Compiling signal-hook-registry v1.4.2 |
| 1767 | 2025-07-01T18:29:49.280Z | Compiling fs_extra v1.3.0 |
| 1768 | 2025-07-01T18:29:49.293Z | Compiling zerocopy v0.8.26 |
| 1769 | 2025-07-01T18:29:49.293Z | Compiling dunce v1.0.5 |
| 1770 | 2025-07-01T18:29:49.293Z | Compiling icu_properties_data v1.5.0 |
| 1771 | 2025-07-01T18:29:49.418Z | Compiling paste v1.0.15 |
| 1772 | 2025-07-01T18:29:49.444Z | Compiling serde_derive v1.0.219 |
| 1773 | 2025-07-01T18:29:49.466Z | Compiling zeroize_derive v1.4.2 |
| 1774 | 2025-07-01T18:29:49.518Z | Compiling zerofrom-derive v0.1.4 |
| 1775 | 2025-07-01T18:29:49.649Z | Compiling yoke-derive v0.7.4 |
| 1776 | 2025-07-01T18:29:49.653Z | Compiling zerovec-derive v0.10.3 |
| 1777 | 2025-07-01T18:29:49.851Z | Compiling displaydoc v0.2.5 |
| 1778 | 2025-07-01T18:29:50.686Z | Compiling icu_provider_macros v1.5.0 |
| 1779 | 2025-07-01T18:29:51.177Z | Compiling tokio-macros v2.5.0 |
| 1780 | 2025-07-01T18:29:51.463Z | Compiling zeroize v1.8.1 |
| 1781 | 2025-07-01T18:29:51.803Z | Compiling zerocopy-derive v0.7.35 |
| 1782 | 2025-07-01T18:29:51.826Z | Compiling thiserror-impl v1.0.69 |
| 1783 | 2025-07-01T18:29:51.930Z | Compiling schemars_derive v0.8.22 |
| 1784 | 2025-07-01T18:29:52.277Z | Compiling zerofrom v0.1.4 |
| 1785 | 2025-07-01T18:29:52.550Z | Compiling yoke v0.7.4 |
| 1786 | 2025-07-01T18:29:52.942Z | Compiling zerovec v0.10.4 |
| 1787 | 2025-07-01T18:29:53.318Z | Compiling futures-macro v0.3.31 |
| 1788 | 2025-07-01T18:29:54.209Z | Compiling parking_lot v0.12.3 |
| 1789 | 2025-07-01T18:29:54.238Z | Compiling mio v1.0.2 |
| 1790 | 2025-07-01T18:29:54.443Z | Compiling utf8_iter v1.0.4 |
| 1791 | 2025-07-01T18:29:54.499Z | Compiling utf16_iter v1.0.5 |
| 1792 | 2025-07-01T18:29:54.726Z | Compiling icu_normalizer_data v1.5.0 |
| 1793 | 2025-07-01T18:29:54.761Z | Compiling write16 v1.0.0 |
| 1794 | 2025-07-01T18:29:54.936Z | Compiling tinystr v0.7.6 |
| 1795 | 2025-07-01T18:29:54.977Z | Compiling icu_collections v1.5.0 |
| 1796 | 2025-07-01T18:29:55.358Z | Compiling icu_locid v1.5.0 |
| 1797 | 2025-07-01T18:29:55.382Z | Compiling crypto-common v0.1.6 |
| 1798 | 2025-07-01T18:29:55.603Z | Compiling zerocopy-derive v0.8.26 |
| 1799 | 2025-07-01T18:29:55.823Z | Compiling socket2 v0.5.10 |
| 1800 | 2025-07-01T18:29:56.168Z | Compiling fnv v1.0.7 |
| 1801 | 2025-07-01T18:29:56.721Z | Compiling icu_provider v1.5.0 |
| 1802 | 2025-07-01T18:29:56.759Z | Compiling const-oid v0.9.6 |
| 1803 | 2025-07-01T18:29:57.549Z | Compiling icu_locid_transform v1.5.0 |
| 1804 | 2025-07-01T18:29:58.500Z | Compiling form_urlencoded v1.2.1 |
| 1805 | 2025-07-01T18:29:58.797Z | Compiling ring v0.17.14 |
| 1806 | 2025-07-01T18:29:59.048Z | Compiling icu_properties v1.5.1 |
| 1807 | 2025-07-01T18:29:59.996Z | Compiling tracing-attributes v0.1.27 |
| 1808 | 2025-07-01T18:30:00.255Z | Compiling der_derive v0.7.3 |
| 1809 | 2025-07-01T18:30:01.218Z | Compiling vcpkg v0.2.15 |
| 1810 | 2025-07-01T18:30:01.564Z | Compiling bitflags v2.9.0 |
| 1811 | 2025-07-01T18:30:02.043Z | Compiling bytes v1.10.1 |
| 1812 | 2025-07-01T18:30:02.930Z | Compiling icu_normalizer v1.5.0 |
| 1813 | 2025-07-01T18:30:03.469Z | Compiling tokio v1.45.1 |
| 1814 | 2025-07-01T18:30:03.513Z | Compiling indexmap v2.9.0 |
| 1815 | 2025-07-01T18:30:04.128Z | Compiling idna_adapter v1.2.0 |
| 1816 | 2025-07-01T18:30:04.380Z | Compiling idna v1.0.3 |
| 1817 | 2025-07-01T18:30:05.193Z | Compiling aws-lc-rs v1.12.4 |
| 1818 | 2025-07-01T18:30:05.610Z | Compiling url v2.5.4 |
| 1819 | 2025-07-01T18:30:05.960Z | Compiling which v4.4.2 |
| 1820 | 2025-07-01T18:30:07.453Z | Compiling openssl-sys v0.9.109 |
| 1821 | 2025-07-01T18:30:08.534Z | Compiling block-buffer v0.10.4 |
| 1822 | 2025-07-01T18:30:08.798Z | Compiling thiserror v2.0.12 |
| 1823 | 2025-07-01T18:30:08.913Z | Compiling futures-core v0.3.31 |
| 1824 | 2025-07-01T18:30:09.203Z | Compiling heck v0.5.0 |
| 1825 | 2025-07-01T18:30:09.607Z | Compiling digest v0.10.7 |
| 1826 | 2025-07-01T18:30:10.029Z | Compiling zerocopy v0.7.35 |
| 1827 | 2025-07-01T18:30:10.053Z | Compiling thiserror-impl v2.0.12 |
| 1828 | 2025-07-01T18:30:10.168Z | Compiling httparse v1.9.5 |
| 1829 | 2025-07-01T18:30:11.610Z | Compiling uuid v1.17.0 |
| 1830 | 2025-07-01T18:30:12.174Z | Compiling crossbeam-utils v0.8.21 |
| 1831 | 2025-07-01T18:30:12.229Z | Compiling iana-time-zone v0.1.63 |
| 1832 | 2025-07-01T18:30:12.676Z | Compiling syn v1.0.109 |
| 1833 | 2025-07-01T18:30:12.758Z | Compiling chrono v0.4.41 |
| 1834 | 2025-07-01T18:30:14.087Z | Compiling num-conv v0.1.0 |
| 1835 | 2025-07-01T18:30:14.393Z | Compiling futures-sink v0.3.31 |
| 1836 | 2025-07-01T18:30:14.451Z | Compiling time-core v0.1.2 |
| 1837 | 2025-07-01T18:30:14.644Z | Compiling time-macros v0.2.18 |
| 1838 | 2025-07-01T18:30:15.993Z | Compiling cpufeatures v0.2.14 |
| 1839 | 2025-07-01T18:30:16.222Z | Compiling openssl v0.10.73 |
| 1840 | 2025-07-01T18:30:17.013Z | Compiling hmac v0.12.1 |
| 1841 | 2025-07-01T18:30:17.254Z | Compiling rustc_version v0.4.1 |
| 1842 | 2025-07-01T18:30:17.272Z | Compiling serde_tokenstream v0.2.2 |
| 1843 | 2025-07-01T18:30:17.808Z | Compiling aws-lc-sys v0.26.0 |
| 1844 | 2025-07-01T18:30:17.845Z | Compiling block-padding v0.3.3 |
| 1845 | 2025-07-01T18:30:17.942Z | Compiling scroll_derive v0.12.0 |
| 1846 | 2025-07-01T18:30:18.089Z | Compiling openssl-macros v0.1.1 |
| 1847 | 2025-07-01T18:30:19.165Z | Compiling rustls v0.23.19 |
| 1848 | 2025-07-01T18:30:19.186Z | Compiling dyn-clone v1.0.19 |
| 1849 | 2025-07-01T18:30:19.449Z | Compiling ucd-trie v0.1.7 |
| 1850 | 2025-07-01T18:30:19.471Z | Compiling native-tls v0.2.12 |
| 1851 | 2025-07-01T18:30:19.812Z | Compiling pest v2.7.14 |
| 1852 | 2025-07-01T18:30:20.145Z | Compiling inout v0.1.3 |
| 1853 | 2025-07-01T18:30:20.291Z | Compiling futures-channel v0.3.31 |
| 1854 | 2025-07-01T18:30:20.753Z | Compiling strsim v0.11.1 |
| 1855 | 2025-07-01T18:30:20.967Z | Compiling futures-task v0.3.31 |
| 1856 | 2025-07-01T18:30:21.069Z | Compiling pin-utils v0.1.0 |
| 1857 | 2025-07-01T18:30:21.195Z | Compiling futures-io v0.3.31 |
| 1858 | 2025-07-01T18:30:21.555Z | Compiling futures-util v0.3.31 |
| 1859 | 2025-07-01T18:30:21.686Z | Compiling cipher v0.4.4 |
| 1860 | 2025-07-01T18:30:22.697Z | Compiling pest_meta v2.7.14 |
| 1861 | 2025-07-01T18:30:24.191Z | Compiling sha2 v0.10.9 |
| 1862 | 2025-07-01T18:30:24.934Z | Compiling http v1.3.1 |
| 1863 | 2025-07-01T18:30:25.281Z | Compiling cookie v0.18.1 |
| 1864 | 2025-07-01T18:30:25.610Z | Compiling base64ct v1.6.0 |
| 1865 | 2025-07-01T18:30:26.193Z | Compiling pem-rfc7468 v0.7.0 |
| 1866 | 2025-07-01T18:30:26.773Z | Compiling pest_generator v2.7.14 |
| 1867 | 2025-07-01T18:30:27.692Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1868 | 2025-07-01T18:30:28.347Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1869 | 2025-07-01T18:30:28.371Z | Compiling slog v2.7.0 |
| 1870 | 2025-07-01T18:30:28.374Z | Compiling flagset v0.4.6 |
| 1871 | 2025-07-01T18:30:28.598Z | Compiling der v0.7.9 |
| 1872 | 2025-07-01T18:30:28.797Z | Compiling pest_derive v2.7.14 |
| 1873 | 2025-07-01T18:30:29.511Z | Compiling serde_spanned v0.6.9 |
| 1874 | 2025-07-01T18:30:29.532Z | Compiling toml_datetime v0.6.11 |
| 1875 | 2025-07-01T18:30:29.778Z | Compiling tracing-core v0.1.32 |
| 1876 | 2025-07-01T18:30:30.038Z | Compiling usdt-impl v0.5.0 |
| 1877 | 2025-07-01T18:30:30.220Z | Compiling rustls-pki-types v1.10.0 |
| 1878 | 2025-07-01T18:30:30.408Z | Compiling rayon-core v1.12.1 |
| 1879 | 2025-07-01T18:30:30.708Z | Compiling rustversion v1.0.17 |
| 1880 | 2025-07-01T18:30:30.930Z | Compiling anyhow v1.0.98 |
| 1881 | 2025-07-01T18:30:30.956Z | Compiling tracing v0.1.40 |
| 1882 | 2025-07-01T18:30:31.222Z | Compiling spki v0.7.3 |
| 1883 | 2025-07-01T18:30:31.487Z | Compiling salsa20 v0.10.2 |
| 1884 | 2025-07-01T18:30:31.629Z | Compiling scroll v0.12.0 |
| 1885 | 2025-07-01T18:30:31.732Z | Compiling pbkdf2 v0.12.2 |
| 1886 | 2025-07-01T18:30:31.783Z | Compiling ppv-lite86 v0.2.20 |
| 1887 | 2025-07-01T18:30:32.157Z | Compiling winnow v0.5.40 |
| 1888 | 2025-07-01T18:30:32.243Z | Compiling litrs v0.4.1 |
| 1889 | 2025-07-01T18:30:32.318Z | Compiling plain v0.2.3 |
| 1890 | 2025-07-01T18:30:32.501Z | Compiling goblin v0.8.2 |
| 1891 | 2025-07-01T18:30:32.615Z | Compiling scrypt v0.11.0 |
| 1892 | 2025-07-01T18:30:33.064Z | Compiling cbc v0.1.2 |
| 1893 | 2025-07-01T18:30:33.178Z | Compiling document-features v0.2.10 |
| 1894 | 2025-07-01T18:30:33.295Z | Compiling aes v0.8.4 |
| 1895 | 2025-07-01T18:30:34.388Z | Compiling tokio-util v0.7.15 |
| 1896 | 2025-07-01T18:30:35.459Z | Compiling toml_edit v0.19.15 |
| 1897 | 2025-07-01T18:30:37.003Z | Compiling pretty-hex v0.4.1 |
| 1898 | 2025-07-01T18:30:37.081Z | Compiling untrusted v0.7.1 |
| 1899 | 2025-07-01T18:30:37.221Z | Compiling powerfmt v0.2.0 |
| 1900 | 2025-07-01T18:30:37.286Z | Compiling untrusted v0.9.0 |
| 1901 | 2025-07-01T18:30:37.468Z | Compiling newtype-uuid v1.2.4 |
| 1902 | 2025-07-01T18:30:37.621Z | Compiling deranged v0.3.11 |
| 1903 | 2025-07-01T18:30:37.898Z | Compiling pkcs5 v0.7.1 |
| 1904 | 2025-07-01T18:30:38.903Z | Compiling dof v0.3.0 |
| 1905 | 2025-07-01T18:30:39.943Z | Compiling dtrace-parser v0.2.0 |
| 1906 | 2025-07-01T18:30:40.248Z | Compiling http-body v1.0.1 |
| 1907 | 2025-07-01T18:30:40.507Z | Compiling heapless v0.7.17 |
| 1908 | 2025-07-01T18:30:41.085Z | Compiling thread-id v4.2.2 |
| 1909 | 2025-07-01T18:30:41.366Z | Compiling num_threads v0.1.7 |
| 1910 | 2025-07-01T18:30:41.648Z | Compiling adler2 v2.0.0 |
| 1911 | 2025-07-01T18:30:41.719Z | Compiling signal-hook v0.3.18 |
| 1912 | 2025-07-01T18:30:41.845Z | Compiling base64 v0.22.1 |
| 1913 | 2025-07-01T18:30:41.930Z | Compiling atomic-waker v1.1.2 |
| 1914 | 2025-07-01T18:30:41.952Z | Compiling zstd-safe v7.2.3 |
| 1915 | 2025-07-01T18:30:42.002Z | Compiling miniz_oxide v0.8.5 |
| 1916 | 2025-07-01T18:30:42.320Z | Compiling time v0.3.36 |
| 1917 | 2025-07-01T18:30:44.482Z | Compiling pkcs8 v0.10.2 |
| 1918 | 2025-07-01T18:30:45.324Z | Compiling tower-service v0.3.3 |
| 1919 | 2025-07-01T18:30:45.748Z | Compiling tinyvec_macros v0.1.1 |
| 1920 | 2025-07-01T18:30:45.862Z | Compiling try-lock v0.2.5 |
| 1921 | 2025-07-01T18:30:46.308Z | Compiling want v0.3.1 |
| 1922 | 2025-07-01T18:30:46.597Z | Compiling tinyvec v1.8.0 |
| 1923 | 2025-07-01T18:30:48.051Z | Compiling h2 v0.4.6 |
| 1924 | 2025-07-01T18:30:48.654Z | Compiling rand_core v0.9.2 |
| 1925 | 2025-07-01T18:30:49.005Z | Compiling curve25519-dalek v4.1.3 |
| 1926 | 2025-07-01T18:30:49.541Z | Compiling ipnet v2.11.0 |
| 1927 | 2025-07-01T18:30:50.532Z | Compiling async-trait v0.1.88 |
| 1928 | 2025-07-01T18:30:51.875Z | Compiling memoffset v0.9.1 |
| 1929 | 2025-07-01T18:30:52.207Z | Compiling openssl-probe v0.1.5 |
| 1930 | 2025-07-01T18:30:52.581Z | Compiling httpdate v1.0.3 |
| 1931 | 2025-07-01T18:30:52.815Z | Compiling num-bigint-dig v0.8.4 |
| 1932 | 2025-07-01T18:30:53.027Z | Compiling foreign-types-shared v0.1.1 |
| 1933 | 2025-07-01T18:30:53.318Z | Compiling smoltcp v0.9.1 |
| 1934 | 2025-07-01T18:30:53.673Z | Compiling foreign-types v0.3.2 |
| 1935 | 2025-07-01T18:30:56.059Z | Compiling hyper v1.6.0 |
| 1936 | 2025-07-01T18:30:56.354Z | Compiling rand_chacha v0.9.0 |
| 1937 | 2025-07-01T18:30:57.677Z | Compiling usdt-macro v0.5.0 |
| 1938 | 2025-07-01T18:30:58.898Z | Compiling usdt-attr-macro v0.5.0 |
| 1939 | 2025-07-01T18:31:02.909Z | Compiling strum_macros v0.26.4 |
| 1940 | 2025-07-01T18:31:05.070Z | Compiling ipnetwork v0.21.1 |
| 1941 | 2025-07-01T18:31:06.654Z | Compiling daft-derive v0.1.3 |
| 1942 | 2025-07-01T18:31:08.011Z | Compiling cfg_aliases v0.2.1 |
| 1943 | 2025-07-01T18:31:08.128Z | Compiling heck v0.4.1 |
| 1944 | 2025-07-01T18:31:08.260Z | Compiling gimli v0.31.1 |
| 1945 | 2025-07-01T18:31:08.467Z | Compiling nix v0.29.0 |
| 1946 | 2025-07-01T18:31:11.533Z | Compiling hyper-util v0.1.14 |
| 1947 | 2025-07-01T18:31:14.684Z | Compiling addr2line v0.24.2 |
| 1948 | 2025-07-01T18:31:15.607Z | Compiling rand v0.9.1 |
| 1949 | 2025-07-01T18:31:16.843Z | Compiling crossbeam-epoch v0.9.18 |
| 1950 | 2025-07-01T18:31:17.154Z | Compiling unicode-normalization v0.1.24 |
| 1951 | 2025-07-01T18:31:18.120Z | Compiling hubpack_derive v0.1.1 |
| 1952 | 2025-07-01T18:31:18.141Z | Compiling signature v2.2.0 |
| 1953 | 2025-07-01T18:31:18.194Z | Compiling openapiv3 v2.2.0 |
| 1954 | 2025-07-01T18:31:18.379Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1955 | 2025-07-01T18:31:19.087Z | Compiling object v0.36.5 |
| 1956 | 2025-07-01T18:31:19.757Z | Compiling fs-err v3.1.1 |
| 1957 | 2025-07-01T18:31:20.082Z | Compiling ahash v0.8.11 |
| 1958 | 2025-07-01T18:31:20.430Z | Compiling crc32fast v1.4.2 |
| 1959 | 2025-07-01T18:31:20.915Z | Compiling ident_case v1.0.1 |
| 1960 | 2025-07-01T18:31:21.142Z | Compiling rustc-demangle v0.1.24 |
| 1961 | 2025-07-01T18:31:22.086Z | Compiling anstyle v1.0.11 |
| 1962 | 2025-07-01T18:31:22.523Z | Compiling siphasher v0.3.11 |
| 1963 | 2025-07-01T18:31:22.911Z | Compiling buf-list v1.0.3 |
| 1964 | 2025-07-01T18:31:23.365Z | Compiling unicode-properties v0.1.3 |
| 1965 | 2025-07-01T18:31:23.432Z | Compiling zlib-rs v0.5.1 |
| 1966 | 2025-07-01T18:31:24.169Z | Compiling utf8parse v0.2.2 |
| 1967 | 2025-07-01T18:31:24.176Z | Compiling unicode-bidi v0.3.17 |
| 1968 | 2025-07-01T18:31:24.375Z | Compiling anstyle-parse v0.2.5 |
| 1969 | 2025-07-01T18:31:24.713Z | Compiling stringprep v0.1.5 |
| 1970 | 2025-07-01T18:31:25.028Z | Compiling phf_shared v0.11.2 |
| 1971 | 2025-07-01T18:31:25.526Z | Compiling darling_core v0.20.10 |
| 1972 | 2025-07-01T18:31:27.599Z | Compiling backtrace v0.3.74 |
| 1973 | 2025-07-01T18:31:28.220Z | Compiling libz-rs-sys v0.5.1 |
| 1974 | 2025-07-01T18:31:35.465Z | Compiling crossbeam-deque v0.8.5 |
| 1975 | 2025-07-01T18:31:35.936Z | Compiling http-body-util v0.1.3 |
| 1976 | 2025-07-01T18:31:36.492Z | Compiling rand_chacha v0.3.1 |
| 1977 | 2025-07-01T18:31:37.888Z | Compiling sync_wrapper v1.0.1 |
| 1978 | 2025-07-01T18:31:37.918Z | Compiling md-5 v0.10.6 |
| 1979 | 2025-07-01T18:31:38.033Z | Compiling num-integer v0.1.46 |
| 1980 | 2025-07-01T18:31:38.525Z | Compiling hash32 v0.2.1 |
| 1981 | 2025-07-01T18:31:38.705Z | Compiling ff v0.13.0 |
| 1982 | 2025-07-01T18:31:38.881Z | Compiling encoding_rs v0.8.34 |
| 1983 | 2025-07-01T18:31:38.955Z | Compiling psl-types v2.0.11 |
| 1984 | 2025-07-01T18:31:38.975Z | Compiling anstyle-query v1.1.1 |
| 1985 | 2025-07-01T18:31:39.083Z | Compiling tower-layer v0.3.3 |
| 1986 | 2025-07-01T18:31:39.153Z | Compiling base16ct v0.2.0 |
| 1987 | 2025-07-01T18:31:39.407Z | Compiling fallible-iterator v0.2.0 |
| 1988 | 2025-07-01T18:31:39.435Z | Compiling colorchoice v1.0.2 |
| 1989 | 2025-07-01T18:31:39.619Z | Compiling is_terminal_polyfill v1.70.1 |
| 1990 | 2025-07-01T18:31:39.808Z | Compiling mime v0.3.17 |
| 1991 | 2025-07-01T18:31:40.070Z | Compiling postgres-protocol v0.6.8 |
| 1992 | 2025-07-01T18:31:40.793Z | Compiling tower v0.5.2 |
| 1993 | 2025-07-01T18:31:41.140Z | Compiling anstream v0.6.18 |
| 1994 | 2025-07-01T18:31:41.741Z | Compiling sec1 v0.7.3 |
| 1995 | 2025-07-01T18:31:41.791Z | Compiling publicsuffix v2.3.0 |
| 1996 | 2025-07-01T18:31:42.601Z | Compiling group v0.13.0 |
| 1997 | 2025-07-01T18:31:42.986Z | Compiling num-iter v0.1.45 |
| 1998 | 2025-07-01T18:31:45.591Z | Compiling rand v0.8.5 |
| 1999 | 2025-07-01T18:31:46.151Z | Compiling rustls-webpki v0.102.8 |
| 2000 | 2025-07-01T18:31:46.505Z | Compiling tokio-native-tls v0.3.1 |
| 2001 | 2025-07-01T18:31:47.442Z | Compiling darling_macro v0.20.10 |
| 2002 | 2025-07-01T18:31:47.759Z | Compiling flate2 v1.1.2 |
| 2003 | 2025-07-01T18:31:48.640Z | Compiling strum_macros v0.25.3 |
| 2004 | 2025-07-01T18:31:49.442Z | Compiling rustls-native-certs v0.8.1 |
| 2005 | 2025-07-01T18:31:49.790Z | Compiling webpki-roots v1.0.0 |
| 2006 | 2025-07-01T18:31:50.438Z | Compiling hkdf v0.12.4 |
| 2007 | 2025-07-01T18:31:50.686Z | Compiling enum-as-inner v0.6.1 |
| 2008 | 2025-07-01T18:31:50.833Z | Compiling clap_derive v4.5.40 |
| 2009 | 2025-07-01T18:31:50.957Z | Compiling terminal_size v0.4.0 |
| 2010 | 2025-07-01T18:31:51.048Z | Compiling serde_urlencoded v0.7.1 |
| 2011 | 2025-07-01T18:31:51.197Z | Compiling crypto-bigint v0.5.5 |
| 2012 | 2025-07-01T18:31:51.634Z | Compiling serde_repr v0.1.19 |
| 2013 | 2025-07-01T18:31:51.817Z | Compiling bitflags v1.3.2 |
| 2014 | 2025-07-01T18:31:52.071Z | Compiling managed v0.8.0 |
| 2015 | 2025-07-01T18:31:52.783Z | Compiling bumpalo v3.16.0 |
| 2016 | 2025-07-01T18:31:53.212Z | Compiling iri-string v0.7.8 |
| 2017 | 2025-07-01T18:31:53.782Z | Compiling tokio-rustls v0.26.0 |
| 2018 | 2025-07-01T18:31:54.866Z | Compiling lockfree-object-pool v0.1.6 |
| 2019 | 2025-07-01T18:31:55.024Z | Compiling clap_lex v0.7.4 |
| 2020 | 2025-07-01T18:31:55.151Z | Compiling simd-adler32 v0.3.7 |
| 2021 | 2025-07-01T18:31:55.420Z | Compiling unicode-width v0.2.0 |
| 2022 | 2025-07-01T18:31:55.652Z | Compiling zopfli v0.8.1 |
| 2023 | 2025-07-01T18:31:55.961Z | Compiling console v0.15.10 |
| 2024 | 2025-07-01T18:31:56.603Z | Compiling tower-http v0.6.6 |
| 2025 | 2025-07-01T18:31:57.018Z | Compiling clap_builder v4.5.40 |
| 2026 | 2025-07-01T18:31:57.111Z | Compiling hyper-rustls v0.27.7 |
| 2027 | 2025-07-01T18:31:57.568Z | Compiling elliptic-curve v0.13.8 |
| 2028 | 2025-07-01T18:32:00.588Z | Compiling oxnet v0.1.2 |
| 2029 | 2025-07-01T18:32:00.618Z | Compiling hyper-tls v0.6.0 |
| 2030 | 2025-07-01T18:32:02.641Z | Compiling darling v0.20.10 |
| 2031 | 2025-07-01T18:32:02.780Z | Compiling zstd v0.13.3 |
| 2032 | 2025-07-01T18:32:03.259Z | Compiling signal-hook-mio v0.2.4 |
| 2033 | 2025-07-01T18:32:03.294Z | Compiling rayon v1.10.0 |
| 2034 | 2025-07-01T18:32:03.452Z | Compiling cookie_store v0.21.1 |
| 2035 | 2025-07-01T18:32:03.613Z | Compiling postgres-types v0.2.9 |
| 2036 | 2025-07-01T18:32:03.643Z | Compiling phf v0.11.2 |
| 2037 | 2025-07-01T18:32:04.176Z | Compiling hubpack v0.1.2 |
| 2038 | 2025-07-01T18:32:04.263Z | Compiling ed25519 v2.2.3 |
| 2039 | 2025-07-01T18:32:04.593Z | Compiling bzip2 v0.5.2 |
| 2040 | 2025-07-01T18:32:04.710Z | Compiling bzip2 v0.4.4 |
| 2041 | 2025-07-01T18:32:04.949Z | Compiling pkcs1 v0.7.5 |
| 2042 | 2025-07-01T18:32:05.948Z | Compiling rfc6979 v0.4.0 |
| 2043 | 2025-07-01T18:32:06.212Z | Compiling float-cmp v0.10.0 |
| 2044 | 2025-07-01T18:32:06.440Z | Compiling serde-big-array v0.5.1 |
| 2045 | 2025-07-01T18:32:06.486Z | Compiling bstr v1.10.0 |
| 2046 | 2025-07-01T18:32:06.696Z | Compiling regress v0.10.3 |
| 2047 | 2025-07-01T18:32:06.714Z | Compiling memmap v0.7.0 |
| 2048 | 2025-07-01T18:32:07.499Z | Compiling fixedbitset v0.4.2 |
| 2049 | 2025-07-01T18:32:07.852Z | Compiling precomputed-hash v0.1.1 |
| 2050 | 2025-07-01T18:32:07.888Z | Compiling static_assertions v1.1.0 |
| 2051 | 2025-07-01T18:32:07.992Z | Compiling new_debug_unreachable v1.0.6 |
| 2052 | 2025-07-01T18:32:08.012Z | Compiling normalize-line-endings v0.3.0 |
| 2053 | 2025-07-01T18:32:08.112Z | Compiling data-encoding v2.9.0 |
| 2054 | 2025-07-01T18:32:08.135Z | Compiling winnow v0.7.10 |
| 2055 | 2025-07-01T18:32:08.161Z | Compiling difflib v0.4.0 |
| 2056 | 2025-07-01T18:32:08.712Z | Compiling unicode-segmentation v1.12.0 |
| 2057 | 2025-07-01T18:32:09.123Z | Compiling number_prefix v0.4.0 |
| 2058 | 2025-07-01T18:32:09.394Z | Compiling predicates-core v1.0.8 |
| 2059 | 2025-07-01T18:32:09.417Z | Compiling toml_write v0.1.2 |
| 2060 | 2025-07-01T18:32:09.558Z | Compiling whoami v1.6.0 |
| 2061 | 2025-07-01T18:32:09.709Z | Compiling predicates v3.1.3 |
| 2062 | 2025-07-01T18:32:09.805Z | Compiling similar v2.7.0 |
| 2063 | 2025-07-01T18:32:10.050Z | Compiling tokio-postgres v0.7.13 |
| 2064 | 2025-07-01T18:32:10.071Z | Compiling indicatif v0.17.11 |
| 2065 | 2025-07-01T18:32:11.075Z | Compiling typify-impl v0.3.0 |
| 2066 | 2025-07-01T18:32:11.133Z | Compiling reqwest v0.12.20 |
| 2067 | 2025-07-01T18:32:11.630Z | Compiling toml_edit v0.22.27 |
| 2068 | 2025-07-01T18:32:11.633Z | Compiling hickory-proto v0.25.2 |
| 2069 | 2025-07-01T18:32:17.392Z | Compiling string_cache v0.8.9 |
| 2070 | 2025-07-01T18:32:17.514Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2071 | 2025-07-01T18:32:17.789Z | Compiling petgraph v0.6.5 |
| 2072 | 2025-07-01T18:32:19.242Z | Compiling usdt v0.5.0 |
| 2073 | 2025-07-01T18:32:19.698Z | Compiling ecdsa v0.16.9 |
| 2074 | 2025-07-01T18:32:20.785Z | Compiling rsa v0.9.6 |
| 2075 | 2025-07-01T18:32:21.353Z | Compiling zip v0.6.6 |
| 2076 | 2025-07-01T18:32:21.379Z | Compiling zip v4.2.0 |
| 2077 | 2025-07-01T18:32:22.293Z | Compiling ed25519-dalek v2.1.1 |
| 2078 | 2025-07-01T18:32:22.809Z | Compiling crossterm v0.28.1 |
| 2079 | 2025-07-01T18:32:22.951Z | Compiling daft v0.1.3 |
| 2080 | 2025-07-01T18:32:23.061Z | Compiling clap v4.5.40 |
| 2081 | 2025-07-01T18:32:23.348Z | Compiling strum v0.26.3 |
| 2082 | 2025-07-01T18:32:23.448Z | Compiling tokio-stream v0.1.17 |
| 2083 | 2025-07-01T18:32:23.561Z | Compiling toml v0.7.8 |
| 2084 | 2025-07-01T18:32:24.116Z | Compiling x509-cert v0.2.5 |
| 2085 | 2025-07-01T18:32:25.621Z | Compiling sha1 v0.10.6 |
| 2086 | 2025-07-01T18:32:25.978Z | Compiling itertools v0.10.5 |
| 2087 | 2025-07-01T18:32:26.542Z | Compiling winnow v0.6.26 |
| 2088 | 2025-07-01T18:32:28.627Z | Compiling peg-runtime v0.8.5 |
| 2089 | 2025-07-01T18:32:28.666Z | Compiling lalrpop-util v0.19.12 |
| 2090 | 2025-07-01T18:32:28.854Z | Compiling rustix v1.0.7 |
| 2091 | 2025-07-01T18:32:28.962Z | Compiling unicode-xid v0.2.6 |
| 2092 | 2025-07-01T18:32:29.172Z | Compiling rustc-hash v2.1.1 |
| 2093 | 2025-07-01T18:32:29.810Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2094 | 2025-07-01T18:32:31.279Z | Compiling typify-macro v0.3.0 |
| 2095 | 2025-07-01T18:32:38.300Z | Compiling camino v1.1.10 |
| 2096 | 2025-07-01T18:32:41.149Z | Compiling proc-macro-crate v1.3.1 |
| 2097 | 2025-07-01T18:32:41.515Z | Compiling macaddr v1.0.1 |
| 2098 | 2025-07-01T18:32:42.625Z | Compiling itertools v0.13.0 |
| 2099 | 2025-07-01T18:32:43.256Z | Compiling fastrand v2.1.1 |
| 2100 | 2025-07-01T18:32:44.161Z | Compiling heapless v0.8.0 |
| 2101 | 2025-07-01T18:32:45.563Z | Compiling ingot-macros v0.1.0 |
| 2102 | 2025-07-01T18:32:46.798Z | Compiling tempfile v3.20.0 |
| 2103 | 2025-07-01T18:32:49.338Z | Compiling num_enum_derive v0.5.11 |
| 2104 | 2025-07-01T18:32:52.692Z | Compiling structmeta-derive v0.3.0 |
| 2105 | 2025-07-01T18:32:53.719Z | Compiling hash32 v0.3.1 |
| 2106 | 2025-07-01T18:32:57.042Z | Compiling smoltcp v0.11.0 |
| 2107 | 2025-07-01T18:32:58.075Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2108 | 2025-07-01T18:33:01.247Z | Compiling structmeta v0.3.0 |
| 2109 | 2025-07-01T18:33:05.688Z | Compiling ingot-types v0.1.0 |
| 2110 | 2025-07-01T18:33:07.270Z | Compiling num_enum v0.5.11 |
| 2111 | 2025-07-01T18:33:09.069Z | Compiling typify v0.3.0 |
| 2112 | 2025-07-01T18:33:13.672Z | Compiling dirs-sys-next v0.1.2 |
| 2113 | 2025-07-01T18:33:13.721Z | Compiling proc-macro-error-attr v1.0.4 |
| 2114 | 2025-07-01T18:33:17.390Z | Compiling cobs v0.2.3 |
| 2115 | 2025-07-01T18:33:17.425Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2116 | 2025-07-01T18:33:17.425Z | Compiling unsafe-libyaml v0.2.11 |
| 2117 | 2025-07-01T18:33:17.425Z | Compiling rustls v0.22.4 |
| 2118 | 2025-07-01T18:33:17.425Z | Compiling serde_yaml v0.9.34+deprecated |
| 2119 | 2025-07-01T18:33:23.532Z | Compiling postcard v1.0.10 |
| 2120 | 2025-07-01T18:33:24.343Z | Compiling dirs-next v2.0.0 |
| 2121 | 2025-07-01T18:33:27.750Z | Compiling progenitor-impl v0.9.1 |
| 2122 | 2025-07-01T18:33:29.363Z | Compiling ingot v0.1.0 |
| 2123 | 2025-07-01T18:33:31.244Z | Compiling toml v0.8.23 |
| 2124 | 2025-07-01T18:33:34.995Z | Compiling futures-executor v0.3.31 |
| 2125 | 2025-07-01T18:33:35.308Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2126 | 2025-07-01T18:33:35.944Z | Compiling hex v0.4.3 |
| 2127 | 2025-07-01T18:33:36.238Z | Compiling foreign-types-macros v0.2.3 |
| 2128 | 2025-07-01T18:33:36.671Z | Compiling thread_local v1.1.8 |
| 2129 | 2025-07-01T18:33:36.704Z | Compiling wait-timeout v0.2.0 |
| 2130 | 2025-07-01T18:33:37.358Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2131 | 2025-07-01T18:33:37.473Z | Compiling multer v3.1.0 |
| 2132 | 2025-07-01T18:33:37.497Z | Compiling proc-macro-error v1.0.4 |
| 2133 | 2025-07-01T18:33:37.601Z | Compiling ref-cast v1.0.24 |
| 2134 | 2025-07-01T18:33:37.678Z | Compiling unicode-width v0.1.14 |
| 2135 | 2025-07-01T18:33:37.796Z | Compiling quick-error v1.2.3 |
| 2136 | 2025-07-01T18:33:37.825Z | Compiling bit-vec v0.8.0 |
| 2137 | 2025-07-01T18:33:38.060Z | Compiling match_cfg v0.1.0 |
| 2138 | 2025-07-01T18:33:38.189Z | Compiling foreign-types-shared v0.3.1 |
| 2139 | 2025-07-01T18:33:38.271Z | Compiling slog-async v2.8.0 |
| 2140 | 2025-07-01T18:33:38.399Z | Compiling foreign-types v0.5.0 |
| 2141 | 2025-07-01T18:33:38.545Z | Compiling bit-set v0.8.0 |
| 2142 | 2025-07-01T18:33:38.774Z | Compiling hostname v0.3.1 |
| 2143 | 2025-07-01T18:33:38.819Z | Compiling tabwriter v1.4.0 |
| 2144 | 2025-07-01T18:33:38.924Z | Compiling rusty-fork v0.3.0 |
| 2145 | 2025-07-01T18:33:39.178Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2146 | 2025-07-01T18:33:39.178Z | Compiling futures v0.3.31 |
| 2147 | 2025-07-01T18:33:39.239Z | Compiling progenitor-macro v0.9.1 |
| 2148 | 2025-07-01T18:33:39.514Z | Compiling term v0.7.0 |
| 2149 | 2025-07-01T18:33:43.262Z | Compiling progenitor-client v0.9.1 |
| 2150 | 2025-07-01T18:33:43.588Z | Compiling slog-json v2.6.1 |
| 2151 | 2025-07-01T18:33:44.038Z | Compiling rand_xorshift v0.4.0 |
| 2152 | 2025-07-01T18:33:44.104Z | Compiling crossbeam-channel v0.5.15 |
| 2153 | 2025-07-01T18:33:44.190Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2154 | 2025-07-01T18:33:44.320Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2155 | 2025-07-01T18:33:44.949Z | Compiling async-stream-impl v0.3.6 |
| 2156 | 2025-07-01T18:33:45.130Z | Compiling ref-cast-impl v1.0.24 |
| 2157 | 2025-07-01T18:33:45.483Z | Compiling cstr-argument v0.1.2 |
| 2158 | 2025-07-01T18:33:45.776Z | Compiling is-terminal v0.4.13 |
| 2159 | 2025-07-01T18:33:45.935Z | Compiling dropshot v0.16.2 |
| 2160 | 2025-07-01T18:33:46.035Z | Compiling typeid v1.0.3 |
| 2161 | 2025-07-01T18:33:47.444Z | Compiling unarray v0.1.4 |
| 2162 | 2025-07-01T18:33:47.463Z | Compiling take_mut v0.2.2 |
| 2163 | 2025-07-01T18:33:47.464Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2164 | 2025-07-01T18:33:47.464Z | Compiling pretty-hex v0.2.1 |
| 2165 | 2025-07-01T18:33:47.464Z | Compiling crucible-workspace-hack v0.1.0 |
| 2166 | 2025-07-01T18:33:47.464Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2167 | 2025-07-01T18:33:47.464Z | Compiling tokio-rustls v0.25.0 |
| 2168 | 2025-07-01T18:33:47.464Z | Compiling proptest v1.7.0 |
| 2169 | 2025-07-01T18:33:47.496Z | Compiling async-stream v0.3.6 |
| 2170 | 2025-07-01T18:33:47.826Z | Compiling slog-term v2.9.1 |
| 2171 | 2025-07-01T18:33:49.291Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2172 | 2025-07-01T18:33:49.889Z | Compiling progenitor v0.9.1 |
| 2173 | 2025-07-01T18:33:50.182Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2174 | 2025-07-01T18:33:50.223Z | Compiling slog-bunyan v2.5.0 |
| 2175 | 2025-07-01T18:33:51.062Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2176 | 2025-07-01T18:33:51.284Z | Compiling parse-display-derive v0.10.0 |
| 2177 | 2025-07-01T18:33:51.715Z | Compiling test-strategy v0.4.1 |
| 2178 | 2025-07-01T18:33:51.956Z | Compiling serde_with_macros v3.12.0 |
| 2179 | 2025-07-01T18:33:53.042Z | Compiling colored v2.2.0 |
| 2180 | 2025-07-01T18:33:54.167Z | Compiling waitgroup v0.1.2 |
| 2181 | 2025-07-01T18:33:54.405Z | Compiling rustls-pemfile v2.2.0 |
| 2182 | 2025-07-01T18:33:54.430Z | Compiling dropshot_endpoint v0.16.2 |
| 2183 | 2025-07-01T18:33:54.644Z | Compiling serde_path_to_error v0.1.17 |
| 2184 | 2025-07-01T18:33:54.647Z | Compiling derive-where v1.5.0 |
| 2185 | 2025-07-01T18:33:54.889Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2186 | 2025-07-01T18:33:55.577Z | Compiling hostname v0.4.0 |
| 2187 | 2025-07-01T18:33:55.580Z | Compiling instant v0.1.13 |
| 2188 | 2025-07-01T18:33:55.787Z | Compiling debug-ignore v1.0.5 |
| 2189 | 2025-07-01T18:33:55.881Z | Compiling backoff v0.4.0 |
| 2190 | 2025-07-01T18:33:55.980Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2191 | 2025-07-01T18:33:56.221Z | Compiling parse-display v0.10.0 |
| 2192 | 2025-07-01T18:33:56.259Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2193 | 2025-07-01T18:33:57.446Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2194 | 2025-07-01T18:33:57.841Z | Compiling serde_with v3.12.0 |
| 2195 | 2025-07-01T18:33:59.642Z | Compiling zone_cfg_derive v0.3.0 |
| 2196 | 2025-07-01T18:34:00.844Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2197 | 2025-07-01T18:34:02.113Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2198 | 2025-07-01T18:34:02.730Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 2199 | 2025-07-01T18:34:02.832Z | Compiling iddqd v0.3.8 |
| 2200 | 2025-07-01T18:34:05.060Z | Compiling camino-tempfile v1.4.1 |
| 2201 | 2025-07-01T18:34:05.872Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2202 | 2025-07-01T18:34:06.313Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2203 | 2025-07-01T18:34:06.629Z | Compiling progenitor-client v0.10.0 |
| 2204 | 2025-07-01T18:34:06.651Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2205 | 2025-07-01T18:34:07.090Z | Compiling num-derive v0.4.2 |
| 2206 | 2025-07-01T18:34:07.343Z | Compiling sigpipe v0.1.3 |
| 2207 | 2025-07-01T18:34:07.507Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2208 | 2025-07-01T18:34:07.559Z | Compiling libefi-sys v0.1.0 |
| 2209 | 2025-07-01T18:34:07.885Z | Compiling jiff v0.2.15 |
| 2210 | 2025-07-01T18:34:09.193Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2211 | 2025-07-01T18:34:09.900Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2212 | 2025-07-01T18:34:10.049Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2213 | 2025-07-01T18:34:10.631Z | Compiling erased-serde v0.4.6 |
| 2214 | 2025-07-01T18:34:10.721Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2215 | 2025-07-01T18:34:12.109Z | Compiling zone v0.3.1 |
| 2216 | 2025-07-01T18:34:14.006Z | Compiling itertools v0.14.0 |
| 2217 | 2025-07-01T18:34:15.313Z | Compiling smf v0.2.3 |
| 2218 | 2025-07-01T18:34:16.292Z | Compiling bitfield-struct v0.6.2 |
| 2219 | 2025-07-01T18:34:16.826Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2220 | 2025-07-01T18:34:17.470Z | Compiling ordered-float v2.10.1 |
| 2221 | 2025-07-01T18:34:17.564Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2222 | 2025-07-01T18:34:17.884Z | Compiling blake3 v1.5.4 |
| 2223 | 2025-07-01T18:34:18.080Z | Compiling serde-value v0.7.0 |
| 2224 | 2025-07-01T18:34:18.104Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2225 | 2025-07-01T18:34:18.853Z | Compiling serde-untagged v0.1.7 |
| 2226 | 2025-07-01T18:34:19.597Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2227 | 2025-07-01T18:34:19.647Z | Compiling xattr v1.3.1 |
| 2228 | 2025-07-01T18:34:19.666Z | Compiling filetime v0.2.25 |
| 2229 | 2025-07-01T18:34:19.985Z | Compiling memmap2 v0.9.5 |
| 2230 | 2025-07-01T18:34:20.029Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2231 | 2025-07-01T18:34:20.180Z | Compiling constant_time_eq v0.3.1 |
| 2232 | 2025-07-01T18:34:20.260Z | Compiling arrayref v0.3.9 |
| 2233 | 2025-07-01T18:34:20.383Z | Compiling same-file v1.0.6 |
| 2234 | 2025-07-01T18:34:20.409Z | Compiling arrayvec v0.7.6 |
| 2235 | 2025-07-01T18:34:20.547Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2236 | 2025-07-01T18:34:20.680Z | Compiling walkdir v2.5.0 |
| 2237 | 2025-07-01T18:34:21.632Z | Compiling tar v0.4.44 |
| 2238 | 2025-07-01T18:34:21.839Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2239 | 2025-07-01T18:34:21.987Z | Compiling cargo-util-schemas v0.2.0 |
| 2240 | 2025-07-01T18:34:22.224Z | Compiling tokio-dtrace v0.1.0 |
| 2241 | 2025-07-01T18:34:22.259Z | Compiling gethostname v0.5.0 |
| 2242 | 2025-07-01T18:34:22.489Z | Compiling cargo-platform v0.2.0 |
| 2243 | 2025-07-01T18:34:22.744Z | Compiling topological-sort v0.2.2 |
| 2244 | 2025-07-01T18:34:23.051Z | Compiling fixedbitset v0.5.7 |
| 2245 | 2025-07-01T18:34:23.214Z | Compiling omicron-zone-package v0.12.2 |
| 2246 | 2025-07-01T18:34:24.173Z | Compiling petgraph v0.8.2 |
| 2247 | 2025-07-01T18:34:27.215Z | Compiling cargo_metadata v0.20.0 |
| 2248 | 2025-07-01T18:34:27.390Z | Compiling oxide-tokio-rt v0.1.1 |
| 2249 | 2025-07-01T18:34:27.661Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2250 | 2025-07-01T18:34:27.997Z | Compiling shell-words v1.1.0 |
| 2251 | 2025-07-01T18:34:28.020Z | Compiling indent_write v2.2.0 |
| 2252 | 2025-07-01T18:34:28.301Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2253 | 2025-07-01T18:34:29.771Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2254 | 2025-07-01T18:34:34.818Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2255 | 2025-07-01T18:34:53.812Z | Finished `release` profile [optimized] target(s) in 5m 18s |
| 2256 | 2025-07-01T18:34:53.995Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2257 | 2025-07-01T18:34:54.122Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2258 | 2025-07-01T18:34:54.165Z | Created new build target 'test' and set it as active |
| 2259 | 2025-07-01T18:34:54.165Z | |
| 2260 | 2025-07-01T18:34:54.165Z | real 5:18.821528746 |
| 2261 | 2025-07-01T18:34:54.165Z | user 36:45.818929901 |
| 2262 | 2025-07-01T18:34:54.165Z | sys 3:34.734667028 |
| 2263 | 2025-07-01T18:34:54.165Z | trap 1.124986216 |
| 2264 | 2025-07-01T18:34:54.165Z | tflt 1.886010162 |
| 2265 | 2025-07-01T18:34:54.165Z | dflt 1.116896242 |
| 2266 | 2025-07-01T18:34:54.165Z | kflt 0.000150677 |
| 2267 | 2025-07-01T18:34:54.165Z | lock 1:10:24.026296790 |
| 2268 | 2025-07-01T18:34:54.166Z | slp 2:29:33.383623499 |
| 2269 | 2025-07-01T18:34:54.166Z | lat 2:45.729891963 |
| 2270 | 2025-07-01T18:34:54.166Z | stop 5:05.374142964 |
| 2271 | 2025-07-01T18:34:54.166Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2272 | 2025-07-01T18:34:55.205Z | Finished `release` profile [optimized] target(s) in 1.09s |
| 2273 | 2025-07-01T18:34:55.255Z | Running `target/release/omicron-package -t test package` |
| 2274 | 2025-07-01T18:34:55.308Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2275 | 2025-07-01T18:34:57.025Z | Compiling typify-impl v0.4.1 |
| 2276 | 2025-07-01T18:34:57.201Z | Compiling convert_case v0.4.0 |
| 2277 | 2025-07-01T18:34:57.212Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2278 | 2025-07-01T18:34:57.212Z | Compiling num-rational v0.4.2 |
| 2279 | 2025-07-01T18:34:57.212Z | Compiling num-complex v0.4.6 |
| 2280 | 2025-07-01T18:34:57.212Z | Compiling dirs-sys-next v0.1.2 |
| 2281 | 2025-07-01T18:34:57.233Z | Compiling half v2.4.1 |
| 2282 | 2025-07-01T18:34:57.553Z | Compiling ciborium-io v0.2.2 |
| 2283 | 2025-07-01T18:34:57.671Z | Compiling dirs-next v2.0.0 |
| 2284 | 2025-07-01T18:35:01.743Z | Compiling float-ord v0.3.2 |
| 2285 | 2025-07-01T18:35:01.847Z | Compiling derive_more v0.99.20 |
| 2286 | 2025-07-01T18:35:01.848Z | Compiling ciborium-ll v0.2.2 |
| 2287 | 2025-07-01T18:35:01.848Z | Compiling term v0.7.0 |
| 2288 | 2025-07-01T18:35:01.848Z | Compiling is-terminal v0.4.13 |
| 2289 | 2025-07-01T18:35:01.848Z | Compiling num v0.4.3 |
| 2290 | 2025-07-01T18:35:01.848Z | Compiling ciborium v0.2.2 |
| 2291 | 2025-07-01T18:35:01.848Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2292 | 2025-07-01T18:35:01.848Z | Compiling secrecy v0.10.3 |
| 2293 | 2025-07-01T18:35:01.848Z | Compiling camino v1.1.10 |
| 2294 | 2025-07-01T18:35:01.848Z | Compiling password-hash v0.5.0 |
| 2295 | 2025-07-01T18:35:01.848Z | Compiling blake2 v0.10.6 |
| 2296 | 2025-07-01T18:35:01.848Z | Compiling base64 v0.21.7 |
| 2297 | 2025-07-01T18:35:01.848Z | Compiling atomicwrites v0.4.4 |
| 2298 | 2025-07-01T18:35:01.848Z | Compiling argon2 v0.5.3 |
| 2299 | 2025-07-01T18:35:01.848Z | Compiling rustix v1.0.7 |
| 2300 | 2025-07-01T18:35:01.848Z | Compiling newline-converter v0.3.0 |
| 2301 | 2025-07-01T18:35:01.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2302 | 2025-07-01T18:35:01.848Z | Compiling fastrand v2.1.1 |
| 2303 | 2025-07-01T18:35:01.848Z | Compiling expectorate v1.2.0 |
| 2304 | 2025-07-01T18:35:01.848Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2305 | 2025-07-01T18:35:01.848Z | Compiling rustls v0.22.4 |
| 2306 | 2025-07-01T18:35:01.848Z | Compiling thread_local v1.1.8 |
| 2307 | 2025-07-01T18:35:01.848Z | Compiling wait-timeout v0.2.0 |
| 2308 | 2025-07-01T18:35:01.848Z | Compiling match_cfg v0.1.0 |
| 2309 | 2025-07-01T18:35:01.848Z | Compiling bit-vec v0.8.0 |
| 2310 | 2025-07-01T18:35:01.848Z | Compiling quick-error v1.2.3 |
| 2311 | 2025-07-01T18:35:01.848Z | Compiling hostname v0.3.1 |
| 2312 | 2025-07-01T18:35:01.890Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2313 | 2025-07-01T18:35:02.078Z | Compiling bit-set v0.8.0 |
| 2314 | 2025-07-01T18:35:02.402Z | Compiling tempfile v3.20.0 |
| 2315 | 2025-07-01T18:35:02.511Z | Compiling ref-cast v1.0.24 |
| 2316 | 2025-07-01T18:35:02.595Z | Compiling multer v3.1.0 |
| 2317 | 2025-07-01T18:35:02.691Z | Compiling slog-async v2.8.0 |
| 2318 | 2025-07-01T18:35:02.784Z | Compiling progenitor-client v0.9.1 |
| 2319 | 2025-07-01T18:35:03.040Z | Compiling rusty-fork v0.3.0 |
| 2320 | 2025-07-01T18:35:03.071Z | Compiling slog-json v2.6.1 |
| 2321 | 2025-07-01T18:35:03.295Z | Compiling crossbeam-channel v0.5.15 |
| 2322 | 2025-07-01T18:35:03.355Z | Compiling rand_xorshift v0.4.0 |
| 2323 | 2025-07-01T18:35:03.443Z | Compiling futures-executor v0.3.31 |
| 2324 | 2025-07-01T18:35:03.634Z | Compiling hex v0.4.3 |
| 2325 | 2025-07-01T18:35:03.659Z | Compiling unarray v0.1.4 |
| 2326 | 2025-07-01T18:35:03.865Z | Compiling take_mut v0.2.2 |
| 2327 | 2025-07-01T18:35:03.895Z | Compiling proptest v1.7.0 |
| 2328 | 2025-07-01T18:35:04.064Z | Compiling futures v0.3.31 |
| 2329 | 2025-07-01T18:35:04.216Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2330 | 2025-07-01T18:35:04.273Z | Compiling slog-bunyan v2.5.0 |
| 2331 | 2025-07-01T18:35:04.426Z | Compiling progenitor v0.9.1 |
| 2332 | 2025-07-01T18:35:04.859Z | Compiling slog-term v2.9.1 |
| 2333 | 2025-07-01T18:35:05.123Z | Compiling async-stream v0.3.6 |
| 2334 | 2025-07-01T18:35:05.371Z | Compiling dropshot v0.16.2 |
| 2335 | 2025-07-01T18:35:05.417Z | Compiling toml v0.8.23 |
| 2336 | 2025-07-01T18:35:05.461Z | Compiling waitgroup v0.1.2 |
| 2337 | 2025-07-01T18:35:05.698Z | Compiling rustls-pemfile v2.2.0 |
| 2338 | 2025-07-01T18:35:05.813Z | Compiling serde_path_to_error v0.1.17 |
| 2339 | 2025-07-01T18:35:06.038Z | Compiling hostname v0.4.0 |
| 2340 | 2025-07-01T18:35:06.279Z | Compiling tokio-rustls v0.25.0 |
| 2341 | 2025-07-01T18:35:06.649Z | Compiling instant v0.1.13 |
| 2342 | 2025-07-01T18:35:06.680Z | Compiling typify-macro v0.4.1 |
| 2343 | 2025-07-01T18:35:06.750Z | Compiling debug-ignore v1.0.5 |
| 2344 | 2025-07-01T18:35:06.775Z | Compiling iddqd v0.3.8 |
| 2345 | 2025-07-01T18:35:06.837Z | Compiling backoff v0.4.0 |
| 2346 | 2025-07-01T18:35:07.224Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 2347 | 2025-07-01T18:35:08.917Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2348 | 2025-07-01T18:35:09.298Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2349 | 2025-07-01T18:35:09.980Z | Compiling typify v0.4.1 |
| 2350 | 2025-07-01T18:35:10.185Z | Compiling progenitor-impl v0.10.0 |
| 2351 | 2025-07-01T18:35:10.754Z | Compiling parse-display v0.10.0 |
| 2352 | 2025-07-01T18:35:11.291Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2353 | 2025-07-01T18:35:11.320Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2354 | 2025-07-01T18:35:11.583Z | Compiling serde_with v3.12.0 |
| 2355 | 2025-07-01T18:35:11.668Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2356 | 2025-07-01T18:35:12.362Z | Compiling progenitor-client v0.10.0 |
| 2357 | 2025-07-01T18:35:14.240Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2358 | 2025-07-01T18:35:14.622Z | Compiling macaddr v1.0.1 |
| 2359 | 2025-07-01T18:35:15.088Z | Compiling utf-8 v0.7.6 |
| 2360 | 2025-07-01T18:35:15.222Z | Compiling cancel-safe-futures v0.1.5 |
| 2361 | 2025-07-01T18:35:15.291Z | Compiling owo-colors v4.2.2 |
| 2362 | 2025-07-01T18:35:15.581Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2363 | 2025-07-01T18:35:15.634Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2364 | 2025-07-01T18:35:15.881Z | Compiling libsw-core v0.3.1 |
| 2365 | 2025-07-01T18:35:15.911Z | Compiling progenitor-macro v0.10.0 |
| 2366 | 2025-07-01T18:35:16.222Z | Compiling libsw v3.5.0 |
| 2367 | 2025-07-01T18:35:17.295Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2368 | 2025-07-01T18:35:18.141Z | Compiling keccak v0.1.5 |
| 2369 | 2025-07-01T18:35:18.867Z | Compiling linear-map v1.2.0 |
| 2370 | 2025-07-01T18:35:19.306Z | Compiling swrite v0.1.0 |
| 2371 | 2025-07-01T18:35:19.371Z | Compiling sha3 v0.10.8 |
| 2372 | 2025-07-01T18:35:19.480Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2373 | 2025-07-01T18:35:20.232Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2374 | 2025-07-01T18:35:26.122Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2375 | 2025-07-01T18:35:26.562Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2376 | 2025-07-01T18:35:26.765Z | Compiling progenitor v0.10.0 |
| 2377 | 2025-07-01T18:35:27.024Z | Compiling prettyplease v0.2.35 |
| 2378 | 2025-07-01T18:35:30.075Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2379 | 2025-07-01T18:35:32.010Z | Compiling tungstenite v0.21.0 |
| 2380 | 2025-07-01T18:35:32.727Z | Compiling highway v1.3.0 |
| 2381 | 2025-07-01T18:35:34.237Z | Compiling tokio-tungstenite v0.21.0 |
| 2382 | 2025-07-01T18:35:34.974Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2383 | 2025-07-01T18:35:36.770Z | Compiling semver v0.1.20 |
| 2384 | 2025-07-01T18:35:37.312Z | Compiling rustc_version v0.1.7 |
| 2385 | 2025-07-01T18:35:37.706Z | Compiling resolv-conf v0.7.0 |
| 2386 | 2025-07-01T18:35:37.817Z | Compiling newtype_derive v0.1.6 |
| 2387 | 2025-07-01T18:35:38.161Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2388 | 2025-07-01T18:35:39.206Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2389 | 2025-07-01T18:35:41.628Z | Compiling universal-hash v0.5.1 |
| 2390 | 2025-07-01T18:35:41.904Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2391 | 2025-07-01T18:35:42.130Z | Compiling opaque-debug v0.3.1 |
| 2392 | 2025-07-01T18:35:42.272Z | Compiling poly1305 v0.8.0 |
| 2393 | 2025-07-01T18:35:43.482Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2394 | 2025-07-01T18:35:43.787Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2395 | 2025-07-01T18:35:44.116Z | Compiling chacha20 v0.9.1 |
| 2396 | 2025-07-01T18:35:44.147Z | Compiling aead v0.5.2 |
| 2397 | 2025-07-01T18:35:44.214Z | Compiling thiserror-no-std v2.0.2 |
| 2398 | 2025-07-01T18:35:44.390Z | Compiling humantime v2.2.0 |
| 2399 | 2025-07-01T18:35:44.515Z | Compiling linked-hash-map v0.5.6 |
| 2400 | 2025-07-01T18:35:44.626Z | Compiling chacha20poly1305 v0.10.1 |
| 2401 | 2025-07-01T18:35:44.890Z | Compiling lru-cache v0.1.2 |
| 2402 | 2025-07-01T18:35:44.919Z | Compiling vsss-rs v3.3.4 |
| 2403 | 2025-07-01T18:35:45.228Z | Compiling hickory-proto v0.24.4 |
| 2404 | 2025-07-01T18:35:45.340Z | Compiling steno v0.4.1 |
| 2405 | 2025-07-01T18:35:45.963Z | Compiling moka v0.12.10 |
| 2406 | 2025-07-01T18:35:46.320Z | Compiling slog-dtrace v0.3.0 |
| 2407 | 2025-07-01T18:35:46.677Z | Compiling tagptr v0.2.0 |
| 2408 | 2025-07-01T18:35:47.011Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2409 | 2025-07-01T18:35:48.430Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2410 | 2025-07-01T18:35:52.727Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2411 | 2025-07-01T18:35:56.774Z | Compiling hickory-resolver v0.24.4 |
| 2412 | 2025-07-01T18:35:58.136Z | Compiling bytecount v0.6.8 |
| 2413 | 2025-07-01T18:35:59.918Z | Compiling qorb v0.4.0 |
| 2414 | 2025-07-01T18:36:00.155Z | Compiling hickory-resolver v0.25.2 |
| 2415 | 2025-07-01T18:36:05.127Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2416 | 2025-07-01T18:36:05.466Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2417 | 2025-07-01T18:36:06.488Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2418 | 2025-07-01T18:36:13.022Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2419 | 2025-07-01T18:36:15.491Z | Compiling itertools v0.13.0 |
| 2420 | 2025-07-01T18:36:16.616Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2421 | 2025-07-01T18:36:17.958Z | Compiling display-error-chain v0.2.2 |
| 2422 | 2025-07-01T18:36:18.151Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2423 | 2025-07-01T18:36:18.232Z | Compiling crunchy v0.2.2 |
| 2424 | 2025-07-01T18:36:18.612Z | Compiling radium v0.7.0 |
| 2425 | 2025-07-01T18:36:18.676Z | Compiling maplit v1.0.2 |
| 2426 | 2025-07-01T18:36:18.899Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2427 | 2025-07-01T18:36:19.018Z | Compiling dsl_auto_type v0.1.2 |
| 2428 | 2025-07-01T18:36:19.122Z | Compiling scheduled-thread-pool v0.2.7 |
| 2429 | 2025-07-01T18:36:20.240Z | Compiling zerocopy-derive v0.6.6 |
| 2430 | 2025-07-01T18:36:20.411Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2431 | 2025-07-01T18:36:20.801Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2432 | 2025-07-01T18:36:21.556Z | Compiling maybe-uninit v2.0.0 |
| 2433 | 2025-07-01T18:36:21.585Z | Compiling tiny-keccak v2.0.2 |
| 2434 | 2025-07-01T18:36:21.922Z | Compiling tap v1.0.1 |
| 2435 | 2025-07-01T18:36:21.990Z | Compiling zerocopy v0.6.6 |
| 2436 | 2025-07-01T18:36:22.117Z | Compiling wyz v0.5.1 |
| 2437 | 2025-07-01T18:36:22.192Z | Compiling proc-macro-error2 v2.0.1 |
| 2438 | 2025-07-01T18:36:22.609Z | Compiling diesel_derives v2.2.3 |
| 2439 | 2025-07-01T18:36:22.756Z | Compiling r2d2 v0.8.10 |
| 2440 | 2025-07-01T18:36:23.366Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2441 | 2025-07-01T18:36:23.399Z | Compiling const_format_proc_macros v0.2.34 |
| 2442 | 2025-07-01T18:36:23.479Z | Compiling crc-catalog v2.4.0 |
| 2443 | 2025-07-01T18:36:23.677Z | Compiling packed_struct v0.10.1 |
| 2444 | 2025-07-01T18:36:24.106Z | Compiling funty v2.0.0 |
| 2445 | 2025-07-01T18:36:24.587Z | Compiling bit-vec v0.6.3 |
| 2446 | 2025-07-01T18:36:25.006Z | Compiling bit-set v0.5.3 |
| 2447 | 2025-07-01T18:36:25.056Z | Compiling const_format v0.2.34 |
| 2448 | 2025-07-01T18:36:25.300Z | Compiling bitvec v1.0.1 |
| 2449 | 2025-07-01T18:36:26.307Z | Compiling crc v3.2.1 |
| 2450 | 2025-07-01T18:36:27.362Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2451 | 2025-07-01T18:36:28.280Z | Compiling tabled_derive v0.10.0 |
| 2452 | 2025-07-01T18:36:29.622Z | Compiling papergrid v0.14.0 |
| 2453 | 2025-07-01T18:36:29.831Z | Compiling ascii-canvas v3.0.0 |
| 2454 | 2025-07-01T18:36:30.377Z | Compiling num-derive v0.3.3 |
| 2455 | 2025-07-01T18:36:30.562Z | Compiling packed_struct_codegen v0.10.1 |
| 2456 | 2025-07-01T18:36:32.348Z | Compiling ena v0.14.3 |
| 2457 | 2025-07-01T18:36:32.668Z | Compiling diesel v2.2.11 |
| 2458 | 2025-07-01T18:36:32.789Z | Compiling indexmap v1.9.3 |
| 2459 | 2025-07-01T18:36:32.792Z | Compiling diff v0.1.13 |
| 2460 | 2025-07-01T18:36:33.153Z | Compiling regex-syntax v0.6.29 |
| 2461 | 2025-07-01T18:36:33.306Z | Compiling nodrop v0.1.14 |
| 2462 | 2025-07-01T18:36:33.481Z | Compiling bindgen v0.71.1 |
| 2463 | 2025-07-01T18:36:33.995Z | Compiling array-init v0.0.4 |
| 2464 | 2025-07-01T18:36:37.826Z | Compiling lalrpop v0.19.12 |
| 2465 | 2025-07-01T18:36:46.433Z | Compiling libscf-sys v1.1.0 |
| 2466 | 2025-07-01T18:36:46.712Z | Compiling tabled v0.18.0 |
| 2467 | 2025-07-01T18:36:48.059Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2468 | 2025-07-01T18:36:52.873Z | Compiling smallvec v0.6.14 |
| 2469 | 2025-07-01T18:36:53.340Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2470 | 2025-07-01T18:36:53.389Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2471 | 2025-07-01T18:36:54.401Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2472 | 2025-07-01T18:36:54.432Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2473 | 2025-07-01T18:36:54.674Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2474 | 2025-07-01T18:36:55.035Z | Compiling termcolor v1.4.1 |
| 2475 | 2025-07-01T18:36:55.439Z | Compiling hashbrown v0.12.3 |
| 2476 | 2025-07-01T18:36:56.045Z | Compiling bitfield v0.14.0 |
| 2477 | 2025-07-01T18:36:56.392Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2478 | 2025-07-01T18:36:56.648Z | Compiling env_logger v0.10.2 |
| 2479 | 2025-07-01T18:36:57.875Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2480 | 2025-07-01T18:36:58.487Z | Compiling polar-core v0.27.3 |
| 2481 | 2025-07-01T18:36:59.505Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2482 | 2025-07-01T18:36:59.848Z | Compiling serde-hex v0.1.0 |
| 2483 | 2025-07-01T18:36:59.983Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2484 | 2025-07-01T18:37:04.982Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2485 | 2025-07-01T18:37:05.359Z | Compiling ron v0.8.1 |
| 2486 | 2025-07-01T18:37:06.578Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2487 | 2025-07-01T18:37:06.920Z | Compiling hashbrown v0.13.2 |
| 2488 | 2025-07-01T18:37:06.986Z | Compiling derive_builder_core v0.20.2 |
| 2489 | 2025-07-01T18:37:08.210Z | Compiling headers-core v0.3.0 |
| 2490 | 2025-07-01T18:37:08.433Z | Compiling phf_generator v0.11.2 |
| 2491 | 2025-07-01T18:37:08.615Z | Compiling libxml v0.3.3 |
| 2492 | 2025-07-01T18:37:08.674Z | Compiling async-recursion v1.1.1 |
| 2493 | 2025-07-01T18:37:08.889Z | Compiling termtree v0.5.1 |
| 2494 | 2025-07-01T18:37:09.011Z | Compiling crc-any v2.5.0 |
| 2495 | 2025-07-01T18:37:09.258Z | Compiling derive_builder_macro v0.20.2 |
| 2496 | 2025-07-01T18:37:09.891Z | Compiling phf_codegen v0.11.2 |
| 2497 | 2025-07-01T18:37:09.919Z | Compiling headers v0.4.1 |
| 2498 | 2025-07-01T18:37:10.087Z | Compiling object v0.30.4 |
| 2499 | 2025-07-01T18:37:10.134Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2500 | 2025-07-01T18:37:11.683Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2501 | 2025-07-01T18:37:13.407Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2502 | 2025-07-01T18:37:13.646Z | Compiling samael v0.0.19 |
| 2503 | 2025-07-01T18:37:15.249Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2504 | 2025-07-01T18:37:18.723Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2505 | 2025-07-01T18:37:21.450Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2506 | 2025-07-01T18:37:21.828Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2507 | 2025-07-01T18:37:21.875Z | Compiling strum_macros v0.24.3 |
| 2508 | 2025-07-01T18:37:22.591Z | Compiling parse-zoneinfo v0.3.1 |
| 2509 | 2025-07-01T18:37:23.911Z | Compiling indoc v1.0.9 |
| 2510 | 2025-07-01T18:37:24.639Z | Compiling path-slash v0.1.5 |
| 2511 | 2025-07-01T18:37:24.668Z | Compiling crc8 v0.1.1 |
| 2512 | 2025-07-01T18:37:24.920Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2513 | 2025-07-01T18:37:24.992Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2514 | 2025-07-01T18:37:26.922Z | Compiling chrono-tz-build v0.4.0 |
| 2515 | 2025-07-01T18:37:27.866Z | Compiling derive_builder v0.20.2 |
| 2516 | 2025-07-01T18:37:28.141Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2517 | 2025-07-01T18:37:28.468Z | Compiling globset v0.4.15 |
| 2518 | 2025-07-01T18:37:30.451Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2519 | 2025-07-01T18:37:32.543Z | Compiling oso-derive v0.27.3 |
| 2520 | 2025-07-01T18:37:33.477Z | Compiling quick-xml v0.37.2 |
| 2521 | 2025-07-01T18:37:34.407Z | Compiling vte_generate_state_changes v0.1.2 |
| 2522 | 2025-07-01T18:37:35.023Z | Compiling arc-swap v1.7.1 |
| 2523 | 2025-07-01T18:37:35.716Z | Compiling slog-scope v4.4.0 |
| 2524 | 2025-07-01T18:37:36.006Z | Compiling vte v0.11.1 |
| 2525 | 2025-07-01T18:37:36.516Z | Compiling chrono-tz v0.10.3 |
| 2526 | 2025-07-01T18:37:37.128Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2527 | 2025-07-01T18:37:37.211Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2528 | 2025-07-01T18:37:37.434Z | Compiling diesel-dtrace v0.4.2 |
| 2529 | 2025-07-01T18:37:37.817Z | Compiling oso v0.27.3 |
| 2530 | 2025-07-01T18:37:38.507Z | Compiling unicase v2.7.0 |
| 2531 | 2025-07-01T18:37:38.861Z | Compiling xshell-macros v0.2.7 |
| 2532 | 2025-07-01T18:37:39.482Z | Compiling strip-ansi-escapes v0.2.0 |
| 2533 | 2025-07-01T18:37:39.559Z | Compiling xshell v0.2.7 |
| 2534 | 2025-07-01T18:37:41.089Z | Compiling slog-stdlog v4.1.1 |
| 2535 | 2025-07-01T18:37:41.882Z | Compiling papergrid v0.11.0 |
| 2536 | 2025-07-01T18:37:42.326Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2537 | 2025-07-01T18:37:43.098Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2538 | 2025-07-01T18:37:43.438Z | Compiling tabled_derive v0.7.0 |
| 2539 | 2025-07-01T18:37:45.614Z | Compiling fd-lock v4.0.2 |
| 2540 | 2025-07-01T18:37:45.719Z | Compiling bb8 v0.8.5 |
| 2541 | 2025-07-01T18:37:46.359Z | Compiling peg-macros v0.8.5 |
| 2542 | 2025-07-01T18:37:49.492Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2543 | 2025-07-01T18:37:50.444Z | Compiling nu-ansi-term v0.50.1 |
| 2544 | 2025-07-01T18:37:51.660Z | Compiling reedline v0.40.0 |
| 2545 | 2025-07-01T18:37:53.596Z | Compiling peg v0.8.5 |
| 2546 | 2025-07-01T18:37:53.748Z | Compiling async-bb8-diesel v0.2.1 |
| 2547 | 2025-07-01T18:37:54.399Z | Compiling tabled v0.15.0 |
| 2548 | 2025-07-01T18:37:54.594Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2549 | 2025-07-01T18:37:58.005Z | Compiling slog-envlogger v2.2.0 |
| 2550 | 2025-07-01T18:38:02.595Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2551 | 2025-07-01T18:38:12.728Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2552 | 2025-07-01T18:38:13.065Z | Compiling typify-impl v0.2.0 |
| 2553 | 2025-07-01T18:38:13.306Z | Compiling pem v3.0.5 |
| 2554 | 2025-07-01T18:38:14.324Z | Compiling bcs v0.1.6 |
| 2555 | 2025-07-01T18:38:14.800Z | Compiling fxhash v0.2.1 |
| 2556 | 2025-07-01T18:38:15.076Z | Compiling libz-sys v1.1.20 |
| 2557 | 2025-07-01T18:38:15.147Z | Compiling half v1.8.3 |
| 2558 | 2025-07-01T18:38:15.873Z | Compiling serde_cbor v0.11.2 |
| 2559 | 2025-07-01T18:38:16.329Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2560 | 2025-07-01T18:38:17.355Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2561 | 2025-07-01T18:38:17.804Z | Compiling kstat-rs v0.2.4 |
| 2562 | 2025-07-01T18:38:18.469Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2563 | 2025-07-01T18:38:18.705Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2564 | 2025-07-01T18:38:22.587Z | Compiling typify-macro v0.2.0 |
| 2565 | 2025-07-01T18:38:25.992Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2566 | 2025-07-01T18:38:26.603Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2567 | 2025-07-01T18:38:26.860Z | Compiling nix v0.30.1 |
| 2568 | 2025-07-01T18:38:27.696Z | Compiling nanorand v0.7.0 |
| 2569 | 2025-07-01T18:38:28.429Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2570 | 2025-07-01T18:38:28.680Z | Compiling pin-project-internal v1.1.6 |
| 2571 | 2025-07-01T18:38:29.181Z | Compiling parking_lot_core v0.8.6 |
| 2572 | 2025-07-01T18:38:30.889Z | Compiling pin-project v1.1.6 |
| 2573 | 2025-07-01T18:38:31.086Z | Compiling flume v0.11.1 |
| 2574 | 2025-07-01T18:38:31.901Z | Compiling mime_guess v2.0.5 |
| 2575 | 2025-07-01T18:38:33.337Z | Compiling ignore v0.4.23 |
| 2576 | 2025-07-01T18:38:34.282Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2577 | 2025-07-01T18:38:36.953Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2578 | 2025-07-01T18:38:37.362Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2579 | 2025-07-01T18:38:39.501Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2580 | 2025-07-01T18:38:41.780Z | Compiling castaway v0.2.3 |
| 2581 | 2025-07-01T18:38:42.018Z | Compiling snafu-derive v0.8.5 |
| 2582 | 2025-07-01T18:38:42.592Z | Compiling fs-err v2.11.0 |
| 2583 | 2025-07-01T18:38:42.939Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2584 | 2025-07-01T18:38:43.581Z | Compiling compact_str v0.8.0 |
| 2585 | 2025-07-01T18:38:43.851Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2586 | 2025-07-01T18:38:43.881Z | Compiling globwalk v0.9.1 |
| 2587 | 2025-07-01T18:38:45.823Z | Compiling snafu v0.8.5 |
| 2588 | 2025-07-01T18:38:46.892Z | Compiling typify v0.2.0 |
| 2589 | 2025-07-01T18:38:47.039Z | Compiling predicates-tree v1.0.12 |
| 2590 | 2025-07-01T18:38:47.095Z | Compiling unicode-truncate v1.1.0 |
| 2591 | 2025-07-01T18:38:47.431Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2592 | 2025-07-01T18:38:47.899Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2593 | 2025-07-01T18:38:54.459Z | Compiling olpc-cjson v0.1.4 |
| 2594 | 2025-07-01T18:38:54.799Z | Compiling lru v0.12.5 |
| 2595 | 2025-07-01T18:38:54.828Z | Compiling vergen v8.3.2 |
| 2596 | 2025-07-01T18:38:55.174Z | Compiling nibble_vec v0.1.0 |
| 2597 | 2025-07-01T18:38:55.203Z | Compiling cargo-platform v0.1.8 |
| 2598 | 2025-07-01T18:38:55.458Z | Compiling serde_plain v1.0.2 |
| 2599 | 2025-07-01T18:38:55.693Z | Compiling instability v0.3.2 |
| 2600 | 2025-07-01T18:38:55.989Z | Compiling atty v0.2.14 |
| 2601 | 2025-07-01T18:38:56.197Z | Compiling endian-type v0.1.2 |
| 2602 | 2025-07-01T18:38:56.464Z | Compiling indoc v2.0.6 |
| 2603 | 2025-07-01T18:38:56.608Z | Compiling salty v0.3.0 |
| 2604 | 2025-07-01T18:38:56.986Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2605 | 2025-07-01T18:38:57.245Z | Compiling http-range v0.1.5 |
| 2606 | 2025-07-01T18:38:58.181Z | Compiling typed-path v0.9.3 |
| 2607 | 2025-07-01T18:39:05.683Z | Compiling cassowary v0.3.0 |
| 2608 | 2025-07-01T18:39:08.909Z | Compiling ratatui v0.29.0 |
| 2609 | 2025-07-01T18:39:13.724Z | Compiling tough v0.20.0 |
| 2610 | 2025-07-01T18:39:16.584Z | Compiling radix_trie v0.2.1 |
| 2611 | 2025-07-01T18:39:17.473Z | Compiling cargo_metadata v0.18.1 |
| 2612 | 2025-07-01T18:39:20.283Z | Compiling git2 v0.19.0 |
| 2613 | 2025-07-01T18:39:20.523Z | Compiling camino-tempfile-ext v0.3.1 |
| 2614 | 2025-07-01T18:39:21.920Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2615 | 2025-07-01T18:39:27.017Z | Compiling progenitor-impl v0.8.0 |
| 2616 | 2025-07-01T18:39:32.801Z | Compiling parking_lot v0.11.2 |
| 2617 | 2025-07-01T18:39:34.680Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2618 | 2025-07-01T18:39:34.759Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2619 | 2025-07-01T18:39:34.960Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2620 | 2025-07-01T18:39:35.044Z | Compiling prefix-trie v0.7.0 |
| 2621 | 2025-07-01T18:39:35.087Z | Compiling rand_seeder v0.3.0 |
| 2622 | 2025-07-01T18:39:35.525Z | Compiling lzma-sys v0.1.20 |
| 2623 | 2025-07-01T18:39:36.006Z | Compiling parse-size v1.1.0 |
| 2624 | 2025-07-01T18:39:36.205Z | Compiling rustls v0.21.12 |
| 2625 | 2025-07-01T18:39:36.381Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2626 | 2025-07-01T18:39:36.659Z | Compiling hickory-server v0.25.2 |
| 2627 | 2025-07-01T18:39:39.411Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2628 | 2025-07-01T18:39:39.441Z | Compiling hyper-staticfile v0.10.1 |
| 2629 | 2025-07-01T18:39:39.713Z | Compiling sled v0.34.7 |
| 2630 | 2025-07-01T18:39:41.892Z | Compiling progenitor-macro v0.8.0 |
| 2631 | 2025-07-01T18:39:42.565Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2632 | 2025-07-01T18:39:46.300Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2633 | 2025-07-01T18:39:49.649Z | Compiling hickory-client v0.25.2 |
| 2634 | 2025-07-01T18:39:52.797Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2635 | 2025-07-01T18:39:53.167Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2636 | 2025-07-01T18:39:53.430Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2637 | 2025-07-01T18:39:54.013Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2638 | 2025-07-01T18:39:58.728Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2639 | 2025-07-01T18:39:59.037Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 2640 | 2025-07-01T18:39:59.074Z | Compiling primeorder v0.13.6 |
| 2641 | 2025-07-01T18:39:59.693Z | Compiling progenitor-client v0.8.0 |
| 2642 | 2025-07-01T18:40:00.583Z | Compiling sct v0.7.1 |
| 2643 | 2025-07-01T18:40:00.625Z | Compiling rustls-webpki v0.101.7 |
| 2644 | 2025-07-01T18:40:01.048Z | Compiling heck v0.3.3 |
| 2645 | 2025-07-01T18:40:01.410Z | Compiling env_filter v0.1.2 |
| 2646 | 2025-07-01T18:40:01.678Z | Compiling csv-core v0.1.11 |
| 2647 | 2025-07-01T18:40:02.567Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2648 | 2025-07-01T18:40:02.925Z | Compiling void v1.0.2 |
| 2649 | 2025-07-01T18:40:03.049Z | Compiling csv v1.3.1 |
| 2650 | 2025-07-01T18:40:03.143Z | Compiling lzss v0.8.2 |
| 2651 | 2025-07-01T18:40:03.631Z | Compiling env_logger v0.11.5 |
| 2652 | 2025-07-01T18:40:04.956Z | Compiling zone_cfg_derive v0.1.2 |
| 2653 | 2025-07-01T18:40:05.216Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2654 | 2025-07-01T18:40:06.219Z | Compiling progenitor v0.8.0 |
| 2655 | 2025-07-01T18:40:06.250Z | Compiling p384 v0.13.0 |
| 2656 | 2025-07-01T18:40:06.542Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2657 | 2025-07-01T18:40:10.050Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2658 | 2025-07-01T18:40:12.167Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2659 | 2025-07-01T18:40:12.912Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2660 | 2025-07-01T18:40:13.049Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2661 | 2025-07-01T18:40:13.376Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2662 | 2025-07-01T18:40:14.562Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2663 | 2025-07-01T18:40:14.944Z | Compiling tungstenite v0.23.0 |
| 2664 | 2025-07-01T18:40:19.957Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2665 | 2025-07-01T18:40:20.301Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2666 | 2025-07-01T18:40:20.418Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2667 | 2025-07-01T18:40:20.641Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2668 | 2025-07-01T18:40:20.766Z | Compiling nix v0.27.1 |
| 2669 | 2025-07-01T18:40:21.338Z | Compiling serde_bytes v0.11.17 |
| 2670 | 2025-07-01T18:40:21.939Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2671 | 2025-07-01T18:40:22.296Z | Compiling base64 v0.13.1 |
| 2672 | 2025-07-01T18:40:23.180Z | Compiling ron v0.7.1 |
| 2673 | 2025-07-01T18:40:24.080Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2674 | 2025-07-01T18:40:24.911Z | Compiling tokio-tungstenite v0.23.1 |
| 2675 | 2025-07-01T18:40:25.577Z | Compiling xz2 v0.1.7 |
| 2676 | 2025-07-01T18:40:26.250Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2677 | 2025-07-01T18:40:28.180Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2678 | 2025-07-01T18:40:28.640Z | Compiling tokio-rustls v0.24.1 |
| 2679 | 2025-07-01T18:40:32.102Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2680 | 2025-07-01T18:40:34.926Z | Compiling zone v0.1.8 |
| 2681 | 2025-07-01T18:40:36.413Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2682 | 2025-07-01T18:40:37.122Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2683 | 2025-07-01T18:40:38.142Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2684 | 2025-07-01T18:40:38.325Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2685 | 2025-07-01T18:40:38.920Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2686 | 2025-07-01T18:40:39.613Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2687 | 2025-07-01T18:40:45.527Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2688 | 2025-07-01T18:40:47.733Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2689 | 2025-07-01T18:40:49.414Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2690 | 2025-07-01T18:40:50.783Z | Compiling rustls-pemfile v1.0.4 |
| 2691 | 2025-07-01T18:40:51.251Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2692 | 2025-07-01T18:40:51.538Z | Compiling signal-hook-tokio v0.3.1 |
| 2693 | 2025-07-01T18:40:51.597Z | Compiling twox-hash v2.1.0 |
| 2694 | 2025-07-01T18:40:51.807Z | Compiling yasna v0.5.2 |
| 2695 | 2025-07-01T18:40:52.586Z | Compiling secrecy v0.8.0 |
| 2696 | 2025-07-01T18:40:52.907Z | Compiling is_ci v1.2.0 |
| 2697 | 2025-07-01T18:40:53.249Z | Compiling smawk v0.3.2 |
| 2698 | 2025-07-01T18:40:53.585Z | Compiling unicode-linebreak v0.1.5 |
| 2699 | 2025-07-01T18:40:54.195Z | Compiling textwrap v0.16.2 |
| 2700 | 2025-07-01T18:40:54.754Z | Compiling supports-color v3.0.2 |
| 2701 | 2025-07-01T18:40:55.242Z | Compiling rcgen v0.12.1 |
| 2702 | 2025-07-01T18:40:57.784Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2703 | 2025-07-01T18:40:58.939Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2704 | 2025-07-01T18:41:05.260Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2705 | 2025-07-01T18:41:05.429Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2706 | 2025-07-01T18:41:07.737Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2707 | 2025-07-01T18:41:15.895Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2708 | 2025-07-01T18:41:21.254Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2709 | 2025-07-01T18:41:24.929Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2710 | 2025-07-01T18:41:26.278Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2711 | 2025-07-01T18:41:26.447Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2712 | 2025-07-01T18:41:27.061Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2713 | 2025-07-01T18:41:28.540Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2714 | 2025-07-01T18:41:35.592Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2715 | 2025-07-01T18:41:40.345Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2716 | 2025-07-01T18:41:40.700Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2717 | 2025-07-01T18:41:41.594Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2718 | 2025-07-01T18:41:47.246Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2719 | 2025-07-01T18:41:47.559Z | Compiling fatfs v0.3.6 |
| 2720 | 2025-07-01T18:41:48.644Z | Compiling subprocess v0.2.9 |
| 2721 | 2025-07-01T18:41:49.051Z | Compiling rtoolbox v0.0.2 |
| 2722 | 2025-07-01T18:41:49.634Z | Compiling assert_matches v1.5.0 |
| 2723 | 2025-07-01T18:41:50.232Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2724 | 2025-07-01T18:41:50.337Z | Compiling rpassword v7.4.0 |
| 2725 | 2025-07-01T18:41:50.812Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2726 | 2025-07-01T18:41:53.051Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2727 | 2025-07-01T18:41:57.803Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2728 | 2025-07-01T18:42:04.578Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2729 | 2025-07-01T18:42:25.312Z | Compiling tui-tree-widget v0.23.1 |
| 2730 | 2025-07-01T18:42:25.812Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2731 | 2025-07-01T18:42:35.206Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2732 | 2025-07-01T18:42:35.566Z | Compiling uzers v0.12.1 |
| 2733 | 2025-07-01T18:42:38.741Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2734 | 2025-07-01T18:42:38.782Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2735 | 2025-07-01T18:42:39.615Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2736 | 2025-07-01T18:42:43.847Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2737 | 2025-07-01T18:42:56.038Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2738 | 2025-07-01T18:43:00.484Z | Compiling support-bundle-viewer v0.1.2 |
| 2739 | 2025-07-01T18:43:04.136Z | Compiling multimap v0.10.1 |
| 2740 | 2025-07-01T18:45:07.639Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2741 | 2025-07-01T18:45:27.337Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2742 | 2025-07-01T18:53:02.130Z | Finished `release` profile [optimized] target(s) in 18m 06s |
| 2743 | 2025-07-01T18:53:58.284Z | |
| 2744 | 2025-07-01T18:53:58.288Z | real 19:03.952462827 |
| 2745 | 2025-07-01T18:53:58.288Z | user 2:17:17.867990673 |
| 2746 | 2025-07-01T18:53:58.288Z | sys 3:59.084157116 |
| 2747 | 2025-07-01T18:53:58.288Z | trap 3.451323199 |
| 2748 | 2025-07-01T18:53:58.288Z | tflt 1.935270255 |
| 2749 | 2025-07-01T18:53:58.288Z | dflt 6.001458576 |
| 2750 | 2025-07-01T18:53:58.288Z | kflt 0.097808974 |
| 2751 | 2025-07-01T18:53:58.288Z | lock 7:44:44.864278311 |
| 2752 | 2025-07-01T18:53:58.288Z | slp 7:01:26.736709962 |
| 2753 | 2025-07-01T18:53:58.288Z | lat 3:45.749572253 |
| 2754 | 2025-07-01T18:53:58.288Z | stop 3:34.593427053 |
| 2755 | 2025-07-01T18:53:58.288Z | + mapfile -t packages |
| 2756 | 2025-07-01T18:53:58.288Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2757 | 2025-07-01T18:53:59.508Z | Finished `release` profile [optimized] target(s) in 1.16s |
| 2758 | 2025-07-01T18:53:59.567Z | Running `target/release/omicron-package -t test list-outputs` |
| 2759 | 2025-07-01T18:53:59.618Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2760 | 2025-07-01T18:53:59.622Z | + ptime -m cargo build --locked --release -p xtask |
| 2761 | 2025-07-01T18:54:00.347Z | Compiling once_cell v1.21.3 |
| 2762 | 2025-07-01T18:54:00.347Z | Compiling serde v1.0.219 |
| 2763 | 2025-07-01T18:54:00.351Z | Compiling bitflags v2.9.0 |
| 2764 | 2025-07-01T18:54:00.351Z | Compiling syn v2.0.104 |
| 2765 | 2025-07-01T18:54:00.351Z | Compiling libc v0.2.174 |
| 2766 | 2025-07-01T18:54:00.351Z | Compiling serde_json v1.0.140 |
| 2767 | 2025-07-01T18:54:00.454Z | Compiling num-traits v0.2.19 |
| 2768 | 2025-07-01T18:54:00.458Z | Compiling hashbrown v0.15.4 |
| 2769 | 2025-07-01T18:54:00.844Z | Compiling smallvec v1.15.0 |
| 2770 | 2025-07-01T18:54:00.865Z | Compiling rustix v0.38.37 |
| 2771 | 2025-07-01T18:54:01.174Z | Compiling usdt-impl v0.5.0 |
| 2772 | 2025-07-01T18:54:01.257Z | Compiling syn v1.0.109 |
| 2773 | 2025-07-01T18:54:01.320Z | Compiling log v0.4.27 |
| 2774 | 2025-07-01T18:54:01.731Z | Compiling percent-encoding v2.3.1 |
| 2775 | 2025-07-01T18:54:01.786Z | Compiling indexmap v2.9.0 |
| 2776 | 2025-07-01T18:54:01.855Z | Compiling thread-id v4.2.2 |
| 2777 | 2025-07-01T18:54:01.872Z | Compiling getrandom v0.3.1 |
| 2778 | 2025-07-01T18:54:01.991Z | Compiling form_urlencoded v1.2.1 |
| 2779 | 2025-07-01T18:54:02.556Z | Compiling rustix v1.0.7 |
| 2780 | 2025-07-01T18:54:02.639Z | Compiling fs-err v3.1.1 |
| 2781 | 2025-07-01T18:54:02.987Z | Compiling ordered-float v2.10.1 |
| 2782 | 2025-07-01T18:54:03.418Z | Compiling terminal_size v0.4.0 |
| 2783 | 2025-07-01T18:54:03.435Z | Compiling anyhow v1.0.98 |
| 2784 | 2025-07-01T18:54:03.697Z | Compiling clap_builder v4.5.40 |
| 2785 | 2025-07-01T18:54:04.027Z | Compiling textwrap v0.16.2 |
| 2786 | 2025-07-01T18:54:04.455Z | Compiling tempfile v3.20.0 |
| 2787 | 2025-07-01T18:54:04.854Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2025-07-01T18:54:06.336Z | Compiling tabled_derive v0.7.0 |
| 2789 | 2025-07-01T18:54:07.023Z | Compiling synstructure v0.13.1 |
| 2790 | 2025-07-01T18:54:07.584Z | Compiling tabled v0.15.0 |
| 2791 | 2025-07-01T18:54:08.211Z | Compiling serde_derive v1.0.219 |
| 2792 | 2025-07-01T18:54:08.211Z | Compiling thiserror-impl v1.0.69 |
| 2793 | 2025-07-01T18:54:08.214Z | Compiling zerofrom-derive v0.1.4 |
| 2794 | 2025-07-01T18:54:08.215Z | Compiling yoke-derive v0.7.4 |
| 2795 | 2025-07-01T18:54:10.554Z | Compiling zerovec-derive v0.10.3 |
| 2796 | 2025-07-01T18:54:10.649Z | Compiling zerofrom v0.1.4 |
| 2797 | 2025-07-01T18:54:10.757Z | Compiling thiserror v1.0.69 |
| 2798 | 2025-07-01T18:54:10.926Z | Compiling yoke v0.7.4 |
| 2799 | 2025-07-01T18:54:10.947Z | Compiling displaydoc v0.2.5 |
| 2800 | 2025-07-01T18:54:11.358Z | Compiling pest v2.7.14 |
| 2801 | 2025-07-01T18:54:12.039Z | Compiling zerocopy-derive v0.7.35 |
| 2802 | 2025-07-01T18:54:12.352Z | Compiling icu_provider_macros v1.5.0 |
| 2803 | 2025-07-01T18:54:12.784Z | Compiling zerovec v0.10.4 |
| 2804 | 2025-07-01T18:54:13.571Z | Compiling scroll_derive v0.12.0 |
| 2805 | 2025-07-01T18:54:13.892Z | Compiling zerocopy v0.7.35 |
| 2806 | 2025-07-01T18:54:14.301Z | Compiling pest_meta v2.7.14 |
| 2807 | 2025-07-01T18:54:14.913Z | Compiling tinystr v0.7.6 |
| 2808 | 2025-07-01T18:54:15.353Z | Compiling icu_locid v1.5.0 |
| 2809 | 2025-07-01T18:54:15.733Z | Compiling pest_generator v2.7.14 |
| 2810 | 2025-07-01T18:54:17.422Z | Compiling icu_provider v1.5.0 |
| 2811 | 2025-07-01T18:54:17.747Z | Compiling pest_derive v2.7.14 |
| 2812 | 2025-07-01T18:54:18.560Z | Compiling icu_locid_transform v1.5.0 |
| 2813 | 2025-07-01T18:54:19.527Z | Compiling icu_collections v1.5.0 |
| 2814 | 2025-07-01T18:54:20.841Z | Compiling icu_properties v1.5.1 |
| 2815 | 2025-07-01T18:54:22.079Z | Compiling serde_spanned v0.6.9 |
| 2816 | 2025-07-01T18:54:22.393Z | Compiling toml_datetime v0.6.11 |
| 2817 | 2025-07-01T18:54:23.190Z | Compiling toml_edit v0.22.27 |
| 2818 | 2025-07-01T18:54:23.248Z | Compiling dof v0.3.0 |
| 2819 | 2025-07-01T18:54:24.003Z | Compiling dtrace-parser v0.2.0 |
| 2820 | 2025-07-01T18:54:24.142Z | Compiling scroll v0.12.0 |
| 2821 | 2025-07-01T18:54:24.161Z | Compiling serde_tokenstream v0.2.2 |
| 2822 | 2025-07-01T18:54:24.727Z | Compiling icu_normalizer v1.5.0 |
| 2823 | 2025-07-01T18:54:24.792Z | Compiling goblin v0.8.2 |
| 2824 | 2025-07-01T18:54:26.613Z | Compiling idna_adapter v1.2.0 |
| 2825 | 2025-07-01T18:54:26.857Z | Compiling idna v1.0.3 |
| 2826 | 2025-07-01T18:54:26.897Z | Compiling erased-serde v0.4.6 |
| 2827 | 2025-07-01T18:54:27.107Z | Compiling toml v0.8.23 |
| 2828 | 2025-07-01T18:54:29.481Z | Compiling serde-untagged v0.1.7 |
| 2829 | 2025-07-01T18:54:29.940Z | Compiling url v2.5.4 |
| 2830 | 2025-07-01T18:54:30.294Z | Compiling semver v1.0.26 |
| 2831 | 2025-07-01T18:54:32.199Z | Compiling camino v1.1.10 |
| 2832 | 2025-07-01T18:54:32.772Z | Compiling serde-value v0.7.0 |
| 2833 | 2025-07-01T18:54:33.496Z | Compiling thiserror-impl v2.0.12 |
| 2834 | 2025-07-01T18:54:34.406Z | Compiling cargo-util-schemas v0.2.0 |
| 2835 | 2025-07-01T18:54:36.242Z | Compiling thiserror v2.0.12 |
| 2836 | 2025-07-01T18:54:36.451Z | Compiling usdt-macro v0.5.0 |
| 2837 | 2025-07-01T18:54:37.491Z | Compiling usdt-attr-macro v0.5.0 |
| 2838 | 2025-07-01T18:54:37.609Z | Compiling cargo-platform v0.2.0 |
| 2839 | 2025-07-01T18:54:37.733Z | Compiling clap_derive v4.5.40 |
| 2840 | 2025-07-01T18:54:38.735Z | Compiling usdt v0.5.0 |
| 2841 | 2025-07-01T18:54:38.817Z | Compiling cargo_metadata v0.20.0 |
| 2842 | 2025-07-01T18:54:39.786Z | Compiling camino-tempfile v1.4.1 |
| 2843 | 2025-07-01T18:54:40.056Z | Compiling cargo_toml v0.21.0 |
| 2844 | 2025-07-01T18:54:40.583Z | Compiling macaddr v1.0.1 |
| 2845 | 2025-07-01T18:54:41.856Z | Compiling clap v4.5.40 |
| 2846 | 2025-07-01T18:54:51.323Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2847 | 2025-07-01T18:54:56.859Z | Finished `release` profile [optimized] target(s) in 57.17s |
| 2848 | 2025-07-01T18:54:56.992Z | |
| 2849 | 2025-07-01T18:54:56.992Z | real 57.327809772 |
| 2850 | 2025-07-01T18:54:56.992Z | user 6:17.781690281 |
| 2851 | 2025-07-01T18:54:56.992Z | sys 26.428721557 |
| 2852 | 2025-07-01T18:54:56.992Z | trap 0.193906684 |
| 2853 | 2025-07-01T18:54:56.992Z | tflt 0.284164814 |
| 2854 | 2025-07-01T18:54:56.992Z | dflt 0.399267689 |
| 2855 | 2025-07-01T18:54:56.995Z | kflt 0.000008198 |
| 2856 | 2025-07-01T18:54:56.995Z | lock 12:55.948992629 |
| 2857 | 2025-07-01T18:54:56.996Z | slp 21:00.439259818 |
| 2858 | 2025-07-01T18:54:56.996Z | lat 23.682004331 |
| 2859 | 2025-07-01T18:54:56.996Z | stop 28.031009229 |
| 2860 | 2025-07-01T18:54:56.996Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2861 | 2025-07-01T18:54:56.996Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2862 | 2025-07-01T18:54:56.996Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2863 | 2025-07-01T18:54:56.996Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2864 | 2025-07-01T18:54:56.996Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2865 | 2025-07-01T18:54:58.165Z | Compiling regress v0.10.3 |
| 2866 | 2025-07-01T18:54:58.329Z | Compiling ident_case v1.0.1 |
| 2867 | 2025-07-01T18:54:58.329Z | Compiling unsafe-libyaml v0.2.11 |
| 2868 | 2025-07-01T18:54:58.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2869 | 2025-07-01T18:54:58.379Z | Compiling match_cfg v0.1.0 |
| 2870 | 2025-07-01T18:54:58.396Z | Compiling quick-error v1.2.3 |
| 2871 | 2025-07-01T18:54:58.400Z | Compiling rustix v1.0.7 |
| 2872 | 2025-07-01T18:54:58.400Z | Compiling rustls v0.22.4 |
| 2873 | 2025-07-01T18:54:58.494Z | Compiling darling_core v0.20.10 |
| 2874 | 2025-07-01T18:54:58.535Z | Compiling hostname v0.3.1 |
| 2875 | 2025-07-01T18:54:58.572Z | Compiling progenitor-client v0.10.0 |
| 2876 | 2025-07-01T18:54:58.744Z | Compiling structmeta-derive v0.3.0 |
| 2877 | 2025-07-01T18:54:58.805Z | Compiling multer v3.1.0 |
| 2878 | 2025-07-01T18:54:58.833Z | Compiling debug-ignore v1.0.5 |
| 2879 | 2025-07-01T18:54:59.131Z | Compiling toml v0.8.23 |
| 2880 | 2025-07-01T18:54:59.229Z | Compiling slog-json v2.6.1 |
| 2881 | 2025-07-01T18:54:59.619Z | Compiling serde_yaml v0.9.34+deprecated |
| 2882 | 2025-07-01T18:55:00.127Z | Compiling tempfile v3.20.0 |
| 2883 | 2025-07-01T18:55:00.553Z | Compiling macaddr v1.0.1 |
| 2884 | 2025-07-01T18:55:00.578Z | Compiling hex v0.4.3 |
| 2885 | 2025-07-01T18:55:00.968Z | Compiling async-stream-impl v0.3.6 |
| 2886 | 2025-07-01T18:55:01.022Z | Compiling dropshot v0.16.2 |
| 2887 | 2025-07-01T18:55:01.130Z | Compiling slog-bunyan v2.5.0 |
| 2888 | 2025-07-01T18:55:01.198Z | Compiling structmeta v0.3.0 |
| 2889 | 2025-07-01T18:55:01.447Z | Compiling waitgroup v0.1.2 |
| 2890 | 2025-07-01T18:55:01.599Z | Compiling rustls-pemfile v2.2.0 |
| 2891 | 2025-07-01T18:55:01.705Z | Compiling dropshot_endpoint v0.16.2 |
| 2892 | 2025-07-01T18:55:01.957Z | Compiling typify-impl v0.3.0 |
| 2893 | 2025-07-01T18:55:02.193Z | Compiling async-stream v0.3.6 |
| 2894 | 2025-07-01T18:55:02.336Z | Compiling serde_path_to_error v0.1.17 |
| 2895 | 2025-07-01T18:55:02.518Z | Compiling wait-timeout v0.2.0 |
| 2896 | 2025-07-01T18:55:02.931Z | Compiling hostname v0.4.0 |
| 2897 | 2025-07-01T18:55:03.092Z | Compiling bit-vec v0.8.0 |
| 2898 | 2025-07-01T18:55:03.145Z | Compiling rusty-fork v0.3.0 |
| 2899 | 2025-07-01T18:55:03.172Z | Compiling rand_xorshift v0.4.0 |
| 2900 | 2025-07-01T18:55:03.196Z | Compiling instant v0.1.13 |
| 2901 | 2025-07-01T18:55:03.422Z | Compiling tokio-rustls v0.25.0 |
| 2902 | 2025-07-01T18:55:03.508Z | Compiling unarray v0.1.4 |
| 2903 | 2025-07-01T18:55:03.620Z | Compiling bit-set v0.8.0 |
| 2904 | 2025-07-01T18:55:03.710Z | Compiling test-strategy v0.4.1 |
| 2905 | 2025-07-01T18:55:03.860Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2906 | 2025-07-01T18:55:03.888Z | Compiling progenitor-client v0.9.1 |
| 2907 | 2025-07-01T18:55:03.947Z | Compiling proptest v1.7.0 |
| 2908 | 2025-07-01T18:55:04.056Z | Compiling derive-where v1.5.0 |
| 2909 | 2025-07-01T18:55:04.139Z | Compiling darling_macro v0.20.10 |
| 2910 | 2025-07-01T18:55:04.429Z | Compiling ref-cast v1.0.24 |
| 2911 | 2025-07-01T18:55:05.045Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2912 | 2025-07-01T18:55:05.069Z | Compiling darling v0.20.10 |
| 2913 | 2025-07-01T18:55:05.216Z | Compiling serde_with_macros v3.12.0 |
| 2914 | 2025-07-01T18:55:05.774Z | Compiling ref-cast-impl v1.0.24 |
| 2915 | 2025-07-01T18:55:07.082Z | Compiling parse-display-derive v0.10.0 |
| 2916 | 2025-07-01T18:55:07.126Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2917 | 2025-07-01T18:55:07.181Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2918 | 2025-07-01T18:55:07.399Z | Compiling iddqd v0.3.8 |
| 2919 | 2025-07-01T18:55:07.588Z | Compiling backoff v0.4.0 |
| 2920 | 2025-07-01T18:55:07.703Z | Compiling serde_with v3.12.0 |
| 2921 | 2025-07-01T18:55:07.867Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2922 | 2025-07-01T18:55:07.956Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2923 | 2025-07-01T18:55:08.092Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2924 | 2025-07-01T18:55:08.762Z | Compiling proc-macro-crate v1.3.1 |
| 2925 | 2025-07-01T18:55:09.692Z | Compiling num_enum_derive v0.5.11 |
| 2926 | 2025-07-01T18:55:09.760Z | Compiling crucible-workspace-hack v0.1.0 |
| 2927 | 2025-07-01T18:55:10.087Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2928 | 2025-07-01T18:55:10.548Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2929 | 2025-07-01T18:55:10.769Z | Compiling itertools v0.13.0 |
| 2930 | 2025-07-01T18:55:10.931Z | Compiling parse-display v0.10.0 |
| 2931 | 2025-07-01T18:55:11.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2932 | 2025-07-01T18:55:11.466Z | Compiling heapless v0.8.0 |
| 2933 | 2025-07-01T18:55:11.526Z | Compiling proc-macro-error v1.0.4 |
| 2934 | 2025-07-01T18:55:11.692Z | Compiling hash32 v0.3.1 |
| 2935 | 2025-07-01T18:55:11.926Z | Compiling num_enum v0.5.11 |
| 2936 | 2025-07-01T18:55:11.978Z | Compiling foreign-types-macros v0.2.3 |
| 2937 | 2025-07-01T18:55:12.124Z | Compiling foreign-types-shared v0.3.1 |
| 2938 | 2025-07-01T18:55:12.147Z | Compiling smoltcp v0.11.0 |
| 2939 | 2025-07-01T18:55:12.514Z | Compiling tabwriter v1.4.0 |
| 2940 | 2025-07-01T18:55:12.955Z | Compiling typify-impl v0.4.1 |
| 2941 | 2025-07-01T18:55:13.019Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2942 | 2025-07-01T18:55:13.201Z | Compiling foreign-types v0.5.0 |
| 2943 | 2025-07-01T18:55:13.295Z | Compiling cstr-argument v0.1.2 |
| 2944 | 2025-07-01T18:55:13.382Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2945 | 2025-07-01T18:55:13.584Z | Compiling pretty-hex v0.2.1 |
| 2946 | 2025-07-01T18:55:13.708Z | Compiling cobs v0.2.3 |
| 2947 | 2025-07-01T18:55:13.768Z | Compiling ingot-macros v0.1.0 |
| 2948 | 2025-07-01T18:55:13.818Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2949 | 2025-07-01T18:55:13.890Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2950 | 2025-07-01T18:55:14.044Z | Compiling postcard v1.0.10 |
| 2951 | 2025-07-01T18:55:14.164Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2952 | 2025-07-01T18:55:14.438Z | Compiling colored v2.2.0 |
| 2953 | 2025-07-01T18:55:14.687Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2954 | 2025-07-01T18:55:14.724Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2955 | 2025-07-01T18:55:15.205Z | Compiling itertools v0.14.0 |
| 2956 | 2025-07-01T18:55:15.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2957 | 2025-07-01T18:55:16.097Z | Compiling typify-macro v0.3.0 |
| 2958 | 2025-07-01T18:55:16.199Z | Compiling camino-tempfile v1.4.1 |
| 2959 | 2025-07-01T18:55:16.711Z | Compiling smf v0.2.3 |
| 2960 | 2025-07-01T18:55:17.902Z | Compiling zone_cfg_derive v0.3.0 |
| 2961 | 2025-07-01T18:55:18.202Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2962 | 2025-07-01T18:55:18.565Z | Compiling num-derive v0.4.2 |
| 2963 | 2025-07-01T18:55:18.684Z | Compiling sigpipe v0.1.3 |
| 2964 | 2025-07-01T18:55:18.836Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2965 | 2025-07-01T18:55:18.861Z | Compiling jiff v0.2.15 |
| 2966 | 2025-07-01T18:55:19.202Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2967 | 2025-07-01T18:55:19.327Z | Compiling zone v0.3.1 |
| 2968 | 2025-07-01T18:55:19.663Z | Compiling num-rational v0.4.2 |
| 2969 | 2025-07-01T18:55:19.943Z | Compiling typify v0.3.0 |
| 2970 | 2025-07-01T18:55:20.165Z | Compiling progenitor-impl v0.9.1 |
| 2971 | 2025-07-01T18:55:20.615Z | Compiling ingot-types v0.1.0 |
| 2972 | 2025-07-01T18:55:20.690Z | Compiling universal-hash v0.5.1 |
| 2973 | 2025-07-01T18:55:20.812Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2974 | 2025-07-01T18:55:20.925Z | Compiling num-complex v0.4.6 |
| 2975 | 2025-07-01T18:55:21.116Z | Compiling opaque-debug v0.3.1 |
| 2976 | 2025-07-01T18:55:21.249Z | Compiling half v2.4.1 |
| 2977 | 2025-07-01T18:55:21.489Z | Compiling ingot v0.1.0 |
| 2978 | 2025-07-01T18:55:21.660Z | Compiling float-ord v0.3.2 |
| 2979 | 2025-07-01T18:55:21.838Z | Compiling num v0.4.3 |
| 2980 | 2025-07-01T18:55:21.884Z | Compiling ciborium-io v0.2.2 |
| 2981 | 2025-07-01T18:55:21.940Z | Compiling secrecy v0.10.3 |
| 2982 | 2025-07-01T18:55:21.987Z | Compiling aead v0.5.2 |
| 2983 | 2025-07-01T18:55:22.067Z | Compiling ciborium-ll v0.2.2 |
| 2984 | 2025-07-01T18:55:22.251Z | Compiling keccak v0.1.5 |
| 2985 | 2025-07-01T18:55:22.375Z | Compiling convert_case v0.4.0 |
| 2986 | 2025-07-01T18:55:22.496Z | Compiling ciborium v0.2.2 |
| 2987 | 2025-07-01T18:55:23.228Z | Compiling utf-8 v0.7.6 |
| 2988 | 2025-07-01T18:55:23.522Z | Compiling tungstenite v0.21.0 |
| 2989 | 2025-07-01T18:55:23.626Z | Compiling derive_more v0.99.20 |
| 2990 | 2025-07-01T18:55:23.902Z | Compiling sha3 v0.10.8 |
| 2991 | 2025-07-01T18:55:24.961Z | Compiling poly1305 v0.8.0 |
| 2992 | 2025-07-01T18:55:25.477Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2993 | 2025-07-01T18:55:25.571Z | Compiling password-hash v0.5.0 |
| 2994 | 2025-07-01T18:55:26.478Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2995 | 2025-07-01T18:55:26.560Z | Compiling chacha20 v0.9.1 |
| 2996 | 2025-07-01T18:55:26.789Z | Compiling progenitor-macro v0.9.1 |
| 2997 | 2025-07-01T18:55:27.088Z | Compiling blake2 v0.10.6 |
| 2998 | 2025-07-01T18:55:27.295Z | Compiling typify-macro v0.4.1 |
| 2999 | 2025-07-01T18:55:28.091Z | Compiling argon2 v0.5.3 |
| 3000 | 2025-07-01T18:55:28.419Z | Compiling tokio-tungstenite v0.21.0 |
| 3001 | 2025-07-01T18:55:28.784Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 3002 | 2025-07-01T18:55:29.062Z | Compiling base64 v0.21.7 |
| 3003 | 2025-07-01T18:55:29.421Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3004 | 2025-07-01T18:55:29.727Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3005 | 2025-07-01T18:55:29.935Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3006 | 2025-07-01T18:55:30.053Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3007 | 2025-07-01T18:55:30.309Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3008 | 2025-07-01T18:55:30.360Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3009 | 2025-07-01T18:55:30.525Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3010 | 2025-07-01T18:55:30.854Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 3011 | 2025-07-01T18:55:30.915Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3012 | 2025-07-01T18:55:31.008Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3013 | 2025-07-01T18:55:31.011Z | Compiling atomicwrites v0.4.4 |
| 3014 | 2025-07-01T18:55:31.068Z | Compiling semver v0.1.20 |
| 3015 | 2025-07-01T18:55:31.156Z | Compiling typify v0.4.1 |
| 3016 | 2025-07-01T18:55:31.333Z | Compiling progenitor-impl v0.10.0 |
| 3017 | 2025-07-01T18:55:31.432Z | Compiling rustc_version v0.1.7 |
| 3018 | 2025-07-01T18:55:31.784Z | Compiling chacha20poly1305 v0.10.1 |
| 3019 | 2025-07-01T18:55:31.900Z | Compiling typify-impl v0.2.0 |
| 3020 | 2025-07-01T18:55:31.936Z | Compiling resolv-conf v0.7.0 |
| 3021 | 2025-07-01T18:55:32.053Z | Compiling newline-converter v0.3.0 |
| 3022 | 2025-07-01T18:55:32.268Z | Compiling primeorder v0.13.6 |
| 3023 | 2025-07-01T18:55:32.660Z | Compiling cancel-safe-futures v0.1.5 |
| 3024 | 2025-07-01T18:55:32.672Z | Compiling libefi-sys v0.1.0 |
| 3025 | 2025-07-01T18:55:32.793Z | Compiling moka v0.12.10 |
| 3026 | 2025-07-01T18:55:32.916Z | Compiling thiserror-no-std v2.0.2 |
| 3027 | 2025-07-01T18:55:33.002Z | Compiling owo-colors v4.2.2 |
| 3028 | 2025-07-01T18:55:33.067Z | Compiling vsss-rs v3.3.4 |
| 3029 | 2025-07-01T18:55:33.142Z | Compiling expectorate v1.2.0 |
| 3030 | 2025-07-01T18:55:33.175Z | Compiling newtype_derive v0.1.6 |
| 3031 | 2025-07-01T18:55:33.488Z | Compiling libsw-core v0.3.1 |
| 3032 | 2025-07-01T18:55:33.512Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3033 | 2025-07-01T18:55:33.745Z | Compiling bitfield-struct v0.6.2 |
| 3034 | 2025-07-01T18:55:33.799Z | Compiling unicase v2.7.0 |
| 3035 | 2025-07-01T18:55:33.949Z | Compiling arc-swap v1.7.1 |
| 3036 | 2025-07-01T18:55:34.155Z | Compiling tagptr v0.2.0 |
| 3037 | 2025-07-01T18:55:34.467Z | Compiling fixedbitset v0.5.7 |
| 3038 | 2025-07-01T18:55:35.135Z | Compiling petgraph v0.8.2 |
| 3039 | 2025-07-01T18:55:35.159Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3040 | 2025-07-01T18:55:35.433Z | Compiling slog-scope v4.4.0 |
| 3041 | 2025-07-01T18:55:36.161Z | Compiling libsw v3.5.0 |
| 3042 | 2025-07-01T18:55:36.901Z | Compiling polyval v0.6.2 |
| 3043 | 2025-07-01T18:55:37.064Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3044 | 2025-07-01T18:55:37.284Z | Compiling hickory-proto v0.24.4 |
| 3045 | 2025-07-01T18:55:37.354Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3046 | 2025-07-01T18:55:37.729Z | Compiling indent_write v2.2.0 |
| 3047 | 2025-07-01T18:55:37.987Z | Compiling linear-map v1.2.0 |
| 3048 | 2025-07-01T18:55:38.031Z | Compiling progenitor-macro v0.10.0 |
| 3049 | 2025-07-01T18:55:38.130Z | Compiling parking_lot_core v0.8.6 |
| 3050 | 2025-07-01T18:55:38.153Z | Compiling linked-hash-map v0.5.6 |
| 3051 | 2025-07-01T18:55:38.381Z | Compiling salty v0.3.0 |
| 3052 | 2025-07-01T18:55:38.570Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3053 | 2025-07-01T18:55:38.630Z | Compiling lru-cache v0.1.2 |
| 3054 | 2025-07-01T18:55:38.737Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3055 | 2025-07-01T18:55:38.838Z | Compiling proc-macro-error2 v2.0.1 |
| 3056 | 2025-07-01T18:55:39.367Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3057 | 2025-07-01T18:55:39.393Z | Compiling ghash v0.5.1 |
| 3058 | 2025-07-01T18:55:39.416Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3059 | 2025-07-01T18:55:39.510Z | Compiling progenitor v0.9.1 |
| 3060 | 2025-07-01T18:55:39.622Z | Compiling hickory-resolver v0.25.2 |
| 3061 | 2025-07-01T18:55:39.744Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 3062 | 2025-07-01T18:55:39.806Z | Compiling slog-stdlog v4.1.1 |
| 3063 | 2025-07-01T18:55:40.172Z | Compiling p384 v0.13.0 |
| 3064 | 2025-07-01T18:55:40.175Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3065 | 2025-07-01T18:55:41.211Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3066 | 2025-07-01T18:55:41.454Z | Compiling num-derive v0.3.3 |
| 3067 | 2025-07-01T18:55:41.632Z | Compiling ctr v0.9.2 |
| 3068 | 2025-07-01T18:55:42.058Z | Compiling gethostname v0.5.0 |
| 3069 | 2025-07-01T18:55:42.291Z | Compiling lzma-sys v0.1.20 |
| 3070 | 2025-07-01T18:55:43.067Z | Compiling slog-dtrace v0.3.0 |
| 3071 | 2025-07-01T18:55:43.126Z | Compiling highway v1.3.0 |
| 3072 | 2025-07-01T18:55:43.459Z | Compiling xshell-macros v0.2.7 |
| 3073 | 2025-07-01T18:55:43.731Z | Compiling papergrid v0.14.0 |
| 3074 | 2025-07-01T18:55:43.980Z | Compiling libscf-sys v1.1.0 |
| 3075 | 2025-07-01T18:55:44.203Z | Compiling xshell v0.2.7 |
| 3076 | 2025-07-01T18:55:44.232Z | Compiling hickory-resolver v0.24.4 |
| 3077 | 2025-07-01T18:55:44.256Z | Compiling aes-gcm v0.10.3 |
| 3078 | 2025-07-01T18:55:44.621Z | Compiling mime_guess v2.0.5 |
| 3079 | 2025-07-01T18:55:45.009Z | Compiling slog-envlogger v2.2.0 |
| 3080 | 2025-07-01T18:55:45.317Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3081 | 2025-07-01T18:55:45.705Z | Compiling steno v0.4.1 |
| 3082 | 2025-07-01T18:55:45.732Z | Compiling typify-macro v0.2.0 |
| 3083 | 2025-07-01T18:55:45.753Z | Compiling tabled_derive v0.10.0 |
| 3084 | 2025-07-01T18:55:47.897Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3085 | 2025-07-01T18:55:48.112Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3086 | 2025-07-01T18:55:48.397Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3087 | 2025-07-01T18:55:49.030Z | Compiling tokio-dtrace v0.1.0 |
| 3088 | 2025-07-01T18:55:49.283Z | Compiling heck v0.3.3 |
| 3089 | 2025-07-01T18:55:49.530Z | Compiling progenitor-client v0.8.0 |
| 3090 | 2025-07-01T18:55:49.628Z | Compiling typify v0.2.0 |
| 3091 | 2025-07-01T18:55:49.676Z | Compiling ssh-encoding v0.2.0 |
| 3092 | 2025-07-01T18:55:49.688Z | Compiling blowfish v0.9.1 |
| 3093 | 2025-07-01T18:55:49.836Z | Compiling progenitor-impl v0.8.0 |
| 3094 | 2025-07-01T18:55:50.060Z | Compiling env_filter v0.1.2 |
| 3095 | 2025-07-01T18:55:50.178Z | Compiling nibble_vec v0.1.0 |
| 3096 | 2025-07-01T18:55:50.204Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3097 | 2025-07-01T18:55:50.426Z | Compiling humantime v2.2.0 |
| 3098 | 2025-07-01T18:55:50.557Z | Compiling endian-type v0.1.2 |
| 3099 | 2025-07-01T18:55:50.608Z | Compiling progenitor v0.10.0 |
| 3100 | 2025-07-01T18:55:50.654Z | Compiling env_logger v0.11.5 |
| 3101 | 2025-07-01T18:55:50.690Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3102 | 2025-07-01T18:55:50.804Z | Compiling radix_trie v0.2.1 |
| 3103 | 2025-07-01T18:55:50.866Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3104 | 2025-07-01T18:55:50.951Z | Compiling ssh-cipher v0.2.0 |
| 3105 | 2025-07-01T18:55:51.293Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3106 | 2025-07-01T18:55:51.435Z | Compiling zone_cfg_derive v0.1.2 |
| 3107 | 2025-07-01T18:55:51.838Z | Compiling oxide-tokio-rt v0.1.1 |
| 3108 | 2025-07-01T18:55:51.942Z | Compiling tabled v0.18.0 |
| 3109 | 2025-07-01T18:55:52.108Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3110 | 2025-07-01T18:55:52.287Z | Compiling parking_lot v0.11.2 |
| 3111 | 2025-07-01T18:55:52.838Z | Compiling qorb v0.4.0 |
| 3112 | 2025-07-01T18:55:53.069Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3113 | 2025-07-01T18:55:53.972Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3114 | 2025-07-01T18:55:53.997Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3115 | 2025-07-01T18:55:54.447Z | Compiling prefix-trie v0.7.0 |
| 3116 | 2025-07-01T18:55:54.450Z | Compiling password-hash v0.4.2 |
| 3117 | 2025-07-01T18:55:54.525Z | Compiling fxhash v0.2.1 |
| 3118 | 2025-07-01T18:55:54.783Z | Compiling same-file v1.0.6 |
| 3119 | 2025-07-01T18:55:55.113Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3120 | 2025-07-01T18:55:55.288Z | Compiling http-range v0.1.5 |
| 3121 | 2025-07-01T18:55:55.323Z | Compiling base64 v0.13.1 |
| 3122 | 2025-07-01T18:55:55.497Z | Compiling hickory-server v0.25.2 |
| 3123 | 2025-07-01T18:55:55.894Z | Compiling ron v0.7.1 |
| 3124 | 2025-07-01T18:55:56.337Z | Compiling walkdir v2.5.0 |
| 3125 | 2025-07-01T18:55:56.488Z | Compiling progenitor-macro v0.8.0 |
| 3126 | 2025-07-01T18:55:57.023Z | Compiling pbkdf2 v0.11.0 |
| 3127 | 2025-07-01T18:55:57.432Z | Compiling sled v0.34.7 |
| 3128 | 2025-07-01T18:55:57.488Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3129 | 2025-07-01T18:55:58.182Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3130 | 2025-07-01T18:55:58.211Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3131 | 2025-07-01T18:55:58.268Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3132 | 2025-07-01T18:55:59.079Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3133 | 2025-07-01T18:55:59.923Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3134 | 2025-07-01T18:56:01.697Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3135 | 2025-07-01T18:56:03.038Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3136 | 2025-07-01T18:56:03.954Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3137 | 2025-07-01T18:56:04.200Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3138 | 2025-07-01T18:56:05.761Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3139 | 2025-07-01T18:56:05.860Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3140 | 2025-07-01T18:56:06.293Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3141 | 2025-07-01T18:56:06.571Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3142 | 2025-07-01T18:56:07.389Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3143 | 2025-07-01T18:56:08.645Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3144 | 2025-07-01T18:56:08.952Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3145 | 2025-07-01T18:56:09.092Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3146 | 2025-07-01T18:56:09.131Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3147 | 2025-07-01T18:56:09.185Z | Compiling progenitor v0.8.0 |
| 3148 | 2025-07-01T18:56:09.444Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3149 | 2025-07-01T18:56:09.991Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3150 | 2025-07-01T18:56:12.811Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3151 | 2025-07-01T18:56:12.914Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3152 | 2025-07-01T18:56:12.976Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3153 | 2025-07-01T18:56:13.590Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3154 | 2025-07-01T18:56:13.860Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3155 | 2025-07-01T18:56:14.363Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3156 | 2025-07-01T18:56:14.907Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3157 | 2025-07-01T18:56:16.149Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3158 | 2025-07-01T18:56:16.400Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3159 | 2025-07-01T18:56:16.931Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3160 | 2025-07-01T18:56:17.586Z | Compiling xz2 v0.1.7 |
| 3161 | 2025-07-01T18:56:18.090Z | Compiling zone v0.1.8 |
| 3162 | 2025-07-01T18:56:18.422Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3163 | 2025-07-01T18:56:18.685Z | Compiling ssh-key v0.6.6 |
| 3164 | 2025-07-01T18:56:19.453Z | Compiling hickory-client v0.25.2 |
| 3165 | 2025-07-01T18:56:19.567Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 3166 | 2025-07-01T18:56:20.156Z | Compiling p521 v0.13.3 |
| 3167 | 2025-07-01T18:56:20.677Z | Compiling p256 v0.13.2 |
| 3168 | 2025-07-01T18:56:21.036Z | Compiling yasna v0.5.2 |
| 3169 | 2025-07-01T18:56:21.486Z | Compiling pem v3.0.5 |
| 3170 | 2025-07-01T18:56:22.243Z | Compiling headers-core v0.3.0 |
| 3171 | 2025-07-01T18:56:22.468Z | Compiling kstat-rs v0.2.4 |
| 3172 | 2025-07-01T18:56:22.472Z | Compiling secrecy v0.8.0 |
| 3173 | 2025-07-01T18:56:22.540Z | Compiling nanorand v0.7.0 |
| 3174 | 2025-07-01T18:56:22.721Z | Compiling russh-cryptovec v0.7.3 |
| 3175 | 2025-07-01T18:56:22.746Z | Compiling atty v0.2.14 |
| 3176 | 2025-07-01T18:56:22.812Z | Compiling md5 v0.7.0 |
| 3177 | 2025-07-01T18:56:22.943Z | Compiling crc8 v0.1.1 |
| 3178 | 2025-07-01T18:56:23.060Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3179 | 2025-07-01T18:56:23.088Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3180 | 2025-07-01T18:56:23.092Z | Compiling flume v0.11.1 |
| 3181 | 2025-07-01T18:56:23.147Z | Compiling russh-keys v0.45.0 |
| 3182 | 2025-07-01T18:56:23.376Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3183 | 2025-07-01T18:56:24.649Z | Compiling headers v0.4.1 |
| 3184 | 2025-07-01T18:56:25.826Z | Compiling rcgen v0.12.1 |
| 3185 | 2025-07-01T18:56:26.335Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3186 | 2025-07-01T18:56:26.704Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3187 | 2025-07-01T18:56:27.718Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3188 | 2025-07-01T18:56:27.850Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3189 | 2025-07-01T18:56:28.920Z | Compiling hyper-staticfile v0.10.1 |
| 3190 | 2025-07-01T18:56:29.492Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3191 | 2025-07-01T18:56:29.572Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3192 | 2025-07-01T18:56:29.961Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3193 | 2025-07-01T18:56:31.519Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3194 | 2025-07-01T18:56:33.227Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3195 | 2025-07-01T18:56:33.393Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3196 | 2025-07-01T18:56:33.466Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3197 | 2025-07-01T18:56:33.921Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3198 | 2025-07-01T18:56:33.950Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3199 | 2025-07-01T18:56:34.806Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3200 | 2025-07-01T18:56:34.984Z | Compiling num-bigint v0.4.6 |
| 3201 | 2025-07-01T18:56:35.116Z | Compiling des v0.8.1 |
| 3202 | 2025-07-01T18:56:35.502Z | Compiling subprocess v0.2.9 |
| 3203 | 2025-07-01T18:56:35.649Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3204 | 2025-07-01T18:56:36.137Z | Compiling hex-literal v0.4.1 |
| 3205 | 2025-07-01T18:56:36.349Z | Compiling display-error-chain v0.2.2 |
| 3206 | 2025-07-01T18:56:36.529Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3207 | 2025-07-01T18:56:36.613Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3208 | 2025-07-01T18:56:37.143Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3209 | 2025-07-01T18:56:38.335Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3210 | 2025-07-01T18:56:39.516Z | Compiling russh v0.45.0 |
| 3211 | 2025-07-01T18:56:39.567Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3212 | 2025-07-01T18:56:40.081Z | Compiling internet-checksum v0.2.1 |
| 3213 | 2025-07-01T18:56:52.918Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3214 | 2025-07-01T18:56:53.053Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2025-07-01T18:57:15.365Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3216 | 2025-07-01T18:57:38.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
| 3217 | 2025-07-01T18:57:38.985Z | |
| 3218 | 2025-07-01T18:57:38.985Z | real 2:41.892264566 |
| 3219 | 2025-07-01T18:57:38.985Z | user 14:29.746037669 |
| 3220 | 2025-07-01T18:57:38.985Z | sys 2:01.522739129 |
| 3221 | 2025-07-01T18:57:38.985Z | trap 0.420295899 |
| 3222 | 2025-07-01T18:57:39.000Z | tflt 0.190390355 |
| 3223 | 2025-07-01T18:57:39.000Z | dflt 1.053893034 |
| 3224 | 2025-07-01T18:57:39.000Z | kflt 0.000020963 |
| 3225 | 2025-07-01T18:57:39.000Z | lock 24:31.139006418 |
| 3226 | 2025-07-01T18:57:39.000Z | slp 52:16.013329810 |
| 3227 | 2025-07-01T18:57:39.000Z | lat 43.762807008 |
| 3228 | 2025-07-01T18:57:39.000Z | stop 1:58.548307393 |
| 3229 | 2025-07-01T18:57:39.000Z | + mkdir tests |
| 3230 | 2025-07-01T18:57:39.000Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3231 | 2025-07-01T18:57:39.000Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3232 | 2025-07-01T18:57:39.027Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-45d878cc666c4f88 tests/ |
| 3233 | 2025-07-01T18:57:39.045Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2e4df745bac66bc0 tests/ |
| 3234 | 2025-07-01T18:57:39.062Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ef09d2f3c1934858 tests/ |
| 3235 | 2025-07-01T18:57:39.083Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d7ff19d4aebfd727 tests/ |
| 3236 | 2025-07-01T18:57:39.318Z | + 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/*) |
| 3237 | 2025-07-01T18:57:39.322Z | + 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-2e4df745bac66bc0 tests/commtest-ef09d2f3c1934858 tests/dhcp_server-45d878cc666c4f88 tests/end_to_end_tests-d7ff19d4aebfd727 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 3238 | 2025-07-01T18:59:13.168Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3239 | 2025-07-01T18:59:13.168Z | a .github/buildomat/ci-env.sh 1K |
| 3240 | 2025-07-01T18:59:13.168Z | a out/target/test 1K |
| 3241 | 2025-07-01T18:59:13.168Z | a out/npuzone/npuzone 23144K |
| 3242 | 2025-07-01T18:59:13.169Z | a package-manifest.toml 33K |
| 3243 | 2025-07-01T18:59:13.169Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3244 | 2025-07-01T18:59:13.169Z | a target/release/omicron-package 41188K |
| 3245 | 2025-07-01T18:59:13.169Z | a target/release/xtask 11702K |
| 3246 | 2025-07-01T18:59:13.169Z | a target/debug/bootstrap 241582K |
| 3247 | 2025-07-01T18:59:13.169Z | a tests/bootstrap-2e4df745bac66bc0 23192K |
| 3248 | 2025-07-01T18:59:13.169Z | a tests/commtest-ef09d2f3c1934858 24835K |
| 3249 | 2025-07-01T18:59:13.169Z | a tests/dhcp_server-45d878cc666c4f88 23192K |
| 3250 | 2025-07-01T18:59:13.169Z | a tests/end_to_end_tests-d7ff19d4aebfd727 314887K |
| 3251 | 2025-07-01T18:59:13.169Z | a out/clickhouse.tar.gz 316577K |
| 3252 | 2025-07-01T18:59:13.169Z | a out/clickhouse_keeper.tar.gz 300329K |
| 3253 | 2025-07-01T18:59:13.169Z | a out/clickhouse_server.tar.gz 316575K |
| 3254 | 2025-07-01T18:59:13.169Z | a out/cockroachdb.tar.gz 160124K |
| 3255 | 2025-07-01T18:59:13.169Z | a out/crucible-dtrace.tar 98K |
| 3256 | 2025-07-01T18:59:13.169Z | a out/crucible-pantry-zone.tar.gz 39023K |
| 3257 | 2025-07-01T18:59:13.169Z | a out/crucible-zone.tar.gz 48906K |
| 3258 | 2025-07-01T18:59:13.170Z | a out/external-dns.tar.gz 50762K |
| 3259 | 2025-07-01T18:59:13.170Z | a out/internal-dns.tar.gz 50761K |
| 3260 | 2025-07-01T18:59:13.170Z | a out/mg-ddm-gz.tar 90836K |
| 3261 | 2025-07-01T18:59:13.170Z | a out/nexus.tar.gz 129099K |
| 3262 | 2025-07-01T18:59:13.170Z | a out/ntp.tar.gz 16690K |
| 3263 | 2025-07-01T18:59:13.170Z | a out/omicron-gateway-softnpu.tar.gz 29217K |
| 3264 | 2025-07-01T18:59:13.170Z | a out/omicron-sled-agent.tar 140703K |
| 3265 | 2025-07-01T18:59:13.170Z | a out/overlay.tar.gz 3K |
| 3266 | 2025-07-01T18:59:13.170Z | a out/oximeter.tar.gz 62402K |
| 3267 | 2025-07-01T18:59:13.170Z | a out/oxlog.tar 3979K |
| 3268 | 2025-07-01T18:59:13.170Z | a out/probe.tar.gz 3037K |
| 3269 | 2025-07-01T18:59:13.170Z | a out/propolis-server.tar.gz 68618K |
| 3270 | 2025-07-01T18:59:13.170Z | a out/pumpkind-gz.tar 26648K |
| 3271 | 2025-07-01T18:59:13.170Z | a out/switch-softnpu.tar.gz 334951K |
| 3272 | 2025-07-01T18:59:13.174Z | |
| 3273 | 2025-07-01T18:59:13.174Z | real 1:33.827546436 |
| 3274 | 2025-07-01T18:59:13.174Z | user 1:29.856670350 |
| 3275 | 2025-07-01T18:59:13.174Z | sys 5.678685286 |
| 3276 | 2025-07-01T18:59:13.174Z | trap 0.021518754 |
| 3277 | 2025-07-01T18:59:13.174Z | tflt 0.000000000 |
| 3278 | 2025-07-01T18:59:13.174Z | dflt 0.000000000 |
| 3279 | 2025-07-01T18:59:13.174Z | kflt 0.000000000 |
| 3280 | 2025-07-01T18:59:13.174Z | lock 0.000000000 |
| 3281 | 2025-07-01T18:59:13.174Z | slp 1:29.650592364 |
| 3282 | 2025-07-01T18:59:13.174Z | lat 2.442519361 |
| 3283 | 2025-07-01T18:59:13.174Z | stop 0.000180922 |
| 3284 | 2025-07-01T18:59:13.174Z | process exited: duration 2051382 ms, exit code 0 |
| |
| 3285 | 2025-07-01T18:59:13.191Z | found 1 output files |
| 3286 | 2025-07-01T18:59:13.192Z | uploading: /work/package.tar.gz (2191925258 bytes) |
| 3287 | 2025-07-01T19:00:06.302Z | uploaded: /work/package.tar.gz |